<?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>Pom Design Blog</title>
	<atom:link href="http://www.pomdesign.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.pomdesign.com/blog</link>
	<description>Web Design and Development</description>
	<lastBuildDate>Tue, 28 Dec 2010 17:52:08 +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>WordPress Redirect Login Issue in Firefox</title>
		<link>http://www.pomdesign.com/blog/?p=31</link>
		<comments>http://www.pomdesign.com/blog/?p=31#comments</comments>
		<pubDate>Wed, 19 May 2010 10:14:06 +0000</pubDate>
		<dc:creator>Pom Design</dc:creator>
				<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Login Problem]]></category>

		<guid isPermaLink="false">http://beta.pomdesign.com/blog/?p=31</guid>
		<description><![CDATA[If you&#39;re getting stuck in an endless loop when trying to login to your WordPress control panel using Firefox, and you&#39;re sure you&#39;re entering the right credentials,&#160;the issue is most likely a bug in the coding related to cookies. &#160;I&#39;ve lost hours and probably a lot of hair trying to overcome this, but thanks to [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="" height="125" hspace="10" src="http://beta.pomdesign.com/blog/wp-content/uploads/image/wordpress.jpg" width="125" />If you&#39;re getting stuck in an endless loop when trying to login to your WordPress control panel using Firefox, and you&#39;re sure you&#39;re entering the right credentials,&nbsp;the issue is most likely a bug in the coding related to cookies. &nbsp;I&#39;ve lost hours and probably a lot of hair trying to overcome this, but thanks to a post by <strong>richtelford </strong>buried deep in the WordPress forums (<a href="http://mu.wordpress.org/forums/topic/11865?replies=2">http://mu.wordpress.org/forums/topic/11865?replies=2</a>)&nbsp;there is a fix. &nbsp;A painfully simple one&#8230;</p>
<p><span id="more-31"></span>FTP to your server / WordPress installation folder and open the file wp-config.php in the root.</p>
<p>At the very top of the file (after the opening PHP declarations) paste the following code:</p>
<p><span style="color:#ff8c00;"><span class="Apple-style-span" style="font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif; line-height: 22px; ">@define(&#39;ADMIN_COOKIE_PATH&#39;, &#39;/&#39;);</span></span></p>
<p>Save the file, re-upload if necessary and the problem should now be fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pomdesign.com/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Find Server Absolute Path with PHP</title>
		<link>http://www.pomdesign.com/blog/?p=27</link>
		<comments>http://www.pomdesign.com/blog/?p=27#comments</comments>
		<pubDate>Wed, 19 May 2010 09:59:30 +0000</pubDate>
		<dc:creator>Pom Design</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Useful Tips]]></category>

		<guid isPermaLink="false">http://beta.pomdesign.com/blog/?p=27</guid>
		<description><![CDATA[Shifting websites between servers and installing applications such as WordPress is a common task for web designers, and sooner or later you&#39;ll need to set or reconfigure the absolute path for the server. PHP offers a nifty function to display this for you with a small line of code.&#160; Open your chosen editor (dreamweaver / [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="" height="78" hspace="10" src="http://beta.pomdesign.com/blog/wp-content/uploads/image/php(1).jpg" width="150" />Shifting websites between servers and installing applications such as WordPress is a common task for web designers, and sooner or later you&#39;ll need to set or reconfigure the absolute path for the server. PHP offers a nifty function to display this for you with a small line of code.&nbsp;</p>
<p><span id="more-27"></span>Open your chosen editor (dreamweaver / notepad) and paste into it the following code:</p>
<p><span style="color:#ff8c00;">&lt; ?php<br />
	$p = getcwd();<br />
	echo $p;<br />
	? &gt;</span></p>
<p>(remove the character space after the opening &quot;&lt;&quot; and before the closing &quot;&gt;&quot;)</p>
<p>Save the file as as a PHP document (for example &quot;abpath.php&quot;) and upload it to your server somewhere you can access it through your browser. &nbsp;For example www.yourwebsiteaddress.com/abspath.php</p>
<p>Hey presto, you&#39;ll be presented with the absolute path to the directory you uploaded the php file to.</p>
<p>Note: You&#39;ll need to have a PHP enabled server for this to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pomdesign.com/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting FLV / F4V Mime Types IIS</title>
		<link>http://www.pomdesign.com/blog/?p=5</link>
		<comments>http://www.pomdesign.com/blog/?p=5#comments</comments>
		<pubDate>Sun, 25 Apr 2010 15:11:40 +0000</pubDate>
		<dc:creator>Pom Design</dc:creator>
				<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[F4V]]></category>
		<category><![CDATA[Flash Video]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[IIS 6.0]]></category>
		<category><![CDATA[Mime Type]]></category>

		<guid isPermaLink="false">http://localhost/newpom/html/blog/?p=5</guid>
		<description><![CDATA[A common point overlooked when setting a website live with FLV or F4V videos embedded is setting the MIME types in IIS. &#160;Without doing this you&#39;ll be left with a big empty space of nothingness where your video should play. Without further ado, I present to you a guide to overcome this&#8230;. Setting FLV/ F4V [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="" height="98" hspace="10" src="http://beta.pomdesign.com/blog/wp-content/uploads/image/flashlogo.jpg" width="100" />A common point overlooked when setting a website live with FLV or F4V videos embedded is setting the MIME types in IIS. &nbsp;Without doing this you&#39;ll be left with a big empty space of nothingness where your video should play.</p>
<p>Without further ado, I present to you a guide to overcome this&#8230;.</p>
<p><span id="more-5"></span><strong>Setting FLV/ F4V MIME type</strong>:</p>
<ol>
<li>Connect via RDP to your server&nbsp;</li>
<li>Open IIS (<em>start </em>&gt; <em>run </em>&gt;&nbsp;<em>inetmgr </em>OR <em>start</em> &gt; <em>programs</em> &gt; <em>administrative tools</em> &gt; <em>internet information services (IIS) manage</em>r)</li>
<li>Expand your computer node</li>
<li>Expand Web Sites node</li>
<li>Right click on the website you want to set the MIME type for and select Properties</li>
<li>Select the HTTP Headers tab</li>
<li>Click on the &quot;Mime Types&quot; button</li>
<li>Click &quot;New&quot;</li>
<li>Set the extension to: .flv</li>
<li>Set the MIMEType to: video/x-flv</li>
<li>Click OK all the way back to your main IIS screen</li>
<li>Restart IIS (right click on your computer node and select &quot;All Tasks&quot; &gt; &quot;Restart IIS&quot; or go to <em>start </em>&gt; <em>run </em>&gt; and type &quot;<em>IISReset</em>&quot;</li>
</ol>
<p>To set the <strong>F4V MIME type,</strong> which was introduced as the successor to FLV by Adobe in the most recent versions of Flash, in step 9 and 10 above set the paramters to &quot;.f4v&quot; and &quot;video/mp4&quot; (without the speech marks) consecutively.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pomdesign.com/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

