Skip to main content

Posts

2008


Mapstraction

·1 min

Yesterday i was about to start a new super-geek project that would create a javascript library that handles general map API calls, instead of using specific GMap or Yahoo or other maps calls, when i figured out some people were faster than me again :)
The project is called Mapstraction , and it already has some impressive functionality.
After playing with it a bit, i figured out some of its limitations, most importantly for me, i cannot create marker events.
The development of the library seems a bit stalled at the moment, i joined their mailinglist to see how is it going.
To bypass some of the shortcomings of Mapstraction, Derek Fowler already created some patches, that you can grab from his blog. (Nice blog layout BTW :))

Sugar Bookmarks

·1 min

At dri, we recently published our first SugarCRM project called Sugar Bookmarks. Download count at 27 at the moment:)

This is an archive post. It represents a point of view in the past. Facts might have changed, events might be interpreted differently as of today. Links might be broken.

Yahoo on performance

·1 min

If you ever digged into the deep of website (speed) performance analysis, you are possibly already familiar with the YSlow extension, which gives you a number of tips how to reduce page load times and download size. Some of them are easy to carry out, some of them are not. Yahoo just released a new set of optimization tips:
http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices

\[Ajaxian\]

This is an archive post. It represents a point of view in the past. Facts might have changed, events might be interpreted differently as of today. Links might be broken.

Here we go again

·1 min

Hi folks,

after all, i decided to put more content into this blog, in the pure hope to get more readers of you out there. So from now on expect some posts at least once a week, and feel free to leave a mark.

This is an archive post. It represents a point of view in the past. Facts might have changed, events might be interpreted differently as of today. Links might be broken.

imgmap 2.0beta6 out

·1 min

Alright folks, for anyone, who is listening here, new version is released, you can go and grab it at:
http://www.maschek.hu/imagemap/index

Changes include:
- TinyMCE3 support
- Adobe AIR support

This is an archive post. It represents a point of view in the past. Facts might have changed, events might be interpreted differently as of today. Links might be broken.

2007


New version released

·1 min

…grab it at http://www.maschek.hu/imagemap/download or http://code.google.com/p/imgmap/

changelog:
Version 2.0beta3
Added MAP id attribute support apart from existing MAP name usage.
Added function getMapId().
Added function getMapName().
Added function getMapInnerHTML().
Added TinyMCE support plus example. (Thanks to John Ericksen)
Added FCKEditor support plus example. (Thanks to Alfonso Marti­nez de Lizarrondo)
Added custom callbacks on certain imgmap events.
Added Safari support. (Thanks to Alfonso Martínez de Lizarrondo)
Improved handling of bad coordinates.
Fixed several bugs and issues.

Moving to googlecode, plugins update

·2 mins

Hi folks,

There have been some activities recently around the project that i’d like to inform you about:)

Firstly, i have imported all the source code into an svn repo at imgmap.googlecode.com.
Anonymous checkout is possible, commit is only for project members (if you are interested in this, drop me an email)

The source will soon be packaged into a new release as soon as everything is close to stable:)

Apart from including some long-awaited examples how to use the editor, the two big stars will be the tinymce and fckeditor plugins.