Wednesday, March 14, 2012

automatic coldfusion server update

automatic coldfusion update page in coldfusion admin
I just saw this feature , now we don't need to download and install hotfixes/patches manually.

Adobe has simplified this process...

to install an update :
1. click on the start icon on the right top corner
2. click on download and install
that's it . Your patch is installed.
 Note:
during installation your server will stop and start.

Tuesday, January 10, 2012

Employing and engaging individuals at work must be a core focus for any leader who wants to create a bigger company.

Friday, July 30, 2010

Common java error - Unsupported major.minor version 50.0

When this error occur:
There may be more den one JRE you have installed either from different application like java, oracle... etc.
you need to remove those extra JRE paths from the "path" environment variable.

How to resolve this error:
check your "path" environment variable... if der is more den one JRE , then please remove extra JRE....
Leave der only one JRE path ....

Thursday, June 17, 2010

Logging in Javascript

Using Logging in Javascript
------------------------------
It's very usefull to have logging statement in your code .
console.log(); statement is very handy to log information in javascript .
sample code
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
$(document).ready(function() {
console.log('current value is prashant gupta');
console.info('this is information')
console.warn('this is warning')
console.error('this is error.')
console.debug('this is debug.')

})
</script>


what you need to do is
1. just include the jquery file in your code
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
2. and now you can use
console.log("");
for loggin.

How to see the logged statement:
to check javascript logs , I uses Firebug extension in Mozilla.
just see below image how it is easy to see your logs in firebug.......

Friday, February 19, 2010

Friday, November 27, 2009

Google Invitation

Hi,

I got google wave account...
if anyone looking for googlewave account.

Just ping me , i will give you invitation...