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: August 2009
javascript get locale month with full name
JavaScript Date object The Date object in JS helps you work with dates as it sounds logical. However there are limited number of functions attached to it which you can use. You can check for full Date specification in w3schools … Continue reading
Change the sea/ocean color of OpenLayers (OSM) map
The ocean is blue! Yeah, that should sound OK, because as we all know the ocean is blue, but here I mean the ocean is blue on the maps of OpenStreetMap.org. This map uses pre-generated tiles with parts of the … Continue reading
Posted in micro tutorial
Tagged openalyers, openstreetmap, thematicmapping, white colored ocean
Leave a comment
OpenLayers vectors IE bug!
OpenLayers and OpenStreetMap If you’re not familiar with OpenLayers library, in breve this is a JavaScript library which interacts with a tile server such as this of OpenStreetMap.org Vectors Because it’s JavaScript OpenLayers library it renders different types of vectors … Continue reading
jQuery: check whether image is loaded
Wait for the image! This is common task. You’d like to load an image and then show it. With jQuery that is simple enough. Let’s assume this code: <img src="image.jpg" /> <div>displayed after the image is loaded</div> This is OK … Continue reading







