New Development Tools Scripts for Web
'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...
The framework aims to be very small and to handle most basic DOM manipulation procedures via a jQuery-like API.Zepto does not coverage the jQuery syntax entirely, but all API methods provided match their jQuery counterparts.Even if not an official jQuery...
TestBox follows the classic guidelines of the xUnit testing framework, allowing developers to easily write tests for their code using a clean, simple syntax.Besides the all-present runner, assertions and expectations support, TestBox also comes with...
Pyrseas includes the dbtoyaml utility to create a YAML description of a PostgreSQL database's tables.A similar, yet reverse tool, yamltodb, generates SQL statements to modify a database to match an inputted YAML file.This way database setups can be easily...
A headless browser is a browser without a GUI, used by developers mainly for testing purposes, to simulate the presence of a browser, in this case the WebKit engine.A headless browser like PhantomJS can access Web pages without actually showing them to...
Steppers are usually seen on e-commerce sites, as a quick way of inputting prices, adjusting values, or increasing/decreasing orders.A stepper usually uses a preset value for increasing or decreasing the help value, usually "1" being the norm, but...
XCache works by caching the compiled state of the most used PHP scripts into the server RAM.This reduces page compilation times and speeds up page delivery.It also reduces memory and CPU usage by only dealing with serving pre-compiled data instead of...
jKnotify's role is to act as a way to show feedback for any of the user's actions.Inspired by KDE4's Knotify, this jQuery plugin will show simple notifications in the corner of a page.The content of the notifications can be changed based on the user's...
Fwdmarket Timepicker shows a popup whenever the user focuses inside an input field where a time value is expected.The popup presents the user with a standard time and a set of arrow buttons to adjust it.By default the adjustment step is 15 minutes, but...
μslider (or muslider) can be used to showcase important content on a website, creating a special area where content can be featured.The slider supports CSS-based skins, caption sections, autostart, and next/prev navigation controls.Developers can also...