<?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>Tdot - Blog &#187; Wordpress</title>
	<atom:link href="http://tdot-blog.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://tdot-blog.com</link>
	<description>Affordable Web Hosting &#124; cPanel, Security, Wordpress, Resources, and Your Say</description>
	<lastBuildDate>Thu, 10 May 2012 11:04:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating Pages versus Posts in WordPress</title>
		<link>http://tdot-blog.com/wordpress/creating-pages-versus-posts-in-wordpress</link>
		<comments>http://tdot-blog.com/wordpress/creating-pages-versus-posts-in-wordpress#comments</comments>
		<pubDate>Tue, 06 Mar 2012 12:24:43 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3280</guid>
		<description><![CDATA[I noticed some of my clients always create pages when they want to add content. Ideally you need to have both Pages and Posts. If your wordpress theme shows each page as a menu item at the top, your site will appear more like a business site, rather than a blog. This is handy, specially [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tdot-blog.com/wp-content/uploads/2008/05/wp_logo_blue1.png"><img align="left" src="http://tdot-blog.com/wp-content/uploads/2008/05/wp_logo_blue1.png" alt="WordPress" width="96" height="96" /></a>I noticed some of my clients always create pages when they want to add content. Ideally you need to have both Pages and Posts. If your wordpress theme shows each page as a menu item at the top, your site will appear more like a business site, rather than a blog. This is handy, specially if you want your site to have both Pages and Posts&#8230; In this case, your blogs will  appear better integrated to the rest of your site.</p>
<p><em>Let&#8217;s take a look at each usage:-</em><br />
<span id="more-3280"></span></p>
<p><strong>Pages</strong><br />
Pages are intended for a topic you write once, like the main page, a contact us page, a testimonial page, a services you provide page, etc&#8230;</p>
<p><strong>Posts</strong><br />
Posts on the other hand are suited for topics you want to write about frequently. In this case you will need to organize your posts into categories. Like for example, if you teach and want to create a site about your teaching methods, you can have categories like:<br />
- Sample lessons, News (write about relevant news only),  Updates, Calligraphy, Pedagogy, Famous people, Book Review (review relevant books and write your opinion about them), Country profiles (pick countries where the language is spoken), &#8230;.</p>
<p>If you write about real estate, you can create categories about: New listings in a neighborhood, Another New listings in a different neighborhood, Open House (open houses that you think are worth visiting), Rentals (your pick of good deal rentals), mortgage rate updates,&#8230;.</p>
<p>Remember, you want your site to be like an interesting <span style="text-decoration: underline;">magazine </span>with multiple sections /or categories that can bring <span style="text-decoration: underline;">repeat visitors</span> who ultimately will <span style="text-decoration: underline;">think about and contact you</span> if they need further help.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3280&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/creating-pages-versus-posts-in-wordpress/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting WordPress in Your Language</title>
		<link>http://tdot-blog.com/wordpress/converting-wordpress-in-your-language</link>
		<comments>http://tdot-blog.com/wordpress/converting-wordpress-in-your-language#comments</comments>
		<pubDate>Mon, 19 Dec 2011 00:17:48 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3240</guid>
		<description><![CDATA[It turned out to be easier that I thought to create a website in Arabic. Even if you have a WordPress site in English and want to convert it into Arabic is not a big deal, assuming that the theme you are using will support it. The key is making following 2 changes to your [...]]]></description>
			<content:encoded><![CDATA[<p>It turned out to be easier that I thought to create a website in Arabic. Even if you have a WordPress site in English and want to convert it into Arabic is not a big deal, assuming that the theme you are using will support it.</p>
<p>The key is making following 2 changes to your site:<br />
<span id="more-3240"></span><br />
<strong>First</strong>, make sure to add Arabic files into a directory that you create under the wp-includes directory of your wordpress installation. You can just upload languages.zip file into wp-includes directory and unzip it. (<a title="arabic language file for download" href="http://tdot-blog.com/wp-content/uploads/2011/12/languages.zip">languages file</a>)</p>
<p><strong>Second</strong> is your wp-config.php file. Open this file in your admin area and edit the following line.</p>
<blockquote><p>define (&#8216;WPLANG&#8217;, &#8216;ar&#8217;);</p></blockquote>
<p>By default it is in English. All you need to do is add &#8216;ar&#8217;, which stands for Arabic.</p>
<p>The only challenge you might find is if your theme doesn&#8217;t justify text to the right. Here you will have to look into the style sheet of the theme and update it.</p>
<p>I am using the The 2010 theme for WordPress ( default theme) in my project and it is working fine.</p>
<p>If you want to download all WordPress files for a given language, you might find it <a title="installing and or converting wordpress to a different language" href="http://codex.wordpress.org/WordPress_in_Your_Language" target="_blank">here</a>.</p>
<p>To write Arabic even without an Arabic keyboard, check <a title="arabic without an arabic keyboard" href="http://www.yamli.com/editor/ar/" target="_blank">here</a>.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3240&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/converting-wordpress-in-your-language/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Two Favorite Features In WordPress 3.2</title>
		<link>http://tdot-blog.com/web-hosting/my-two-favorite-features-in-wordpress-3-2</link>
		<comments>http://tdot-blog.com/web-hosting/my-two-favorite-features-in-wordpress-3-2#comments</comments>
		<pubDate>Thu, 04 Aug 2011 03:00:09 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3176</guid>
		<description><![CDATA[It&#8217;s been a little while, since WordPress upgraded to 3.2 and now even 3.2.1 is out. I have already upgraded a good number of websites with no issues so far. First double check that your hosting provider has PHP 5.2.4 and MySQL database version 5.0 or higher. Those are now the minimum requirements for the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a little while, since WordPress upgraded to 3.2 and now even 3.2.1 is out. I have already upgraded a good number of websites with no issues so far.</p>
<p>First double check that your hosting provider has PHP 5.2.4 and MySQL database version 5.0 or higher. Those are now the minimum requirements for the new version of WordPress 3.2. Don&#8217;t worry, most major hosting providers have already upgraded. If you are not sure, just contact your hosting provider to double check.</p>
<p>My 2 favorite features:<br />
<span id="more-3176"></span><br />
<strong>Performance</strong>: It is unbelievable now how much performance gain you can get by just upgrading. If you couple the upgrade with a a plugin like <a title="w3 edge total cache wordpress plugin" href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/" target="_blank">W3 Total Cache</a>, your site will feel like a static html site. Database queries have been optimized such that visitors will not even notice that it is a database driven site.</p>
<p><strong>Editor</strong>: A new option has been added to the visual editor, that will enlarge the editor to fullscreen and hide all the elements, letting you focus on what you want to write. This will help you focus on your writing material&#8230; assuming you don&#8217;t distract yourself with other stuff around you <img src='http://tdot-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  To get our of the fullscreen mode when done, just hover the mouse to the top and click on &#8220;Exit fullscreen&#8221;.</p>
<div id="attachment_3185" class="wp-caption alignleft" style="width: 455px"><a href="http://tdot-blog.com/wp-content/uploads/2011/08/wp-fullscreen-mode1.png"><img class="size-full wp-image-3185 " title="wp-fullscreen-mode" src="http://tdot-blog.com/wp-content/uploads/2011/08/wp-fullscreen-mode1.png" alt="WordPress fullscreen mode toggle" width="445" height="185" /></a><p class="wp-caption-text">WordPress fullscreen mode toggle</p></div>
<p>As with any other upgrade, remember to <a title="cpanel site backup" href="http://tdot-blog.com/web-hosting/do-you-have-a-backup-plan-for-your-website">backup your site first</a>, deactivate all the plugins and then upgrade.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3176&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/my-two-favorite-features-in-wordpress-3-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Steps to Integrating the Sliding Door Image Menu</title>
		<link>http://tdot-blog.com/wordpress/themes/easy-steps-to-integrating-the-sliding-door-image-menu</link>
		<comments>http://tdot-blog.com/wordpress/themes/easy-steps-to-integrating-the-sliding-door-image-menu#comments</comments>
		<pubDate>Wed, 29 Jun 2011 02:01:29 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3161</guid>
		<description><![CDATA[I knew about the Sliding Door Image menu from the sliding doors wordpress theme. I like the theme design layout, but don&#8217;t like dark background in general. So, I was thinking of using the theme and change the background color and the font colors, basically reversing the colors to begin with. The easiest way to [...]]]></description>
			<content:encoded><![CDATA[<p>I knew about the Sliding Door Image menu from the sliding doors <a title="Sliding Door WordPress Theme" href="http://wordpress.org/extend/themes/sliding-door" target="_blank">wordpress theme</a>. I like the theme design layout, but don&#8217;t like dark background in general. So, I was thinking of using the theme and change the background color and the font colors, basically reversing the colors to begin with.</p>
<p>The easiest way to use the menu, if you wish to customize your blog, is to use it with the <a title="Atahualpa wordpress theme" href="http://wordpress.org/extend/themes/atahualpa" target="_blank">Atahualpa </a>WordPress theme. I found this <a title="post on using sliding door menu with atahualpa theme" href="http://forum.bytesforall.com/showthread.php?t=2837" target="_blank">post</a> to be very helpful in showing how to integrate this menu with the theme. Also, don&#8217;t forget to check out what some readers posted. Some did very nice designs using this menu.</p>
<p>The sliding door menu is based on <a title="mootools library" href="http://mootools.net/" target="_blank">mootools</a>, a javascript framework  which you can download separately, if you wish to install it and try it out.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3161&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/themes/easy-steps-to-integrating-the-sliding-door-image-menu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Your List of Archives Taking up all the Space on Your Webpage?</title>
		<link>http://tdot-blog.com/wordpress/plugins/is-your-list-of-archives-taking-up-all-the-space-on-your-webpage</link>
		<comments>http://tdot-blog.com/wordpress/plugins/is-your-list-of-archives-taking-up-all-the-space-on-your-webpage#comments</comments>
		<pubDate>Fri, 13 May 2011 11:07:43 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3152</guid>
		<description><![CDATA[If you&#8217;ve been blogging for a while, you might have noticed or maybe are bothered that the archives list is getting too large. Every month a new entry is added and it will keep growing as you publish more posts. I have seen some blog themes implement a drop-down for the archive listing, but I [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been blogging for a while, you might have noticed or maybe are bothered that the archives list is getting too large. Every month a new entry is added and it will keep growing as you publish more posts. I have seen some blog themes implement a drop-down for the archive listing, but I found it difficult to scroll with the mouse when the list is too large. Another option is to list all the archives in a separate page. I like this options as only interested visitors can see, instead of everyone seeing it whether they want or not. Also it saves a lot of space on your webpage that you can use to display anything else of your liking. There is a plugin that will help you organizing all you archives in one page: <a href="http://www.geekwithlaptop.com/about/projects/clean-archives" target="_blank">SRG Clean Archives plugin</a>.</p>
<p>It is simple to install and caches the archive content, so it&#8217;s loads faster. You can see it in action <a href="http://tdot-blog.com/archives" target="_self">here</a>, and since I don&#8217;t write so much&#8230; I made a simple change to not display the date of the post.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3152&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/plugins/is-your-list-of-archives-taking-up-all-the-space-on-your-webpage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Your WordPress Installation to 3.0.4</title>
		<link>http://tdot-blog.com/wordpress/upgrade-your-wordpress-installation-to-3-0-4</link>
		<comments>http://tdot-blog.com/wordpress/upgrade-your-wordpress-installation-to-3-0-4#comments</comments>
		<pubDate>Thu, 30 Dec 2010 23:01:57 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3131</guid>
		<description><![CDATA[WordPress version 3.0.4 is out and is rated as &#8220;critical&#8221;, meaning you should make the effort to upgrade. I know this is a short notice before the year-end, but if you have a recent version, the upgrade should go seamless. This is a security upgrade that should protect your site against Cross-site Scripting vulnerabilities (XSS). [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress version 3.0.4 is out and is rated as &#8220;critical&#8221;, meaning you should make the effort to upgrade. I know this is a short notice before the year-end, but if you have a recent version, the upgrade should go seamless.</p>
<p>This is a security upgrade that should protect your site against Cross-site Scripting vulnerabilities (XSS). I know it has been not too long ago, since WordPress came with a major release 3.0. Usually following a major release come multiple smaller release fixes to bring the major release to a stable state.</p>
<p>Remember to have a backup first and then simply go to you dashboard and click on the link to update.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2010/12/dashboard-upgrade-3.0.1.jpg"><img class="size-full wp-image-3132 alignleft" title="dashboard-upgrade-3.0.1" src="http://tdot-blog.com/wp-content/uploads/2010/12/dashboard-upgrade-3.0.1.jpg" alt="wordpress dashboard upgrade note" width="521" height="102" /></a></p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3131&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/upgrade-your-wordpress-installation-to-3-0-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atahualpa a WordPress Theme to Consider</title>
		<link>http://tdot-blog.com/wordpress/themes/atahualpa-a-wordpress-theme-to-consider</link>
		<comments>http://tdot-blog.com/wordpress/themes/atahualpa-a-wordpress-theme-to-consider#comments</comments>
		<pubDate>Tue, 30 Nov 2010 14:11:09 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3116</guid>
		<description><![CDATA[I found Atahualpa when looking for a WordPress theme. What is really unique about it, is the flexibility of customizing the layout of the site appearance from the admin interface. The developers of this theme put a lot of effort in allowing you to customize every detail of the page from the header to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tdot-blog.com/wp-content/uploads/2010/11/screenshot.png"><img title="ataphualpa screen shot" src="http://tdot-blog.com/wp-content/uploads/2010/11/screenshot.png" alt="screenshot" width="240" height="180" align="left" /></a>I found Atahualpa when looking for a WordPress theme. What is really unique about it, is the flexibility of customizing the layout of the site appearance from the admin interface. The developers of this theme put a lot of effort in allowing you to customize every detail of the page from the header to the sidebars to the footer.<br />
You can even from the admin interface add a couple of plugins that I consider very important in any blog, print and mail a post.<br />
<span id="more-3116"></span><br />
Currently if you download this theme from the admin area, you&#8217;ll get the version 3.4.9. I tried the newer version from the owners site, but still like the layout of version 3.4.9 more. You can start with this version and then later upgrade to the newer version.</p>
<p>The theme will take you a while to get through all the options ( 268 options ), but it is time worth it, if you want to create a unique/original looking WordPress site, without having to edit and upload/ftp files. Great theme, I recommend it.</p>
<p><em>Here is some of the features by the authors</em>:</p>
<blockquote><p>Up to 4 sidebars, fixed or flexible width layout, custom widget areas, drop down menus, SEO features, rotating header images and an active support forum with over 30,000 posts. New: Style import / export feature and improved speed.</p></blockquote>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3116&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/themes/atahualpa-a-wordpress-theme-to-consider/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Planning Your Permalinks for Efficiency</title>
		<link>http://tdot-blog.com/wordpress/planning-your-permalinks-for-efficiency</link>
		<comments>http://tdot-blog.com/wordpress/planning-your-permalinks-for-efficiency#comments</comments>
		<pubDate>Tue, 14 Sep 2010 10:56:58 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3100</guid>
		<description><![CDATA[If you don&#8217;t setup the permalinks on your site, the url would just have a number to point to a certain article. The good news is that you can easily change the look of your urls to your liking. As a side effect your pages can get better ranking in the search engines, but be [...]]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t setup the permalinks on your site, the url would just have a number to point to a certain article. The good news is that you can easily change the look of your urls to your liking. As a side effect your pages can get better ranking in the search engines, but be careful a permalink setup can have a negative effect on the loading of your WordPress site.<br />
<span id="more-3100"></span><br />
Using the category and or postname first will slow down the site, specially if you are an active writer planning to grow your site to hundreds of posts or have large articles with many images to load. The slow loading is due to the software distinguishing posts from pages. To learn more about it visit <a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">wordpress tutorial</a> (http://codex.wordpress.org/Using_Permalinks)<br />
Of course if you have a smaller site and don&#8217;t plan to grow it, then any permalink strategy would be fine.</p>
<p><strong>Note:</strong> Each post has only one permalink, so if you tie your post to 2 categories and have designated %category% in your permalink, wordpress will assign only one category to your post. Keep this in mind when planning your new site.</p>
<p><strong>There are 2 main steps to be used:</strong></p>
<p>1- Setting up the .htaccess to allow the url</p>
<blockquote><p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;<br />
# END WordPress</p></blockquote>
<p>2- Picking up your favorite url style by choosing the variable of your choise.</p>
<blockquote><p>Following are available choices that are self explanatory:<br />
%year% for example: 2010<br />
%monthnum% for example 05<br />
%day% example 28<br />
%hour%<br />
%minute%<br />
%second%<br />
%postname%, as per wordpress tutorial: Starting your Permalink with %postname% is strongly not recommended for performance reasons..<br />
%post_id%<br />
%category% as per wordpress tutorial: Starting your Permalink with %category% is strongly not recommended for performance reasons.<br />
%tag% as per wordpress tutorial: Starting your Permalink with %tag% is strongly not recommended for performance reasons.<br />
%author%</p></blockquote>
<p>You might have noticed, my blog&#8217;s url starts with %catagory%, which is not the most efficient way of setting up a permalink. I wasn&#8217;t aware of it back then when I started. Now it&#8217;s too late to make a change, since some of my posts already have back links and page rank. Since I don&#8217;t have the time to write more frequently, that&#8217;s fine for the time being.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3100&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/planning-your-permalinks-for-efficiency/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Make Your Image Background Transparent using Gimp</title>
		<link>http://tdot-blog.com/ask-your-host/how-to-make-your-image-background-transparent-using-gimp</link>
		<comments>http://tdot-blog.com/ask-your-host/how-to-make-your-image-background-transparent-using-gimp#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:45:59 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[Ask Your Host]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2752</guid>
		<description><![CDATA[I use gimp to edit or create images. Lately I got an email asking: how can I change the background color an images, so it can better blend on any background on my web page? I would change the color to transparent rather than a specific color and here is how I would do it: [...]]]></description>
			<content:encoded><![CDATA[<p>I use gimp to edit or create images. Lately I got an email asking: how can I change the background color an images, so it can better blend on any background on my web page? I would change the color to transparent rather than a specific color and here is how I would do it:</p>
<p>If you don&#8217;t have Gimp, download it from <a title="official gimp site" href="http://www.gimp.org/" target="_blank">here</a>. It&#8217;s a high quality image manipulation software that you can download under the GNU license.<br />
<span id="more-2752"></span><br />
Open the image in Gimp</p>
<p><img class="alignleft size-full wp-image-2753" title="edit-background-gimp1" src="http://tdot-blog.com/wp-content/uploads/2009/11/edit-background-gimp1.jpg" alt="edit-background-gimp1" width="377" height="274" /></p>
<p>From the Layer menu item, click on Transparency and then click on the &#8220;Add Alpha Channel&#8221; the first item in the submenu.</p>
<p><img class="alignleft size-full wp-image-2754" title="edit-background-gimp2" src="http://tdot-blog.com/wp-content/uploads/2009/11/edit-background-gimp2.jpg" alt="edit-background-gimp2" width="316" height="294" /></p>
<p>Click on the fuzzy selection tool from the Toolbox panel and highlight the background area on your image that you want to make transparent.</p>
<p><img class="alignleft size-full wp-image-2760" title="edit-background-gimp3" src="http://tdot-blog.com/wp-content/uploads/2009/11/edit-background-gimp3.jpg" alt="edit-background-gimp3" width="255" height="160" /></p>
<p>Click on the &#8220;delete&#8221; button on your laptop, or select the menu item &#8220;clear&#8221; under the Edit menu. You will start seeing the background color change to transparent. Shown in the software as gray squares (see image below).</p>
<p>Now you can save the new image and you should be done.</p>
<p><img class="alignleft size-full wp-image-2761" title="edit-background-gimp4" src="http://tdot-blog.com/wp-content/uploads/2009/11/edit-background-gimp4.jpg" alt="edit-background-gimp4" width="383" height="277" /></p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2752&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/ask-your-host/how-to-make-your-image-background-transparent-using-gimp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 is Ready for Download</title>
		<link>http://tdot-blog.com/wordpress/wordpress-2-9-is-ready-for-download</link>
		<comments>http://tdot-blog.com/wordpress/wordpress-2-9-is-ready-for-download#comments</comments>
		<pubDate>Thu, 24 Dec 2009 14:48:37 +0000</pubDate>
		<dc:creator>Sherif</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2867</guid>
		<description><![CDATA[WordPress 2.9 is out. In addition to over 500 tickets/bug fixed, it added a couple of nice features that I like. - Build-in Image editor where you can crop or rotate your image without leaving WordPress. - Ability to embed videos from popular sites by just providing the url. Upgrading now is pretty easy with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2404" title="wp_logo_blue2.png" src="http://tdot-blog.com/wp-content/uploads/2008/05/wp_logo_blue2.png" alt="wp_logo_blue2.png" width="96" height="96" align="left" />WordPress 2.9 is out. In addition to over 500 tickets/bug fixed, it added a couple of nice features that I like.<br />
- Build-in Image editor where you can crop or rotate your image without leaving WordPress.<br />
- Ability to embed videos from popular sites by just providing the url.<br />
Upgrading now is pretty easy with the wordpress automated upgrade feature. Just remember to backup your site first and make sure to check that at least the important plugins you use are compatible with the new version before you upgrade.<br />
To get more detail about the 2.9 changes, click <a title="wordpress 2.9" href="http://wordpress.org/development/2009/12/wordpress-2-9/" target="_blank">here</a>.<br />
Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2867&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/wordpress/wordpress-2-9-is-ready-for-download/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

