<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ever After</title>
	
	<link>http://ever-after.org</link>
	<description>my online hideout</description>
	<pubDate>Fri, 18 Jul 2008 22:38:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/everafterorg" type="application/rss+xml" /><feedburner:emailServiceId>1993853</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Excluding Sponsored Posts From Main Page</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/339356543/</link>
		<comments>http://ever-after.org/excluding-sponsored-posts-from-main-page/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 21:35:06 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[excluding sponsored posts]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=305</guid>
		<description><![CDATA[This is the third installment of my Boring Your Readers With Sponsored Posts series. As the title suggests, by excluding your sponsored posts from your main page, what your visitors can&#8217;t see won&#8217;t hurt (or in this care, bore) them. However, unlike previous methods when you simply tried to bump down your sponsored posts or [...]]]></description>
			<content:encoded><![CDATA[<p>This is the third installment of my <a href="http://ever-after.org/boring-your-readers-with-sponsored-posts/">Boring Your Readers With Sponsored Posts</a> series. As the title suggests, by excluding your sponsored posts from your main page, what your visitors can&#8217;t see won&#8217;t hurt (or in this care, bore) them. However, unlike previous methods when you simply tried to <a href="http://ever-after.org/boring-your-readers-with-sponsored-posts/">bump down your sponsored posts</a> or <a href="http://ever-after.org/excluding-sponsored-posts-from-feeds/">exclude them from your feeds</a>, this method might cause you to break the advertiser&#8217;s rules. So make sure you double check with your advertisers beforehand.</p>
<p>If you&#8217;re read the rules and they don&#8217;t require your posts to be on the front page, then congratulations! Now in order to exlude sponsored posts from the main page, you need to place them in a certain category like I mentioned in the post about <a href="http://ever-after.org/excluding-sponsored-posts-from-feeds/">exluding sponsored posts from your feeds</a>. So pretty much, it comes down to just <strong>excluding categories from the main page</strong>.</p>
<p><span style="text-decoration: line-through;">Habitually Good has a nice post about the 2 methods you could use <a href="http://blog.gadodia.net/excluding-certain-categories-from-your-blog-main-page/">here</a></span>. The code provided for method 2 is <strong>incorrect </strong>and produces the white screen of death. <img src='http://ever-after.org/wp-includes/images/smilies/=V.gif' alt=':V' class='wp-smiley' /> I&#8217;m going to briefly go over the method I use today and provide you with <strong>a valid and working code</strong>. First, you&#8217;ll need to locate <strong>The Loop</strong> in your <strong>index template</strong> and insert a function before the code. The Loop generally begins with:</p>
<p><code>&lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;</code></p>
<p>and ends with:</p>
<p><code>&lt;?php endwhile; else: ?&gt;<br />
&lt;p&gt;&lt;?php _e('Sorry, no posts matched your criteria.'); ?&gt;&lt;/p&gt;<br />
&lt;?php endif; ?&gt;</code></p>
<p>Now this is the function we&#8217;re going to insert <strong>before </strong>The Loop:</p>
<p><code>&lt;?php if (is_home()) {<br />
query_posts($query_string . "&amp;cat=-N");<br />
}<br />
?&gt;</code></p>
<p>The <strong>N</strong> in the function stands for the category (1, 2, 3, etc) you want to exclude from the main page. Make sure the &#8220;-&#8221; sign remains intact in the code. In my case, I want to exclude the <a href="http://ever-after.org/category/basement/">Basement category</a>, so my code would look like this:</p>
<p><code>&lt;?php if (is_home()) {<br />
query_posts($query_string . "&amp;cat=-53");<br />
}<br />
?&gt;</code></p>
<p>Of course, you can add this function to any pages where you wish to exclude the said category; it doesn&#8217;t have to be just your main page. <img src='http://ever-after.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> That said, you need <strong>at least Wordpress 1.5+</strong> in order for the function to work. But God knows why anyone is still using 1.5 or lower when it&#8217;s already at 2.6. <img src='http://ever-after.org/wp-includes/images/smilies/wtf.gif' alt=':wtf:' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=wRI9lJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=wRI9lJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=7bI2Jj"><img src="http://feeds.feedburner.com/~f/everafterorg?i=7bI2Jj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=kUjIDJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=kUjIDJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/339356543" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/excluding-sponsored-posts-from-main-page/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fexcluding-sponsored-posts-from-main-page%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/excluding-sponsored-posts-from-main-page/</feedburner:origLink></item>
		<item>
		<title>New Host - Holdfire</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/338298764/</link>
		<comments>http://ever-after.org/new-host-holdfire/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:59:58 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[WWW]]></category>

		<category><![CDATA[Cirtex]]></category>

		<category><![CDATA[Holdfire]]></category>

		<category><![CDATA[hosting reviews]]></category>

		<category><![CDATA[web hosts]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=313</guid>
		<description><![CDATA[I know it was only a week ago since I asked you guys for hosting recommendations, and I had planned on taking my time as I searched the web for some more reviews and possible new candidates. However, Cirtex failed me again recently, which really got me wanting to move out ASAP. For some reason, [...]]]></description>
			<content:encoded><![CDATA[<p>I know it was only a week ago since I asked you guys for <a href="http://ever-after.org/hosting-recommendations-anyone/">hosting recommendations</a>, and I had planned on taking my time as I searched the web for some more reviews and possible new candidates. However, <a href="http://ever-after.org/cirtex.htm">Cirtex</a> failed me again recently, which really got me wanting to move out ASAP. For some reason, the Awstats in my cpanel hasn&#8217;t been updated since last Sunday, and nor has the bandwidth been increasing. It&#8217;s as if my site was dead or something o_O. Their live chat takes forever, and I really didn&#8217;t have the patience to open a ticket, so I imed them through AIM. Now usually they don&#8217;t reply, so you can imagine how surprised I was when they did.</p>
<p>The first solution gave me didn&#8217;t work, so they just told me they&#8217;d fix it themselves and I should check back in 15 minutes. Sure enough, they fixed it in less than 5. Really, I don&#8217;t know what there is to complain about, asides from the slow speed that day and the support team&#8217;s terrible grammar, because <a href="http://ever-after.org/cirtex.htm">Cirtex</a> has been a decent host. Their prices have gone up though, and they no longer allow custom packages, which is a real shame <img src='http://ever-after.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Anyways, I figured with the $25/year I&#8217;m spending on Cirtex, I could get 2 years worth of hosting elsewhere. I checked out <a href="http://ever-after.org/holdfire.htm">Holdfire</a>, and they have something really unique called <strong>contract buy out</strong>. What is means in a nutshell is that <strong>they&#8217;ll credit the remaining months you have with your previous host for up to $50</strong>! I contacted Jordan, owner of <a href="http://ever-after.org/holdfire.htm">Holdfire</a>, about this, and she credited me back about $10 for my remaining months at <a href="http://ever-after.org/cirtex.htm">Cirtex</a>, so my first year of hosting with <a href="http://ever-after.org/holdfire.htm">Holdfire</a> ended up being only $2! Not only that, but she helped me transfer all my files and databases over <img src='http://ever-after.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> The ticket response speed was excellent (not to mention in proper English) and their replies were professional.</p>
<p>It&#8217;s only been 2 days with <a href="http://ever-after.org/holdfire.htm">Holdfire</a>, but everything has been great so far. I will keep you all updated on my new host as time goes on. Cheers and thank you to those who recommended me hosts!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=7KyaHJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=7KyaHJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=5gemPj"><img src="http://feeds.feedburner.com/~f/everafterorg?i=5gemPj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=cOyPOJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=cOyPOJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/338298764" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/new-host-holdfire/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fnew-host-holdfire%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/new-host-holdfire/</feedburner:origLink></item>
		<item>
		<title>Some Conversation Starters</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/336484826/</link>
		<comments>http://ever-after.org/some-conversation-starters/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 22:11:49 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<category><![CDATA[conversation]]></category>

		<category><![CDATA[ideas]]></category>

		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=295</guid>
		<description><![CDATA[This used to be part of the interlude section, but seeing as how that section was dead and I wasn&#8217;t too keen on updating it myself, I just transferred anything still worthwhile into posts.
The following are some questions to be used as conversation starters or when you want to get know someone better. Some were [...]]]></description>
			<content:encoded><![CDATA[<p>This used to be part of the interlude section, but seeing as how that section was dead and I wasn&#8217;t too keen on updating it myself, I just transferred anything still worthwhile into posts.</p>
<p>The following are some questions to be used as conversation starters or when you want to get know someone better. Some were from books, and the rest I come up with at random times.</p>
<ul>
<li>What&#8217;s one thing that you hope to do or accomplish before the end of this year?</li>
<li>What&#8217;s the most extreme weather you&#8217;ve been in? A memorable storm? Heat wave? Or something else?</li>
<li>What is (or would be) your dream vacation?</li>
<li>What&#8217;s one thing no vacation can do without?</li>
<li>What has been the best trip of your life so far?</li>
<li>What&#8217;s the worst thing that can happen during a vacation?</li>
<li>What or who is your favorite product mascot? Why?</li>
<li>What talent(s) do you have that could make you famous?</li>
<li>If you could be famous for one day, what would you do?</li>
<li>If you were so famous that money was no object, where would you live?</li>
<li>If you could meet any famous person, who would it be?</li>
<li>What would be your famous catch phrase/quote/motto/last words?</li>
<li>Describe your ideal date.</li>
<li>Do you think dating has become archaic?</li>
<li>What are your feelings on online dating services?</li>
<li>Where does your patience suffer the most?</li>
<li>What was the worst advice you ever received? Did you follow it?</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=8vzihJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=8vzihJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=u0c4ej"><img src="http://feeds.feedburner.com/~f/everafterorg?i=u0c4ej" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=Yrp8TJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=Yrp8TJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/336484826" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/some-conversation-starters/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fsome-conversation-starters%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/some-conversation-starters/</feedburner:origLink></item>
		<item>
		<title>Musical Monday #2</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/335265704/</link>
		<comments>http://ever-after.org/musical-monday-2/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:22:48 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Asian Culture]]></category>

		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Fish Leong]]></category>

		<category><![CDATA[Musical Monday]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=307</guid>
		<description><![CDATA[It&#8217;s Monday, so that means it&#8217;s time for 3 new songs to be shared! This week I&#8217;d like to share songs from one of my favorite Chinese singers, Fish Leong (Jing Ru Leong). She specializes in ballads, but she also has some great upbeat songs (I will be sharing one this week). Overall, her works [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s Monday, so that means it&#8217;s time for 3 new songs to be shared! This week I&#8217;d like to share songs from one of my favorite Chinese singers, <strong>Fish Leong (Jing Ru Leong)</strong>. She specializes in ballads, but she also has some great upbeat songs (I will be sharing one this week). Overall, her works are amazing, and you can actually listen to them without feeling repetitive or bored.</p>
<p>Click on the song name to listen and/or download. If you enjoy her songs, please support her by buying her cd&#8217;s! <img src='http://ever-after.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.box.net/shared/qgihsaqcc0">Courage - Fish Leong</a><br />
This is a very popular song of hers. It was one of her older ballads, but it remains a classic even till today. The lyrics are excellent, and so is the melody.<br />
4.5 out of 5 stars</p>
<p><a href="http://www.box.net/shared/7go01luo08">A Pain That Breathes - Fish Leong</a><br />
Another ballad of hers that I love because of the lyrics. It starts out a piano intro that is bit faster and upbeat, which leads to a slower and more melancholy tune during the chorus. I picture a girl who is smiling even though she&#8217;s in great [emotional] pain whenever I hear this song. It doesn&#8217;t sound like the typical sad ballad, but you can tell from the lyrics and title that it is.<br />
5 out of 5 stars<strong><br />
</strong></p>
<p><a href="http://www.box.net/shared/3au69c7k84">1 Second In Heaven - Fish Leong</a><br />
This is one of her few non-ballad songs. This song is more rock than it is pop, and the style of it reminds me of FIR (a great Taiwanese band). It&#8217;s not a 100% cheerful upbeat, but with a touch of angst and darker emotions to it. Throughout the song you can hear the electric guitars, which further emphasizes its rock as opposed to pop style.<br />
4.5 out of 5 stars</p>
<p>All my past rotations have been uploaded to Box.net and you can access them there. Please do not distribute the links to those files or to my Box.net account without my permission. Feel free to refer people to this page if you want to share the music. By accessing my Box.net account, you agree to abide by these terms. The password for entering is &#8220;ichiban&#8221;, without the quotation marks. Thank you and enjoy!</p>
<p><a href="http://www.box.net/shared/06j8p9uedf">Download songs from past rotations.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=cbyVTJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=cbyVTJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=Z4g8mj"><img src="http://feeds.feedburner.com/~f/everafterorg?i=Z4g8mj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=IHKoYJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=IHKoYJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/335265704" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/musical-monday-2/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fmusical-monday-2%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/musical-monday-2/</feedburner:origLink></item>
		<item>
		<title>Hosting Recommendations Anyone?</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/332993914/</link>
		<comments>http://ever-after.org/hosting-recommendations-anyone/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 20:37:30 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=302</guid>
		<description><![CDATA[Yesterday, Ever After received the biggest spike in visitors it has seen in a long time. While the numbers themselves aren&#8217;t all that impressive (about 800 unique visitors, 3000 pageviews, and 28000 hits), it was certainly enough to drive wordpress crazy.
It wouldn&#8217;t have been so bad if it just gave me the white screen of [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, Ever After received the biggest spike in visitors it has seen in a long time. While the numbers themselves aren&#8217;t all that impressive (about 800 unique visitors, 3000 pageviews, and 28000 hits), it was certainly enough to drive wordpress crazy.</p>
<p>It wouldn&#8217;t have been so bad if it just gave me the white screen of death, because then at least I could look it up and find fixes to it. Nope, it had to be sneaky and make me think that everything was ok, when in fact, it wasn&#8217;t. <strong>The footers for my blog and for my wordpress admin panel wouldn&#8217;t load.</strong> Ok, so maybe I could let that go, but then it got worse. It was like my site was melting from the bottom up, because things from the footer on would just start disappearing one by one. I was pulling my hair out while I disabled and enabled my plugins over and over again.</p>
<p>I think I managed to stop the meltdown of my site by disabling a couple obsolete plugins and installing <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>, a plugin which claims to make your wordpress Digg-proof. But now I think back about it, this all seems like one big joke.</p>
<ol>
<li>The &#8220;spike&#8221; in traffic I got is the traffic many popular sites get <strong>daily</strong>.</li>
<li>My site wasn&#8217;t even on the front page of Digg, or any other popular social media site.</li>
</ol>
<p>My conclusion? <strong>Something is wrong with my host.</strong> Don&#8217;t get me wrong, because <a href="http://ever-after.org/cirtex.htm">Cirtex Host</a> has been great, with affordable prices and all, but if a measily little spike in traffic like that is going to mess up my site, imagine what would happen if my site was on Digg! What annoyed me even more was when I tried talking to their support through chat and AIM (both were &#8220;available&#8221;) and they made me wait for an hour. <strong>One whole gorgeously fat hour.</strong> And they probably would&#8217;ve kept me waiting had I decided to stick around. So I left a ticket complaining and asking them what was going on, and they replied this morning saying</p>
<blockquote><p>The server load  is normal and there is no server Spike, could you please double check with your  end, if you still have problem let us know with the exact URL and logins. Thank  you.</p></blockquote>
<p>I thought the reply was dumb and redundant because I obviously checked everything on my end and realized something was wrong to have left a ticket. But my site stopped melting away and the footer is back, good relief, but the load time for my admin panel is still as slow as ever. Funny everytime something goes wrong, they never reply on the spot (though they are &#8220;available&#8221;) and their ticket reply is always &#8220;everything is sunny side up! :D&#8221;. My conclusion? <strong>Cirtex Host is good if you have a small personal site/blog looking for a home. </strong>However, if you&#8217;re looking to use a lot of scripts and databases, or you&#8217;re looking to seriously expand your site, you better find another host.</p>
<p>Which is why I&#8217;m saying a big fat bye bye and moving out once my plan ends with Cirtex. I&#8217;m debating between <a href="http://holdfire.net/customize/">Holdfire Network&#8217;s custom plan</a> and <a href="http://xfluro.com/promotions/">Xfluro&#8217;s $10 promotion</a>. <strong>Opinions, comments, reviews, and even new host recommendations are ALL WELCOME.</strong> I&#8217;m getting desperate here. <img src='http://ever-after.org/wp-includes/images/smilies/icon_surprised.gif' alt=':O' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=BBdD7J"><img src="http://feeds.feedburner.com/~f/everafterorg?i=BBdD7J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=L0LxFj"><img src="http://feeds.feedburner.com/~f/everafterorg?i=L0LxFj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=W1LqCJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=W1LqCJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/332993914" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/hosting-recommendations-anyone/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fhosting-recommendations-anyone%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/hosting-recommendations-anyone/</feedburner:origLink></item>
		<item>
		<title>Ever After Is Listed!</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/331940306/</link>
		<comments>http://ever-after.org/ever-after-is-listed/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 18:11:13 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=301</guid>
		<description><![CDATA[I logged into my wordpress account today, and on my dashboard, I see a new incoming link from Most Inspired, a CSS showcase gallery/weblog. Guess what, Ever After got listed as one of the recent inspirations! That&#8217;s not all. I visited the site just because it&#8217;s awesome to see my blog being featured, for the [...]]]></description>
			<content:encoded><![CDATA[<p>I logged into my wordpress account today, and on my dashboard, I see a new incoming link from <a href="http://www.mostinspired.com">Most Inspired</a>, a CSS showcase gallery/weblog. Guess what, Ever After got listed as one of the <a href="http://www.mostinspired.com/sites/view/c0976ce990b9cf4d53d1f4c4ef92207b">recent inspirations</a>! That&#8217;s not all. I visited the site just because it&#8217;s awesome to see my blog being featured, for the first time, on a CSS showcase gallery. I found out from Most Inspired that my site was also featured on <a href="http://cssmania.com/galleries/2008/07/10/everafter.php">CSS Mania</a>, yet another showcase gallery! Ok, so maybe I shouldn&#8217;t be so surprised because I did submit my site in, but I was shocked that they&#8217;d actually feature it.</p>
<p>Obviously, I&#8217;m happy that my site is being featured out there, but at the same time, I know that this isn&#8217;t my design.<strong> I&#8217;m using a premade theme</strong>. So really, those sites are giving props to the original creator of the theme, not me. Well, I tweaked it here and there and I added banner, but really, it&#8217;s not saying much. <img src='http://ever-after.org/wp-includes/images/smilies/hmm.gif' alt=':/' class='wp-smiley' /> So I try to look on the bright side, and it&#8217;s that my site is up on those galleries to stay! Yay to quality backlinks.</p>
<p>I&#8217;m going back to submitting my site to other galleries now. Hopefully I&#8217;ll be seeing more of those incoming links on my dashboard as time goes on. You guys should do it too. Even if your site doesn&#8217;t get listed, it still gives the reviewers an opportunity to check your site out. More traffic and pageviews! <img src='http://ever-after.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>[UPDATE]</strong> Ever After is also listed on <a href="http://www.lightondark.com/sites/view/1215719336433/">Light On Dark</a> and on <a href="http://www.cssstar.com/2008/07/10/ever-after/">CSS Star</a> now! Visit and leave a good rating? I&#8217;ll give you a cookie in return <img src='http://ever-after.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=7aPPBJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=7aPPBJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=VsHG1j"><img src="http://feeds.feedburner.com/~f/everafterorg?i=VsHG1j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=9Yfg5J"><img src="http://feeds.feedburner.com/~f/everafterorg?i=9Yfg5J" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/331940306" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/ever-after-is-listed/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fever-after-is-listed%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/ever-after-is-listed/</feedburner:origLink></item>
		<item>
		<title>Excluding Sponsored Posts From Feeds</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/331125233/</link>
		<comments>http://ever-after.org/excluding-sponsored-posts-from-feeds/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:58:31 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=291</guid>
		<description><![CDATA[A while ago I wrote about boring your readers with sponsored posts, what a bad idea it was, and how to prevent it. Well, here is something else you can do to save your visitors on having to read about lawyers in Delaware again.
I&#8217;ve recently created a new category just for sponsored posts. To abide [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I wrote about <a href="http://ever-after.org/boring-your-readers-with-sponsored-posts/">boring your readers with sponsored posts</a>, what a bad idea it was, and how to prevent it. Well, here is something else you can do to save your visitors on having to read about lawyers in Delaware again.</p>
<p>I&#8217;ve recently <strong>created a new category just for sponsored posts</strong>. To abide by the rules set down by advertisers, the category no way suggests that these posts are sponsored or being paid for. If anything it suggests that they suck and don&#8217;t deserve to see day light, hence why I called mine &#8220;<strong>basement</strong>&#8220;. You can names yours anything you want, so long as it doesn&#8217;t suggest that you&#8217;re receiving monetary payments in return. Name yours &#8220;little bunny froo froo&#8221; for all I care, but just dump all your boring boring posts in that one category.</p>
<p>Now I know many of you, including myself, give readers the option to subscribe to our blogs using rss feeds. The last thing you want is for your monotone posts about oven gloves to end up in their inboxes or on their feed readers. Yes, it&#8217;s unfortunate that those even have to be on our blogs (hopefully the idea of raking in some cash is of comfort to you, or else God knows why you&#8217;re still doing it), but at least we can make our feed subscriber&#8217;s life easier by <strong>removing sponsored posts from our feeds</strong>. There are 2 ways:</p>
<ol>
<li>If you use <a href="http://www.feedburner.com">feedburner</a>, simply change your feed url to <code>http://domain.com/feed?cat=-<strong>n</strong></code>, the <strong>n</strong> being the category you wish to exclude (you can find the number through wordpress). If you wish to exclude more than one category, use <code>http://domain.com/feed?cat=-x&amp;cat=-y&amp;cat=-z<br />
</code>, where <strong>x, y, and z</strong> represent the categories you wish to exclude.</li>
<li>You can use plugins. The <a href="http://www.planetmike.com/plugins/ultimate-category-excluder/">Ultimate Category Excluder</a> does just what it says, and some more. However, compatibility with Wordpress 2.1+ is uncertain. <a href="http://coffee2code.com/wp-plugins/stealth-publish/">Stealth Publish</a> allows you to exclude posts instead of entire categories, so check that out if that&#8217;s your thing.</li>
</ol>
<p>I personally prefer method #1, just because it&#8217;s very easy to do and takes less than a minute to complete. I&#8217;ve already configured my feeds to exclude sponsored posts. Yay! <img src='http://ever-after.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=gqTn1J"><img src="http://feeds.feedburner.com/~f/everafterorg?i=gqTn1J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=Qmdrwj"><img src="http://feeds.feedburner.com/~f/everafterorg?i=Qmdrwj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=xxWHPJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=xxWHPJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/331125233" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/excluding-sponsored-posts-from-feeds/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fexcluding-sponsored-posts-from-feeds%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/excluding-sponsored-posts-from-feeds/</feedburner:origLink></item>
		<item>
		<title>New Design &amp; Dilemmas</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/330108848/</link>
		<comments>http://ever-after.org/new-design-dilemmas/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 19:57:43 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=289</guid>
		<description><![CDATA[As you can see, new layout! I couldn&#8217;t really think of a better opening line, but do tell me what you think of it. This was a free theme from Blog Oh! Blog, but I tweaked it here and there to fit my needs. The tweaking didn&#8217;t take much time because I pretty much took [...]]]></description>
			<content:encoded><![CDATA[<p>As you can see, new layout! I couldn&#8217;t really think of a better opening line, but do tell me what you think of it. This was a free theme from <a href="http://www.blogohblog.com/">Blog Oh! Blog</a>, but I tweaked it here and there to fit my needs. The tweaking didn&#8217;t take much time because I pretty much took the codes from my previous design and just copy and pasted as needed. What really took a while was finding the right image for the header. I&#8217;m still not completely satisfied, so if anyone has a good photo/image to use or a good idea of what to put there, I&#8217;m all up for suggestions.</p>
<p>I wrote a post on <a href="http://ever-after.org/experiencing-with-different-advertisements/">experiencing with different blog advertisements</a> a while back, and after a month of using <strong>Project Wonderful</strong>, I&#8217;ve made $0.51. It&#8217;s obviously an improvement from the $0 I made from <strong>Google Adsense</strong>, but I feel like it&#8217;s just not quite cutting it. So I&#8217;ve decided to finally switch to <strong>self-hosted advertising</strong>, as you can see to your right, there are <strong>3 125&#215;125 ad spaces</strong> available at a <strong>first-come-first-serve basis</strong>. I will also provide a custom-designed ad at an additional price <img src='http://ever-after.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I haven&#8217;t made my final decisions on the prices yet, but here&#8217;s what I&#8217;m planning to use so far:</p>
<ul>
<li>$2 for 1 month</li>
<li>$5 for 3 months</li>
<li>$7 for 6 months</li>
<li>$12 for 1 year</li>
<li>$1.50 for 1 custom designed ad</li>
</ul>
<p>Do these prices seem reasonable to you guys? Any comments, suggestions, anything, would be welcome.</p>
<p>Another dilemma I&#8217;m having is whether or not to <a href="http://ever-after.org/choosing-a-domain-name-alias-and-host/">buy a new domain name</a>. Google hates my butt right now (the feeling is mutual), but the thing is, I haven&#8217;t been taking offers from <a href="http://tinyurl.com/ysr2y9">Payperpost</a> and <a href="http://socialspark.com">SocialSpark</a> in a while now. 1) because their offers usually suck, or 2) they just don&#8217;t have anything at all. I figured that if I got a new domain name, I could start off fresh and maybe get my pagerank back and dig myself out of Google hell. On the contrary, I just renewed this domain, I like the idea behind the name, and switching names means building up all my backlinks from scratch. Ideas anyone? <img src='http://ever-after.org/wp-includes/images/smilies/hmm.gif' alt=':/' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=ajPEXJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=ajPEXJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=QPCAnj"><img src="http://feeds.feedburner.com/~f/everafterorg?i=QPCAnj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=6lRsbJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=6lRsbJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/330108848" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/new-design-dilemmas/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fnew-design-dilemmas%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/new-design-dilemmas/</feedburner:origLink></item>
		<item>
		<title>Boring Your Readers With Sponsored Posts</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/325068761/</link>
		<comments>http://ever-after.org/boring-your-readers-with-sponsored-posts/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 17:47:53 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=285</guid>
		<description><![CDATA[I&#8217;m going to be honest and blunt about this. Sponsored posts are BORING. Unless you have an amazing knack to turn even the most dry topics (like fake plants) into something that will fascinate the people asides from your gardner, people will usually choose to not comment, or even read your sponsored posts. Admit it, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be honest and blunt about this. Sponsored posts are BORING. Unless you have an amazing knack to turn even the most dry topics (like <a href="http://ever-after.org/faking-it-plants/">fake plants</a>) into something that will fascinate the people asides from your gardner, people will usually choose to not comment, or even read your sponsored posts. Admit it, writing it is boring, so how can you expect the people reading it to be entertained? If it wasn&#8217;t for the money behind it to motivate you, would you still write about the <a href="http://ever-after.org/alpine-industry/">alpine industry</a>? Probably not.</p>
<p>The thing with writing sponsored posts is that the more you write, the more it decreases the overall quality of your blog. From what I&#8217;ve read of other people&#8217;s (and my own) sponsored posts, they all sound boring and dead. To me it&#8217;s like watching the commercials on TV minus all the excitement. It repels readers, or at least, I get repelled away when I see that the first couple posts are sponsored posts. I go to a blog expecting to find some interesting content or at least to hear about your day. Not to listen to you talk about <a href="http://ever-after.org/police-gear/">police gear</a>, unless you happened to be a police or the owner of the store.</p>
<p>I know I sound like a hypocrite right now, because that is what I&#8217;ve been doing for the past couple months. It didn&#8217;t occur to me at first because obviously I don&#8217;t view my site the same way a regular visitor would, but after seeing the trend on other sites, I began to realize how ANNOYING it was. So I propose a simple solution:</p>
<p><strong>Pair your sponsored posts with a quality, non-sponsored post.</strong> What does this mean? Basically, if you&#8217;re going to write a sponsored post, go for it. But right after you write it, write another decent, non-sponsored post, so <strong>your quality post will be the first one your readers see, not the one about <a href="http://ever-after.org/alternative-anxiety-medicine/">anxiety medicine</a>.</strong> As far as I&#8217;m concerned, no rules are being broken by doing this, because usually as long as the sponsored post is on the main page of your blog, the post order is irrelevant. So why not have your readers come to your site and read something decent, so they won&#8217;t think that your blog is a wolf under sheep skin? For example, this post will be the first you see and hopefully read when you arrive at my blog, not any other sponsored post. <strong>In short, always make sure the first post on your blog is a quality post.</strong></p>
<p>Yes, you&#8217;re still writing humdrum sponsored posts and in a sense you are deceiving your readers, but at the same time, you&#8217;re making it easier for them. Now they don&#8217;t have to filter and skim through posts just to find that something good and real you wrote. <img src='http://ever-after.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=aMFAWJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=aMFAWJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=j57Tuj"><img src="http://feeds.feedburner.com/~f/everafterorg?i=j57Tuj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=dxXI2J"><img src="http://feeds.feedburner.com/~f/everafterorg?i=dxXI2J" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/325068761" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/boring-your-readers-with-sponsored-posts/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fboring-your-readers-with-sponsored-posts%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/boring-your-readers-with-sponsored-posts/</feedburner:origLink></item>
		<item>
		<title>On Spreading the Gospel</title>
		<link>http://feeds.feedburner.com/~r/everafterorg/~3/324219480/</link>
		<comments>http://ever-after.org/on-spreading-the-gospel/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 17:57:37 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Quiet Time]]></category>

		<guid isPermaLink="false">http://ever-after.org/?p=282</guid>
		<description><![CDATA[I was planning on posting anything, but for some reason I felt strongly to write my opinion about religious groups, especially Christians, that try to spread their beliefs to others. The reason being is that I read a post that Regina wrote about inappropriate conversion, and though I agree with them on some parts, I [...]]]></description>
			<content:encoded><![CDATA[<p>I was planning on posting anything, but for some reason I felt strongly to write my opinion about religious groups, especially Christians, that try to spread their beliefs to others. The reason being is that I read a post that <a href="http://tellhim.net/wordpress/index.php/2008/06/30/ok-wow/">Regina</a> wrote about <a href="http://www.swimchick.net/index.php?id=937">inappropriate conversion</a>, and though I agree with them on some parts, I find myself standing up for these accused Christians.</p>
<p>Now the girl who wrote the post on inappropriate conversion was a Muslim, and when the Christian group tried to convert her at an <em>Arabic festival</em>, I can see why she was annoyed (and amused) at the same time. However, it&#8217;s when self-claimed Christians mock what the group was doing that I got really upset and disappointed. I don&#8217;t expect non-believers to understand what those people are doing or even why they&#8217;re doing it, but as Christians, we should know why they do it. But when you start saying things like&#8221;<em>The bible did not say that everyone has to believe in god. there are other religions too, like Buddhism</em>&#8220;, it&#8217;s apparent that</p>
<ol>
<li>people either don&#8217;t know the bible at all</li>
<li>people have been taught to the twisted truth</li>
</ol>
<p>I&#8217;m no expert in the bible myself and I&#8217;m still learning, but the first commandment of the 10 made it very obvious</p>
<blockquote><p>You shall have no other gods before me. You shall not make for yourself an idol in the form of anything in heaven above or on the earth beneath or in the waters below. You shall not bow down to them or worship them; for I, the LORD your God, am a jealous God, punishing the children for the sin of the fathers to the third and fourth generation of those who hate me, but showing love to a thousand {generations} of those who love me and keep my commandments.</p></blockquote>
<p>If you are a Christian and believe that God is the creator and ruler of the universe and that the bible is His Word, then you should know that even though the bible doesn&#8217;t explicity say &#8220;EVERYONE SHALT BELIEVE IN GOD&#8221;, it implies it very clearly. Yes there are other religions, but to God and Christians alike, those gods are nothig more than idols that humans have made and decided to worship. And God is so adamant about everyone eventually coming to know Him and believe in Him that in the new testament Jesus says again in Matthew 28:19-20</p>
<blockquote><p>Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.</p></blockquote>
<p>So pretty much the bible is saying, those of you who already believe, good, because now you got to make sure that everyone else knows about God too! This is why those Christian groups go out there and talk to people. They have nothing personal to gain from doing it, absolutely nothing. There are no financial rewards, not even an award on paper or a chocolate medal for doing what they do. But they do it because they know that 1) <strong>God commanded them to</strong> 2) <strong>they just want to share the joy and peace they feel with others</strong>. The second part is something that words can&#8217;t describe, but any one who has an initimate relationship with God can understand, and it&#8217;s just something you can&#8217;t keep inside of you. It&#8217;s like you want the whole world, or at least your close friends and family who are non-believers to know about it and experience the same kind of joy and peace that you have. I&#8217;m speaking from personal experience here.</p>
<p>What I&#8217;m trying to say is that people need to understand that these Christians are getting scorned and mocked, and sometimes even physically hurt, for what they do. Haven&#8217;t you ever wondered what&#8217;s the driving force behind them, why they&#8217;re willing to do something like this? It&#8217;s not a cult, and it&#8217;s sad to hear that even amongst Christians, some would say something like that or have such deep misunderstandings. But all I can say is that it&#8217;s not easy, and that it takes a lot of guts. But the bible never said it&#8217;d be easy, and in fact Jesus said in Jon 15:18-19</p>
<blockquote><p>If the world hates you, keep in mind that it hated me first. If you belonged to the world, it would love you as its own. As it is, you do not belong to the world, but I have chosen you out of the world. That is why the world hates you.</p></blockquote>
<p>Of course, it was foolish of the Christian group to chose to spread the gospel at an Arabic festival. I also don&#8217;t like it when they try to force things on to people. Things like this should never be forced, and in fact, it can&#8217;t be forced. Sometimes I think they get too desperate and too passionate that they forgot what it was like to be a non-believer.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/everafterorg?a=5iUBoJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=5iUBoJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=NSE46j"><img src="http://feeds.feedburner.com/~f/everafterorg?i=NSE46j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/everafterorg?a=9R7pOJ"><img src="http://feeds.feedburner.com/~f/everafterorg?i=9R7pOJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/everafterorg/~4/324219480" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ever-after.org/on-spreading-the-gospel/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=everafterorg&amp;itemurl=http%3A%2F%2Fever-after.org%2Fon-spreading-the-gospel%2F</feedburner:awareness><feedburner:origLink>http://ever-after.org/on-spreading-the-gospel/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=everafterorg</feedburner:awareness></channel>
</rss>
