Posted by
admin on
Feb 26th, 2010 |
no comments
Like most others with a great interest in web front end development jQuery have a special place in my heart. jQuery manages to brings the real goodies to us with only a few lines of code and every day it gets better. This is because the huge jQuery community keeps shipping awesome plugins; great thanks to everyone contributing!. With jQuery it is possible to create user friendly and sophisticated...
Posted by
admin on
Feb 21st, 2010 |
1 comment
Classic Luxury is a high quality, clean and simple CSS-based template with three custom pages created by CssTemplateHeaven exclusively for Six Revisions readers.
It is clean and has a lot of whitespace and nice typography. The code is well-organized and uses standards-based HTML and CSS.
Classic Luxury is great for portfolios and personal photo sites, and can be converted easily to a CMS theme...
Posted by
admin on
Feb 20th, 2010 |
no comments
More and more sites you visit seem to have some kind of lightbox script displaying a multitude of elements, images, videos, ajax inline content and external and internal webpages.
For those of you who may be unsure what a “lightbox” is, basically it is a script that allows you display large images using various modal dialogues utilizing libraries such as Prototype, MooTools and jQuery.
Recently...
Posted by
admin on
Sep 14th, 2009 |
1 comment
If you have spent anytime at all trying to add dynamics to your pages then you will know that you tend to follow a pattern selecting an element(s) and then adding functionality to these elements in the way of conditional statements. You make be hiding/showing an element, adding/removing a class, modifying an attribute or performing some additional task. Now using basic javascript or server-side coding...
Posted by
admin on
Sep 7th, 2009 |
no comments
I stumbled onto a nice File Management example from developer Cory S.N. LaViska, which is quite slick and can be useful in creating a content management interface. LaViska gives us the following overview:
jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code.
Currently, server-side...
Posted by
admin on
Aug 24th, 2009 |
no comments
Sliding menus are very effective in areas where we have limited space .
This is a sliding top menu built with JQuery which can be fired through the open & close buttons or with any tag with the related class name.
You can also use it as an info box, login area & more.
Below is the code that makes it happen:
<script type="text/javascript">
$(document).ready(function()...