This is an unofficial, third party RESTful API developed and maintained by me for retrieving metal bands data (band and artist bios, discographies, line-ups, etc) from Encyclopaedia Metallum. Responses from the method calls are in JSONP format and the service is free, however providing an API key along with the requests is required. To use … Continue reading “RESTful API for Encyclopaedia Metallum”
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”
Try Semtex – the new HTML5, CSS3 and JavaScript UI framework! I am happy to announce that one of Acid.JS‘s most successful widgets, Builder.CSS has evolved to a free online service with tons of improvements, brand-new and amazing interface, drag and drop of local of styleshets from the desktop, predefined projects and much more. Builder.CSS … Continue reading “Builder.CSS – Online CSS Optimizer, Merger and Minifier”
Imagine you have the following markup… [sourcecode language=”html”] <ul> <li>item 0</li> <li>item 1</li> <li class="marked">item 2</li> <li class="marked">item 3</li> <li class="marked">item 4</li> </ul> [/sourcecode] … And you need to apply special styles only to the first occurence of the .selected class. CSS3 has a lot of possibilities for selecting elements, … Continue reading “Selecting only the first element occurrence out of siblings with the same class name with CSS3”
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”
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 RESTFul API by providing the URLS and other required data. In short – … Continue reading “JavaScript Mapper for RESTFul Methods”
AcidJs.XmlToJson() JavaScript class is a simple XML to JSON converter and objectifier. It can be used with custom or public XML, REST APIs such as Last.FM, RSS and ATOM feeds, sitemaps, etc by converting the XML server responses to native JSON objects in the browser which are then instantly accessible by its simple to use … Continue reading “XML to JSON JavaScript Objectifier”
RESTBuilder is a free web-based JavaScript client for building, debugging and testing RESTFul services. It can be inserted to any web-site during it’s development process and make the REST requests testing fun and easier, providing nice interface, a lot of customization options, error handling and support both for same- and cross-domain requests to custom and … Continue reading “Free RESTFul Services Builder, Debugger and Tester”