Posted by Rasti | Feb 3rd, 2010
Wouldn’t be nice to have HTML tables with many columns and rows and after scrolling it down the table header will stay up? Very handy for those who has tall tables on their websites, and when the visitors scroll the table down, they will never forget context of the cell because the table header will never scroll out of view. This effect is gained by creating two tables and stacking them on top of each other,...
Posted by Rasti | Feb 1st, 2010
Social community websites became very popular last few years. One of them is Facebook which has many impressive features and applications based on Ajax. If you like Footer Admin Panel situated on the bottom of the Facebook site, this tutorial provides you with easy way how to create your own one, where you will be able to organize frequently used links and applications. Many useful techniques, for example the...
Posted by Rasti | Nov 25th, 2009
GalleryView jQuery plugin provides users with nice and flexible content gallery which is easy to implement and customize. It looks very nice on website and brings higher standard to your gallery. There are hundreds of galleries used on many websites but GalleryView will be loved by many users.
GalleryView has possibilty to customize the themes by creating new graphics. Also couple of options that can be set...
Posted by Rasti | Nov 11th, 2009
Is your browser window too small? Can‘t you get dropdown menu items in lower position? CSS Tricks brings us quite handy solution how to show all menu items without scrolling your browser window down.
Useful for those who have not any scrolling wheel on their mouse because lower menu items are absolutely inaccessible for them, and visitors usually leave the website. CSS Tricks demonstrates you how to implement...
Posted by Rasti | Nov 10th, 2009
It‘s nice idea to show others some CSS or JavaScript effects you have made. However, very important is where and how. There are many blog websites that contain numbers of tutorials for web developers or web designers. To implement all your work directly in blog post is not very comfortable way because it requires having CSS path in header; your JavaScript may conflict with other JavaScript files, and so on....
Posted by Rasti | Nov 6th, 2009
If your website contains user registration system, all members must login before having access for registered users. The site visitors can usually find the Member Login or Registration Form on your website to put their data. Some webpages have Login Form visible and other sites have it hidden and can be shown only by clicking on button or link.
Web-Kreation has built pretty nice up and down sliding login panel...
Posted by Rasti | Nov 5th, 2009
Would you like to have something special on your webpage? YouLove.us explains how you can create nice eye catching scrolling background effect based on very tall gradient background picture scrolling behind transparent images.
Nothing is easier than create header with your logo, some text or images. All these stuffs must be on transparent background. Whole effect happens in JavaScript. Using jQuery library,...
Posted by Rasti | Oct 6th, 2009
imgPreview is plugin which enables you to preview an image before clicking on it. It will preload the image without any waiting time.
The imgPreview shows a picture alongside the cursor when you hover over a link. This plugin does not require any hooks for targeting specific links. imgPreview automatically detects the anchors that are linking to images and will only use the preview effect to them.
imgPreview...
Posted by Rasti | Jul 30th, 2009
This jQuery plugin transforms a set of images into a Mac-like Dock menu, horizontal or vertical, with icons that expand on rollover. This behaviour is achieved by transforming a contiguous set of HTML images into an expanding Dock, vertical or horizontal, with or without labels.
jqDock expands a reduced size image towards its full size when the cursor is on or near it. You can specify a vertical or horizontal...
Posted by Rasti | Jul 29th, 2009
Using the XMLHttpRequest object in synchronous mode causes the entire browser to lock until the remote call completes. This is usually not a desirable behavior. The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser.
When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI is useful for creating...