Monthly Archives: July 2009

using Array methods over frame borders?

The other day i tried to join a javascript Array to pass it over to another page within my application. I stumbled upon the error message in IE7 Unexpected call to method or property access. Ok, it must have got … Continue reading

Posted in javascript | Leave a comment

l10n 1.0

I finally finished to upload a new version of my jQuery Plugin l10n. This is the first official release with version 1.0 as it now supports all html elements that can be localized. E.g. Images can now be localized and … Continue reading

Posted in javascript, jQuery | Leave a comment

slider with not linear values

Yesterday i was searching for a solution to have the jQuery slider having values that are not linear from min to max but with different “linearities”. I found a solution that fitted my needs here: http://stackoverflow.com/questions/967372/jquery-slider-how-to-make-step-size-change/967565#967565

Posted in javascript, jQuery | Leave a comment