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: September 2009
jQuery – stop an ajax call!
It’s a simple task with no simple question, although in jQuery, as I mentioned now, everything is very simple. Even this task. In a short example we’ve a simple AJAX call with very large request. xhr = $.ajax({ url : … Continue reading
setAttribute(‘class’) and IE
What happens on IE, our favorite browser, when you try to setup a class attribute on a DOM element? Actually this is not possible, because setAttribute(‘class’, ‘my-class’) is obviously working only on non-IE browsers. On IE actually you should setup … Continue reading
Tiny ArcGIS javascript library
I recently wrote a small, very very small, javascript library using ArcGIS. It might be helpful for someone however. It’s really small and it can be extended easily. The code and the samples can be seen on http://stoimen.com/arcgis
Posted in javascript, micro tutorial
Tagged arcgis, gis, javascript, sample, tiny library
Leave a comment







