Register now or login here to start promoting your blog and your favourite articles.

Category / Javascript

2010
20
JUL
This is a jQuery-fied share count button to encourage people to bookmark your content on Delicious. Although Delicious provides their own button and I tried before to style it differently, but still It didn't look quite uniform like other sharing buttons.
409
0 comments
2010
19
JUL
A look at the creative use of jQuery to bring out attractively useful web applications. This is a handpicked collection of the best jQuery web applications that I have come across. Add a style statement and great functionality combo with these amazing jQuery web apps.
892
0 comments
2010
17
JUL
There are lots of JavaScript libraries out there and many of them are in use on social media sites like twitter. This Twitter plugins uses the popular jQuery library, article contains a sampling of jQuery twitter plugins I’ve found useful.
423
0 comments
2010
14
JUL
Below are 10 awesome jQuery tutorials will allow you to insert very interesting effects and help you to unite of one of the most popular social media networks : Twitter, in to your website.
565
2 comments
Another post that demonstrate the power of HTML5 and CSS3. New experimental demonstrates are being released so often, so I must make another post for it!
9187
10 comments
2010
12
JUL
Here is a complete diary of all the best JavaScript image galleries, sliders, scrollers and Carousels. Look no more to find your kinda Image Gallery in JavaScript. Includes all the best image exhibition scripts, which lets you showcase your colorful images with much more elegance and class.
676
0 comments
2010
9
JUL
Get an introduction to jQuery by learning how to make the alert box in Thesis animated and closable, either with a button or by clicking anywhere in the box. Useful advice for any web designer.
18
0 comments
The design of a website should be always clear and intuitive. And, of course, the key to clear design is a clear navigation. Today we are presenting you some of the most best and amazing jQuery-based navigation menu tutorials, you have to see.
974
0 comments
2010
8
JUL
We can easily embed videos into web pages without any plugins, using the element (which is now included in latest versions of Firefox, Safari & Chrome & Opera). Here are 20 useful HTML5 video players which allow you to easily embed video into web pages.
688
0 comments
portable crusher plant is a new rock crushing equipment, which greatly expanded the concept of rough broken areas of operation. Portable crusher is designed to stand in the position of our customers, to eliminate fragmentation site, the environment breaking work of the barriers .
16
0 comments
portable crusher plant is a new rock crushing equipment, which greatly expanded the concept of rough broken areas of operation. Portable crusher is designed to stand in the position of our customers, to eliminate fragmentation site, the environment breaking work of the barriers .
14
0 comments
portable crusher plant is a new rock crushing equipment, which greatly expanded the concept of rough broken areas of operation. Portable crusher is designed to stand in the position of our customers, to eliminate fragmentation site, the environment breaking work of the barriers .
13
0 comments
2010
1
JUL
We inject the spinner image into the page and reposition it depending on which field is doing the request. Very simple!
65
0 comments
I’m a huge fan of WordPress’ method of individual article deletion. You click the delete link, the menu item animates red, and the item disappears. Here’s how to achieve that functionality with jQuery JavaScript.
56
0 comments
Now that dynamic HTML is a reality in most commonly used browsers and that a lot of fancy JavaScript libraries exist to make using it easy, CSS websites can take back some of the street creed held so tightly by Flash.
539
0 comments
2010
30
JUN
This time, we are going to learn how to build a javascript font resizer that allow you to resize some section of your text instead of everything. This tutorial focuses more on the javascript, so the HTML and CSS are really basic.
3780
4 comments
2010
29
JUN
Default forms are boring and that’s for certain. Styling your form with a jQuery plugin is the solution for your aesthetic issues with basic and old forms. There are here 55 jQuery plugins for forms covering everything that you would think of related to form styling with the powerful jQuery.
811
0 comments
2010
28
JUN
If you don’t know how to validate the IP address format in PHP, then you are in the right place.I’ll show you here how to validate the IP address using regular expression in PHP.
35
0 comments
I’ve used the API from hostip.info to fetch the country name , city name and country code from the given IP address. I’ve mad this function in PHP which uses XML response from hostip.info and extracted country name, city name and country code using regular expression
62
0 comments
If you are looking for the examples of URL rewriting then this post might be useful for you. In this post, I’ve given five useful examples of URL rewriting using .htacess.
515
0 comments
I’m going to show you how to rewrite the URL instead of renaming the file extension Using this technique you will see product.html in the address bar of the browser but the actual file name remains product.php and you don’t need to rename the file extension. Furthermore you can rewrite the URL like product.php?id=5 to product-5.html.
38
0 comments
I’ve seen that many of my friends are struggling with the uploads of the bigger or larger files in PHP. After looking at their struggle, i’m here to solve the problem of uploading larger or bigger files in PHP.
26
0 comments
This example shows how to compute the difference between two dates. It shows how to compute the difference between the dates in days, hours, minutes, seconds and even milliseconds.
11
0 comments
2010
27
JUN
In this tutorial we are going to create a nice and fresh image gallery. The idea is to show the albums as a slider, and when an album is chosen, we show the images of that album as a beautiful photo stack. In the photo stack view, we can browse through the images by putting the top most image behind all the stack with a slick animation.
656
1 comment
2010
26
JUN
MooTools is a compact JavaScript framework designed for the intermediate to advanced JavaScript developer. It has custom implementations to dramatically improve JavaScript performance over the browsers. With such improvements, it allows web developers to continue advanced JavaScript coding while still ensuring a good customer experience.
416
0 comments
In this tutorial we are going to create a blogroll slider that shows the latest post of your favorite blogs. We will be using jQuery, PHP and XSL. The aim is to get a given RSS feed of a blog and parse the XML data with the help of PHP. We will apply XSL to transform the feed into HTML and cache the result for subsequent use. We will be using a lot of CSS3 properties for a polished look.
30
0 comments
Using a couple of background images, some HTML, CSS and jQuery you can allow the user to change the background page of your website with a simple click. Their preference will be stored in a cookie and the image returns when they return to your site or for whoever much time you set the cookie for. Interested? Well lets get to work.
46
0 comments
2010
24
JUN
I was recently coding PHP cURL functionality for a GoDaddy-hosted website and I kept running into an annoying 403 error. Essentially, GoDaddy’s proxy server (which they force you to use for cURL) was giving me a “Forbidden” error and wasn’t trying to hit the necessary server.
32
0 comments
I recently developed a complex system for a customer that involved PHP, cURL, and a SSL connection to a third party vendor. The third party vendor would validate the security certificate of the source (the system I created) and either allow or reject access. My code looked like this:
21
0 comments
PHP is the most widely used web based programming language that powers millions of websites including some of the most popular ones like Facebook. Here are 21 really useful and handy PHP code snippets that every type of PHP developer will find useful.
600
0 comments
AJAX is an awesome tool. AJAX requests are usually faster than regular page loads and allow for a wealth of dynamism within a page. Unfortunately many people do not properly cache request information when they can. Let me show you how I cache AJAX requests — it’s super easy!
460
0 comments
How to use PHP, Caching and Apache to provide automatic Javascript packing and/or obfuscation without taking a measurable performance hit.
419
0 comments
HTML5 canvas has changed the way javascript used to be. We're now able to achieve complex animation however we do need a powerful browser to interpret it. I have collected 8 new HTML5 + Javascript animation effect you probably have not seen before! Play with each of them, you'll be blown away by the creativity and robustness of HTML5 canvas!
18454
8 comments
So here we will try to create fancy image hover with css3 as you all know we can have cool image hover effect using jquery but now using transform and transition properties of css3 we can have the same cooler effect with css3 only.
366
0 comments
2010
23
JUN
The thing that was missing from the resources category on the site was this article, a collection of Ajax techniques, tips and tutorials. I hope this article will help the developers to learn or find some of the interesting features found here.
414
0 comments
Downloading content at a specific URL is common practice on the internet, especially due to increased usage of web services and APIs offered by Amazon, Alexa, Digg, etc. PHP’s cURL library, which often comes with default shared hosting configurations, allows web developers to complete this task.
373
0 comments
HTML5 canvas has changed the way javascript used to be. We're now able to achieve complex animation however we do need a powerful browser to interpret it. I have collected 8 new HTML5 + Javascript animation effect you probably have not seen before! Play with each of them, you'll be blown away by the creativity and robustness of HTML5 canvas!
24
0 comments
2010
22
JUN
I like using the same PHP script for both AJAX and non-AJAX content requests. Using one script just makes everything easier because it’s only one file to update/edit and it’s one more cache-able request. One way to try detect an AJAX request (as opposed to a regular page load) is by using the following PHP code
469
0 comments
Gun your DeLorean to 88mph! It's time to travel back into Internet past. Why you should design according to web design standards instead of leaving out an important portion of your target audience.
25
0 comments
2010
20
JUN
There are many jQuery plugins that give designers an array of options to use in order to make very nice captions. We can’t argue with that, and what I am going to do here is not much different, but it might just help you avoid the need to include a large number of plugins on a single web page.
427
0 comments
2010
16
JUN
In this tutorial we are going to create our own dashboard menu as in Leopard dashboard. Dashboard menu in Leopard usually uses as a container for a tons of widgets we have and that will be nice if we have one on our web application. First, take a look at below demo to know the result we want to build.
652
0 comments
For old times sake, lets make a small jQuery gallery plugin which ads static noise with every slide change, and where slides can contain anything from images, to any other content. But, no fancy controls. Just a basic wrapper that hooks up on parent container and transforms it into a one slide at the time gallery, with optional slide interval and static noise duration.
436
0 comments
2010
15
JUN
HTML5 has changed the game of web development. I have collected 10 awesome html5, css and javascript demonstrations that will let you experience the power of them!
11489
6 comments
2010
14
JUN
Just as we’ve started plugins section with a simple plugin, lets start tutorials section with a simple tutorial in which we will use jQuery to filter out table rows that do not contain desired search string. It really doesn’t get simpler than that as we will use only a couple of jQuery lines to achieve our goal.
267
0 comments
2010
11
JUN
Sometimes logical steps, which we use every day to find solutions for our problems, fail us without a single word of warning. Sudden need for quality star rating tutorials ended up with four usable ones.
399
0 comments
2010
10
JUN
The final part of a six part tutorial on building a live blogging system using php, mysql, jQuery, html5 and CSS3.
194
0 comments
2010
9
JUN
This is a collection of the 15+ best Multi Level Menu jQuery Plugins and Tutorials we could find on the internet.
969
0 comments
As animated padding on child elements is a simple subject, it is not a problem to write few specific and targeted lines along with other application code, as it was the case in that project. But, as jQueryFun is fairly new in this pool of sharks, it might as well be a good starting point to feel the water and maybe make one small and simple jQuery plugin. So, let’s get started.
27
0 comments
2010
8
JUN
In this tutorial, we are going to create a custom content slider. The concept behind it is pretty simple, when you click on a button, it uses jQuery scroll-To plugin to scoll the content and display the right content.
14813
20 comments
2010
6
JUN
Imagine an animated, sliding box displaying a daily news feed. When the page loads the box displays an excerpt of news then expands to display the full content. Now make sure the article is selected at random so we never know it’s full length. Sounds like fun already. The unknown variable for height in this scenario can cause a few headaches using the .animate() method . . .
476
0 comments
Unless you’ve been living under a rock you’ve probably been exposed to jQuery. If you’ve been on Facebook, YouTube, or Twitter you’ve seen it. Those cool Popup windows, boxes that fade out, and other effects can be created using this powerful technology.
415
0 comments
2010
4
JUN
Pines Notify is a JavaScript noti fi ca tion plu gin for the jQuery JavaScript library, devel oped by Hunter Per rin as part of Pines.
425
0 comments
2010
2
JUN
Design calls in loads of out of the box thinking. Design needs loads of effects and functionality that should make a distinctive image and perspective. jQuery is one tool that makes all of this possible.
607
0 comments
2010
1
JUN
Normally Front end developers use gif animation for Ajax data loading. But now CSS3 animation property has been introduced and we can achieve the same Ajax loading animation effect using only css3 no gif animation required. So lets start working on it to get our desired effect
747
0 comments
2010
31
MAY
jQuery provides a variety of approaches to making content of Web pages interactive. Whether sliding or fading to navigation or content elements, whether a Lightbox popup offers detailed descriptions, or the incorporation of animation effects for background graphics, jQuery is still a large repertoire in order to inspire them to leave.
617
0 comments
This update covers really useful tutorials, tips and techniques that you should have read in May 2010. Featured authors include: Marco Kuiper, Jeff Starr, Louis Lazaris, Martin Angelov, Paul Irish, Janko Jovanovic, Saud Khan, Matt Ward, Adnan Osmani, Mary Lou, Steven Benner and more.
314
0 comments
jCollapisble is a JQuery plugin that takes any nested list (OL or UL that have children) and coverts it into collapsible threads. This is especially useful to create simple threaded comments on a blog or forum without having to modify the backend code.
415
1 comment
2010
28
MAY
Cloud Zoomis lightweight jQuery Image zoomer plugin that comes with impresive features. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust compatability across browsers.
726
1 comment
30+ best JavaScript Techniques and trainings we could find on the internet.
579
0 comments
2010
27
MAY
This plugin will create a animated tag cloud out of the list of tags for your blog/site. It is based upon the jQuery framework. Although there are many tag cloud available in jQuery Plugin arsenal, I really felt the need to create this one. The plugin include font animation as well as tag animation in three ways (horizontal, vertical and random). Very easy to implement and customize.
765
0 comments
jQuery plugins are not only easy to use but also makes websites professional and beautiful by using various Image sliders, image viewer, google maps plugins. So , here is a list of useful jquery plugins that are really helpful for your up-coming projects.
565
0 comments
2010
26
MAY
After spending couple of hours searching for floating share box plugin for Wordpress, I finally decided not to use plugins.
488
0 comments
This tutorial will guide you how to build a spotlight effect with caption. I have seen someone use this technique before, I think that's cool, so I decided to spice thing up a little bit by adding a caption into it.
12195
5 comments
2010
24
MAY
Here will try to create a model window using css and jquery.
506
0 comments
2010
20
MAY
Since last 1 week we haven’t post any tutorial and we are really sorry for this. But today will post a tutorial on content slide with manual navigation using Tab function of jQuery UI library.
795
0 comments
2010
19
MAY
If you are a regular digg user, you will find a static bar (could be frame) on top of your browser window on permalink pages. If you need to kill that static bar from the top for anonymous reason , simply add the following code of javascript just inside your head tag.
376
0 comments
2010
18
MAY
There are heaps of image sliders out there. This time, my search is not limited to javascript only, but flash too. I know there plenty of flash gallery, but most of them are not free though. I have filtered out simple javascript slider and listed out only the best of the best.
11310
4 comments
2010
17
MAY
Twitter integration into web design is now fun and easy, thanks to the amazing jQuery Twitter plugins. Get tickers, Quoters, Real time tweets and much more with this collection of amazing jQuery twitter plugins.
649
1 comment
2010
16
MAY
A tutorial on how to develop a custom jQuery plugin as well as an ASP.NET Server Control that wraps the mentioned plugin. The complete source code is also provided.
372
0 comments
2010
14
MAY
Projekktor is a JS wrapper for the new HTML5 video and audio elements. It solves cross browser and compatibility issues, adds some eye candy to the native players and provides usefull non standard features. This HTML5 player is easy integration to any site, just include one JS file and use standard video or audio tags thats all.
462
0 comments
2010
13
MAY
In the last few years image and content sliders become very popular and you can see them in thousand of blogs and websites.It is useful for a blog owner to show the featured contents and i also think it is a great way to attract the visitors
882
0 comments
The image items are showing and hiding with horizontal slide effect based on user choice. Horizontal slide effect produced by manipulating item’s width, when hiding the item we will change the item width into 0 pixel, and when showing the item we will return its default width.
709
0 comments
2010
12
MAY
I have used images of different dials (which I have downloaded from google) as backgound. Upon which the clock is drawn through Raphaël. Luckly, for me, the center of these dials images excatly conicides with the center for clock. Another option I provided in the demo is to change the color of second, minute and hour hand of the clock according to the dial selected by the user.
638
0 comments
A jQuery script to view a magnified portion of any image upon moving your mouse over it. A very useful script to use on product images, photos etc.
340
0 comments
Full Screen Image Slideshow is a cool slideshow that uses jQuery and PHP to display large images from a directory automatically and using the entire browser window as its canvas!
65
0 comments
2010
11
MAY
http://webdesignersdesk.com/2010/05/create-bounce-out-vertical-menu-with-jquery/
102
0 comments
The reason why Nintendo can survive for a hundred years is that it can integrate the old technology and meet the needs of player.
54
0 comments
In this list I have gathered 8 examples/experiments that apply physics and gravity to demonstrate the power of Javascript. Some of the examples are simply stunning and incredible!
14109
13 comments
2010
7
MAY
This article provides some basic guidelines and easy to follow code templates to get you started with HTML5. If you are familiar with the basics and want to take things to the next level, you will also find several useful resources providing more tips, tricks and techniques.
527
0 comments
2010
6
MAY
A tutorial on how to display rating values as colored stars using CSS, two images. Optional enhancement with a touch of jQuery code.
474
0 comments
Here is a roundup of 10 practical jquery stylesheet switchers for you to test and implement into your website, thus providing a better user experience.
520
0 comments
2010
30
APR
This is a list of 12 helpful jQuery plugins you are maybe missing. The list contains some plugins that are really helpful for your up-coming projects. Enjoy the list and don’t miss any awesomeness this month!
672
0 comments
The JavaScript 3D engine CopperLicht has been released today in version 1.1.0. This release now adds support for character animation: The 3D engine is able to import and play back skeletal animated meshes.
461
0 comments
2010
29
APR
Image flipping becoming popular these days and many major blogs and websites already using it. Flips add good user interface experience and therefore giving better feel and look to web application
1079
0 comments
2010
28
APR
We all had played image puzzle at some point in our life. The game in which we have to arrange various shuffled pieces of a picture in an order. I built the same puzzle using jQuery and jQuery UI libraries.
553
0 comments
jQuery these days has become talk of the town because of its increasing crave and demand in the designing field. It has captivated attention by its fast and concise JavaScript Library that simplifies, event handling, animating, HTML document traversing and Ajax interactions for speedy web development.
663
0 comments
2010
27
APR
Last night i found an interesting stuff, two Growl themes. It’s ‘mono’ and ‘basic’ theme by Christopher Lobay. By using these themes my growl turn beautifully. I remembered jGrowl, a jQuery based notification like growl and i think this will be useful if turn jGrowl default theme into ‘mono’ or ‘basic’ style.
698
0 comments
The menu manager in wordpress 3.0 (still in beta) got updated. I don’t like it, it doesn’t even scale. Take a look at the post, you will see what i’m talking about and how to fix it.
493
0 comments
There are heaps of image galleries out there but don't know which one is the best? I have searched through the Internet and I found these image galleries that come with a filmstrip (thumbnails). Most of the are pretty easy to implement, and if you want to create a custom jQuery script, no problems at all because some of them are presented in tutorials.
11551
3 comments
Tired of generating rounded buttons in Photoshop? This HTML/CSS/JS solution is simple, clean, and works in all modern browsers.
557
0 comments
2010
26
APR
In this second jQuery Plugins post,i’ve collected 30+ plugins which will be useful for web developers’ projects.Today while i was searching for a plugin i decided to bring together all these plugins which i think will help you one day.
554
0 comments
Light and simple, but still very effective single-page mini templates that have multiple uses. Html resume templates, vcard templates, coming soon templates and many more.
574
0 comments
2010
23
APR
Create Animated Landscape using CSS and Jquery.
604
0 comments
News By Company offers distribution and submission of articles, company news, press release and product launch for small businesses. Submit online free of charge.
50
0 comments
2010
22
APR
Get done with shadow motion affect in jQuery with 5 line codes. This effect can use with any animation. You can use it via everyTime or setInterval method.
794
1 comment
A slideshow is a display of a series of chosen pictures, which is done for artistic or instructional purposes. And if the slideshow is cool and sexy , it would surely add glamor and feeling of impressiveness
1472
1 comment
2010
21
APR
The well know jQuery is not restricted to just animated user interfaces and amazing widgets. There is more to the “write less do more jquery”! See the cutest side of jQuery with this digest of eye catching and attractive jQuery games. Play more with this 20+ collection of jQuery games.
611
0 comments
When developing a HTML web form the input field should always be allowed to be cleared by the user. The problem is that there is no default value to erase the contents on the field without using some JavaScript. The easiest way to get or modify the content of an element is by using the innerHTML property.
784
0 comments
2010
20
APR
In this post, I will list 10 random jQuery snippets I collected from all of my previous tutorial. If you always follow my tutorial you must be familiar with the following snippets, enjoy!
743
0 comments
Content Slider is very popular now-a-days and used in various websites. You may choose from a wide range of jQuery plugins available online, or you can write it on your own. Yes it’s not a rocket science to create the content slider. This simple tutorial will guide you to build your own content slider, with simple Javascript code and animate() function provided in jQuery.
789
0 comments
A unique and fancy image gallery built in jQuery using jQuery core lirary, UI and plugins. Worth checking out
706
0 comments
Today I have tried to make auto-complete using jquery and css inspired by facebook. Auto-complete functionality can be used in filling e-mail ids or maybe story tags.
556
0 comments
Alright fellow web designers and developers. We are going to do something a little bit more hardcore this time. There are heaps of jQuery plugins out there, but it's hard to find something that suit us. So, this tutorial will teach you how to be creative and create a customize plugin.
20665
19 comments
2010
19
APR
Bubbles are one of the most interactive user interface elements. Create animated pop up bubbles, dialogs and bubble tips in jQuery with these wonderful collection of jQuery Bubble plugins. Leave a bubbly impression on users with these set of bubbly jQuery plugins.
651
0 comments
Today i come up with one more tutorial on Navigation menu but this time its animated vertical navigation menu with css and jquery.
993
0 comments
elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. As you can see its creation is inspired by simplicity and convenience of Finder program used in Mac OS X operating system.
508
0 comments
So, you must be thinking, how to create a website with good user experience with just CSS, HTML and Javascript? Check out these websites, they are using jQuery, and really captivating! I have gained a lot of inspirations through this findings and I believe you will love it too :)
15129
9 comments
2010
18
APR
jCoverFlip is jQuery plugin that allow us to showcase both images and content associated with an item. This plugin has been developed to enable fast and granular customization of the look and feel and feature set. jCoverFlip support for Drag or click functionality to showcase featured content items on demand by the user.
734
1 comment
Expressjs has a nice button menu. Yes it absolutely nice since it has opacity and box shadow on each button, automatically widen when mouseover and again opacity to transparent when mousedown. I’d like to explain how they works with pure CSS version and jQuery version.
1008
0 comments
2010
16
APR
Rounded corners with border-radius are nice... when they work. Here's a simple script that will let you test for border-radius support using jQuery.
353
0 comments
2010
13
APR
HTML is an amazing scripting language. Blending HTML with jQuery lets one make the most out of HTML. Extend the limitations of HTML by blending it with jQuery. So here is a collection of amazing tutorials and plugins to blend HTML and jQuery.
714
0 comments
Awesome demo of a series of tutorials on building a live blogging system with php, htm5, css3, jquery and mysql.
453
0 comments
HalfCircle was designed with simple, unique and cool design, using black, white and orange as its main colors. The theme comes with theme option, jQuery tab, dropdown menu, embedded flickr widget and other features Suitable for any niche especially your personal blog
409
0 comments
2010
10
APR
Groovershark has a nice style on displaying their widgets. As you can see from their website, the slider has three elements addition that make it more beauty, they’re gradient image on the left and the right side and the image as a border for the selected widget on the center. Yes, we’ll make that thing from stratch.
561
0 comments
2010
8
APR
Image Bubbles is a cool Flash-like effect that causes an image to bubble up and expand whenever the mouse rolls over it from within a series of images. It's a nice way to draw attention to an image when the mouse rolls over it. Both the speed and magnification level of the image when it bubbles up can be customized.
863
0 comments
2010
7
APR
The roundup of 40 excellent jQuery plugins to work with data presentation and grid layout
839
0 comments
Picbox is a lightweight (around 5KB) javascript image viewer based on the Slimbox by Christophe Beyls, and available using either the Mootools or jQuery frameworks. It features automatic resizing and zooming of large images, allowing them to fit in the browser or be viewed at full size.
537
0 comments
2010
6
APR
In this post, I will show you how to add a nice working print button to the fancybox jquery plugin.
858
0 comments
From my previous article of content slider , today I am using same HTML and CSS but producing fade effect rather than slide one. This can be easily done by adding two simple functions on the current jquery code.
995
0 comments
2010
5
APR
Spicing up your menu with BubbleUp jQuery plugin. This plugin now is more flexible, easy to customize and working with all major web browsers with any size of images.
913
0 comments
Check out a long list of comprehensive tutorials that teach how to use jQuery when building awesome navigation menus. The better your website navigation is the higher chances your visitors will find what they are looking for.
852
0 comments
2010
4
APR
The following short code is a way to add a fade in effect to your webpage. The main task we want to do are hiding our webpage content then display it with fade in effect when the user load the webpage. These step will use two jQuery built-in function, hide() and fadeIn().
823
0 comments
Tabs help create amazing amazing user interfaces. Web space can be used efficiently and effectively with tabs. So here is an ultimate collection of over 25 jQuery tabbing plugins to help designers create excellent user interfaces.
984
0 comments
Buttons are no longer rectangular and limited to grey and black. Thanks to jQuery, now you can paint your UI with colorful, glowing and animated buttons. Style the good old buttons to bring out impressive effects with these wonderful jQuery button design plugins.
777
0 comments
2010
2
APR
As jQuery becomes a new trend, we thought you’ll find it useful to follow the top jQuery tutorials. Note: most of these tutorials are aimed to make your backgrounds even more impressive.
359
0 comments
2010
1
APR
Today we will learn how to get simple toggle effect on hover/click with jQuery. We will use Css and Jquery to get our final output.
875
0 comments
2010
31
MAR
A series of tutorials on building a live news blogging system. Developed using HTML5, CSS3, jQuery, XML for front end and php and jsp for backend. This part features coding the layout, styling it and adding some basic jQuery features.
565
0 comments
Sometimes we need to fill two divs simultaneously using ajax. Generally , we use two different ajax calls to achieve this rather knowing the fact that it can also be done using single ajax call.
786
0 comments
This update covers really useful tutorials, tips and techniques that you should have read in March 2010. Featured authors include: Jeffrey Way, Andrew Burgess, Louis Lazaris, Martin Angelov, Chris Coyier, James Padolsey, Konstantin Kovshenin, Marco Kuiper, Teylor Feliz, Saad Bassi and more.
407
0 comments
2010
30
MAR
jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML.You dont have to use flash for animation, you can do the same with jquery.Today, we present a splendid collection of JQuery tutorials that will serve you for your next project.
922
0 comments
2010
28
MAR
jConfirmAction is a jQuery plugin that aims to replace a plain confirmation box with a cute one. This plugin will help you to create a flying bubble confirmation box upside your link.
894
0 comments
59
0 comments
The things that bugs a web developer is the way they have to find the right documentation for what we search for.
595
0 comments
2010
26
MAR
Don’t let your link that have a critical action (such as delete some data or something else) fly away on their own self, we must put a confirmation before do the action to prevent user’s mistake. Now, let us make that one.
763
0 comments
Here is a collection of some of the best jQuery slideshow scripts, packed with eye-catching transition effects which are just perfect for showcasing your work and image galleries.
1054
0 comments
2010
24
MAR
Learn how to code a top-aligned form, style it using modern technologies such as CSS3, how to validate its data using javascript (client-side), and how to validate data server side using php.
812
0 comments
CSS Pseudo-selector come like a saviour, it makes our life easier by saving our time for traversing the Document Object Modelling (DOM). Especially for nth-child pseudo-selector, it can make us choose any element we want by pointing its index number (start from 1), it means we can easily choose any object element we want to modify.
410
0 comments
You'll find the interface design of Windows 7 handsome and you are interested in CSS3 and jQuery? For the further course will be created in this tutorial-2-divider, a draggable & resizable window of "Windows 7" window based on CSS3 and jQuery UI.
608
0 comments
I haven't done a roundup for jQuery plugins for quite a while, but I have noticed that there are quite a few of new jQuery plugins out there and they really caught my attention because of its design and application. So, this is the 10 jQuery plugins that I have collected for last few weeks.
30593
12 comments
2010
23
MAR
You'll find the interface design of Windows 7 handsome and you are interested in CSS3 and jQuery? For the further course will be created in this tutorial-2-divider, a window of "Windows 7" based on CSS3 and jQuery UI.
553
0 comments
2010
22
MAR
Form validation is one of the most important aspect on any web application. More the form is secure more secure will be the application. So as to validate form using jquery , is really simple and can be highly customize
659
0 comments
Checkbox is one of the most frequently used element on the forms, plain checkbox will be nice if in the forms we made there are many checkbox or others forms element that are used, but how about we just need a single checkbox in our forms without any other forms element, a little bit horrible, i think.
774
0 comments
2010
20
MAR
Yesterday I saw an ad of a telecommunication provider and I was inspired by its ending which shows the company’s logo using a puzzle paper effect. I think that’s fabulous and we can implement it using CSS plus jQuery without Flash. Ok, let’s go get it!
945
0 comments
Yesterday, a friend of mine asked me how to create a login page like Mac’s (shaking, sliding, loading bar) because he need it for an application he is working on. I straightly answer, “OK, I’ll make it for you,” because it sounds interesting, besides, I can use it as a topic for this blog too. Here’s the review of the implementation, enjoy!
1130
0 comments
2010
19
MAR
Many articles that present methods to make WordPress load faster, There is however, one more thing you may do to improve your blog’s performance, and that is reducing the number of plugins that are loaded into memory for each post and page in your blog.
426
0 comments
2010
18
MAR
This is a tutorial that I did on one of my sites. This tutorial shows you how to use the $.post() function in jQuery and was a popular tutorial on jTuts.
566
0 comments
2010
17
MAR
This is the sequel of previous tutorial discussing how to make iPhone style navigation. Once I promised to talk about how to implement AJAX and how to add cookie onto the script we have made before, right? But there will be a little change on the plan.
854
0 comments
In this tutorial I’d like to talk about how to make an iPhone style navigation using jQuery and CSS. This tutorial is divided into 2 parts.
710
0 comments
amazing tutorial which uses only pure CSS and jQuery to design a whole portfolio website, no photoshop or any other design software required.
850
0 comments
2010
16
MAR
Image zoomer is jQuery zooming tool. The plugin gives any image on your page the ability to be magnified when the mouse rolls over it. The square effect uses a "magnifying glass" that appears over the image lets the user zoom in to show close-up detail of the image.
400
0 comments
Still remember jQuery plugin named SpaceGallery? Now I wanna combine it with another interesting jQuery plugin, MouseWheel. SpaceGallery is a jQuery plugin helping you make image stack.
668
1 comment
Text masking is an alternative for us to display information what type of content user must input to our forms, as usual jQuery make our life easier, to implement that we just need to create the script that read user actions (focusing or bluring the input), read its value then decide to empty the input value or refill with its default value.
695
0 comments
Authenticjobs has a nice navigation menu. How could it be nice? The navigation will automatically shifted to the menu that we choose. Now in this tutorial, I’d like to discuss how to make not only an animated navigation like that but also an informative one.
559
0 comments
Javascript never cease to amaze me nowadays. I have found some amazing and really creative games made with javascript. A good inspiration to know what javascript can really achieve. You will enjoy this post.
12831
5 comments
2010
15
MAR
The tooltip is a common graphical user interface element. It is used in conjunction with a cursor, usually a mouse pointer. The user hovers the cursor over an item, without clicking it, and a tooltip may appear — a small "hover box" with information about the item being hovered over.
843
0 comments
AJAX is used in many WordPress themes and plugins. However, not all of those themes and plugins implement AJAX properly. This article reveals 5 best practices in developing AJAX for WordPress. Warning: This is a long and information-packed article. Be sure to bookmark this post so you can always go back for reference!
406
0 comments
Overview on using cookies via jQuery or JavaScript.
486
0 comments
2010
14
MAR
To check all and uncheck all checkboxes using jquery is real fun. I tried making for my current project and shared with you
514
0 comments
2010
13
MAR
Since WordPress 2.5, Shortcode has proven to be one of the most powerful features that allows lots of room for flexibility and customization. However, as anything that has the word “code” in it, shortcodes are not very user friendly. This article shows you how to make shortcodes in your themes and plugins more accessible and user friendly.
636
0 comments
2010
11
MAR
As we know jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML and is most popular JavaScript library in use today.
889
0 comments
2010
10
MAR
Jquery is very clean and easy to integrate in web applications. To create password strength checker with jquery is simple and can be done easily. Recently , in my latest project , I have used it and liked the way it changes color.
501
0 comments
2010
9
MAR
jQuery has made our life easier to achieve great result. It's time to show you something cool. Check out the these websites, they all are using pretty amazing animation and intensive javascript effects!
32755
19 comments
2010
8
MAR
Nearly everyone who has a website and a twitter account shows their status on the website. Here are 2 different ways you can use to get the status and show it on your website.
603
0 comments
Mootools are one of the very famous Javascript Framework. With this we can write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
615
0 comments
2010
5
MAR
Scroll to top is a button that hovers in the bottom right corner of your screen that allow users to smoothly scroll to top of page, in this tutorial we will integrate jQuerry scroll to top function in wordpress manually.
546
0 comments
ljubavimoja portal za sve zaljubljene, web katalog linkova i ljubavnih sajtova
73
0 comments
2010
4
MAR
How a simple 6 lines Javascript can power some effective effect.
595
0 comments
2010
3
MAR
Image Power Zoomer gives any image on your page the ability to be magnified when the mouse rolls over it. A "magnifying glass" that appears over the image lets the user zoom in on any portion of it as it follows the cursor around. Furthermore, the magnification power can be adjusted on the fly by turning the mouse wheel back or forth.
527
0 comments
Let's think of a box with rotating images inside. along with the images, we have a navigation menu that slides up / down while the images rotate. Pretty cool huh? well lets show you how I made this happen.
781
0 comments
2010
2
MAR
A detailed, in depth jQuery, XML tutorial on how to build an awesome slider that handles images, video and full HTML.
1254
0 comments
Lots of cool effects can be achieved using jquery so today we just started our tutorial series on Jquery starting with navigation menu. In upcoming days will write some tutorials on jquery for our readers. Check out this awesome Jquery navigation menu tutorials thank you.
1017
0 comments
2010
27
FEB
Awesome collection of jQuery and JavaScript snippets. Enjoy.
1244
0 comments
2010
26
FEB
In this post, I’ll show you how to add SexyBookmarks into your personal page, only with HTML, CSS and JavaScript; no server-side requirement. Obviously, you (and your visitors) can have some little limits without PHP; but this release still satisfy most of the circumstances. With different platforms, please query the search engines for the installation guides.
526
0 comments
Discusses how you can create an amazing "Scare Bear" using HTML5 and jQuery.
871
0 comments
2010
25
FEB
I want to come in your help and presenting you 34 most appealing and fully featured back-end control panels from the internet. Choose you favourite,create an web app and start taking your internet stake too!
488
0 comments
This tutorial shows you how to use jQuery to programmatically get Digg, Delicious and Tweet counts for a specific URL. You will be able to style this data however you like using CSS. And best of all, you can do this without depending on any server side code.
248
0 comments
In this tutorial, we will learn how to create a thumbnail image tooltip with jQuery. It displays a tooltip image when user hover on the thumbnail with fadein and out effect. it's a useful script for your website.
16040
11 comments
2010
23
FEB
A jQuery tutorial which helps you create your own jQuery Plugin. Learning jQuery with a fun and easy way to generate a bubble effect for your menu list and we're going to call it BubbleUP.
747
0 comments
On my first visit to Dzone , I was wondering about their infinite scrolling system and how it is created.
833
0 comments
Adding the final touches to a site can be the difference between a polished and beautiful site that looks “refined,” and a mediocre site that leaves no impression on visitors. jQuery, the versatile JavaScript library, can be leveraged to create all these fine tuned elements.
933
0 comments
In this article, I’ll provide ten small Javascript tips, mainly aimed for beginner and intermediate Javascript developers. Hopefully there’s at least one useful tip for every reader.
434
0 comments
2010
22
FEB
In this post you will find seven jQuery solutions which allow your visitors to smoothly scroll right to the top of a page, making your website more user friendly.
346
0 comments
2010
21
FEB
We all love Javascript. With jQuery, it is now so easy to write really nice JavaScript effects. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development
808
0 comments
Creating right click with the help of jquery is real easy and can be implemented very quickly. While trying for my one of the project , I made one and sharing it today.
860
0 comments
2010
18
FEB
I liked Quicksand by razorjack so much, so I put it on Codeigniter. All the credit goes to razorjack and please read his documentation and other credits information. Since I am writing about Codeigniter Shopping Cart series, I am going to add the Quicksand to this application. It has already back-end facilities with BackendPro.
1001
0 comments
2010
17
FEB
Writing right HTML is itself a challenge for developers and writing correct selectors for this HTML in stylesheets is pretty complex sometimes
647
0 comments
I did some search around the web and there are heaps of CSS3 examples that are really make my eyes wide opened! It's incredible! I could never imagine to make animation using CSS few years ago. So, in this post, I will show you my findings of 18 Incredible CSS3 Effects that will blow you away!
33269
12 comments
JavaScript Popup - Who needs to implement inline HTML, Flash and Videostuff into a JavaScript Popup-Solution, has to check the Plugin TopUp ( based on jQuery ).
1323
0 comments
2010
16
FEB
Embed your buzz stream into a website yourself by pulling your Google Buzz using jQuery.
234
0 comments
Stylize your designs with the best in class widgets, utilities, slide shows, forms and much more with this collection of most stylish jQuery plugins. Style is all that matters for a best in class design. Stylish designs and user interfaces are now a cakewalk with these jQuery plugins.
1445
0 comments
Today in search of some inplace editors for my project , I found some really interesting scripts. Inplace editing or inline editing is very useful in editing the text on the same page without refreshing it hence making user interface more strong.
532
0 comments
2010
15
FEB
This is a jQuery widget for the brand new social network -Google Buzz- that you can embed anywhere to integrate your buzz stream into your page.
308
0 comments
The data visualization CoreAnimation ( used on Phone or Mac OS X 10.5 ), was inspiration for the jQuery Filter-Plugin Quicksand ( sort by name, data-size,.. ).
685
0 comments
2010
14
FEB
Discusses how you can build a "vertical tab" using HTML, CSS and JQuery.
1999
0 comments
2010
12
FEB
Uploading files without refreshing page looks nice and even simple. With the help of ajax and jquery one can achieve this. Today I have collected 7 ajax file upload plugins which are cool and easy to integrate.
1452
0 comments
The jQuery plugin "Smoke Effect by Gaya Kessler is a very playful script in which stacks of 2 can alternately be ejected clouds (the graphical elements) are arbitrarily modified.
289
0 comments
2010
11
FEB
Poll , vote or rating in any new project is very common. We developers, use our most of time in searching good scripts for rating or poll. Today I have collected 8 jquery rating scripts for better user experience for your next project.
1294
0 comments
2010
10
FEB
Photo Shoot - The jQuery plugin Photoshoot produces a very special photo shoot effect, through which you can share the work with a camera.
858
0 comments
Listed here you will find ten stylish jQuery caption plugins which you can freely use in your future work.
847
0 comments
2010
9
FEB
JavaScript has blossomed so rightly. Since then, there are jquery, Mootools , Scriptallicious, Prototype etc..which really produces cool effects. In todays time, java script is a must have component.
762
0 comments
This post is all about CSS3 and Javascript. With all the new features that come with CSS3, there are whole lot of animation possibilites that can't be achieve before. So, Check this out and get inspired
27742
8 comments
2010
8
FEB
The plugins in this article will allow you to insert in to your website very interesting effects of Social media giants: Twitter and Facebook. If you want to create Facebook like Twitter fan page or Facebook post on Wall effect, these plugins are for you.
959
0 comments
2010
7
FEB
Today i have collected 7 cool analog and digital clocks to use in your next project. I find these clocks really cool and impressive. Moreover these clocks shows the power of CSS and Javascript which is why it makes these clocks worth watching.
527
0 comments
2010
6
FEB
AJAX can add life to even a simplest user interface. Add style and interactivity to your designs with this set of Amazing jQuery AJAX Widgets.
1503
0 comments
A little bit of animation can spruce up a dull user interface. This collection of jQuery Animations pull up a whole new style of interactivity through stunning animations and effects.
1072
0 comments
2010
5
FEB
CopperLicht, a fast JavaScript 3D engine has been released today in its first public version. It uses WebGL and is able to render huge 3d worlds like Quake 3 levels (see the demos) at playable speeds. It comes with a full 3d world editor to edit levels and maps and is free to be used.
96
0 comments
Top 15 Jquery CSS Animated Navigation Tutorials with download sources and live demos
1062
2 comments
2010
4
FEB
Who wants to be successful in eCommerce doesn't comes around Forms. A very interesting approach to this, Tim Wright returns with "Form Design with Sliding Labels".
902
0 comments
2010
3
FEB
I handpicked 10 web development related articles and tutorials that i liked the most in January. Check them out, you might have missed some.
995
1 comment
2010
2
FEB
jQuery can pretty much do anything you can think of. All you need is a creative imagination and some time to learn the simple and intuitive API. With several JavaScript frameworks available, jQuery is quickly becoming a favorite. If you are interested in using jQuery for animated effects, here are 10 Stunning Examples of jQuery Animation to get you on your way.
40492
16 comments
2010
1
FEB
This blog inspired me to make an event calendar using Codeigniter. You can download Bari’s source files here. Please unzip it and save them. We are going to use them later. I used most of Bari’s codes and implemented in Codeigniter. I continue using BackendPro for this purpose. You can read more about it here. It has an excellent ...
1921
0 comments
2010
29
JAN
An article that tackles the problems that one can encounter while using on hover events in web development, and tips on how to fix them.
468
0 comments
The following selected (for jQuery beginners easily understood) through the implementation of the tutorials have JavaScript library jQuery, etc. add the options according to selected menu items in addition to the self-images or sub-menu
1116
0 comments
2010
27
JAN
Today i found an article on Images with Overlay caption while reading feed of queness. Moreover , I previosly did one article on Lightest content slider ever which was really cool. Now , today i tried mixing these two tutorials and made one.
1223
0 comments
2010
26
JAN
This is my fouth tutorial about thumbnail effect. This time is the well known sliding door effect that slide the top layer to top, bottom, left or right direction to reveal the content underneath.
13535
9 comments
2010
25
JAN
Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. Cappuccino is built on top of standard web technologies like JavaScript, and it implements most of the familiar APIs from GNUstep and Apple’s Cocoa frameworks.
148
0 comments
While stumbling through jquery plugins i found that jquery can produce some really cool flash like effects which performs well.
890
0 comments
Since the thumbnail spotlight effect i wrote a tutorial about was and still is amazingly popular i decided to make another cool thumbnail effect. This time with zoom and sliding caption.
1008
0 comments
2010
23
JAN
Superb Jquery CSS Image Effects and Tooltips Tutorials to improve your sites
1202
0 comments
2010
22
JAN
JavaScript lacks a true 'foreach' loop contstruct, which often trips me up. Here's how to fake one.
469
0 comments
Many blogs like tutorialzine , sohtanaka doing great work in making tutorials and giving very useful stuff to the web developer community. Since my previous post on jquery and css demo was a good success so today, again , I collected some excellent demos of jquery and css.
820
0 comments
2010
20
JAN
In this post, I'm going to let you know all the plugins and scripts that I used in my recent project that requires intensive AJAX calls and javascript fanciness. I have listed them in a list of plugins and tutorials and I know it's going to be really useful to all of you.
16415
9 comments
2010
19
JAN
This script is fairly straight forward. What it does is using the UL list and allow user to toggle to display the content of LI items. This is a really useful user interface feature that it helps designers to save space and build a less complicated user interface.
15482
10 comments
2010
18
JAN
As we all know CSS3 is hot these days and will soon kill javascript libraries. I have tried today some cool animations using CSS3 for webkit browsers (e.g. Google Chrome and safari).
921
0 comments
2010
17
JAN
As we all know CSS sprite and jquery are in trend. I have seen many star rating tricks but none of them are using css-sprite. I tried to make one , hope you all will love it.
1111
0 comments
2010
16
JAN
Working with HTML forms is really a nightmare because your forms always mess up. This post includes 5 newest and useful jQuery plugins that help you work with HTML forms better and love them more.
1221
0 comments
WELCOME.......A L P SCHOOL BAYAR- PERODI, Is one of the oldest kannada medium school in kasaragod district Ested In 1820.
116
0 comments
2010
15
JAN
Best of Blogs - Preview 2010 includes a small collection of international Webdesign-, Webdevelopment-, jQuery-, Inspiration- and SEO-Blogs.
605
0 comments
In this post I have shared free jQuery and Ajax scripts to help our upcoming web developers. In this list includes - A Drop-Down Menu Plugin for jQuery, Rotating jQuery Tabs, Sliding Login Panel with jQuery, AJAX Loading Panel, Mysql Ajax Table Editor, jQuery youtube playlist plugin etc.
1573
0 comments
2010
14
JAN
CSS provides some powerful ways to style your hyperlinks but if you want to go one step further and add some smooth animation to your hyperlinks, than I believe you will find this list useful.
731
0 comments
Today I have collected 14 demos of jquery and css ,I wish I knew them before. Just go through the list you will surely love it.
1114
0 comments
2010
12
JAN
This custom dialog box is one of the scripts in that website and I think it will be quite useful for all of us. The reason I have this custom dialog box is to overcome the inconsistencies across different browsers. It uses CSS3 to style everything and it looks really nice!
45639
11 comments
I made one content slider using this animate function and found that its script excluding “jquery.js” is less than 380 bytes , yes i repeat its 380 bytes.
1196
0 comments
A detailed tutorial on building an original team page for any kind of website. Contains full source code and code guidelines for XHTML, CSS, jQuery.
503
0 comments
Larger clickable areas make for greater usability and a higher click-through rate. Here's how to expand a clickable area to an entire list item using jQuery.
519
0 comments
2010
11
JAN
Rating and voting features are one of the ways to encourage user interaction with the website. I have gathered a few of javascript rating plugins that are built with jQuery, Mootool or prototype framework and a few of tutorials if you want to know how it works or implement it by yourself.
12060
1 comment
MopSlider is a jQuery based JavaScript-Plugin that allows you to create slider, which can different type of items ( HTML, Images, Flash ).
1358
0 comments
jQuery-Plugins and Tutorials for making the web(content) more easy to handle! Check out all that sliding, fading, scrolling and zooming features!
1155
0 comments
2010
7
JAN
jsFiddle a Tool which is helping with writing (X)HTML, CSS & JavaScript. Load the page or code-snippet, edit the relevant fields and load the result, which can saved for further usage.
604
0 comments
Over the years i have found (usually the hard way) that there are a lot of guidelines we need to remember whenever we are working with the web. So keep these in mind next time you're building a website!
689
0 comments
2010
6
JAN
In this post, I have found 10 javascript plugin that will able to skin the web form, they will look consistent in different browsers. Some of them skin the entire form elements and some of them skin only checkboxes and radio buttons. Anyhow, I think this is something good to know if your client want to spice up the webform a little bit more.
21845
10 comments
2010
5
JAN
Hello developers. We really find jquery a good framework and find out really good tricks which every web developer should know.
987
0 comments
2009
30
DEC
Enjoy the newest, latest 10 fresh and helpful jQuery plugins in jQuery Plugins series before closing the year 2009.
940
0 comments
moochart is a plugin for MooTools 1.2 to create goog looking and customable bubble diagrams on the canvas tag. The moochart can be customized using a bunch of options or argument such as, width, height, bubbleSize, line color , bubble color, tooltips and more.
935
0 comments
2009
29
DEC
Another Topsy-enabled jQuery plugin to list the most popular posts on your website, from your Twitter timeline or for some keyword within a selected period of time.
873
0 comments
As a jQuery lover, I always find myself trying to invent something really cool, useful and able to integrate into design easily. This time, I've chosen a few of very useful and helpful navigation menu tutorials. They are comprehensive tutorials, and cover everything with detailed explanations.
57717
14 comments
2009
28
DEC
Uki is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with rich view-component library ranging from Slider to List and SplitPane.
684
0 comments
jQuery Popup Menu lets you associate a multi level drop down menu to any link on the page, so moving the mouse over the link activates the menu to be shown beside it.
1665
0 comments
2009
27
DEC
Spacegallery is JQuery plugin to create time machine alike image gallery. This JQuery plugin makes your image list into Time Machine a like image gallery.
963
0 comments
In the previous post i have featuring jQtransform and jQtransform theme. Today i will introduce you about qkForm (quick form). qkForm is Mootools plugin that have the same task as jQtransform.
673
0 comments
2009
26
DEC
designersandbox is sharing slick and free jqTransform Theme to download. This package including 15 style preset colors. jqTransform is a jQuery styling plugin which allow user to skin form elements in a easy way. The only thing we have to do is to add a javascript inclusion to this plugin in the header section of our web page, and assign the correct class to the form.
1542
0 comments
MooEditable is simple web-based WYSIWYG editor, written in MooTools. MooEditable automaticaly converts a textarea field into a WYSIWYG editor.
1028
0 comments
2009
25
DEC
Clearbox is javascript based image and content viewer overlay window. This javascript library can use to display image galleries and many type of contents including Flash, Quicktime, Windows Media formats, HTML, inner content, etc.
1146
0 comments
2009
22
DEC
Roundabout is a jQuery plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area.
1786
0 comments
2009
20
DEC
The recommendation of 5 new and useful jQuery Plugins that you should consider using for your next projects.
1085
0 comments
2009
18
DEC
This post is in the Learning jQuery series. Let's enjoy a post today by learning how to maximize the Modal Windows or Dialog Box in jQuery UI. This post explains how to use this Dialog Box on the right way.
1646
0 comments
Meerkat, named for its pop up like behavior, is a jQuery plugin and it's used as a simple promotional tool, a roost for advertisements, or even as an alternative to a splash or entry page; Meerkat is unobtrusive, cross-browser compatible, and degrades gracefully if Javascript has been disabled.
1215
0 comments
2009
17
DEC
jQuery adds amazing effects to your designs. With the beauty and attraction of animations and effects comes the overhead to speed and performance. Create efficient and optimized jQiuery designs with this collection of jQuery tips and tricks collection, which is a compendium of several easy ways to generate commonly used effects and simplest ways to optimize your jQuery code.
1082
0 comments
Integrating videos is no longer a hassle! Thanks to jQuery, there are a number of jQuery plugins that can help stream videos from your favorite websites easily. Display videos and video play list in style with these jQuery video plugins.
1584
2 comments
Christmas is a season to showcase your creativity and best designing skills. This collection of JavaScript Christmas effects tutorials cover addition of Christmas lights, colorful santaclause, generation of Christmas trees for websites and much more. Decorate your website with a Christmas theme using these colorful JavaScript effects.
1152
1 comment
2009
16
DEC
jQuery Showcase of Websites with features like sliding, page-scrolling, lighbox-popups or drag ′n drop-Effects
1306
0 comments
A revisit from my previous famous Image slide show with semi-transparent caption jQuery tutorial. I have fixed bugs and enhanced this image slide show to be more efficient, w3c compliant and more semantic. Quick! Learn how to create a slide show with cool sliding caption effect using jQuery.
68319
141 comments
2009
13
DEC
In this post I am sharing a list of very useful JQuery Tutorials to help web developers including Form Validation, Form Submission without refreshing a page, Jquery Accordion Menu, Modal Window Tutorial, Vertical Scrolling menu with CSS and JQuery etc.
2288
0 comments
2009
10
DEC
Firefox is an internet browser that is preferred by many web designers and internet savvy people because they know that it is more secure, more standard compliant, and allows better customizations. Although Firefox is a very fast browser it can be better. In this article we will give you some good tips to make your Firefox preform better and faster.
748
1 comment
2009
8
DEC
A sleek tooltip script that's unique in that the tooltip can be temporarily "stickied" to let the user interact with content within it, such as click on a link.
1994
0 comments
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height.
2091
1 comment
jQuery is an amazing Javascript library that makes it easy to create astonishing web effect in just a few lines of code. This post gathered all useful jQuery tutorials to kick start your learning process.
27516
26 comments
2009
7
DEC
I took the Topsy retweet button and jQuery-fied it, then added the "Who" part to it using the awesome Topsy API. to create this fancy share count button for your stories on twitter.
838
0 comments
The Facebook User Interface is one of the most popular, attractive and simple to use. At the same time, it is a challenge for designers to create these kind of user interface. These jQuery plugins help designes to create facebook style UI with ease.
1981
0 comments
AJAX combined different web technologies to work together, as a result, it would a major headache to debug it if problems arised. I have a few tips and tricks that I learnt from my journey of ajax web development.
11954
9 comments
2009
4
DEC
In this tutorial we’ll learn how to build a nice toolbar for our website using some CSS3 properties and basic jQuery techniques.
1023
0 comments
300+ Amazing Jquery CSS Tutorials Round up
1121
0 comments
Enjoy the post of 5 fresh and awesome jQuery plugins, then you will find out why we love them by their cool features.
763
0 comments
2009
2
DEC
Highcharts is a plugin which is focused on the interactive graphical analysis of data and can be operated either by using the JavaScript library jQuery or MooTools, and works on the iPhone, and the IE6.
1207
0 comments
2009
1
DEC
The key to a successful design is interactivity. Interactivity makes a design usable and friendly. These interactive jQuery plugins showcase the simple yet inspiring ways in which interactivity can be added to designs.
993
1 comment
A revisit from my previous famous tutorial, I have changed the transition to something different. 4 bars will be sliding up and down and reveal the description of the thumbanil hidden underneath.
21513
4 comments
2009
30
NOV
Colors add beauty to designs. So why not add a splash of color to jQuery plugins? These colorful jQuery plugins enhance the usability and interactivity by animating and playing with colors. Bring out a riot of colors in your designs with this collection of colorful jQuery Plugins.
1159
0 comments
2009
27
NOV
In this collections you’ll find hight quality tutorials how to create image gallery. All of them demo and source code available for download.
1266
0 comments
A well designed user interface is the prima-facie medium for user attraction. A good user interface can impress users and improve the reputation of a website. This collection of jQuery Plugins For A Better User Interface help you design attractive and intuitive user interface to communicate well with users.
1123
0 comments
jQuery Plugins are good and easy possibility to get your users more interactive. This Collection of jQuery-Plugins show you how! Watch a drag & drop based Shopping-Cart, a Fancy-Captcha, movable Sticky-Note, jQSlickWrap, iPhone-like password field and more ...
2837
1 comment
2009
26
NOV
Superb Image Zooming Jquery and CSS Tutorials
1024
0 comments
2009
25
NOV
jQuery, the write less do more code, now lets you to write less and draw more. These plugins and tutorials provide you with an insight on how jQuery can be used for drawing lines and a wide array of shapes.
1468
0 comments
A tutorial on building a unique clients list page for your company or portfolio site using HTML 5, CSS 3 and jQuery.
845
0 comments
2009
24
NOV
Highly customizable Twitter trackbacks widget to integrate tweets that mention your post into your blog. Each tweet comes with reply & retweet links to get more readers engaged in your story conversation.
709
0 comments
Mindbreaking questions you need to answer, impossible images to decipher just to comment on an article or buy a product. Want to know how to avoid comment spam?
791
1 comment
If you're creating a rich content website, read this post. I have gathered 12 multimedia supported lightboxes and plugins that help you to embed all sort of videos, audios and images.
19734
7 comments
2009
23
NOV
In November 2009, 5 jQuery plugins were born and most of people believed that they are useful for web designers. Enjoy the 5 fresh jQuery plugins!
1024
0 comments
PHP, or PHP: Hypertext Preprocessor, is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages. It can be embedded into HTML and generally runs on a web server, which needs to be configured to process PHP code and create web page content from it.
636
1 comment
2009
22
NOV
Won't it be nice if all your theoretical data were presented as charts? Charts add style and spice up the graphical interface. Style your content and layout with my handpicked collection of best JavaScript Charting plugins.
668
0 comments
jQuery is not just about Menus and Animation Effects. With jQuery you can also create attractive text effects and play with the text to communicate well with the users. With this collection, you can create text gradients, text fly effects, text glow and much more.
1538
0 comments
jQuery is something really wonderful for designers which gives functionality to the web sites and i think it really attracts visitors of the sites.
982
0 comments
2009
19
NOV
Top 10 Jquery CSS Animated Navigation Tutorials
1946
0 comments
2009
18
NOV
Let jQuery play the tunes, with these fresh jQuery Media Player plugins.
1449
1 comment
Would not it be great if all your complex and hectic tasks be done with just a tiny piece of code? Then these jQuery Utilities will turn your wish true. Check out these wonderful jQuery Utilities that help you perfrom all your much sought tasks in a jiffy. Write less and really do more with jQuery Utilities.
1104
0 comments
Javascript Tree view and sitemap are good tools to display the structure of your website. I have collected 10 plugins and tutorials that will save your time hunting for one.
19011
5 comments
2009
16
NOV
In this tutorial we will make an amazing effect i saw on a portfolio of an australian designer which is so great i had to write a tutorial about it. Here it is…
1911
0 comments
2009
13
NOV
Midori is an ultra-lightweight JavaScript-Framework ( 45KB uncompressed ) that gets the job done without getting in your way. - Midori is a Drag & Drop-, Toggle-Effect-Specialist!
1008
0 comments
2009
12
NOV
gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library. Check out the demos to see static and interactive charts in action. gRaphaël currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.
821
0 comments
2009
11
NOV
Just to make the festive season more special for you XHTML Mania , a specialized division of XMania Group and highly admired PSD to HTML Slicing Provider, is offering a lucrative Christmas discount to all prospective clients. The company has announced a discount of 15% on all its PSD to (x)HTML & CSS conversion services.
596
0 comments
There are new jQuery plugin being released everyday. In this post, I have found 10 jQuery Plugins that are pretty useful and also pretty cool concept.
25534
10 comments
2009
10
NOV
The use of web tab module has been widely adopted to enhance the experience which is generally used to break content into multiple sections that can be swapped on the fly to save space.
600
0 comments
After Google Introduced Closure Library I wanted to get a closer look on it. here's what I've come to.
745
0 comments
Want to learn to code in jQuery? These 7 slides from SlideShare are what you need to get started with jQuery.
1443
0 comments
Drop down menu is always the most famous solution in navigation menu. This tutorial will show us how to create one and also to keep it as simple as possible so that it can be styled easily.
43366
36 comments
2009
9
NOV
CakePHP is a rapid development framework written in PHP that uses the Model, View, Controller (MVC) software design pattern. Some people says, that CakePHP is leak on documentation. Here list of excellent CakePHP tutorials , that can help you for learning CakePHP , included installation , authentication and some advanced tutorials.
2216
1 comment
This post contains 5 fresh and useful jQuery plugins that you should try for your next project.
910
0 comments
2009
8
NOV
FileManager is a web-based file browser that can easily be integrated with popular inline HTML editors. Out of the box, FileManager works with FCKEditor and its successor, CKEditor.
1125
0 comments
2009
7
NOV
Ever imagined if the tiny JavaScript code could render amazing out of the box 3D? Then be ready to enjoy wonderful 3D effects in simple JavaScript code. These JavaScript 3D Libraries let you render smooth yet attractive 3D effects with great ease.
942
0 comments
Be mesmerized by these Inspirational jQuery powered websites that have put jQuery to use in its best manner to leave a lasting impression on its visitors.
1504
0 comments
Simple Jquery Background Positioning Animation Tutorials for menu and form elements
1178
0 comments
2009
6
NOV
One of my favorite parts about the JQuery library is the built-in effects, which can be tied into the events manager to animate the appearance and disappearance of elements in the web page. That is, you can make things like div and a elements slide or fade with ease.
985
0 comments
Sometime, we are bored with the only-one style in our website, but today, we will make some changes. We will create a javascript to randomize the CSS every time we refresh the web page.
615
0 comments
2009
5
NOV
These content sliders are different with the rest because they have a featured list and a slideshow area. I have collected 5 of them, 4 Javascript and a flash based content slider which I believe could be very useful.
23738
3 comments
Looking for an easy way to help your readers power through long web pages? Sick of scrolling for minutes at a time to get to the top of the document? Here’s a simple Scroll to Top button that hovers in the bottom right corner of your screen. Best of all, it’s made entirely from JQuery, CSS, and HTML, so you can easily drop it into preexisting pages and customize it to your hearts content.
1275
0 comments
20 Most Sexiest Jquery and CSS Plugins and Tutorials
1031
0 comments
2009
4
NOV
Topsy has just released a Wordpress plugin that gives you another retweet button. But, what if you can only work with a JavaScript widget? here is a small hack..
646
0 comments
2009
3
NOV
Simpley Jquery CSS Slide Effect Tutorial
1997
1 comment
Learn how to create a simple drop down list with animation effect in this tutorial. This drop down menu can be easily skin and customize.
24610
3 comments
2009
2
NOV
The world of iPhone application development is evolving rapidly, and developers have a growing list of development tools from which to choose. I've created a list (incomplete I'm sure) of some of the more popular tools and frameworks.
697
0 comments
I handpicked 10 webdev articles and tutorials that caught my attention during the month of October. I really enjoyed reading them (and watching) and i hope you will enjoy and learn too.
807
1 comment
Use the <em>animate()</em> function to slide the panel to the left. It's useful for display your options for search page. By a trick, we will make the animation more simple.
2141
1 comment
2009
1
NOV
Tabs optimize the Navigation of web sites. Take Tab Navigations to the next level with my handpicked collection of Gorgeous, colorful and attractive jQuery Tabbed Navigation Plugins and Tutorials.
1524
0 comments
A collection of the best jQuery Links around the web, this month. Have the juice of all the wonderful jQuery links published all over the web this October. A list consisting of over 100+ plugins that will overwhelm you!
696
0 comments
2009
30
OCT
There excists Animation without JavaScript, but just with CSS3 and Safari 4. Therefore the Webstandardblog presents a small collection of "Moving-Effects" ( toggle, fade (in + out), slide ) for Images, Navigations and Text-Content.
980
0 comments
Part 3 of "Best of jQuery-Tutorials". This list contains very interesting jQuery-Tutorials and -Plugins ( navigations, image-gallery, sIFR-Plugin, Popup Bubble, Puzzle and many more )
920
0 comments
This is a very interesting second list of 10 jQuery-Plugins you have to check out ( Slide- and Panorama-Effects, Tooltips and many more).
825
0 comments
Very interesting list of 10 jQuery-Plugins ( navigations, zoom-functions, jParallax, etc.)
976
1 comment
An interview with developer Tyler Finck about horizontal websites trends and how to develop them.
645
0 comments
2009
29
OCT
A gift for jQuery developers! Integrate jQuery documentations and tools into Firefox using these wonderful add-ons for jQuery for ease of jQuery development.
1064
0 comments
Round up of October community news goodies from jquery tutorials, plugins, wordpress plugins to showcase of beautiful and well-designed website. Also, A list of freebies to giveaway!
7291
2 comments
10 Attractive Jquery CSS Tooltips Tutorials
1231
0 comments
2009
28
OCT
The tiny navigation in your site decides if a two second long visit is memorable or not! Spice up your web user interface with this collection of easy to use yet eye catching navigation plugins and tutorials.
1289
0 comments
Creative & Interactive Webdesign with awesome jQuery-Plugins - Navigations, Twitter, Forms, Style-Switcher, Thermometer-Slider, Movie-Trailer, ...
1018
0 comments
JavaScript-Framework "Mootools" in Action - Showcase of international Websites ( from Ferrari to Vimeo ). Check them out!
1376
0 comments
This "Gallery Showcase" includes 10 interesting Websites based on creative jQuery- & CSS-Solutions ( navigations, slide-effects, etc. )
1798
1 comment
This tutorial will show you how to create a infinite carousel script with jQuery. It also have a simple autorotate script that will rotate items in the carousel.
60281
12 comments
2009
27
OCT
The following collection with interesting functions is showing you the way of jQuery.
786
0 comments
In this tutorial we will make a nice curtains opening animation using jQuery with some additional effects. This animation is extremely easy to be made and i really like it, i hope you will too.
1582
0 comments
2009
26
OCT
Unleash the power of jQuery on iPhone and create impressive iPhone style cool effects and widgets with these jQuery plugins.
3227
0 comments
In this post I’ve collected some resources that can be useful to enhance the images in many web projects. A complete list of plugins and tutorials that will be useful to improve the quality of your next works. Enjoy!
760
0 comments
15 different solutions to navigate through websites. The JavaScript-Framework "jQuery" is going to show you "how"!
913
0 comments
2009
25
OCT
MobiOne, an IDE that utilizes the power of WebKit browser engine, is an enterprise-class emulator that enables development of mobile applications using web standards such as HTML 5, CSS 3 and JavaScript.
726
0 comments
2009
23
OCT
Unleash the power of jQuery on iPhone and create impressive iPhone style cool effects and widgets with these jQuery plugins.
1861
0 comments
Find and replace is a very powerful tool. And most editors have regex support for find and replace so heres a few quick examples.
581
0 comments
Very few websites in the age of Web 2.0 are without a contact us page. This tutorial concentrates on the backend utilising the simplicity of XML as a storage facility and uses jQuery to make it easy for you to manage any messages that get sent to you.
815
0 comments
Registration and login forms play a massive part in thousands of websites now and getting this right can be a very important part in building your site. I belive that registration should be a very easy process for the user. Some websites (IMDB) make it so hard to register and validate your account. So in this tutorial we will be keeping simplicity in mind.
1416
1 comment
I wanted to see if I could check if a user has scrolled to the bottom of the box. For example, to see if they have read all the terms and conditions. We can find out the scroll position using $(selector).scrollTop() and to find the highest posible scroll position using $(selector)[0].scrollHeight.
1323
0 comments
One of the brilliant things about jQuery is the ease in which you can implement animations. A few years ago anything that looked even the smallest bit impressive would make you think of Flash. But now with all these new javascript libraries it makes animation easy.
1870
0 comments
Social networking websites play a big part in most peoples lives these days. They play an even bigger part in the lives of web designers/developers. So these websites are a good place to get inspiration.
1463
0 comments
There isn’t a real practical use for this however if you want to have a mess around quickly to test something it can be very useful. Perhaps you could impliment something like this in an admin control panel for the CSS editor. This would work very well in that case. But for now we are just using it as a sandbox.
1042
0 comments
I came across a great new plugin for jQuery today which adds great flexibility to animation. What it does is animate according to your cursors proximity to an element. So you can make an element change in tranparency or colour as the cursor gets closer.
762
1 comment
2009
22
OCT
Add a gush of style to the plain images in your website using this collection of jQuery Image Effect plugins, that help enhance images, create galleries, scrollers and bring in life to the plain images.
1258
0 comments
In this tutorial i will show you how to achieve equal height on multiple columns. There are a lot of ways to achieve this, one of them is with CSS but with jQuery it’s peace of cake. Here is how…
1288
0 comments
Online-Games are no longer only based on Java-Applets. JavaScript is the Key! Therefore jQuery-Games proudly presentsTetris, Slotmachine, Blackjack...
1678
1 comment
2009
21
OCT
There is a Facebook fans widget, Google friends widget, what about a Twitter friends widget?! Here is a jQuery plugin that you can embed anywhere to display pictures of your Twitter followers or friends (whom you follow) and their latest tweets if you like.
833
0 comments
10 Superb Image Effects and Slides tutorials with jQuery and CSS
1220
0 comments
I have collected these Javascript plugins to add effect to your text/font and as well as some useful tools to help you to style and control your website text.
12837
8 comments
Case study on 17 sites that heavily use javascript. What they do right and what are their flaws showing how should bugs be fixed to achieve progressive enhancement.
1265
0 comments
2009
20
OCT
Blend cuteness with usability with this collection of Inspirational jQuery plugins blending, Animation, usability and cutenes to create the perfect user interface. An excellent source of inspiration for jQuery Developers.
1322
0 comments
In this article i handpicked 10 jquery plugins for improving forms that i like the most, and i really hope you will like them too.
1179
0 comments
This tutorial will show you how to create a fading caption for your thmbnail gallery. It uses jQuery framework and CSS to create this transparent and fading effect.
41664
29 comments
2009
18
OCT
This collection helps create eye catching rollovers with ease. Create amazing rollovers with sliding boxes, rolling images, moving text and much more using jQuery.
3075
0 comments
2009
16
OCT
Upload Robots is a cool new service that allows you to upload files free with a slick mac-like interface.
757
0 comments
Splash up your designs with jQuery widgets. A collection of smart widgets combining usability and style, a must read for designers and developers.
2872
0 comments
2009
14
OCT
These are my handpicked collection of colorful and enjoyable games developed using jQuery. You can use the techniques implemented in these games as an inspiration to bring out yet more intuitive games.
1389
1 comment
2009
13
OCT
Develop Rich interactive internet applications with these javascript drawing and canvas libraries.
1196
0 comments
Over these years, adding JavaScript to a form has become very common. The introduction of JavaScript has changed the way in which a user interacts with an online form.
714
0 comments
2009
12
OCT
Jonathan Stark, a mobile and web application developer, has released his book titled ‘Building iPhone Apps with HTML, CSS, and JavaScript’, online under Creative Commons Attribution-Noncommercial license.
860
0 comments
I wrote before about JAIPHO, a mobile optimized web gallery that can be installed on both mobile and standard websites. Now the developer of JAIPHO has created a server side solution – Pipho.
1335
0 comments
In this tutorial we will make a nice semi-transparent image caption using jQuery. The image caption will be triggered on hover. We are going to use fadeTo() jQuery function to achieve the semi-transparency. It’s a really nice effect to have.
1264
0 comments
2009
9
OCT
Integrate Twitter tweets into websites with ease using jQuery. These jQuery twitter plugins are a road-map for creating twitter widgets, live feeds and related tweets bars.
1224
0 comments
2009
6
OCT
For paginating purpose PHP seems like a logical solution, but if you don’t have a huge amount of data you want to paginate, i would suggest paginating with jQuery. It’s not hard at all, and in this tutorial we will make a jQuery pagination system.
3201
1 comment
2009
5
OCT
This is a jQuery plugin to create a bar of real-time stream of information related to your post powered by Collecta search engine. Collecta monitors the streams of news sites, popular blogs and social media. So it can show you results as they happen.
964
0 comments
2009
3
OCT
Menu is the heart of the navigation for any website. jQuery lets you create attractive and intuitive animated menus. This collection of jQuery menu design tutorials collection lets you create beautiful and animated menus in jQuery with ease.
2448
0 comments
2009
2
OCT
In this tutorial we are going to make a really easy to build filtering system with jQuery. There will be no AJAX or PHP, just HTML and jQuery.
929
0 comments
2009
1
OCT
All sort of tutorials and plugins. Tooltips, carousal, image slider, gallery, calendar, clock, rich text editors, tab interface, everything you need in jQuery. This is a roundup post for September and handpick from the community news.
25341
5 comments
2009
30
SEP
Learn how to create the well-known javascript accordion with the most minimal amount of html, css, javascript code and of course, with a beautiful interface as well.
43587
13 comments
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development
777
0 comments
2009
29
SEP
jQuery is one popular Javascript library, and for good reasons! It’s easy to use, flexible, and most of all there’s a lot of jQuery tutorials and plugins available out
1208
0 comments
2009
28
SEP
These are the 10 best web development articles and tutorials from September that took my attention. I learned some new stuff from them and i hope you will too.
903
0 comments
jQuery lets you design eye catching animated menus and sliders Create attractive user interface for your websites using jQuery wit these jQuery Web Interface Design Plugins and Tutorials.
1670
0 comments
2009
27
SEP
jQuery, the “write less do more code” helps to create eye catching, useful applications and widgets with ease. These jQuery Application design tutorials lets you create jQuery applications that add a style to websites and meet the simple needs.
1496
0 comments
Calendars and clock pickers play a vital role in forms and user interface. Add class and interactivity to your forms with these attractive and intuitive jQuery Calendar Plugins.
2487
1 comment
2009
25
SEP
Highly customizable Real-time Twitter search-driven bar of tweets related to your post.
778
0 comments
A lot of websites use Javascript Carousel to showcase its products, portfolio and also as a image gallery. I have collected 14 Javascript Carousel made with jQuery, Mootool, Prototype and Yahoo Framework and I am sure you will be able to find one that suits you.
55062
11 comments
Here is a list of 14 really amazing jQuery and non-jQuery rich text editors (RTE). They are all free, easy to use, and with great functionalities. Enjoy.
1173
0 comments
2009
24
SEP
Check out this jQuery Vertical Menu. It uses jQuery Animate and Easing to create a simple and attractive lava effect.
37416
14 comments
2009
22
SEP
The time when username availability is checked after the page is normaly processed is long way behind us. Google has it, Yahoo has it and many many more sites have it, ajax username availability checker. So in this tutorial we will make an ajax username availability checker powered with jQuery.
1143
0 comments
The Layout of a website plays a vital role in user comfort. The better the layout, the more the users stick to your site. Layout of text, images, widgets and menus affect the site the most. This hand picked collection of best jQuery Layout Plugins will help you design user friendly and attractive websites.
2691
2 comments
2009
21
SEP
Implementing calendar in the web application is so easy by using jQuery event calender and date picker plugins.
2154
1 comment
2009
16
SEP
Learn how to create a simple, but elegant menu by animating background with jquery backgroundPosition plugin. It's simple, but the effect is really good.
23970
12 comments
2009
14
SEP
Due to high interest in the first tutorial on jQuery infinite carousel and a lot of suggestions from you all, i decided to take it a step further by improving the code a bit, and add some features.
2731
0 comments
2009
13
SEP
jQuery is a javascript framework that makes it easy to edit markup and styles on a page, build advanced user interfaces, and update data sources with AJAX. Today, we’ll go over the first steps and the one major benefit of using jQuery: selecting and manipulating markup and CSS.
1089
0 comments
2009
11
SEP
Have a look at these 20 beautiful jQuery, Mootool, Prototype, CSS, Tooltips Scripts that can enhance your website. Some of the tooltips are fully customizable and come with beautiful themes.
20197
5 comments
2009
10
SEP
Cookie is very useful to remember selected menu item and other data. Learn how to manipulate cookie with javascript. A simple implementation of menu with cookie support is uncluded in this article and also functions that will make your life easier.
6627
4 comments
There are a lot of calendar plugins out there, in this article, we will go through all the powerful and beautiful jquery and mootool calendar plugins for your upcoming projects.
84028
10 comments
2009
9
SEP
In this tutorial we will code a modal window with jQuery that is completely reusable, so we can put multiple modal windows without making a specific coding for it.
2252
0 comments
Learn how to build a lava lamp tab and sliding content all together with just simple jQuery code. This script is good for sidebar that display recent posts, comments and community news.
57620
11 comments
2009
6
SEP
Tables are great for comparison purpose, but it is difficult to style and less cross browser compatible. This article shares 15 great jQuery plugins for better table manipulation.
1357
1 comment
You all know that jQuery has become more popular every day and it’s used to do amazing stuff on websites. I’ve [...]
1482
0 comments
2009
5
SEP
I came across these strikingly useful jQuery Tutorials and Plugins. Here I would like to share these innovative jQuery Tutorials and Plugins.
1171
0 comments
2009
3
SEP
Stylishly capitalize on limited space with a side scrolling image gallery, similar to the one that Apple uses to show off their products.
3029
0 comments
In this tutorial we are going to make a news scroller. You don’t have to use it for news, there are a lot of other uses for it. When you have a lot of content you can use this to make it organized
3267
0 comments
2009
2
SEP
I have collected 30 photo, image and thumbnail galleries for inspiration. They all are built with different javascript frameworks such as MooTool, Prototype and jQuery. Also, I have included some tutorials if you want to learn how to build it yourself.
58239
10 comments
2009
1
SEP
Tabs enable ease of navigation. jQuery lets you create a tabbed interface with ease. Learn how to create simple tabs and even play with jQuery to create complex and attractive tabs with these wonderful jQuery plugins and Tutorials.
5908
0 comments
These are the best jquery image gallery and slider plugins i have been able to find. My favorite is SCROLLABLE from jQuery Tools. I hope you like them.
3044
1 comment
Collection of menu, gallery, slider, tooltips, dock, modal window, ajax and jQuery turtorials. This is a round up post for all the jQuery tutorials I have created since March 2009.
35077
16 comments
2009
31
AUG
Learn how to make a stunning four corners sliding effect easily with jQuery. It's elegant, unique and really cool solution for thumbnail gallery. This tutorial includes detailed explanation that will guide you through the whole process.
90909
38 comments
2009
30
AUG
These are the 10 best web development articles and tutorials from August i have been able to find. I learned some new stuff from them and i hope you will too.
1098
1 comment
jQuery gives you the ease and flexibilit to design attractive GUI. This collection of good GUI Applications, Tutorials and plugins showcase the best jQuer GUI capabilities.
4466
0 comments
2009
28
AUG
AJAX, a technology that lets you updtae poru\\tions of your page without reloading whole page works wonders in interactivity. This collection of jQuery Plugins based on AJAX will help you incorporate the flexibility of AJAX through the ease of jQuery into your web pages
1218
0 comments
2009
27
AUG
In this tutorial we are going to make an image splitting effect using ONE image. What’s that? It’s simillar to a sliding door effect where the image slides to left or right side and reveals the text behind it, but the thing that makes this different is that the effect looks like the image is splitted into half and one goes left and the other one goes right.
1297
2 comments
Interactivity is essential for an application. Monotonous applications with no interactivity fail to attract users. This simple collection of tutorials on plugins for creating Interactive applications in jQuery will help create Interactive jQuery applications.
1848
0 comments
2009
26
AUG
Ever imagined if you could create awesome 3D Effect with the write less do more code? Then these wonderful collection of jQuery 3D Effect Tutorials and examples will show off the power of jQuery in generating awesome 3D Effects.
8356
0 comments
Fade effects are simple yet attractive. They add simplicity to transitions and changes in the content of a web page adding to the elegance of a web page. Here I provide my choice of the best jQuery Fade Effect Plugins.
4191
0 comments
There are a lot of tabber plugins, but sometimes they don’t give us the freedom we want, so we either deal with it or start changing the plugin’s code. Why bother with finding the one that fits you the best when you can just make your own tab interface and it’s not hard at all, it’s actualy pretty easy.
1566
0 comments
Learn how to build thumbnail gallery with zooming effect and fadein and fadeout caption. This tutorial will walk you through the concept behind it and how to code it.
88423
23 comments
2009
24
AUG
Everybody knows about web forms and it has fast becoming part of our daily online interaction.
1363
0 comments
In this tutorial we will make an infinite JQuery carousel. I noticed that most of tutorials on how to make an infinite JQuery carousel are quite complex, so i decided to show you how to make it much simpler.
2630
0 comments
In this tutorial we will make a navigation that’s not ordinary. I saw this effect on b5media, it’s made with flash there but i liked how it looks so i decided to make it with JQuery.
1833
0 comments
This was my first tutorial, but due to some issues with wordpress plugin it was lost, and now it’s back :) … We are going to make a nice little animation with JQuery.
1403
0 comments
Every website should have a contact form. In this tutorial we will make a contact form that will make your visitors say WOW. It will be a cool looking contact form with nice and smooth validation, processed with AJAX.
1792
3 comments
2009
23
AUG
Most of us use the classic HTML Tables to display data in an organised manner. But now you can add style and flexibility to your tables with these wonderful jQuery Plugins for Tables.
2782
0 comments
Here are the 11 most extraordinary menu and navigation jquery plugins i could find. Hope you like them, i know i do.
1671
0 comments
2009
21
AUG
A horizontal menu with tooltip that slides accross the menu panel. It's a bit similar to lava lamp, but in this script, it displays the caption of the icon menu.
49630
13 comments
2009
20
AUG
The Gist: Basically a user types the beginning of a city name. The code will execute the auto-suggest and return results based on “keyup” once the “city” from the list is clicked, it will enable the radio buttons...
1079
0 comments
2009
19
AUG
If you want to create a mobile version of your blog or website free then this post going to help you to choose good source. In this post I'm going to share some free source to help you to create mobile site or blog for free.
950
0 comments
2009
18
AUG
Learn how to design awesome and stylish buttons in jQuery with the write less do more - jQuery.
13048
0 comments
I have collected 10 jQuery that will make your life easier. Some of them are new, and create really cool effects. Some of them are just small and simple plugins but when it comes to usability, user friendliness, they are extremely useful.
17408
5 comments
2009
17
AUG
jQuery Applications come handy in providing a funky yet usable component for websites. Here is a collection of the best usable and stylish jQuery applications.
2809
0 comments
2009
16
AUG
There are a huge and vast variety of jQuery Tutorials available all over the web. So here I provide a single window to the best jQuery Tutorials on the web that is a must for learning jQuery from scratch and to gain expertise in jQuery.
1368
0 comments
2009
15
AUG
Menus are one of the simplest user interfaces. Menus provide easy yet simple navigation option. So here I will provide you with my hand-picked colelction of best jQuery Menu Tutorials that will help you to design and create menus in jQuery.
4975
0 comments
2009
14
AUG
Sliders and scrollers have evolved to be a window to a websites wonderful content and images. Showcase the exquisite content of your website with the awesome JavaScript Scrollers and Sliders available on the web. Here I present the best collection of JavaScript Sliders and Scrollers collection.
2716
1 comment
I've break it into different sections, in depth explanations with text, illustrations and examples. Also, a little bit of style guide to create a unique lava menu for your own website. It supports styling, different animation transitions and it's so simple!
73627
24 comments
2009
8
AUG
Animations are the hot trends now. Animations and Effects add interactivity to our pages and bring a splash of color and life to the otherwise monotonous web pages. Here, I will provide you with my handpicked collection of Best jQuery Animation and effect Plugins.
4871
1 comment
2009
5
AUG
This tutorial will show how to add heading and caption to your thumbnail and display it with jQuery cool transition effect. It's an elegant way to put content in your website, and only display it when users want to see it. It keeps your website clean!
63539
40 comments
Currently, JavaScript is the one of the most utilized and popular programming language, because a large majority of the browsers are compatible with it and make use of it. Therefore, JavaScript has become very popular, very fast, because it is so uncomplicated, straightforward, and has a wide-range of capabilities. Nearly all programmers [...]
920
0 comments
In this week’s post, I will continue with my “VOZ” JavaScript Framework tutorial series, and we are going to continue to add new methods for dealing with a JavaScript Framework. Therefore, I will take the Framework one step farther, and I will add more useful methods for dealing with JavaScript before a page loads and other useful techniques. .....
1216
0 comments
2009
2
AUG
As javascript frameworks like jQuery and Mootools get more and more powerful, and browsers start to support the latest CSS capabilities, chart creation is becoming a cakewalk. Recently we saw the best JavaScript Plugins For Generating Charts. Here, I am putting forward the six best jQuery Charting plugins.
1624
0 comments
2009
1
AUG
Images add life to a website. But plain simple images are now outdated. Splashy, layouts for images are the current hot trends in webdesigns. So here, I am going to provide the 30 best jQuery Photo Plugins that will help you to add an artistic and professional image galleries and slideshows to your website.
5541
3 comments
2009
30
JUL
Create impressive animation with javascript, I have gathred a collection of websites that uses flash-like animation and also tutorials, plugins and frameworks that will definitely blow you away.
72383
28 comments
You need to impress your users within a very short amount of time and one of the methods to achieve this is to use jQuery. These advance jQuery uses will certainly help!
4797
1 comment
2009
29
JUL
A really cool News Slider that uses two scrollers to create very slick effect. It uses scrollTo to scroll both description and image items and it comes with previous, next, play, stop and mouseover events.
146507
70 comments
2009
28
JUL
Who doesn't like charts? Charts add a splash of life to our websites data. Design Awesome Charts with ease using these JavaScript Charting Plugins.
1289
0 comments
Being in the world of programming and development, I am sure that you would have surely heard about "jQuery". So now in this article I am going to provide you with a simple outline of jQuery Tools. I would let you know, what JQuery is all about, how it can help you and most important, how you can use jQuery.
1272
2 comments
Model-View-Controller is a code-organization paradigm commonly used in Objective-C, Ruby and other languages. Model-View-Controller reflects a separation of data, presentation and behaviour from each other. While MVC is commonly used in developing web applications, it can also be used for normal websites. MVC could be applied to a hypothetical webpage that includes a dynamic photo gallery.
880
0 comments
2009
26
JUL
Blending brings beauty. These B's of beauty and blending are the latest trend in Web Designing. Designers need to stylize the code by blending the functionality of various techniques yet keeping the code and design simple. So here I describe how you can easily Blend together CSS3 and jQuery so as to develop much efficient and attractive design.
1293
0 comments
2009
25
JUL
JavaScript is simplified by the development of various JavaScript tools. These JavaScript tools come handy in different scenarios saving time and effort. So here I provide the 25 best JavaScript Tools that will reduce the workload of Designers.
1465
1 comment
2009
24
JUL
We will be learning how to create an attractive menu with more advanced CSS and simple jQuery script. It uses jQuery builtin fadein and fadeout effect.
82038
50 comments
2009
22
JUL
This tutorial looks into creating a really simple tabbed interface using just plain HTML and CSS with the functionality and interface manipulated using jQuery. Tabbed interfaces are great for maximizing the amount of space you have on your site.
2634
1 comment
2009
19
JUL
Using jQuery to allow users to preview form data before submitting it to the database, or for creating a widget. Includes a demo and download.
2189
3 comments
Web-based HTML Editor lets users create HTML content easily and here i am going to share 15 useful HTML Editors.
838
0 comments
I have always loved jQuery and I’m sure many of you do too! In fact we’ve published some jQuery ‘getting started‘ guides in the past. So this time I thought we’d go more in depth and I’ve hand-picked 20 awesome jQuery tutorials.
1348
0 comments
2009
18
JUL
In this collection we will roundup 10 really cool, usable and accessible jQuery JavaScript and Ajax plugins that you can implement easily to your design or websites.
1709
0 comments
The best and must top 10 jQuery Plugins and Tutorials that will change the way you use jQuery!
1723
1 comment
2009
17
JUL
Removing contents with Ajax is a useful tool to have in any web designers kit. Using a few lines of jQuery we can remove a div and simultaneously remove a record from the database with Ajax.
1500
1 comment
2009
16
JUL
I found these plugins are really unique and quite attractive to be integrated in your website.
53020
41 comments
2009
15
JUL
jQuery definitely is one of the biggest trends coming in up-to-date designs and the best of all, everything is done without countless code lines. Keeping in mind such aspects I created hopefully pretty complete collection of jQuery sites, tip and trick articles, video screencasts, tutorials, cheat sheets and lot’s more. Took a while to compile and research was really solid. Enjoy as always!
2221
0 comments
this is a test of magi ci'm "test"
221
0 comments
2009
14
JUL
1523
1 comment
Create a content sliding website that slide vertically, horizontally or diagonally. This is one of the famous techniques used by most of the porfolio websites.
145516
129 comments
2009
13
JUL
Successful, eye-catching and mainly user-friendly site navigation sometimes is key to whole web design, because users usually search for navigation at first, when they visit website. Keeping in mind such parameters, I created a list with 30 innovative, beautiful, creative and eye-catching navigation menus for your inspiration in web development process.
2642
1 comment
2009
11
JUL
Using Facebook connect to the authenticate a user and post dynamicaly generated content to a user news feed using jQuery.
1600
0 comments
2009
10
JUL
As the name suggests in this tutorial we will create a sliding image/reveal content with jquery
2845
0 comments
Don’t you just hate the classic checkboxes or inputs? Sometimes they just don’t fit your websites design or you simply don’t like them. In this tutorial i’m gonna guide you to the process of styling both of them.
1678
0 comments
2009
8
JUL
This tutorial will show you how to create an AJAX Driven Website that overcame the browser Back button and bookmark problem in AJAX. I have made two versions, simplified version for further modification and my version to show you how to style it.
47626
49 comments
Today we are going to look into 9 Javascripts Syntax Highlighting Scripts. Syntax highlighting is very important especially you run a tutorial blog that has a lot of code examples. Proper highlighting your code will make your readers read your code easily.
873
0 comments
2009
6
JUL
JavaScript has so much possibility and it'll only take any individual developer or designer creativeness to fully utilize this exciting language.
1467
0 comments
2009
29
JUN
I will show you how to create a social bookmarking tool that look similar to digg's. It looks cool, practical and useful! I also include the komodomedia's social bookmarking icons and a long list of submission URL for one click bookmark.
44792
26 comments
2009
27
JUN
jQuery JavaScript Framework have fast become an indispensable part of web 2.0 formation and will continue to be use heavily in websites and projects
3093
2 comments
2009
22
JUN
Implementing a nice and user friendly tooltip using jQuery plugins is fast and easy. Today, we are going to see 15 jQuery plugins to implement tooltip.
1509
0 comments
2009
20
JUN
Here is the best collection of jQuery Plugins that is a must have for every designer!
3618
0 comments
2009
17
JUN
News ticker, or news scroller is a fantastic way to display your latest headlines. In this tutorial, i am going to show how to implement this using jQuery and its plugin, jCarousel Lite.
7290
1 comment
2009
15
JUN
I have created a tutorial regarding top dock menu few weeks ago. Due to popular demand, I have created another tutorial that will dock at the bottom of the page. I've revamped the whole thing, now the html and css code are much more simpler, smarter jquery logic and it degrades gracefully when javascript is disabled.
35963
50 comments
2009
9
JUN
Learn how to create a sliding tab menu for your sidebar by using jQuery and jQuery.scrollTo. With this simple tutorial, you'll able to create a slick and attractive sidebar. It's so simple and fully customizable.
97538
54 comments
2009
8
JUN
Graph and Chart are very effective ways of visualizing data. Today, i am going to share different ways of generating charts through Javascript and its plugins.
1116
0 comments
2009
3
JUN
Structuring a menu is not always easy and immediate. Some web applications require a level of complex nesting, others are in need of some “effect” that makes it easily navigable, then build a good menu can become an hard work.
1479
0 comments
2009
2
JUN
Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. This tutorial will cover some jquery tips, tricks, and plugin.
170945
67 comments
2009
23
MAY
Learn Flex from scratch and experience an all new tool for web development.
1099
1 comment
2009
20
MAY
A list of valuable jQuery documentations and resources available on the web, that is a must have for every jQuery developer.
1916
2 comments
2009
18
MAY
A collection of jQuery tutorials available on the web to learn jQuery from scratch.
2371
0 comments
2009
16
MAY
An article that deals with the nuts and bolts of JQuery.
1392
0 comments
2009
14
MAY
Website Menu is one of important components to allow visitors access your website. This is my collection of accordion menu, dock menu, drop down menu, slide menu and tree menu which will boost your website usability.
50773
19 comments
2009
6
MAY
From my last post, I collected 10+ jQuery based photo gallery and slider plugins. Now, let's get some inspirations from these beautiful examples!
28372
25 comments
2009
29
APR
I have collected 14 jquery photo gallery and slider plugins. They transform a group of photos into gallery or slider with animation effect and some of them include captions too.
436179
102 comments
2009
25
APR
An exquisite collection of JavaScript Tutorials that will help you master JavaScript
2965
0 comments
2009
24
APR
A couple of weeks ago I wrote about Matteo Spinelli’s cool rotating wheel interface for the iPhone. It’s a very cool proof of concept, and Matteo left it up to us to figure out some real world applications for it. I thought this would be perfect for a social bookmarking tool. So with my limited coding abilities I sat down and pieced together the “Social Spinner”.
2953
0 comments
2009
21
APR
10 amazing free rich text editors that will boost your website functionality. I have collected 5 jQuery and 5 non-jQuery RTEs that come with simple features to office-like features.
142562
39 comments
2009
17
APR
I posted a few days ago an article regarding issues that can arise during mobile web design, and I am now posting an addition to that, regarding some issues that can appear on web form designs.
2924
0 comments
2009
15
APR
I have collected over 25 jQuery plugins that enhance and beautify html form elements. Some of them add more capabilities that able to increase usability and user friendliness to a website.
265263
118 comments
2009
9
APR
In this article, we explore the strengths of jQuery in letting web developers create impressive client-side-based user interface components.
2799
0 comments
2009
7
APR
jQuery Tips and Tricks Part 2! Obviously, one post is simply not enough. I found some performance tuning, element manipulations tips and tricks that I believe will able to help you develop a more effective and efficient jQuery script.
36657
22 comments
On a project at work this week, I was creating a form that needed to have word limitations for each textarea. I found a ton of jQuery character counters, but not many word counters, so I decided to create my own.
2780
0 comments
There are lots of reasons you might want to offer your users more than one CSS file for your website. Whatever the reason, it’s amazingly easy to create a function that swaps between multiple stylesheets using jQuery...
3144
1 comment
2009
2
APR
A tutorial on how to achieve equal height columns, problems that arise and how to fix them with jQuery.
3228
0 comments
The second part of a series with the same name, describing how can a website be enhanced while adding features to the logo.
2159
0 comments
The first part of a series with the same name, describing how to enhance your user experience by adding features to your logo.
2008
0 comments
2009
1
APR
Wondering how to submit a form in a same page, and display the submission result with some fancy fadeOut or slideUp effect? In this tutorial, I will show you how to make Ajax Based form submission with jQuery and it will also work even if javascript is not supported.
106649
142 comments
2009
30
MAR
I will show you how to create a simple image slide show with a semi-transparent caption with jQuery. This example is suitable to display news headlines, or a image slide show in your website frontpage.
323537
147 comments
2009
29
MAR
When it comes to manipulating the DOM, fewer elements are more tiresome than the good old select input. Fortunately for us, jQuery makes what was once a headache, a walk in the park. This article lists 6 snippets which should make manipulating those selects more pleasant than say, pulling your own teeth.
2664
0 comments
2009
25
MAR
After thinking about doing something with favicons and links, I came up with this very simple jQuery Plugin that would allow all the internal links in your website to actually have your own favicon implemented on the left side of the link.
1843
0 comments
This is a JQuery plugin I have been working on to try to eliminate; if not help, fight spam through bots and such going through websites and scraping email addresses.
2157
0 comments
Now lets say that you a web page that has a big Block of “something” and inside this “something” you would like to have some information change at a set time interval. Well with Jquery, some PHP and a sprinkle of Ajax, you can get this done quick fast and in a hurry.
3512
0 comments
Cool slider effect that stuck to the top of the page. Well I decided to take that and turn into into the same basic concept; only this time coded in JQuery.
4120
0 comments
Welcome to my new video series, “Regular Expressions for Dummies”. Over the course of ten videos or so, I’m going to teach you how to use regular expressions in your Javascript and PHP applications. As always, I’ll assume you know absolutely zip.
2272
1 comment
I have a list of jQuery tips and tricks for my development project. Now, I want to share it to everyone. In this article, I will assemble all the jQuery tips and tricks and cheat sheets that I got it online in a single page.
64098
35 comments
2009
24
MAR
There is a vast range of ready made jQuery plugins available from generous designers and developers from across the web that can help add stunning functionality and effects to your website.
2416
0 comments
2009
23
MAR
This tutorial will show you how to create a simple jQuery Plugin that allow user to change some settings. I'm using one of my jQuery tutorials - "Menu with jQuery Animate effect" and convert it into a plugin.
51899
19 comments
2009
19
MAR
* A web calendar JSON event, based on MooTools. * Double click on event to see the deafult event view. * Double click on month's day to see the default event to add memo to calendar. * Drag and drop event in month view. * Drag and drop and resize event in diary view.
5309
0 comments
2009
16
MAR
JavaScript frameworks have become very popular in the recent years by making the creation of dynamic effects much easier. Lightweight, used in the Wordpress and Drupal core, jQuery is now one of the most used JavaScript libraries around.
2619
1 comment
2009
10
MAR
Tooltips in web design are becoming more and more commonplace. Even though I don’t think they are appropriate for every type of site, they can be a very useful addition when implemented correctly. If you are planning on using tooltips in your next project, the hardest part may be choosing the right solution.
1970
0 comments
2009
9
MAR
As the Web grows and becomes more dynamic, more and more websites have user-generated content and tools that greatly improve the user experience in terms of usability and accessibility......
3189
0 comments
2009
6
MAR
In this tutorial we'll start with a cartoon themed header, build two different states for content and animate a transition between them using jQuery.
5935
1 comment
2009
4
MAR
This updated accordion script is powerful and lightweight at only 1.4kb. It now includes multi-level support, the option to allow multiple panels to expand concurrently, and a hide/show all toggle.
4432
1 comment
2009
2
MAR
While a lot of tabs scripts claim to be accessible it's turns out, most of them are really not. This one actually is.
3747
0 comments
Subscribe RSS Subscribe RSS, Keep yourself updated with queness latest posts!
Pixel Crayons

Buy wholesale computers directly from China at DHgate.com

Discover the tools to build your e-Commerce Site with Netfirms

Buy China Products from Made-in-China.com

Cocktail Dresses

SmartPhone Cell Phone

Wholesale electronics

VPS Hosting - cPanel virtual servers from Host Color

Web Hosting Rating

Buy WOW Gold

  •  
  •  
  •  
  •  
  •  

Community News

Recent Comments

Random Posts


View all posts and news Back to top

About the Author

A web designer and developer who is passionate and keen on contributing to the web development industry. Feel free to say hi to me, or follow me on twitter.

Kevin Liew