<?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>Web Stuff Scan &#187; Blogging Tips</title>
	<atom:link href="http://www.webstuffscan.com/category/blogging-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstuffscan.com</link>
	<description>Scanning the Web for the good stuff</description>
	<lastBuildDate>Tue, 13 Apr 2010 19:37:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How do I create an Icon for my Web page?</title>
		<link>http://www.webstuffscan.com/2006/12/25/how-do-i-create-an-icon-for-my-web-page/</link>
		<comments>http://www.webstuffscan.com/2006/12/25/how-do-i-create-an-icon-for-my-web-page/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 09:09:07 +0000</pubDate>
		<dc:creator>webstuffscan</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Did you know this?]]></category>
		<category><![CDATA[Internet Tips]]></category>

		<guid isPermaLink="false">http://www.webstuffscan.com/2006/12/25/how-do-i-create-an-icon-for-my-web-page/</guid>
		<description><![CDATA[When you visit Web sites in Firefox, you would have noticed that for many sites an Icon is shown on the left side of the URL field (Address field). For example, for Gmail it is a &#8220;letter&#8221; icon while for Google it is a &#8220;big G&#8221; icon.

In web speak, this icon is know as the [...]]]></description>
			<content:encoded><![CDATA[<p>When you visit Web sites in Firefox, you would have noticed that for many sites an Icon is shown on the left side of the URL field (Address field). For example, for Gmail it is a &#8220;letter&#8221; icon while for Google it is a &#8220;big G&#8221; icon.</p>
<p><img id="image206" alt="Favicons on Firefox" src="http://www.webstuffscan.com/wp-content/uploads/2006/12/favicon-usage.jpg" /></p>
<p>In web speak, this icon is know as the favicon since it appears on the favorites list (in both Internet Explorer and Firefox).  Now how do you add such a feature to your own Web page? It is rather simple. </p>
<p><strong>1. First create an icon</strong> (name it as favicon.ico) which represents your site. This can be any picture file with dimensions 16 by 16 pixels. You might want to make the background using transparent color, otherwise a white rectangle will appear behind your Icon. </p>
<p><strong>2. Upload your Icon</strong> to the document root of your web host. Typically this where your index.html is!</p>
<p><strong>3. Add reference to your icon</strong> in all the web pages (inside HEAD tag). For wordpress, the following line can be added to the header.php inside head tags. <strong>I think this is not necessary in most browsers</strong>. </p>
<pre><code>
&lt;link rel="icon" href="http://yoursiteaddress/favicon.ico"&gt;&lt;/link&gt;</code></pre>
<p>Thats it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webstuffscan.com/2006/12/25/how-do-i-create-an-icon-for-my-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop editor for blogging &#8211; w.bloggar</title>
		<link>http://www.webstuffscan.com/2006/11/25/desktop-editor-for-blogging-wbloggar/</link>
		<comments>http://www.webstuffscan.com/2006/11/25/desktop-editor-for-blogging-wbloggar/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 07:25:41 +0000</pubDate>
		<dc:creator>webstuffscan</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.webstuffscan.com/2006/11/25/desktop-editor-for-blogging-wbloggar/</guid>
		<description><![CDATA[If you blog once in a while, interface provided by blogging tools such as Wordpress or Movable Type is ok. But if you are a regular blogger, this becomes tedious and slow. Saving the post obviously takes couple of seconds and soon gets irritating.
So recently I started blogging using w. bloggar which is a desktop [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="W. Bloggar" href="http://wbloggar.com/"><img width="57" height="57" border="0" align="left" title="W Blogger Desktop Editor for blogging" src="http://www.webstuffscan.com/wp-content/uploads/2006/11/w%20blogger.jpg" /></a>If you blog once in a while, interface provided by blogging tools such as Wordpress or Movable Type is ok. But if you are a regular blogger, this becomes tedious and slow. Saving the post obviously takes couple of seconds and soon gets irritating.</p>
<p>So recently I started blogging using <a target="_blank" title="W Bloggar" href="http://wbloggar.com/">w. bloggar</a> which is a desktop based application for blogging. This tool allows you to directly post to your blog from desktop. You can also review your previous blog posts, edit or delete them. It is also possible to upload files or images to your site and then directly link to your post. All this is possible without leaving w.bloggar.</p>
<p>You can start using w.bloggar in 4 simple steps.</p>
<blockquote><p><strong>1. <a target="_blank" title="Download W Bloggar" href="http://wbloggar.com/download.php">Download</a> and install w.bloggar</strong><br />
<strong>2. Setup your account</strong> &#8211; Here you need specify your blog address, user id and password.<br />
<strong>2. Setup upload properties (Under blog properties menu) </strong> &#8211; Provide ftp settings for your web site. Provide URL to Link if you put your images/files in a sub directory.<br />
<strong>3. Setup preview properties </strong> &#8211; Specify you site CSS and other properties here. This will make the preview same as the actual blog output.</p></blockquote>
<p><strong>Other Desktop Blog Editors</strong><br />
<a target="_blank" href="http://www.qumana.com/">Qumana</a><br />
<a target="_blank" href="http://ecto.kung-foo.tv/">Ecto</a> (contains thumbnail and scaling tools)<br />
<a target="_blank" href="http://performancing.com/">Perfomancing for Firefox</a>  (requires firefox)<br />
<a target="_blank" href="http://blogjet.com/">BlogJet</a> (commercial)<br />
<a target="_blank" href="http://www.zoundry.com/">Zoundry</a> (currently in beta)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webstuffscan.com/2006/11/25/desktop-editor-for-blogging-wbloggar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Side Includes for page reuse</title>
		<link>http://www.webstuffscan.com/2006/11/23/using-server-side-includes-for-page-content-reuse/</link>
		<comments>http://www.webstuffscan.com/2006/11/23/using-server-side-includes-for-page-content-reuse/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 14:57:53 +0000</pubDate>
		<dc:creator>webstuffscan</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.webstuffscan.com/2006/11/23/using-server-side-includes-for-page-content-reuse/</guid>
		<description><![CDATA[Consider the following scenarios,
1. Multiple blogs with shared content. You have couple of blogs and you want some common piece of information on all blogs(possibly on side bar, header or footer).
2. Single blog with multiple templates. You have a Movable Type installation and you want some common information across index pages and archive pages.
The commonly [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image18" src="http://www.webstuffscan.com/wp-content/uploads/2006/11/ssi_blogging.jpg" alt="Server Side Include" align="left"/>Consider the following scenarios,<br />
<strong>1. Multiple blogs with shared content</strong>. You have couple of blogs and you want some common piece of information on all blogs(possibly on side bar, header or footer).</p>
<p><strong>2. Single blog with multiple templates</strong>. You have a Movable Type installation and you want some common information across index pages and archive pages.</p>
<p>The commonly followed practice is to include the page fragment in all pages. This becomes a nightmare after a while. Whenever there is a change in the common page fragment you have to change all related pages.</p>
<p>Blogging tools such as Movable Type provides some mechanism to include other files. For example, MTInclude directive can be used to reuse page fragments. The problem with this approach is that you have to rebuild all the pages and for a large installation can take a lot of time.</p>
<p>The perfect solution to this problem is to use server side includes. For this your Web server must be configured for server side include (Most hosting providers enable this by default). For example in my Movable Type templates I have the following line,</p>
<pre><code>...
&lt;div id="banner"&gt;
&lt;!--#include virtual="/navbar.html" --&gt;
&lt;/div&gt;
... </code></pre>
<p>In the above case note the virtual attribute in the include directive. This means that navbar.html is searched from the root of your web server. Another alternative is to use file attribute.</p>
<p><strong>More Resources</strong><br />
<a href="http://www.learningmovabletype.com/archives/000484using_php_and_mt_includes.php">Using MTInclude and PHP Include</a><br />
<a href="http://httpd.apache.org/docs/1.3/howto/ssi.html">Apache Tutorial on Server Side Include </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webstuffscan.com/2006/11/23/using-server-side-includes-for-page-content-reuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.231 seconds -->
