Corporate BS Generator HTML5 WebComponent
Nothing serious this time, just a small fun HTML5 WebComponent, inspired by BS Generator, stitching-up (bullshit) sentences out of random buzzwords: Usage: The component does not have it’s own methods,...
View ArticleAuto Resizing Textarea HTML5 WebComponent
Just finished my next experiment with HTML5 WebComponents. AcidJs.XTextarea is an advanced replacement of the classic <textarea /> HTML element, supporting custom events and auto resizing...
View ArticleRESTful API for Encyclopaedia Metallum
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...
View ArticleAdding Icons to the Option Elements of the Select Tag in Firefox. Quick and...
Below is a quick and dirty solution for adding icons to the <option /> elements of the <select /> tag utilizing CSS generated content. Disclaimer: According to the CSS specs, the <option...
View ArticleEnabling Placeholders in ContentEditable Elements with CSS
Recently I worked on an HTML5 app, utilizing contenteditable elements. According to the specs of the app, the empty editable elements were supposed to have placeholder texts and since the placeholder...
View Article