
December 31, 2008
December 8, 2008
www.prjx.org is down
Friends,
prjx.org is down at the moment, so all the projects/files hosted there won’t be available now. Please use contact me if you need the files.
September 6, 2008
Google Chrome : Hybrid of all
- Webkit as rendering engine like Safari
- Tabstyles are from Flock
- Startup page similar to Opera speed-dial and Flock myhome page
- Paste and go in the address bar like Opera
- No menu bar like IE 7
- Tab-to-window and vice versa from Opera/Safari
- Incognito browsing similar to Private Browsing
- Create Application Shortcuts like Mozilla Prism
What’s new in Google Chrome
- No two separate textboxes for URL and for Search
- Every tab is a separate process
- Innovative Search, composite of Tortoise Merge (any Textdiff app), Firefox’s (Highlight All) findbox positioned similar to Safari
- Built-in support for Google Gears
- Above all its from the giant Google
September 3, 2008
Google Chrome : The application failed to initialize properly (0xc0000005)
The application failed to initialize properly (0xc0000005).
Click on OK to terminate the application
Symantec causes this issue and the temp. solution is to disable the sandbox. And the solution from Google Groups is
You can try running Google Chrome with
--no-sandbox(you need to edit the properties of the shortcut you use to launch it).
More links:
Solution 1 : https://forums.symantec.com/syment/board/message?board.id=endpoint_protection11&thread.id=15816
Solution 2 : http://code.google.com/p/chromium/issues/detail?id=38#c26
Update:
- I wrapped “
--no-sandbox” in CODE tag now to resolve WP double hypen to emdash conversion. - Symantec is not the only known source to this issue.
- To know more about what is sandbox? Please try the pages 25,26 on the book http://www.google.com/googlebooks/chrome/
October 25, 2007
Play YouTube with FLV player of your choice
Not working anymore, but you are free to explore the code. Updates are welcome.
I have completed alternative way to view YouTube videos with FLV player of your choice (JW FLV player in this case). The flv files will not be download to the server, it streams directly from YouTube .

Update:
I have updated the script for 2 reasons
- Youtube deny if you call the url with file_get_contents() which is replaced with a curl function. So it needs curl now.
- Youtube added more http headers and now the index for direct download link is 8 earlier it was 4.
I will update the script soon with the following features
- No need of allow_url_fopen = on in php.ini
- Curl dependency to be removed.
July 24, 2007
Tamil.net links xTamil tool
I’m overwhelmed with happiness after I saw my Google analytics report today. This blog and the new tool which I wrote xTamil – English to Tamil convertor (Unicode) are linked in a Tamil portal site Tamil.net. They also list numerous no. of phonetic English to Tamil Unicode convertor, I promise you all that my tool will be unique after the completion (will take a month or two).
I would like to thank all of my friends for their encouragement. And also for the guys out there in Tamil.net for posting my tool in their site.
Thank you friends
July 23, 2007
English to Tamil convertor (Unicode)
Atlast, I finished my first verison of English to Tamil unicode convertor(Transliterater). What I planned to do was bit different than the one which is available now. Hope I will get the time to upgrade my unicode convertor( or Transliterater) to unique tool within a month.
check the demo here : xTamil
Use IE if you are not sure whether you enabled unicode support in windows xp. To know How to enable unicode support please check here in wikipedia
Resources:
All about Unicode
Tamil unicode chart
June 11, 2007
Why does my dreamweaver look so beautiful?
I don’t find an alternative title. Like anyone out there, I envy Textmate features where it is present in all the screencasts for PHP & RoR out there. So, I started looking for a Textmate alternate on windows, and came to this post Textmate envy. I tried the font Monaco (Textmate’s default), which looked beautiful in Firebug but not in Dreamweaver. Filled with dissapointment, I google again for a download for the font Monaco, then, eureka! I found this link, Programmers font. Which means, I am not alone, there are more people out there looking for the suitable replacement to Courier New (isn’t it time to change?). I have tried a few Monaca, Dejavu, Bitstream Vera.

Finally, I come to the conclusion that Anonymous font certainly isn’t anonymous any more. It looks better than Monaca in windows, look at my screenshot. Today I hardly wrote any code, and spent more time on looking at my dreamweaver, its awesome!!.
