Best Development Tools Scripts for Web
Heisenberg.js is not a full-blown framework in the classic definition of the term, but merely a basic boilerplate app that contains all the basic code needed for deploying a JavaScript-driven application.Since JavaScript, the available tools, and the way...
jQuery.stickFooter is not a tool for creating "fixed footers" that stay visible at any time, but footer elements that automatically stick to the bottom of any page or container, without the aid of any type of CSS hack.These types of footers are easy...
FormFactor will help developers display custom-styled form elements using CSS code alone.This package provides a super simple way of rendering cross-browser, HTML5-friendly forms that don't need complex JavaScript libraries to allow developers to...
useful.instances.js is a very complex library that only developers with deep knowledge of JavaScript will understand how to use properly.This library is a collection of JS functions which simplify the process of creating new objects via constructors.This...
Fitter Happier Text works by reading the user's viewport width in real-time, calculating the font size a text needs to be displayed to perfectly fit inside the screen and then displaying it using a SVG object.When the browser is resized or the text is...
Knockout is a JavaScript library for creating rich, desktop-like user interfaces with JavaScript and HTML code.jQuery UI is a respected UI library developed by the same team that developed the jQuery framework.Knockout-jQueryUI provides simple functions...
'Simple jquery switcher' can create nicely crafted switchers (also known as togglers), relying on anchor tags instead of the classical checkbox element.This means the switches are far more styleable via CSS, but behave the same as a classic...
SilverSmith was created for reducing development time of SilverStripe-based websites.It creates a project structure for running a basic SilverStripe installation.Giving SilverSmith additional commands, entire pages, filled with content, will be...
The 'Twitter API 1.1 client for PHP' provides ready-made functions for interacting with the Twitter API.The class works with the latest version of the Twitter REST API, v1.1, and completely supports OAuth authentication.Examples are included with the...
Since its launch, Prototype has become one of the most regarded and used JavaScript frameworks around.
Prototype is not recommended for small projects (like a 3 page website), but is perfect for larger websites or JS-powered Web apps, mainly due to its...