For a Google Maps tool I’m creating I needed a function similar to the map.checkResize() which was used to reinitialize the map width and height after a re-size in version 2. If you don’t run a similar action a grey area will appear which means that this is not an ‘active’ part of the map.

For version 3 there was no documentation about this function but after a good search I’ve found the solution on the forums of the Google Maps API and I’d like to share it with you. Continue Reading »

In my spare time I’m developing a website based on Zend Framework which I run local, just on my Mac. It’s very fast, I do not need to upload the modified files and folders to the webserver and I’m saving money because I do not need web space right now, I only reserved the domain I’d like to use in the future.

When I add more and more functionality I’m exploring a lot of handy tweaks or commands that are not always just as you see on your webserver. Here are several of this tweaks and I’m sure I’ll explore more in the future. Do you guys have some suggestions?
Continue Reading »

Top of Page