<?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/"
	>

<channel>
	<title>Blog for the Web Programmers &#187; General</title>
	<atom:link href="http://blog.chandanweb.com/topics/general/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chandanweb.com</link>
	<description>A useful blog with code assitance on Typo3, Drupal, PHP, Apache, OpenSSL and PHP Frameworks</description>
	<lastBuildDate>Thu, 08 Jul 2010 05:44:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Suckerfish dropdown menu sticking in ie7 ?</title>
		<link>http://blog.chandanweb.com/uncategorized/suckerfish-dropdown-menu-sticking-in-ie7</link>
		<comments>http://blog.chandanweb.com/uncategorized/suckerfish-dropdown-menu-sticking-in-ie7#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:44:23 +0000</pubDate>
		<dc:creator>Gany</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[dropdown menu]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[sticking]]></category>
		<category><![CDATA[suckerfish]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/?p=246</guid>
		<description><![CDATA[Add the following code in to your css #topmenu li:hover{ position:static; } This will fix the dropdown menu sticking ( dropdown menu not folding out ) problem in ie7.]]></description>
			<content:encoded><![CDATA[<p>Add the following code in to your css</p>
<blockquote><p>#topmenu li:hover{</p>
<p>position:static;</p>
<p>}</p></blockquote>
<p>This will fix the dropdown menu sticking ( dropdown menu not folding out ) problem in ie7.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/uncategorized/suckerfish-dropdown-menu-sticking-in-ie7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Firefox theme personalised for ChandanWeb</title>
		<link>http://blog.chandanweb.com/general/a-firefox-theme-personalised-for-chandanweb</link>
		<comments>http://blog.chandanweb.com/general/a-firefox-theme-personalised-for-chandanweb#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:22:40 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[chandanweb]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[personas]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/uncategorized/a-firefox-theme-personalised-for-chandanweb</guid>
		<description><![CDATA[Today Ganapati (ganybhat) created a new firefox personas, available at the URL: http://www.getpersonas.com/en-US/persona/240575 I really coudn&#8217;t stop myself from using it right away on my Firefox 3, and I loved the way it looked. Thank you Gany.]]></description>
			<content:encoded><![CDATA[<p>Today Ganapati (ganybhat) created a new firefox personas, available at the URL:</p>
<p><a href="http://www.getpersonas.com/en-US/persona/240575">http://www.getpersonas.com/en-US/persona/240575</a></p>
<p>I really coudn&#8217;t stop myself from using it right away on my Firefox 3, and I loved the way it looked.</p>
<p>Thank you Gany.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/general/a-firefox-theme-personalised-for-chandanweb/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVN Errorcode 13 due to SeLinux, Could not open the requested SVN filesystem</title>
		<link>http://blog.chandanweb.com/linux/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem</link>
		<comments>http://blog.chandanweb.com/linux/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:59:36 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[errcode="13"]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/uncategorized/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem</guid>
		<description><![CDATA[When we recently installed SVN on CentOS, we came across the following error message: &#60;m:human-readable errcode=&#8221;13&#8243;&#62;Could not open the requested SVN filesystem&#60;/m:human-readable&#62; This seems to be due to incorrect setting of the SeLinux content. This can be changed by the following command: chcon -R -h -t httpd_sys_content_t /PATH_TO_REPOSITORY/ ex: chcon -R -h -t httpd_sys_content_t /home/svnRepo [...]]]></description>
			<content:encoded><![CDATA[<p>When we recently installed SVN on CentOS, we came across the following error message:</p>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr"><p>&lt;m:human-readable errcode=&#8221;13&#8243;&gt;Could not open the requested SVN filesystem&lt;/m:human-readable&gt;</p>
</blockquote>
<p>This seems to be due to incorrect setting of the SeLinux content. This can be changed by the following command:</p>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr"><p>chcon -R -h -t httpd_sys_content_t /PATH_TO_REPOSITORY/</p>
<p>ex:</p>
<p>chcon -R -h -t httpd_sys_content_t /home/svnRepo</p>
</blockquote>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/errcode%3D%2213%22" class="ztag" rel="tag">errcode=&#8221;13&#8243;</a>, <a href="http://www.technorati.com/tag/selinux" class="ztag" rel="tag">selinux</a>, <a href="http://www.technorati.com/tag/svn" class="ztag" rel="tag">svn</a></span>  <br/> <span class="ztags"><span class="ztagspace">Del.icio.us</span> : <a href="http://del.icio.us/tag/errcode%3D%2213%22" class="ztag" rel="tag">errcode=&#8221;13&#8243;</a>, <a href="http://del.icio.us/tag/selinux" class="ztag" rel="tag">selinux</a>, <a href="http://del.icio.us/tag/svn" class="ztag" rel="tag">svn</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/linux/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade SVN Server to 1.6.5 on XAMPP</title>
		<link>http://blog.chandanweb.com/general/upgrade-svn-server-to-1-6-5-on-xampp</link>
		<comments>http://blog.chandanweb.com/general/upgrade-svn-server-to-1-6-5-on-xampp#comments</comments>
		<pubDate>Wed, 30 Sep 2009 05:54:20 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svn 1.6.5]]></category>
		<category><![CDATA[svn upgrade]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/uncategorized/upgrade-svn-server-to-1-6-5-on-xampp</guid>
		<description><![CDATA[This is a quick help guide for all thise who would like to upgrade to latest SVN on XAMPP. NOTE: Like with all software upgrades there could be high risk involved. It is always better to take a backup prior to proceeding with any kind of upgrades. We know that when a latest version of [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick help guide for all thise who would like to upgrade to latest SVN on XAMPP.</p>
<p><strong>NOTE: Like with all software upgrades there could be high risk involved. <br/>It is always better to take a backup prior to proceeding with any kind of upgrades.</strong></p>
<p>We know that when a latest version of SVN is around it is time to upgrade. <br/>If you have already customized your XAMPP it is not an easy task to upgrade XAMPP as it might waste several days of your work!</p>
<p>I however came up with a quick solution to this issue. SVN binaries are stored in the \xampp\apache\bin folder. <br/>If you closely observe this folder you can find these binaries and there are also several related DLL files. <br/><br/>Now we know where the files are, and it is time to grab the latest SVN binaries and proceed to upgrade.</p>
<ol>
<li>Go to <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a> and click on Windows Binaries link. <br/><br/><img src="http://blog.chandanweb.com/wp-content/uploads/2009/09/zrclip_001n4842b07a.png" height="260" width="561"/> <br/></li>
<li>Now select Tigris.org <br/><img src="http://blog.chandanweb.com/wp-content/uploads/2009/09/zrclip_002p6733225b.png" height="96" width="213"/> <br/></li>
<li>Select the &#8220;Subversion Win32 binaries for Apache 2.2.x&#8221; <br/><img src="http://blog.chandanweb.com/wp-content/uploads/2009/09/zrclip_003p1f33967b.png" style="WIDTH: 500px; DISPLAY: inline; HEIGHT: 24px" height="24" width="500"/> <br/></li>
<li>Extract these file to some <strong>temporary location</strong> on your PC, and you can see a lot of exe and dll files inside the <strong>bin folder</strong>! <br/>I noticed 40 files in SVN 1.6.5! <br/></li>
<li>Now it is time to back up the existing files. Stop Apache prior to backup. <br/></li>
<li>I used 7zip and created a zip file of entire bin folder. This saved me a lot of time in trying to find all SVN related files. <br/><br/></li>
<li>Now you already have a bckup, and you can simply copy the latest SVN binaries from the temporary SVN bin folder to the xampp/apache/bin folder. <br/></li>
<li>Restart Apache and check if SVN is working fine now. This should work perfect. <br/></li>
</ol>
<p>I hope this would be useful. Please send yor comments / queries in case of any issues.</p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Del.icio.us</span> : <a href="http://del.icio.us/tag/svn" class="ztag" rel="tag">svn</a>, <a href="http://del.icio.us/tag/svn%201.6.5" class="ztag" rel="tag">svn 1.6.5</a>, <a href="http://del.icio.us/tag/svn%20upgrade" class="ztag" rel="tag">svn upgrade</a>, <a href="http://del.icio.us/tag/xampp" class="ztag" rel="tag">xampp</a></span>  <br/> <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/svn" class="ztag" rel="tag">svn</a>, <a href="http://www.technorati.com/tag/svn+1.6.5" class="ztag" rel="tag">svn 1.6.5</a>, <a href="http://www.technorati.com/tag/svn+upgrade" class="ztag" rel="tag">svn upgrade</a>, <a href="http://www.technorati.com/tag/xampp" class="ztag" rel="tag">xampp</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/general/upgrade-svn-server-to-1-6-5-on-xampp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing IE 6 or IE 7 Specific CSS Code</title>
		<link>http://blog.chandanweb.com/general/writing-ie-6-or-ie-7-specific-css-code-2</link>
		<comments>http://blog.chandanweb.com/general/writing-ie-6-or-ie-7-specific-css-code-2#comments</comments>
		<pubDate>Fri, 05 Jun 2009 09:20:34 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[css standards]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/general/writing-ie-6-or-ie-7-specific-css-code-2</guid>
		<description><![CDATA[This is sort of hack which helps you write CSS specific to IE6 / IE7. &#160; EX: _display:none;/* IE 6 Fix */ *display:none;/* IE 7 Fix */ &#160; &#160; NOTE: This code is not recommended if you are writing code that has to comply to CSS standards. In such cases you may have to switch [...]]]></description>
			<content:encoded><![CDATA[<p>This is sort of hack which helps you write CSS specific to IE6 / IE7.</p>
<blockquote><p>&#160;</p>
<p>EX:</p>
<p>_display:none;/* IE 6 Fix */     <br />*display:none;/* IE 7 Fix */</p>
<p>&#160;</p>
</blockquote>
<p>&#160;</p>
<p>NOTE: This code is not recommended if you are writing code that has to comply to CSS standards. In such cases you may have to switch to alternate methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/general/writing-ie-6-or-ie-7-specific-css-code-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blunders due to auto generated content</title>
		<link>http://blog.chandanweb.com/typo3/blunders-due-to-auto-generated-content</link>
		<comments>http://blog.chandanweb.com/typo3/blunders-due-to-auto-generated-content#comments</comments>
		<pubDate>Thu, 23 Apr 2009 06:29:41 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Typo3]]></category>
		<category><![CDATA[bad programlogic]]></category>
		<category><![CDATA[history]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/typo3/blunders-due-to-auto-generated-content</guid>
		<description><![CDATA[Recently I was going through Dmitry’s twitter entries, and I suddenly came across a blog titled “The (Often Amusing) Pitfalls of Auto-Generated Content” and I was really amused about the kind of Ads Google made by combining different keywords. The same day ironically while I was searching for something I ended up in a Google [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was going through Dmitry’s twitter entries, and I suddenly came across a blog titled <a href="http://blog.vkistudios.com/index.cfm/2009/3/19/The-often-amusing-pitfalls-of-autogenerated-content">“The (Often Amusing) Pitfalls of Auto-Generated Content”</a> and I was really amused about the kind of Ads Google made by combining different keywords.</p>
<p>The same day ironically while I was searching for something I ended up in a Google news page here:    <br /><a title="http://www.google.com/archivesearch?q=typo3&amp;btnG=Search+Archives&amp;scoring=t" href="http://www.google.com/archivesearch?q=typo3&amp;btnG=Search+Archives&amp;scoring=t">http://www.google.com/archivesearch?q=typo3&amp;btnG=Search+Archives&amp;scoring=t</a></p>
<p><a href="http://blog.chandanweb.com/wp-content/uploads/2009/04/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.chandanweb.com/wp-content/uploads/2009/04/image-thumb.png" width="147" height="157" /></a><a href="http://blog.chandanweb.com/wp-content/uploads/2009/04/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.chandanweb.com/wp-content/uploads/2009/04/image-thumb1.png" width="168" height="157" /></a> <a href="http://blog.chandanweb.com/wp-content/uploads/2009/04/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.chandanweb.com/wp-content/uploads/2009/04/image-thumb2.png" width="169" height="156" /></a> </p>
<p>This literally made me believe that Typo3 CMS is aged over 400 years!</p>
<p>I checked out the three news items listed in year 1605, and it seems like Google considers all numbers with four number digit as year! Well if anyone wants to prove that their company has over 500 year old history, here is an opportunity for you <img src='http://blog.chandanweb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This is another cool instance of a bad program logic or probably not!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/typo3/blunders-due-to-auto-generated-content/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good resource for Web Programming</title>
		<link>http://blog.chandanweb.com/general/good-resource-for-web-programming</link>
		<comments>http://blog.chandanweb.com/general/good-resource-for-web-programming#comments</comments>
		<pubDate>Fri, 05 Sep 2008 08:24:03 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Link Resources]]></category>

		<guid isPermaLink="false">http://blog.spabhat.com/?p=50</guid>
		<description><![CDATA[Typoscript: http://www.typo3wizard.com/en/snippets.html This site has lots of useful Typoscript code. ISO Country Code Listing Dummy text generator in various languages!!! http://www.lipsum.com/ A good resource on TypoScript Conditional Statements http://wiki.typo3.org/index.php/TSrefConditions]]></description>
			<content:encoded><![CDATA[<ol>
<li>Typoscript:      <br /><a title="http://www.typo3wizard.com/en/snippets.html" href="http://www.typo3wizard.com/en/snippets.html">http://www.typo3wizard.com/en/snippets.html        <br /></a>This site has lots of useful Typoscript code.       </li>
<li><a title="http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" href="http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" target="_blank">ISO Country Code Listing</a>       </li>
<li>Dummy text generator in various languages!!!      <br /><a title="http://www.lipsum.com/" href="http://www.lipsum.com/">http://www.lipsum.com/</a>       </li>
<li>A good resource on TypoScript Conditional Statements      <br /><a title="http://wiki.typo3.org/index.php/TSrefConditions" href="http://wiki.typo3.org/index.php/TSrefConditions">http://wiki.typo3.org/index.php/TSrefConditions</a> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/general/good-resource-for-web-programming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
