FROM THE BLOG:

Article, Reviews

6 New jQuery Techniques to Spice Up Your Design Content

Designers are constantly striving to create eye-catching and interactive layouts without losing the usability features that add significant importance to the user’s experience. Since there are various forms of techniques being used nowadays, it can be quite confusing when choosing the perfect one. Content can either help to enhance the design, or serve as a [...]

Be the first to find out. Our weekly missive announces new trends, snippets and demos.

Generating Automatic Website Footnotes with jQuery 

Generating footnotes for HTML documents in the past was always a slow, painful task — and every time I did it, I wondered why there wasn’t a better, easier way. Today, I’m happy to announce that I’ve come up with a better solution to web footnotes using the jQuery JavaScript framework and a few tags [...]

TinySite.XML Content Management System 

TinySite.XML is a lightweight AJAX-driven and JavaScript-based CMS suitable for small websites. It uses a flat XML file for data storage and retrieval and provides almost codeless site development and maintenance, targetting even unexperienced users with a basic knowledge of HTML. The result is valid, semantic and accessible code with cool looks and killer loading [...]

JS Live Clock 

An extremely versatile cross browser live clock script. Every aspect of it is configurable, from specifying whether to just display the time, the time plus date, to the clock’s font size/color, and more. The ultimate live clock script this is!

Use any font on your webpage 

With a method called SIFR, you can use flash to replace any text you want on a page with the font of your choice contained in a single swf file. This way your text validates and gets index in SEO but is whatever font and style you like! Works across all browsers too!

Accordion based on YUI 

Within applications / websites you want to stack panels vertically and open up one panel at the time while collapsing the other panels . By adding a class “accordion” to a definition list this will be converted to an accordion.