<?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; Uncategorized</title>
	<atom:link href="http://blog.chandanweb.com/topics/uncategorized/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>Wed, 25 Jan 2012 08:35:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to include a custom PHP script in TYPO3</title>
		<link>http://blog.chandanweb.com/uncategorized/how-to-include-a-custom-php-script-in-typo3</link>
		<comments>http://blog.chandanweb.com/uncategorized/how-to-include-a-custom-php-script-in-typo3#comments</comments>
		<pubDate>Fri, 10 Dec 2010 07:04:45 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[custom script in typo3]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/uncategorized/how-to-include-a-custom-php-script-in-typo3</guid>
		<description><![CDATA[This article is covered in detail in the &#8220;doc_core_tsref&#8221; here: http://typo3.org/documentation/document-library/references/doc_core_tsref/current/ Check the article &#8220;1.12. PHP include scripts&#8221; and 1.13. Case story for detailed info. In short we can easily include a script in two ways. Both these code must be written in the setup section of a template record. Using the CONFIG object. ex: [...]]]></description>
			<content:encoded><![CDATA[<p>This article is covered in detail in the &#8220;<strong><a href="http://typo3.org/documentation/document-library/references/doc_core_tsref/current/">doc_core_tsref</a></strong>&#8221; here:</p>
<p><a href="http://typo3.org/documentation/document-library/references/doc_core_tsref/current/">http://typo3.org/documentation/document-library/references/doc_core_tsref/current/</a></p>
<p>Check the article &#8220;1.12. <a href="http://typo3.org/documentation/document-library/references/doc_core_tsref/4.3.2/view/1/12/">PHP include scripts</a>&#8221; and 1.13. <a href="http://typo3.org/documentation/document-library/references/doc_core_tsref/4.3.2/view/1/13/">Case story</a> for detailed info.</p>
<p>In short we can easily include a script in two ways.</p>
<p>Both these code must be written in the <strong>setup</strong> section of a template record.</p>
<ol>
<li><strong>Using the CONFIG object.</strong><br />
ex:<br />
config.includeLibrary = fileadmin/templates/myscript.php</li>
<li><strong>Using the PAGE object.<br />
</strong> ex:<br />
page.100.file = fileadmin/templates/myscript.php</li>
</ol>
<p>That should do the trick. Fo more info I suggest that you please refer &#8220;<strong><a href="http://typo3.org/documentation/document-library/references/doc_core_tsref/current/">doc_core_tsref</a></strong>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/uncategorized/how-to-include-a-custom-php-script-in-typo3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Ganybhat</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>
	</channel>
</rss>

