giancarlo.dimassa.net

Posts Tagged ‘Javascript’

Optimize pages for search engines with dynamic CSS/javascript HTML building (how to make your own lightbox working example!)

CSS, DHTML and Javascript work really good together. In fact, I tend to use the combination to replace Flash whenever it’s appropriate (usually, most of the time!). Javascript ‘building’ is a technique where you dynamically add original nodes to your DOM, usually based on existing content. Speaking in (sort of) plain english, this means you [...]

Continue Reading...

Javascript Programming using Firebug

Part of creative process during web programming and design involves streamlining and optimizing the workflow. That means trying to make things done faster, in less time. One tool I find really valuable is Firebug. Download and install this javascript console and debugger for Firefox, and a new icon appears in the lower side corner of [...]

Continue Reading...

How to find the right point in Google Maps (longitude and latitude)

Have you ever used the Google Maps API and found out that you don’t really know the right position where to place the markers? As you know, to do so requires entering in javascript the exact marker’s coordinates, so you go in a trial-and-error loop to try to correct the numbers until you find the [...]

Continue Reading...