<?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>Tech At Hand Dot Net &#187; Wordpress</title>
	<atom:link href="http://techathand.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://techathand.net</link>
	<description>Philippines, Blogging, SEO &#38; Tips</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>What is Padding, Margin and Border in CSS</title>
		<link>http://techathand.net/what-is-padding-margin-and-border-in-css/</link>
		<comments>http://techathand.net/what-is-padding-margin-and-border-in-css/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 07:48:30 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[Border]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Tutorial]]></category>
		<category><![CDATA[Margins]]></category>
		<category><![CDATA[Padding]]></category>

		<guid isPermaLink="false">http://techathand.net/what-is-padding-margin-and-border-in-css/</guid>
		<description><![CDATA[Yesterday I am troubleshooting this blog and I am changing the layout of my header. The script for my 234 x 60 smowtion ads that appears above seems not to be in the right position. I tried to work out the CSS and it took me sometime to figure the meaning of margins, padding, border [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I am troubleshooting this blog and I am changing the layout of my header. The script for my 234 x 60 <strong><a href="http://techathand.net/making-money-online-with-smowtion-compared-to-adsense-bloggers-review/">smowtion ads</a></strong> that appears above seems not to be in the right position. I tried to work out the CSS and it took me sometime to figure the meaning of margins, padding, border in <strong>CSS</strong> ( <strong>Cascading Style Sheets</strong> ) etc. <strong>CSS</strong> Defines on your site looks like. </p>
<p>Good that there are lots of <a rel="nofollow" href="http://www.w3schools.com/css/" rel="nofollow" >CSS tutorial</a> available in the net.</p>
<p><a href="http://techathand.net/wp-content/uploads/2011/09/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="What is Padding, Margin and Border in CSS" border="0" alt="What is Padding, Margin and Border in CSS" src="http://techathand.net/wp-content/uploads/2011/09/image_thumb.png" width="462" height="249" /></a></p>
<p align="center"><em>captured from </em><a rel="nofollow" href="http://www.w3schools.com" rel="nofollow" ><em>www.w3schools.com</em></a></p>
<p>Yesterday I learn about the following from CSS Tutorial:</p>
<ul>
<li><b>Margin</b> &#8211; Clears an area around the border. The margin does not have a background color, it is completely transparent </li>
<li><b>Border</b> &#8211; A border that goes around the padding and content. The border is affected by the background color of the box </li>
<li><b>Padding</b> &#8211; Clears an area around the content. The padding is affected by the background color of the box </li>
<li><b>Content</b> &#8211; The content of the box, where text and images appear </li>
</ul>
<p>Using the following example , let me share the information I got yesterday about <strong>CSS</strong> of my <strong>WordPress Template</strong> :</p>
<blockquote><p>width:250px;      <br />padding:10px;       <br />border:5px solid gray;       <br />margin:10px; </p>
</blockquote>
<p>Above code means : </p>
<blockquote><p>Let&#8217;s do the calculation:      <br />250px (width) – { <em>Content Width</em> }       <br />+ 20px (left and right padding)       <br />+ 10px (left and right border)       <br />+ 20px (left and right margin)       <br />= 300px { This is to the total width of the object that you can float either right or left.</p>
</blockquote>
<p>Believe me, it took me hours to figure out <strong>how to use this CSS style in my WordPress template</strong>. I am not a web designer, but sometimes I am trying to understand things within my template which I am using for the last 4 years.</p>
<p>One thing I learn about CSS is that “ <strong>You need to close what you have open</strong>“ .</p>
<p>I am sharing this experience for my fellow blogger who is also trying to understand the concept of Margin, Padding, Border in CSS. If I don’t know this and I spend lots of time <strong>Googling</strong> this subject yesterday, there is also a great chance that if this post will be number # 1 in SERP, it could lead to a targeted visitors and additional readers and hits for this blog that would eventually turn in <strong><a href="http://techathand.net/category/problogging/"title="Make More Money Online"  rel="bookmark">Make More Money Online</a></strong></p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fwhat-is-padding-margin-and-border-in-css%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><h4>Incoming search terms:</h4><ul><li><a href="http://techathand.net/what-is-padding-margin-and-border-in-css/" title="wordpress padding meaning">wordpress padding meaning</a></li></ul><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/what-is-padding-margin-and-border-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do You Make Your Blog Post?</title>
		<link>http://techathand.net/how-do-you-make-your-blog-post/</link>
		<comments>http://techathand.net/how-do-you-make-your-blog-post/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 08:08:40 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[SEO ( Search Engine Optimization Tips )]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Keyword research]]></category>

		<guid isPermaLink="false">http://techathand.net/how-do-you-make-your-blog-post/</guid>
		<description><![CDATA[First of all, I am not a Blogging Guru or an SEO Expert, I just love what I am doing, and I do love on sharing my knowledge acquired through the years of blogging and SEO Research. I also want others to make money online, like I do. I believe this blog is still a [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 10px 10px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="seo tips from techathand.net | How Do You Make Your Blog Post?" border="0" alt="seo tips from techathand.net | How Do You Make Your Blog Post?" align="right" src="http://techathand.net/wp-content/uploads/2011/08/seo-tips-from-techathand.net_.png" width="250" height="250" />First of all, I am not a <strong>Blogging Guru</strong> or an <strong>SEO Expert</strong>, I just love what I am doing, and I do love on sharing my knowledge acquired through the years of <strong>blogging</strong> and <strong>SEO Research</strong>. I also want others to <a href="http://techathand.net/search/make+money+online"><strong>make money online</strong></a>, like I do. I believe this blog is still a <strong>personal blog</strong>, though we are promoting this site as <strong><a href="http://techathand.net/">Tech and Gadget blogs</a></strong>, still there are some post in here that pertains to my experience about <strong>Blogging</strong>, <strong>SEO</strong>,<strong>Travels</strong>,<strong> Make Money Online</strong> and <strong>Personal Experience</strong>. I usually blog about something that a <strong>Search Engine</strong> searchers might be looking. When I am making blog post, I am asking myself the following :</p>
<h2>
<p>Questions,When Making Blog Post.</p>
</h2>
<ol>
<li>Will this blog post interest my 4500+ feeds subscribers ? </li>
<li>Does my title is includes keyword that could be found by the Search Engine Searchers ? </li>
<li>Is it the usual terms that the people is typing in search engines ? </li>
<li>Did I mentioned my targeted keywords in my blogs ? </li>
<li>Will I not be ashamed in promoting this blog post over my social media friends ? </li>
</ol>
<p>And here are the things I am doing if my answer is “NO” to the above mentioned questions,</p>
<ol>
<li>if my answers is no, and I still want to post about it, I will usually make the post to appear on my sidebar and not sending it across my subscribers. So in short, I am making the post for bots and search engine for <strong>keywords hijacking</strong>. Check my blog post when I say that there is now no <a href="http://techathand.net/no-more-hidden-post/">hidden post in this blog</a> </li>
<li>If my answer is no , and I still want to post the topic, I will just change the title using <strong>ALL in One WordPress Plugin</strong> </li>
<li>Same method for number is being implemented. </li>
<li>I just make sure that I have enough keywords in my blog post that will not bother my readers. </li>
<li>I normally do not post about it, as an example if there are some news in the net in which it does not go with my belief, then I will just pass the opportunity on writing about it. </li>
</ol>
<h2>
<p>More Tips When Making Blog Post :</p>
</h2>
<ol>
<li>If I I had a hard time getting information in the net. I will blog about the result of my research, chances are there are no bloggers post about it and there are no competition on this particular keywords.Normally those kind of keywords are being searched by internet users who clicks the ads. </li>
<li>Long post is not always best for readers. Most of the time they just look at the p<strong>ost title</strong>, then scan the post,&#160; and then go to the comments section without reading the full article. So why aim for a long post? I believe having 200 to 300 words is enough for a normal post. </li>
<li>Don’t forget to add pictures/images in your post, it does not only good for your readers but also good for <strong>search engine optimization</strong>, provided that a proper picture tag is made. </li>
<li>Check our post about <a href="http://techathand.net/basic-information-about-seo-search-engine-optimization/"><strong>Basic Information about Search Engine Optimization</strong></a> </li>
</ol>
<p>Remember an optimize post might lead to more visitors and eventually more income to your blogs.</p>
<p><em><strong>So How do you make your blog post ? Care to share for the benefit of new bloggers.</strong></em></p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fhow-do-you-make-your-blog-post%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><h4>Incoming search terms:</h4><ul><li><a href="http://techathand.net/how-do-you-make-your-blog-post/" title="how much can you earn from a tech blog">how much can you earn from a tech blog</a></li><li><a href="http://techathand.net/how-do-you-make-your-blog-post/" title="inurl:/blog/post">inurl:/blog/post</a></li><li><a href="http://techathand.net/how-do-you-make-your-blog-post/" title="SEO POWERSURF">SEO POWERSURF</a></li></ul><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/how-do-you-make-your-blog-post/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>I Am Now Using WordPress 3.2</title>
		<link>http://techathand.net/i-am-now-using-wordpress-3-2/</link>
		<comments>http://techathand.net/i-am-now-using-wordpress-3-2/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 18:09:58 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress 3.2]]></category>
		<category><![CDATA[WordPress Upgrade]]></category>

		<guid isPermaLink="false">http://techathand.net/?p=6044</guid>
		<description><![CDATA[I have heard lots of good things about WordPress 3.2, and this is the reason I am now upgrading to that version. I don&#8217;t usually update after the new version is released. I usually wait for comments and problems of the release. I am loving the feature of writing the post without any obstruction. When [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 10px 10px 0px; display: inline; float: left" class="alignleft size-thumbnail wp-image-5874" title="wordpress-250x250" alt="" align="left" src="http://techathand.net/wp-content/uploads/2011/05/wordpress-250x250-150x150.png" width="150" height="150" />I have heard lots of good things about <strong>WordPress 3.2</strong>, and this is the reason I am now upgrading to that version. I don&#8217;t usually update after the new version is released. I usually wait for comments and problems of the release. I am loving the feature of writing the post without any obstruction.</p>
<p>When making new post in 3.2, and a user opt to have it in full screen, all other part of the dashboard will be hidden. I can say that it is really a very good feature.</p>
<p>I am actually doing this post thru the new blog set up.</p>
<p>Word count can also be seen automatically at the lower part of the Dashboard.</p>
<p>As if I am writing through my <a href="http://techathand.net/search/Windows+Live+Writer"title="Windows Live Writer" ><strong>Windows Live Writer</strong></a>, So if you see any un usual thing in this blog, please let me know.</p>
<p>SEO wise I don&#8217;t know if this is better or not. Any experience with <strong>WordPress 3.2</strong> ?</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fi-am-now-using-wordpress-3-2%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/i-am-now-using-wordpress-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Made My WordPress Security Update 3.1.3</title>
		<link>http://techathand.net/just-made-my-wordpress-security-update-3-1-3/</link>
		<comments>http://techathand.net/just-made-my-wordpress-security-update-3-1-3/#comments</comments>
		<pubDate>Thu, 26 May 2011 06:42:19 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Update]]></category>

		<guid isPermaLink="false">http://techathand.net/just-made-my-wordpress-security-update-3-1-3/</guid>
		<description><![CDATA[We’ve just made our WordPress Security upgrade to WordPress 3.1.3. Here is the excerpt of changes as mentioned in WordPress blog. WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements: Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;padding:10px;">
<img class="alignleft size-thumbnail wp-image-5874" title="wordpress-250x250" src="http://techathand.net/wp-content/uploads/2011/05/wordpress-250x250-150x150.png" alt="" width="150" height="150" />
</div>
<p>We’ve just made our<strong> WordPress Security upgrade</strong> to <strong>WordPress 3.1.3.</strong> Here is the excerpt of changes as mentioned in <strong>WordPress blog</strong>.</p>
<blockquote><p><strong>WordPress 3.1.3</strong> is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:</p>
<ul>
<li>Various security hardening by Alexander Concha.</li>
<li>Taxonomy query hardening by John Lamansky.</li>
<li>Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros.</li>
<li>Media security fixes by Richard Lundeen of Microsoft, Jesse Ou of Microsoft, and Microsoft Vulnerability Research.</li>
<li>Improves file upload security on hosts with dangerous security settings.</li>
<li>Cleans up old WordPress import files if the import does not finish.</li>
<li>Introduce “clickjacking” protection in modern browsers on admin and login pages.</li>
</ul>
</blockquote>
<p>I just hope that everything will be fine. Let me know for any bugs that you could see after our upgrade.</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fjust-made-my-wordpress-security-update-3-1-3%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/just-made-my-wordpress-security-update-3-1-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.1 Released</title>
		<link>http://techathand.net/wordpress-3-1-1-released/</link>
		<comments>http://techathand.net/wordpress-3-1-1-released/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 07:54:41 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress 3.1.1]]></category>

		<guid isPermaLink="false">http://techathand.net/wordpress-3-1-1-released/</guid>
		<description><![CDATA[Just want to inform you that WordPress 3.1.1 has just been released, some of my blogs has been automatically updated to the latest WordPress Release and it seems that there are still no problem encountered. We will updated the readers after we update techathand for this WordPress security update. Here is the official announcement of [...]]]></description>
			<content:encoded><![CDATA[<p>Just want to inform you that <strong>WordPress 3.1.1</strong> has just been released, some of my blogs has been automatically updated to the latest WordPress Release and it seems that there are still no problem encountered. We will updated the readers after we update techathand for this WordPress security update. Here is the official announcement of <strong>WordPress</strong>.</p>
<blockquote><p>WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including:</p>
<ul>
<li>Some security hardening to media uploads </li>
<li>Performance improvements </li>
<li>Fixes for IIS6 support </li>
<li>Fixes for taxonomy and PATHINFO (/index.php/) permalinks </li>
<li>Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues </li>
</ul>
<p>Version 3.1.1 also addresses three security issues discovered by WordPress core developers Jon Cave and Peter Westwood, of our security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.</p>
</blockquote>
<p>Anybody in our reader updated their blogs ? Any comments ?</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fwordpress-3-1-1-released%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/wordpress-3-1-1-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Just Upgraded to WordPress 3.0.3</title>
		<link>http://techathand.net/just-upgraded-to-wordpress-3-0-3/</link>
		<comments>http://techathand.net/just-upgraded-to-wordpress-3-0-3/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 17:10:18 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techathand.net/?p=5564</guid>
		<description><![CDATA[Since we are using remote publishing, I have decided to make the 3.0.3 update. Keep your site safe, be sure to update to the latest version of WordPress. WordPress 3.0.3 is available and is a security update for all previous WordPress versions. This release fixes issues in the remote publishing interface, which under certain circumstances [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Since we are using remote publishing, I have decided to make the 3.0.3 update. Keep your site safe, be sure to update to the latest version of WordPress.</p>
<blockquote><p><a rel="nofollow" href="http://wordpress.org/download/" rel="nofollow" >WordPress 3.0.3 is available</a> and is a security update for all previous WordPress versions.</p>
<p><a rel="nofollow" href="http://codex.wordpress.org/Version_3.0.3" rel="nofollow" >This release</a> fixes issues in the remote publishing interface, which under certain  circumstances allowed Author- and Contributor-level users to improperly  edit, publish, or delete posts.</p>
<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>
<p>Remote publishing is disabled by default, but you may have enabled it  to use a remote publishing client such as one of the WordPress mobile  apps. You can check these settings on the “Settings → Writing” screen.</p>
<p><a rel="nofollow" href="http://wordpress.org/download/" rel="nofollow" >Download 3.0.3</a> or update automatically from the “Dashboard → Updates” screen in your site’s admin area.</p></blockquote>
<p>We hope that there will be no issues on this site because of the updates.</p>
</div>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fjust-upgraded-to-wordpress-3-0-3%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/just-upgraded-to-wordpress-3-0-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Just Updated to WordPress 3.0.2 ( Security Update )</title>
		<link>http://techathand.net/just-updated-to-wordpress-3-0-2-security-update/</link>
		<comments>http://techathand.net/just-updated-to-wordpress-3-0-2-security-update/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 05:36:24 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[Wordpress 3.02]]></category>
		<category><![CDATA[Wordpress Update]]></category>

		<guid isPermaLink="false">http://techathand.net/?p=5556</guid>
		<description><![CDATA[After seeing the WP announcement in my dashboard, I immediately updated to WordPress 3.0.2 . I had experience of having been hacked before, that is why when it comes to security update, I make sure I do it as soon as possible.  Let me know if you will encounter any problem in this blog. Here [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing the WP announcement in my dashboard, I immediately updated to <strong>WordPress 3.0.2</strong> . I had experience of having been hacked before, that is why when it comes to security update, I make sure I do it as soon as possible.  Let me know if you will encounter any problem in this blog. Here is the announcement from WP.</p>
<blockquote><p>WordPress 3.0.2 is available and is a mandatory security update for all previous WordPress versions. Haiku has become traditional:  Fixed on day zero One-click update makes you safe This used to be hard  This maintenance release fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements. Big thanks to Vladimir Kolesnikov for detailed and responsible disclosure of the security issue!  Download 3.0.2 or update automatically from the Dashboard &gt; Updates menu in your site’s admin area. You should update immediately even if you do not have untrusted users.</p></blockquote>
<p>Happy Blogging</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fjust-updated-to-wordpress-3-0-2-security-update%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/just-updated-to-wordpress-3-0-2-security-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Comment Push Notification for iPhone Users</title>
		<link>http://techathand.net/wordpress-comment-push-notification-for-iphone-users/</link>
		<comments>http://techathand.net/wordpress-comment-push-notification-for-iphone-users/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 13:10:19 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Devshare]]></category>
		<category><![CDATA[Iphone Application]]></category>

		<guid isPermaLink="false">http://techathand.net/?p=5261</guid>
		<description><![CDATA[Looks like devshare.org has developed another great application for iPhone Users as well as blog owners, I am referring to Comment Push iPhone application which aim to give notitification anytime there is new comment in a blog. For me I am monitoring comments in my blog thru e-mail notification, where I set up my blog [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like devshare.org has developed another great application for iPhone Users as well as blog owners, I am referring to <strong>Comment Push</strong> iPhone application which aim to give notitification anytime there is new comment in a blog.</p>
<p>For me I am monitoring comments in my blog thru e-mail notification, where I set up my blog to send notice to my e-mail whenever there are new comments to moderate or respond.  The application only supports wordpress.org blog (<a rel="nofollow" href="http://www.techathand.net/which-do-you-prefer-free-or-self-hosted-blogs/" rel="nofollow" > Self Hosted Blogs</a> ) , Comment Push is currently free in the app store (note: <a rel="nofollow" href="http://itunes.apple.com/us/app/comment-push/id377917316?mt=8" rel="nofollow" >iTunes link</a>) .</p>
<p><img class="aligncenter size-medium wp-image-5262" title="Comment Push" src="http://techathand.net/wp-content/uploads/2010/06/Comment-Push-256x460.png" alt="" width="256" height="460" /></p>
<p>The application will not be able to open up the official WordPress iPhone app but instead launches you within Comment Push itself, who gives you the option to visit your blog in Safari. ( by <a rel="nofollow" href="http://www.blogherald.com/2010/06/28/need-push-notifications-for-wordpress-on-iphone-theres-an-app-for-that/trackback/" rel="nofollow" >Blog Herald </a>)</p>
<p>So I believe this applicatyion is very useful for bloggers on the go.</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fwordpress-comment-push-notification-for-iphone-users%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><h4>Incoming search terms:</h4><ul><li><a href="http://techathand.net/wordpress-comment-push-notification-for-iphone-users/" title="wordpress push notifications">wordpress push notifications</a></li><li><a href="http://techathand.net/wordpress-comment-push-notification-for-iphone-users/" title="iphone push notification in the philippines">iphone push notification in the philippines</a></li><li><a href="http://techathand.net/wordpress-comment-push-notification-for-iphone-users/" title="push notification vulnerability">push notification vulnerability</a></li><li><a href="http://techathand.net/wordpress-comment-push-notification-for-iphone-users/" title="push notifications iphone wordpress">push notifications iphone wordpress</a></li><li><a href="http://techathand.net/wordpress-comment-push-notification-for-iphone-users/" title="wordpress iphone push notifications plugin">wordpress iphone push notifications plugin</a></li><li><a href="http://techathand.net/wordpress-comment-push-notification-for-iphone-users/" title="wordpress push">wordpress push</a></li><li><a href="http://techathand.net/wordpress-comment-push-notification-for-iphone-users/" title="wordpress push notification">wordpress push notification</a></li></ul><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/wordpress-comment-push-notification-for-iphone-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye Bye Global Translator and Wow A Very Fast Site</title>
		<link>http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/</link>
		<comments>http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 20:57:15 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[SEO ( Search Engine Optimization Tips )]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Global Translator Plug-in]]></category>
		<category><![CDATA[Google SERP]]></category>

		<guid isPermaLink="false">http://techathand.net/?p=4856</guid>
		<description><![CDATA[Do you want to have your site to load fast to improve search engine rankings, and do you know that there might be a possible problems in using Global Translator Plug-in ? Know my thoughts and suggestion regarding this matter in this post.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">While doing blog hopping today I have seen an interesting post made by  Allen Gurrea of Silkenhut.com regarding an Instruction on <a rel="nofollow" href="http://silkenhut.com/how-to-uninstall-global-translator-plug-in-completely/" rel="nofollow" >How to Remove Global Translator </a>, at first I was confused about the post.Why would Allen remove the plug-in that could possibly bring lots of traffic to his site as what was discussed before in other blogs which is also the reason why I have implemented this plug-in to <a rel="nofollow" href="http://techathand.net">Tech At Hand Dot Net</a> , After further investigation I found out that there are some issues that has been discussed regarding this matter as discussed by Allen in his post about <a href="http://silkenhut.com/why-i-removed-global-translator-plug-in-from-my-blog/" rel="nofollow" >reasons of removing the plug-in</a>.</p>
<p style="text-align: justify;">Well Thanks Allen for the reminder. However I have made other solutions that might help you regarding this matter, I have not followed Allen&#8217;s suggestion regarding submitting the page in Google Webmaster for removing the whole cached google translated page.</p>
<p style="text-align: justify;">The solution I have implemented is a 301 redirect for all folders of the translated page into it&#8217;s original post, I have added the following codes in my .htaccess files</p>
<p style="text-align: justify;">redirectMatch 301 ^/folder name/(.+)$ http://techathand.net/$1</p>
<p style="text-align: justify;">Example :</p>
<p style="text-align: justify;">redirectMatch 301 ^/ar/(.+)$ http://techathand.net/$1</p>
<p style="text-align: justify;">&#8220;ar&#8221; is the arabic folder that the cached page is using, The code above shows that if somebody tried to arrived at my site thru the translated cached page by Google they will be redirected to the original post.</p>
<p style="text-align: justify;">It is about more than 6 mos ago when I tried to block some translated page like Tagalog translation thru <strong><a rel="nofollow" href="http://www.techathand.net/robotstxt-how-important-it-is/" rel="nofollow" title="Importance of Robots.txt" >robots.txt</a></strong> and after checking it today I cannot see any tagalog translated page in SERP, that only means that if we stop Google from crawling the page thru <strong><a rel="nofollow" href="../2008/01/robotstxt-how-important-it-is/" rel="nofollow" title="Importance of Robots.txt" >robots.txt</a></strong> in due time google will remove the page in the SERP. But while it is not being removed I will try to redirect the visitors in the English Page ( original ) to avoid any possible problem with Google or Google AdSense for using their translated page more than 15 days.</p>
<p style="text-align: justify;">On the other side of the story when I read Marhgil Post about the <a rel="nofollow" href="http://www.macuha.com/2010/04/seo/5-tips-to-speed-up-your-blog/" rel="nofollow" >Loading Time of my Homepage</a> thru the <a rel="nofollow" href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow" >recent announcement </a>of <a rel="nofollow" href="http://www.techathand.net/googe_googke_gooogle_googel/" rel="nofollow" title="Google , Gooogle, Googol" >Google</a>, I have been reminded to check my site thru <a rel="nofollow" href="http://tools.pingdom.com" rel="nofollow" >Pingdom</a> just to find out that it loads at 19.09 seconds.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-4858" title="Pingdom Tools_1271537410607" src="http://techathand.net/wp-content/uploads/2010/04/Pingdom-Tools_1271537410607.png" alt="" width="419" height="309" /></p>
<p style="text-align: justify;">Which might be a reason of having<a rel="nofollow" href="http://www.techathand.net/can-blog-stats-increase-your-page-views-and-visitors/" rel="nofollow" > high bounce rate</a> of my blog. Did you see how it drops by removing the Global Translation Plug-in because I have implemented it wrong.</p>
<p style="text-align: justify;">So I hope this experience might help you in a way in Search Engine Optimization. But sorry to inform that this is only applicable for WordPress Users</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fbye-bye-global-translator-and-wow-a-very-fast-site%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><h4>Incoming search terms:</h4><ul><li><a href="http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/" title="global translation wordpress plugin help center">global translation wordpress plugin help center</a></li><li><a href="http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/" title="global translator plugin google serps">global translator plugin google serps</a></li><li><a href="http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/" title="global very fast ips">global very fast ips</a></li><li><a href="http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/" title="google craw error when delete global translate plugin">google craw error when delete global translate plugin</a></li><li><a href="http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/" title="wow translator">wow translator</a></li></ul><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/bye-bye-global-translator-and-wow-a-very-fast-site/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>We Are Now Using WordPress version 2.9 “Carmen”</title>
		<link>http://techathand.net/we-are-now-using-wordpress-version-2-9-%e2%80%9ccarmen%e2%80%9d/</link>
		<comments>http://techathand.net/we-are-now-using-wordpress-version-2-9-%e2%80%9ccarmen%e2%80%9d/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 10:49:16 +0000</pubDate>
		<dc:creator>Dexter Panganiban</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techathand.net/?p=4054</guid>
		<description><![CDATA[I just want to inform you that we are now officially using WordPress 2.9 “Carmen” , I do have some WordPress 2.9 Issues regarding Simple Tag Plug In, but thanks to those in the forum they have manage to make the solution and here it is. Source : http://wordpress.org/support/topic/342645 Edit the plugin via the editor [...]]]></description>
			<content:encoded><![CDATA[<p>I just want to inform you that we are now officially using <strong>WordPress 2.9 “Carmen”</strong> , I do have some WordPress 2.9 Issues regarding Simple Tag Plug In, but thanks to those in the forum they have manage to make the solution and here it is.</p>
<p><img class="aligncenter" title="WordPress 2.9" src="http://farm4.static.flickr.com/3440/3390877302_97c0c64449.jpg" alt="" width="500" height="333" /></p>
<p><span id="more-4054"></span>Source : http://wordpress.org/support/topic/342645</p>
<blockquote><p>Edit the plugin via the editor interface, find this line (near the top):</p>
<p>if ( strpos($wp_version, &#8217;2.7&#8242;) !== false || strpos($wp_version, &#8217;2.8&#8242;) !== false) {</p>
<p>and change it to</p>
<p>if ( strpos($wp_version, &#8217;2.7&#8242;) !== false || strpos($wp_version, &#8217;2.8&#8242;) !== false || strpos($wp_version, &#8217;2.9&#8242;) !== false ) {</p></blockquote>
<p>Above mentioned solution work with me and i hope it will also work in you.</p>
<p>Here are the changes for this version.</p>
<blockquote>
<h2>Highlights</h2>
<ul>
<li> Requires MySQL 4.1.2 or greater (old requirement was 4.0).</li>
</ul>
<h2>User Features</h2>
<ul>
<li>Trash status for posts, pages, and comments (includes restore and permanent delete)</li>
<li> Add support for &#8216;include&#8217; and &#8216;exclude&#8217; to  (Gallery Shortcode)</li>
<li> Allow user registration to be enabled by an XMLRPC client</li>
<li> Add support for sticky posts to the WXR exporter and importer</li>
<li> &#8216;rel=canonical&#8217; for singular pages</li>
<li> Scroll back to the same location after saving a file in the Plugin and Theme editors</li>
<li> Correct comments and remove unnecessary echos from the default themes sidebar template file</li>
<li> Enable the APP (Atom) attachment file download to work correctly</li>
<li> Support location of category templates based on &#8216;category-slug&#8217; as well as &#8216;category-id&#8217; (Ticket 10614)</li>
<li> Support location of tag templates based on &#8216;tag-id&#8217; as well as &#8216;tag-slug&#8217; (Ticket 10868)</li>
<li> Support location of page templates based on &#8216;page-slug&#8217; and &#8216;page-id&#8217;</li>
<li> Set &#8220;Allow my blog to appear in search engines&#8221; to checked in installation</li>
<li> Don&#8217;t offer to make a category its own parent</li>
<li> Remove Sphere from search list</li>
<li> Minify admin CSS</li>
<li> Show correct max upload filesize error message</li>
<li> Add &#8216;rel&#8217; attribute to next/previous post links</li>
<li> Make the default and classic themes comment textareas valid XHTML</li>
<li> Clean up &#8216;.button&#8217; and &#8216;.button[disabled]&#8216; CSS classes, add &#8216;spinner&#8217; and &#8216;gray-out&#8217; buttons after clicking Publish or Update post</li>
<li> Fix race condition with autosave when clicking Publish immediately after entering post title</li>
<li> Add Comments for Pages in the WordPress Default theme</li>
<li> Define &#8216;$content_width&#8217; for Kubrick</li>
<li> Better feedback on publishing of future posts and pages</li>
<li> Display comments in descending date order, consistently</li>
<li> Add means of automatically repairing tables</li>
<li> Press This bookmarklet fixes</li>
<li> Give plugins and themes simple control over the text displayed at the end of an autogenerated Excerpt</li>
<li> Don&#8217;t show &#8220;Change Permalinks&#8221; button when editing the page set as &#8220;Front page&#8221;</li>
<li> Image editing</li>
<li> Retire BunnyTags importer</li>
<li> Retire Jerome&#8217;s keywords importer</li>
<li> Explain that the permalink is temporary for autosave generated permalinks</li>
<li> Update SimplePie to 1.2</li>
<li> Eliminate the redundant and confusing comment threading depth of 1</li>
<li> Easier Embeds with oEmbed support (see Ticket #10337) (oEmbed discovery disabled by default, use plugin to enable it)</li>
<li> TinyMCE 3.2.7</li>
<li> Remove rel=&#8217;tag&#8217; on links in Tag Clouds</li>
<li> Add a title to the Home link output by wp_page_menu()</li>
<li> Adjust comment moderation keyboard shortcut keys &#8216;d = trash&#8217; or delete depending on the screen</li>
<li> Show &#8220;Draft updated&#8221; instead of &#8220;Post updated&#8221; when saving draft</li>
<li> Show the login form in a popup when autosave hits the login grace period</li>
<li> Open View/Preview post in a new window from the link in the Saved/Updated message</li>
<li> Separate fields for &#8216;image alt&#8217; and &#8216;image caption&#8217; in Media uploader</li>
<li> Display better information about broken themes when there is no stylesheet</li>
<li> Improve situation when tables such as wp_options table were &#8216;corrupt&#8217; new installation message was offered. Add means of automatically repairing tables</li>
<li> Export and import custom taxonomies</li>
<li> Admin copy improvements</li>
<li> Don&#8217;t show page templates in the drop down if they are in a subdirectory</li>
</ul>
<h2>Development, Themes, Plugins</h2>
<ul>
<li> Added &#8216;excerpt_more&#8217; filter to wp_trim_excerpt() function, which allow developers to change excerpt &#8216;[...]&#8216; more string (Ticket 10395)</li>
<li> Add &#8216;smilies_src&#8217; filter so plugins can better add smilies</li>
<li> Canonical redirects for post name queries</li>
<li> Allow _wp_get_comment_list() to handle custom comment types</li>
<li> Return an empty array instead of false for get_children() when no children found</li>
<li> Add some filters so that HTTP requests can be filtered</li>
<li> Move plugin update notice output to the plugin specific hook</li>
<li> Limit wp-mail &#8216;blog by email&#8217; checks to every 5 minutes</li>
<li> Make it much easier to filter contact methods from user profiles</li>
<li> Allow filtering of get_edit_post_link for custom post_type</li>
<li> &#8216;get_sample_permalink_html&#8217; filter</li>
<li> Enforce activation key to be a string, reject activation keys that are arrays</li>
<li> Support for new post types</li>
<li> Respect custom post_type in queries</li>
<li> Send Retry-After header when in maintenance mode</li>
<li> Various WP Filesystem related fixes and documentation</li>
<li> Add constants for ftp connections timeouts</li>
<li> Increase timeout on cron-based requests when checking for upgrades</li>
<li> Don&#8217;t use has_action() before do_action() in http.php</li>
<li> Speed up jQuery based scripts</li>
<li> Use the current user as author for autosave</li>
<li> Show My Posts as default view on the Edit Posts screen for users without &#8216;edit_others_posts&#8217; cap</li>
<li> Ensure that drafts viewed over XMLRPC have a correct gmt date set</li>
<li> Pass user id to &#8216;get_&#8217; the_author_meta filters</li>
<li> Move _wp_get_user_contactmethods() into the registrations functions file</li>
<li> Machine parseable db error codes</li>
<li> Add global JS vars and actions to the media uploader iframe</li>
<li> Add JSON compat for PHP &lt; 5.2</li>
<li> Make option_name the primary key for the options table</li>
<li> Allow a plugin to do a complete takeover of Post by Email</li>
<li> Logarithmic scale for tag cloud</li>
<li> Pass Post ID to the &#8216;get_comments_number&#8217; filter</li>
<li> Always filter the url in the media upload form</li>
<li> Add a &#8216;the_terms&#8217; filter</li>
<li> is_blog_installed() improvements</li>
<li> Allow force_ssl_admin() to properly accept false as a value</li>
<li> Pass logged_in cookie to async-upload and filter the cookie scheme in auth_redirect()</li>
<li> Add more actions around database add/delete/update operations</li>
<li> phpDoc for wp_&#8221;check|set&#8221;_post_lock functions</li>
<li> Use the old strings which are more translator friendly and add a generic default string to aid re-use by plugins adding post_types</li>
<li> Filter fields through kses upon display and introduce sanitize_user_object() and sanitize_user_field()</li>
<li> Use null instead of 0 when setting content length</li>
<li> Include &#8216;hidden&#8217; directories in filesystem dirlist by default</li>
<li> Pass args array to &#8216;wp_list_pages&#8217; filter</li>
<li> Actions for taxonomy updates</li>
<li> Key should be &#8216;comment_id&#8217; not &#8216;post_id&#8217; in comments table</li>
<li> Add get_delete_post_link () to retrieve delete posts link for post</li>
<li> Add &#8216;separator&#8217; parameter to wp_tag_cloud() and wp_generate_tag_cloud() functions (Ticket 10315)</li>
<li> Added add_comment_meta() family of functions</li>
<li> Use a post_parent of 0 instead of -1 to indicate unattached posts</li>
<li> Improve get_page_hierarchy() function</li>
<li> Deprecate the_content_rss(), add the_content_feed() and get_the_content_feed(). Convert places that called the_content_rss() with an excerpt length to the_excerpt_rss(). Remove the rss_excerpt_length option. Use the_content_feed() where the_content() was previously used in feeds.</li>
<li> Add &#8216;pad_counts&#8217; argument to wp_dropdown_categories()</li>
<li> Remove codepress</li>
<li> Remove the php-gettext library</li>
<li> Canonical post thumbanils</li>
<li> Add a filter to the_author_posts_link()</li>
<li> Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS</li>
<li> Introduce register_theme_directory() which takes a wp-content-relative path and will additionally scan it for themes. Plugins can use this to add themes without requiring copying by the user</li>
<li> Add set_user_role action hook</li>
<li> Allow theme devs to change attrs (like CSS class) of thumbnail images</li>
<li> Add wp-post-image CSS class to post images</li>
<li> Allow for plugins to enhance the number of metadata fields captured from plugin and theme headers</li>
<li> Merge updated pomo code</li>
<li> Switch to using NOOP_Translations for untranslated sites</li>
<li> Improve wptexturize performance</li>
<li> Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender</li>
<li> Fixes for theme subdir support</li>
<li> Introduce wp_kses_post() and wp_kses_data() for filtering unescaped data</li>
<li> Add &#8216;orderby=comment_count&#8217; argument to query_posts()</li>
<li> Honor Post Type for Sticky Posts</li>
<li> Allow querying multiple post types</li>
<li> Introduce add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features</li>
<li> Introduce require_if_theme_supports()</li>
<li> Add number of Embed related filters</li>
<li> Add &#8216;IMAGE_EDIT_OVERWRITE&#8217; constant to control edited image save or replace, most useful for setups that have dynamic image resizing</li>
<li> Add load_child_theme_textdomain() to allow child themes to have their own translation files</li>
<li> Add sidebar descriptions to sidebar settings and widget admin screen</li>
<li> Make option_id primary. Add uniques for option_name and autoload</li>
<li> Allow plugins to override the behaviour of load_textdomain() in a variety of flexible ways</li>
<li> Mark _c() as deprecated. The new _x() function should be used instead.</li>
<li> Allow plugins to change the redirect on post/page publishing/submitting</li>
<li> Standardize on &#8216;user_id&#8217; instead of &#8216;user_ID&#8217; when passing comment data. Accept either &#8216;user_id&#8217; or &#8216;user_ID&#8217;. Remove &#8216;user_id&#8217; global.</li>
<li> Filter imported comments</li>
</ul>
</blockquote>
<p>Other Sites that gives their review of WordPress 2.9</p>
<ul>
<li><a rel="nofollow" href="http://www.wpbeginner.com/news/most-notable-features-in-wordpress-2-9/" rel="nofollow" >Most notable features in WordPress-2-9</a></li>
<li><a rel="nofollow" href="http://wordpress.org/development/2009/12/wordpress-2-9/" rel="nofollow" >WordPress 2.9 Blog</a></li>
</ul>
<p>Have you upgraded to WordPress 2.9? Did you come across any issues with it? Do let me know through your comments.</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechathand.net%2Fwe-are-now-using-wordpress-version-2-9-%25e2%2580%259ccarmen%25e2%2580%259d%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency='true'></iframe><h4>Incoming search terms:</h4><ul><li><a href="http://techathand.net/we-are-now-using-wordpress-version-2-9-%e2%80%9ccarmen%e2%80%9d/" title="android eclipse blank instead of false">android eclipse blank instead of false</a></li><li><a href="http://techathand.net/we-are-now-using-wordpress-version-2-9-%e2%80%9ccarmen%e2%80%9d/" title="carmen wordpress template sponsor edit how">carmen wordpress template sponsor edit how</a></li><li><a href="http://techathand.net/we-are-now-using-wordpress-version-2-9-%e2%80%9ccarmen%e2%80%9d/" title="how to exclude ngg from the_content_rss">how to exclude ngg from the_content_rss</a></li><li><a href="http://techathand.net/we-are-now-using-wordpress-version-2-9-%e2%80%9ccarmen%e2%80%9d/" title="strpos">strpos</a></li></ul><p><center>&copy; Dexter Panganiban - visit the <a href="http://techathand.net/about-2/">Tech At Hand Dot Net </a> for more great content. <br />
<a href="http://www.facebook.com/dexter.panganiban">Dexter Panganiban Facebook</a></center>     <br />
<center>Please Add Tech at Hand in <a href="https://plus.google.com/101055354305554798960/posts">Techathand@Google Plus</a> and Twitter <a href="http://twitter.com/techathand">@techathand </a> </center>     ]]></content:encoded>
			<wfw:commentRss>http://techathand.net/we-are-now-using-wordpress-version-2-9-%e2%80%9ccarmen%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

