<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>CKnol.Com</title>
	<link>http://www.cknol.com</link>
	<description>The Center of Knowledges</description>
	<lastBuildDate>Sun, 14 Dec 2008 18:09:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using CSS to Makes Transparent Element in Mozilla</title>
		<description><![CDATA[Let us play with Mozilla’s CSS again. Now we will try to make a cool transparent element with -moz-opacity property. This property is also available in CSS3 specification with the name opacity. Using this property, you can control how solid your element is. The value is ranged from 0 (full-transparent) to 1 (solid). So, 0.5 [...]]]></description>
		<link>http://www.cknol.com/website/using-css-to-makes-transparent-element-in-mozilla.html</link>
			</item>
	<item>
		<title>Changing The Style of Highlighted Text in Mozilla</title>
		<description><![CDATA[There are several interesting style on Mozilla’s specific CSS. One of the most interesting trick is changing the style of the text when user highlighted the text using -moz-selection property.
Look the sample of code below:

[css]::-moz-selection{
background-color: #ff0000;
color: #fff;
}[/css]
now when user selected or highlighted any text, the background color will change to red (#ff0000) and the text [...]]]></description>
		<link>http://www.cknol.com/website/changing-the-style-of-highlighted-text-in-mozilla.html</link>
			</item>
	<item>
		<title>How to Read GMail Inbox Using RSS Feed</title>
		<description><![CDATA[Do you use free email service from Google which called GMail (link)? I want to tell you about a feature you had probably love to know.
The feature will enable you to easily and quickly grab the contents of your GMail inbox using RSS feed. To try that feature, just use this URL as your RSS [...]]]></description>
		<link>http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html</link>
			</item>
	<item>
		<title>Associating Yahoo! and Google</title>
		<description><![CDATA[Everyone in the internet do a lot of searching. There are two big search engines in the internet now. They are Yahoo! and Google.
Which one is the best? I don&#8217;t know, and I think this is not important to know. I am using Yahoo! and also Google. How about you? Do you like to use [...]]]></description>
		<link>http://www.cknol.com/internet/associating-yahoo-and-google.html</link>
			</item>
	<item>
		<title>How to Modifying Wordpress Related Post Plugins</title>
		<description><![CDATA[First, if you do not have Related Post plugins, you can download it from the author&#8217;s website (Link). This little modification will make your Related  Post plugin more powerful and useful.

Follow these steps to update the plugin:

Copy these code:
&#60;? if (! function_exists(”related_posts”))
{
function related_posts($limit=5, $len=10, $before_title = ”, $after_title = ”, $before_post = ”, $after_post [...]]]></description>
		<link>http://www.cknol.com/wordpress/how-to-modifying-wordpress-related-post-plugins.html</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
		<link>http://www.cknol.com/blog/hello-world.html</link>
			</item>
</channel>
</rss>
