Try Semtex – the new HTML5, CSS3 and JavaScript UI framework! I am pleased to announce that I’ve just finished my latest endeavour – HTML5, CSS3 and JavaScript Experiments and Insight, and most of the code samples and demos from my blog have been moved there in and new and convenient code-listing and demo form. … Continue reading “HTML5, CSS3 and JavaScript Experiments and Insight Website”
Crossbrowser image reflections enabler JavaScript class. JavaScript Mapper Class for RESTFul Methods – Recently I had to work with a bunch of RESTFul API methods, so instead of defining manually separate calls/methods for each API request, I decided to do it viceversa – to force JavaScript to create these methods automatically for me out of the … Continue reading “Useful JavaScript Classes and Functions”
Here’s a quick and dirty JavaScript localization routine that provides basic localization (no support for plurals, etc) , operates on the DOM of the page and uses data-lang attribute for language keys storage. Lokalizr works with all major browsers, beginning with IE8. If you do not want to read the code below, you can just … Continue reading “Quick and Dirty Localization With JavaScript”