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.

Upload.XML 

Ever been disappointed of your attempts to style the elements on your pages? Yes, even with the power of CSS styling of that tag is almost impossible. However, this could be done with Upload.XML - a cool ajax application that allows you to seamlessly and almost codelessly add styling to these elements. It comes with [...]

TabStrip.XML 

TabStrip.XML is a lightweight, yet powerful AJAX-based script for creating tabbed interfaces for websites. It is easy to configure by simply adding a few lines of code and defining tabstrip placeholder (a … ) element with an ID on the place where the tabstrip should be rendered. TabStrip.XML comes with a set of 12 predefined [...]

Antipixel Buttons.XML 

Antipixel Buttons.XML is a purely xhtml/css/ajax driven analog of the famous antipixel buttons (also known as web badges) that can be used in blogs, websites, etc. Instead of using online generators, uploading images, setting links and colors, now you may easily configure your badges with a simple xml file by specifying bordercolor, backcolor, forecolor, navigateurl, [...]

CheckBox.XML 

Finally a really stable and easily configurable version of Skinnable Checkboxes! And ajax-driven too! You’ll never mess with id’s and html code again when using that script! All you have to do is to edit a simple checkboxlist xml file (stored in the SkinnableCheckboxes/CheckboxSets/) folder, choose a list placeholder (a with an id, where the [...]

Web 2.0 AJAX Loading Panel 

A client of mine asked me if it is possible to separate the function that creates the cool modal semi-transparent loading effect of my website (and many others, as well) from the XmlHTTPRequest function, so it could be used with other AJAX engines or for other purposes. Now, with Web 2.0 AJAX Loading Panel, this [...]

How to make accordion menu using jquery 

Last time, I’ve shown how to create accordion using jquery. But, In this post I’ll show you how can you create fancy accordion menu using jQuery. In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when mouse is [...]

How To Create WordPress Themes From Scratch 

I’m going to show you how to create a wordpress theme from scratch in these 3 parts of tutorial series. I will cover from Structuring, designing in Photoshop, slicing, coding into fully css based html, and finally wordpress implementation.