<?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"
	>

<channel>
	<title>The How To Do Things Blog &#187; Web Designing</title>
	<atom:link href="http://www.howtoplaza.com/category/internet/web-designing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtoplaza.com</link>
	<description>How to wisdom from across the Internet — want to know how to do something? You may find the solution here.</description>
	<pubDate>Wed, 13 Aug 2008 15:35:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>How to create CSS mouseover or rollover with images</title>
		<link>http://www.howtoplaza.com/how-to-create-css-mouseover-or-rollover-with-images/</link>
		<comments>http://www.howtoplaza.com/how-to-create-css-mouseover-or-rollover-with-images/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 13:17:43 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Designing]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-create-css-mouseover-or-rollover-with-images/</guid>
		<description><![CDATA[The mouseover and rollover effect not only beautifies your layout, it also helps your visitors realize that they are hovering their mouse pointer over a link. The mouseover and rollover effect can be achieved with images and without images. It is easier to create a mouseover or rollover effect using simple CSS techniques in the [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>mouseover and rollover effect</strong> not only beautifies your layout, it also helps your visitors realize that they are hovering their mouse pointer over a link. The mouseover and rollover effect can be achieved with images and without images. It is easier to create a mouseover or rollover effect using simple CSS techniques in the following manner: </p>
<p class="code">a{    <br />&#160;&#160;&#160; border:1px solid #FFCC00;     <br />&#160;&#160;&#160; padding:5px;     <br />&#160;&#160;&#160; text-decoration:none;     <br />&#160;&#160;&#160; color:#000000;     <br />}     <br />a:hover{     <br />&#160;&#160;&#160; border:1px solid #FF6600;     <br />&#160;&#160;&#160; color:#FFFFFF;     <br />&#160;&#160;&#160; background-color:#000000;     <br />&#160;&#160;&#160; text-decoration:underline;     <br />} </p>
<p>This CSS code changes the box color and the link text color when the mouse pointer is hovered over it. Padding of 5 pixels have been used to give a box-type look. Test it to know the effect. </p>
<p>With CSS you can use images, but mostly as background. It is something like this: </p>
<p class="code">a{    <br />&#160;&#160;&#160; background-image:url(mouseoutimage.gif);     <br />}     <br />a:hover{     <br />&#160;&#160;&#160; background-image:url(mouseoverimage.gif);     <br />} </p>
<p>You can try out different other CSS combinations to beautify your links further.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/mouseover" rel="tag">mouseover</a>, <a href="http://technorati.com/tag/rollover" rel="tag"> rollover</a>, <a href="http://technorati.com/tag/CSS" rel="tag"> CSS</a>, <a href="http://technorati.com/tag/web+design" rel="tag"> web design</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-create-css-mouseover-or-rollover-with-images/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to upload your files using FTP</title>
		<link>http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/</link>
		<comments>http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 16:44:25 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web Designing]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[FTP]]></category>

		<category><![CDATA[FTP upload]]></category>

		<category><![CDATA[Web hosting]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/</guid>
		<description><![CDATA[FTP stands far file transfer protocol. You can use FTP to upload files to a server where you have an FTP account. You can also upload files as an anonymous FTP user but it depends on whether the FTP server allows you to do that or not. In order to upload your files using FTP [...]]]></description>
			<content:encoded><![CDATA[<p>FTP stands far file transfer protocol. You can <strong>use FTP to upload files</strong> to a server where you have an <strong>FTP account</strong>. You can also upload files as an <strong>anonymous FTP user</strong> but it depends on whether the FTP server allows you to do that or not. In order to upload your files using FTP you primarily need three things: </p>
<ul>
<li>The FTP server address</li>
<li>Username</li>
<li>Password </li>
</ul>
<p>Of course you also need an <strong>FTP client</strong>; and FTP client is nothing but a program that enables you to upload files to a remote server using FTP connection. It&#8217;s like sometimes you need a program to read your e-mail or for wordprocessing. </p>
<p>The FTP server address is given by the host company or the person who manages the server. He or she can create an FTP account for you and then give you the needed information. When you decide to host your own domain under commercial server when you create your domain account you automatically get an FTP server address. Most likely your FTP server address would be yourdomain.com. If it is not your domain then the people running the website will either generate an FTP server address for your account or you will need to have them create it for you. </p>
<p>You can use any of the freely available FTP clients. <a title="FileZilla" href="http://filezilla-project.org/">FileZilla</a> comes highly recommended. In case you are using Firefox you also get a plug-in called <a title="FireFTP" href="http://fireftp.mozdev.org/">FireFTP</a> that lets you upload files through an FTP connection. After you have downloaded and installed the FTP client you need to create a new account. When you create an account you will attach a name to that account; enter the FTP server address; enter the username and then the password. When you connect you either go to your user directory where you are supposed to upload your files or you go to the main directory and then from their you go to the directory assigned for your files.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/FTP" rel="tag">FTP</a>, <a href="http://technorati.com/tag/Web+development" rel="tag"> Web development</a>, <a href="http://technorati.com/tag/Web+hosting" rel="tag"> Web hosting</a>, <a href="http://technorati.com/tag/server+management" rel="tag"> server management</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create abstract lines background with Photoshop</title>
		<link>http://www.howtoplaza.com/how-to-create-abstract-lines-background-with-photoshop/</link>
		<comments>http://www.howtoplaza.com/how-to-create-abstract-lines-background-with-photoshop/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 16:23:31 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Graphics]]></category>

		<category><![CDATA[Web Designing]]></category>

		<category><![CDATA[graphic design]]></category>

		<category><![CDATA[photoshop]]></category>

		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-create-abstract-lines-background-with-photoshop/</guid>
		<description><![CDATA[You come across such abstract lines backgrounds on many websites in the headers or in the sidebars. Abstract lines in the background create an artistic effect for your background and it shows you just haven&#8217;t used some random image to create graphic effects for your website. It will also impressed your visitors. Abstract lines background [...]]]></description>
			<content:encoded><![CDATA[<p>You come across such <strong>abstract lines backgrounds</strong> on many websites in the headers or in the sidebars. Abstract lines in the background create an artistic effect for your background and it shows you just haven&#8217;t used some random image to create graphic effects for your website. It will also impressed your visitors. Abstract lines background can be easily <strong>created with Photoshop</strong>; <a title="this link tells you how to do it" href="http://www.tutorial9.net/photoshop/energize-your-graphics-with-abstract-energy-lines/">this link tells you how to do it</a>.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/backgrounds" rel="tag">backgrounds</a>, <a href="http://technorati.com/tag/graphic+design" rel="tag"> graphic design</a>, <a href="http://technorati.com/tag/Photoshop" rel="tag"> Photoshop</a>, <a href="http://technorati.com/tag/web+design" rel="tag"> web design</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-create-abstract-lines-background-with-photoshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to make your web design layout cross browser compatible</title>
		<link>http://www.howtoplaza.com/how-to-make-your-web-design-layout-cross-browser-compatible/</link>
		<comments>http://www.howtoplaza.com/how-to-make-your-web-design-layout-cross-browser-compatible/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 11:50:28 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Designing]]></category>

		<category><![CDATA[cross browser compatibility]]></category>

		<category><![CDATA[CSS layouts]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-make-your-web-design-layout-cross-browser-compatible/</guid>
		<description><![CDATA[While designing CSS layouts you must have encountered situations than is your CSS web design looks great in one browser but renders horribly in another. This mostly happens when you&#8217;re trying to design a website that you want to took the same in Firefox as well as Internet Explorer. Many web designers pull their hair [...]]]></description>
			<content:encoded><![CDATA[<p>While designing <strong>CSS layouts</strong> you must have encountered situations than is your CSS web design looks great in one browser but renders horribly in another. This mostly happens when you&#8217;re trying to design a website that you want to took the same in Firefox as well as Internet Explorer. Many web designers pull their hair while trying to make the CSS layout look the same in all major browsers. Although some browsers like the Internet Explorer have some faults if you remain within the conventions and don&#8217;t overtly change the nature of fonts, images and DIVs you can easily create a <strong>cross browser CSS web design layout</strong>. <a title="This link discusses very nice techniques" href="http://anthonyshort.com.au/blog/comments/how-to-get-cross-browser-compatibility-everytime/">This link discusses very nice techniques</a> to make your CSS <strong>web design layout cross browser compatible</strong>.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/cross+browser+compatibility" rel="tag">cross browser compatibility</a>, <a href="http://technorati.com/tag/web+designing" rel="tag"> web designing</a>, <a href="http://technorati.com/tag/CSS+layouts" rel="tag"> CSS layouts</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-make-your-web-design-layout-cross-browser-compatible/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to style your text or fonts using CSS</title>
		<link>http://www.howtoplaza.com/how-to-style-your-text-or-fonts-using-css/</link>
		<comments>http://www.howtoplaza.com/how-to-style-your-text-or-fonts-using-css/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 16:59:02 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Designing]]></category>

		<category><![CDATA[cascading style sheets]]></category>

		<category><![CDATA[styling fonts]]></category>

		<category><![CDATA[styling text]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-style-your-text-or-fonts-using-css/</guid>
		<description><![CDATA[By using CSS styles you can control the complete look of your website with just a single file; it is called the stylesheet file in which you define all the styles for all the components of your website. A great thing about the stylesheet file is that by merely changing that file, whether your website [...]]]></description>
			<content:encoded><![CDATA[<p>By using CSS styles you can control the complete look of your website with just a single file; it is called the stylesheet file in which you define all the styles for all the components of your website. A great thing about the stylesheet file is that by merely changing that file, whether your website has 5 pages or 5000 pages you can completely change the look and feel of your website without having to change individual web pages. Since most of the written content is displayed by using fonts it helps if you know how to style your fonts and text using CSS or cascading style sheets. A basic example of styling your font using CSS would be </p>
<p class="code">#content p{    <br />&#160;&#160;&#160; font-family:Georgia, &quot;Times New Roman&quot;, Times, serif;     <br />&#160;&#160;&#160; font-size:10pt;     <br />&#160;&#160;&#160; text-align:justify;     <br />&#160;&#160;&#160; color:#CCCC66;     <br />} </p>
<p>Most of the style definitions are easy to understand. For instance font family means what fonts to use while displaying the textual contends of a paragraph of the DIV called <em>content</em>. Before going further let us see what a DIV means in a cascading style sheets file. It&#8217;s basically a block on your webpage. Or you can call it a container. So everything defined within that container will look the way it has been styled in the CSS file. In the example above what we mean to say is that whenever &lt;p&gt; tag appears within the container &quot;content&quot; it should look the way it has been styled in the stylesheet file. In a similar manner you can style any text element on your webpage. Let us now see how to define a header tag. </p>
<p class="code">#content h1{    <br />&#160;&#160;&#160; margin:0;     <br />&#160;&#160;&#160; font-family:Verdana, Arial, Helvetica, sans-serif;     <br />&#160;&#160;&#160; font-size:20pt;     <br />&#160;&#160;&#160; color:#CC6633;     <br />&#160;&#160;&#160; border-bottom:1px solid dotted;    <br />&#160;&#160;&#160; padding-bottom:3px;     <br />&#160;&#160;&#160; display:block;     <br />} </p>
<p>If you use the &lt;h1&gt; tag without the stylesheet definition it will use the default font of the user that might not look good with your current theme. The above definitions help you decide how your &lt;h1&gt; tag looks on your webpage. Most of the definitions are self explanatory but there are three things that might look a bit confusing. We have set margin to zero so that there is no blank space above and below the header tag. The bottom padding is used so that the bottom border does not touch the text. The display is set to block so that in case you define a background color or an image for your header tag it horizontally fills the space within the container. This is how you can style your font or text using CSS.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/cascading+style+sheets" rel="tag">cascading style sheets</a>, <a href="http://technorati.com/tag/styling+fonts" rel="tag"> styling fonts</a>, <a href="http://technorati.com/tag/styling+text" rel="tag"> styling text</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-style-your-text-or-fonts-using-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to learn the basics of web designing</title>
		<link>http://www.howtoplaza.com/how-to-learn-the-basics-of-web-designing/</link>
		<comments>http://www.howtoplaza.com/how-to-learn-the-basics-of-web-designing/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 17:11:50 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-learn-the-basics-of-web-designing/</guid>
		<description><![CDATA[Your web designing skills can help you a lot if you conduct your business on the Internet. A little bit of web designing skill can come handy even if you manage a blog. This way you don&#8217;t always have to depend on your web designer for small changes. Not much knowledge is acquired if you [...]]]></description>
			<content:encoded><![CDATA[<p>Your <strong>web designing skills</strong> can help you a lot if you conduct your business on the Internet. A little bit of web designing skill can come handy even if you manage a blog. This way you don&#8217;t always have to depend on your web designer for small changes. Not much knowledge is acquired if you want to make some small tweaks in your existing design. Even a little bit of programming shouldn&#8217;t be intimidating. For instance in php it is enough to know what command gives an output on the webpage. This way if you want to change that output you can go to that particular command and change the text string within that command. The main thing is knowing how to learn the basics of web designing. Fortunately Web designing is the subject that has been vastly covered on the Internet due to obvious reason: the Internet functions on websites and websites need web designing. If you simply search for &quot;web designing&quot; on Google you will find millions of pages telling you how to design websites. <a title="This link at" href="http://mashable.com/2008/06/12/web-design-tutorials/">This link at</a> Mashable showcases a few videos that teach you the basics of web designing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-learn-the-basics-of-web-designing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to SEO as a web designer</title>
		<link>http://www.howtoplaza.com/how-to-seo-as-a-web-designer/</link>
		<comments>http://www.howtoplaza.com/how-to-seo-as-a-web-designer/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 12:57:42 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-seo-as-a-web-designer/</guid>
		<description><![CDATA[Since more and more websites depend on targeted traffic from search engines it is very important for you as a web designer to know how to design search engine optimized websites. In fact these days when a client contacts a web designer he or&#160; she asks for an SEO website and not just simply a [...]]]></description>
			<content:encoded><![CDATA[<p>Since more and more websites depend on targeted traffic from search engines it is very important for you as a web designer to know how to design search engine optimized websites. In fact these days when a client contacts a web designer he or&#160; she asks for an <strong>SEO website</strong> and not just simply a website.&#160; But <strong>how do you SEO a website</strong>? It is not as difficult as it seems; you just need to put the right pieces at the right places. When search engine crawlers come to index your website they look for certain information at particular places and when the don&#8217;t find that information where they are looking for they draw their own conclusions and rank the page or website for the wrong keywords.</p>
<p>The SEO process of a website starts at the very beginning and this you should keep in mind when starting a new project. Include keywords in the page titles, keep your content as near to the top as possible, have a clearly defined navigation structure containing all your important keywords and key phrases, use headlines and bulleted lists to organize your main points, use appropriate anchor text for hyperlinks and keep your source code as clean as possible. <a title="Visit this link" href="http://justcreativedesign.com/2008/06/09/10-seo-rules-for-designers/">Visit this link</a> for more details.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/web+designing" rel="tag">web designing</a>, <a href="http://technorati.com/tag/seo" rel="tag"> seo</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-seo-as-a-web-designer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to make sure people don&#8217;t leave your website quickly</title>
		<link>http://www.howtoplaza.com/how-to-make-sure-people-dont-leave-your-website-quickly/</link>
		<comments>http://www.howtoplaza.com/how-to-make-sure-people-dont-leave-your-website-quickly/#comments</comments>
		<pubDate>Wed, 21 May 2008 15:19:20 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Designing]]></category>

		<category><![CDATA[Website Promotion]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-make-sure-people-dont-leave-your-website-quickly/</guid>
		<description><![CDATA[The success of your website or blog depends on how long your visitors say on there. When they stay there longer they explore the website, access other pages and sections and this increases the chance of they doing business with you, or remembering your blog or website to return, or bookmark.
Once they are on your [...]]]></description>
			<content:encoded><![CDATA[<p>The success of your website or blog depends on how long your visitors say on there. When they stay there longer they explore the website, access other pages and sections and this increases the chance of they doing business with you, or remembering your blog or website to return, or bookmark.
<p>Once they are on your website or blog you have to first engage them, and then make all the important sections easily available. There must be very few unnecessary distractions. Vandelay Design <a title="tells you more" href="http://vandelaydesign.com/blog/design-process/why-visitors-leave/">tells you more</a> about <strong>how to keep people on your website or blog for longer time</strong>.
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/website+usability" rel="tag">website usability</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-make-sure-people-dont-leave-your-website-quickly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create a dark-themed web design from scratch</title>
		<link>http://www.howtoplaza.com/how-to-create-a-dark-themed-web-design-from-scratch/</link>
		<comments>http://www.howtoplaza.com/how-to-create-a-dark-themed-web-design-from-scratch/#comments</comments>
		<pubDate>Wed, 21 May 2008 14:44:26 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Designing]]></category>

		<category><![CDATA[social circle]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-create-a-dark-themed-web-design-from-scratch/</guid>
		<description><![CDATA[Frankly, dark themes are not my favorite web design themes, but some of them are really cool. A have visited a few dark-themed website but right now I cannot recall their links.
When you are creating a dark-themed web design from scratch (or for that matter, even if you are redesigning an existing website) you should [...]]]></description>
			<content:encoded><![CDATA[<p>Frankly, dark themes are not my favorite web design themes, but some of them are really cool. A have visited a few dark-themed website but right now I cannot recall their links.
<p>When you are creating a dark-themed web design from scratch (<em>or for that matter, even if you are redesigning an existing website</em>) you should pay special attention to the contrasts. The backgrounds and the foregrounds should strain the eyes of your visitors. Read a few more tips on <strong>how to create a dark-themed web design</strong> from scratch <a title="at PSDTuts" href="http://psdtuts.com/interface-tutorials/create-a-dark-themed-web-design-from-scratch/">at PSDTuts</a> (<em>wonder who thought of this name</em>).
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/dark+themed+web+design" rel="tag">dark themed web design</a>, <a href="http://technorati.com/tag/web+design+tips" rel="tag"> web design tips</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-create-a-dark-themed-web-design-from-scratch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Save More Money</title>
		<link>http://www.howtoplaza.com/how-to-save-more-money/</link>
		<comments>http://www.howtoplaza.com/how-to-save-more-money/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 13:27:11 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Save Money]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/2007/10/09/how-to-save-more-money/</guid>
		<description><![CDATA[Want to save more money? You need to develop a habit of saving money regularly. Once you build a habit of saving money it&#8217;ll become a second nature to you and you won&#8217;t even have to try hard. You don&#8217;t even have to get labeled yourself as a miser in order to save money, all [...]]]></description>
			<content:encoded><![CDATA[<p>Want to <strong>save more money</strong>? You need to develop a habit of saving money regularly. Once you build a habit of saving money it&#8217;ll become a second nature to you and you won&#8217;t even have to try hard. You don&#8217;t even have to get labeled yourself as a miser in order to save money, all you have to do is carry out some lifestyle changes and constantly remain aware of the need to save money. When you constantly remind yourself that you need to save money you make a conscious effort of saving it.</p>
<p>I think the best habit of saving money would be to keep a track of it. Observe your saving trends for a few months and then keep that as your target. Remember that your target shouldn&#8217;t become a nuisance to your family and yourself. People need clothes, food, education and other stuff to live so don&#8217;t start saving money by investing on these necessities less. Just re-orient your spending. <a title="Click here to read more" href="http://www.getrichslowly.org/blog/2007/10/08/10-ways-to-build-the-habit-of-saving-money/">Click here to read more</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-save-more-money/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
