Smoke.js is a tiny JavaScript library that works as a replacement for the default alert function and offers more user-friendly notifications.
In this article we have collected some tutorials and plugins that help you achieve parallax scrolling effect for your web design. These tutorials mostly using jQuery and CSS to achieve smooth scrolling effects.
Hey guys, have you noticed that pretty box on WordPress codex that gives us a preview about what we can see on a page? So, I haven’t seen too many blogs use this kind of feature and it is really useful for our readers, since they can just skip to the content that they are interested in and avoid wasting time. Wikipedia has a table of contents that makes it easier for readers to skip around, right?
As the time goes by we see useful and functional jQuery plugins which are developed for visual effects or to give dynamism to websites or blogs.
So we regularly look around for new jQuery plugins and collect them to share with you so it was time for another roundup.
This time we have 17 fresh and useful jquery plugins for you.Except 2 of them,all are free and well documented.
The Checkbox and radio button versions of input elements used in forms on the web are amongst the most difficult to style according to your overall web design. These elements will display differently depending on the user’s operating system, but we can change their appearance globally with the help of jQuery. This roundup links up [...]
The jQuery Plugin tagedit by Oliver Albrecht offers an easy way to add, edit and delete lists of keywords.Keywords can be brought to the user with a autocomplete list.
This article contains 30+ jQuery plugins focused on galleries, slideshows, which will reduce the time and effort required to increase the number of visitors to your site..
A common, yet unfortunate practice in the WordPress community involves filling theme functions.php files with tweaks and functionality that is key to a site. The reason this is a bad idea, in short, is that it will tie your critical site functionality to a theme that will eventually change. Good news, though: there is a much better, smarter alternative. It’s called a functionality plugin.
Today our task is to create a simple WordPress plugin to relate posts as a series. With this, when you create a new post it is automatically listed in your series, so if a user is reading any post of the series he can jump to others, even posts created after that one he is reading.