Monthly Archives: June 2009

Semi Transparent PNG8 with no Fireworks

PNG8 vs other image formats PNG8 is a rising winner in all the battles between the web formats. It has smaller size than GIF and PNG24, it has alpha channel, and the really big advantage is the semi transparency, which … Continue reading

Posted in micro tutorial, web development | Tagged , , , , , | 1 Comment

mouseclick outside a DOM element

What if you have to close on outside mouse click? This situation is kind to be familiar. There is some panel which should be closed on outside click. Yeah, this is the most common usage of the outside click. And … Continue reading

Posted in javascript, micro tutorial | Tagged , , , , | Leave a comment

remove iframe border on IE

Well if both style=”border:[0|none]” is working and border=”0″ attribute doesn’t help, and all this is not working only on IE, the solution is … frameborder=”0″ attribute <iframe frameborder=”0″ … ></iframe> is helping

Posted in css, micro tutorial | Tagged , , , , , | Leave a comment

Google Adsense, iframes and IE

What a lovely combination Recently I wrote an article about the Google Adsense problem with page load blocking and than the solution was simple and elegant. You must put your ad in a separate .html file and to include it … Continue reading

Posted in micro tutorial, web development | Tagged , , , , | 2 Comments

Google Adsense blocks the page load

The Google Adsense code block Everyone dealing with Google Adsense knows how it looks like as JavaScript code. When you register, apply and receive the code chunk, you receive actually an inline chunk of js describing the width and height … Continue reading

Posted in javascript, micro tutorial | Tagged , , , , | 4 Comments