<?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>Transcendent Design - freelance web developer and web designer Richard Lee - Marietta Georgia - Roswell Georgia - Metro Atlanta</title>
	<atom:link href="http://www.tdesignonline.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tdesignonline.com</link>
	<description>The Portfolio Site of Richard Lee</description>
	<lastBuildDate>Sun, 31 Jan 2010 20:12:33 +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>myTip v.1 &#8211; with jQuery 1.4.1 &amp; JSON</title>
		<link>http://www.tdesignonline.com/mytip-v-1-with-jquery-1-4-clean-version-using-json</link>
		<comments>http://www.tdesignonline.com/mytip-v-1-with-jquery-1-4-clean-version-using-json#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:09:54 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1287</guid>
		<description><![CDATA[


I wanted to experiment with jquery 1.4.1 so I started building a tool tip and just kept going with it. A few things before we get started. 


DOWNLOAD THE DEMO AND FILES


Uses the wonderful jQuery 1.4.1
	It does not use code in the bottom of your content
	hoverIntent (not the jquery plugin) NEW
can set feature to stay [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" ></script>
<script type="text/javascript" src="http://www.tdesignonline.com/myTip/tips.js"></script>
<script type="text/javascript" src="http://www.tdesignonline.com/myTip/myTip.js"></script>
<p>I wanted to experiment with jquery 1.4.1 so I started building a tool tip and just kept going with it. A few things before we get started. 
</p>

<p><strong><a href="http://www.tdesignonline.com/myTipDemo.zip">DOWNLOAD THE DEMO AND FILES</a></strong></p>

<ul>
<li>Uses the wonderful jQuery 1.4.1</li>
	<li>It does not use code in the bottom of your content</li>
	<li>hoverIntent (not the jquery plugin) <strong>NEW</strong></li>
<li>can set feature to stay open</li>
<li>Can utilize JSON to insert code snippets for fancy tips <strong>NEW</strong></li>
<li>It use the rel and <a href="#" rel="mytip" rev="This text is in the rev attribute it is a w3c valid attribute ( ;">rev</a> attributes</li>
<li>works in all the popular browers (even ie6) <strong>NEW</strong></li>
<li>Can add plain text to the rev attribute.</li>
<li>It&#8217;s w3c valid</li>
<li>It&#8217;s SUPER easy!</li>

</ul>
<br/>

<p><strong>Here are some examples:</strong></p>

<p>

<a href="#" rel="mytip [top left]" rev="just in case you want more control.">Top Left</a><br/>

<a href="#" rel="mytip [top right]" rev="make it show up anywhere you want.">Top Right</a><br/>


<a href="#" rel="mytip [bottom left]" rev="Bottom left is good for text too close to the right side of the browser.">Bottom Left</a><br/>

<a href="#" rel="mytip [bottom right]" rev="Bottom Right is the DEFAULT.">Bottom Right</a><br/>
<a href="#" rel="mytip [center right]" rev="good for movies.">Center Right</a><br/>
<a href="#" rel="mytip [center left]" rev="good for movies on a Hebrew website.">Center Left</a><br/>

</p>

<p><strong>OMG WAIT&#8230;</strong></p>
<p>I forgot to tell you&#8230; You can put just about anything you can code into this tool tip (I tried an iframe and it worked great!) It is pretty powerful for a tool tip eh?</p>
<p>
<a href="http://www.w3schools.com/" target="_blank" rel="mytip [center]" rev="if you click it will go somewhere">Live Links</a><br/>
<a href="#" rel="mytip [center]" rev="if you click it won't go anywhere... nope not to the top of the page either">Or Dead Links</a><br/>
<a href="#" id="tip3" rel="mytip [center get leaveopen width:275px;]" >Here is an img</a><br/>
<a id="tip2" href="http://www.youtube.com/watch?v=4pDiBno4ZfQ&#038;feature=player_embedded" rel="mytip [center right width:425px; leaveopen get]"  >Here is a vid</a><br/>
(you can link images to a tool tip too)
</p>

<p><strong><a href="http://www.tdesignonline.com/myTipDemo.zip">DOWNLOAD THE DEMO AND FILES</a></strong></p>
<br/>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4662378">
 <input type="image" src="http://www.tdesignonline.com/donate.png" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<br/>

<p><strong>The Tricks</strong></p>

<p><strong>Basic Use</strong></p>
<ul>
        <li>add rel=&#8221;mytip&#8221; to any link you want the tip to work on.</li>
	<li>Just add your text/code to the rev attribute.</li>
</ul><br/><br/>

<p><strong>Advanced Use</strong></p>
<ul>
        <li>to set the width and location would look like this you can set all, some, or only one of these values: rel=&#8221;mytip [width:500px; height:300px; center right leaveopen get]&#8221; <a id="tip1" href="#" rel="mytip center leaveopen get" 
 ">possible values here</a></li>
<li>using get will cancel out the rev tag so make sure your id=&#8221;tip1&#8243; has the same value as your JSON object ie &#8216;tip1&#8242;.</li>
        <li>to leave the tab open and insert a .closebutton just add <em>leaveopen</em> in the brackets</li>
        <li>you can add classes and attributes like you would in normal code.</li>
<li>You can change the offset from the mouse in the JS</li>
<li>You can modify the span wrapper to auto include something more if you want to do something <em>fawn-cay.</em></li>
<li>You can change the css on the .mytip class</li>
</ul>
<p><br/></p>

<p>experiment&#8230; what can you not do? Let me know your feedback or if you find some bugs. PLEASE because I don&#8217;t want to pollute the web.</p>

<p>Blessings,<br/>
Richard Lee</p>

<p><strong><a href="http://www.tdesignonline.com/myTipDemo.zip">DOWNLOAD THE DEMO AND FILES</a></strong></p>
<br/>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4662378">
 <input type="image" src="http://www.tdesignonline.com/donate.png" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

<div class="clear"></div><!-- END OF clear -->]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/mytip-v-1-with-jquery-1-4-clean-version-using-json/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning jQuery: myTip .3 Beta</title>
		<link>http://www.tdesignonline.com/learning-jquery-custom-tool-tip-beta</link>
		<comments>http://www.tdesignonline.com/learning-jquery-custom-tool-tip-beta#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:30:47 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1136</guid>
		<description><![CDATA[You can read this if you want but the real v.1 is here

I decided to try and create a custom tool tip and it worked out pretty well.  I had to utilize a funny attribute to make it work (the rev attribute&#8230; WHAT??? that&#8217;s what I said. go ahead check w3c ( ;  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tdesignonline.com/mytip-v-1">You can read this if you want but the real v.1 is here</a></p>

<p>I decided to try and create a custom tool tip and it worked out pretty well.  I had to utilize a funny attribute to make it work (the rev attribute&#8230; WHAT??? that&#8217;s what I said. go ahead check w3c ( ;  )&#8230; But it Does.  I just need to work on customizing the positioning. so if the browser isn&#8217;t wide enough or to pop out to the left instead of the right etc.</p>

<p>I am using a Google hosted jQuery 1.4 take a look below.</p>

<p><a href="http://www.tdesignonline.com" target="_blank" rel="mytip" rev="Nice customizable built in tool tip. (None of that 'putting junk in another div at the bottom of your markup' stuff.)  That's right all this stuff is inline and you don't get the annoying tool tip thingies in IE. because we're not using title or alt... but rather 'rev'">This is some Anchor Text Hover over it</a></p>

<p>you can make the link do nothing too! <a href="#" rel="mytip" rev="looky there! it worked... now click it... Muwahahaaaaa!!! nothing...">but I have a tip!</a> just set the href to #</p>

<p><a href="#" rel="mytip" rev="The script inserts a span with the class='mytip' and then appends the text of the rev attribute to the span and the span to the end of the anchor text.  (Caution on using this script with spans if you already have a span in your anchor IT WILL REMOVE IT)">This is out it works</a></p>

<p>You must be careful with quotes &#8221; &#8221; you must make sure you use &#8216; &#8216; instead of &#8221; &#8221; use the opposite of what you are using for your attributes.</p>

<p>It works in all the browsers as far as I know&#8230; (I haven&#8217;t tested in chrome or opera though)</p>

<div class="pull">While researching other custom tool tips they all require you to add a chunk of code to the bottom of your content who has time for that???</div>

<p>With this solution all you have to do is set the rel=&#8221;mytip&#8221;  and then put whatever you want in the rev=&#8221;"  attribute for your tip.  It requires jquery 1.4, the code I wrote to make it happen, and then a .mytip class for css</p>

<p>you can view the source below this sentence to cut and paste the .js and .css (all of it i&#8217;m linking to googles jquery)</p>

<p>Blessings,<br/>
Richard Lee</p>

<!--  START OF CUT / PASTE SECTION  ______________________________________________________________________-->


<style type="text/css"><!--
*{outline:none}
.mytip {
		position : absolute;
		background-color : #FCA632;
		z-index : 9999!important;
		padding : 2px 6px;
		border : solid 1px #ccc;
		font-size : 11px;
		color : #333;
		width : 150px;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		text-decoration:none;
                line-height:1.4em;
		
}
-->
</style>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js" ></script>
<script type="text/javascript" >
$(document).ready(function(){
						   
	var mytipOpenTags = '<span class="mytip">'
	var mytipCloseTags = '</span>'
	var mytipXoffset = 0;
	var mytipYoffset = 17; 
							   
	$("a[rel*='mytip']").each(function(){
		if($(this).css('position') == 'static'){
			$(this).css('position','relative');
			}
	});
		
	$("a[rel*='mytip']").each(function(){var mytip; $(this).bind({
			click: function(){
				if($(this).attr('href')=='#'){ return false; }	
			},
		 mouseover: function(){
 			$(this).append(mytipOpenTags+$(this).attr("rev")+mytipCloseTags);
			var myindex = $("*[rel*='mytip']").index(this);
			var mytotal = $("*[rel*='mytip']").length;
			var newtotal;
			newtotal=(mytotal-myindex)+9000;
			$(this).css('z-index', newtotal);
      		$(this).mousemove(function(e){
				var x = e.pageX - $(this).offset().left;
				var y = e.pageY - $(this).offset().top;
				$(this).find('span').css('left',x+mytipXoffset+'px');
				$(this).find('span').css('top',y+mytipYoffset+'px');

			});
		},
		mouseout: function(){
			$(this).find('span').remove()
		}

 }); }); });
</script>

<!--  END OF CUT / PASTE SECTION  ______________________________________________________________________-->


]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/learning-jquery-custom-tool-tip-beta/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Use Wordpress as a Content Management System?</title>
		<link>http://www.tdesignonline.com/why-use-wordpress-as-a-content-management-system</link>
		<comments>http://www.tdesignonline.com/why-use-wordpress-as-a-content-management-system#comments</comments>
		<pubDate>Thu, 12 Nov 2009 20:54:42 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1095</guid>
		<description><![CDATA[<img src="http://www.tdesignonline.com/wp-content/uploads/2009/11/wordpress-logo-shine.jpg" alt="" title="wordpress-logo-shine" width="255" height="255" class="alignleft size-medium wp-image-1096" /> Maybe you have a website already or are considering getting your first website; which ever the reason you want a new website I'd encourage you to consider using word press as a content management system for your website.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-1096" title="wordpress-logo-shine" src="http://www.tdesignonline.com/wp-content/uploads/2009/11/wordpress-logo-shine.jpg" alt="" width="229" height="229" /> Maybe you have a website already or are considering getting your first website; which ever the reason you want a new website I&#8217;d encourage you to consider using word press as a content management system for your website. I am going to give you 5 good reasons why you should use Wordpress as your content management system. (I could give you plenty more but these seemed to be the most important)</p>

<p><strong>1. It is easy to learn.</strong> <a href="http://www.wordpress.org" target="_blank">Wordpress</a> is like learning to ride a bike, you can learn the basics and start off with training wheels and also learn how to do some cool tricks as you become more familiar with it&#8217;s capabilities. There is a wide spectrum when it comes to the capabilities of web users.  Some people are afraid to touch a keyboard&#8230; some people are afraid to let others do things for them.  Wordpress is great for both! Because of it&#8217;s popularity there are a countless number of tutorials and resources that teach people how to use their <a href="http://www.wordpress.org" target="_blank">Wordpress</a> blog / cms.  <a href="http://wordpress.org/support/" target="_blank">If it is support you want, have no fear&#8230; there is plenty of it.</a></p>

<div class="pull">There are thousands of 100% free plug-ins</div><p><strong>2. You can maintain it yourself.</strong> Have you ever wanted to make a lot of changes to your copy and you had to call your web guy&#8230; every other day.  Well guess what? Not any more! you can maintain your own site with ease; not to mention you don&#8217;t have to pay the web guys for correcting your typos any more either, or to add a new page.  Wordpress empowers you to be more independent you can be as independent as you feel comfortable being with wordpress.  You can upgrade, install plugins (enhancements for your website), and manage your content all on your own! Wordpress has made this easier for you to do.
</p>

<p><strong>3. It&#8217;s Very Flexible.</strong> If you just want a blog, a website with a blog, or even a website without a blog&#8230; wordpress is a great choice.  Also from a developing standpoint it is a lot more efficient and effective for achieving these goals.  You can even incorporate some e-commerce features utilizing plugins that will help you sell your products. You can do just about anything you want.
</p>

<p><strong>4. Free plug-ins (enhancements) galore.</strong> There are thousands of <strong>100% free</strong> plug-ins that allow you to do many things some of which are: easily displaying YouTube and videos, creating payment buttons for PayPal, a booking calendar, rotating testimonies in the sidebar, receive mail from forms filled out on your website, SEO ehancements, run polls, social networking tools / facebook / twitter&#8230; The list goes on and on. Best of all they are easy to integrate!<br/>  <a href="http://wordpress.org/extend/plugins/" target="_blank">See all the Wordpress plug-ins here</a>  
</p>

<p><strong>5. Its SEO Friendly.</strong> Who has a website that doesn&#8217;t want to get found? It is important for people to find your website!  Wordpress is extremely Search Engine Friendly there are a ton of features and plug-ins that you can utilize to help people find your website via the search engines. You can easily customize meta tags and title tags with out having to delve into the code.  You can customize your urls / permalinks to include your key words. I worked for an SEO firm for a little while and we used wordpress for all of our sites.  When I asked the owner why we used wordpress he said, &#8220;Wordpress has always <em>stomped</em> the search engines&#8230; always has&#8230; always will&#8221;
</p>

<p>
Wordpress is great I have been using it for over 2 years and it continues to get better! I encourage anyone interested in creating a website to use Wordpress.  If you are interested in a custom wordpress website please feel free to <a href="http://www.tdesignonline.com/contact">contact me</a>.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/why-use-wordpress-as-a-content-management-system/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website Makeover or Redesign?</title>
		<link>http://www.tdesignonline.com/website-makeover-or-redesign</link>
		<comments>http://www.tdesignonline.com/website-makeover-or-redesign#comments</comments>
		<pubDate>Sat, 13 Jun 2009 04:32:29 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1034</guid>
		<description><![CDATA[we really grow as people and in life and just like children we grow out of old clothes and then it is time to get new clothes, or if you are the fashionista type you get new clothes because your&#8217;s are just look&#8217;n last year/decade for some.  The same goes for web companies as [...]]]></description>
			<content:encoded><![CDATA[<p>we really grow as people and in life and just like children we grow out of old clothes and then it is time to get new clothes, or if you are the fashionista type you get new clothes because your&#8217;s are just look&#8217;n last year/decade for some.  The same goes for web companies as you grow as a company what worked before just isn&#8217;t going to work any more maybe because you&#8217;ve become more professional, or you have grown, or the new has warn off the old site and it&#8217;s time to refresh which is perfectly o.k.  God created seasons and people he likes variety and diversity too!</p>

<p>I decided to remake my website yesterday and it took about all day after testing and debugging.  I didn&#8217;t even have a concept I just changed the background and kept making changes until it look right.  No planning, no compositions, just going with it.  I really like the results and I feel it is more alive than my previous skin.  I&#8217;m glad I stuck with my current layout because it took forever to code this site and I am really please how the make over went.</p>

<p>I don&#8217;t think this would qualify really as a redesign because I feel like you change the layout and recode a lot in a redesign.  This is why I think it qualifies as a makeover because it is the same site/layout just with a different look.</p>

<p>Here is a how the previous site looked.  I had a to dig around for a picture I should have just taken one before I started making changes but I guess I didn&#8217;t know I was going to do the redesign until about half way through lol.</p>

<p><small>(Click to Enlarge)</small></p>
<p><a href="http://www.tdesignonline.com/images/oldsite.jpg" target="_blank"><img src="http://www.tdesignonline.com/images/oldsitet.jpg" alt="Old Site" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/website-makeover-or-redesign/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Reasons to Research Your E-Commerce Solutions</title>
		<link>http://www.tdesignonline.com/5-reasons-to-research-your-e-commerce-solutions</link>
		<comments>http://www.tdesignonline.com/5-reasons-to-research-your-e-commerce-solutions#comments</comments>
		<pubDate>Mon, 18 May 2009 07:23:13 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=989</guid>
		<description><![CDATA[When Investing in your E-commerce solutions now adays it is important to do your homework.  You must be wise when picking one out and not choose something because it is convenient and easy.  Here are some reasons I believe it is smart so spend a little time investing in research.

1. Privacy &#8211; You [...]]]></description>
			<content:encoded><![CDATA[<p>When Investing in your E-commerce solutions now adays it is important to do your homework.  You must be wise when picking one out and not choose something because it is convenient and easy.  Here are some reasons I believe it is smart so spend a little time investing in research.<br /><br />

<strong>1. Privacy</strong> &#8211; You will be giving the people your personal information cc numbers, account numbers, address, and possibly your social security number.<br /><br />
<strong>2. Reputation and Quality</strong> &#8211; If the company you choose doesn&#8217;t have a good reputation with the public it could quickly decrease your reputation on the web.  (search them on google, if they have double charged tons of people and their are a lot of nasty reviews on the web about them don&#8217;t choose them. You will see that rarely is there a company without bad reviews but pick the one with good reviews and only a couple bad&#8230; accidents do happen and these are excusable but there needs to be explanation.)<br /></p>
<div class="pull">&#8220;There are an array of things to look out for concerning safety with your&#8217;s and other&#8217;s money on the web.&#8221;</div>

<p><strong>3. Ease of Use</strong> &#8211; It needs to be easy to use and to integrate into your website.  (I have left websites because it looked sketchy on their e-commerce. Generally if your site stinks and so does your e-commerce solution I don&#8217;t buy from you plain and simple may sound mean but I can afford to take the risk.)<br /><br />
<strong>4. Protection</strong> &#8211; What happens when there are faulty charges or orders, or somone rips you off&#8230;  Will there be reimbursement etc? (check out how they handle these things)<br /><br />
<strong>5. Security</strong> &#8211; How does the e-commerce company claim to protect / encrypt transactions and your sensitive information.  Can they prove it?
</p>
<p>
There are an array of things to look out for concerning safety with your&#8217;s and other&#8217;s money on the web.
Recently I ordered a product and the company double charged me for it, I find out it is their e-commerce solution and it seems to be a pretty popular situation and they are a pretty popular e-commerce company both with big companies but also with complaints about charges that are questionable. (It&#8217;s called DigitalRiver.com if you were wondering). Working as a web designer I want to know who your e-commerce solution is and if they are reliable&#8230; because you CAN get charged now a-days for just typing your cc info before you push any buttons some companies start processing ASAP and seem to give you a way to stop in the process but really they have already determined to charge you even if you cancel.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/5-reasons-to-research-your-e-commerce-solutions/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working Locally and Globally</title>
		<link>http://www.tdesignonline.com/working-globaly</link>
		<comments>http://www.tdesignonline.com/working-globaly#comments</comments>
		<pubDate>Sat, 09 May 2009 17:44:32 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=967</guid>
		<description><![CDATA[As a web designer who works remotely in Marietta Georgia and it being a densely populated area I tend to get several calls a month from local business in the Metro Atlanta area.  I haven&#8217;t really even been marketing myself to these companies nor have I been trying to get business locally.  Most [...]]]></description>
			<content:encoded><![CDATA[<p>As a web designer who works remotely in Marietta Georgia and it being a densely populated area I tend to get several calls a month from local business in the Metro Atlanta area.  I haven&#8217;t really even been marketing myself to these companies nor have I been trying to get business locally.  Most of my business has been done for other in different states and International Clients.</p>

<p>My point being I have been receiving much business from an audience that I wasn&#8217;t necessarily targeting for an array of reasons. A main one being I didn&#8217;t feel like I could compete with the local businesses search engine wise, Google mainly, so I didn&#8217;t think anybody would be able to find me.  Well they did find me but not the way I thought.</p>

<div class="pull">&#8220;market locally, and globally&#8230;&#8221;</div><p>  There are some freelance companies that I use to bid on projects through and people tend to search on those databases and then contact me directly and they live with in a 20 mile radius.  There is a lot of local business. I am trying to make my site more findable to local companies in Marietta Georgia or in Metro Atlanta area so that I might get more local business seeing that I have been getting a lot of it lately.
</p>

<p>One thing to take away would be.  market locally, and globally&#8230; Remember David and Goliath, it&#8217;s not about your competition it&#8217;s who you trust.</p>

<p><strong>5 things you can do today to make your site a little bit more findable</strong><br />
<small>(You could probably knock this out in a day or two)</small><br />
1. Write your content then go back through and make sure you included key words in the content and headings that you know people would search for that are relevant. (just sprinkle them through out don&#8217;t pour them on&#8230; you can get penalized)
<br />
2. Use Key words and relevant text in the &#8216;title&#8217; tag of the page, in your meta data &#8216;key words&#8217; and &#8216;description&#8217;, and in your markup your &#8216;title&#8217; and &#8216;alt&#8217; attributes.
<br />
3.  Create a <a href="http://www.xml-sitemaps.com/">Google XML Sitemap</a> and <a href="https://www.google.com/accounts/ServiceLogin?service=sitemaps&#038;passive=true&#038;nui=1&#038;continue=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fdashboard&#038;followup=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fdashboard&#038;hl=en">submit it to google through webmaster tools&#8230;</a> and Verify your website while your at it.
<br />
4. Submit your site to Yellow pages type sites, directories
<br />
5. Submit your site to other search engines mainly yahoo and msn.
<br />
<br />
<small>There are a lot more in depth things you could do but at least you now have your foot in the door and are more findable.</small>
]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/working-globaly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BuddyPress</title>
		<link>http://www.tdesignonline.com/buddypress</link>
		<comments>http://www.tdesignonline.com/buddypress#comments</comments>
		<pubDate>Tue, 31 Mar 2009 02:10:59 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=921</guid>
		<description><![CDATA[Wordpress has come out with buddypress it&#8217;s basically facebook.  I recently interviewed with a company that was interested in creating an application like this for their clients.  I hope they pick this up instead of trying to create their own app.  I&#8217;m excited because clients are always wanting to create facebook like [...]]]></description>
			<content:encoded><![CDATA[<a href="http://codex.buddypress.org"><img src="http://www.tdesignonline.com/wp-content/uploads/2009/03/buddypress.jpg" alt="" title="buddypress" width="172" height="185" class="alignleft size-medium wp-image-923" /></a><p>Wordpress has come out with buddypress it&#8217;s basically facebook.  I recently interviewed with a company that was interested in creating an application like this for their clients.  I hope they pick this up instead of trying to create their own app.  I&#8217;m excited because clients are always wanting to create facebook like solutions and now I can help them create those with buddypress.</p>

<p>
In order to use buddypress you must first install a version of wordpress MU.  This is not your regular wordpress and you will probably need to download it and upload it manually (it&#8217;s not in your fantastico deluxe for those of you who install through your host)  Here is a link to the <a href="http://mu.wordpress.org" target="_blank">wordpress MU</a>&#8230; and here is the link to <a href="http://codex.buddypress.org" target="_blank">buddypress</a>&#8230; have fun!
</p>

<p>
I am installing it soon and going to give it a test run and hopefully will be able to start offering it to my clients.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/buddypress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
