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”
According to the WHATWG specifications, Web Workers allow for concurrent execution of the browser threads and one or more JavaScript threads running in the background. The browser which follows a single thread of execution will have to wait on JavaScript programs to finish executing before proceeding and this may take significant time which the programmer … Continue reading “JavaScript Wrapper for the HTML5 WebWorkers API”
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”