Snoopy is a freeware made by JavaScript (source code is already published). One of the complicated things when we build a website which optimized for iPad or iPhone is that there is no feature to view HTML source on these devices.
Even a simulator of these aren’t possible to view that. That makes it difficult to debug the website. Though you can view the source from pc browser by changing a useragent, the source isn’t exactly the same as real one.

Property
What is required is a feature to view HTML source on iPad & iPhone itself. Snoopy which is bookmarklet comes true the feature.
Read Full Article
CodeBurner is a free software for FireFox/Adobe AIR/Mac OSX. CodeBurner is a powerful tool for Web designer and programmer to help quickly checking CSS and HTML reference.

Searching HTML reference
The most important thing is to find out browser capability information for each tags. Developers can save time and effort by quickly finding out those answers from a ton of CSS/HTML reference. CodeBurner offers variety of platform/browser combinations.
Read Full Article
DryDrop is Opensource Python web application. Don’t you use version management system for make web site which use only static HTML files? Maybe create a folder and put HTML, JavaScript, Images, CSS and so on. Sure, that makes trouble if important file modify or deleted. But version management server set up is hard … so, you try DryDrop.

Fig. Administrator interface
Google App Engine (GAE) is Paas (Platform as a Service) and easy deploy Python or Java application. That mean GAE is application server. But DryDrop deploy static content on the GAE. And those static content manage on the Github. DryDrop manage Github repository URL and deploy to GAE. You can use Github push notify feature, after push contents and deploy automatic soon.
Read Full Article