By enhancing the way a site looks javascript reflections add an easy mode to reflect your images on the site without the need of an image manipulation program to be used on each one. A handy tool for very dynamic pages. Some of these scripts will be presented below. 3d image reflexion Based on prototype [...]
Javascript and ajax autosuggest or autocomplete resources.
I am writing today about how to add a web 2.0 touch to your website without actually studying the trends and knowing Photoshop too much. I gathered some sites that are offering a generous number of ready-made badges – a sparkle of web 2.0 glamor to enhance every old and new site. These links might [...]
We need rating scripts for different situations in our webpages. For example we want visitors to rate a wallpaper in a wallpapers site, or a product in a shopping cart. For this we can use one of the rating scripts presented below: Unobtrusive AJAX Star Rating Bar The guys from Masuga Design made this script [...]
As we promised in earlier post, today we’ll try to present some javascript codes that are enhancing our designs with beautiful drop shadows. DropShadow This technique seems to be an improvement of next presented javascript :Onion Skinned Drop Shadows, by removing extra markup needed, and “enables you to apply any number of drop shadows to [...]
As we said in a previous post we’ll try to bring here some resources related to CSS shadows applied to images or boxes. CSS shadow kerfuffle “… in addition to just the plain old img element, an enclosing div plus four additional divs to handle the corners”. CSS Drop Shadows This technique uses an outer [...]
Shadows are a graphical improvements for design or the website’s usability. We may want to create a design with shadows under images or boxes, but shadows also can improve usability and accesibility for the text positioned over the images. Text shadows In this post we’ll try to present some css techniques for text shadows and [...]
When it comes to display sets of data the most common way to do this is in a table. Sometimes we need the ability to sort that tables, by a column, to help the user in his visit on out site. We can achieve this in 2 ways: a server side – method that require [...]
Tooltips are a nice way to display additional info for user, without breaking the flow of current article in your webpage. So a mouse over a highlighted word, or image, can give more information to user. We’ll try to present some of javascript tha can help us. JavaScript, DHTML Tooltips This is a cross browser [...]