javascript

5
12/2013

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.

23
02/2012

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.

21
12/2011

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.

21
11/2011

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.

14
11/2011

Scrolling programmatically with jquery mobile

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