-
Are you a great developer?
Categories
- agile (3)
- algorithms (19)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (110)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (81)
Tag Archives: firebug
Modyfing Response Headers with Zend Framework
Response Headers You’ve probably seen that you can track the server response headers with Firebug – a wonderful extension to Firefox. But have you ever asked yourself how to change a response header with Zend Framework. header() Typically this is … Continue reading
CSS Priority: The Difference Between a.my-class and .my-class
Do You Know What’s an Inefficient CSS Selector? Perhaps! I was curious how can inefficient selectors impact a page performance. To begin with this topic let me say that inefficient selector is referred usually as nested selector: div span div … Continue reading
Posted in css
Tagged Cascading Style Sheets, Computing, firebug, Google Inc., Span and div, Web design
3 Comments
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







