<?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>Lacisoft&#039;s &#187; lacisoft</title>
	<atom:link href="http://www.lacisoft.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lacisoft.com/blog</link>
	<description>SELECT * FROM lacisoft</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vacation in the Danube Delta</title>
		<link>http://www.lacisoft.com/blog/2010/09/04/vacation-in-the-danube-delta/</link>
		<comments>http://www.lacisoft.com/blog/2010/09/04/vacation-in-the-danube-delta/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:55:48 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Danube Delta]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=559</guid>
		<description><![CDATA[You were wondering what&#8217;s with this silence on my blog? Well i&#8217;m in vacation in the Danube Delta (link content in romanian, check this for english).  Check out what&#8217;s my view right now! Related posts:TYPO3 Usergroup Romania


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/04/30/typo3-usergroup-romania/' rel='bookmark' title='Permanent Link: TYPO3 Usergroup Romania'>TYPO3 Usergroup Romania</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You were wondering what&#8217;s with this silence on my blog? Well i&#8217;m in vacation in the <a title="Delta Dunarii" href="http://www.ropedia.ro/romania/obiective-turistice/prezentare/Tulcea/Sfantu_Gheorghe-1/Delta_Dunarii/" target="_blank">Danube Delta</a> (link content in romanian, check <a href="http://en.wikipedia.org/wiki/Danube_Delta">this</a> for english).  Check out what&#8217;s my view right now!</p>
<p><img class="aligncenter size-medium wp-image-560" title="Danube Delta" src="http://www.lacisoft.com/blog/wp-content/uploads/2010/09/DSCF2536-300x225.jpg" alt="" width="300" height="225" /></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F09%2F04%2Fvacation-in-the-danube-delta%2F&amp;linkname=Vacation%20in%20the%20Danube%20Delta"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/04/30/typo3-usergroup-romania/' rel='bookmark' title='Permanent Link: TYPO3 Usergroup Romania'>TYPO3 Usergroup Romania</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/09/04/vacation-in-the-danube-delta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a file upload to TYPO3 Flexform</title>
		<link>http://www.lacisoft.com/blog/2010/08/24/add-a-file-upload-to-typo3-flexform/</link>
		<comments>http://www.lacisoft.com/blog/2010/08/24/add-a-file-upload-to-typo3-flexform/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 08:13:00 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[TYPO3 Development]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[Flexform]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=555</guid>
		<description><![CDATA[I was wondering for a long time if this is possible. To add a file upload to a TYPO3 Flexform. But i never had the real need to implement something like this. Until today. I run into a problem where the only solution seemed to be a file upload in the extension&#8217;s flexform. And i [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Permanent Link: Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/17/powermail-file-upload-size/' rel='bookmark' title='Permanent Link: Powermail file upload size'>Powermail file upload size</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/12/20/plesk-backup-broken-specified-file-is-not-accessible/' rel='bookmark' title='Permanent Link: Plesk backup broken &#8211; Specified file is not accessible'>Plesk backup broken &#8211; Specified file is not accessible</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was wondering for a long time if this is possible. To add a file upload to a TYPO3 Flexform. But i never had the real need to implement something like this. Until today.</p>
<p>I run into a problem where the only solution seemed to be a file upload in the extension&#8217;s flexform. And i started digging. The solution is at hand and it is simple. You only need to add the following code into the flexform definition file and customize it according to your needs:</p>
<pre class="brush:css">
<csvfile>
  <TCEforms>
         <label>LLL:EXT:axprice/locallang_db.xml:tt_content.pi_flexform.fileupload
            </label>
         <config>
		<type>group</type>
	        <internal_type>file</internal_type>
		<allowed>gif, jpg,jpeg,png,csv</allowed>
		<max_size>10000</max_size>
		<uploadfolder>uploads/tx_axprice</uploadfolder>
		<maxitems>1</maxitems>
		<size>1</size>
		<show_thumbs>1</show_thumbs>
<selectedListStyle>Width:180px</selectedListStyle>
	</config>
  </TCEforms>
</csvfile>
</pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F08%2F24%2Fadd-a-file-upload-to-typo3-flexform%2F&amp;linkname=Add%20a%20file%20upload%20to%20TYPO3%20Flexform"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Permanent Link: Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/17/powermail-file-upload-size/' rel='bookmark' title='Permanent Link: Powermail file upload size'>Powermail file upload size</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/12/20/plesk-backup-broken-specified-file-is-not-accessible/' rel='bookmark' title='Permanent Link: Plesk backup broken &#8211; Specified file is not accessible'>Plesk backup broken &#8211; Specified file is not accessible</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/08/24/add-a-file-upload-to-typo3-flexform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typoscript: wrap only if content is not empty</title>
		<link>http://www.lacisoft.com/blog/2010/08/16/typoscript-wrap-only-if-content-is-not-empty/</link>
		<comments>http://www.lacisoft.com/blog/2010/08/16/typoscript-wrap-only-if-content-is-not-empty/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 09:48:41 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[TYPO3 Development]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[wrap]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=550</guid>
		<description><![CDATA[Often i run into this problem in TYPO3 : i have to wrap a content element with Typoscript but ONLY if there is content. This has an easy solution but all too often i forget it and have to search it up again. So this time i post it here and maybe it helps others [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/02/07/typoscript-snippet-for-creating-breadcrumbs/' rel='bookmark' title='Permanent Link: Typoscript snippet for creating breadcrumbs'>Typoscript snippet for creating breadcrumbs</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/11/17/3-typo3-useful-links/' rel='bookmark' title='Permanent Link: 3 useful TYPO3 links'>3 useful TYPO3 links</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/09/20/how-to-disable-required-comment-previews-in-drupal-6/' rel='bookmark' title='Permanent Link: How to disable required comment previews in Drupal 6'>How to disable required comment previews in Drupal 6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Often i run into this problem in TYPO3 : i have to wrap a content element with Typoscript but ONLY if there is content. This has an easy solution but all too often i forget it and have to search it up again. So this time i post it here and maybe it helps others too.</p>
<pre class="brush:css">
subparts.col2 &lt; styles.content.getRight
subparts.col2.stdWrap {
       wrap =
<div id="col2_content" class="clearfix">|</div>

       required = 1
}
</pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F08%2F16%2Ftyposcript-wrap-only-if-content-is-not-empty%2F&amp;linkname=Typoscript%3A%20wrap%20only%20if%20content%20is%20not%20empty"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/02/07/typoscript-snippet-for-creating-breadcrumbs/' rel='bookmark' title='Permanent Link: Typoscript snippet for creating breadcrumbs'>Typoscript snippet for creating breadcrumbs</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/11/17/3-typo3-useful-links/' rel='bookmark' title='Permanent Link: 3 useful TYPO3 links'>3 useful TYPO3 links</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/09/20/how-to-disable-required-comment-previews-in-drupal-6/' rel='bookmark' title='Permanent Link: How to disable required comment previews in Drupal 6'>How to disable required comment previews in Drupal 6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/08/16/typoscript-wrap-only-if-content-is-not-empty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job posting: Arxia is hiring PHP developers</title>
		<link>http://www.lacisoft.com/blog/2010/08/10/job-posting-arxia-is-hiring-php-developers/</link>
		<comments>http://www.lacisoft.com/blog/2010/08/10/job-posting-arxia-is-hiring-php-developers/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 08:17:23 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[arxia]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[job posting]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=548</guid>
		<description><![CDATA[Because the growing number of projects, here at Arxia, (the company i work) we&#8217;re looking for  good PHP developers again. We do TYPO3 and Drupal development but we also have some other PHP projects that require more resources. So: Do you have experience with PHP and MySQL ? You are comfortable with working on other people&#8217;s code [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/11/12/job-posting-arxia-is-looking-for-php-developers/' rel='bookmark' title='Permanent Link: Job posting: Arxia is looking for PHP developers'>Job posting: Arxia is looking for PHP developers</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/' rel='bookmark' title='Permanent Link: 6 books for developers working with Drupal 6 and Jquery'>6 books for developers working with Drupal 6 and Jquery</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/' rel='bookmark' title='Permanent Link: 3 books for Typo3 developers'>3 books for Typo3 developers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div>
<p>Because the growing number of projects, here at <a href="http://www.arxia.com">Arxia</a>, (the company i work) we&#8217;re looking for  good PHP developers again. We do <a href="http://www.arxia.com">TYPO3 and Drupal</a> development but we also have some other PHP projects that require more resources.</p>
<p>So:</p>
<ul>
<li>Do you have experience with PHP and MySQL ?</li>
<li>You are comfortable with working on other people&#8217;s code ?</li>
<li>You are willing to learn new things ?</li>
<li>You are a good team player ?</li>
<li>You are open to working with Content Management Systems like TYPO3 or Drupal ?</li>
<li>You live in Cluj Napoca, Romania or near the city?</li>
</ul>
<p>If you can answer with yes to all these questions then please send your resume to:  office{at} arxia {dot} ro</p>
<p>Arxia is an expanding company, with over 8 years of experience in developing web projects  for domestic and international clients.</p>
<p>Arxia is great company to work for, that&#8217;s because you have a good salary package, flexible work hours and a great deal of freedom in what you do. You don&#8217;t have bosses to bug you all the time and the colleagues are great.</p>
<p>Our office is located close to Cluj Napoca center and if you use public transportation than the bus stop is at a 150 meters.</p>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F08%2F10%2Fjob-posting-arxia-is-hiring-php-developers%2F&amp;linkname=Job%20posting%3A%20Arxia%20is%20hiring%20PHP%20developers"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/11/12/job-posting-arxia-is-looking-for-php-developers/' rel='bookmark' title='Permanent Link: Job posting: Arxia is looking for PHP developers'>Job posting: Arxia is looking for PHP developers</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/' rel='bookmark' title='Permanent Link: 6 books for developers working with Drupal 6 and Jquery'>6 books for developers working with Drupal 6 and Jquery</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/' rel='bookmark' title='Permanent Link: 3 books for Typo3 developers'>3 books for Typo3 developers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/08/10/job-posting-arxia-is-hiring-php-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hell, it&#8217;s about time</title>
		<link>http://www.lacisoft.com/blog/2010/07/27/hell-its-about-time/</link>
		<comments>http://www.lacisoft.com/blog/2010/07/27/hell-its-about-time/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 08:38:59 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[starcraft2]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=545</guid>
		<description><![CDATA[Today is a very special day. It&#8217;s the day we waited for 12 years. And make no mistake, this day &#8211; the 27th of July 2010 will remain in history &#8230; What are you waiting for ? Go and buy your copy. I already have mine! Related posts:Yahoo! Tech is closing


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/02/18/yahoo-tech-is-closing/' rel='bookmark' title='Permanent Link: Yahoo! Tech is closing'>Yahoo! Tech is closing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today is a very special day. It&#8217;s the day we waited for 12 years. And make no mistake, this day &#8211; the 27th of July 2010 will remain in history &#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="540" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pmBtanGjziM&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="540" height="385" src="http://www.youtube.com/v/pmBtanGjziM&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="540" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/C_E83GfWM-A&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="540" height="385" src="http://www.youtube.com/v/C_E83GfWM-A&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>What are you waiting for ? <a href="http://www.starcraft2.com">Go and buy your copy.</a> I already have mine!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F07%2F27%2Fhell-its-about-time%2F&amp;linkname=Hell%2C%20it%26%238217%3Bs%20about%20time"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/02/18/yahoo-tech-is-closing/' rel='bookmark' title='Permanent Link: Yahoo! Tech is closing'>Yahoo! Tech is closing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/07/27/hell-its-about-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Recycle Bin / Trash feature in TYPO3&#8242;s fileadmin</title>
		<link>http://www.lacisoft.com/blog/2010/07/22/how-to-create-a-recycle-bin-trash-feature-in-typo3s-fileadmin/</link>
		<comments>http://www.lacisoft.com/blog/2010/07/22/how-to-create-a-recycle-bin-trash-feature-in-typo3s-fileadmin/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:59:21 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[hidden feature]]></category>
		<category><![CDATA[recycle bin]]></category>
		<category><![CDATA[recycler]]></category>
		<category><![CDATA[trash]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=541</guid>
		<description><![CDATA[Did you know that you can create a Recycle Bin / Trash feature in TYPO3&#8242;s fileadmin ? It will work just like a Recycle Bin, when you delete a file instead of being deleted instantly it will be moved into the recycle folder. This is a hidden feature of TYPO3 and it doesn&#8217;t need any [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/03/17/how-to-create-svg-images-with-php/' rel='bookmark' title='Permanent Link: How to create SVG images with PHP'>How to create SVG images with PHP</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Permanent Link: Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/11/03/a-comparation-between-typo3-and-drupal/' rel='bookmark' title='Permanent Link: A comparation between Typo3 and Drupal'>A comparation between Typo3 and Drupal</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Did you know that you can create a Recycle Bin / Trash feature in TYPO3&#8242;s fileadmin ? It will work just like a Recycle Bin, when you delete a file instead of being deleted instantly it will be moved into the recycle folder. This is a hidden feature of TYPO3 and it doesn&#8217;t need any complicated settings or programming.</p>
<p>You just go to File -&gt; Filelist and create a special folder named _recycler_</p>
<p><a href="http://www.lacisoft.com/blog/wp-content/uploads/2010/07/typo3recycler1.jpg"><img class="aligncenter size-full wp-image-542" title="TYPO3 Recycler" src="http://www.lacisoft.com/blog/wp-content/uploads/2010/07/typo3recycler1.jpg" alt="" width="219" height="138" /></a></p>
<p>Here is the result (note that i created 2 recyclers &#8211; you will see later why) :</p>
<p><a href="http://www.lacisoft.com/blog/wp-content/uploads/2010/07/typo3recycler2.jpg"><img class="aligncenter size-medium wp-image-543" title="TYPO3 Recycler" src="http://www.lacisoft.com/blog/wp-content/uploads/2010/07/typo3recycler2-300x219.jpg" alt="" width="300" height="219" /></a></p>
<p>The true power of this hidden feature is that it supports multiple recyclers and master/slave configurations. For example in my configuration the files deleted in the templates folder are moved to the Recycler in the templates folder and files on root level directories are moved into the root level Recycler.</p>
<p>Also this setup behaves like a master/slave configuration. For example if i delete a file from the Recycler under templates directory then those files will be moved to the upper level Recycler (root level). If i delete them from here also then they will be deleted for good.</p>
<p>This is a very cool feature that is built into TYPO3 but not many know about it.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F07%2F22%2Fhow-to-create-a-recycle-bin-trash-feature-in-typo3s-fileadmin%2F&amp;linkname=How%20to%20create%20a%20Recycle%20Bin%20%2F%20Trash%20feature%20in%20TYPO3%26%238242%3Bs%20fileadmin"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/03/17/how-to-create-svg-images-with-php/' rel='bookmark' title='Permanent Link: How to create SVG images with PHP'>How to create SVG images with PHP</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Permanent Link: Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/11/03/a-comparation-between-typo3-and-drupal/' rel='bookmark' title='Permanent Link: A comparation between Typo3 and Drupal'>A comparation between Typo3 and Drupal</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/07/22/how-to-create-a-recycle-bin-trash-feature-in-typo3s-fileadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will automobile technologies evolve where they should be ?</title>
		<link>http://www.lacisoft.com/blog/2010/07/21/will-automobile-technologies-evolve-where-they-should-be/</link>
		<comments>http://www.lacisoft.com/blog/2010/07/21/will-automobile-technologies-evolve-where-they-should-be/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 15:43:38 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[My visions]]></category>
		<category><![CDATA[Transportation]]></category>
		<category><![CDATA[automobiles]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[volvo]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=538</guid>
		<description><![CDATA[Do you remember my article written in 2008 about automobiles being left behind by evolution ? Well this is in a way an update to that article. No, unfortunately we didn&#8217;t get there overnight. But it seems that we are making small steps in that direction. You can see in the video below what engineers [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/10/08/evolution-forgot-behind-the-automobile/' rel='bookmark' title='Permanent Link: Evolution forgot someone behind: The Automobile'>Evolution forgot someone behind: The Automobile</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/12/22/a-lesson-to-be-learned-in-software-development/' rel='bookmark' title='Permanent Link: A lesson to be learned in software development'>A lesson to be learned in software development</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Do you remember my article written in 2008 about <a href="http://www.lacisoft.com/blog/2008/10/08/evolution-forgot-behind-the-automobile/">automobiles being left behind by evolution</a> ? Well this is in a way an update to that article. No, unfortunately we didn&#8217;t get there overnight. But it seems that we are making small steps in that direction. You can see in the video below what engineers at Volvo are doing to prevent accidents and provide a car that is able to take independent decisions regardless of what the driver is doing or not doing.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3MffHkhJKSU&amp;hl=en_US&amp;fs=1?color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/3MffHkhJKSU&amp;hl=en_US&amp;fs=1?color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This is only a small step in that direction. The direction i envision about automobiles and transportation in general. But its the right one.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F07%2F21%2Fwill-automobile-technologies-evolve-where-they-should-be%2F&amp;linkname=Will%20automobile%20technologies%20evolve%20where%20they%20should%20be%20%3F"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/10/08/evolution-forgot-behind-the-automobile/' rel='bookmark' title='Permanent Link: Evolution forgot someone behind: The Automobile'>Evolution forgot someone behind: The Automobile</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/12/22/a-lesson-to-be-learned-in-software-development/' rel='bookmark' title='Permanent Link: A lesson to be learned in software development'>A lesson to be learned in software development</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/07/21/will-automobile-technologies-evolve-where-they-should-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two must reads</title>
		<link>http://www.lacisoft.com/blog/2010/07/20/two-must-reads/</link>
		<comments>http://www.lacisoft.com/blog/2010/07/20/two-must-reads/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:32:55 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Weekly article batch]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[emerging giants]]></category>
		<category><![CDATA[social web]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=535</guid>
		<description><![CDATA[In the last week there were fewer interesting reads in my reader so my weekly article batch will turn this week into a must read recommendation. I will only point out two articles but oh boy they are good. The first one is from John Batelle and is called: On Facebook, Google, and Our Evolving [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/01/07/weekly-article-batch-edition-1/' rel='bookmark' title='Permanent Link: Weekly article batch. Edition 1'>Weekly article batch. Edition 1</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/14/weekly-article-batch-2/' rel='bookmark' title='Permanent Link: Weekly article batch 2'>Weekly article batch 2</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/07/05/weekly-article-batch-3/' rel='bookmark' title='Permanent Link: Weekly article batch 3'>Weekly article batch 3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In the last week there were fewer interesting reads in my reader so my weekly article batch will turn this week into a must read recommendation. I will only point out two articles but oh boy they are good.</p>
<p>The first one is from John Batelle and is called:<a href="http://battellemedia.com/archives/2010/07/on_facebook_google_and_our_evolving_social_mores_online.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+JohnBattellesSearchblog+(John+Battelle's+Searchblog)&amp;utm_content=Google+Reader"> On Facebook, Google, and Our Evolving Social Mores Online</a>. The article itself is interesting enough but more interesting is the presentation. It has 216 slides but it worth every minute you spend on it. You will find a different perspective on social networks and  social web in general.</p>
<p>The other article is <a href="http://www.economist.com/node/16539424?story_id=16539424">The Emerging Online Giants</a> and is published in The Economist. This article goes behind the front players in the battle of the web and study a few companies that are not so well known as Google or Yahoo or Microsoft but they are steadily and quietly acquire more and more web properties and power. Its interesting to see how they will evolve and what will become of them.</p>
<p>P.S.</p>
<p>BTW,  i see that The Economist is running on Drupal. Way to go!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F07%2F20%2Ftwo-must-reads%2F&amp;linkname=Two%20must%20reads"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/01/07/weekly-article-batch-edition-1/' rel='bookmark' title='Permanent Link: Weekly article batch. Edition 1'>Weekly article batch. Edition 1</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/14/weekly-article-batch-2/' rel='bookmark' title='Permanent Link: Weekly article batch 2'>Weekly article batch 2</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/07/05/weekly-article-batch-3/' rel='bookmark' title='Permanent Link: Weekly article batch 3'>Weekly article batch 3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/07/20/two-must-reads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3 extension: Google Web Font Loader</title>
		<link>http://www.lacisoft.com/blog/2010/07/19/typo3-extension-google-web-font-loader/</link>
		<comments>http://www.lacisoft.com/blog/2010/07/19/typo3-extension-google-web-font-loader/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 16:53:29 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[google web fonts]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[typo3 extensions]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=530</guid>
		<description><![CDATA[Not so long ago i was writing about the new Google Web Fonts launched at the latest Google I/O. Well i thought for a time to write an extension that will allow the use of these fonts in a TYPO3 system just by installing the extension and choosing the font. Unfortunately i didn&#8217;t had the [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/05/19/google-io-kicks-off-with-google-font-api-google-font-directory/' rel='bookmark' title='Permanent Link: Google I/O kicks off with Google Font API &#038; Google Font Directory'>Google I/O kicks off with Google Font API &#038; Google Font Directory</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/05/27/extension-for-removing-path-elements-generated-by-realurl/' rel='bookmark' title='Permanent Link: Extension for removing path elements generated by RealURL'>Extension for removing path elements generated by RealURL</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/09/17/sending-newsletters-with-the-direct-mail-typo3-extension/' rel='bookmark' title='Permanent Link: Sending newsletters with the Direct Mail Typo3 extension'>Sending newsletters with the Direct Mail Typo3 extension</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Not so long ago <a href="http://www.lacisoft.com/blog/2010/05/19/google-io-kicks-off-with-google-font-api-google-font-directory/">i was writing about the new Google Web Fonts</a> launched at the latest Google I/O. Well i thought for a time to write an extension that will allow the use of these fonts in a TYPO3 system just by installing the extension and choosing the font. Unfortunately i didn&#8217;t had the time to write this extension. But fortunately others had time and just now i discovered that the Google Web Font Loader TYPO3 extension is <a href="http://typo3.org/extensions/repository/view/google_webfont/current/">available for download</a>.</p>
<p>This is great news for all TYPO3 developers. We can now all use this extension to display nice fonts on our websites. I&#8217;ve read the <a href="http://typo3.org/documentation/document-library/extension-manuals/google_webfont/1.0.0/view/">documentation</a> of the extension and it seems that one can use multiple fonts in one website and can even configure the plugin via Typoscript:</p>
<pre class="brush:css">plugin.tx_googlewebfont_pi1 {
  WebFontLoader = 1
  fonts.google = Tangerine, Inconsolata, Droid Sans
}</pre>
<p>It&#8217;s as simple as that. And now your fonts look much better. Isn&#8217;t this great ?</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F07%2F19%2Ftypo3-extension-google-web-font-loader%2F&amp;linkname=TYPO3%20extension%3A%20Google%20Web%20Font%20Loader"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/05/19/google-io-kicks-off-with-google-font-api-google-font-directory/' rel='bookmark' title='Permanent Link: Google I/O kicks off with Google Font API &#038; Google Font Directory'>Google I/O kicks off with Google Font API &#038; Google Font Directory</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/05/27/extension-for-removing-path-elements-generated-by-realurl/' rel='bookmark' title='Permanent Link: Extension for removing path elements generated by RealURL'>Extension for removing path elements generated by RealURL</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/09/17/sending-newsletters-with-the-direct-mail-typo3-extension/' rel='bookmark' title='Permanent Link: Sending newsletters with the Direct Mail Typo3 extension'>Sending newsletters with the Direct Mail Typo3 extension</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/07/19/typo3-extension-google-web-font-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly article batch 3</title>
		<link>http://www.lacisoft.com/blog/2010/07/05/weekly-article-batch-3/</link>
		<comments>http://www.lacisoft.com/blog/2010/07/05/weekly-article-batch-3/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:06:22 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Weekly article batch]]></category>
		<category><![CDATA[cheat sheets]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 7]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[scraping]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[TYPO3 4.5]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=526</guid>
		<description><![CDATA[From this week i will try to resuscitate my weekly article batches. Here is the most interesting articles from the last week: Drupal 7 Vs. WordPress 3: Battle Of The New Features : an interesting read about the two highly anticipated open-source CMS releases of the year. You guessed correctly. Its about Drupal 7 and [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/01/07/weekly-article-batch-edition-1/' rel='bookmark' title='Permanent Link: Weekly article batch. Edition 1'>Weekly article batch. Edition 1</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/14/weekly-article-batch-2/' rel='bookmark' title='Permanent Link: Weekly article batch 2'>Weekly article batch 2</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/07/the-right-cms-for-the-right-job/' rel='bookmark' title='Permanent Link: The right CMS for the right job'>The right CMS for the right job</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>From this week i will try to resuscitate my weekly article batches.</p>
<p>Here is the most interesting articles from the last week:</p>
<ul>
<li><a href="http://gazebo.commonplaces.com/2010/06/drupal-7-vs-wordpress-3-battle-of-the-new-features/">Drupal 7 Vs. WordPress 3: Battle Of The New Features</a> : an interesting read about the two highly anticipated open-source CMS releases of the year. You guessed correctly. Its about Drupal 7 and WordPress 3.</li>
<li><a href="http://news.typo3.org/news/article/wrapping-up-t3dd10/">Wrapping up T3DD10</a> :  interesting stuff happened at the latest TYPO3 Developers Days. Among other things the release date for TYPO3 4.5 was set. It is 26th of January 2011</li>
<li><a href="http://www.phparch.com/2010/06/14/php-the-teenage-years/">PHP : the teenage years</a> : PHP turned 15 this year. A nice post about PHP, its strengths, weaknesses and what are the challenges, what comes next.</li>
<li><a href="http://www.smashingeeks.com/featured/updated-cheat-sheets-for-css-html-jquery-php-and-more.html">Updated Cheat Sheets for CSS, HTML, jQuery, PHP and More</a> : Cheat Sheets come handy sometimes. So take a good look at them and why not even save them ?</li>
<li><a href="http://php-html.net/tutorials/how-to-write-a-simple-scrapper-in-php-without-regex/">How to write a simple scraper in PHP without Regex</a> : Didn&#8217;t you think ever about a PHP scraper ? I did. And here is a nice tutorial that shows you how to scrape with PHP without Regex.</li>
</ul>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F07%2F05%2Fweekly-article-batch-3%2F&amp;linkname=Weekly%20article%20batch%203"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/01/07/weekly-article-batch-edition-1/' rel='bookmark' title='Permanent Link: Weekly article batch. Edition 1'>Weekly article batch. Edition 1</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/14/weekly-article-batch-2/' rel='bookmark' title='Permanent Link: Weekly article batch 2'>Weekly article batch 2</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/07/the-right-cms-for-the-right-job/' rel='bookmark' title='Permanent Link: The right CMS for the right job'>The right CMS for the right job</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/07/05/weekly-article-batch-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
