September 9th in JavaScript by .

i18njs : Internationalize Your JavaScript With A Little Help From JSON And The Server

Localization is an area that’s lacking in JavaScript and during this discussion I got the idea of implementing a solution based on the methods used be server side languages. Today I am happy to announce the first release of i18njs to fill this gap.

September 2nd in Round-Up by .

LinkedList : The Web Developer Weekly : September 2, 2011

Having spent a whole lot of time sharing, and reading links shared by others, on Google+ and through my Google Reader account, I have decided it is about time a stop thinking about it and do it already

June 12th in JavaScript by .

SimpleBox – When All You Really Need Is A Simple Box

Tweet

There is a bunch of Lightbox style jQuery plugins, from the original Lightbox to some of the new alternatives such as FancyBox. So why another jQuery plugin? Well, at around 1kb(546 bytes gzipped) minified, SimpleBox is extremely light and provides you with a nice little dialog for your confirmation messages, forms and just about anything where a full LightBox is just overkill.

Using SimpleBox is extremely simple too, include the JS file, one image, and a couple of lines of CSS …

May 16th in JavaScript by .

Is It An Attribute Or Is It A Property? jQuery Attribute/Property Demystifier

Tweet

Dymystifier, yeah right, more like a helper but, if you are reading this, I guess that the title did it’s job. Moving swiftly along though, this post is all about the new prop() function introduced in jQuery 1.6. After it’s initial introduction with 1.6 the folks behind jQuery got a ton of feedback from the community as there existed a lot of confusion about attributes, properties, how they relate to each other and when to use the well known attr() …

May 8th in JavaScript by .

Enhancing jQuery’s Hide Function For Greater Accessibility

Tweet

Yesterday I read an article by Aaron Gustafson on A List Apart regarding hiding elements with JavaScript and the accessibility implications depending on the technique used. As mentioned by Aaron the common way this is done in libraries, including jQuery, is by manipulating the display property.

In the article Aaron discusses five ways to hide content and what the accessibility effect is of each of these. Out of the five there is only one that passes the accessibility checklist and that is:

position:absolute;
left:-99999em;

With …

 Page 1 of 4  1  2  3  4 »
Performance Optimization WordPress Plugins by W3 EDGE