Top HTML Tools Scripts for Web
The tables use minimum graphics and take full leverage of CSS3' new attributes and styling power.The CSS3Tables package is a mere demo for what CSS 3 can do, even for the stricter, complicated HTML table tag.CSS3Tables showcases the CSS 3 standard in...
In IE browsers, the hover effects can be attached only to a (hyperlink) tags.The plugin extends this functionality to other elements as well.The plugin first parses the CSS files for :hover statements.It then replaces the CSS rules with the desired...
Resizing the browser window will automatically re-arrange page elements on the page, making it more easy to read them.This eliminates sideways scrolling because elements are arranged one under another, instead of showing them one next to eachother.The...
CSS3 rules like the one below,#softoware { border-radius: 10px; transform: rotate(15deg)},will be transformed into something like:#wrapper { border-radius: 10px; transform:...
HAML is a markup language and template engine that's used to cleanly and simply output HTML code. phpHaml is able to parse and interpret HAML, without having Ruby installed on the server.All is done inside the PHP core.A version of phpHaml for PHP 4 can...
Can retrieve remote content or just inject the iframe with desired content.Features:Notifies via callback when the iframes have finished loading
Logs iframe loading duration
Optionally calls the timeout handler when a frame does not load fast...
Comes in two sides: one for common CSS3 rules and one for cutting-edge, still untested CSS3 features. In the header of the page, the user can click a rule, and under it a description will be loaded.Alongside the description, an example will be loaded,...
Inspired by HTML5 Boilerplate, this is a lighter solution for developing HTML5-based websites and apps.Requirements:HTML 5 enabled...
This new models provides an additional layout system alongside the ones already in CSS 2.1.In this new box model, the children of a box are laid out either horizontally or vertically, and unused space can be assigned to a particular child or distributed...
It allows an active web page to trigger warnings and alerts for visitors, right inside their desktop.Basically, it's just like Growl, but made with HTML 5.Can be used in developing browser extensions and add-ons.A demo is included with the download...