<?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 &#187; XHTML &#8211; CSS</title>
	<atom:link href="http://www.euphorigenicdesigns.com/blog/category/tech-rant/xhtml-css/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<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 [...]


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>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 / [...]


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>
	</channel>
</rss>
