
WordPress 3.0 will allow you to create custom post types, so what about being able to list those custom types on your bl ...

A strong knowledge of HTML and CSS is pivotal for all other web design or development work. It provides you with knowled ...

In this four minute video quick tip, we\'ll review the mark-up, and also a quick way to play audio with jQuery. ...
![]() |
Creating tabbed content is easy with jQuery UI. Using a simple HTML layout and calling the tabs function is all it takes. Here, I'll show you how to make a degradable tabbed interface. That is, we'll make it so the page is still readable when JavaScript is disabled. This involves hiding and showing elements using JavaScript before enabling tabs.
0 comments and a rating of
By CMS tutorial Crawler in Javascript
jQuery contains the fn.extend() method, which makes authoring jQuery plugins quite easy, allowing us to write code that is used in exactly the same way as other jQuery methods. jQuery UI also contains structures that make authoring custom jQuery UI plugins easy. So that's what we'll be looking at over the course of this tutorial. The methods used differ from that of standard jQuery plugins, and there are stricter conventions that should be followed, which is why I feel the topic is deserving of an article.
0 comments and a rating of
By CMS tutorial Crawler in Javascript
In this tutorial we'll be looking at one of jQuery UI 1.8's newest components - the Autocomplete widget. Auto-completing text fields can be a popular choice with visitors to your site because they make entering information much easier.
0 comments and a rating of
By CMS tutorial Crawler in .NET
Over the course of this tutorial we'll look at how to create a simple image organizer that lets users reorder a series of images; this functionality could be useful on any kind of image-based site where users have a collection of images that they have uploaded or otherwise added to their profile or account.
0 comments and a rating of