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: February 2010
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
How to detect a variable existence in JavaScript?
Preface After reading one of the latest posts from Stoyan Stefanov’s blog – phpied.com I stumbled upon an interesting construction in JavaScript describing how to check an object property existence. I’m going to cover this case using as an example … Continue reading







