DevKick Lab
DevKick Lab is a growing repository of web development experiments that we conduct using technologies like jQuery, CSS and HTML.
The majority of the projects in here are released under open source licenses, so you can use them in both commercial and non-commercial projects.
Implementation support is limited, but there will be a public forum for each project available soon. If you use one of the components presented here, a link back to the project page or DevKick is always appreciated.
From the Lab:
Tripoli
Tripoli is a generic CSS standard for HTML rendering. By resetting and rebuilding browser standards, Tripoli forms a stable, cross-browser rendering foundation for your web projects.
Galleria
Galleria is a javascript image gallery written in jQuery. It loads the images one by one from an unordered list and displays thumbnails when each image is loaded. It will create thumbnails for you if you choose so, scaled or unscaled, centered and cropped inside a fixed thumbnail box defined by CSS.
:path
:path is a useful jQuery selector. It filters out anchor elements where the href attribute matches the window.location path, including ancestors. The package also includes a :current pseudo-class that targets the anchor that links to the current page.
Modalpreview
Modalpreview is a lightweight jQuery script that makes it possible to preview the textarea content in a modal window before submitting the form.

