New Development Tools Scripts for Web
Inspired by the classic iOS toggle elements, the 'Just some slider' buttons will automatically adjust their width based on their largest text.This means that if we have a label of "Activated" for the ON state and "Deactivated" for the OFF state, the...
Fuzzysearch allows user string searches to be matched using a looser algorithm than exact regexp matches.This allows more results to be retrieved, results that may not be a literal reproduction of the search term, but may be either related or the actual...
As with anything else developed by Apache, VXQuery was created and is currently being developed to handle large amounts of data out of the box.There are plenty of XML query processors around that can work with small to medium loads, but very few can work...
The mp3Data class uses the getID3 PHP library to parse an MP3 file's header for ID3 tags.It can be used to fetch meta data like:Artist nameSong titleAlbum artworkGenreYearLyricsCommentsPublisher infoThis information can then be passed to a more complex...
Works by taking a JS snippet, opening a JavaScript runtime, running the code and returning the result as a Ruby object.Depending on the user's platform and capabilities, ExecJS automatically chooses the best runtime available to run the JavaScript...
It adds a cartoon character in the form password field.When entering password characters, the character is stripped by its clothes.If the password is long enough, the character is stripped down naked.Inspired by the jQuery plugin: Naked Password by...
HTMLHint provides a simpler way to validate your HTML code without having to use the W3C website or any other Web service to do so.This small toolkit lets developers check their HTML code against various types of validation rules, rules which can be...
Tweetsie is a work-around for Twitter's Widget service, an app that allows users to create simple timeline widgets and then embed them on remote sites.While this can be very very useful after the infinitely complex Twitter API 1.1 version has been...
Social Share Widget doesn't show any type of widget, toolbar, or buttons on the page.The social sharing buttons appear only when the user clicks and holds the button down, or taps and holds on touchscreen devices.The page is dimmed down with a transparent...
AmaranJS can be used whenever the developer needs a sleek way of showing feedback messages to the user without clogging up the middle of his screen.This small plugin lets developers show small popup messages in one of his browser's corners, and also...