<?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"
	>

<channel>
	<title>webyme</title>
	<atom:link href="http://webyme.co.cc/feed" rel="self" type="application/rss+xml" />
	<link>http://webyme.co.cc</link>
	<description>tutorial wordpress, html, xhtml, javascript, php, and css</description>
	<pubDate>Mon, 29 Mar 2010 06:10:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>The #1 Online Store Rx Glasses</title>
		<link>http://webyme.co.cc/byme/the-1-online-store-rx-glasses.html</link>
		<comments>http://webyme.co.cc/byme/the-1-online-store-rx-glasses.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 06:10:00 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=113</guid>
		<description><![CDATA[This is a good news, if you are looking for eyeglasses online in internet, lets visit The #1 online Rx glasses store called zennioptical.com. Zenni Optical offer Lowest Price Progressive Glasses for your eyes.
Current glasses are not only used by people who have eye disorders, but evolved into a fashion accessories to look stylish. And [...]]]></description>
			<content:encoded><![CDATA[<p>This is a good news, if you are looking for eyeglasses online in internet, lets visit The #1 online Rx glasses store called zennioptical.com. Zenni Optical offer <a title="Lowest Price Progressive Glasses " href="http://www.zennioptical.com/home.php" target="_blank">Lowest Price Progressive Glasses</a> for your eyes.</p>
<p><span style="font-family: verdana,geneva;">Current glasses are not only used by people who have eye disorders, but evolved into a fashion accessories to look stylish. And this is realized by <em>Zenni Optical</em>, thus creating various models of fashionable glasses. and if you need a reference about the glasses that really offered <em>Zenni Optical</em>, you can read <a title="Eric's Review of Zenni Optical" href="http://www.examiner.com/x-28795-Brooklyn-Liberal-Examiner~y2009m11d13-Cheap-eyeglasses-are-a-reality-Check-out-Erics-review-of-Zenni-Optical" target="_blank">Eric&#8217;s Review of Zenni Optical</a>. You will realize that <em>Zenni Optical</em> offers truly high quality glasses and cheaper prices.</span></p>
<p><span style="font-family: verdana,geneva;">If you choose glasses, then you think about is how to get glasses with easy price with best quality. <em>Zenni Optical</em> is <a title="The #1 online Rx glasses store" href="http://www.zennioptical.com/home.php" target="_blank">The #1 online Rx glasses store</a>. And if you need more detailed information about the glasses offered by <em>Zenni Optical</em>, once againt you can visit and choose glasses that match your style at <strong><em>www.zennioptical.com</em></strong>.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/the-1-online-store-rx-glasses.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Styling Author Comments in wordpress</title>
		<link>http://webyme.co.cc/byme/styling-author-comments-in-wordpress.html</link>
		<comments>http://webyme.co.cc/byme/styling-author-comments-in-wordpress.html#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:08:11 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=110</guid>
		<description><![CDATA[Styling author comments in wordpress. Sometimes we want to distinguish between the author comments and visitor comments in wordpress blog. This quite easily to do.
First, such an author named &#8220;admin&#8221;, to distinguish admin comments on the blog place the following piece of code in your style.css file:
.comment-author-admin {
background: #AAAAAA;
margin: 0px;
padding: 0px;
}

For different author name, Try [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Styling author comments in wordpress</strong>. Sometimes we want to distinguish between the author comments and visitor comments in wordpress blog. This quite easily to do.</p>
<p>First, such an author named &#8220;admin&#8221;, to distinguish admin comments on the blog place the following piece of code in your <em>style.css</em> file:</p>
<blockquote><p>.comment-author-admin {<br />
background: #AAAAAA;<br />
margin: 0px;<br />
padding: 0px;<br />
}</p>
</blockquote>
<p>For different author name, Try to change admin with another name as author name. for example: if author name &#8220;byme&#8221; so you must change code above like this .comment-author-byme</p>
<p>This code uses the standar wordpress comment code, may be the result would be different if you use different comment code model. Thanks</p>
<p>byme</p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/styling-author-comments-in-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>The CSS Text-shadow Property</title>
		<link>http://webyme.co.cc/byme/the-css-text-shadow-property.html</link>
		<comments>http://webyme.co.cc/byme/the-css-text-shadow-property.html#comments</comments>
		<pubDate>Tue, 01 Dec 2009 02:21:13 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=102</guid>
		<description><![CDATA[The CSS text-shadow property is used as follows:

text-shadow: 3px 3px 4px #000;

This produces the following text with a shadow 3px right and below of the text, which blurs for 4px:
Users of Webkit (from Safari 3+), Opera 9.5, Firefox 3.1(pre-Alpha), Konqueror or iCab should see a grey drop-shadow behind this paragraph.
For anyone not using those browsers, [...]]]></description>
			<content:encoded><![CDATA[<p>The CSS text-shadow property is used as follows:</p>
<blockquote>
<pre>text-shadow: 3px 3px 4px #000;</pre>
</blockquote>
<p>This produces the following text with a shadow 3px right and below of the text, which blurs for 4px:</p>
<p>Users of Webkit (from Safari 3+), Opera 9.5, Firefox 3.1(pre-Alpha), Konqueror or iCab should see a grey drop-shadow behind this paragraph.</p>
<p>For anyone not using those browsers, here is a example image:</p>
<p><img src="http://static.css3.info/wp-content/uploads/2008/06/text-shadow.png" alt="text-shadow" width="564" height="42" /></p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/the-css-text-shadow-property.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Make your wordpress title tag SEO friendly</title>
		<link>http://webyme.co.cc/byme/make-your-wordpress-title-tag-seo-friendly.html</link>
		<comments>http://webyme.co.cc/byme/make-your-wordpress-title-tag-seo-friendly.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:37:19 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=96</guid>
		<description><![CDATA[SEO (Search Engine Optimization) is a very important part of your wordpress blog because without a good seo, you will loss lots of potential visitors from search engine. So make your wordpress SEO friendly is a good thing to boost your wordpress blog traffic. One of the SEO technique is to optimise the &#60;title&#62; tag [...]]]></description>
			<content:encoded><![CDATA[<p>SEO (Search Engine Optimization) is a very important part of your wordpress blog because without a good seo, you will loss lots of potential visitors from search engine. So make your wordpress SEO friendly is a good thing to boost your wordpress blog traffic. One of the SEO technique is to optimise the <em>&lt;title&gt;</em> tag of your wordpress blog for a better SEO.</p>
<p>Lets do this!</p>
<p>Open your wordpress theme header.php file for edition. find <em>&lt;title&gt;</em> tag, and replace it by the following code:</p>
<blockquote>
<pre>&lt;title&gt;
&lt;?php if (is_home () ) {
    bloginfo('name');
} elseif ( is_category() ) {
    single_cat_title(); echo ' - ' ; bloginfo('name');
} elseif (is_single() ) {
    single_post_title();
} elseif (is_page() ) {
    bloginfo('name'); echo ': '; single_post_title();
} else {
    wp_title('',true);
} ?&gt;
&lt;/title&gt;</pre>
</blockquote>
<p>This code will generate <em>the title</em> tags according to the following model:</p>
<ul>
<li>If wordpress blog visitor is on the wordpress homepage: We&#8217;ll display the blog name.</li>
<li>If wordpress blog visitor is on a wordpress category page: We&#8217;ll display category name and the blog name.</li>
<li>If wordpress blog visitor is on an wordpress article page: We&#8217;ll only display the article title.</li>
<li>If wordpress blog visitor is on a static page: We&#8217;ll display blog name, and the page title.</li>
</ul>
<p>You are done. You can also use <a title="All in One SEO Pack" rel="nofollow" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack</a> popular wordpress plugin to make your wordpress blog SEO Friendly.</p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/make-your-wordpress-title-tag-seo-friendly.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Speed up your wordpress blog</title>
		<link>http://webyme.co.cc/byme/speed-up-your-wordpress-blog.html</link>
		<comments>http://webyme.co.cc/byme/speed-up-your-wordpress-blog.html#comments</comments>
		<pubDate>Wed, 21 Oct 2009 14:28:12 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=93</guid>
		<description><![CDATA[Speed up wordpress blog. WordPress, by default, setting with uncompressed and then sends uncompressed HTML to the visitor’s browser.  If your wordpress blog have thousands of visitors every day, this will cause problems for your wordpress blog and also causes access to your blog to be slowly.
With one line of the code added to your [...]]]></description>
			<content:encoded><![CDATA[<p>Speed up wordpress blog. WordPress, by default, setting with uncompressed and then sends uncompressed HTML to the visitor’s browser.  If your wordpress blog have thousands of visitors every day, this will cause problems for your wordpress blog and also causes access to your blog to be slowly.</p>
<p>With one line of the code added to your header, you can compress the WordPress’s output by up to 75 percent. By using zlib compression technology, you can harness power of PHP and reduce your wordpress blog’s load speed!</p>
<p>Oke the first, place the following code in a file that call it with &#8220;test.php&#8221; and then upload this to the root of your wordpress blog directory:</p>
<blockquote>
<pre>&lt;?php phpinfo(); ?&gt;</pre>
</blockquote>
<p>Don&#8217;t forget to make sure that &#8220;zlib&#8221; is enabled by your hosting provider.</p>
<p>The second, place the following code in your header.php above the DOCTYPE:</p>
<blockquote>
<pre>&lt;?php
ini_set('zlib.output_compression', 'On');
ini_set('zlib.output_compression_level', '1');
?&gt;</pre>
</blockquote>
<p>And done.  To ensure that you have compressed your wordpress blog and speed up it become faster, check here <a rel="nofollow" href="http://www.port80software.com/support/p80tools.asp" target="_blank">port80software.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/speed-up-your-wordpress-blog.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Display related posts in wordpress without plugin</title>
		<link>http://webyme.co.cc/byme/display-related-posts-in-wordpress-without-plugin-2.html</link>
		<comments>http://webyme.co.cc/byme/display-related-posts-in-wordpress-without-plugin-2.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 00:48:04 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=90</guid>
		<description><![CDATA[How to display related post in wordpress without plugin? Displaying related posts in wordpress blog is a very great way to help the visitors staying longer on your blog. It is also can increase your blog page views. You can use a related post plugin, but you also can use tags and custom code to [...]]]></description>
			<content:encoded><![CDATA[<p>How to display related post in wordpress without plugin? Displaying related posts in wordpress blog is a very great way to help the visitors staying longer on your blog. It is also can increase your blog page views. You can use a related post plugin, but you also can use tags and custom code to show related posts in your wordpress. Let’s see how to do that.</p>
<p>Copy this code to your wordpress theme code anywhere to show related post:</p>
<blockquote><p>&lt;?php<br />
$this_post = $post;<br />
$category = get_the_category(); $category = $category[0]; $category = $category-&gt;cat_ID;<br />
$posts = get_posts(&#8217;numberposts=6&amp;offset=0&amp;orderby=post_date&amp;order=DESC&amp;category=&#8217;.$category);<br />
$count = 0;<br />
foreach ( $posts as $post ) {<br />
if ( $post-&gt;ID == $this_post-&gt;ID || $count == 5) {<br />
unset($posts[$count]);<br />
}else{<br />
$count ++;<br />
}<br />
}<br />
?&gt;</p>
<p>&lt;?php if ( $posts ) : ?&gt;<br />
&lt;div class=&#8221;related_articles&#8221;&gt;<br />
&lt;b&gt;Related Posts&lt;/b&gt;<br />
&lt;ul&gt;<br />
&lt;?php foreach ( $posts as $post ) : ?&gt;<br />
&lt;li&gt;&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221;<br />
title=&#8221;&lt;?php echo trim(str_replace(&#8221;n&#8221;,&#8221; &#8220;,preg_replace(&#8217;#&lt;[^&gt;]*?&gt;#si&#8217;,&#8221;,get_the_excerpt()))) ?&gt;&#8221;&gt;<br />
&lt;?php if ( get_the_title() ){ the_title(); }else{ echo &#8220;Untitled&#8221;; } ?&gt;&lt;/a&gt;<br />
(&lt;?php the_time(&#8217;F jS, Y&#8217;) ?&gt;)&lt;/li&gt;<br />
&lt;?php endforeach // $posts as $post ?&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;?php endif // $posts ?&gt;<br />
&lt;?php<br />
$post = $this_post;<br />
unset($this_post);<br />
?&gt;</p></blockquote>
<p>That code work to display related post in your wordpress blog, i hope this is useful and thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/display-related-posts-in-wordpress-without-plugin-2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>display authors gravatar in wordpress posts</title>
		<link>http://webyme.co.cc/byme/display-authors-gravatar-in-wordpress-posts.html</link>
		<comments>http://webyme.co.cc/byme/display-authors-gravatar-in-wordpress-posts.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 02:56:08 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=86</guid>
		<description><![CDATA[We know the gravatar can display in wordpress comments, however how to display or add author&#8217;s gravatar in your wordpress post? Sure, you can use a well known wordpress hack to get the post author gravatar  and display it to your wordpress posts with easily
Simply paste the following code to display author gravatar on your [...]]]></description>
			<content:encoded><![CDATA[<p>We know the gravatar can display in wordpress comments, however how to display or add author&#8217;s gravatar in your wordpress post? Sure, you can use a well known wordpress hack to get the post author gravatar  and display it to your wordpress posts with easily</p>
<p>Simply paste the following code to display author gravatar on your <em>single.php</em> file where you want the gravatar to be displayed:</p>
<blockquote>
<pre>&lt;?php
	$author_email = get_the_author_email();
	echo get_avatar($author_email, '96');
?&gt;</pre>
</blockquote>
<p>That&#8217;s easy as that, may be useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/display-authors-gravatar-in-wordpress-posts.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>how to number of comments in wordpress</title>
		<link>http://webyme.co.cc/byme/how-to-number-of-comments-in-wordpress.html</link>
		<comments>http://webyme.co.cc/byme/how-to-number-of-comments-in-wordpress.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:47:15 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=80</guid>
		<description><![CDATA[Your wordpress blog post have lots of comments? If yes, it can be really useful for you and also your blog readers to number the comments. Here’s how to number of comments in wordpress easily and efficiently.

Open your wordpress template on comments.php and find the following line:

&#60;?php foreach ($comments as $comment) : ?&#62;

Just above this [...]]]></description>
			<content:encoded><![CDATA[<p>Your wordpress blog post have lots of comments? If yes, it can be really useful for you and also your blog readers to number the comments. Here’s how to number of comments in wordpress easily and efficiently.</p>
<div class="content">
<p>Open your wordpress template on comments.php and find the following line:</p>
<blockquote>
<pre>&lt;?php foreach ($comments as $comment) : ?&gt;</pre>
</blockquote>
<p>Just above this line, initialize counter variable:</p>
<blockquote>
<pre>&lt;?php $i = 0; ?&gt;</pre>
</blockquote>
<p>Just after this line, increment counter:</p>
<blockquote>
<pre>&lt;?php $i++; ?&gt;</pre>
</blockquote>
<p>Now, you just have to echo the $i variable to get the number of the comment. Paste this code anywhere on the comments loop:</p>
<blockquote>
<pre>&lt;?php echo $i; ?&gt;</pre>
</blockquote>
<p>Your wordpress comments are now numbered. Hope this is useful for you.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/how-to-number-of-comments-in-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Get Random Post in wordpress</title>
		<link>http://webyme.co.cc/byme/get-random-post-in-wordpress.html</link>
		<comments>http://webyme.co.cc/byme/get-random-post-in-wordpress.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 02:52:14 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/?p=75</guid>
		<description><![CDATA[Sometimes we want to display random post in wordpress. So How do I show random post on wordpress. Copy following code above and snippet to your wordpress theme file:
&#60;?php query_posts(’orderby=rand&#38;showposts=5?); ?&#62;
&#60;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#62;
&#60;h1&#62;
&#60;a href=”&#60;?php the_permalink(); ?&#62;” title=”&#60;?php the_title(); ?&#62;”&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;
&#60;/h1&#62;
&#60;?php the_content(); ?&#62;
&#60;?php endwhile; ?&#62;
&#60;?php endif; ?&#62;

You can snippet [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes we want to <strong>display random post in wordpress</strong>. So How do I show random post on wordpress. Copy following code above and snippet to your wordpress theme file:</p>
<blockquote><p>&lt;?php query_posts(’orderby=rand&amp;showposts=5?); ?&gt;</p>
<p>&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;</p>
<p>&lt;h1&gt;</p>
<p>&lt;a href=”&lt;?php the_permalink(); ?&gt;” title=”&lt;?php the_title(); ?&gt;”&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;</p>
<p>&lt;/h1&gt;</p>
<p>&lt;?php the_content(); ?&gt;</p>
<p>&lt;?php endwhile; ?&gt;</p>
<p>&lt;?php endif; ?&gt;</p>
</blockquote>
<p>You can snippet code above in your wordpress theme anywhere, in Index, sidebar or on other pages. You can change <strong>showposts = 5</strong> with a number up to how many posts are you want to show in random.</p>
<p>You can also add a category-id parameter if only want to display a certain category, for instance <strong>cat =1</strong></p>
<p>And for <strong>the_content ()</strong> Can you replace with <strong>the_excerpt ()</strong> if you just want to show the excerpt only.</p>
<p>It&#8217;s so easy <span style="text-decoration: underline;">to show random post in wordpress</span>. Good luck and have a nice blogging</p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/get-random-post-in-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Create wordpress page templates</title>
		<link>http://webyme.co.cc/byme/create-wordpress-page-templates.html</link>
		<comments>http://webyme.co.cc/byme/create-wordpress-page-templates.html#comments</comments>
		<pubDate>Wed, 21 Jan 2009 01:27:00 +0000</pubDate>
		<dc:creator>byme</dc:creator>
		
		<guid isPermaLink="false">http://webyme.co.cc/wordpress/create-wordpress-page-templates.html</guid>
		<description><![CDATA[Page template is very useful, they allow you to create custom page, for example creating an archive page, link page and much more, so what should you do to create page template to your wordpress?
 
Insert on the first line of your page template code like this:



&#60;?php         [...]]]></description>
			<content:encoded><![CDATA[<p>Page template is very useful, they allow you to create custom page, for example creating an archive page, link page and much more, so what should you do to create page template to your wordpress?</p>
<p> <span id="more-74"></span>
<p><strong>Insert on</strong> the first line of your page template code like this:</p>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td>&lt;?php          <br />/*           <br />Template Name: Archives           <br />*/           <br />?&gt;</td>
</tr>
</tbody>
</table>
<p>Code above, we just created page template with name “Archives”.</p>
<hr />
<p><strong>Next</strong> to use it on you theme. Create your page and scroll down until you see “<strong>Page Template</strong>” dropdown list, then you can choose the page template which used.</p>
<p><strong>Byme</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webyme.co.cc/byme/create-wordpress-page-templates.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://stats.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

