<?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</title>
	<atom:link href="http://tdot-blog.com/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, 19 Aug 2010 02:57:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Setup and Monitor Your cPanel&#8217;s Raw Access Logs</title>
		<link>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs</link>
		<comments>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:12:14 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[access logs]]></category>
		<category><![CDATA[cpanel 11]]></category>
		<category><![CDATA[cpanel web hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3054</guid>
		<description><![CDATA[cPanel's raw access logs is overlooked by many, while it can give you detailed insight of who is trying to access your pages. Learn here how to setup and monitor your raw access logs for better monitoring and securing your site.]]></description>
			<content:encoded><![CDATA[<p>cPanel&#8217;s raw access logs is overlooked by many, while it can give you detailed insight of who is trying to access what pages, when, and from where.<br />
By default, all cPanel web hosting accounts are set to delete the logs on a daily basis. I suggest you change the setting, so you can keep the logs and be able to check them later on a weekly or monthly basis. This may take more space on your web hosting account, but it&#8217;s worth doing for monitoring any suspicious activity.<br />
<span id="more-3054"></span><br />
Checking the access logs will give you good idea of areas of your site being accessed and your site&#8217;s response to it. If you notice any suspicious activity, you should do any of the following: double check your site&#8217;s pages, block the suspicious ip address, take an extra backup, or if you found any damage restore your site from a previous backup. You can also contact your web hosting provider about it.</p>
<p><strong>How to find Raw Access Logs:</strong><br />
Let&#8217;s take a look at the access logs. To access raw logs, click on the Raw Access Logs icon from the main cPanel account page:</p>
<p><img class="alignleft size-full wp-image-3059" title="raw-access-logs-icon" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-icon.jpg" alt="raw-access-logs-icon" width="167" height="159" /></p>
<p>This will take you to the Raw Access Logs detail screen: (see image below)<br />
Click on the first checkbox under configure logs title and then click the Save button.<br />
This will allow the logs to be updated and added to the archive file, which you can download later to see activity for a period of up to a month.<br />
You can see the archive file with under Archived Raw Logs link at the bottom of the screen. (see image below) Archive file name will have the domain name (grayed out in the image) with a date suffix and a .gz extension.<br />
Once you click on any of the archives, you should be able to save it on you local disk and extract the content using either (winzip, 7-zip or any similar software)</p>
<p><img class="alignleft size-full wp-image-3060" title="raw-access-logs-detail" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-detail.jpg" alt="raw-access-logs-detail" width="396" height="468" /></p>
<p><strong>Raw Access Logs Layout ( good example):</strong></p>
<p><img class="alignleft size-full wp-image-3067" title="raw-access-logs-good-example" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-good-example2.jpg" alt="raw-access-logs-good-example" width="676" height="63" /></p>
<p>Raw access log entries starts with the ip address of the visitor followed by date of the visit. Next you can see the http request “Get” meaning the visitor accessing your site&#8217;s login form in this example (see image above). Following the Get request, we see the relative file name followed by the version of the HTTP request (1.1)  Note: The 2 most popular requests you&#8217;ll find in the log file are “Get” and “Post”.<br />
Next, you&#8217;ll find a numerical value 200, in this case it specifies the resulting status of the request. Typical values for this code are 200 (OK). Another known number is 404 (Not Found) and 403 (Forbidden). To learn more about HTTP Status codes, refer to the <a title="http error codes list" href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes" target="_blank">whole list in wikipedia</a>.</p>
<p>The next numerical is 2125, a number indicating the total size (in bytes) of data transmitted for the request.<br />
The next portion of our access log entry specifies the referrer, showing the URL of the referrer (grayed in the image sample).<br />
Finally, the formal identity of the user-agent is specified at the end of the log raw.</p>
<p><strong>Example of a suspicious Access Logs</strong><strong>:</strong></p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example11.jpg"><img class="alignleft size-medium wp-image-3074" title="raw-access-logs-susp-example1" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example11-300x44.jpg" alt="raw-access-logs-susp-example1" width="480" height="55" /></a><br />
(click image to enlarge)</p>
<p>Here someone has tried to exploit the site via URL attack. Usually these attempts fail due to limited site access setup. Also a firewall running on the server should prevent such attacks. For you it is a good thing to know what is happening on your site, so you can either block the ip or it will alert you to keep a closer eye on your site in general.</p>
<p><strong>Another example of a suspicious Access Logs:</strong></p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example21.jpg"><img class="alignleft size-medium wp-image-3077" title="raw-access-logs-susp-example2" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example21-300x35.jpg" alt="raw-access-logs-susp-example2" width="480" height="55" /></a><br />
(click image to enlarge)</p>
<p>Here someone has tried to exploit the site via sql injection. You can see “Union” and “Select” database statements that will give the user unauthorized information. This kind of attack can be prevented by the software and it&#8217;s capabilities to sanitize the query. Wordpress is now a lot more secure than the earlier versions, however be careful of plugins or themes that could not be safe enough to block this kind of attack.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3054&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Study Shows Internet as Positive for Social Relationships</title>
		<link>http://tdot-blog.com/my-news-picks/study-shows-internet-as-positive-for-social-relationships</link>
		<comments>http://tdot-blog.com/my-news-picks/study-shows-internet-as-positive-for-social-relationships#comments</comments>
		<pubDate>Fri, 09 Jul 2010 13:16:39 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[My News Picks]]></category>
		<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3047</guid>
		<description><![CDATA[I remember when email came, how it made a huge difference in the level of communications. It became a lot easier to send a message, an invite, or make an announcement to one or many at the same time. Now with the advent of web 2.0, social networking sites, and blogs in general, connecting to [...]]]></description>
			<content:encoded><![CDATA[<p>I remember when email came, how it made a huge difference in the level of communications. It became a lot easier to send a message, an invite, or make an announcement to one or many at the same time. Now with the advent of web 2.0, social networking sites, and blogs in general, connecting to friends and relatives, or even rediscovering any ties is now a lot easier, if you actively engage online.</p>
<p><span id="more-3047"></span><br />
A recent survey by Pew Research and Elon University&#8217;s Imagining the Internet Center of 895 technology stakeholders and critics shows 85% of respondends agree with the following statement:</p>
<blockquote><p>&#8220;In 2020, when I look at the big picture and consider my personal friendships, marriage and other relationships, I see that the internet has mostly been a positive force on my social world. And this will only grow more true in the future.&#8221;</p></blockquote>
<p>I agree too, however you have to keep in mind that with the positives come negatives too. I would keep in mind the following:<br />
- Allocate time for online usage and watch your time carefully.<br />
- Watch your privacy when setting up online accounts and use only trusted and reputable sites.</p>
<p>To find out more about the study, click <a href="http://pewresearch.org/pubs/1652/social-relations-online-experts-predict-future" target="_blank">here</a>.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3047&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/my-news-picks/study-shows-internet-as-positive-for-social-relationships/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue Setting Up Godaddy&#8217;s Total DNS for Domain Parking with Adsense</title>
		<link>http://tdot-blog.com/web-hosting/issue-setting-up-godaddys-total-dns-for-domain-parking-with-adsense</link>
		<comments>http://tdot-blog.com/web-hosting/issue-setting-up-godaddys-total-dns-for-domain-parking-with-adsense#comments</comments>
		<pubDate>Wed, 16 Jun 2010 00:44:12 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Ask Your Host]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3025</guid>
		<description><![CDATA[Do you have a domain with godaddy and wish to park it with Google Adsense ads? Google has great  step by step instructions for this setup, however if a domain name has been already used by another host, the link for total dns will not show. A message in godaddy&#8217;s site will show &#8216;Total DNS: (Not hosted here)&#8217;.
I [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a domain with godaddy and wish to park it with Google Adsense ads? Google has great  step by step instructions for this setup, however if a domain name has been already used by another host, the link for total dns will not show. A message in godaddy&#8217;s site will show &#8216;Total DNS: (Not hosted here)&#8217;.</p>
<p>I think the message should say &#8216;Not hosted here, please park the site by us first if you need to access total dns configurations&#8217;. I have been asked about it numerous times and generally find messages that show next action steps easier, than just telling &#8216;Not hosted here&#8217;.</p>
<p><span id="more-3025"></span><br />
If you follow the instructions from Google ( <a href="https://www.google.com/adsense/support/bin/answer.py?answer=76049" target="_blank">click here for the instructions </a>) and don&#8217;t find the link to setup the total DNS. Instead it says: DNS: (Not hosted here).  Then click on the &#8221;Manage&#8221; link under Nameservers setup  (just on the left) and pick the radio button for &#8220;I want to park my domain&#8221; and click okay. This action will take a little and first display Total DNS: (Temporarily unavailable). After a little while, it should show a link &#8220;Total DNS Control&#8221; as in the image.</p>
<p><img class="alignleft size-full wp-image-3031" title="total-dns" src="http://tdot-blog.com/wp-content/uploads/2010/06/total-dns.jpg" alt="total-dns" width="456" height="187" /></p>
<p>By then you can continue with step 5 to set up a <a href="http://en.wikipedia.org/wiki/CNAME" target="_blank">cname</a> and then setup <a href="http://rscott.org/dns/a.html" target="_blank">a record </a>for your domain.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3025&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/issue-setting-up-godaddys-total-dns-for-domain-parking-with-adsense/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Privacy Issues, Time to Update Your Privacy Setting, or Just Quit.</title>
		<link>http://tdot-blog.com/security/facebook-privacy-issues-time-to-update-your-privacy-setting-or-just-quit</link>
		<comments>http://tdot-blog.com/security/facebook-privacy-issues-time-to-update-your-privacy-setting-or-just-quit#comments</comments>
		<pubDate>Mon, 24 May 2010 10:57:02 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[My News Picks]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2995</guid>
		<description><![CDATA[You might have noticed changes in Facebook&#8217;s privacy policy. I got email notices about it recently. I also noticed updating my account setup is not that easy to do. It is ironic to me that a site, which became so popular due to ease of use from the usability perspective, makes it so difficult to [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" title="reclaim-privacy" src="http://tdot-blog.com/wp-content/uploads/2010/05/reclaim-privacy.png" alt="reclaim-privacy" width="115" height="115" />You might have noticed changes in Facebook&#8217;s privacy policy. I got email notices about it recently. I also noticed updating my account setup is not that easy to do. It is ironic to me that a site, which became so popular due to ease of use from the usability perspective, makes it so difficult to find and update your privacy settings.</p>
<p><a href="http://news.bbc.co.uk/2/hi/technology/10145863.stm" target="_blank">BBC wrote</a> today, after facing increasing criticism from not only US consumer groups, but also European Union data protection officials, who describe the recent privacy changes as unacceptable, facebook founder Mark Zuckerberg is pledging easier privacy.</p>
<p>Many have even pledged to quit Facebook. <a href="http://quitfacebookday.com" target="_blank">QuitFacebookDay.com,</a> an anti-facebook site is encouraging it&#8217;s visitors to quit Facebook by May 31, 2010. Already at the time of this writing over 14,000 have pledged to quit.</p>
<p><span id="more-2995"></span></p>
<p><img class="alignleft size-full wp-image-2997" title="privacy-scanner-reclaimprivacy" src="http://tdot-blog.com/wp-content/uploads/2010/05/privacy-scanner-reclaimprivacy.png" alt="privacy-scanner-reclaimprivacy" align="left" /><strong>I strongly recommend</strong> you to visit <a href="http://ReclaimPrivacy.org" target="_blank">ReclaimPrivacy.org</a> to take a look and update your privacy if you need to. ReclaimPrivacy.org offers a free and easy to use tool that will scan your Facebook account&#8217;s privacy on facebook. Privacy Scanner will display in color coded tags, how secure, (and/or not so secure) your settings are. Even if you are not concerned about privacy, I strongly recommend you to check it out. It will remind you as how the world looks at your personal data.<br />
And while you there, check out the story by Consumer Reports titled: &#8220;7 Things To Stop Doing Now on Facebook&#8221;</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2995&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/facebook-privacy-issues-time-to-update-your-privacy-setting-or-just-quit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Create Stronger Passwords for Your Online Accounts</title>
		<link>http://tdot-blog.com/security/tips-to-create-stronger-passwords-for-your-online-accounts</link>
		<comments>http://tdot-blog.com/security/tips-to-create-stronger-passwords-for-your-online-accounts#comments</comments>
		<pubDate>Tue, 18 May 2010 11:41:58 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2982</guid>
		<description><![CDATA[ With the proliferation of sites and online/software systems we use on a daily basis, it is becoming more challenging to manage all our passwords. Many I noticed pick simple passwords. It can cause you a lot of headache, if your password is cracked and your investment is lost suddenly. On the other hand good [...]]]></description>
			<content:encoded><![CDATA[<p><img title="password security" src="http://tdot-blog.com/wp-content/uploads/2010/05/004_03.jpg" alt="tips to better password security" width="150" height="150" align="left" /> With the proliferation of sites and online/software systems we use on a daily basis, it is becoming more challenging to manage all our passwords. Many I noticed pick simple passwords. It can cause you a lot of headache, if your password is cracked and your investment is lost suddenly. On the other hand good and reputable sites will guide you to enter more robust password to use.</p>
<p>Surprisingly there are many password cracking software tools. I assume these were made for ethical use of lost passwords or someone who left her/his job and no one can unlock the computer. The problem however is when these software tools fall in the wrong hands&#8230;</p>
<p><span id="more-2982"></span></p>
<p>To better protect your online investment, you will need to do a little of planning that can bring you far ahead from most online users.</p>
<p>In general your password security will depend on your general caution about protecting your assets. This is the same like leaving your car in the parking lot of a busy shopping area, or even in front of your house. Do you leave it locked or unlocked?</p>
<p>Whether your answer is locked or unlocked, I invite you to keep reading my post and hopefully be aware to better password protect your online assets:</p>
<p><strong>Here is my list:</strong></p>
<p><strong>1- Don&#8217;t choose a short password: </strong></p>
<p>I have seen many websites checking and validating for a minimum of 8 characters. That&#8217;s great, because it turns out that the time it takes to crack 8 character password is exponentially more, than a 6 character password. I would even suggest a 10 character password and for more sensitive information go even for 15 of more characters.</p>
<p><strong>2- Don&#8217;t pick words that relate to you: </strong></p>
<p>Don&#8217;t pick family members names, or even a city you live in or phone number or a hobby or anything else that is easily to be guessed about you. Just pick words that are not related to you. Remember, popular social sites and blogs encourage people to write a profile, so if you write you live in &#8230; and you wife&#8217;s and kids names are &#8230;. and graduated from &#8230;..</p>
<p>This information could be easily guessed, if you use any of it to create your passwords.</p>
<p><strong>3- Don&#8217;t pick easily guessable words, numbers and/or patterns:</strong></p>
<p>I have done this before, with words like: bulldog, goldfish, coffee, 123456, asdfg, abcdef, abc123, 911, &#8230;.</p>
<p><strong>4- Don&#8217;t  store your password on your laptop or online</strong></p>
<p>If you can&#8217;t remember and have to save you password, save it in a file offline. I would save it on a writable CD or a flash drive that can be easily detached from your laptop. I don&#8217;t like online sites or software that helps managing passwords. I feed safer just doing it the old fashioned way, writing them on a little booklet that I keep in a safe place.</p>
<p><strong>5-Include numbers, capital letters and symbols</strong></p>
<p>Try to always incorporate all letters in your password, not only lower case. The chances that a brute force attack will find your password will be of a magnitude of 10 thousands more difficult, than with just using lower case characters. It is a statistical truth that you want to be aware of to better protect you accounts.</p>
<p><strong>6-Consider changing your password at least once a year</strong></p>
<p>I have seen big corporations enforcing policies of changing passwords every 90 days, but I don&#8217;t think this helps a lot since an attacker will need only minutes or even hours time to crack your password. You will need however to change your password, just to make sure it is not found or stored in a place that someone can find.</p>
<p><strong>7-Make sure your Antivirus software is up-to-date.</strong></p>
<p>Always make sure your anti virus is up-to-date and gets updated constantly, otherwise switch to a different software. Make sure the software checks the incoming email and scans the attachments as well and never download any attachment unless you know the sender and trust the attachment too.</p>
<p>This is my list, did I miss anything? Let me know.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2982&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/tips-to-create-stronger-passwords-for-your-online-accounts/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Survey Shows More Americans Willing to Give Up TV</title>
		<link>http://tdot-blog.com/reflection/survey-shows-more-americanswilling-to-give-up-tv</link>
		<comments>http://tdot-blog.com/reflection/survey-shows-more-americanswilling-to-give-up-tv#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:23:59 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2961</guid>
		<description><![CDATA[The proliferation of on demand internet video and new technologies that empower people to better select what they watch or spend their time listening to, will constantly make changes to the traditional television viewership and challenges to technology businesses in general.
A survey by Edison Research reveals that for the first time more Americans would give [...]]]></description>
			<content:encoded><![CDATA[<p><img title="edison" src="http://tdot-blog.com/wp-content/uploads/2010/04/edison.png" alt="edison" width="108" height="56" align="left" />The proliferation of on demand internet video and new technologies that empower people to better select what they watch or spend their time listening to, will constantly make changes to the traditional television viewership and challenges to technology businesses in general.</p>
<p>A survey by <a title="Survey by Edison Research" href="http://www.edisonresearch.com/home/archives/2010/03/more_americans_would_give_up_television_if_forced_to_choose.php" target="_blank">Edison Research </a>reveals that for the first time more Americans would give up television over the internet, if they had to choose of course. 49% would give up television versus 48% would give up internet. Just 9 years ago the same survey showed the opposite. 72% will give up internet versus 26% give up television.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2961&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/reflection/survey-shows-more-americanswilling-to-give-up-tv/feed</wfw:commentRss>
		<slash:comments>0</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>SE</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:
If [...]]]></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>0</slash:comments>
		</item>
		<item>
		<title>Microsoft to Fix a 17 Year Old Security Bug</title>
		<link>http://tdot-blog.com/security/microsoft-to-fix-a-17-year-old-security-bug</link>
		<comments>http://tdot-blog.com/security/microsoft-to-fix-a-17-year-old-security-bug#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:11:35 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[My News Picks]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2935</guid>
		<description><![CDATA[Microsoft to fix a 17 year old security bug in it&#8217;s next security update coming up this month.
Well, a bug can stay forever unless someone uncovers it, right? In this case a Google researcher discovered a utility that allows users of new versions of windows to run old versions of windows software.
This bug goes back [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-top: 2px; margin-bottom: 2px;" title="microsoft-logo" src="http://tdot-blog.com/wp-content/uploads/2010/02/microsoft-logo.jpg" alt="microsoft-logo" width="100" height="101" align="left" />Microsoft to fix a 17 year old security bug in it&#8217;s next security update coming up this month.</p>
<p>Well, a bug can stay forever unless someone uncovers it, right? In this case a Google researcher discovered a utility that allows users of new versions of windows to run old versions of windows software.</p>
<p>This bug goes back to the days of windows 3.1, and has never been addressed by Microsoft until discovered last month. The good news is that this security issue has not been exploited. To read more about it, <a href="http://news.bbc.co.uk/2/hi/technology/8499859.stm" target="_blank">click here</a>.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2935&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/microsoft-to-fix-a-17-year-old-security-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How are You Going to Fulfill Your New Year&#8217;s Resolutions?</title>
		<link>http://tdot-blog.com/reflection/how-are-you-going-to-fulfill-your-new-years-resolutions</link>
		<comments>http://tdot-blog.com/reflection/how-are-you-going-to-fulfill-your-new-years-resolutions#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:40:55 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2923</guid>
		<description><![CDATA[A study by Performix that cought my attention, shows that the internet will play a major role for Americans to fulfill their New Year&#8217;s resolutions. Here is the breakdown of the study:
- 48% indicated they will fulfill their new years resolution using the internet to accomplish their resolution.
- 36% will go online to purchase an [...]]]></description>
			<content:encoded><![CDATA[<p><img title="performix" src="http://tdot-blog.com/wp-content/uploads/2010/01/performix.jpg" alt="performix" width="88" height="71" align="left" />A study by Performix that cought my attention, shows that the internet will play a major role for Americans to fulfill their New Year&#8217;s resolutions. Here is the breakdown of the study:<br />
- 48% indicated they will fulfill their new years resolution using the internet to accomplish their resolution.<br />
- 36% will go online to purchase an item to further their resolution.<br />
- 14% will utilize online help to reach their 2010 goals.<br />
<span id="more-2923"></span><br />
Further the study shows that most respondents indicate their resolution is saving more money.</p>
<p>Online money management has become a method used by many. At work, I always see my colleagues going to either their bank, brokerage accounts, or just checking the stock market on a frequent basis.<br />
No matter what your New Year resolutions is, the internet makes it easier to start your search. Of course remember their are a lot more resources in the libraries, that haven&#8217;t yet made it online. The internet is a good place to start however, just be cautious to  turn to known and reputable sites and use your common sense to stay away from trouble sites.</p>
<p>Have you done something about using the internet more safely? Read about <a href="http://tdot-blog.com/security/beware-searching-the-web" target="_self">McAfee here</a>.</p>
<p>To read more about the study from Performics, please go <a href="http://www.performics.com/news-room/press-releases/Money-Management-2010-Resolutions/1418" target="_self">here</a>.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2923&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/reflection/how-are-you-going-to-fulfill-your-new-years-resolutions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Microsoft IE risky?</title>
		<link>http://tdot-blog.com/security/is-microsoft-ie-risky</link>
		<comments>http://tdot-blog.com/security/is-microsoft-ie-risky#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:50:43 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[My News Picks]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2905</guid>
		<description><![CDATA[
France followed by the German government lately warned web users against Microsoft&#8217;s IE and advised using an alternative web browser. They knew about the vulnerabilities earlier, but announced the warning after the malicious code that was used on Google was published online.

Even though IE 8 is more secure than earlier versions of IE, Microsoft admitted [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-2909" title="microsoft-ie" src="http://tdot-blog.com/wp-content/uploads/2010/01/microsoft-ie.jpg" alt="Microsoft IE" width="90" height="84" align="left" /></p>
<p>France followed by the German government lately warned web users against Microsoft&#8217;s IE and advised using an alternative web browser. They knew about the vulnerabilities earlier, but announced the warning after the malicious code that was used on Google was published online.<br />
<span id="more-2905"></span><br />
Even though IE 8 is more secure than earlier versions of IE, Microsoft admitted that it is vulnerable as well. The risk comes only, if you browsed a compromised site and will infect your laptop allowing your sensitive information to be stolen.</p>
<p>I caution using IE for now, until Microsoft comes up with a fix for this issue.</p>
<p>Click <a title="IE security warning" href="http://news.bbc.co.uk/2/hi/technology/8465038.stm" target="_self">here </a>to read more about the story.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2905&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/security/is-microsoft-ie-risky/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
