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

<channel>
	<title>TheBlogJoint.com &#187; How To</title>
	<atom:link href="http://theblogjoint.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://theblogjoint.com</link>
	<description>Tech News/Reviews/How To's</description>
	<pubDate>Thu, 05 Aug 2010 02:52:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Start Coding Websites</title>
		<link>http://theblogjoint.com/2007/04/26/how-to-start-coding-websites/</link>
		<comments>http://theblogjoint.com/2007/04/26/how-to-start-coding-websites/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 00:27:15 +0000</pubDate>
		<dc:creator>Connor Wilson</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

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

		<guid isPermaLink="false">http://theblogjoint.com/2007/04/26/how-to-start-coding-websites/</guid>
		<description><![CDATA[This is second and final part in a series by Connor Wilson on getting into the web design ‘game’ as it were. This part will focus on the front end/client side coding part of things.
First things first, a clarification:

Client Side: code that is executed by the client&#8217;s (user&#8217;s) browser, like HTML, CSS, JavaScript, and the [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is second and final part in a series by <a href="http://www.connorwilson.com/">Connor Wilson</a> on getting into the web design ‘game’ as it were. This part will focus on the front end/client side coding part of things.</em></p>
<p>First things first, a clarification:</p>
<ul>
<li><strong>Client Side: </strong>code that is executed by the client&#8217;s (user&#8217;s) browser, like HTML, CSS, JavaScript, and the likes. You can see the source code of client side languages.</li>
<li><strong>Server Side:</strong> code that is executed by the server and sent back out to the client in the form of HTML/text, like PHP, Ruby and ASP. You can not see the source code from your browser. This article will not deal with server side languages.</li>
</ul>
<p>This will be all about the client side languages. Mainly (x)HTML and CSS. I will also be assuming you have no prior experience, and have no idea what either are. Please also note, this is not a tutorial on how to make a web page, rather a guide from one experienced person to someone wanting to learn how to learn, essentially.</p>
<h3>The Hyper Text Markup Language</h3>
<p>HTML stands for just that: <strong>H</strong>yper <strong>T</strong>ext <strong>M</strong>arkup <strong>L</strong>anguage. When you put an <strong>X </strong>infront of it, it stands for e<strong>X</strong>tensible. The first thing that comes into your head might be, &#8220;<em>I&#8217;ve heard of this, but what does it have to do with a web site?</em>&#8220;.</p>
<p>The answer to that is simple. All web pages output HTML to the browser, which is then read by the browser and outputted to your screen accordingly. Simple, right? All you need to know is that <strong>if you want to have a page on the internet, you will use HTML</strong>. Whether you outsource the coding and don&#8217;t know a thing about it, you still need it.</p>
<p><strong>HTML is like the air we breathe for the web.</strong></p>
<p>Next, with these two seemingly identical &#8216;<em>languages</em>&#8216; there must be some differences besides on letter. Of course, there are, but before I can get into that (for now it&#8217;s over your head) you need some resources. These links will put you on your way to mastering the most basic of all web languages:</p>
<ul>
<li><a href="http://www.pixel2life.com/tutorials/html_tips_and_tricks/basic_html/">Basic HTML Tutorials from Pixel2Life</a></li>
<li><a href="http://www.yourhtmlsource.com/">Your HTML Source</a> (Excellent!)</li>
<li><a href="http://www.w3schools.com/xhtml/default.asp">XHTML Tutorial Series from W3 Schools</a></li>
</ul>
<p>Look like a small list? You don&#8217;t need any more than that! It&#8217;s that simple. Hopefully you understand.</p>
<h3>Cascading Style Sheets</h3>
<p>CSS isn&#8217;t just a game, you know, it&#8217;s what makes websites look the way they do!</p>
<p>For anyone completely new to CSS, I like to get them to do this. This is for Firefox users, and if you aren&#8217;t one, then become one <img src='http://theblogjoint.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I&#8217;ll also be touching on the cross-broswer issues of today later on. Anyways, here&#8217;s what to do:</p>
<ol>
<li>Go to any website. You&#8217;re reading this on one right now, so head to #2.</li>
<li>Up top, go <strong>View &gt; Page Style </strong>and click <strong>No Style.</strong></li>
<li>What happened!?!</li>
</ol>
<p>You just saw the affect CSS has on web pages. XHTML isn&#8217;t to make websites look good, its just the markup. The canvas, if you will. CSS if the paint. CSS styles web pages using a variety of different methods, and to understand this, here are some more resources:</p>
<ul>
<li><a href="http://www.yourhtmlsource.com/stylesheets/">Your HTML Source Stylesheets</a> (Again, excellent resource)</li>
<li><a href="http://www.pixel2life.com/tutorials/css_stylesheets/basics/">Pixel2Life Basic CSS Tutorials</a></li>
</ul>
<p>That&#8217;s all you should need, really.</p>
<h3>HTML + CSS + Web Browsers</h3>
<p>When I said the browser outputs HTML accordingly, I meant it. Different browsers will interpret CSS and HTML differently than others. This is an ongoing issue in the web development world, and always will be, mainly for one reason: Internet Explorer. Firefox and other browsers such as Opera, Safari, etc&#8230; display CSS more as intended than IE. It&#8217;s like IE tried to fix things it sees wrong.</p>
<p>The problem? Your website may look perfect- just as intended- in all broswers, but when you come around to IE things are misplaced, broken and dithered.  This can be <strong>very</strong> discouraging, so it&#8217;s important to remember some things:</p>
<ul>
<li><strong>There is usually one solution to a problem, but don&#8217;t kill yourself finding it.<br />
</strong></li>
<li>HTML &#8216;if statements&#8217; (conditional comments) can help you to use browser dependent style sheets. Read about it <a href="http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp">here</a>.</li>
</ul>
<h3><strong>XHTML vs HTML</strong></h3>
<p>The differences between the two will be seemingly non-existent or minimal at first, but if you do a little bit of research, you will start to see some differences. <a href="http://w3schools.com/xhtml/xhtml_html.asp">This article</a> from W3 Schools outlines one differences, and is a good read for beginners.</p>
<p>Essentially, XHTML is a <strong>stricter</strong> version of HTML. Today, XHTML is used on the more modern and web-savvy sites. In normal HTML you are likely to come across tables for layouts, animated GIFs and the like, whereas XHTML users are more likely to promote validity and accessibility. All with tons of exceptions of course.</p>
<h3>What can these two do together?</h3>
<p>A great way to conclude this is to show you a series of websites named <strong>CSS galleries</strong>. These sites gather the best looking websites from all over the internet that make use of CSS and XHTML properly. Here&#8217;s a few good ones:</p>
<ul>
<li><a href="http://www.csszengarden.com/">CSS Zen Garden</a> -  Shows the true potential of CSS. Users submit CSS files to style one HTML file that does not change. Everything must be done with CSS.</li>
<li><a href="http://www.cssremix.com">CSS Remix</a></li>
<li><a href="http://www.cssimport.com/">CSS Import</a></li>
<li><a href="http://screenalicious.com/">Screenalicious</a> - More basic, but still worth a look.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2007/04/26/how-to-start-coding-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Start Designing Websites</title>
		<link>http://theblogjoint.com/2007/04/13/how-to-start-designing-websites/</link>
		<comments>http://theblogjoint.com/2007/04/13/how-to-start-designing-websites/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 21:16:10 +0000</pubDate>
		<dc:creator>Connor Wilson</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

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

		<guid isPermaLink="false">http://theblogjoint.com/2007/04/13/how-to-start-designing-websites/</guid>
		<description><![CDATA[This is part one of two in a series by Connor Wilson on getting into the web design &#8216;game&#8217; as it were. This part will focus on the design part, and the part two will conclude with the client side coding end of things. 
One of the hardest things about web design is getting over [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is part one of two in a series by <a href="http://www.connorwilson.com">Connor Wilson</a> on getting into the web design &#8216;game&#8217; as it were. This part will focus on the design part, and the part two will conclude with the client side coding end of things. </em></p>
<p>One of the hardest things about web design is getting over the first hurdle. Making your first design is one of them, and making it come to life is equally ground breaking for someone new to it all. As someone who has been through many websites in all kinds of levels, all kinds of techniques and styles, I&#8217;d like to share what I think is the best way to go. The following tips are mainly general and might not work for everyone but remember- you can succeed in this. You just have to give yourself and your talent a shot.</p>
<p><strong>Take good advice.</strong></p>
<p>When you come across articles like this where someone is offering advice and tips based on experience, read up. <strong>Be a sponge.</strong> You can never know enough in the web design world. Even the seasoned gods of web design learn new things everyday. Design is a funny thing. You can be from varying talents and techniques and everyone will always come up with a different design, and a different opinion on this:</p>
<blockquote><p>Your overall skill to design (websites) is a mixture of pure, god given natural talent that can not be learned and the things you can learn, like the tools, techniques and tricks.</p></blockquote>
<p>Finding your talent and a balance between the learning portions is important. <strong>You can&#8217;t just walk into this</strong>, unfortunately. If you&#8217;re the most talented designer this world has ever seen, you&#8217;re nothing without your tools. Photoshop (or your weapon of choice) is like a language. A language to communicate your talent and ideas with. Someone who comes to a foreign country with a Ph. D. can&#8217;t use their education without being able to speak a word of the language, can they?</p>
<p>So, <strong>how do I go about gaining these skills?</strong> Well, the aforementioned parts of design that you can learn are widely available on the internet. There are many ways to learn design. The way I went about it was back in the Photoshop 7 days, I would toot over to <a href="http://www.good-tutorials.com">Good-Tutorials</a> and soak up every cool looking technique I could. Abstract waves, grunge buildings, bubble gum text, you name it- I could do it. But how has all that helped me today? I actually couldn&#8217;t do that today if you asked me to. All that helped me learn Photoshop.</p>
<p>I may not be able to create amazing fantasy art work with all glowing and amazing effects, but 100% I am more comfortable with the Photoshop interface and all things associated. Shortcuts, options, panels, windows, I know it all. The only way you can know it all is by just doing it. Here&#8217;s a simple quote:</p>
<blockquote><p>Just do it. - <em>Nike</em></p></blockquote>
<p>Now, it may seem cliche, but think about it. You can <strong>manufacture experience</strong> by just doing it. Make the coolest looking desktop around, and some awesome forum signatures. Learn how to use renders and popout signature effects. Join a graphics community. This all may have nothing to do with web design, but like I said- you can&#8217;t just walk into this.</p>
<p>Today when I see a bad design, and I mean realllly bad, I can assume one, or even both of the following things:</p>
<ol>
<li>The person has not used Photoshop a day in their life, and this is what they can do. It&#8217;s their limit.</li>
<li>They have no <em>design eye.</em> They don&#8217;t have that talent.</li>
</ol>
<p>I&#8217;ve been constantly referencing Photoshop here, but that&#8217;s only because Photoshop is my tool. Photoshop is my <em>weapon of choice</em>. It may not be yours- and thats perfectly fine. Fireworks, GIMP, paint- whatever. In the end we can all admit that it&#8217;s not how you do it, it&#8217;s what you do.</p>
<p>So after all this, and you&#8217;re into the entire graphics thing, and you can do all this nice stuff, and most of all you&#8217;re comfortable with your tool- it&#8217;s now time to dip your feet in the water.</p>
<p>First things first. Basic stuff to set up your document.</p>
<ul>
<li>Size: Around 1000&#215;1000 is where I always start. 800&#215;600 users obviously don&#8217;t care much about how a site looks anyways, right? Also, you&#8217;ll find in this market especially, the average user runs 1280&#215;1024.</li>
<li>Colour: RGB colour. Safest way to go when dealing with the web, and dithering problems for IE users (*spits*).</li>
</ul>
<p>Alright, great, so now you have this huge blank space. This is where you explore your own creativity, but here are some common mistakes:</p>
<ul>
<li>Alignment: If things don&#8217;t line up, your design probably won&#8217;t look right. Structure is key. If you have to, create a &#8216;wireframe&#8217; first. This is when you make little outlines of where every element will go before adding an colour, etc&#8230;</li>
<li>Colours: When starting, try to stick to a one colour scheme. It&#8217;s best to not add more, because early on it gets a little messy. You&#8217;ll be surprised how fast you&#8217;ll find how colours match and clash, and even how it applies to clothes, paint, etc&#8230;</li>
<li>Effects: While gaining the first little steps and getting them under your belt, feel free to go crazy with brushes, effects, renders, anything. You&#8217;re not going to walk into &#8216;web 2.0&#8242; on your first day.</li>
</ul>
<p>Your style is something that will develop over time, and will progress as well. If you&#8217;re not one with that talent, or eye, don&#8217;t worry about it. It&#8217;s not one of those things that you really see in yourself, but something that comes out and is quite obviously there.</p>
<p>You should be on a good path by now, but remember, all the things mentioned here won&#8217;t take you a day, a week or even a month for that matter. Give it time. Your designing is like a plant. It needs to grow. With proper nurturing and attention it will sprout up no problem, and people will notice it <img src='http://theblogjoint.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I leave you with this:</p>
<blockquote><p>Respect your inspiration</p></blockquote>
<p>Basically means don&#8217;t steal from those you look up to.</p>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2007/04/13/how-to-start-designing-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To: Speed Up Your Computer</title>
		<link>http://theblogjoint.com/2006/12/28/how-to-speed-up-your-computer/</link>
		<comments>http://theblogjoint.com/2006/12/28/how-to-speed-up-your-computer/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 23:31:45 +0000</pubDate>
		<dc:creator>Vlad Akilov</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://theblogjoint.com/2006/12/28/how-to-speed-up-your-computer/</guid>
		<description><![CDATA[If you are noticing that your computer is running a little sluggish and takes a long time to boot up, these 6 steps will help speed up your computer, and will make it run much smoother.  The steps listed below aren&#8217;t only for experts, even an absolute beginner can implement these instructions and will [...]]]></description>
			<content:encoded><![CDATA[<p>If you are noticing that your computer is running a little sluggish and takes a long time to boot up, these 6 steps will help speed up your computer, and will make it run much smoother.  The steps listed below aren&#8217;t only for experts, even an absolute beginner can implement these instructions and will see a noticeable difference.</p>
<p><strong>Step 1 - Remove Spyware and Viruses</strong><br />
Viruses and any form of spyware are the biggest cause of slowing down a computer.  It is crucial to run spyware and antivirus software weekly.  A great program for getting rid of spyware is a program made by Webroot called <a title="Spy Sweeper" href="http://www.webroot.com/">Spy Sweeper</a>.  Another great malware remover is spyware doctor.  For antivirus software I recommend <a title="AVG Free Antivirus" href="http://free.grisoft.com/doc/avg-anti-virus-free/lng/us/tpl/v5">AVG Antivirus</a>, which is absolutely free.</p>
</p>
<p><strong>Step 2 - Perform a Disk Clean Up</strong></p>
<ul>
<li>Click start in the bottom left corner, then click run.</li>
<li>Type, &#8220;cleanmgr.exe&#8221; in the text field.</li>
<li>Press &#8220;okay&#8221;. This can take a while if you have never done it before.</li>
</ul>
<p><img id="image287" alt="Disk Clean" src="http://theblogjoint.com/wp-content/uploads/2006/12/disk_clean.gif" /></p>
<p><strong>Step 3 - Remove Unwanted Software</strong></p>
<ul>
<li>Click start, then click control panel.</li>
<li>Click add/remove programs.</li>
<li>Highlight any old software you do not use and then click &#8220;remove&#8221;.</li>
</ul>
<p><strong>Step 4 - Defragment Your Computer</strong><br />
What this does is it physically reorganizing the contents of the disk in order to store the pieces of each file closer together and in order.</p>
<ul>
<li>Click start then click run.</li>
<li>Type, &#8220;dfrg.msc&#8221; in the text field.</li>
<li>Click Defrag to start it.</li>
</ul>
<p><img id="image288" alt="Disk Defrag" src="http://theblogjoint.com/wp-content/uploads/2006/12/defrag.gif" /><br />
<strong>Step 5 - Make Windows Load Faster</strong></p>
<ul>
<li>Click Start, then Run.</li>
<li>Type in &#8216;msconfig&#8217; and press enter.</li>
<li>Click on the BOOT.INI tab at the top.</li>
<li>Over to the right there will be a box labeled Timeout with 30 in it. Change the 30 to a 3.</li>
</ul>
<p><strong>Step 6 - Speed Up Processing Time</strong></p>
<ul>
<li>Go to Control Panel, System.</li>
<li>Go to the Advanced tab. Click the Settings button under Performance.</li>
<li>Select the &#8216;Adjust for best performance&#8217; radio button, then Apply, and OK.</li>
<li>The graphics aren&#8217;t as flashy, but your computer will run a lot faster.</li>
</ul>
<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/hardware/How_To_Speed_Up_Your_Computer_2';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2006/12/28/how-to-speed-up-your-computer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Computer Upgrading Tips</title>
		<link>http://theblogjoint.com/2006/12/09/computer-upgrading-tips/</link>
		<comments>http://theblogjoint.com/2006/12/09/computer-upgrading-tips/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 22:16:38 +0000</pubDate>
		<dc:creator>Vlad Akilov</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://theblogjoint.com/2006/12/09/computer-upgrading-tips/</guid>
		<description><![CDATA[The new operating system Windows Vista will ship soon, and if you want to upgrade you should better have a computer capable of all the new features.  Even if you aren&#8217;t planning to upgrade to Vista, but still have an old computer and think its time to upgrade, these tips will definitely help you [...]]]></description>
			<content:encoded><![CDATA[<p>The new operating system Windows Vista will ship soon, and if you want to upgrade you should better have a computer capable of all the new features.  Even if you aren&#8217;t planning to upgrade to Vista, but still have an old computer and think its time to upgrade, these tips will definitely help you out.</p>
<p><a target="_blank" onmouseover="window.status='http://www.crucial.com/index.asp';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/click-2122260-10455844"> <img border="0" align="left" alt="Crucial 15% off" title="Crucial 15% off" src="http://www.lduhtrp.net/image-2122260-10455844" /></a><strong>Processor </strong>If you are still on a single core processor, now is a great time to upgrade to dual core.  With both Intel and AMD having great processors for dual core.  Intel has their leading edge <a title="Core 2 Duo" href="http://www.newegg.com/Product/Product.asp?Item=N82E16819115003">Core 2 Duo</a>, and AMD with its <a title="Athlon X2" href="http://www.newegg.com/Product/Product.asp?Item=N82E16819103751">Athlon X2</a>.  Both these processors are faster than single cores, and much better at multitasking.</p>
<p><strong>Get More RAM</strong> If want to run more than one task at a time, you definitely need to spring for more RAM.  More RAM means faster load times and smoother running of programs, not to mention multitasking.  A single one stick of 1 Gig of RAM just doesn&#8217;t cut it anymore, you should definitely go for <a title="DDR 2 RAM" href="http://www.newegg.com/Product/Product.asp?Item=N82E16820227047">DDR 2 RAM</a> with 2 gigs of memory.  The optimal usage for DDR 2 is with 2 sticks of 1 gig RAM for better performace.</p>
<p><strong>Storage </strong>These days hard drives are so cheap that people just buy it because its so cheap. More and more videos, and games take up much more space on the hard disks thats why its necessary to get more storage.  If you are an average computer user, just using it for email, music, and work you should have at least <a href="http://www.newegg.com/Product/Product.asp?Item=N82E16822144118">120 Gigs</a>.  For people that like to watch movies, and have a huge music collection and like to record TV shows to their computer, I suggest going for the 250 Gigs, and for those that have a vast multimedia collection, 500 Gigs or even more is best.</p>
<p><strong>Monitor </strong>CRTs are old school, if you are reading this article on a CRT monitor its time for an upgrade to a nice LCD monitor.  LCD monitors take up less space, and don&#8217;t cause strain on your eyes.  When shopping for LCD monitors, remember that bigger is better.  Don&#8217;s settle for a 17 inch, I suggest a <a title="19inch Wide Screen LCD" href="http://www.newegg.com/Product/Product.asp?Item=N82E16824001088">19 inch</a> or bigger with a DVI connection for a sharper image.  Wide Screen LCDs are much better for watching movies and also give more viewable area.</p>
<p><strong>Graphics</strong> Even if you are not a hardcore gamer, you still need to upgrade to a newer graphics card, especially if you want to see yourself using the new Windows Vista operating system and taking advantage of the cool AERO interface.  The <a title="GeForce 7600GT" href="http://www.newegg.com/Product/Product.asp?Item=N82E16814125025">GeForce 7600GT</a> is a perfect card for under $150, it will take care of being Vista ready and can handle all the latest games.  On the ATI side the X1650 is a great buy for also being under $150, and will handle all the latest games.</p>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2006/12/09/computer-upgrading-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Ways To Optimize Blog Traffic</title>
		<link>http://theblogjoint.com/2006/10/22/10-ways-to-optimize-blog-traffic/</link>
		<comments>http://theblogjoint.com/2006/10/22/10-ways-to-optimize-blog-traffic/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 22:15:08 +0000</pubDate>
		<dc:creator>Vlad Akilov</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://theblogjoint.com/2006/10/22/10-ways-to-optimize-blog-traffic/</guid>
		<description><![CDATA[This is a list any beginning blogger will find useful.  It is mainly for wordpress users, this will definitly help boost traffic, and optimize your wordpress setup for the greatest visibility for search engines.  You can also check out my previous articles similar to this topic, which lists some of the Best SEO [...]]]></description>
			<content:encoded><![CDATA[<p>This is a list any beginning blogger will find useful.  It is mainly for wordpress users, this will definitly help boost traffic, and optimize your wordpress setup for the greatest visibility for search engines.  You can also check out my previous articles similar to this topic, which lists some of the <a href="http://theblogjoint.com/2006/09/21/best-seo-plugins-for-wordpress/">Best SEO Plugins for Wordpress</a>.</p>
<ol>
<li><strong>Permalink Structure </strong><br />
This is a great way to get better visibility from search engines, instead of having a site url of &#8220;domain.com/?p=345&#8243;, it would rather be &#8220;domain.com/05/20/06/google-bought-youtube/&#8221;.  To change your permalink structure you need to login to your Wordpress admin panel, then go to <strong>Options > Permalinks</strong></li>
<li><strong>Keywords In Content</strong><br />
Using keywords in your post title is important, but you also need to use keywords throughout your post. Concentrate on the first paragraph then use variations of your main keyword throughout the rest of your post.</li>
<li><strong>Header Tags</strong><br />
The header tags are used when assigning a title, typically within a post. These title tags are have a numerical value associated with them that also indicates their importance, ie. < h1 > is used for your most important header, < h2 > would be used for a sub title etc. Place the same keywords as used in your post title in the < h1 > tag then use variations of your keywords in < h2 > / < h3 >tags for optimum effect.</li>
<li><strong>Install the Meta tag description and UTW plugins</strong><br />
<a title="Head META Description" href="http://guff.szub.net/2005/09/01/head-meta-description/"> Head META Description</a> - Optimizes the meta description for search engines to index your site properly.<a title="Ultimate Tag Warrior" href="http://www.neato.co.nz/ultimate-tag-warrior/"><br />
</a><a title="Ultimate Tag Warrior" href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a> - Makes it easier by searching through the tags you made for the posts.</li>
<li><strong>Related Posts</strong><br />
When a person visits your blog you want them to stay for as long as you can. One of the best ways to keep visitors interested is to show them other content on your blog that may be related to the post they are currently reading. The easiest way to do this is with the ‘<a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Posts</a>‘ plugin. Upload using your FTP client into the wp-content > plugins folder, then login to your Wordpress admin panel and activate the plugin from the ‘Plugins’ page.</li>
<li><strong>Use Sitemaps</strong><br />
To get the most traffic from search engines like Google it is best to get as many of your pages indexed as possible. Make it easier by installing the <a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">Google Sitemaps plugin</a>. Upload into wp-content > plugins via FTP and then activate from the Plugins page. This will then create an XML file that Googlebot can spider and then find all your content. You’ll need a <a href="https://www.google.com/webmasters/sitemaps/siteoverview?hl=en">Sitemaps account</a> though where you can register your new Sitemap.</li>
<li><strong>Use proper HTML Tags</strong><br />
Using &#8220;Alt&#8221; tags on your images and &#8220;Title&#8221; tags not only helps your search engine rankings, but it also helps disabled people with screen readers view the content on your site. It also can help your page be valid HTML (another thing that can help your SE ranking). I recommend simply describing the link/image and not trying to cram tons of keywords to boost your ranking. For more information on doing this, visit W3C&#8217;s site and look up the tag for the version of HTML/XHTML used on your site (if you want it to be valid).</li>
<li><strong>Build Backlinks</strong><br />
To get more traffic you need backlinks. Ideally other blogs will like what you write and link to you, but if you are just starting out and need a little exposure then submit your blog <a href="http://technorati.com">technorati.com</a>.  Other ways to get backlinks is via commenting on other blogs and using trackbacks.</li>
<li><strong> Ping Other Sites Automatically when you Update your Blog</strong><br />
Pinging other sites allows other sites to get updates from your blog much sooner and automatically when you make a new post. To have your blog update other sites when you update it, login to your Wordpress admin area, select<strong> Options > Writing</strong> and copy and paste the links below, under &#8220;Update Services&#8221;<br />
<em>http://rpc.pingomatic.com/<br />
http://www.a2b.cc/setloc/bp.a2b<br />
http://api.feedster.com/ping<br />
http://api.my.yahoo.com/RPC2<br />
http://api.my.yahoo.com/rss/ping<br />
http://www.blogdigger.com/RPC2<br />
http://www.blogshares.com/rpc.php<br />
http://www.blogsnow.com/ping<br />
http://www.blogstreet.com/xrbin/xmlrpc.cgi<br />
http://coreblog.org/ping/<br />
http://ping.blo.gs/<br />
http://ping.feedburner.com<br />
http://ping.syndic8.com/xmlrpc.php<br />
http://ping.weblogalot.com/rpc.php<br />
http://www.popdex.com/addsite.php<br />
http://rpc.blogrolling.com/pinger/<br />
http://rpc.technorati.com/rpc/ping<br />
http://rpc.weblogs.com/RPC2<br />
http://topicexchange.com/RPC2<br />
http://xping.pubsub.com/ping/<br />
http://api.my.yahoo.com/rss/ping<br />
http://api.moreover.com/ping<br />
http://rpc.icerocket.com:10080</em></li>
<li><strong>Spread the Word</strong><br />
While it may not seem like much, telling people you know can help you build a site. People you know can offer advice on design, topics, etc. and let people they know about your site. People who know you are also far more likely to comment on your postings, making your site look more active, thereby encouraging others to do the same. If you choose to do this step, ask the person to tell 3 other people they know about your site. This will in effect create a small network of people reading and commenting on your site. Plus, if they really like your site they&#8217;ll continue to tell others about it.</li>
<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/programming/10_Ways_To_Optimize_Blog_Traffic';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div></ol>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2006/10/22/10-ways-to-optimize-blog-traffic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to: make a header graphic</title>
		<link>http://theblogjoint.com/2006/08/14/how-to-make-a-header-graphic/</link>
		<comments>http://theblogjoint.com/2006/08/14/how-to-make-a-header-graphic/#comments</comments>
		<pubDate>Mon, 14 Aug 2006 21:07:50 +0000</pubDate>
		<dc:creator>Vlad Akilov</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://theblogjoint.com/2006/08/14/how-to-make-a-header-graphic/</guid>
		<description><![CDATA[I recently changed my header/title graphic.  The image actually doesn&#8217;t look like that, below is what it actually looks like alone:

It looks really horrible alone, but with a background color of #333333, it looks really smooth, like it does in the header.  To achieve the same look follow these steps:
1.  Create a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently changed my header/title graphic.  The image actually doesn&#8217;t look like that, below is what it actually looks like alone:<br />
<img alt="The Blog Joint - tech news/reviews/how to's" title="The Blog Joint - tech news/reviews/how to's" src="http://theblogjoint.com/wp-content/themes/unsleepable_v.1.7/images/title.gif" /><br />
It looks really horrible alone, but with a background color of #333333, it looks really smooth, like it does in the header.  To achieve the same look follow these steps:</p>
<p>1.  Create a new document, the size doesn&#8217;t really matter, however, if it&#8217;s a graphic or title you don&#8217;t want it to be big, mine is 252 X 65, and make sure to make the background <strong>transparent</strong>, not white.</p>
<p>2.  Create a text layer, with your text, and choose which ever font you desire, then type the text.<br />
3.  If you have any other graphic or logo, add it to another layer.</p>
<p>4.  After you are done with all that, and are ready to save it, click <strong>file</strong>&#8211;><strong>save</strong> <strong>for web</strong></p>
<p>5.  When saving you are given options, make them look like this:</p>
<p><img alt="web_save.gif" id="image198" src="http://theblogjoint.com/wp-content/uploads/2006/08/web_save.gif" /></p>
<p>7.  The matte color should look identical to the background color of which the image will be against.  If you have a black bg then you should type #000000, for me it is#333333.</p>
<p>8. Save and you are done!</p>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2006/08/14/how-to-make-a-header-graphic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 10 ways to speed up a website</title>
		<link>http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/</link>
		<comments>http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/#comments</comments>
		<pubDate>Wed, 28 Jun 2006 00:35:30 +0000</pubDate>
		<dc:creator>Vlad Akilov</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://theblogjoint.com/?p=144</guid>
		<description><![CDATA[1. AVOID USING MANY GRAPHICS
One of the main reasons for a website’s slow download speed is the excessive use of graphics. Therefore, you must try to reduce the number of images and pictures used on each page. Consider repeating the same graphic, wherever possible. This is because once a graphic has been downloaded, it is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. AVOID USING MANY GRAPHICS</strong></p>
<p>One of the main reasons for a website’s slow download speed is the excessive use of graphics. Therefore, you must try to reduce the number of images and pictures used on each page. Consider repeating the same graphic, wherever possible. This is because once a graphic has been downloaded, it is stored in a computer’s cache and doesn’t have to be downloaded again.</p>
<p><strong>2. USE HTML TEXT</strong></p>
<p>Try to use regular HTML text instead of graphic text, as its size is much smaller. Regular HTML text will decrease your page size, making the download quicker.  If possible also try to minimize the use of javascript.</p>
<p><strong>3. USE COMPRESSION TECHNIQUES</strong></p>
<p>Another way to make your website load fast is compressing the images. You can usually reduce a GIF or JPEG image by 40% to 50% without losing any significant definition or sharpness.</p>
<p><strong>4. REDUCE THE NUMBER OF COLORS</strong></p>
<p>To increase the download speed of your website, reduce the number of colors used in the graphics. Using fewer colors will bring down the size of the graphics significantly.</p>
<p><strong>5. HEIGHT AND WIDTH TAGS</strong></p>
<p>Include height and width tags on your page graphics source tags. This will prompt the browser to pre-allocate the space needed for the graphics, enabling a user to see a page more quickly.</p>
<p><strong>6. REDUCE CODING</strong></p>
<p>Spaces and redundant tags in HTML add to the size of files. Therefore, try to eliminate superfluous HTML coding. While scanning your HTML code to check its effectiveness can be a painful task, it can save up to 30% of your download time.</p>
<p><strong>7. AVOID FLASH</strong></p>
<p>Avoid using Flash, unless it is necessary. Usually, Flash files are quite large, and they can significantly increase download time.</p>
<p><strong>8. USE CSS</strong></p>
<p>Use CSS (Cascading Style Sheets) for the website layout. Web pages using CSS are usually much smaller in size than those using tabular layouts. It&#8217;s not unusual to see reductions of 50% or more in file size when switching from tables to CSS.</p>
<p><strong>9. USE RELATIVE URLs</strong></p>
<p>Try to use relative URLs instead of absolute URLs if all the pages are on the same server. This will make the file size smaller and reduce page download time.</p>
<p><strong>10. AVOID FREE HOSTING</strong></p>
<p>The server speed of your web site host will influence the speed of your web site&#8217;s download. Avoid &#8220;free&#8221; hosting. Free hosts tend to be oversubscribed and lack the resources to provide fast and reliable servers.<br />
Try <a href="http://www.1and1.com/?k_id=10598824">1&#038;1.com</a>, they have great service and very cheap prices.</p>
<p><a href="http://digg.com/design/Top_10_ways_to_speed_up_a_website">Digg it</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2006/06/27/top-10-ways-to-speed-up-a-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to boost traffic to your blog</title>
		<link>http://theblogjoint.com/2006/04/23/how-to-boost-traffic-to-your-blog/</link>
		<comments>http://theblogjoint.com/2006/04/23/how-to-boost-traffic-to-your-blog/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 22:33:26 +0000</pubDate>
		<dc:creator>Vlad Akilov</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://theblogjoint.com/?p=39</guid>
		<description><![CDATA[Alright, so you got a blog, Now What? There are so many blogs out there why should they get all the readers and unique visits, you can also get in on the piece of the blog pie. Read this article to get great tips about blogging, its usability, content, the tools you can use, and [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, so you got a blog, Now What? There are so many blogs out there why should they get all the readers and unique visits, you can also get in on the piece of the blog pie. Read this article to get great tips about blogging, its usability, content, the tools you can use, and great sites that help you get visitors.</p>
<h4>Blog Usability/Content</h4>
<p>Before anything, you must have an idea of what your blogs’ content will be made up of. You need to create content that people will come back to read and send to others. Your blog would have to be presentable, not something that was slapped on in three minutes using blogger.com<br />
Your content is crucial for the readers and for the unique visitors. This is basically your whole blog. If you have a tech blog you might want to visit other tech blogs to see what type of content they have and learn from the blogs that work.</p>
<h4>Tools for Bloggers</h4>
<p>Their are many options for bloggers a great way to is to submit your site to as many blog networks or blog rings as possible.  <a href="http://blogtopsites.com/">BlogTopSites.com</a> is a good example, they rank your blog by the amount of unique visitors your blog receives.Another site which helps boost visitors is <a href="http://technorati.com/">technorati.com</a>, they rank your site by the amount of sites linking to your own site. The higher your rank is the easier it will be for people to find your site by using keywords that you provide when you sign up.</p>
<p><a href="http://feedburner.com/">Feedburner.com</a> is an RSS aggregator, which creates a way readers can keep reading your daily new content. They have all of the popular RSS tools and chiclets ranging from yahoo, google, newsvine, bloglines, rojo, newsgator, pluck and much more. They keep track of all the new unique daily readers.</p>
<p>Once you are up and running and using these free tools, you want to keep the look of the site professional, not to mention the name don’t use the blogger.com account name or the wordpress account name. Get a hosting account, and setup a wordpress account from <a href="http://wordpress.org/">wordpress.org</a> If you want a good list of hosting services esspecially if you use wordpress you want to get a service with PHP and MySQL enabled. <a href="http://wordpress.org/hosting/">wordpress.org/hosting</a> gives a good list of providers.</p>
<h4>Submission Sites</h4>
<p>Alright, now that the tools of blogging are done you want to get more popularity, more visits, and readers. One of the best ways is to write an article and submit it to <a href="http://digg.com/">digg.com</a>, which is a tech news site driven by the users, if a certain story has enough diggs it is brought to the main page for everyone to see, this is the granddaddy of all the ways to get traffic to your site. If your story gets dugg to the main page you are almost gauranteed atleast 10,000 unique visits. The other site similar to digg is <a href="http://del.icio.us/">del.icio.us</a>, same here if your site makes it to frontpage the page visits will just keep on coming. You should also submit it to search engines such as <a href="http://www.google.com/addurl/?continue=/addurl">google</a> or <a href="http://submit.search.yahoo.com/free/request">yahoo</a>, or visit <a href="http://www.addme.com/">addme.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theblogjoint.com/2006/04/23/how-to-boost-traffic-to-your-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

