HTML5 The Next Generation Of Web

Currently HTML5 is being developed by W3C (World Wide Web Consortium) as the next generation of web standard. The purpose of this release is to reduce the need of plug-in based rich internet application (RIA) such as Adobe Flash, Microsoft Silverlight and Sun JavaFX. You can sneak peak the overview of the HTML5 at the W3C official site here.Until today the draft of HTML5 still not finished yet. According to the W3C it will be release at late of 2010. This next release of HTML5 will be … Read more...

[TIPS] Show Squid Log Continuously – Squid Web Proxy

From the last post i show how to install Squid Cache as intercept (transparent) proxy. So i expect your squid already running smoothly right now. Ok now i want to share how to see the squid log. Usually by default squid log is in /var/log/squid/access.log, and you can see the log by open the file.But the next question is, how to see your squid log continuosly, if you want to monitor your squid? I believe there are tons of program to this, but i prefer see it on shell because it really simple … Read more...