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)
Monthly Archives: February 2010
Manage JavaScript and CSS includes within Zend Framework application
How to include JavaScript and CSS files? In Zend Framework there is a very elegant way to include CSS and JavaScript. Because in one single view of any action you cannot include a JavaScript or CSS because they wont be … Continue reading
Optimizing OpenLayers. Speed up markers load time!
Icons in OpenLayers! They chain of classes used to construct and make one single marker in OpenLayers is a bit difficult to follow, but isn’t impossible. There are three main classes in three files: Markers.js Layer/Markers.js Icon.js That’s why after … Continue reading
Posted in javascript, micro tutorial
Tagged appendChild, javascript, marker, openlayers, optimization
3 Comments
OpenLayers extreme optimization. Cut, compress and deploy!
Make it really faster! Following several posts I wrote recently, this one will describe you a simple and robust tutorial how to optimize OpenLayers. My goal is pretty simple. I’d like smaller library but still with everything must work correctly. … Continue reading
Posted in javascript, micro tutorial
Tagged Computing, Geography, Keyhole Markup Language, openlayers, Web 2.0, Web mapping
Leave a comment
JavaScript optimization. Optimizing IF statements.
IF statements in JavaScript and the normal world! In fact every normal developer will try to make his code as readable as possible. In a normal world a JavaScript IF statement will look like so: if ( expression ) myFunc(); … Continue reading







