<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Freelancer Martin Zeller</title>
	
	<link>http://www.torres.at</link>
	<description>php asp.net java c# .net c++ xml xhtml seo magento zend framework dotnetnuke tomcat iis sql server mysql oracle typo3 coremedia</description>
	<lastBuildDate>Fri, 02 Apr 2010 14:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FreelancerMartinZeller" /><feedburner:info uri="freelancermartinzeller" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>css nowrap</title>
		<link>http://www.torres.at/nowrap-css/</link>
		<comments>http://www.torres.at/nowrap-css/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 14:06:19 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=142</guid>
		<description><![CDATA[Question: What is the css equivalent to nowrap=&#8221;nowrap&#8221; of html?
Answer: style=&#8221;white-space:nowrap;&#8221;
Simple.
]]></description>
		<wfw:commentRss>http://www.torres.at/nowrap-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SqlHelper und benutzerdefinierte Tabellentypen mit SQL Server 2008</title>
		<link>http://www.torres.at/sqlhelper-benutzerdefinierte-tabellentypen-sql-server-2008/</link>
		<comments>http://www.torres.at/sqlhelper-benutzerdefinierte-tabellentypen-sql-server-2008/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:53:58 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=137</guid>
		<description><![CDATA[Arbeitest du mit SQL Server 2008, SqlHelper und benutzerdefinierten Tabellentypen und erhältst folgende Fehlermeldung?
Der eingehende Tabular Data Stream (TDS) für das RPC-Protokoll (Remote Procedure Call) ist nicht richtig. Tabellenwertparameter (&#8217;@xxx&#8217;), Zeile n, Spalte n: Für den Datentyp xxx (benutzerdefinierter Tabellentyp) wurde ein Datenbankname mit einer Nicht-Null-Länge angegeben. Der Datenbankname ist mit einem Tabellenwertparameter nicht zulässig. [...]]]></description>
		<wfw:commentRss>http://www.torres.at/sqlhelper-benutzerdefinierte-tabellentypen-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pdf thumbnails / Pdf to  jpg</title>
		<link>http://www.torres.at/pdf-thumbnails-pdf-to-jpg/</link>
		<comments>http://www.torres.at/pdf-thumbnails-pdf-to-jpg/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:47:26 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=131</guid>
		<description><![CDATA[Do you want to create thumbnails for pdf files? You can simply do this with ghostscript. Here&#8217;s the php way:

First install ghostscript on your server. Download: http://ghostscript.com/releases/
Then write your code:

$pathToPdf = &#8220;C:\&#8230;.\PdfFile.pdf&#8221;;
$pathToJpg = &#8220;C:\&#8230;.\generatedThumbnail.jpg&#8221;;
$gsCall = &#8220;\&#8221;C:\&#8230;.\gs\gs8.70\bin\gswin32.exe\&#8221; -q -dBATCH -dMaxBitmap=300000000 -dNOPAUSE -dSAFER -sDEVICE=jpeg -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dFirstPage=1 -dLastPage=1 -sOutputFile={0} {1} -c quit&#8221;;
$gsCall = str_replace(array(&#8217;{0}&#8217;, &#8216;{1}&#8217;), array($pathToJpg, $pathToPdf), [...]]]></description>
		<wfw:commentRss>http://www.torres.at/pdf-thumbnails-pdf-to-jpg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend_Captcha, an example without Zend_Form</title>
		<link>http://www.torres.at/zend_captcha-without-zend_form/</link>
		<comments>http://www.torres.at/zend_captcha-without-zend_form/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:35:53 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=126</guid>
		<description><![CDATA[Here is your example how to implement Zend_Captcha_Image without using Zend_Form.
In your action method:
public function indexAction()
{
//&#8230;
$captcha = new Zend_Captcha_Image();
$captcha-&#62;setImgDir(APPLICATION_PATH . &#8216;/../public/tmp/captcha/&#8217;);
$captcha-&#62;setImgUrl($this-&#62;view-&#62;baseUrl(&#8217;/tmp/captcha/&#8217;));
$captcha-&#62;setFont(APPLICATION_PATH . &#8216;/fonts/elephant.ttf&#8217;);
$captcha-&#62;setWidth(350);
$captcha-&#62;setHeight(150);
$captcha-&#62;setWordlen(5);
$captcha-&#62;setFontSize(70);
$captcha-&#62;setLineNoiseLevel(3);
$captcha-&#62;generate();
$this-&#62;view-&#62;captcha = $captcha;   // giving captcha object to the view
//&#8230;
}
In the corresponding view render the captcha and add a hidden field with the captcha id:
&#60;form &#8230;
&#60;input id=&#8221;captcha&#8221; type=&#8221;text&#8221; name=&#8221;captcha&#8221; /&#62;
&#60;?php echo $this-&#62;captcha-&#62;render($this, null) [...]]]></description>
		<wfw:commentRss>http://www.torres.at/zend_captcha-without-zend_form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Delete files by pattern</title>
		<link>http://www.torres.at/php-delete-files-by-pattern/</link>
		<comments>http://www.torres.at/php-delete-files-by-pattern/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:49:16 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=124</guid>
		<description><![CDATA[If you want to delete files by pattern (e.g. &#8220;*.txt&#8221;) in a directory, you can do this with the php function glob!
$files = glob(&#8217;/path/to/files/*.txt&#8217;); // finds all txt files in the directory /path/to/files/
foreach($files as $file)
unlink($file);
With this method you can also delete all files of a directory &#8211; with pattern *.*

]]></description>
		<wfw:commentRss>http://www.torres.at/php-delete-files-by-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Delete all files in a directory</title>
		<link>http://www.torres.at/php-delete-all-files-in-a-directory/</link>
		<comments>http://www.torres.at/php-delete-all-files-in-a-directory/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:43:34 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=122</guid>
		<description><![CDATA[Simple question &#8211; simple answer:
How do I delete all files in a directory with PHP?
$files = glob(&#8217;/path/to/directory/*.*&#8217;);
foreach($files as $file)
unlink($file);
]]></description>
		<wfw:commentRss>http://www.torres.at/php-delete-all-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PDF: direct printing with .NET</title>
		<link>http://www.torres.at/pdf-printing-net/</link>
		<comments>http://www.torres.at/pdf-printing-net/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 21:04:35 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=101</guid>
		<description><![CDATA[&#62;&#62; Download Example project (VS 2005)
In this article I will show you the results of my search to find a way to print a pdf with .NET.
My task was to find a simple solution for an intranet web application where the user gets pdf reports (ActiveReports). Depending on configuration settings these pdf files should be [...]]]></description>
		<wfw:commentRss>http://www.torres.at/pdf-printing-net/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Client localisation with zend framework</title>
		<link>http://www.torres.at/zend-framework-client-localization/</link>
		<comments>http://www.torres.at/zend-framework-client-localization/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 09:38:34 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=96</guid>
		<description><![CDATA[If you want to find out the language or country of the clients browser, do it this way:
&#60;?php
require_once &#8216;Zend/Locale.php&#8217;;
$locale = new Zend_Locale();
echo $locale-&#62;toString();
?&#62;
But be aware! This way you only get the localisation of the clients browser. And this is configurable by the user.
The code above will give you output like this:
de_AT
or
en_US
There are many methods you [...]]]></description>
		<wfw:commentRss>http://www.torres.at/zend-framework-client-localization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passwort setzen für das Gastkonto unter Windows 7</title>
		<link>http://www.torres.at/passwort-gastkonto-windows-7/</link>
		<comments>http://www.torres.at/passwort-gastkonto-windows-7/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 07:34:41 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=86</guid>
		<description><![CDATA[Das Passwort für den Gast-Account unter Windows 7 zu setzen ist eigentlich gar nicht schwer, wenn man einmal weiß, wie&#8217;s geht  

“windows”-Taste + “r”
Eingabe von “control userpasswords2″
Im sich öffnenden Fenster findet man dann die notwendigen Möglichkeiten

Viel Erfolg
]]></description>
		<wfw:commentRss>http://www.torres.at/passwort-gastkonto-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting a password for the guest account in Windows 7</title>
		<link>http://www.torres.at/setting-password-guest-account-windows-7/</link>
		<comments>http://www.torres.at/setting-password-guest-account-windows-7/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:10:06 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=82</guid>
		<description><![CDATA[Do you want to set a password for the guest account in windows 7 (or vista)?
It&#8217;s quite simple&#8230; if you know it  

&#8220;windows&#8221;-key + &#8220;r&#8221;
Enter: &#8220;control userpasswords2&#8243;

]]></description>
		<wfw:commentRss>http://www.torres.at/setting-password-guest-account-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.120 seconds -->
