<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>SublimeSite</title>
	<link>http://www.sublimesite.com</link>
	<description>Resources for webdesigners and developers</description>
	<lastBuildDate>Thu, 27 May 2010 18:03:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>PHP Array Insertion And Removal</title>
		<description><![CDATA[Just wanted to quickly post two PHP snippets that I find helpful at times. The first of the two snippets is arrayInsert, arrayInsert will return an array after placing a value at a specified index in an array and move all the elements after the insertion down one. There are three parameters; $array, $value, and [...]]]></description>
		<link>http://www.sublimesite.com/php-array-insertion-and-removal/</link>
			</item>
	<item>
		<title>Creating Dynamic Images With PHP</title>
		<description><![CDATA[Have you ever looked on forums and wonder how people get images that display your IP address in their signature? In this post I will show you how to not only get and display the users IP address but also their browser information and host name. I&#8217;m going to try and explain how this can [...]]]></description>
		<link>http://www.sublimesite.com/creating-dynamic-images-with-php/</link>
			</item>
	<item>
		<title>Connecting To Localhost Remotely</title>
		<description><![CDATA[This tutorial will show you how to access your computer's localhost for a remote machine. We will need to forward incoming requests to the computer with localhost setup on it.

<h3>Step One: Gathering Information</h3>
<b>Windows:</b> Click Start>Run and type cmd and press &#60;Enter&#62;. A DOS windows will come up, when it does type "ipconfig/all" and press &#60;Enter&#62;. What we came her for are the lines "Default Gateway" and "ip address", after you locate these lines write them down to be used later.

<b>Mac:</b> Open Applications>Utilities>Terminal. In the terminal window type "ipconfig getpacket en0" if you have an Ethernet connection, or "ipconfig getpacket en1" for wireless. What we came her for are the lines "yiaddr" and "siaddr", after you locate these line write them down to be used later.

Now, we need to get our IP address for this go to <a href="www.whatismyip.com">whatismyip.com</a> and write down that number as well.
<span id="more-112"></span>
<h3>Step Two: Forwarding</h3>
In your browser's address bar type what you wrote down for "Default Gateway" (or "siaddr" if on a mac) and hit &#60;Enter&#62;. Sign into the admin panel, if you don't know your username and password look through your modem's manual or check <a href="http://www.phenoelit-us.org/dpl/dpl.html">phenoelit-us.org</a> for a list of default logins. Once logged in look for the page titled "Forwarding" or something like that. Here is where you redirect incoming requests to the computer that's running localhost.
<div class="light_box noborder"><img src="<br />
<b>Fatal error</b>:  Call to undefined function imagePath() in <b>/home8/sublimes/public_html/sublimesite/wp-content/plugins/php-execution-plugin/includes/class.php_execution.php(273) : eval()'d code</b> on line <b>12</b><br />
