LocalStorageDB A Tiny Database Layer For LocalStorage
Apr 01, 2013 Md Mahbub Alam Khan web tools 281 Times localStorageDB is a simple layer over localStorage (and sessionStorage) that provides a set of functions to store structured data like databases and tables. It provides basic insert/update/delete/query capabilities. localStorageDB has no dependencies, and is not based on WebSQL. Underneath it all, the structured data is stored as serialized JSON in localStorage (or sessionStorage).Tagged with: HTML5 Tips & Tricks Tools Web Application
Mobile Boilerplate
Feb 08, 2013 Md Mahbub Alam Khan Miscellaneous Scripts 303 Times Mobile Boilerplate helps you create rich, performant, and modern mobile web apps. Kick-start your project with dozens of mobile optimizations and helpers.Tagged with: Css Download Tools Web Development
Make Your IE Testing Easier With Modern.IE
Feb 08, 2013 Md Mahbub Alam Khan web tools 430 Times Modern.IE is a free tools and resources built so you can spend less time testing for the various versions of Internet Explorer and more time building what matters to you on the modern web.Tagged with: Resource Tools Web Development
Hints A Cool Tooltip Library In CSS
Feb 07, 2013 Md Mahbub Alam Khan CSS3 Scripts 206 Times Hint.css is a tooltip library written in SASS which uses only HTML/CSS to create simple tooltips. It does not rely on any JavaScript and rather uses data-* attribute, pseudo elements, content property and CSS3 transitions to create the tooltips.Tagged with: Css CSS3 Tools Web Development

