Latest posts

CodePacker

Published on as tool, and filed under css, javascript.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium ... continue reading.

Vivamus elementum semper nisi

Published on and filed under personal.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium ... continue reading.

Sed ut perspiciatis unde omnis iste natus error sit

Published on and filed under css, html5, javascript.

Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia c ... continue reading.

One morning, when Gregor Samsa woke from troubled dreams

Published on and filed under javascript, jquery.

He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs ... continue reading.

A wonderful serenity has taken possession of my entire soul

Published on and filed under javascript.

I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapab ... continue reading.

Simple CSS form button reset

Published on as code, and filed under css.

I had to put together a CSS form button reset for one of our intranet projects where we didn't have control over the markup, only the CSS. Though I'm not fond of using CSS hacks I had to put in two tweaks to jerk IE6 and IE7 into display the buttons ... continue reading.

JavaScript between

Published on as code, and filed under javascript.

Small snippet I wrote for a project where I needed to retrieve a small part of a huge string and all I had to look for was some unique values in the string. ... continue reading.

Use jQuery to see if CSS is loaded

Published on as code, and filed under css, jquery.

Got a question from a friend the other day: Is there a way to use jQuery to check if the CSS is loaded? Well, there is no build-in way to check this, but the question got me thinking and testing some ideas and I come up with this solution. ... continue reading.

jQuery fadeQueue

Published on as code, and filed under jquery.

This plugin creates a queue containing all children inside the provided parent element, then the plugin steps thru the queue and fades in the element, one after another. You can also choose to start the queue at any direct children inside the provide ... continue reading.

Printing issues when using CSS3Pie

Published on as code, and filed under css3pie, ie.

Since CSS3Pie still have issues in Internet Explorer when using a specific print-css, type="print", I've been struggling with a solution to remove the extra markup that CSS3Pie insert into my code, when printing. ... continue reading.