Categories
- agile (3)
- algorithms (17)
- 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)
Category Archives: css
Stylesheets may block rendering in IE. The solution is maybe dynamic loading.
Yes! Style sheets may block the rendering process in IE. When it comes to media different from the screen, as the print is: media=print this, lovely, browser stops the rendering until the sheet is loaded. This is pretty strange when … Continue reading
Posted in css, web development
Tagged html, Opera Software, Steve Souders, web browsers
Leave a comment
Cross-browser rounded corners! Works on IE but, but not on Opera!
What’s this that works on IE and any other browser, except on Opera?! Rounded Corners That was a strange answer. Who’s making rounded corners with CSS?! on IE and more important how? There is a way to make it, but … Continue reading
CSS selectors – new look over them
How do you select? When it comes to CSS selectors, most of us are using the most familiar selectors by id or class name. Something like: .my-class {} #my-id {} But as you can see in most of the big … Continue reading







