<?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>anebg &#187; Uncategorized</title>
	<atom:link href="http://anebg.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://anebg.net</link>
	<description>2 geek life, brainstorm, computing!</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:06:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A quote</title>
		<link>http://anebg.net/2012/01/26/a-quote/</link>
		<comments>http://anebg.net/2012/01/26/a-quote/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 08:06:00 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=92</guid>
		<description><![CDATA["When you nourish your true character, your reputation will take care of itself."]]></description>
			<content:encoded><![CDATA[<p>"When you nourish your true character, your reputation will take care of itself."</p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2012/01/26/a-quote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCPDF returns an empty page with just the headers when writing HTML</title>
		<link>http://anebg.net/2011/09/07/tcpdf-returns-an-empty-page-with-just-the-headers-when-writing-html/</link>
		<comments>http://anebg.net/2011/09/07/tcpdf-returns-an-empty-page-with-just-the-headers-when-writing-html/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 21:20:11 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blank document]]></category>
		<category><![CDATA[empty]]></category>
		<category><![CDATA[generated]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tcpdf]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=65</guid>
		<description><![CDATA[First, make sure your HTML is valid. Second, make sure your encoding is true to what your TCPDF construction, for example : $pdf = new TCPDF('L', PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); Is creating a UTF8 pdf document. So, before you pass in your $html variable, utf8 encode it. $pdf->writeHTML(utf8_encode($html), true, 0, true, 0); I use [...]]]></description>
			<content:encoded><![CDATA[<p>First, make sure your HTML is valid.<br />
Second, make sure your encoding is true to what your TCPDF construction,  for example :</p>
<p><code>$pdf = new TCPDF('L', PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);<br />
</code><br />
Is creating a UTF8 pdf document. So, before you pass in your $html variable, utf8 encode it.</p>
<p><code>$pdf->writeHTML(utf8_encode($html), true, 0, true, 0);</code></p>
<p>I use it in a site where lots of users input pasted text from MS Word, and it seems that it comes with a bunch of weird characters that break TCPDF, utf8 encoding fixed a bunch of seemingly 'random' blank generated PDFs.</p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2011/09/07/tcpdf-returns-an-empty-page-with-just-the-headers-when-writing-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>doubleTwist Download Failed. Please verify that you are connected to the internet. Reason: resolving hostname</title>
		<link>http://anebg.net/2010/12/01/doubletwist-download-failed-please-verify-that-you-are-connected-to-the-internet-reason-resolving-hostname/</link>
		<comments>http://anebg.net/2010/12/01/doubletwist-download-failed-please-verify-that-you-are-connected-to-the-internet-reason-resolving-hostname/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 15:51:13 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[doubleTwist]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[help]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=61</guid>
		<description><![CDATA[This is either because of a  proxy or doubleTwist's failing servers. You can get the full installer from here: http://download.doubletwist.com/doubleTwistSetupFull.exe Good luck and try out AirSync!]]></description>
			<content:encoded><![CDATA[<p>This is either because of a  proxy or doubleTwist's failing servers.</p>
<p>You can get the full installer from here:</p>
<p><a href="http://download.doubletwist.com/doubleTwistSetupFull.exe">http://download.doubletwist.com/doubleTwistSetupFull.exe</a></p>
<p>Good luck and try out AirSync!</p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2010/12/01/doubletwist-download-failed-please-verify-that-you-are-connected-to-the-internet-reason-resolving-hostname/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to remove preinstalled apps on Xperia X10 Mini Pro</title>
		<link>http://anebg.net/2010/09/26/how-to-remove-preinstalled-apps-on-xperia-x10-mini-pro/</link>
		<comments>http://anebg.net/2010/09/26/how-to-remove-preinstalled-apps-on-xperia-x10-mini-pro/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 16:30:29 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[superuser]]></category>
		<category><![CDATA[x10]]></category>
		<category><![CDATA[x10 mini pro]]></category>

		<guid isPermaLink="false">http://anebg.net/2010/09/26/how-to-remove-preinstalled-apps-on-xperia-x10-mini-pro/</guid>
		<description><![CDATA[With this tutorial you will be able to remove stock apps that come when you buy your phone(goldrush, wisepilot, creatouch, roadsync) for this you need to root your phone (If you haven’t –follow this simple guide). Then… Open the shell by running “adb shell” on your command prompt. adb shell Change directory to /system/app cd [...]]]></description>
			<content:encoded><![CDATA[<p>With this tutorial you will be able to remove stock apps that come when you buy your phone(goldrush, wisepilot, creatouch, roadsync) for this you need to root your phone (If you haven’t –<a href="http://blogote.com/2010/tips-and-tricks/guide-on-how-to-root-xperia-x10-mini-and-x10-mini-pro.html" target="_blank">follow this simple guide</a>).</p>
<p>Then…</p>
<p>Open the shell by running “adb shell” on your command prompt.</p>
<p>adb shell</p>
<p>Change directory to /system/app</p>
<p>cd /system/app</p>
<p>List the currently installed apps</p>
<p>ls</p>
<p>And to remove an app,&#160; run the command</p>
<p>rm –r [appname].apk</p>
<p>The apps I uninstalled were:</p>
<blockquote><p>rm -r rollercoaster.apk     <br />rm -r peggle.apk      <br />rm -r california-gold-rush.apk      <br />rm -r roadsync.apk      <br />rm -r creatouch-2.apk</p>
</blockquote>
<p>And that is it… (Simple, right?)</p>
<p><strong>Make sure to not uninstall system-wide apps such as Timescape or Homescreen, as this may break your android and you might have to reinstall stock firmware and start all over again…)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2010/09/26/how-to-remove-preinstalled-apps-on-xperia-x10-mini-pro/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>.htaccess allow/deny rules for subnet</title>
		<link>http://anebg.net/2010/09/22/htaccess-allowdeny-rules-for-subnet/</link>
		<comments>http://anebg.net/2010/09/22/htaccess-allowdeny-rules-for-subnet/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 22:50:52 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anebg.net/2010/09/22/htaccess-allowdeny-rules-for-subnet/</guid>
		<description><![CDATA[AuthName &#34;CIRC Under Maintenance&#34; AuthType Basic &#60;Limit GET POST&#62; order deny,allow deny from all allow from 216.249.119. allow from 216.249.123.120 &#60;/Limit&#62; &#160; Allow 216.249.119.&#160; Works for all the addresses which begin in 216.249.119. Allow from 216.249.119.120 Adds a different IP from a different subnet.]]></description>
			<content:encoded><![CDATA[<blockquote><p>AuthName &quot;CIRC Under Maintenance&quot;     <br />AuthType Basic      <br />&lt;Limit GET POST&gt;      <br />order deny,allow      <br />deny from all      <br />allow from 216.249.119.      <br />allow from 216.249.123.120      <br />&lt;/Limit&gt;</p>
<p>&#160;</p>
</blockquote>
<p>Allow 216.249.119.&#160; Works for all the addresses which begin in 216.249.119.</p>
<p>Allow from 216.249.119.120 Adds a different IP from a different subnet.</p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2010/09/22/htaccess-allowdeny-rules-for-subnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Cumplea&#241;os de Naoki&#8230;.</title>
		<link>http://anebg.net/2008/10/23/cumpleanos-de-naoki/</link>
		<comments>http://anebg.net/2008/10/23/cumpleanos-de-naoki/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 15:49:57 +0000</pubDate>
		<dc:creator>anebg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=26</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://anebg.net/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-26">Password:<br />
<input name="post_password" id="pwbox-26" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2008/10/23/cumpleanos-de-naoki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obscura Digital&#8217;s VisionAire Technology</title>
		<link>http://anebg.net/2008/08/08/obscura-digitals-visionaire-technology/</link>
		<comments>http://anebg.net/2008/08/08/obscura-digitals-visionaire-technology/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 05:11:57 +0000</pubDate>
		<dc:creator>nipponzen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hollogram]]></category>
		<category><![CDATA[Multi-Touch]]></category>
		<category><![CDATA[Obscura Digital]]></category>
		<category><![CDATA[VisionAire]]></category>

		<guid isPermaLink="false">http://anebg.net/?p=23</guid>
		<description><![CDATA[A few days ago I was browsing through the internet, when I stumbled upon this new technology called "VisionAire". Well, the people at Obscura Digital call it that way. Read the whole thing here: Obscura Digital's "out of the lab" blog. Or watch the sampler; I'm telling you, it will blow your mind, maybe:]]></description>
			<content:encoded><![CDATA[<p>A few days ago I was browsing through the internet, when I stumbled upon this new technology called "VisionAire". Well, the people at Obscura Digital call it that way. Read the whole thing here:</p>
<blockquote>
<p style="text-align: left;"><a title="Obscura Digital VisionAire" href="http://interactive-vision.blogspot.com/2008/08/new-visionaire-technology-from-obscura.html" target="_blank">Obscura Digital's "out of the lab" blog.</a></p>
</blockquote>
<p>Or watch the sampler; I'm telling you, it will blow your mind, maybe:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/egAl6sNMaqE&amp;color1=11645361&amp;color2=13619151&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/egAl6sNMaqE&amp;color1=11645361&amp;color2=13619151&amp;fs=1" allowfullscreen="true" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://anebg.net/2008/08/08/obscura-digitals-visionaire-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

