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 [...]
Read the rest of this entry »Archive for the ‘Scripts & Apps’ Category
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 [...]
Read the rest of this entry »Template Tag Reference Guide For WordPress
Web design team at DBS Interactive is sharing a WordPress quick reference guide for WordPress 2.x and WordPress 3+ to expedite WordPress theme development. The content was reformatted for quick reference from the Template Tag section of the WordPress.org Codex, a relative encyclopedia to WordPress theming, and great reference for your WordPress questions.
Read the rest of this entry »Build Web Applications with Embedded Server Side JavaScript: JavaScript Pre-Processor
JavaScript Pre-Processor (JSPP) is a simple way to build web applications with embedded server side JavaScript. In a few minutes you can build dynamic backend logic in to any page (html, css, etc) using node.js, jQuery and server side DOM with php-like embedded code. When you’re in an html file you get most of the [...]
Read the rest of this entry »Dynamic Form Cloning with jQuery: SheepIt!
SheepIt is a jQuery plugin that allows you to clone form elements dynamically. It is very useful to develop advanced forms that require the same type of load data multiple times. SheepIt lets you load an array of data to the entire form, to an embedded clone form or to a specific clone. The method will [...]
Read the rest of this entry »Interactively Execute Javascript on Multiple Web Browsers: Tutti
Tutti is a web-based interactive Javascript console that allows you to simultaneously execute commands on multiple browsers. This is useful for debugging and discovering browser differences. When you enter a Javascript command, it is immediately sent to each browser that’s connected to the room. Each browser then eval() the Javascript within an iframe sandbox and [...]
Read the rest of this entry »Vertical and Horizontal Scrollbars: jQuery Custom Scrollbar
jQuery Custom scrollbar creates fully customizable scrollbars utilizing jquery UI. It creates mouse-wheel supported, adjustable vertical and horizontal scrollbars with ease effect.
Read the rest of this entry »Cross Browser JavaScript Library For HTML5 Audio Players: audio.js
audio.js is a drop-in javascript library that allows HTML5’s tag to be used anywhere. It uses native audio where available and an invisible flash player to emulate audio for other browsers. It provides a consistent html player UI to all browsers which can be styled used standard css. With Flash as a fallback, it works [...]
Read the rest of this entry »Horizontal Navigations with Unlimited Sub-menus: jMenu
jMenu is a jQuery plugin that enables us to create horizontal navigations with unlimited sub-menus. The markup of the menu is pretty clean as it makes use of nested lists. This jQuery horizontal menu can be customized using the CSS. The demo comes with an admin panel that helps to easily customize the functionality / JS of [...]
Read the rest of this entry »Boxtuffs: HTML5 CSS3 Goodies With PSD Source Files
Boxtuffs is a website sharing HTML5 CSS3 resources for free. It contains number of useful HTML5 CSS3 goodies along-with their PSD source files. The awesome thing with Boxtuffs is: It not just shares nice psd graphics, but also allows you to download the cool sliced elements using the new CSS3 and HTML5.
Read the rest of this entry »