Recent Comments

Tornado – Real time web application server developed by FriendFeed

9月 12 2009 Tags: , , , , , , , No Commented

Tornado made by Python and Opensource software. Currently trend word is “Real time-web”. Real time search likes Twitter or Social aggregator likes FriendFeed…many services target to Real time-web.

picture164.png

If web-service support realtime, web-server has to change. Tornado is web application server which make for real time-web.

Read more…

Popularity: 90% [?]

StExBar – Boost your Windows explorer

9月 10 2009 Tags: , , , , , , No Commented

StExBar is opensource software for Windows. I feel often “Wish such a function” to Windows explorer. Some filer software take solutions for people who have a stresses. But original filer has another problems.

3dsearch7.png

So, other solution is using explorer extension and add on need to fuetures. That is StExBar.

Read more…

Popularity: 76% [?]

DryDrop – Manage static web site with GAE and Github

9月 9 2009 Tags: , , , , , , , , No Commented

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 more…

Popularity: 100% [?]

SpriteMe – Generate sprite images using Bookmarklet

9月 8 2009 Tags: , , , , , , , No Commented

SpriteMe’s technology is bookmarklet and PHP. Sprite image is many tiny icons connect to one big image file, and show a image using CSS. If your web service display many icon files, try sprite image. It will be down client connections. Sprite image technic use Google or major web service.

picture121.png

Your browser register SpriteMe’s bookmarklet and any web site run the script. Show the floating window, it’s results which pick up images on this web site. You choice the images which create sprite image, and click make sprite button. Few seconds later, new sprite image generated.

Read more…

Popularity: 93% [?]