Hey there! After spending a couple of days implementing my Bandcamp API, I decided to give it a try in the wild, so I created something that I was postponing for a while – a website for my music project Theophagÿst, which utilizes the API on top of VueJs front-end and Node server-side rendering, and also … Continue reading “The all new Theophagÿst Website”
Recently I was thinking of creating a website for my personal music project Theophagÿst with the intention to use the data from my Bandcamp profile. Eventually, I realized that Bandcamp does not provide data API of that type and I was really surprised to learn that, so I sat down and wrote my own solution. Currently, … Continue reading “RESTFul API for Bandcamp”
During the Christmas holidays I finally found the time to spend a couple of days to tackle something I’ve been planning to do for quite some time – to fully redo (in terms of code and design) wemakesites.net, my portfolio/personal website. Honestly, I wasn’t sure if I should announce it here, but I am pretty … Continue reading “My New Portfolio/Personal Website is Up and Running”
Try Semtex – the new HTML5, CSS3 and JavaScript UI framework! AcidJs.ClicksCounter is HTML5, JavaScript and PHP-driven hits, clicks and downloads counter, with amazing, fully ajax admin panel and tons of great features such as data comparison, data export in JSON and CSV format, instant backup in zip format, etc. AcidJs.ClicksCounter is fully localizable and … Continue reading “HTML and PHP Hits, Clicks and Downloads Counter”
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”
Ribbonbar UI is by far the best recreation of the “real” desktop ribbonbar for the web. It is skinnable, fully AJAX driven component that is ready to use on any website. What you can you do with a MS Office like ribbon bar in web environment? Whether use it for navigation, associate it with your … Continue reading “Ribbonbar UI Web Component”
Try Semtex – the new HTML5, CSS3 and JavaScript UI framework! Unlike other URL-shortening services, TinyURL provides a public API which works without developer keys or authorization. Here is a tiny JavaScript class which utilizes this service with the help of a few lines of PHP. You can check the demo or download the entire … Continue reading “JavaScript API for TinyURL”
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”
Following last week’s release of Builder.CSS, I decided to create a similar tool for merging, minification and obfuscation of JavaScript. I am happy to announce the result of my new experiment, called Builder.JS. The major difference compared to Builder.CSS is in the UI. This time I decided to implement console-like interface that works with a … Continue reading “JavaScript Merger, Minifier and Obfuscator”
If you are looking for a complete CSS merging and minification tool, check Builder.CSS, otherwise, keep reading this post 🙂 Here is a small script written in PHP for rendering of vendor-specific CSS3 properties on the fly, by defining them just once using the official W3C syntax. The css3 function generates not only vendor-specific properties, … Continue reading “Maintainable CSS3 Preprocessor and Generator for PHP”