javascript


Disable javascript minimizer in Liferay

Just add &js_fast_load=0&css_fast_load=0&strip=0 in the URL. Have a nice time debugging the javascript.


Can't debug javascript in Liferay?

Per default liferay minifies all javascript and css files of your portlets. As a result you have better speed, but while being in the developing cycle, you can scarify some speed for information.


Got 401 on ajax calls based on phonegap with iOS?

Did you check your while list in the 'Supporting Files/PhoneGap.plist' file? No? Add your domain there and the problem will be no more.


Google maps problem with query mobile + phone gap

Implementing Google maps with phonegap using query mobile shouldn't be a problem. So I thought, at least at the beginning. The problems started at the very first run.


Scrolling programmatically with jquery mobile

My last task was to create a mobile app for iOS and android platforms.