<?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>Eches - Blogging, technology, internet and earn money online &#187; Wordpress Tips</title>
	<atom:link href="http://blog.eches.net/category/wordpresstips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eches.net</link>
	<description>Tips &#38; Tricks related to web, internet and computer</description>
	<lastBuildDate>Tue, 31 Aug 2010 23:51:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add style to your post with HTML and CSS tricks</title>
		<link>http://blog.eches.net/web-development/add-style-to-your-post-with-html-and-css-tricks/</link>
		<comments>http://blog.eches.net/web-development/add-style-to-your-post-with-html-and-css-tricks/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 08:31:30 +0000</pubDate>
		<dc:creator>eches</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://blog.eches.net/2007/01/08/add-style-to-your-post-with-html-and-css-tricks/</guid>
		<description><![CDATA[The addition of subtle HTML and CSS styling in your blog is essential as readers might overlook the things that you desperately want them to read. Here are few tricks that you can do to make your blog more appealing &#8230;]]></description>
			<content:encoded><![CDATA[<p>The addition of subtle HTML and CSS styling in your blog is essential as readers might overlook the things that you desperately want them to read. Here are few tricks that you can do to make your blog more appealing and to enhance the visibility of important facts of your posts.</p>
<p>1. <strong><u>Highlighting Important Text Inside HTML Boxes</u></strong></p>
<p>Lets start with an example. Instead of using mundane exceprt (i.e. "Lorem ipsum dolor sit amet...") in this example, I will use my first language for the exceprt in this example ;)</p>
<p><strong>-- Example Begins --</strong><i></p>
<p>Saya sungguh tertarik dengan long-term goal <a href="http://www.smartusaha.com">saudara smartusaha</a> dalam menyahut cabaran Melayu Boleh: Wangcyber SEO challenge. Bermula </i>
<div style="width:200px;height:50px;float: right;border-top: 2px solid #000; border-bottom: 2px solid #000; padding: 5px;">Klik untuk maklumat lanjut tentang Melayu boleh: <a href="http://wangcyber.com/forum/showthread.php?t=2176">Wangcyber SEO challenge</a></div>
<p><i>dengan blog yang baru sahaja disetup dengan blogspot, ini sesungguhnya merupakan cabaran SEO sebenar bagi seorang webmaster kerana anda perlu memikirkan cara untuk memastikan blog baru tersebut diindexkan secepat mungkin ke dalam google dan yahoo. </p>
<p></i><span id="more-160"></span><br />
<i>Saya berpendapat, blog baru tersebut akan dibacklinkkan ke <a href="http://www.smartusaha.com/blog">blog utama beliau</a> yang mempunyai PR5. Dengan cara ini, mana2 blog baru akan diindexkan dengan kadar yang lebih cepat dan ini adalah juga salah satu strategi SEO yang sering dipakai oleh webmaster2 telah mempunyai PR website yang tinggi. </p>
<p>Saingan dalam "melayu boleh" semakin rancak dengan kemasukan banyak webmaster2 yang berpengalaman. Sekian sahaja untuk contoh HTML dan CSS tricks</i><br />
<strong>-- Example Ends --</strong></p>
<p>Place the following code between the paragraph or wherever you want it to be and it will appear like in the above example.  </p>
<pre><code>&lt;div style="width:200px; 
height:100px;
float: right;
border-top: 1px solid #000; 
border-bottom: 2px solid #000; 
padding: 5px;"&gt;Sample Text Goes Here.&lt;/div&gt;</code></pre>
<p>2. <strong><u>Never use Ampersands or Quotes in Titles<br />
</u></strong><br />
There's nothing wrong with using Ampersand signs (&#038;) or double-quotes(") in your blog titles, but in some cases they may break your social bookmarking URLs. As far as this blog is concerned the "&#038;" will create an error in my feedburner. Luckily the "&#038;" sign resides at lower end of this post, so it won't create the problem. You should use HTML special characters like </p>
<p><code>&amp;amp;</code> for &#038; [ampersand]<br />
<code>&amp;quot;</code> for " [double quote]<br />
<code>&amp;#39;</code> for ' [single quote]</p>
<p>3. <strong><u>Bullets and Lists are boring, try something different<br />
</u></strong><br />
If you create a list of something you can switch to other fancy bullet style rather than the convetional one. Here's some example that's taken directly from the original post.</p>
<p>Â» with <code>&amp;raquo;</code> | Âº with <code>&amp;ordm;</code> | Â· with <code>&amp;middot;</code></p>
<p>4. <strong><u>Image wrapped around text<br />
</u></strong><br />
Blending image into a lengthy post will enhance readers' comprehension. This can be done by adding the following <code>style="margin: 0 0 2px 5px; float: right;" </code> into img tag. For example, </p>
<p>For right alignment - <code>&lt;img style="margin: 0 0 2px 5px; float: right;" src="file_name_here" /&gt;</code><br />
For left alignment - <code>&lt;img style="margin: 0 5px 2px 0; float: left;" src="file_name_here" /&gt;</code></p>
<p>I hope this will give your post a better look.</p>
<p>[source: <a href="http://labnol.blogspot.com/2006_12_31_labnol_archive.html">Digital Inspiration</a>]</p>
<p><b>Technorati Tags: <a href="http://technorati.com/tag/HTML" rel="tag">HTML</a>, <a href="http://technorati.com/tag/CSS" rel="tag">CSS</a>, <a href="http://technorati.com/tag/tricks" rel="tag">tricks</a>, <a href="http://technorati.com/tag/style+your+post" rel="tag">style your post</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eches.net/web-development/add-style-to-your-post-with-html-and-css-tricks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress tips: Floating feed subscription icon</title>
		<link>http://blog.eches.net/web-development/wordpress-tips-floating-feed-subscription-icon/</link>
		<comments>http://blog.eches.net/web-development/wordpress-tips-floating-feed-subscription-icon/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 02:09:41 +0000</pubDate>
		<dc:creator>eches</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[Wordpress Updates]]></category>

		<guid isPermaLink="false">http://blog.eches.net/?p=102</guid>
		<description><![CDATA[Do you notice feed subscription icon at the top left corner of my blog? As you scroll down this blog, it moves along too. Here is the few steps taken to realise this cool "effect". 1. Add the following CSS &#8230;]]></description>
			<content:encoded><![CDATA[<p>Do you notice feed subscription icon at the top left corner of my blog? As you scroll down this blog, it moves along too. Here is the few steps taken to realise this cool "effect". </p>
<p>1. Add the following CSS code into your CSS file. </p>
<p><strong>Code: </strong></p>
<pre><code>
#mini-nav { width: 20px; position:fixed; top: 180px; left:5px;} 
* html div#mini-nav { width: 20px; top: 180px; left:30px; position:absolute; } 
#mini-nav img{ margin: 0px; } </code></pre>
<p>2. Put the following HTML code whenever you want it to be appeared. If you it to be in every pages of your blog, you might need to put the code into few files in your current theme directory (e.g. index.php, category.php, page.php etc)</p>
<p><strong>Code: </strong></p>
<pre><code>&lt;div id="mini-nav"&gt; 
&lt;a href="http://feeds.feedburner.com/YourBlog" target="_blank"&gt;
&lt;img src="http://www.yourdomain.com/images/feed.png" 
alt="Subscribe Me!" title="Subscribe Me!" /&gt;&lt;/a&gt;    
&lt;/div&gt; </code></pre>
<p><strong>Note:</strong> Change your feed URL and your image path accordingly and you are done!</p>
<p><strong>Credit to:</strong> <a href="http://www.cypherhackz.net">Cypherhackz</a></p>
<p><b>Technorati Tags: <a href="http://technorati.com/tag/wordpress+tips" rel="tag">wordpress tips</a>, <a href="http://technorati.com/tag/feed" rel="tag">feed</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eches.net/web-development/wordpress-tips-floating-feed-subscription-icon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress tips: Post in advance</title>
		<link>http://blog.eches.net/web-development/wordpress-tips-post-in-advance/</link>
		<comments>http://blog.eches.net/web-development/wordpress-tips-post-in-advance/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 00:08:43 +0000</pubDate>
		<dc:creator>eches</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[Wordpress Updates]]></category>

		<guid isPermaLink="false">http://blog.eches.net/?p=85</guid>
		<description><![CDATA[This is a great feature that I overlooked eversince I started blogging but InfoMalaya has enlightened me about this feature through this useful post. Obviously if you were going on holiday, you can still put your blog in a blogging &#8230;]]></description>
			<content:encoded><![CDATA[<p>This is a great feature that I overlooked eversince I started blogging but <a href="http://www.infomalaya.com/">InfoMalaya</a> has enlightened me about this feature through <a href="http://www.infomalaya.com/2006/11/19/wordpress-trick-advance-post/">this useful post</a>. Obviously if you were going on holiday, you can still put your blog in a blogging "mode", let it updates for itself and this will ensure your loyal subscribers/visitors to receive seamless useful infos over the period of your absence. Iâ€™m sure most people know about this. </p>
<p>Here are steps taken to have a post in advance:</p>
<p>1. Write your post as usual.<br />
2. Go to <strong>Post Timestamp</strong> (at the bottom right sidebar).<br />
3. Edit the time and tick the Edit timestamp box.<br />
4. Publish your post.<br />
5. You are done!</p>
<p><b>Technorati Tags: <a href="http://technorati.com/tag/tips" rel="tag">tips</a>, <a href="http://technorati.com/tag/tricks" rel="tag">tricks</a>, <a href="http://technorati.com/tag/wordpress" rel="tag">wordpress</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eches.net/web-development/wordpress-tips-post-in-advance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add your blog to browser search</title>
		<link>http://blog.eches.net/web-development/add-your-blog-to-browser-search/</link>
		<comments>http://blog.eches.net/web-development/add-your-blog-to-browser-search/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 21:42:13 +0000</pubDate>
		<dc:creator>eches</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[Wordpress Updates]]></category>

		<guid isPermaLink="false">http://blog.eches.net/?p=41</guid>
		<description><![CDATA[This is a tutorial on how to add a blog into a browser search engine by taking advantage of the Opensearch technology. For the time being, this feature is only available in Mozilla Firefox and Internet Explorer 7. 1. First &#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.eches.net/images/searchengine.jpg" cap="Mozilla Firefox browser"/><br />
This is a tutorial on how to add a blog into a browser search engine by taking advantage of the Opensearch technology. For the time being, this feature is only available in Mozilla Firefox and Internet Explorer 7. </p>
<p><span id="more-41"></span><br />
1. First you need to create an XML file. Copy the following code into a notepad and save it as myopensearch.xml</p>
<pre><code>&lt;?xml version="1.0"?&gt;
&lt;OpenSearchDescription 
xmlns="http://a9.com/-/spec/opensearch/1.1/"&gt;
  &lt;ShortName&gt;YOUR_BLOG_NAME&lt;/ShortName&gt;
  &lt;Description&gt;YOUR_BLOG_DESCRIPTION&lt;/Description&gt;
  &lt;Url type="text/html" 
  template="http://YOUR_BLOG_PATH/index.php?s={searchTerms}"/&gt;
  &lt;LongName&gt;YOUR_BLOG_LONG_NAME&lt;/LongName&gt;
&lt;/OpenSearchDescription&gt;</code></pre>
<p>2. Before you "save as" the myopensearch.xml file, you need to modify few parameters accordingly.<br />
- YOUR_BLOG_NAME - change to your blog name (i.e. Eches Blog)<br />
- YOUR_BLOG_DESCRIPTION -  brief description of your blog<br />
- YOUR_BLOG_PATH - Your blog path (i.e http://blog.eches.net or http://eches.net/blog/)<br />
- YOUR_BLOG_LONG_NAME - your blog name</p>
<p>3. Once the modifications are done, upload the file to the root directory of your blog.</p>
<p>4. Go to the theme editor under the presentation (via admin screen) and open header.php. Find the following code. </p>
<pre><code>
&lt;link rel="pingback" 
href="&lt;?php bloginfo('pingback_url'); ?&gt;" /&gt; 
 </code></pre>
<p>5. Insert the following code right below the above code. Change the YOUR_BLOG_NAME and YOUR_BLOG_PATH to your blog name and your blog path accordingly. </p>
<pre><code>&lt;link rel="search" title="YOUR_BLOG_NAME" 
href="http://YOUR_BLOG_PATH/myopensearch.xml" 
type="application/opensearchdescription+xml" /&gt;
</code></pre>
<p>Save the header.php and get ready to see it in action.  </p>
<p><img src="http://blog.eches.net/images/iesearch_engine.jpg" cap="IE7 browser.jpg"/></p>
<p><b>Note:</b> I owe credit to <b><a href="http://www.liewcf.com/blog/archives/2006/10/how-to-create-an-autodiscovery-blog-search-for-web-browser/">LiewCF: How to Create an Autodiscovery Blog Search for Web Browser</a></b></p>
<p><b>Technorati Tags: <a href="http://technorati.com/tag/wordpress" rel="tag">wordpress</a>, <a href="http://technorati.com/tag/tips" rel="tag">tips</a>, <a href="http://technorati.com/tag/blog" rel="tag">blog</a>, <a href="http://technorati.com/tag/web+development" rel="tag">web development</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eches.net/web-development/add-your-blog-to-browser-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now it comes with a closed quote</title>
		<link>http://blog.eches.net/wordpress/blockquote-now-it-comes-with-a-closed-quote/</link>
		<comments>http://blog.eches.net/wordpress/blockquote-now-it-comes-with-a-closed-quote/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 01:51:45 +0000</pubDate>
		<dc:creator>eches</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[Wordpress Updates]]></category>

		<guid isPermaLink="false">http://blog.eches.net/?p=24</guid>
		<description><![CDATA[During my search of new plugins for my blog, I stumbled quite a few of blockquotes without a closed quote. It doesn&#8217;t look nice especially when you are having a long quote and readers would not easily find where the &#8230;]]></description>
			<content:encoded><![CDATA[<p>During my search of new plugins for my blog, I stumbled quite a few of blockquotes without a closed quote. It doesn&rsquo;t look nice especially when you are having a long quote and readers would not easily find where the end of the quote. So I found a website that helped me to get over the problem.</p>
<blockquote><div>
If you open blockquote, you also need&nbsp;to close it. If you open blockquote, you also need&nbsp;to close it. If you open blockquote, you also need&nbsp;to close it. If you open blockquote, you also need&nbsp;to close it.
</div>
</blockquote>
<p>This is accomplished through a little CSS trickery. You apply the open quote on your blockquote tag and then put a div in your blockquote that applies the closing quote.</p>
<p>Here&rsquo;s the HTML code:</p>
<p><span id="more-24"></span></p>
<pre><code>
&lt;blockquote&gt;
&lt;div&gt;This is my blockquote&lt;/div&gt;
&lt;/blockquote&gt;
</code></pre>
<p>Here&rsquo;s the CSS code:</p>
<pre><code>
blockquote {background: transparent url(images/openquote.gif)

left top no-repeat;

}

blockquote div {

background: transparent url(images/closequote.gif)

right bottom no-repeat;

}

</code></pre>
<p>Note: I owe credit to <a href="http://simon.incutio.com/archive/2003/05/21/stylingBlockquotes">Simon Willison&rsquo;s Weblog.</a><p><b>Technorati Tags: <a href="http://technorati.com/tag/css" rel="tag">css</a>, <a href="http://technorati.com/tag/html" rel="tag">html</a>, <a href="http://technorati.com/tag/wordpress+tips" rel="tag">wordpress tips</a>, <a href="http://technorati.com/tag/styling+blockquote" rel="tag">styling blockquote</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eches.net/wordpress/blockquote-now-it-comes-with-a-closed-quote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
