Categories
- agile (3)
- algorithms (16)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
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 fireworks, png8, pngquant, semi-transparent, tansparent, tutorial
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
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
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 google adsense, ie, iframe, issue, problem
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







