lautr.com

Hannes Blog for Development and Stuff besides

10. Oktober 2011
von Hannes
2 Kommentare

jquery slug plugin for input fields

A small jQuery Plugin i wrote to slug input fields, enjoy; (function( $ ){ function stringToSlug(str){ str = str.replace(/^\s+|\s+$/g, ''); // trim str = str.toLowerCase(); // remove accents, swap ñ for n, etc var from = "àáäâèéëêìíïîòóöôùúüûñç·_,:;"; var to = … Weiterlesen

13. April 2010
von Hannes
Keine Kommentare

redicoulous internet explorer 9 testdrive page

I didn’t even know there was a (early) Version of IE9, mostly because i really don’t care but i read about it at the blog of razak. First he is absolutely right about the HTML5 Elements, none of the provided examples really works as an Example of HTMl5 use for me (none of the HTML5 Examples even has a HTML5 Header). Weiterlesen