<?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>Rally Vincent-Blog &#187; php</title>
	<atom:link href="http://rvincent.digital-nerv.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://rvincent.digital-nerv.net</link>
	<description>&#34;Smurfs are asexual. They don&#039;t even have reproductive organs under those little white pants.&#34;</description>
	<lastBuildDate>Sun, 07 Aug 2011 20:58:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Project: Steam Activities!</title>
		<link>http://rvincent.digital-nerv.net/2010/06/14/project-steam-activities/</link>
		<comments>http://rvincent.digital-nerv.net/2010/06/14/project-steam-activities/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 00:44:05 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1419</guid>
		<description><![CDATA[About: Steam Activities! Show Steam Activities on your Website. On the left Side you can see an Example. The information will be refreshed every hour. The Project parses the Steam Community Site by the User given ID and extracts all relevant Informations. With the received Data a JavaScript is generated that the User can implement [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1447" title="Steam Activities!" src="http://rvincent.digital-nerv.net/wp-content/uploads/steamactivities.jpg" alt="" width="600" height="427" /></p>
<p>About: <strong>Steam Activities!</strong></p>
<blockquote><p>Show Steam Activities on your Website. On the left Side you can see an Example. The information will be refreshed every hour.</p></blockquote>
<p>The Project parses the Steam Community Site by the User given ID and extracts all relevant Informations.</p>
<p>With the received Data a JavaScript is generated that the User can implement on his own Site or Blog.</p>
<p>The Script outputs the generated HTML Code with <code>document.write</code> on the Page.</p>
<p>To easy archive the needed Data from the Community Site the <a href="http://simplehtmldom.sourceforge.net/" target="_blank">PHP Simple HTML DOM Parser</a> is used.</p>
<p>About <strong>PHP Simple HTML DOM Parser</strong>.</p>
<ul>
<li>A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!</li>
<li>Require PHP 5+.</li>
<li>Supports invalid HTML.</li>
<li>Find tags on an HTML page with selectors just like jQuery.</li>
<li>Extract contents from HTML in a single line.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2010/06/14/project-steam-activities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Override the sizelimit in php options.ini</title>
		<link>http://rvincent.digital-nerv.net/2009/12/09/override-the-sizelimit-in-php-options-ini/</link>
		<comments>http://rvincent.digital-nerv.net/2009/12/09/override-the-sizelimit-in-php-options-ini/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:01:56 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1222</guid>
		<description><![CDATA[Insert the following lines into your .htaccess file. In this case we raise the limit up to 20 Megabytes. php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1230 alignnone" title="7268526-600" src="http://rvincent.digital-nerv.net/wp-content/uploads/7268526-600.jpg" alt="7268526-600" width="600" height="397" /></p>
<p>Insert the following lines into your <code>.htaccess</code> file. In this case we raise the limit up to 20 Megabytes.</p>
<pre>php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200</pre>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2009/12/09/override-the-sizelimit-in-php-options-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhotoStack Template</title>
		<link>http://rvincent.digital-nerv.net/2009/11/18/photostack-template/</link>
		<comments>http://rvincent.digital-nerv.net/2009/11/18/photostack-template/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 08:22:40 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[photostack]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=957</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-973" title="ScreenShot 149 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox" src="http://rvincent.digital-nerv.net/wp-content/uploads/ScreenShot-149-PhotoStack-Gallery-»-Leah-Dizon-At-the-Wall-Mozilla-Firefox.jpg" alt="ScreenShot 149 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox" width="600" height="400" /></p>
<p><img class="alignnone size-full wp-image-974" title="ScreenShot 148 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox" src="http://rvincent.digital-nerv.net/wp-content/uploads/ScreenShot-148-PhotoStack-Gallery-»-Leah-Dizon-At-the-Wall-Mozilla-Firefox.jpg" alt="ScreenShot 148 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox" width="600" height="400" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2009/11/18/photostack-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bianca Series &#8211; New Project File</title>
		<link>http://rvincent.digital-nerv.net/2009/11/18/bianc-series-new-project-file/</link>
		<comments>http://rvincent.digital-nerv.net/2009/11/18/bianc-series-new-project-file/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 08:15:29 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[base64]]></category>
		<category><![CDATA[bianca series]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=950</guid>
		<description><![CDATA[Only one File. Images embeded with base64. Including Javascript, Stylesheet, Images and Favicon. background: url("data:image/jpg;base64,&#60;base64code&#62;"); href="data:image/jpg;base64,&#60;base64code&#62;" If you are looking fo an Base64 Encoder/Decoder visit Base64Online at Motobit.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-980" title="ScreenShot 150 Bianca Series » localhost - Mozilla Firefox" src="http://rvincent.digital-nerv.net/wp-content/uploads/ScreenShot-150-Bianca-Series-»-localhost-Mozilla-Firefox.jpg" alt="ScreenShot 150 Bianca Series » localhost - Mozilla Firefox" width="600" height="660" /></p>
<p>Only one File. Images embeded with base64. Including Javascript, Stylesheet, Images and Favicon.</p>
<pre>background: url("data:image/jpg;base64,&lt;base64code&gt;");</pre>
<pre>href="data:image/jpg;base64,&lt;base64code&gt;"</pre>
<p>If you are looking fo an Base64 Encoder/Decoder visit <a rel="external" href="http://www.motobit.com/util/base64-decoder-encoder.asp" target="_blank">Base64Online</a> at Motobit.</p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2009/11/18/bianc-series-new-project-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

