<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PHP and I &#187; tools</title>
	<atom:link href="http://palaniraja.wordpress.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://palaniraja.wordpress.com</link>
	<description>தீதும் நன்றும் பிறர் தர வாரா</description>
	<lastBuildDate>Sat, 17 Oct 2009 13:26:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='palaniraja.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/897d9e2aa61324c11b7a18c6134b6f80?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>PHP and I &#187; tools</title>
		<link>http://palaniraja.wordpress.com</link>
	</image>
			<item>
		<title>SVN: Export only updated files between 2 revisions</title>
		<link>http://palaniraja.wordpress.com/2008/09/20/svn-export-only-updated-files-between-2-revisions/</link>
		<comments>http://palaniraja.wordpress.com/2008/09/20/svn-export-only-updated-files-between-2-revisions/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 19:27:21 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[subverion export only updated]]></category>
		<category><![CDATA[svn custom export]]></category>
		<category><![CDATA[svn export]]></category>
		<category><![CDATA[svn export alternative]]></category>
		<category><![CDATA[svn export only updated]]></category>
		<category><![CDATA[svnexport advanced]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/?p=106</guid>
		<description><![CDATA[ 
Are you someone like me who is looking for an SVN command that exports the files updated between two revisions? Until now, I used to say that there is no such command available in SVN by default, or maybe now they have a feature to build in the next release.
Don&#8217;t lose hope. After having a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=106&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> </p>
<p>Are you someone like me who is looking for an SVN command that exports the files updated between two revisions? Until now, I used to say that there is no such command available in SVN by default, or maybe now they have a feature to build in the next release.</p>
<p>Don&#8217;t lose hope. After having a hard time searching for an out of the box solution, I built my own with power of PHP <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  what else?</p>
<h4>The scenario</h4>
<ul class="unIndentedList">
<li>Working with a team that uses SVN for versioning.</li>
<li>Your production server doesn&#8217;t have svn, so you can&#8217;t run the command svn update. Even if you have svn in your production server and your stupid system admin denied to open svn port of your dev server over firewall for security reasons(Believe me, it happens I wrote more than 10 email to my system admin, and I can&#8217;t make him understand why we need this port to be open.</li>
<li>You need to upload the changes frequently and you have a very large list of directories which need to be chmod to 777 if you prefer uploading all again or,  you don&#8217;t keep the files uploaded to the server in Dev (e.g. user images, videos are uploaded in the server are not required in Dev)</li>
<li>All you need is to upload the files which are updated after the previous build. It is not so easy if you have too many directories of hierarchy (or using a PHP Framework like me. i.e., controller, models, views, app etc.,) </li>
</ul>
<h4>Prerequisites</h4>
<ul class="unIndentedList">
<li>What does <strong>svn log</strong> do?<br />
It&#8217;s a command svn to list the files updated and other information in a revision or between two revisions, when you run the command &#8220;svn log -rM:N -v&#8221; (M,N are two revision numbers) in your working copy directory. You need the output of this command to provide the input for the script.</li>
<li>A working copy. (HEAD checkout from your Repo)</li>
<li>A directory with &#8220;chmod 0777″ for the script to copy only the updated files for upload. </li>
</ul>
<p> </p>
<h4>The Script</h4>
<ul class="unIndentedList">
<li>You can download the source <a title="Download the sourcecode" href="http://prjx.googlecode.com/files/svnexport.zip">here</a>.</li>
<li>View source <a title="View the source" href="http://palani.bitsymphony.com/lab/svnexport/showsource.php?q=svnexport.php">here</a>.</li>
<li>Try the <a title="Try the demo" href="http://palani.bitsymphony.com/lab/svnexport/">demo</a>. </li>
</ul>
<h4>Screenshots</h4>

<a href='http://palaniraja.wordpress.com/2008/09/20/svn-export-only-updated-files-between-2-revisions/svnexport1/' title='svnexport1'><img width="150" height="114" src="http://palaniraja.files.wordpress.com/2008/09/svnexport1.png?w=150&#038;h=114" class="attachment-thumbnail" alt="" title="svnexport1" /></a>
<a href='http://palaniraja.wordpress.com/2008/09/20/svn-export-only-updated-files-between-2-revisions/svnexport2/' title='svnexport2'><img width="150" height="113" src="http://palaniraja.files.wordpress.com/2008/09/svnexport2.png?w=150&#038;h=113" class="attachment-thumbnail" alt="" title="svnexport2" /></a>

  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=106&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2008/09/20/svn-export-only-updated-files-between-2-revisions/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chrome : Hybrid of all</title>
		<link>http://palaniraja.wordpress.com/2008/09/06/google-chrome-hybrid-of-all/</link>
		<comments>http://palaniraja.wordpress.com/2008/09/06/google-chrome-hybrid-of-all/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 03:38:02 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[all in one chrome]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome features]]></category>
		<category><![CDATA[features of google chrome]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[whats new in chrome]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/?p=98</guid>
		<description><![CDATA[ 

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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=98&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal"> </p>
<ul>
<li><strong>Webkit </strong>as rendering engine like Safari</li>
<li><strong>Tabstyles </strong>are from Flock</li>
<li><strong>Startup page</strong> similar to Opera speed-dial and Flock myhome page</li>
<li><strong>Paste and go</strong> in the address bar like Opera</li>
<li><strong>No menu ba</strong>r like IE 7</li>
<li><strong>Tab-to-window</strong> and vice versa from Opera/Safari</li>
<li><strong>Incognito browsing</strong> similar to Private Browsing</li>
<li><strong>Create Application Shortcuts</strong> like Mozilla Prism</li>
</ul>
<p class="MsoNormal"> </p>
<h4>What’s new in Google Chrome</h4>
<p class="MsoNormal"> </p>
<ul>
<li><strong>No two</strong> separate <strong>textboxes </strong>for URL and for Search</li>
<li>Every tab is a separate <strong>process</strong></li>
<li><strong>Innovative Search</strong>, composite of Tortoise Merge (any Textdiff app), Firefox’s (Highlight All) findbox positioned similar to Safari</li>
<li>Built-in support for <strong>Google Gears</strong></li>
<li>Above all its from the giant <strong>Google</strong></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=98&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2008/09/06/google-chrome-hybrid-of-all/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN: Auto UPDATE WORKING COPY after COMMIT</title>
		<link>http://palaniraja.wordpress.com/2008/09/05/svn-auto-update-working-copy-after-commit/</link>
		<comments>http://palaniraja.wordpress.com/2008/09/05/svn-auto-update-working-copy-after-commit/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 19:12:02 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[auto update]]></category>
		<category><![CDATA[commit automate]]></category>
		<category><![CDATA[subversion auto update]]></category>
		<category><![CDATA[subversion hooks]]></category>
		<category><![CDATA[svn hooks]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/?p=84</guid>
		<description><![CDATA[In one of our recent project, we were looking for an automated script that update the working copy of our dev server as soon as someone commit the changes to the SVN.
We were using a Linux server (Fedora) to integrate all the modules developed by almost 15+ developers. I learnt a valuable lesson from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=84&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In one of our recent project, we were looking for an automated script that update the working copy of our dev server as soon as someone commit the changes to the SVN.</p>
<p>We were using a Linux server (Fedora) to integrate all the modules developed by almost 15+ developers. I learnt a valuable lesson from the projects in the recent past, it is not so easy to integrate all the modules developed by a team at the end of the project. So I suggested my team that integrating modules while developed would be the best thing (from my exp. anyway ).</p>
<p>Our Dev server running SVN and LAMPP, all we need is an automated script that updates the working copy of our application which resides in htdocs of LAMPP as soon as someone commit their changes, so that they can easily identify the issues as soon as someone commit the conflicts. And also it would be really easy for us to show the demo of the app. at any to the client (i.e., No integration headache at the time of the call).</p>
<h3>PHP: the right tool?</h3>
<p>As usual I wrote a script in php to run the SVN UPDATE command with PHP exec() function. Oops!! It doesn&#8217;t work as expected.</p>
<p>&lt;?php</p>
<p>$ret = exec(‘svn update /opt/lampp/htdocs&#8217;, $ret2, $ret3);<br />
echo  $ret;</p>
<p>?&gt;</p>
<p>I stumbled Google to know what&#8217;s wrong with this code. It returns the following valuable results.</p>
<p>I finally have come to a conclusion that PHP is not the precise tool for the task. So &#8220;How did you achieve? Which is the best tool to achieve this?&#8221;</p>
<p>I can&#8217;t say which one is the best, but this is how I automate the task.</p>
<p>SVN has a feature built-in called <strong><a href="http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.reposhooks" target="_blank">hook</a></strong> which is designed specifically to do similar tasks. Don&#8217;t know why I&#8217;m hearing hooks frequently now-a-days (Drupal uses hooks, Joomla 1.5 uses hooks, hooks! hooks!! hooks!!! )</p>
<h3>Steps:</h3>
<ul class="unIndentedList">
<li>Create a file in <strong>C</strong> to run the command &#8220;<strong>svn update</strong>&#8220;. In my case the file was s<strong>vn_update.c</strong> in <strong>/bin</strong>.</li>
<li><strong>svn_update.c</strong></li>
</ul>
<p><code> #include &lt;stddef.h&gt;<br />
#include &lt;stdlib.h&gt;<br />
#include &lt;unistd.h&gt;<br />
int main(void) {</code></p>
<p><code>execl("/usr/bin/svn", "svn", "update", "/opt/lampp/htdocs/ ", (const char *) NULL);<br />
return(EXIT_FAILURE);</code></p>
<p><code> </code></p>
<p> </p>
<p><code> }</code></p>
<ul class="unIndentedList">
<li>Compile the file with the following command &#8220;<strong>gcc svn_update.c -o svn_update</strong>&#8220;</li>
<li>Create a file called &#8220;<strong>post-commit</strong>&#8221; in the hooks directory of your SVN repository:</li>
<li><strong>post-commit</strong></li>
</ul>
<p><code> # #!/bin/sh<br />
/bin/svn_update</code></p>
<ul class="unIndentedList">
<li>         Chmod your post-commit with the following command &#8220;<strong>chmod 0755 post-commit</strong>&#8220;</li>
</ul>
<p> <br />
That&#8217;s all you have to do, now SVN will do the rest. You can download the files, svn_update.c and post-commit <a href="http://prjx.googlecode.com/files/svn-auto-update.zip">here</a>.<br />
 </p>
<h3>References:</h3>
<p>Apache SVN @  <a href="http://www.sematopia.com/?p=218" target="_blank">http://www.sematopia.com/?p=218</a></p>
<p>Alternate to C @ <a href="http://forum.webfaction.com/viewtopic.php?id=964" target="_blank">http://forum.webfaction.com/viewtopic.php?id=964</a></p>
<p>Mighty C code @ <a href="http://forum.webfaction.com/viewtopic.php?pid=216#p216" target="_blank">http://forum.webfaction.com/viewtopic.php?pid=216#p216</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/84/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/84/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=84&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2008/09/05/svn-auto-update-working-copy-after-commit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chrome : The application failed to initialize properly (0xc0000005)</title>
		<link>http://palaniraja.wordpress.com/2008/09/03/google-chrome-the-application-failed-to-initialize-properly-0xc0000005/</link>
		<comments>http://palaniraja.wordpress.com/2008/09/03/google-chrome-the-application-failed-to-initialize-properly-0xc0000005/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 07:32:52 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[initialization problem]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[The application failed to initialize properly (0xc00000]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/?p=62</guid>
		<description><![CDATA[ 
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: 
Issues : https://groups.google.com/group/google-chrome-help/search?q=&#38;start=0&#38;scoring=d&#38;enc_author=LjzA1TIAAACxnAQgd0s-x2NJHdBMCj1kX8-qliYfOMJi0wlpwfQxL7SnwL2ldEkDZ3UGY4Fi834vPp-8dun_mzBPI6iup1z0&#38;
Solution [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=62&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> </p>
<blockquote><p><span style="color:#0000ff;">The application failed to initialize properly (0xc0000005).</span></p>
<p><span style="color:#0000ff;">Click on OK to terminate the application</span></p></blockquote>
<p> </p>
<p>Symantec causes this issue and the temp. solution is to disable the sandbox. And the solution from Google Groups is </p>
<p> </p>
<blockquote><p><span style="color:#0000ff;">You can try running Google Chrome with <strong><span style="color:#800000;"><code>--no-sandbox</code></span></strong> (you need to edit the properties of the shortcut you use to launch it).</span></p></blockquote>
<p> </p>
<p><strong>More links: </strong></p>
<p><strong>Issues </strong>: <a href="https://groups.google.com/group/google-chrome-help/search?q=&amp;start=0&amp;scoring=d&amp;enc_author=LjzA1TIAAACxnAQgd0s-x2NJHdBMCj1kX8-qliYfOMJi0wlpwfQxL7SnwL2ldEkDZ3UGY4Fi834vPp-8dun_mzBPI6iup1z0&amp;">https://groups.google.com/group/google-chrome-help/search?q=&amp;start=0&amp;scoring=d&amp;enc_author=LjzA1TIAAACxnAQgd0s-x2NJHdBMCj1kX8-qliYfOMJi0wlpwfQxL7SnwL2ldEkDZ3UGY4Fi834vPp-8dun_mzBPI6iup1z0&amp;</a></p>
<p><strong>Solution 1 :</strong> <a href="https://forums.symantec.com/syment/board/message?board.id=endpoint_protection11&amp;thread.id=15816">https://forums.symantec.com/syment/board/message?board.id=endpoint_protection11&amp;thread.id=15816</a></p>
<p><strong>Solution 2 :</strong> <a href="http://code.google.com/p/chromium/issues/detail?id=38#c26">http://code.google.com/p/chromium/issues/detail?id=38#c26</a></p>
<p> </p>
<p> </p>
<p><strong>Update: </strong></p>
<ul>
<li>I wrapped &#8220;<code>--no-sandbox</code>&#8221; in CODE tag now to resolve WP double hypen to emdash conversion.</li>
<li>Symantec is not the only known source to this issue.</li>
<li>To know more about what is sandbox? Please try the pages 25,26 on the book <a href="http://www.google.com/googlebooks/chrome/">http://www.google.com/googlebooks/chrome/</a></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=62&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2008/09/03/google-chrome-the-application-failed-to-initialize-properly-0xc0000005/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>
	</item>
		<item>
		<title>Sticky notes with PHP and Jquery</title>
		<link>http://palaniraja.wordpress.com/2008/07/19/sticky-notes-with-php-and-jquery/</link>
		<comments>http://palaniraja.wordpress.com/2008/07/19/sticky-notes-with-php-and-jquery/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 13:08:26 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[PHP Sticky]]></category>
		<category><![CDATA[PHP-GD]]></category>
		<category><![CDATA[sticky]]></category>
		<category><![CDATA[sticky notes app]]></category>
		<category><![CDATA[web sticky]]></category>
		<category><![CDATA[web sticky application]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/?p=52</guid>
		<description><![CDATA[Script speaks louder than words. Please go through the following links
PHP Gd based Sticky script


Jquery UI based Sticky page

The first script is used to create a dynamic sticky image with the selected sticky pattern and font.
The second script is an example to use the dynamic sticky to implement a sticky dashboard kindof application, it uses [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=52&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Script speaks louder than words. Please go through the following links</p>
<p><strong>PHP Gd based Sticky script<br />
</strong></p>
<p><a href="http://palani.bitsymphony.com/lab/sticky/"><img class="alignnone size-medium wp-image-55" src="http://palaniraja.files.wordpress.com/2008/07/demo.png?w=300&#038;h=203" alt="" width="300" height="203" /></a><br />
<strong>Jquery UI based Sticky page</strong><br />
<a href="http://palani.bitsymphony.com/lab/sticky/demo2.php"><img class="alignnone size-medium wp-image-56" src="http://palaniraja.files.wordpress.com/2008/07/stickypage.png?w=300&#038;h=171" alt="" width="300" height="171" /></a><br />
The first script is used to create a dynamic sticky image with the selected sticky pattern and font.<br />
The second script is an example to use the dynamic sticky to implement a sticky dashboard kindof application, it uses jquery UI for drag-n-drop feature.</p>
<p>Script is almost 1 yr old so, with that said updates are welcome.</p>
<p>Download <a title="PHP Sticky 0.01" href="http://prjx.googlecode.com/files/sticky.zip">PHPSticky </a>from GoogleCode</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=52&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2008/07/19/sticky-notes-with-php-and-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>

		<media:content url="http://palaniraja.files.wordpress.com/2008/07/demo.png?w=300" medium="image" />

		<media:content url="http://palaniraja.files.wordpress.com/2008/07/stickypage.png?w=300" medium="image" />
	</item>
		<item>
		<title>Play YouTube with FLV player of your choice</title>
		<link>http://palaniraja.wordpress.com/2007/10/25/play-youtube-with-flv-player-of-your-choice/</link>
		<comments>http://palaniraja.wordpress.com/2007/10/25/play-youtube-with-flv-player-of-your-choice/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 09:34:43 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/2007/10/25/play-youtube-with-flv-player-of-your-choice/</guid>
		<description><![CDATA[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 .

Download Source
 Update:
I have updated the script [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=47&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#ff0000;">Not working anymore, but you are free to explore the code. Updates are welcome.</span></p>
<p>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 .</p>
<p><img src="http://palaniraja.files.wordpress.com/2007/10/alt-utube1.jpg" border="0" alt="alt-utube1.jpg" /></p>
<p><a href="http://prjx.googlecode.com/files/alt-utube.v2.zip">Download Source</a></p>
<p><strong> Update:</strong></p>
<p>I have updated the script for 2 reasons</p>
<ol>
<li>Youtube deny if you call the url with <strong>file_get_contents()</strong> which is replaced with a curl function. So it needs curl now.</li>
<li>Youtube added more http headers and now the index for direct download link is <strong>8</strong> earlier it was <strong>4</strong>.</li>
</ol>
<p>I will update the script soon with the following features</p>
<ul>
<li>No need of <strong>allow_url_fopen = on</strong> in <strong>php.ini</strong></li>
<li><strong>Curl </strong>dependency to be removed.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=47&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2007/10/25/play-youtube-with-flv-player-of-your-choice/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>

		<media:content url="http://palaniraja.files.wordpress.com/2007/10/alt-utube1.jpg" medium="image">
			<media:title type="html">alt-utube1.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Tamil.net links xTamil tool</title>
		<link>http://palaniraja.wordpress.com/2007/07/24/tamilnet-links-xtamil-tool/</link>
		<comments>http://palaniraja.wordpress.com/2007/07/24/tamilnet-links-xtamil-tool/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 09:45:13 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/2007/07/24/tamilnet-links-xtamil-tool/</guid>
		<description><![CDATA[I&#8217;m overwhelmed with happiness after I saw my Google analytics report today. This blog and the new tool which I wrote xTamil &#8211; 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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=40&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m overwhelmed with happiness after I saw my Google analytics report today. This blog and the new tool which I wrote <a href="http://palaniraja.12gbfree.com/xTamil" title="xTamil - English to Tamil unicode convertor">xTamil</a> &#8211; English to Tamil convertor (Unicode) are linked in a Tamil portal site <a href="http://www.tamil.net" title="Tamil.net">Tamil.net</a>. 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).</p>
<p align="center"><a href="http://palaniraja.files.wordpress.com/2007/07/tamilnet2.jpg" title="tamilnet2.jpg"><img src="http://palaniraja.files.wordpress.com/2007/07/tamilnet2.jpg" alt="tamilnet2.jpg" border="0" /></a></p>
<p>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.</p>
<p><strong>Thank you friends</strong> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=40&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2007/07/24/tamilnet-links-xtamil-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>

		<media:content url="http://palaniraja.files.wordpress.com/2007/07/tamilnet2.jpg" medium="image">
			<media:title type="html">tamilnet2.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>English to Tamil convertor (Unicode)</title>
		<link>http://palaniraja.wordpress.com/2007/07/23/english-to-tamil-convertor-unicode/</link>
		<comments>http://palaniraja.wordpress.com/2007/07/23/english-to-tamil-convertor-unicode/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 09:45:37 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[கவிதை]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/2007/07/23/english-to-tamil-convertor-unicode/</guid>
		<description><![CDATA[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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=38&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>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.</p>
<p>check the demo here : <a href="http://palani.bitsymphony.com/lab/xTamil/" title="xTamil">xTamil</a></p>
<p>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 <a href="http://ta.wikipedia.org/wiki/Wikipedia:Font_help#Windows_2000.2F_XP.2F_2003_Family" title="Enable unicode support">wikipedia</a></p>
<p>Resources:<br />
<a href="http://www.unicode.org/" title="Official unicode site">All about Unicode</a><br />
<a href="http://www.unicode.org/charts/PDF/U0B80.pdf" title="Tamil charmap chart">Tamil unicode chart</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=38&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2007/07/23/english-to-tamil-convertor-unicode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>
	</item>
		<item>
		<title>Clean yahoo webmail without Ad&#8217;s</title>
		<link>http://palaniraja.wordpress.com/2007/07/10/clean-yahoo-webmail-without-ads/</link>
		<comments>http://palaniraja.wordpress.com/2007/07/10/clean-yahoo-webmail-without-ads/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 12:14:30 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/2007/07/10/clean-yahoo-webmail-without-ads/</guid>
		<description><![CDATA[Today, I have uploaded my second Greasemonkey scripts to userscripts, Yahoo webmail++ . This will remove (hide) the advertisements in your yahoo webmail, the one at the top and the small ads on the left side. Initially I was trying to do something similar to Gmail Airskin, but unfortunately yahoo uses lot of tables, which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=14&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today, I have uploaded my second Greasemonkey scripts to <a href="http://userscripts.org" title="http://userscripts.org">userscripts</a>, <a href="http://userscripts.org/scripts/show/10590" title="http://userscripts.org/scripts/show/10590">Yahoo webmail++</a> . This will remove (hide) the advertisements in your yahoo webmail, the one at the top and the small ads on the left side. Initially I was trying to do something similar to Gmail Airskin, but unfortunately yahoo uses lot of tables, which I find difficult to finish the script, at this stage it will remove only the advertisements and I will try to update the script soon.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=14&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2007/07/10/clean-yahoo-webmail-without-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari for Windows</title>
		<link>http://palaniraja.wordpress.com/2007/06/13/safari-for-windows/</link>
		<comments>http://palaniraja.wordpress.com/2007/06/13/safari-for-windows/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 06:22:38 +0000</pubDate>
		<dc:creator>Palani raja</dc:creator>
				<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://palaniraja.wordpress.com/2007/06/13/safari-for-windows/</guid>
		<description><![CDATA[Finally Apple offers Safari for Windows, I am on my Safari now!. But there are bugs in Windows version of Safari, please go through the Techrunch link. Here is my own list (Though! I am newbie to Safari), First thing I did was searching  webdeveloper plugins for Safari, I tried HTML Tidy extension for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=6&subd=palaniraja&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finally Apple offers Safari for Windows, I am on my Safari now!. But there are bugs in Windows version of Safari, please go through the <a href="http://www.techcrunch.com/2007/06/12/safari-on-windows-a-security-risk/">Techrunch link</a>. Here is my own list (Though! I am newbie to Safari), First thing I did was searching  webdeveloper plugins for Safari, I tried HTML Tidy extension for Safari!, Safari crashed after downloading. Second, I can&#8217;t able to browse Yahoo mail beta (it says it can&#8217;t open https link, that is weird), Gmail compose message page doesn&#8217;t look good as it does in IE/Mozilla.</p>
<p>If you are optimistic, you will see the fonts on the pages are rendered in a way it looks beautiful, cool interface, page loading progress bar in address bar itself, Auto complete for URL too, superfast startup and loading pages quickly (atleast for me).</p>
<p>For web developers out there, now we have to check our pages in Safari too with IE/Firefox/Opera. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palaniraja.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palaniraja.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palaniraja.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palaniraja.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palaniraja.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palaniraja.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palaniraja.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palaniraja.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palaniraja.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palaniraja.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palaniraja.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palaniraja.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=palaniraja.wordpress.com&blog=1123457&post=6&subd=palaniraja&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://palaniraja.wordpress.com/2007/06/13/safari-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8ca79fc3854548afc239383d0c5b442?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kevin</media:title>
		</media:content>
	</item>
	</channel>
</rss>