practical web design & development

Archive for the ‘Javascript’ Category

jQuery Impromptu has seen a little attention lately, mostly dealing with some mobile improvements. While it did work before on most decent devices, iPad and company politely decided not to enable the position:fixed css property. Of course the reasoning behind this is logical. If a large element is “position: fixed” on a mobile window, the [...]

Its been a while in the making, with a few additions and many great bug fixes! Thank you to all contributors for helping with this. With the new version comes the addition of milliseconds and more versatile AM/PM markers. In each translation file there is now an array of possible AM/PM “Markers” to help parse [...]

Earlier in the week I posted an adjust and a diff function for the javascript Date object. Since I was on a roll with the dates I thought I would throw another one in there as it seems to just go hand in hand. This method is an “each” method. It requires a few arguments, [...]

When you need a snippet of javascript it seems the first approach is to see whats available. If your javascript framework doesn’t have a method you need, you go to google. Well sometimes the results on google come up with either crazy solutions or something that is just not quite what you need. Well here [...]

For those fans of Gedit and Clientside plugin it is time for you to update! The plugin now has updated versions of CSSLint, JSLint, and JSBeautify. As you may know Clientside Plugin provides several utilities to Gedit for working with CSS and Javascript, including minifying, formatting, and error checking/lint. Also as a bonus it can [...]