Snoopy – HTML source viewer running on iPhone & iPad

Category : Software

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.

IMG_0025.PNG
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 for HTML/CSS Quick Reference

Category : Software

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.
Screen-shot 174.png

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

Twicli-Twitter client for Web browser

Category : Software

Twicli is an open source software made by HTML/JavaScript. There are so many Twitter Clients that you can’t even begin to count. For example, Twitter clients for Windows are Mac OSX, Linux, iPhone, Android, Windows Phone, and the list goes on. Many Twitter clients are also offered as a browser extension.

Screen-shot 36.png
Time line

Twitter clients that are provided by the web browser are very unique. Originally, Twitter is a web service, but it becomes remarkable from its specializing capabilities to the clients.  Twicli is the one of them.

Read Full Article

DryDrop, manage static web site with GAE and Github

Category : Software

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.

ピクチャ 64.png
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

Ham Cutlet – Intelligent HTML Indentation

Category : Software

Ham Cutlet is  freeware written in Ruby/Sinatra. Its source code has been released to the public.

We often see some source code that isn’t indented perfectly. It is not so easy to read such stuff. Though it would never run if it was Python code, in other case, we might ignore the fact. We can’t stand it.

screen shot(2010-07-15 11.14.22).png
Such an awful source code would change to …


In case of some programming languagesprogrammers might even set indentation to somewhat bearable level. One problem is HTML source code. We sometimes encounter hellish source code. In that case, we should use Ham Cutlet.

Read Full Article