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

Category: Scripting

3

Jan

AJAX file upload script

Visit www.webtoolkit.info/ajax-file-upload.html Do you ever wanted to upload files using AJAX like in GMAIL, without reloading the page? On this page you find a Cross browser method to upload files using AJAX in only 1Kb of code. It is tested in IE5.5+, FF1.0+, OP 8.0+

29

Dec

Curvy Corners - rounded corners for any HTML DIV element

Visit www.curvycorners.net CurvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners. It is free and has some nice features like “Easy to use JavaScript object”, “Requires no images or image editing”, “Full Anti-Aliasing support”, “Anti-Aliasing over graphical backgrounds”, “Background-image support (round corners of images)”, “Fluid height/width support” and much more…

27

Dec

Django - Phyton web framework

Visit www.djangoproject.com Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Some features are: Object-relational mapper, Automatic admin interface, Elegant URL design, Template system, Cache system & Internationalization.

27

Dec

Grow a textarea

Visit ejectmedia.net/examples/moo_textareas/index.php If you want to resize a textarea then this one is for you.

27

Dec

mooRainbow - Javascript color picker

Visit moorainbow.woolly-sheep.net/ mooRainbow is a powerful Javascript color picker that allows you to visually choose and use colors as a real and useful application.

23

Dec

iCarousel - javascript tool

Visit zend.lojcomm.com.br/iCarousel iCarousel is an open source (free) javascript tool for creating carousel like widgets. With iCoarousel you can create Simple news tickers, a Horizontal images scroller, a Vertical images scroller, a Vertical text scroller, a Horizontal image slider. iCarousel is fully configurable. You can change any default option just initializating the class with an object in JSON.

23

Dec

PHOCOA PHP Framework

Visit phocoa.com/ “PHOCOA is a PHP framework for developing web applications. PHOCOA’s primary intent is to make web application development in PHP easier, faster, and higher-quality. The framework handles most of the “dirty work” of web application development by providing infrastructure for all of the common tasks. Most of your time writing PHOCOA apps will be spent designing your GUI and writing application-specific logic rather than dealing with form data, database calls, etc.”

20

Dec

Wings - web application framework

Visit www.wingsframework.org/cms/ Wings is a web application framework based on Java Servlets, resembling the Swing API with its MVC paradigm and event oriented design principles. It utilizes the models, events, and event listeners of Swing. Like in Swing, components are arranged in a hierarchy of containers, whose root container is hooked to a frame.

20

Dec

Creating a Sliding Menu Using the MooTools Framework

Visit oman3d.com/tutorials/webdevelopment/sliding_menu_mootools/ When you want to create a sliding menu with the MooTools Framework, this one is your place to start.