Most web developers know of Firebug, a plugin for Firefox, that allows you to fine tune your website, and more specifically your CSS files. You can make real time updates to the site’s CSS and see how it changes the layout right before your very eyes. Indeed, very powerful. Well, the Safari browser on both
more »
Posts Tagged ‘Development’:
Using Safari’s Built-In Dev Tools
Manipulating the Javascript Date with DateJS
In one of my apps currently in development, we are using calendar reminders on the iPhone. This involves determining the current date, and trying to calculate such things as the next time that “the first Monday of the month” will occur. Javascript has a basic Date object that has a lot of functionality right out
more »