SVGs (Scalable Vector Graphics) are the future graphics format of the web, they offer resolution-independent, fully scalable and crystal clear graphics. SVGs use XML to define paths and shapes, to create our graphic. Moving past JPG and PNG, SVG is the answer to Retina (HiDPI) displays, they even look better on standard display.
Category Archives: JavaScript – Ajax
jQuery selectBox: A styleable replacement for SELECT elements
Features Supports OPTGROUPS Supports standard dropdown controls Supports multi-select controls (i.e. multiple="multiple") Supports inline controls (i.e. size="5") Fully accessible via keyboard Shift + click (or shift + enter) to select a range of options in multi-select controls Type to search when the control has focus Auto-height based on the size attribute (to use, omit the …
Continue reading “jQuery selectBox: A styleable replacement for SELECT elements”
Bootstrap
Bootstrap Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Jquery selectors
This post is about going through previously written code and looking at ways we can improve it, both the readability and the efficiency. Mostly these are little snippets of jQuery that perhaps don’t get noticed during a browse through the documents or are rarely useful. So, I’ll shut up and we’ll get started!
FileReader.js
Read Files In The Browser FileReader.js is intended to make accessing files via the FileReader interface easier. Read more about the motivation behind filereader.js.
Parsley
Javascript forms validation. Powerful, UX aware & Dead simple.