Archive For January, 2011

38 articles

Web Based WYSIWYG CSS Sprite Generator Tool: Spritebox

Spritebox is a web based WYSIWYG CSS sprite generator tool which helps web designers quickly and easily create CSS IDs and classes from a single sprite image. This free CSS sprite generator tool is built using jQuery, CSS3 and HTML5. It works well in all html5-enabled browsers. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source…

Open Source Scalable, Non-blocking Web Server: Tornado

Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure. The framework is distinct from most mainstream web server frameworks (and…

Sinatra Inspired Web Development Framework for Node: ExpressJS

ExpressJS is an insanely fast (and small) server-side JavaScript web development framework built on node and Connect. It provides high performance, high class web development for Node.js. Features Robust routing Dynamic view helpers Application level view options View rendering and partials support Session based flash notifications [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source Icons[/rss] [rss]Free Minimal Wordpress…

Open Source Feature Rich jQuery Form Validator: validVal

jQuery.validVal is an open source validation plugin designed to simplify form validation. It is highly customizable, very feature rich and can easily be dropped on any type of HTML-form (even AJAX-forms) with very little effort. validVal supports three default value-validations: required, numeric and email-format. It supplies a workaround for IE's lack of support for the :focus-pseudoclass. [rss]Special Downloads[/rss] [rss]Feedback Collection…

jQuery Slideshow WordPress Plugin: Easy Gallery Manager

An easy to use jQuery slideshow Wordpress plugin that helps you create an instant image gallery for your Wordpress.  With this plugin you don't have to code anything: just write your post with the usual wysiwyg editor in Wordpress and activate the slideshow, you are done. Re-arrange the images in the slideshow straight below your post with a simple drag 'n'…

Free Code Editor For Smartphones: Touchqode

Touchqode is a free code editor for smartphones, it brings software development tools to your smartphone. Now you can scan through, edit and fix your source code anywhere and anytime. It comes with many useful features including syntax highlighting, code suggestions, incremental search, file synchronization, etc... Touchqode also supports HTML, JavaScript (including JavaScript embeded in HTML). HTML and JS have…

Cross Browser, Lightweight And Fresh CSS3 Buttons: Zardi

Zardi is a pack of lightweight and fresh CSS3-only buttons. This CSS3 buttons pack is free and ready to use in various shapes and colors. Zardi is tested on all latest browsers including Firefox, Chrome, IE, Safari and Opera. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source Icons[/rss] [rss]Free Minimal Wordpress Theme[/rss]

Feature Rich Webmail Software: dracMail

dracMail is a feature rich webmail software built with PHP, ExtJS (JavaScript framework), MySQL and IMAP. It comes with many useful features including Rich UI, WYSIWYG editor, HTML mail composing and message caching. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source Icons[/rss] [rss]Free Minimal Wordpress Theme[/rss]

Horizontal And Vertical Accordion Using CSS3 Transitions

A CSS3 Accordion using semantic HTML and nice progressive CSS3. It comes in two versions: a horizontal accordion and a vertical accordion. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source Icons[/rss] [rss]Free Minimal Wordpress Theme[/rss]

Create .ZIP Files with JavaScript: JSZip

JavaScript today is capable of generating a lot of data. The easiest way to deliver multiple files to your users is in a Zip file. Instead of wasting server resources and bandwidth you can get the browser client to do it for you and JSZip helps to create .Zip files with Javascript. The biggest issue with JSZip is that the filenames…