<?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>My DigitalZone &#187; Website Tips</title>
	<atom:link href="http://mydigitalzone.net/category/website-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://mydigitalzone.net</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jan 2010 04:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Preventing Search Enginges from Indexing</title>
		<link>http://mydigitalzone.net/2009/07/15/preventing-search-enginges-from-indexing/</link>
		<comments>http://mydigitalzone.net/2009/07/15/preventing-search-enginges-from-indexing/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:22:35 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://mydigitalzone.net/?p=385</guid>
		<description><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style>



Sometimes you don&#8217;t want some parts of your website to be indexed by search engine bots.  Perhaps some directories are for private use only or perhaps you are working on a test site.  If the page is not linked from anywhere, it&#8217;s supposed to be safe from spiders because no one knows the [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style><p id="top" /><script type="text/javascript"><!--
google_ad_client = "pub-2241621611203959";
/* DZone_posts336x280, created 1/2/09 */
google_ad_slot = "2956728885";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Sometimes you don&#8217;t want some parts of your website to be indexed by search engine bots.  Perhaps some directories are for private use only or perhaps you are working on a test site.  If the page is not linked from anywhere, it&#8217;s supposed to be safe from spiders because no one knows the exact url, in theory, at least.  But you want to make sure that the private part of your site remains private.</p>
<p>There are 3 common ways to prevent search engines from indexing some directories or files.</p>
<ol>
<li><strong>Using robots.txt</strong><br />
When a search enginge crawlers visits your site, it looks for a file named robots.txt for instructions for your site.  In order to prevent any well-behaved crawlers from indexing a directory, you will put the following in robots.txt.<br />
<code><br />
User-agent: *<br />
Disallow: /<em>directory_name</em>/<br />
</code><br />
If you have 2 directories, MyData and TestData, that you want to keep private, robots.txt will look like:<br />
<code><br />
User-agent: *<br />
Disallow: /MyData/<br />
Disallow: /TestData/<br />
</code><br />
The asterik * indicates that this instruction is for all spiders.  If you only want Google bots from indexing, then you will use:<br />
<code><br />
User-agent: googlebot<br />
Disallow: /MyData/<br />
Disallow: /TestData/<br />
</code>
</li>
<li>Using meta tags in each file<br />
You can put the following meta tag between the < head > and < / head > tags in any file you do not want search engine spiders to index.  (Remove the space before and after < and > .)<br />
<code><br />
< meta name="robots" content="noindex" / ><br />
</code>
</li>
<li>Using a password<br />
You can password protect files and directories either using a web server control panel or using applications that have a password option. </p>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mydigitalzone.net/2009/07/15/preventing-search-enginges-from-indexing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Photoshop Site Vanished Due To A Server Failure</title>
		<link>http://mydigitalzone.net/2009/07/03/great-photoshop-vanished-due-to-a-server-failure/</link>
		<comments>http://mydigitalzone.net/2009/07/03/great-photoshop-vanished-due-to-a-server-failure/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 03:39:58 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[PhotoshopTalent.com]]></category>
		<category><![CDATA[Server Crash]]></category>

		<guid isPermaLink="false">http://mydigitalzone.net/?p=350</guid>
		<description><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style>



I found out today that a great Photoshop site with lots of useful tutorials and tips along with tons of beautiful images vanished because of a website server crash.  The site is Photoshoptalent.com.  I used to visit their site almost daily to learn more about Photoshop.  Then about a month ago, I [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style><p id="top" /><script type="text/javascript"><!--
google_ad_client = "pub-2241621611203959";
/* DZone_posts336x280, created 1/2/09 */
google_ad_slot = "2956728885";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>I found out today that a great Photoshop site with lots of useful tutorials and tips along with tons of beautiful images vanished because of a website server crash.  The site is <a href="http://photoshoptalent.com">Photoshoptalent.com</a>.  I used to visit their site almost daily to learn more about Photoshop.  Then about a month ago, I noticed that the site was down for a while.  </p>
<p><strong>Server Crash</strong><br />
Now that my day job&#8217;s workload is getting normal, I tried to go to the site to learn some more tips.  To my surprise, <a href="http://www.photoshoptalent.com">photoshoptalent.com</a> resolved to <a href="http://www.pxleyes.com/">pxleyes.com</a>.  The home page looks similar but the tutorials I was looking for were not there.  I looked around more and found the webmaster&#8217;s message titled <a href="http://www.pxleyes.com/forum/viewtopic.php?f=5&#038;t=3">&#8220;What Happened to PST?&#8221;</a>  The webmaster said, </p>
<blockquote><p>
To my deepest regret I have to inform you that the PST server had a major hardware failure and everything on the hard drive was wiped. The last few days we were trying to recover as much data as possible, but until now it is unsuccessful&#8230; every file is corrupted or broken. This is also the reason why the site was down for an entire week. The only backup there was, was one from several months ago, which was in the same server and disappeared with all the rest.
</p></blockquote>
<p>I was appalled.  It was a great site with tons of good contents.  All of them are lost&#8230;.  I am sure the webmaster and his/her community will rebuild the site again.  But it won&#8217;t be the same.   Well, the new site  may be better!</p>
<p><strong>Importance of Backups</strong><br />
I do backup my PC/laptops data almost religiously for various reasons as you can see in <a href="http://mydigitalzone.net/2009/04/16/lap-top-restoring-the-factory-default/">this post</a>.  But I haven&#8217;t backed up my website for a while.  As are most WordPress-powered sites, I need to back up databases in addition to regular files.  Learning about what happened to Photoshoptalent.com was a good reminder for me.  I&#8217;ll do a full backup tonight. </p>
]]></content:encoded>
			<wfw:commentRss>http://mydigitalzone.net/2009/07/03/great-photoshop-vanished-due-to-a-server-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable a Directory Listing on an Apache Server</title>
		<link>http://mydigitalzone.net/2009/05/05/how-to-disable-a-directory-listing-on-an-apache-server/</link>
		<comments>http://mydigitalzone.net/2009/05/05/how-to-disable-a-directory-listing-on-an-apache-server/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:44:01 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[Apach server]]></category>
		<category><![CDATA[directory listing]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://mydigitalzone.net/?p=255</guid>
		<description><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style>



From time to time, I see web sites that do not have directory listing disabled.  This happens on an Apache server that is not configured properly.  If the webmaster create a directory and does not place an index.html (or index.php) file, the contents of the directory are there for everyone to see.
Not allowing [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style><p id="top" /><script type="text/javascript"><!--
google_ad_client = "pub-2241621611203959";
/* DZone_posts336x280, created 1/2/09 */
google_ad_slot = "2956728885";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>From time to time, I see web sites that do not have directory listing disabled.  This happens on an Apache server that is not configured properly.  If the webmaster create a directory and does not place an index.html (or index.php) file, the contents of the directory are there for everyone to see.</p>
<p>Not allowing the visitors see the directory listing does not make a website secure per se.  But visitors can go up and down the directory trees if the listing is not disabled.  In order to disable a directory listing of a particular directory and all of its subdirectories, you can just place a file called .htaccess with the following line on it.</p>
<p><strong>Options -Indexes</strong></p>
<p>As long as a subdirectory does not have its own .htaccess file that allow directory listing, it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://mydigitalzone.net/2009/05/05/how-to-disable-a-directory-listing-on-an-apache-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create an URL Icon</title>
		<link>http://mydigitalzone.net/2009/05/05/how-to-creat-an-url-icon/</link>
		<comments>http://mydigitalzone.net/2009/05/05/how-to-creat-an-url-icon/#comments</comments>
		<pubDate>Wed, 06 May 2009 01:49:43 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[URL icon]]></category>

		<guid isPermaLink="false">http://mydigitalzone.net/?p=244</guid>
		<description><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style>




Today, I will talk about how to put an icon to url.  The tiny image is typically called a &#8220;favicon&#8221; and it&#8217;s in an ico format, which means a typical file name is favicon.ico.  Its size is usually 16&#215;16 but I usually make a 48&#215;48 gif file in Photoshop.  To convert it [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
<!--
.nmstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #003333;
}

.nmsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #003333;
}
-->
</style><p id="top" /><script type="text/javascript"><!--
google_ad_client = "pub-2241621611203959";
/* DZone_posts336x280, created 1/2/09 */
google_ad_slot = "2956728885";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><img src="http://www.mydigitalzone.net/images/favicon.gif" alt="favicon" /><br />
Today, I will talk about how to put an icon to url.  The tiny image is typically called a &#8220;favicon&#8221; and it&#8217;s in an ico format, which means a typical file name is favicon.ico.  Its size is usually 16&#215;16 but I usually make a 48&#215;48 gif file in Photoshop.  To convert it to an ico format, you can download a free Photoshop plugin from <a href="http://www.telegraphics.com.au/sw/">telegraphics.com.au</a> and use Photoshop.  But an easier way is to create it online from <a href="http://tools.dynamicdrive.com/favicon/">dynamicdrive.com</a>.  </p>
<p>So here&#8217;s the step to put the tiny image next to your website&#8217;s url.</p>
<ol>
<li>Create a 16&#215;16 or 48&#215;48 image file and save it as a gif file.</li>
<li>Go to <a href="http://tools.dynamicdrive.com/favicon/">dynamicdrive.com</a> and click &#8220;Create Icon.&#8221;</li>
<li>Download the created file (favicon.ico) to your PC.</li>
<li>Upload the icon to the root directory of your website.</li>
<li>Add the following line to your header&#8230; in between < head > and < / head ><br />
              <code><br />
              < link rel="shortcut icon" href="favicon.ico" >< /link ></li>
<p>              </code>
</ol>
<p>Note: You need to remove spaces from the example html tags shown above.</p>
<p>Another note: favicon may not show up immediately.  It takes some time.  If you change your favicon image, clear the browser chache and refresh the page and wait.</p>
<p><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_7fbba7be-2a4b-445d-ab3c-5056dea74eff"  WIDTH="300px" HEIGHT="250px"> <PARAM NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Flatinballroom-20%2F8009%2F7fbba7be-2a4b-445d-ab3c-5056dea74eff&#038;Operation=GetDisplayTemplate"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Flatinballroom-20%2F8009%2F7fbba7be-2a4b-445d-ab3c-5056dea74eff&#038;Operation=GetDisplayTemplate" id="Player_7fbba7be-2a4b-445d-ab3c-5056dea74eff" quality="high" bgcolor="#ffffff" name="Player_7fbba7be-2a4b-445d-ab3c-5056dea74eff" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="250px" width="300px"></embed></OBJECT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Flatinballroom-20%2F8009%2F7fbba7be-2a4b-445d-ab3c-5056dea74eff&#038;Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></p>
]]></content:encoded>
			<wfw:commentRss>http://mydigitalzone.net/2009/05/05/how-to-creat-an-url-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

