Technological Guide.

Linux in your Browser

Saturday, May 28th, 2011

Even Microsoft Windows is widely used for home and personal purpose, but yet some windows users prefer to work on Linux OS. Now you can easily work with Linux in your browser which boots very fast through JSLinux. Fabrice Bellard, the initiator of FFMPEG, QEMU emulator, developed a PC emulator JSLinux in JavaScript .

Browser I used for testing: Mozilla Firefox 4

Redirect to another webpage

Tuesday, May 12th, 2009

Redirecting to another webpage from the current webpage is one of the useful techniques often developers need. Redirecting to another webpage can be setup in the main domain place where it redirects to other sub folders. This Redirecting can be done in many ways. Among them here are present with two most and widely used techniques.

HTML Meta Redirect:
This is a sample web page that does an immediate redirect to another page. Useful for fixing 404 errors

JavaScript Redirect: