Do they belong to you? Claim these comments.
jbj
Is this you? Claim Profile »
1 week ago
in Hacking WordPress (In a Good Way!) on theWPresser
Hey, thanks for including two of my blogs on here! I'm glad you find them useful :)
.-= Jean-Baptiste Jung´s last blog ..10 incredibly cool WordPress shortcodes =-.
.-= Jean-Baptiste Jung´s last blog ..10 incredibly cool WordPress shortcodes =-.
9 months ago
in 2008/09/11/google-adsense-plugins-for-wordpress/ on Mashable - The Social Media Guide
Great list of plugins! By the way, if anyone is looking for a plugin to display and manage 125*125px ads, you should definitely check out ISIS Ads management.
11 months ago
in Themes Magazine WordPress part2 | Themes Wordpress Anglophones on rez0.info : de l' info et du réseau
Merci pour avoir fait figurer OpenBook, et merci à toi jisee pour ton compliment :)
Pour ceux que ça intéresse, j'ai récemment écrit un article sur la personnalisation des couleurs du thème.
jbj Dernier article Tutorial Noobslide avancé: Galerie avec images cliquables
Pour ceux que ça intéresse, j'ai récemment écrit un article sur la personnalisation des couleurs du thème.
jbj Dernier article Tutorial Noobslide avancé: Galerie avec images cliquables
12 months ago
in WordPress For iPhone to be Launched Soon on ContentRobot - The Blogging & WordPress Experts
Hey guys, thanks for the link, and a big thanks for this very helpful plugin :)
1 year ago
in Vu sur d autres blogs : semaine 30 | Favoris on rez0.info : de l' info et du réseau
Merci pour ton lien :) Belle liste, au passage!
1 year ago
in Javascript Beziers on Languages of the real and artificial
I'm really impressed with that! Thanks for sharing.
1 year ago
in CSS Hack: Cross-Browser “min-height” Hack on Design Pitstop
Hi, and thx for the article.
Btw, you should try this:
.myClass{
min-height:100px;
height:auto !important;
height: 100px;
}
Explanation: For browsers who understand min-height, let them use it. IE6 don't understand anything with the !important directive, so the second line will be only for better browsers.
And finally, for IE6 the height property works as min-height. So this will be applied by IE6, but not any other browsers, due to the !important directive.
Btw, you should try this:
.myClass{
min-height:100px;
height:auto !important;
height: 100px;
}
Explanation: For browsers who understand min-height, let them use it. IE6 don't understand anything with the !important directive, so the second line will be only for better browsers.
And finally, for IE6 the height property works as min-height. So this will be applied by IE6, but not any other browsers, due to the !important directive.