<?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>euphorigenic designs - Web, Logo Design, Magento Commerce Theme Creation, Web Analytics</title>
	<atom:link href="http://www.euphorigenicdesigns.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.euphorigenicdesigns.com/blog</link>
	<description>euphorigenic designs weblog</description>
	<lastBuildDate>Tue, 15 Sep 2009 02:15:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress !&#8211;more&#8211; tag not showing or working</title>
		<link>http://www.euphorigenicdesigns.com/blog/wordpress-tag-not-showing-or-working/</link>
		<comments>http://www.euphorigenicdesigns.com/blog/wordpress-tag-not-showing-or-working/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 02:11:16 +0000</pubDate>
		<dc:creator>Isaac.NG</dc:creator>
				<category><![CDATA[Tech rant]]></category>
		<category><![CDATA[XHTML - CSS]]></category>

		<guid isPermaLink="false">http://www.euphorigenicdesigns.com/blog/?p=30</guid>
		<description><![CDATA[If you do lots of customisation hacks on your wordpress theme, such as using query_posts(&#8216;..&#8217;) with loads of funny stuff, you might find later down the road that the &#8216;more&#8217; tag is not working for your blog.
&#160;
To confirm that this [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>If you do lots of customisation hacks on your wordpress theme, such as using query_posts(&#8216;..&#8217;) with loads of funny stuff, you might find later down the road that the &#8216;more&#8217; tag is not working for your blog.</p>
<p>&nbsp;</p>
<p>To confirm that this is a theme issue, switch to WP&#8217;s default theme temporarily and see if the more tag is shown. If the tag still doesn&#8217;t show, it should be a plug-in issue which is not discussed in this post.</p>
<p>&nbsp;</p>
<p>So how do I fix it if its my theme?<br />
Check this codex snippet:<br />
<a href="http://codex.wordpress.org/Template_Tags/query_posts#Retrieve_a_Particular_Post">http://codex.wordpress.org/Template_Tags/query_posts#Retrieve_a_Particular_Post</a></p>
<p>&nbsp;</p>
<p><em><strong><br />
If you want to use the Read More functionality with this query, you will need to set the global $more variable to 0.<br />
<code><br />
&lt;?php<br />
global $more;<br />
// set $more to 0 in order to only get the first part of the post<br />
$more = 0;<br />
?&gt;</code><br />
</strong></em></p>
<p>&nbsp;</p>
<p>Took me awhile figure out, hopefully this will help you!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.euphorigenicdesigns.com/blog/wordpress-tag-not-showing-or-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Developer Toolbar Missing / Not Showing &#8211; Permanent Solution</title>
		<link>http://www.euphorigenicdesigns.com/blog/web-developer-toolbar-missing-not-showing-permanent-solution/</link>
		<comments>http://www.euphorigenicdesigns.com/blog/web-developer-toolbar-missing-not-showing-permanent-solution/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:16:56 +0000</pubDate>
		<dc:creator>Isaac.NG</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tech rant]]></category>

		<guid isPermaLink="false">http://www.euphorigenicdesigns.com/blog/?p=25</guid>
		<description><![CDATA[Chris Pederick’s Web Developer toolbar is probably my most used Firefox add-on as a web developer, along with Firebug of course. However ever since my Firefox updated to version 3.0.x the toolbar keeps disappearing. Here are my find on the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Chris Pederick’s <a title="Web Developer Toolbar" href="http://chrispederick.com/work/web-developer/">Web Developer toolbar</a> is probably my most used Firefox add-on as a web developer, along with Firebug of course. However ever since my Firefox updated to version 3.0.x the toolbar keeps disappearing. Here are my find on the solutions discovered:</p>
<p>&nbsp;</p>
<h3>Temporary solution:</h3>
<p>-Right-click anywhere on FF Navigation toolbar -&gt; Customize</p>
<p>-Restore Default Set</p>
<p>-Drag and reposition any buttons you need.</p>
<p>-Restart FireFox</p>
<p>However when Firefox is reopened the toolbar disappears again..</p>
<p>&nbsp;</p>
<h3>Permanent Solution:</h3>
<p>-Uninstall Skype add-on. The plugin was known to conflict with the web developer toolbar. <a href="http://www.craighamnett.com/design/web-developer-toolbar-not-showingdisappeared/" target="_blank">(thanks to craighamnett)</a></p>
<p>-Repeat the temporary solution as described above.</p>
<p>&nbsp;</p>
<p>Conflicts between add-ons are quite common especially for complex toolbars like Web Developer toolbar and Firebug. If you have the same problem but the Skype add-on wasn&#8217;t the culprit, I suggest you disable all your plugins and re-enable them with Web Developer Toolbar in pairs to find out which is causing the problem. I&#8217;ve done this a couple of times before to find out some lag issues with FF plugins.. A little tedious, but the caveman solution always works <img src='http://www.euphorigenicdesigns.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.euphorigenicdesigns.com/blog/web-developer-toolbar-missing-not-showing-permanent-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop stuck / locked at hand tool all the time</title>
		<link>http://www.euphorigenicdesigns.com/blog/photoshop-stuck-locked-at-hand-tool-all-the-time/</link>
		<comments>http://www.euphorigenicdesigns.com/blog/photoshop-stuck-locked-at-hand-tool-all-the-time/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 06:11:47 +0000</pubDate>
		<dc:creator>Isaac.NG</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.euphorigenicdesigns.com/blog/?p=17</guid>
		<description><![CDATA[About half a million searches on Google and the top few results suggested to clear your preferences etc, that didnt work for me.
Yeah its definitely a memory issue but a quick solution that works for me 100% of the time:

PRESS [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>About half a million searches on Google and the top few results suggested to clear your preferences etc, that didnt work for me.</p>
<p>Yeah its definitely a memory issue but a quick solution that works for me 100% of the time:</p>
<blockquote>
<h1><span style="color: #333333;">PRESS THE FLIPPING SPACEBAR!</span></h1>
</blockquote>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.euphorigenicdesigns.com/blog/photoshop-stuck-locked-at-hand-tool-all-the-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress CSS 1st entry bug (Safari and Chrome)</title>
		<link>http://www.euphorigenicdesigns.com/blog/wordpress-css-1st-entry-bug-safari-and-chrome/</link>
		<comments>http://www.euphorigenicdesigns.com/blog/wordpress-css-1st-entry-bug-safari-and-chrome/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 03:56:33 +0000</pubDate>
		<dc:creator>Isaac.NG</dc:creator>
				<category><![CDATA[Tech rant]]></category>
		<category><![CDATA[XHTML - CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.euphorigenicdesigns.com/blog/?p=3</guid>
		<description><![CDATA[When developing the Wordpress theme for EDv3 I&#8217;ve realised the following bug:

if you use &#8216;@charset &#8220;utf-8&#8243;;&#8217; right after your comments at the beginning of your css, chances are the first css entry will not be processed by Safari / Chrome [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>When developing the Wordpress theme for EDv3 I&#8217;ve realised the following bug:<br />
<br />
if you use &#8216;@charset &#8220;utf-8&#8243;;&#8217; right after your comments at the beginning of your css, chances are the first css entry will not be processed by Safari / Chrome browsers. This had caused  annoying 1em margins in all tags in my theme since my first entry is (and has always been) * {margin:0; padding0;}<br />
<br />
Removing the line solved the issue beautifully.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.euphorigenicdesigns.com/blog/wordpress-css-1st-entry-bug-safari-and-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ED version 3 up and running!</title>
		<link>http://www.euphorigenicdesigns.com/blog/ed-version-3-up-and-running/</link>
		<comments>http://www.euphorigenicdesigns.com/blog/ed-version-3-up-and-running/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 02:27:16 +0000</pubDate>
		<dc:creator>Isaac.NG</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.euphorigenicdesigns.com/blog/?p=7</guid>
		<description><![CDATA[euphorigenic designs webpage has been through 2 versions now, in v3 we intend to make it bigger and better! Stay tuned  


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>euphorigenic designs webpage has been through 2 versions now, in v3 we intend to make it bigger and better! Stay tuned <img src='http://www.euphorigenicdesigns.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.euphorigenicdesigns.com/blog/ed-version-3-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
