<?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>Tech Blog &#187; annoying message</title>
	<atom:link href="http://www.kensfi.com/tag/annoying-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kensfi.com</link>
	<description>Home is where you hang your @</description>
	<lastBuildDate>Wed, 25 Aug 2010 23:45:28 +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>File type does not meet security guidelines. Try another.</title>
		<link>http://www.kensfi.com/file-type-does-not-meet-security-guidelines-try-another/</link>
		<comments>http://www.kensfi.com/file-type-does-not-meet-security-guidelines-try-another/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:25:49 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Wordpress Blog]]></category>
		<category><![CDATA[annoying message]]></category>
		<category><![CDATA[application octet stream]]></category>
		<category><![CDATA[executable file]]></category>
		<category><![CDATA[file exe]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[rewritecond]]></category>
		<category><![CDATA[security guidelines]]></category>
		<category><![CDATA[security rules]]></category>

		<guid isPermaLink="false">http://www.kensfi.com/?p=1192</guid>
		<description><![CDATA[This is another annoying message you can get when you&#8217;re trying to upload a file which it not complying with the wordpress security rules. So, how can you upload an executable file (.exe), a pdf or another similar file onto your wordpress? To do this go to your ftp account, open .htaccess (use notepad) and [...]]]></description>
			<content:encoded><![CDATA[<p>This is another annoying message you can get when you&#8217;re trying to upload a file which it not complying with the wordpress security rules. So, how can you upload an executable file (.exe), a pdf or another similar file onto your wordpress?</p>
<p>To do this go to your ftp account, open .htaccess (use notepad) and add a similar line. I have been used an example for uploading an .ipa file but you can change to whatsoever type of file you want. Enjoy!</p>
<p>AddType application/octet-stream .ipa</p>
<p>e.g.:<br />
<ifmodule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
AddType application/octet-stream .ipa<br />
</ifmodule>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kensfi.com%2Ffile-type-does-not-meet-security-guidelines-try-another%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kensfi.com%2Ffile-type-does-not-meet-security-guidelines-try-another%2F&amp;source=techSpin&amp;style=normal&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kensfi.com/file-type-does-not-meet-security-guidelines-try-another/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to burn files larger than 2GB using Nero</title>
		<link>http://www.kensfi.com/how-to-burn-files-larger-than-2gb-using-nero/</link>
		<comments>http://www.kensfi.com/how-to-burn-files-larger-than-2gb-using-nero/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 08:28:51 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[2 gb]]></category>
		<category><![CDATA[2gb]]></category>
		<category><![CDATA[annoying message]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[dvd udf]]></category>
		<category><![CDATA[iso file]]></category>
		<category><![CDATA[lunch]]></category>
		<category><![CDATA[nero burning rom]]></category>
		<category><![CDATA[nero startsmart]]></category>
		<category><![CDATA[udf file system]]></category>
		<category><![CDATA[window scroll]]></category>

		<guid isPermaLink="false">http://www.kensfi.com/?p=1112</guid>
		<description><![CDATA[To burn a data DVD with a file that is 2 GB in size or larger you must use the DVD (UDF) format and not the default DVD (ISO) which is regularly used for creating a data DVD in Nero Burning ROM. You will receive a message telling you that you have to use a [...]]]></description>
			<content:encoded><![CDATA[<p>To burn a data DVD with a file that is 2 GB in size or larger you must use the DVD (UDF) format and not the default DVD (ISO) which is regularly used for creating a data DVD in Nero Burning ROM. </p>
<p>You will receive a message telling you that you have to use a different specification setting : <strong>&#8220;The file &#8220;&#8221; is larger than 2GB and therefore cannot be store in an ISO file system. Please use the UDF file system to write such large files. This can be done by selecting another compilation type.&#8221;</strong>. And this is because the ISO 9660 specification doesn&#8217;t allow to write files that are larger than 2 GB. </p>
<p><img src="http://www.kensfi.com/wp-content/uploads/2009/11/burn_more_than_2GB_nero01.png" alt="burn_more_than_2GB_nero01" title="burn_more_than_2GB_nero01" width="410" height="139" class="alignnone size-full wp-image-1116" /></p>
<p>To burn more than 2 GB at once you have to use &#8220;DVD-ROM (UDF)&#8221;. The following steps will help you to do this:</p>
<p>1. click and lunch Nero StartSmart (Nero icon)<br />
2. on the left side of the window you will click on Nero Burning ROM<br />
3. again look at the left of the new window, scroll down and click on <strong>DVD-ROM (UDF)</strong> &#8211; in the image, at the bottom.</p>
<p><img src="http://www.kensfi.com/wp-content/uploads/2009/11/burn_more_than_2GB_nero1.png" alt="burn_more_than_2GB_nero1" title="burn_more_than_2GB_nero1" width="530" height="370" class="alignnone size-full wp-image-1117" /></p>
<p>4. click on NEW</p>
<p>From here you&#8217;ll have to follow the regularly steps in burning you DVD.<br />
As you can see, that annoying message disappear and you can drag &#038; drop files into burning section, larger than 2GB.</p>
<p><img src="http://www.kensfi.com/wp-content/uploads/2009/11/burn_more_than_2GB_nero2.png" alt="burn_more_than_2GB_nero2" title="burn_more_than_2GB_nero2" width="530" height="368" class="alignnone size-full wp-image-1118" />
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-burn-files-larger-than-2gb-using-nero%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-burn-files-larger-than-2gb-using-nero%2F&amp;source=techSpin&amp;style=normal&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kensfi.com/how-to-burn-files-larger-than-2gb-using-nero/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
