Blog: All Posts ✍️

Sharing ideas and code (RSS available)

CSS3 PIE: My new favorite IE enhancement thumbnail

CSS3 PIE: My new favorite IE enhancement

September 23, 2010 · 1 min read

IE sucks big time, period! Even version 8 doesn’t support many useful CSS rules such as border radius and box shadow, both standard things for 2010. For those who already...

How to attach a custom apple iPhone / iPad icon to your website thumbnail

How to attach a custom apple iPhone / iPad icon to your website

August 24, 2010 · 2 min read

If you already have an iPhone, iPad or any other iOS-based device, you have definitely seen the strange bookmarking Safari option "Add to home screen". The specific option creates an...

Beginning HTML ordered lists with numbers other than 1 thumbnail

Beginning HTML ordered lists with numbers other than 1

August 4, 2010 · 1 min read

Yes it is possible and easy! You only have to use the (rare/unknown?) start attribute at your ordered list element (see example below). And guess what? It works with negative...

Convert a jQuery object to raw DOM object thumbnail

Convert a jQuery object to raw DOM object

July 6, 2010 · 1 min read

There are two, easy ways to achieve this. The first one is simply by using the array [] notation directly on the jQuery object: The second one is by using...

Creating an element in jQuery 1.4 thumbnail

Creating an element in jQuery 1.4

June 9, 2010 · 1 min read

Creating a new DOM element in jQuery is super easy. Just add the element of your choice into the jQuery "wrapper" and you're ready! Really simple. This works like a...

4 convenient jQuery tips thumbnail

4 convenient jQuery tips

June 5, 2010 · 3 min read

I just read the last page of the jQuery Cookbook (great book by the way), and I'd like to present 4 very convenient jQuery tips I used to ignore. Better...

Hello world! thumbnail

Hello world!

June 2, 2010 · 1 min read

Welcome to Tsevdos.me blog! Stay tuned 😉...