Just Brainpicks
Just Tutorials
Just Showcases
Stop asking! I wanna search everything!

Category: Scripting

13

Dec

Elements framework

Visit www.elements.projectdesigns.org Elements is a down to earth CSS framework. It was built to help designers write CSS faster and more efficient. This framework is like a template which has all of the things you end up typing in over and over for every website you create. It is very lightweight, with only 4 files.

13

Dec

The Carousel Component

Visit www.billwscott.com/carousel/ The carousel component manages a list of content (HTML LI elements within a UL) that can be displayed horizontally or vertically. The content can be scrolled back and forth with or without animation. The content can reference static HTML content or the list items can be created dynamically on-the-fly (with or without Ajax).

12

Dec

A guide to URL rewriting

Visit www.roscripts.com/Pretty_URLs_-_a_guide_to_URL_rewriting-168.html This is an article with everything you have to know about “pretty URLs”. But beware: It is an article for advanced users - not beginners. :-)

10

Dec

Blackbox Slideshow

Visit labs.hostsen.net/stuff/blackbox/ blackbox is an unobtrusive, in MooTools written JavaScript class, that turns a simple unordered image list into a magnificent slideshow.

10

Dec

MOOdalBox - an HTML Lightbox

Visit e-magine.ro/web-dev-and-design/36/moodalbox/ With MOOdalBox you can display remote content loaded using AJAX, web 2.0 style, in an inline popup window. It is written for the mootools framework.
It can be used to display some help document, an extra options page, a registration form, etc. It eliminates the need of classic popup windows, that may get blocked by popup blockers.

9

Dec

Mootools 1.1 cheat sheet

Visit mediavrog.net/blog/2007/06/15/mootools/mootools-cheat-sheet/ This one is really great for everyone who is working with mootools. A mootools cheat sheet. Go print, paste it on your walls and work! :-)

9

Dec

ThickBox 3.1

Visit jquery.com/demo/thickbox/ “ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.” Go check it out and see the examples! Great stuff!

9

Dec

Fancy Menu

Visit www.devthought.com/cssjavascript-true-power-fancy-menu/ Here you will find “the creation of a custom navigation bar with some cute Javascript effects that will certainly impress your friends”.

8

Dec

Open Source PHP Web Framework

Visit www.symfony-project.org Symfony is a web application framework for PHP5 projects. Symfony provides a lot of features seamlessly integrated together, such as: simple templating and helpers, cache management, smart URLs, scaffolding, multilingualism and I18N support, object model and MVC separation, Ajax support, and much more…