JavaScript, with the rise of Ajax, is definitely a must-know-well for every web designer/developer.
Besides form controls, alerts & similar simple JavaScript usage, you can almost do anything with the help of JavaScript (& Canvas). Some samples are:

Drag’n drops
A read more »
Discuss   Add this link to...  Bury

Street photographers strive to capture the life and culture of city streets, searching for what Henri Cartier-Bresson, probably the most famous street photographer of all, termed the ‘Decisive Moment’.


When it comes to street photography, many photographers traditionally read more »
Discuss   Add this link to...  Bury

Pixastic is an open source JavaScript image processing library.
It uses HTML5 Canvas element that enables accessing to raw pixel data.

Supported effects are:

desaturation/greyscale
invert
flipping
brightness/contrast adjustment
hue/saturation
embo read more »
Discuss   Add this link to...  Bury
SmartMarkUP is a flexible & lightweight JavaScript library that turns any textarea into a markup editor.
It can be configured to edit HTML, CSS, XML, Wiki syntax & BBCode.

The library is unobtrusive & degrades gracefully if JavaScript is disabled.
SmartMarkUP has a read more »
Discuss   Add this link to...  Bury
Stacked bar graphs are very helpful when presenting a comparison of data.
This is a stacked bar graph built with CSS (& based on Pure CSS Data Chart).

It uses "definition lists" in the HTML for presenting the data & "unordered lists" for the labels on axes. read more »
Discuss   Add this link to...  Bury
Simple Controls Gallery is a slideshow script built with jQuery.
When the slideshow is hovered, a menu with controls fades in. Using the menu, slideshow can be paused/played and browsed with prev-next menus.

It displays the images from an array that is mentioned in the JavaScript. read more »
Discuss   Add this link to...  Bury
Lorem2 is a very simple website with an useful content.

It presents lorem ipsum content in various formats:

short paragraphs
long paragraphs
short lists
long lists

You may also like a previous post at WebResourcesDepot: Lorem Ipsum Generators.
Ad read more »
Discuss   Add this link to...  Bury

In computer graphics images can be represented in two ways — using raster graphics (or bitmap) or vector graphics. The former is the representation of images as an array of pixlels, and the latter uses paths, points, lines, curves and shapes or polygons (which are all based upon mathematic read more »
Discuss   Add this link to...  Bury