<?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; image</title>
	<atom:link href="http://blog.chandanweb.com/tags/image/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>Display Image when both path and file name are in two fields</title>
		<link>http://blog.chandanweb.com/typo3/display-image-when-both-path-and-file-name-are-in-two-fields</link>
		<comments>http://blog.chandanweb.com/typo3/display-image-when-both-path-and-file-name-are-in-two-fields#comments</comments>
		<pubDate>Wed, 16 Nov 2011 11:30:00 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[IMAGE with 2 field]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/typo3/display-image-when-both-path-and-file-name-are-in-two-fields</guid>
		<description><![CDATA[The following code gives an overview of how to display an IMAGe when 2 fields are involved. That is one contains the image path &#8220;fileadmin/templates/imgs/&#8221; and the other field has the image name &#8220;mylogo.png&#8221; 10 = IMAGE10 { file.import { cObject = COA cObject { 10 = TEXT 10.data = field:image_path 20 = TEXT 20.data [...]]]></description>
			<content:encoded><![CDATA[<p>The following code gives an overview of how to display an IMAGe when 2 fields are involved. <br/>That is one contains the image path &#8220;fileadmin/templates/imgs/&#8221; and the other field has the image name &#8220;mylogo.png&#8221;</p>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
<pre>
10 = IMAGE<br/>10 {<br/>    file.import {<br/>         cObject = COA<br/>         cObject {<br/>             10 = TEXT<br/>              10.data = field:image_path<br/>             20 = TEXT<br/>             20.data = field:image_name<br/>         }<br/>    }<br/>}
</pre>
</blockquote>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/typo3/display-image-when-both-path-and-file-name-are-in-two-fields/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable click enlarge image in Typo3 RTE ?</title>
		<link>http://blog.chandanweb.com/typo3/how-to-enable-click-enlarge-image-in-rte</link>
		<comments>http://blog.chandanweb.com/typo3/how-to-enable-click-enlarge-image-in-rte#comments</comments>
		<pubDate>Wed, 02 Jun 2010 12:12:19 +0000</pubDate>
		<dc:creator>Ganybhat</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[Click enlarge]]></category>
		<category><![CDATA[html area]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[RTE]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/?p=231</guid>
		<description><![CDATA[1) Go to the extension manager and click on the extension “htmlArea RTE” and there check “Enable images in the RTE[enableImages]”.  After that click on &#8220;Update&#8221; on the bottom. 2) Include the static template &#8220;Clickenlarge Rendering (rtehtmlarea) &#8220;. 3) Insert the image in RTE and set on &#8220;Click-enlarge&#8221; option.]]></description>
			<content:encoded><![CDATA[<p>1) Go to the extension manager and click on the extension “htmlArea RTE” and there check “Enable images in the RTE[enableImages]”.  After that click on &#8220;Update&#8221; on the bottom.</p>
<p>2) Include the static template &#8220;Clickenlarge Rendering (rtehtmlarea) &#8220;.</p>
<p><a href="http://blog.chandanweb.com/wp-content/uploads/2010/06/screenshot.62.jpeg"><img class="alignnone size-medium wp-image-232" title="static template" src="http://blog.chandanweb.com/wp-content/uploads/2010/06/screenshot.62-300x105.jpg" alt="include static template" width="300" height="105" /></a></p>
<p>3) Insert the image in RTE and set on &#8220;Click-enlarge&#8221; option.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/typo3/how-to-enable-click-enlarge-image-in-rte/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

