Categories
- agile (3)
- algorithms (34)
- cheatsheets (2)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (111)
- portfolio (5)
- quiz (7)
- snippets (7)
- video (1)
- web development (168)
- zend framework (81)
Monthly Archives: March 2010
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
JavaScript Comparision Snippet
== vs. === I know this is really for beginners, but have you ever asked yourself what are the differences between == and === when comparing in JavaScript, and when to use it? Here’s an example: var a = false; … Continue reading
OpenLayers Can Be Faster!
Put All The Markers at Once! The way OpenLayers puts markers on the stage is fine when they are not so much, but once you need more than 100, the library’s solution is not good. The question is is there … Continue reading
Posted in javascript, micro tutorial
Tagged Computing, DOM, Geography, Keyhole Markup Language, openlayers, Technology, Web 2.0, Web mapping
8 Comments





