last.fm has built an extensive API that serves various information related to the content of the platform and its users. I thought I could build a (couple of) Web Component(s) to fetch and render a list of the latest tracks that I have listened to, and hopefully learn something useful in the process! […]
-
-
In a nutshell,
border-image
is a CSS property that allows box decoration “on top” of (or “overwriting” if you like)border
. MDN has extensive documentation for these (rather underused) properties and values, but I will use SVG instead of bitmaps or gradients, and note some interesting cases. […] -
It’s been 6 years since I last designed and coded this blog — it used to be prince.gr at that time! However, I didn’t like it any more, even if I don’t write very often these days. The redesigned pvgr.eu is based on static HTML pages -no more WordPress here- and I’ve kept only the (relatively) new articles. Here follows a brief history of this website and some techical information on the current redesign. […]
-
QUnit is a powerful, yet easy-to-use JavaScript unit testing framework. It is used by the jQuery, jQuery UI and jQuery Mobile projects and it is well suited for testing a typical jQuery plugin. This article builts upon Getting Started with QUnit, How to Test Asynchronous Code with QUnit and of course the official Introduction to Unit Testing articles so feel free to skim through those first and return to see how QUnit can be used to test an already built jQuery plugin, and get you started with unit testing. […]