Few days ago i got an unexpected requirement: show only the first n characters from the content of a page. My first question was : "Why not use the excerpt?" and the answer was that the client doesn't want to add also an excerpt... (more…)
CCS round corners (border-radius) fix for IE
It is so easy! I used it a while ago and today i remembered it and i thought i need to share it: Download border-radius.htc Put it in your css: -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; behavior: url(border-radius.htc);
HTML 5 Placeholder compatible with IE7 and IE8
IE, as usually, creates problems even with simple things for other browsers, like Placeholders. After a long search for a compatible solution with IE older versions 7 and 8 I found it (more…)
Very good circular and responsive jQuery carousel
I found a very good circular and responsive jQuery carousel which will bring more interactivity to a site. You can view it and download the files from http://caroufredsel.frebsite.nl/ Wptuts+ also created a simple and good tutorial on how to create a posts feed using this carousel. You can view the tutorial here.
WordPress Installation’s Performance
I received a very good newsletter from wptuts+ with a tutorial about how to optimize a Wordpress install and increase its performances.
