<?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 &#187; Web</title>
	<atom:link href="http://www.tdesignonline.com/category/web/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tdesignonline.com</link>
	<description>The Portfolio Site of Richard Lee</description>
	<lastBuildDate>Mon, 19 Dec 2011 23:36:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Optimizaion, jsperf, and thoughts &#8211; JS in the nude</title>
		<link>http://www.tdesignonline.com/optimizaion-jsperf-and-thoughts-js-in-the-nude</link>
		<comments>http://www.tdesignonline.com/optimizaion-jsperf-and-thoughts-js-in-the-nude#comments</comments>
		<pubDate>Fri, 02 Sep 2011 20:35:42 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1471</guid>
		<description><![CDATA[I ran into jsperf and it has totally blown my mind seeing how fast things run. I don&#8217;t use chrome and I love it after seeing how fast it was. I ran a test of some simple replacing of text using jquery. my initial test was to see if pre-defining your jquery elements was quicker [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into jsperf and it has totally blown my mind seeing how fast things run.  I don&#8217;t use chrome and I love it after seeing how fast it was. I ran a test of some simple replacing of text using jquery.  my initial test was to see if pre-defining your jquery elements was quicker then making a brand new call every time you wanted to manipulate them. the best of the test can be seen here: <a href="http://jsperf.com/predefined-vs-new-query/2">http://jsperf.com/predefined-vs-new-query/2</a>.<p> <br/>

<p>What I suspected occurred but after adding some more tests to the line up I was amazed to find plain ol&#8217; javascript (the stuff that jQuery is built on) ran about 40-50X faster in some browsers depending on what browser you were testing in.  This really makes me question about how heavily dependent we are all on jquery and other libraries for some tasks.</p>

<p>Here are some pros and cons I could boil it down to.</p>

<p><strong>jQuery Pros</strong><br/>
<ul>
	<li>It is easier to write and you don&#8217;t have to know that much to learn how to use it.</li>
	<li>It is consistent across all browsers for the most part.</li>
	<li>After the initial jq script download your js files stay pretty small in weight and in length</li>
</ul>
</p>

<p><strong>jQuery Cons</strong><br/>
<ul>
	<li>heavy library initial file download (I know most gzip it so it compress 20k or so)</li>
	<li>It chugs compared to plain javascript.</li>
	<li>some time work arounds have to be in place and you can become lazy and dependent.</li>
<li>It&#8217;s Well documented and tested.</li>
<li>the quickest way to type a command isn&#8217;t always the fastest speed wise for example <a href="http://jsperf.com/jquery-selector-perf-right-to-left/59">http://jsperf.com/jquery-selector-perf-right-to-left/59</a></li>
</ul>
</p>

<p><strong>javascript in nude Pros</strong><br/>

<ul>
	<li>No middle man so your talking straight to the browser or server.</li>
	<li>A lot quicker then jQuery</li>
	<li>You understand more whats actually going on (as a developer)</li>
</ul>

</p>


<p><strong>javascript in nude Cons</strong><br/>

<ul>
	<li>Lengthy to write and heavy in file size.</li>
	<li>browser support inconsistencies for different parts of js. (end up killing 1 bird with 3 stones type of deal&#8230; jQ does this for you)</li>
	<li>Tons of research from many sources.</li>
<li>super lengthy production time due to buggy-ness of multiple browser support.</li>
</ul>

</p>

<p>That being said you could mix the two but that gets kind of messy.  Especially when you are making HUGE scripts or applications. But is it worth the pay off? maybe.  User experience wise. Yes! Development Time. Not so much!  So really it comes down to your resources..  </p>

<p>1. How much time&#8230; sometimes money do you have. <br/><br/>
2. How knowledgeable or willing to research is/are the developer(s) building your script there are many things that make a script chug not just a library.<br/><br/>
3. are you ready for a long term relationship because maintenance is going to be crazy if you go the js nude route.</p>

<p>it&#8217;s kind of a hard choice because 1 developer&#8217;s preference vs 10,000,000+ users experience can really make a huge impact on the whole product.  makes you wonder how fast your heavily dependent js app would run if you went with js in the nude as opposed to your library of choice.</p>




]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/optimizaion-jsperf-and-thoughts-js-in-the-nude/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Googleholics Anonymous</title>
		<link>http://www.tdesignonline.com/google-addic</link>
		<comments>http://www.tdesignonline.com/google-addic#comments</comments>
		<pubDate>Sat, 26 Feb 2011 19:04:36 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1385</guid>
		<description><![CDATA[<p><img class="alignleft size-medium wp-image-1096" title="wordpress-logo-shine" src="http://www.tdesignonline.com/wp-content/uploads/2011/02/google229x299.jpg" alt="" width="229" height="229" />I google everything... and I know some of you can relate too... you know you've done it... on the fly proving some one wrong (sending them a link or sticking you're smart phone in their face) "Oh look what I found!!!"  What makes google so useful and what makes so many people addicted to using it? What are some things we can learn from the the biggest search engine ever?</p>
]]></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/2011/02/google229x299.jpg" alt="" width="229" height="229" />I google everything&#8230; and I know some of you can relate too&#8230; you know you&#8217;ve done it&#8230; on the fly proving some one wrong (sending them a link or sticking you&#8217;re smart phone in their face) &#8220;Oh look what I found!!!&#8221;  What makes google so useful and what makes so many people addicted to using it? What are some things we can learn from the the biggest search engine ever?</p>
<br/>
<p>Here are some things I think that keep people coming back for more.<p>

<p><strong>1. They give people what they want.</strong>  As with any good site serve&#8217;n up content google is an all you can eat buffet rich in information. Usually brought to you in this order. </p>

<ol class="orange">
<li>I. Relevancy</li>
<li>II. Highest Bidder</li>
<li>III. Popularity</li>
</ol><br/>

<p>It&#8217;s does get annoying sometimes of all the high bidders in the un-organic results at the very top of the list.  But at least google is keeping them relevant and I think people make an exception because of this and don&#8217;t mark it against google.  A lot of times when a site is popular it ranks higher and sometimes it is because this site may be an authority on the subject you are searching on and more then likely is very useful. But not always the case.</p>

<p><strong>2. It&#8217;s <em>so</em> easy.</strong> type in whatever you&#8217;re thinking (and if you communicate like a normal human being) you will more then likely find what your looking for. &#8220;Georgia Weather&#8230;&#8221; , &#8220;how to build a website&#8230;&#8221; , &#8220;Why&#8217;s my pee orange?&#8221;. No offense to those of you googlely challenged.</p>
<div class="pull">There&#8217;s a lot to learn from google</div>
<p><strong>3. They are more then a search engine</strong> They really do a good job of linking their products seamlessly into their search engine with out negatively affecting what they do best.  They become a part of your life with out you realizing.  Google maps&#8230; gmail&#8230; google hosted code&#8230; and any other app or service you use that is owned or run by google. I think this goes back to Relevancy providing OPTIONAL side products that are relevant to people.</p>

<p>There&#8217;s a lot to learn from google (not that they know it all).  Some of the applicable items are: </p>
<ul>
<li>Firstly providing something of HIGH relevance to the person while at the same time not letting your high bidders crap up your site. </li>
<li>Making your products and site so easy to use that people are able feel natural or effortless to access what they came to get from you.  </li>
<li>Providing optional RELEVANT products or services that they don&#8217;t feel like they HAVE to be a part of&#8230; by not shoving it in their face and telling them they need it&#8230; especially when it irrelevant.</li>
</ul>
<br/>
<p>A lot of this applies to life to not just building websites. ( ;</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/google-addic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Job Board Experiment</title>
		<link>http://www.tdesignonline.com/wordpress-job-board-experiment</link>
		<comments>http://www.tdesignonline.com/wordpress-job-board-experiment#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:30:54 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[experiments]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1342</guid>
		<description><![CDATA[<p><img class="alignleft size-medium wp-image-1096" title="wordpress-logo-shine" src="http://www.tdesignonline.com/wp-content/uploads/2010/07/stj-thumb.jpg" alt="" width="229" height="229" />I wanted to make a job board.  As usual I wanted to use wordpress and not anything else.  Wordpress ceases to amaze me... I was able to accomplish a fully functional job board (according to my standards). Check it out here <a href="http://sportstrainingjobs.com/" target="_blank" >SportsTrainingJobs.com</a></p>]]></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/2010/07/stj-thumb.jpg" alt="" width="229" height="229" /> I wanted to make a job board.  As usual I wanted to use wordpress and not anything else.  WordPress ceases to amaze me&#8230; I was able to accomplish a fully functional job board (according to my standards). Check it out here <a href="http://sportstrainingjobs.com/" target="_blank" >SportsTrainingJobs.com</a></p>

<p>So a few weeks ago I saw a similar job board <a href="http://jobs.wordpress.net/" target="_blank" >here</a></p>

<p>I e-mailed the site and asked them how they did it.  All they told me was that they were using a plug-in and some custom coding&#8230; I already new that!!! lol. So they weren&#8217;t giving up their secrets of how to create a free job board.<p>

<p>So my search began.  After a couple weeks I was finally able to find a solution at some random site&#8230; <del datetime="2010-07-08T03:39:46+00:00">which I forgot to document</del> I found it <a href="http://seogadget.co.uk/jobs-board-functionality-wordpress/">here</a>&#8230; <del datetime="2010-07-08T03:45:19+00:00">but that&#8217;s o.k.</del> I will still share my secrets with you&#8230;  (Don&#8217;t download their files just instal TDO Mini Forms and then follow the directions.)</p>

<p>The solution required using <a href="http://wordpress.org/extend/plugins/tdo-mini-forms/">TDO Mini Forms</a>. This plugin allows you to set up a form that allows any member or non member to create a post depending on the settings you set of course.  Once the post is created all you have to do is change the status to published and the post is live.</p>

<p><strong>So my process went something like this.</strong></p>
<ul>
<li>Install WordPress 3.0</li>
<li>Instal TDO Mini Forms</li>
<li>Modify 2010 (the wp theme) loop.php, functions.php and other tweaks</li>
<li>Style it in CSS</li>
</ul>

<p>I was up and running.  Check it out here <a href="http://sportstrainingjobs.com/">SportsTrainingJobs.com</a>.</p>

<p>
<strong>Capabilities:</strong></p>
<ul style="margin-top:0px;margin-bottom:15px;">
	<li>Non-Member Users can posts jobs.</li>

	<li>Jobs are seperated into categories</li>

	<li>Search function targets only job posts</li>

</ul>




]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/wordpress-job-board-experiment/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 you [...]]]></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 will [...]]]></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 of my [...]]]></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 solutions and now [...]]]></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>
		<item>
		<title>Back Up your Databases/Content!</title>
		<link>http://www.tdesignonline.com/back-up-your-databasescontent</link>
		<comments>http://www.tdesignonline.com/back-up-your-databasescontent#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:42:34 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=879</guid>
		<description><![CDATA[I have been creating a lot of wordpress blogs for many of my clients. Recently I created one for a woman who is a public speaker/entrepreneur. She just got a new host and her site is/was looking awesome! We transferred over her old blog and added a bunch of new pages. Her site is based [...]]]></description>
			<content:encoded><![CDATA[<p>I have been creating a lot of wordpress blogs for many of my clients.  Recently I created one for a woman who is a public speaker/entrepreneur.  She just got a new host and her site is/was looking awesome!  We transferred over her old blog and added a bunch of new pages.</p>

<p>Her site is based off of wordpress so all the content is stored in a database on her host.  Well I was visiting the site just to take a peak at it some more and I saw in big black letters:  &#8220;Data Base Error&#8230;&#8221;.  I have seen it before and it wasn&#8217;t a big deal the host was just having a problem and later on during the day the site was able to connect to the database the content was viewable.</p>

<div class="pull">&#8220;there were no databases! &#8230;they were mysteriously gone.&#8221;</div><p>
I thought I would take a look on her host and check out the databases and see if I could fix it just in case something accidentally got broken or just to get a better idea of why this was happening and maybe I could fix it quickly.  Soon enough I spotted exactly why it was happening because there were no databases!  The ones we had stored 20+ pages of content in were mysteriously gone.  Whether she accidentally deleted them some how, the host crashed, or it got hacked (which is very unlikely) it was all gone.
</p>

<p>
So my message to any one using a content management system or any application that draws from a database.  You need to back it up regulary whether it be daily, weekly, or monthly depending on how often it is updated.  Updating wordpress only take several minute depending on how much content you have.
</p>

<p>
<strong>To back up your content in wordpress 2.6</strong> &#8211; in the admin panel go to manage then export.<br />

<strong>To back up your content in wordpress 2.7</strong> &#8211; go to tools then export.

</p>

]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/back-up-your-databasescontent/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What do people like?</title>
		<link>http://www.tdesignonline.com/what-do-people-like</link>
		<comments>http://www.tdesignonline.com/what-do-people-like#comments</comments>
		<pubDate>Sat, 20 Dec 2008 15:47:39 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=777</guid>
		<description><![CDATA[When designing a website it is all about what people like (unless it is an experimental site) Lately I have been testing out a free program called click heat By LabsMedia It is pretty accurate and cool. This application allows me to see what users/visitors are doing when they enter my site and what they [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tdesignonline.com/wp-content/uploads/2008/12/clickheat-screenshot.jpg" alt="Click Heat Tracking" title="clickheat-screenshot" width="233" height="166" style="float:left;padding:10px 20px 10px 0px;" class="size-full wp-image-778" /> When designing a website it is all about what people like (unless it is an experimental site)  Lately I have been testing out a free program called <a href="http://www.labsmedia.com/clickheat/index.html" title="click heat">click heat</a> By <a href="http://www.labsmedia.com/">LabsMedia</a>  It is pretty accurate and cool.  This application allows me to see what users/visitors are doing when they enter my site and what they are clicking on&#8230; team this up with <a href="http://www.google.com/analytics" title="Google Analytics">Google Analytics</a> and you have just about everything you can get from your visitors by them simply visiting your site and not making them take a survey or fill out forms. (which inconveniences them and should be used only when necessary)</p>

<p>If you want to see it in action go here:<br />
URL: <a href="http://www.tdesignonline.com/clickheat/">www.tdesignonline.com/clickheat/</a><br />
user: guest<br />
password: myguest<br />
</p>

<div class="pull">If you don&#8217;t think usability is important maybe you should reconsider&#8230;</div><p>So why see what your users are doing? Do you want to make the most out of their visit and make your content as accessible as possible? Then you will make it easy to find&#8230; by eliminating wasted space and or items or links that no one is even using.  ie. My lighter box button at the top of my sidebar is moving to the bottom&#8230; why? no clicks.  It&#8217;s not something that is usable at the moment maybe on another page or for someone who already knows about it otherwise it is wasting a valuable screen position.</p>

<p>If you don&#8217;t think usability is important maybe you should reconsider&#8230; God thought it important to make your body usable and the environment that you live in able to be manipulated and usable by you!  It wasn&#8217;t by accident nor millions of years of evolution that your fingers are able to grasp around objects and your Brain is more powerful than any computer know to man.  God made stuff we could use and if we love others like wise, we should make things that benefit and are usable too.<br /> (created in His image) ( :</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/what-do-people-like/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lighter Box 2</title>
		<link>http://www.tdesignonline.com/lighter-box-2</link>
		<comments>http://www.tdesignonline.com/lighter-box-2#comments</comments>
		<pubDate>Sun, 14 Dec 2008 22:19:43 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Lighter Box]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[Lighter Box 2]]></category>
		<category><![CDATA[lighterbox]]></category>
		<category><![CDATA[LighterBox2]]></category>
		<category><![CDATA[progressive enhancement]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=707</guid>
		<description><![CDATA[(This script is no longer being maintained as of 06/29/2011 May not function properly in updated browsers) Functionality: + Fading Transition + Screen Navigation (Next, Previous, Close, or the Actual Image) + Key Board Navigation (Left &#38; Right Arrow, Space, Esc.) + Loop Through Images (after last image goes back to first image vice versa) [...]]]></description>
			<content:encoded><![CDATA[<img style="padding-left:20px;padding-right:20px;" src="lb.png" alt="lighterbox" align="left" />
<strong>(This script is no longer being maintained as of 06/29/2011 May not function properly in updated browsers)</strong>
<ul class="nexttolist">
	<li><strong>Functionality:</strong></li>
	<li>+ Fading Transition</li>
	<li>+ Screen Navigation (Next, Previous, Close, or the Actual Image)</li>
	<li>+ Key Board Navigation (Left &amp; Right Arrow, Space, Esc.)</li>
	<li>+ Loop Through Images (after last image goes back to first image vice versa)</li>
	<li>+ Insert Onscreen text descriptions below the image via link title attribute text</li>
	<li>+ Insert title of the image via thumbnail alt attribute.</li>
	<li>+ Customizable</li>
        <li>+ <a href="#optimized">NEW OPTIMIZED VERSION</a> &#8211; brought to you by <a href="http://www.viadeo.com/fr/profile/frederic.madsen" target="_blank" >Frédéric MADSEN</a>
</ul>
<div class="clear"></div>
<p>I started searching for a light weight light box script that did not rely on a script library or frame work in order to help it function.  I was not able to find one at the time that did not rely on a library&#8230;  So I made my own.  I have an economy host that does not support gzip so any large scripts I use my users will have to download them which can cause multiple seconds of page display delay.</p>

 

<p>The idea was obviously derived from light box2 and it works essentially the same way in all modern browsers ie6, ie7, ie8, safari, chrome, and firefox.  When JavaScript is off it degrades gracefully in that the photo is still accessible the experience just isn&#8217;t enhanced.<br /><br />

<strong>The Light weight File Sizes</strong><br />

8 kb &#8211; lighterbox.js<br />
3.2kb &#8211; load.gif<br />
0.9kb &#8211; lighterbox.css<br />
0.3kb &#8211; overlay.png<br />
0.2kb &#8211; prev.gif<br />
0.2kb &#8211; next.gif<br />
0.2kb &#8211; close.gif<br /><br />

It&#8217;s around <strong>14kb &#8211; total!</strong></p>

<p>The orignal &#8220;light box 2&#8243; with scripts alone is 190kb&#8230;ouch.  Remember your users are downloading multiples scripts on your server and every kb here and there adds up and people start leaving your site/content because your site is the one with the loading bar always half full. lol one script isn&#8217;t that big a deal but several scripts add up.  Then there&#8217;s g-zip that&#8217;s another story.</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>Here is an example of How Lighter Box2 works.</strong></p>
<p>below you will see the script along with several examples of how you can pick and choose to include or not include titles and descriptions.</p>

<p><a title="My Wife and I had our 4th anniversary on December 13, We went out to an Italian restaurant with really good food, 'Provinos'. (The one in Roswell on Mansell) " rel="lighterbox" href="images/us.jpg"><img src="images/ust.jpg" border="0" /></a>

<a title="My wife had spaghetti" rel="lighterbox" href="images/ann1.jpg"><img src="images/ann1t.jpg" border="0" alt="Spaghetti" /></a>

<a  rel="lighterbox" href="images/ann3.jpg"><img src="images/ann3t.jpg" border="0"  /></a><br />

<a style="text-decoration:underline;" title="Then we had chocolate cake mmm..." rel="lighterbox" href="images/ann2.jpg">Text works too&#8230;</a></p>

<script src="http://www.tdesignonline.com/lighterbox2/lighterbox2.js" type="text/javascript"></script>
 <hr />
<p><strong>1.</strong> The first thing you will do is <a style="text-decoration:underline;color:#F9AB43;" href="http://www.tdesignonline.com/lighterbox2.zip">download LighterBox2 Original</a> and <strong>take the folder</strong> you extract from the zip file <strong>and drop it in the root directory</strong> where the files your users will be browsing are (where your index.html file is or index.php whatever you are using). 
</p>
<p id="optimized">Also Try out the <a href="http://www.tdesignonline.com/wp-content/uploads/2008/12/lighterbox2OPTIMIZED.zip">NEW even MORE OPTIMIZED version LighterBox2</a> brought to by <a href="http://www.viadeo.com/fr/profile/frederic.madsen" target="_blank" >Frédéric MADSEN</a> (Succesfully tested on Chrome 5/6, Firefox 3, IE 7/8/9, Opera 10 and Safari 4/5)     <br/><br/>
    *  4 files instead of 7 (-40%)<br/>
    * 6.03Ko instead of 12.3Ko (-50%)<br/>
    * JavaScript file less than 100 lines, 94 lines instead of 195 (-50%)
<br/><br/>Also feel free to check out his other links <a href="http://w3c.html5.free.fr/" target="_blank" >w3c.html5.free.fr</a> and <a href="http://mytooltip.free.fr/mytooltip/mytooltip.html" target="_blank" >My Tool Tip JS</a></p>
 <hr />
<p><strong>2.</strong> Next you will <strong>insert a link to the Style Sheet 
right before the closing head tag</strong> like this</p>


<p class="code"><code><br />

 &lt;link rel=&#34;stylesheet&#34;
 type=&#34;text/css&#34;
 href=&#34;lighterbox2/lighterbox2.css&#34;
 /&gt;


<span style="color:#555">&lt;/head&gt;</span><br /><br />
 </code></p>


 
 <hr />
<p><strong>3.</strong> then you will <strong>insert a link to the script right before the closing body tag</strong> like this. (It doesn&#8217;t have to be exactly before the body tag just make sure it is below the content where you are using the script or else it will not work.)</p>

<p class="code"><code><br />

 &lt;script type=&#34;text/javascript&#34;
 src=&#34;lighterbox2/lighterbox2.js&#34;
&gt;&lt;/script&gt;


<span style="color:#555">&lt;/body&gt;</span><br /><br />
 </code></p>

 
 <hr />
<p><strong>4.</strong> Lastly you will <strong>insert the &#8220;rel&#8221; attribute with a value of &#8220;lighterbox&#8221; on the anchor tags that you want to use lighterbox2 on</strong> and <strong>fill the &#8220;title&#8221; attribute with your descriptions</strong> that are linking to your larger image files like this, and for your thumbnails <strong>use the alt attribute of the thumbnail to store the title of the image.</strong></p>

<p class="code"><code><br />

 &lt;a href=&#34;images/bigPicture.jpg&#34;
 title=&#34;Short description here&#34;
 rel=&#34;lighterbox&#34;
&gt;<br /><br />


&lt;img src=&#34;images/thumbnailPicture.jpg&#34;
 border=&#34;0&#34;
 alt=&#34;us&#34;
/&gt;<br /><br />

&lt;/a&gt;<br /><br />
 </code></p>

 
 <hr />
<p>YAY&#8230;Test it out!<br /><br />
If you find and bugs that I haven&#8217;t caught please let me know.<br /><br />

Blessings,<br />
Richard Lee</p>

 
 
<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 div-->
<script type="text/javascript"><!--
if(IE6){document.getElementById('post-707').style.marginLeft="10px";}
// --></script>

<script src="http://www.tdesignonline.com/clickheat/js/clickheat.js" type="text/javascript"></script><script type="text/javascript"><!--
clickHeatSite = '';clickHeatGroup = 'lighterbox2';clickHeatServer = 'http://www.tdesignonline.com/clickheat/click.php';initClickHeat();
// --></script>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/lighter-box-2/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lighter Box</title>
		<link>http://www.tdesignonline.com/lighter-box</link>
		<comments>http://www.tdesignonline.com/lighter-box#comments</comments>
		<pubDate>Tue, 09 Dec 2008 23:41:49 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Lighter Box]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[lighterbox]]></category>
		<category><![CDATA[lighterbox script]]></category>
		<category><![CDATA[progressive enhancement]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=618</guid>
		<description><![CDATA[(This script is no longer being maintained as of 06/29/2011 May not function properly in updated browsers) You can also download LIGHTER BOX 2! NEW Both onscreen and keyboard navigation for galleries. Descriptions (AS MUCH AS YOU WANT) that will be displayed to the viewer&#8230; check it out. I started searching for a light weight [...]]]></description>
			<content:encoded><![CDATA[<img style="padding-left:20px;" src="lb1.png" alt="lighterbox" align="left" />
<strong style="width: 220px; float: right;">(This script is no longer being maintained as of 06/29/2011 May not function properly in updated browsers)</strong>
<p style="width: 220px; float: right;">You can also download<br />


<a style="text-decoration:underline;color:#F9AB43;font-size:26px;" href="http://www.tdesignonline.com/lighter-box-2">LIGHTER BOX 2!</a><br />

NEW Both onscreen and keyboard navigation for galleries. Descriptions (AS MUCH AS YOU WANT) that will be displayed to the viewer&#8230; <a style="text-decoration:underline;color:#F9AB43;" href="http://www.tdesignonline.com/lighter-box-2">check it out.</a></p>
<div class="clear"></div>
<p>I started searching for a light weight light box script that did not rely on a script library or frame work in order to help it function.  I was not able to find one at the time that did not rely on a library&#8230;  So I made my own.  I have an economy host that does not support gzip so any large scripts I use my users will have to download them which can cause multiple seconds of page display delay.</p>

<p>The idea was obviously derived from light box and it works essentially the same way in all modern browsers  ie6, ie7, ie8, safari, chrome, and firefox.. When JavaScript is off it degrades gracefully in that the photo is still accessible the experience just isn&#8217;t enhanced.</p>

<p><strong>The Light weight File Sizes</strong><br />

4.4kb &#8211; lighterbox.js<br />
2.4kb &#8211; loader3.gif<br />
0.5kb &#8211; lighterbox.css<br />
0.1kb &#8211; closebutton2.gif<br />
0.3kb &#8211; overlay.png<br />
<strong>7.7kb &#8211; total!</strong></p>

<p>The orignal &#8220;ligh box&#8221; with script and all its friends are 16kb.  So what?  You wont say so what when your users are downloading multiples scripts on your server and every kb here and there adds up and people start leaving your site/content because your site is the one with the loading bar always half full. lol one script isn&#8217;t that big a deal but several scripts add up.  Then there&#8217;s g-zip that&#8217;s another story. (with gzip compression on lighter box is like 1.093kb)</p>

<p><strong>Here is an example of How Lighter Box works.</strong><br />

<a rel="lighterbox" href="images/us.jpg"><img src="images/ust.jpg" border="0" alt="us" /></a>

<a style="text-decoration:underline;" rel="lighterbox" href="images/us.jpg">Text works too&#8230;</a></p>

<script src="http://www.tdesignonline.com/Script/lighterbox.js" type="text/javascript"></script>
 <hr />
<p><strong>1.</strong> The first thing you will do is <a style="text-decoration:underline;color:#F9AB43;" href="http://www.tdesignonline.com/lighterbox.zip">download the files</a> and take the files from the folder you extract and drop them in the root directory. (not the folder but the files in the folder)</p>
 <hr />
<p><strong>2.</strong> then you will insert a link to the script right before the closing body tag like this. (It doesn&#8217;t have to be exactly before the body tag just make sure it is below the content where you are using the script or else it will not work.)</p>

<p class="code"><code><br />

 &lt;script type=&#34;text/javascript&#34; src=&#34;lighterbox.js&#34; &gt;&lt;/script&gt;<br /><br />
 &lt;/body&gt;<br /><br /> </code></p>

 
 <hr />
<p><strong>3.</strong> Next you will insert a link to the Style Sheet 
right before the head tag like this</p>

<p class="code"><code><br />

 &lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;lighterbox.css&#34; /&gt;<br /><br />
 &lt;/head&gt;<br /><br /></code></p>

 
 <hr />
<p><strong>4.</strong> Lastly you will insert the &#8220;rel&#8221; attribute with a value of &#8220;lighterbox&#8221; on the anchor tags that are linking to your larger image files.</p>

<p class="code"><code><br />

 &lt;a href=&#34;images/us.jpg&#34; rel=&#34;lighterbox&#34; &gt;<br /><br />
 &lt;img src=&#34;images/ust.jpg&#34; border=&#34;0&#34; alt=&#34;us&#34; /&gt;<br /><br />
 &lt;/a&gt;<br /><br /></code></p>

 
 <hr />
<p>YAY&#8230;Test it out!<br /><br />
If you find and bugs that I haven&#8217;t caught let me know please let me know.<br /><br />
If for some reason you can&#8217;t get it working, download <a style="text-decoration:underline;color:#F9AB43;" href="http://www.tdesignonline.com/lighterboxhelp.zip">these files</a> and there is a test page in there and you can see how it is set up.<br /><br />




Blessings,<br />
 Richard Lee</p>

 
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="position:relative; top:-40px;">
<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 div-->
<script type="text/javascript"><!--
if(IE6){document.getElementById('post-618').style.marginLeft="10px";}
// --></script>

<script src="http://www.tdesignonline.com/clickheat/js/clickheat.js" type="text/javascript"></script><script type="text/javascript"><!--
clickHeatSite = '';clickHeatGroup = 'lighterbox';clickHeatServer = 'http://www.tdesignonline.com/clickheat/click.php';initClickHeat();
// --></script>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/lighter-box/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>better than apple tv&#8230; at least I think&#8230; cheaper too.</title>
		<link>http://www.tdesignonline.com/better-than-apple-tv-at-least-i-think-cheaper-too</link>
		<comments>http://www.tdesignonline.com/better-than-apple-tv-at-least-i-think-cheaper-too#comments</comments>
		<pubDate>Sun, 25 May 2008 20:38:04 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=44</guid>
		<description><![CDATA[The other day I was watching some national geographic clips on the net and a solution occurred to me&#8230; we could watch what is on my computer on our big tv and possibly more people (the rest of my family) could enjoy learning about endangered sharks off the coast of Australia as well. This solution [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was watching some national geographic clips on the net and a solution occurred to me&#8230; we could watch what is on my computer on our big tv and possibly more people (the rest of my family) could enjoy learning about endangered sharks off the coast of Australia as well.</p>

<p>This solution involves 3 simple chords in order to make your regular tv an internet tv! I have a mac book and if you have a pc I&#8217;m sure you can find a similar solution.  Apple has a <a title="Mini-DVI to DVI" href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=MTUzNTQ&amp;fnode=home/shop_mac/mac_accessories/cables&amp;nplm=M9321G/B" target="_blank">mini-dvi to dvi </a> adapter (or vga if you wanna go that route.)  and If you want to use your HD I reccomend getting the <a title="DVI to HDMI" href="http://www.xtrememac.com/xtremehd/dvi/index.php" target="_blank">dvi to HDMI</a> adapter which they might sell at your local electronics/apple store as well what will be helpful too is an <a title="audio adapter" href="http://www.directron.com/6ft35mm2chmrca.html" target="_blank">headphone to audio </a>solution for your surround sound or tv if you don&#8217;t already have this equipment. (so that is 3 chords for a full functional internet tv solution) which was $40-$50 total.  If you really wanna get fancy you can purchase a wireless mouse and or wireless keyboard.  this beats the apple tv which is running for around $230 not including tax and shipping.</p>

<p>The benefits of this solution are.</p>
<ul class="heavylist">

<li>Surf the web using your tv as a monitor.</li>

<li>watch movies from <a title="Net Flix" href="http://www.netflix.com/Login" target="_blank">netflix</a> (try it out for a 2 week trial and see how you like it 8.99 a month <strong>unlimited</strong> movies you can stream)</li>

<li>watch episodes of your favorite shows (you don&#8217;t have to buy them on itunes they stream!.. visit your favorite tv stations website ie. abc.com)</li>

<li>but if you did buy them on <a title="iTunes" href="http://www.apple.com/itunes/overview/" target="_blank">itunes</a> you can watch your podcasts and itunes stuff as well.</li>

<li>if you are a designer possibly designing on there I&#8217;m not sure about the aspect ratio though and dimension distortion.</li>

<li>play online games.</li>

<li>record things from your tv laptop if you have a digital video recorder hooked up.</li>

<li>share with others and not be huddled up on the corner of your couch with your lap top.</li>

<li>it&#8217;s cheaper and more beneficial than buying an apple tv.</li>
</ul>


<p>check it out it might be a better solution than even getting cable or sattellite you might be able to cancel that stuff.  You might have to sacrifice a little bit of quality but who&#8217;s counting pixels anyway and has HD really affected your tv experience if your honest I think you will say &#8220;No, I get into the action just as much with a lower quality movie file than with the HD.&#8221;  After the &#8220;&#8230;but it&#8217;s so cool wears off&#8221;  I think you&#8217;d rather have the money in your pocket or at least give it to a better cause than overpriced media or an apple tv.  Unless you have money to flush? I highly reccomend this easy, quick, and cheap digital tv solution. (If your hardware is different than what I&#8217;ve listed above you can surely find what you need on the web to make a home audio/video solution for your laptop or desktop computer at an affordable price.)</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/better-than-apple-tv-at-least-i-think-cheaper-too/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>choosing a web-host takes a step of faith&#8230;</title>
		<link>http://www.tdesignonline.com/h</link>
		<comments>http://www.tdesignonline.com/h#comments</comments>
		<pubDate>Mon, 05 May 2008 17:33:28 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=37</guid>
		<description><![CDATA[My hosting quest began last year when Transcendent Design began.  I was looking for a free host with no banners.  I found one but later on down the road when I wanted to do more complicated things It got really crazy and I was loosing connections on MySQL databases daily. I really have prayed about [...]]]></description>
			<content:encoded><![CDATA[<p>My hosting quest began last year when Transcendent Design began.  I was looking for a free host with no banners.  I found one but later on down the road when I wanted to do more complicated things It got really crazy and I was loosing connections on <a href="http://en.wikipedia.org/wiki/Mysql" target="_blank">MySQL</a> databases daily.  I really have prayed about a better host and it is frustrating that the hosts aren&#8217;t perfect but we must keep in mind they are man made.  ( : I will review 6 hosts I have experience with and I will show them to you below in the order that I used them very briefly.</p>

<p><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/picture-2.jpg" alt="freehostia.com" width="118" height="51" />My first host was <a href="http://www.freehostia.com" target="_blank">Freehostia</a> (.com)  this Host is great if all you are doing is hosting a plane (x)html site with out data base access (this is the host I had MySQL problems with).  This was my first real host and the reason I chose it is because it was free hosting with ZERO ADS which is extremely rare and I recommended for any small site.  If you are trying to do something bigger and have a more interactive site I recommended trying another host.<br />
Price/plan: Free plan no ads</p>

 

<p><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/logo-bluehost.jpg" alt="bluehost" width="118" height="34" />&#8230;<a href="http://www.bluehost.com/" target="_blank">Blue host</a>, didn&#8217;t have any problems, good load times (for now) easy set up easy use.  The only problem is you are locked into long-term plans and they do offer a 30day full refund if you don&#8217;t like it within the first 30days.  The reason I left them is because I was sharing a server with 250 &#8211; 400 people they told me, and they said I was sharing 8gbs of ram with that many people so that meant worst case scenario I was only getting 20mbs of ram for multiples sites.  I wanted something more dedicated.  The only problem with economy hosts is they tend to oversell and it causes your site(s) to go s..l..o..w&#8230;.  again great if you are hosting 1-5 simple (x)html sites or even dynamic sites with low traffic.<br />
Price/plan: $160 2yrs plan (6.95 a month trick)</p>

 

<p><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/images-1.jpg" alt="liquid web" width="118" height="37" />&#8230;<a href="http://www.liquidweb.com" target="_blank">Liquid Web</a>,  This host looks very realiable and probably is and I tried to used their virtual dedicated servers stuff and it was too much hassle.  They have a great website and their very own servers and have various internet providers connected to them ensuring your accessibility through out the world. I highly recommend them IF you know what you are doing and have time to set everything up (It will take some time&#8230;)  there lowest VDS was 60 a month so I thought I would try it out.  I did and it wasn&#8217;t for me like I said too much extra stuff to do that I wasn&#8217;t ready for, they are lacking tutorials to use the service so it is definitely for the more experienced.  I didn&#8217;t get a chance to try their regular hosting plan but I would still consider it.<br />Price/plan: $60/month virtual dedicate server</p>

 

<p><a href="http://www.hostgator.com/" target="_blank"><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/images.jpg" alt="host gator" width="118" height="103" />&#8230;Host Gator</a>, again another economy host that I am currently with that I haven&#8217;t had any problems with other then my clients in Jamaica not being able to view add-on domains that I used for their website which really concerns me, so I might switch again later (tired of this host quest).  They offer a ton of space like all economy hosts and make big promises as all econ hosts do.  they are like bluehost above.</p>

 

 

<p><a href="http://www.godaddy.com" target="_blank"><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/logo_godaddy.jpg" alt="go daddy" width="118" height="140" />&#8230;Godaddy</a>, Some of my clients are set up with godaddy and I like there reliablity it seems pretty fast.  The user interface is confusing but you get used to it.  This is a likely candidate for a future host for me after I see how it works out for my clients.  They have a pretty good reputation and are big enough to make changes if needed.  Also if you are hosting domain names with them then it is even easier to use.  my clients are on there economy plans but one of my clients is switching to their virtual dedicated server plan and I will be the setting that up.  (crazy)</p>

 

<p><a href="http://www.christianwebhost.com/" target="_blank"><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/picture-2.png" alt="christian web host" width="114" height="124" />&#8230;Christian webhost</a>(.com)  This is the web host I use for my church and they are extremely reliable and I haven&#8217;t had any problems with them.  they are not as much an economy host because they are a little more pricey but you get what you pay for with them.  A Great host for reliable hosting.</p>

 

<p>None of these hosts are perfect, every hosts has there problems if you look up negative reviews for any host you will find them&#8230; and the reviews do help you stay hesitant before clicking the pay button.  I asked around, searched the web,  It is seriously a hunt trying to find a good web host. Make sure you find a host with the least problems and visit many different sites when researching a host.  Some things to keep in mind when looking for a host.</p>
<ul class="heavylist">
	<li>pray about it&#8230; no really, pray about.</li>
	<li>High price does not equal high quality.</li>
	<li>Boasting of features a ton of space and a ton of bandwidth does not equal a good host either (your sharing that space with 200-500 people in most cases).</li>
	<li>Don&#8217;t get locked into a long term plan pay monthly.</li>
	<li>Know what you need and estimate growth.</li>
	<li>Make sure there&#8217;s a money back guarantee if they are a good host then they can gaurantee themselves.</li>
	<li>Do your research.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/h/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IEs4OSX</title>
		<link>http://www.tdesignonline.com/ies4osx</link>
		<comments>http://www.tdesignonline.com/ies4osx#comments</comments>
		<pubDate>Tue, 15 Apr 2008 02:02:35 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=27</guid>
		<description><![CDATA[This application is pretty neat.  When I found it I was excited and ready to put the pc dinosaur I use for testing back in the closet.  But not so fast.   IEs4OSX is an application that lets you run internet explorer on a mac&#8230; big deal? currently as of 4/14/2008 according to w3schools.com around [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/ies4osx.jpg" alt="ies4osx" width="138" height="134" />This application is pretty neat.  When I found it I was excited and ready to put the pc dinosaur I use for testing back in the closet.  But not so fast.   <a href="http://www.kronenberg.org/ies4osx/" target="_blank">IEs4OSX</a> is an application that lets you run internet explorer on a mac&#8230; big deal? currently as of 4/14/2008 according to w3schools.com around %30 of the users surfing the web still use internet explorer 6 and around another %30 are using ie7.  ie6 and ie7 aren&#8217;t available for OSX (the native apple operating system)  until now&#8230;  So now web designers can test their work on their mac with out having to check someone elses pc.</p>

<p>When I used the software I had to install apples x-11 user from the startup disc that came with my mac and also I had to install something called wine.  After I finally got it up and running I was viewing my pages through ie6 and picking out the bugs.  Then it started crashing and it wasn&#8217;t working and I had to close the app and restart.  I didn&#8217;t ever really get ie7 working properly but it was better then switching back and forth from the mac and pc constantly.  When using a trick I learn is, don&#8217;t minimize the ie6 browser just drag it off the screen and hit refresh later to much action causes it to crash/freeze up.  I reccomend it for quick tests and the desperate who don&#8217;t have access to pc&#8217;s.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/ies4osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress</title>
		<link>http://www.tdesignonline.com/wordpress</link>
		<comments>http://www.tdesignonline.com/wordpress#comments</comments>
		<pubDate>Tue, 15 Apr 2008 01:44:32 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=25</guid>
		<description><![CDATA[This is the second WordPress blog that I have set up this month. I chose WordPress because it is Free, 100% customizable including you can download it and upload it to your host without having to use their hosting, and last but not least thousands of plug-ins. I wanted to move my covenant 2.0 blog [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left; margin: 15px;" src="http://www.tdesignonline.com/wp-content/uploads/2008/05/wpicon.jpg" alt="Word Press" width="138" height="140" />This is the second <a href="http://www.wordpress.com/" target="_blank">WordPress</a> blog that I have set up this month.  I chose WordPress because it is Free, 100% customizable including you can download it and upload it to your host without having to use their hosting, and last but not least thousands of plug-ins.  I wanted to move my covenant 2.0 blog to WP because I was tired of seeing blogger at the top of my blog pages and wanted more control over the overall experience of the blog.  It is a blessings how many free and open-source apps are on the web.</p>

<p>Creating the blog was very easy and set up was a breeze, it wouldn&#8217;t take one of your web buddies but a couple of minutes to set one up for you and you can find a <a href="http://www.godaddy.com/" target="_blank">domain and hosting together </a> for $10-30 dollars a year some where, depending on your needs.  The site you are looking at now was a template that I downloaded for free out of their huge library of WP temps.  I highly recommend using WP for anyone interested in starting a blog.  If you would like some info or help about setting one up feel free to contact me. RichardAndrewLee (at) yahoo (dot) com I&#8217;m around&#8230; and I&#8217;ll give a little bit of my time for you : )</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

