<?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>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>Designing For Emotion</title>
		<link>http://www.tdesignonline.com/designing-for-emotion</link>
		<comments>http://www.tdesignonline.com/designing-for-emotion#comments</comments>
		<pubDate>Mon, 19 Dec 2011 23:34:49 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1497</guid>
		<description><![CDATA[<div>
<p><img class="alignleft" title="wordpress-logo-shine" src="http://www.tdesignonline.com/wp-content/uploads/2011/12/book_dec.jpg" alt="" width="229" height="229" />There is a lot more to learn from this book then what I've stated. What I've said is just what impacted me the most.  There are many other points well supported that cover things such as aesthetics, creating surprise and anticipation, Interaction patterns much more.</p>
</div>
]]></description>
			<content:encoded><![CDATA[<p>Designing For Emotion &#8211; By Aarron Walter

<p>I recently read a book by one of the professors that taught at the Art Institute of Atlanta where I attended and graduated.  Unfortunately I had never had the luxury of being in one of his classes but had heard outstanding things about him concerning web design.</p>

<p>In Designing For Emotion Aarron encourages us to design for people and to go even as far as to design our website as if it were a person.  Giving your website an appropriate and realistic persona can increase the enjoyment of people in their web experience.  It&#8217;s emphasized through the book that people should not feel that they are using or interacting with a computer but rather a person.  He sites several examples such as Mail Chimp, Wufoo, and many others that have implemented designs and techniques that promote positive emotional responses. These sites are not unique in their products but rather their experience and have created a solid and growing user base because of them getting &#8220;real&#8221; with their web product.</p>

<p>There is a lot more to learn from this book then what I&#8217;ve stated. What I&#8217;ve said is just what impacted me the most.  There are many other points well supported that cover things such as aesthetics, creating surprise and anticipation, Interaction patterns much more.</p>

<p>I&#8217;m not going to give a star rating on this book. But, I would definitely say it is a must read for anyone who is interested in creating experiences that are going to make an impact and wants to create a more thoughtful and enjoyable designs or web product or anything for that matter..</p>



]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/designing-for-emotion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be Awesome</title>
		<link>http://www.tdesignonline.com/be-awesome</link>
		<comments>http://www.tdesignonline.com/be-awesome#comments</comments>
		<pubDate>Wed, 05 Oct 2011 00:51:41 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=1482</guid>
		<description><![CDATA[There are a lot of things you can pour yourself into that amount to absolutely nothing. But you can&#8217;t go wrong pouring yourself into relationships. Even what people remember about you are based on their relationship with you. You can be awesome just by being yourself and investing in yourself and also in the people [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of things you can pour yourself into that amount to absolutely nothing.  But you can&#8217;t go wrong pouring yourself into relationships.  Even what people remember about you are based on their relationship with you.  You can be awesome just by being yourself and investing in yourself and also in the people you come in to contact or interact with.  Live from the inside you don&#8217;t have to try but you do have to choose whether you want to live superficially for show or for real and <em>be</em> awesome, and all that comes with.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/be-awesome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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 [...]]]></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 ( ; )&#8230; [...]]]></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 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>Temptation Barges in&#8230;</title>
		<link>http://www.tdesignonline.com/temptation-barges-in</link>
		<comments>http://www.tdesignonline.com/temptation-barges-in#comments</comments>
		<pubDate>Sun, 11 Jan 2009 05:40:35 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=875</guid>
		<description><![CDATA[When ever you are making new ground in your walk with God do not be surprised if temptation is right there yelling in your face&#8230; and it will. It is important as a follower of Christ to be aware and always alert because temptation will try to seize you at the most unexpected times it [...]]]></description>
			<content:encoded><![CDATA[<p>When ever you are making new ground in your walk with God do not be surprised if temptation is right there yelling in your face&#8230; and it will.  It is important as a follower of Christ to be aware and always alert because temptation will try to seize you at the most unexpected times it seems no matter what the temptation may be lying, cussing, sexual stuff, negative thoughts&#8230; anything&#8230;</p>

<div class="pull">For we are God&#8217;s workmanship, created in Christ Jesus to do good works, which God prepared in advance for us to do</div><p>
But just as it is important to be ready for negative things and prepared to encounter them.  It is also extremely important to be proactive and even more ready to the the things the Lord has called you.  This is why this temptation has fallen upon you in the first place to distract you from what you were made to do&#8230; Have a relationship with your Creator, your God.
</p>

<p>Ephesians 2: 1-10<br  />
 <em>As for you, you were dead in your transgressions and sins, in which you used to live when you followed the ways of this world and of the ruler of the kingdom of the air, the spirit who is now at work in those who are disobedient. All of us also lived among them at one time, gratifying the cravings of our sinful nature and following its desires and thoughts. Like the rest, we were by nature objects of wrath. <br /><br />But because of his great love for us, God, who is rich in mercy, made us alive with Christ even when we were dead in transgressions—it is by grace you have been saved. And God raised us up with Christ and seated us with him in the heavenly realms in Christ Jesus, in order that in the coming ages he might show the incomparable riches of his grace, expressed in his kindness to us in Christ Jesus.<br /><br /> For it is by grace you have been saved, through faith—and this not from yourselves, it is the gift of God— not by works, so that no one can boast. For we are God&#8217;s workmanship, created in Christ Jesus to do good works, which God prepared in advance for us to do.</em>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/temptation-barges-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is gonna be easy&#8230;</title>
		<link>http://www.tdesignonline.com/this-is-gonna-be-easy</link>
		<comments>http://www.tdesignonline.com/this-is-gonna-be-easy#comments</comments>
		<pubDate>Fri, 09 Jan 2009 16:36:01 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=867</guid>
		<description><![CDATA[Some times I will bid on projects calculating the time and bid according to how much time I think it will take me. many times it seems I find a project that will take 2hrs and I will do a good job on it and it ends up creeping to around 4+hrs after rounds and [...]]]></description>
			<content:encoded><![CDATA[<p>Some times I will bid on projects calculating the time and bid according to how much time I think it will take me.  many times it seems I find a project that will take 2hrs and I will do a good job on it and it ends up creeping to around 4+hrs after rounds and rounds of revisions.  These projects tend to compensate for the ones that actually end up being easier than I thought.  I end up dissapointed and frustrated because the project took so long.  Did it take so long or were my expectations unrealistic?</p>

<div class="pull">The sacrifice is not doing what you want to do any more </div><p>I am starting to see I should approach each project the same and really think out the time and worst case scenarios before I make a commitment.  I could end up eating a lot of hours as I have on a recent project.  There is a difference between being competitive and just plain out cheap and quoting a low price in order to get the job.  We will definitely learn our lessons on these types of commitments and the importance of considering what we are going to have to sacrifice.</p>

<p>This makes me think of a verse that has to do with really thinking about the price of be a Christ Follower.</p>

<p>Luke 14:28-30<br />

<em>&#8220;Suppose one of you wants to build a tower. Will he not first sit down and estimate the cost to see if he has enough money to complete it? For if he lays the foundation and is not able to finish it, everyone who sees it will ridicule him, saying, &#8216;This fellow began to build and was not able to finish.&#8217;&#8221;</em></p>

<p>Jesus is sharing that people will have to pay a great price in order to follow him and it&#8217;s not going to be &#8220;fair&#8221; but it will be worth it.  The sacrifice is not doing what you want to do any more, but dying to yourself and really surrendering your will to God.</p>

<p>
A lot of times as a Christ follower we want the heaven and blessing part but are not willing to suffer the persecution nor are we willing to surrender our will to God&#8217;s will.  It is important to consider and think about the price and the reward.  Some may feel discouraged at first but if you think deeper the reward of Jesus is more than worth it.  True followers take the persecution and will surrendering part but it is only by His spirit that we are able to stand firm and reap the benefits.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/this-is-gonna-be-easy/feed</wfw:commentRss>
		<slash:comments>2</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>A Cup Of Caffei</title>
		<link>http://www.tdesignonline.com/caffeine-conviction</link>
		<comments>http://www.tdesignonline.com/caffeine-conviction#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:22:10 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.tdesignonline.com/?p=499</guid>
		<description><![CDATA[I am going to school and trying to work and most importantly making sure I am spending quality time with my family all together they require a lot of energy. I started one night staying up late to finish or accomplish an assignment and to counter my fatigue I used caffeine the next day. In [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to school and trying to work and most importantly making sure I am spending quality time with my family all together they require a lot of energy.  I started one night staying up late to finish or accomplish an assignment and to counter my fatigue I used caffeine the next day.  In the process of this I started drinking energy drinks daily such as a Full Throttle made by coca cola containing large amounts of caffeine and other stimulating substances.</p>

<p>These were pretty intense to consume all at once so I switched to mountain dew and eventually diet mountain dew in order to not consume as many calories drinking several of these a day. (I know to some of you this may not seem like much at all but it is the beginning of something bigger.) I am not consuming crazy amounts of caffeine daily but I am noticing how my body is becoming dependent upon it and just like any other drug that can affect the body it has severe affects.</p>

<p>I don&#8217;t think people realize how serious it is and they take it lightly because it is socially acceptable to consume large amounts of caffeine especially if you are a working person.  I wanted to research addictions and I found this page which was helpful.  I do not feel I am at a point where I have become solely dependent upon caffeine but I see my habits leading me down that road and not towards Christ.</p>

 <p>It&#8217;s clear that I have been becoming dependent on flesh and a substance rather than dependent on God and only he can rescue me from such things so that I might be dependent upon him instead where I will not feel like I have to overwork myself and carry heavy loads.</p>

<p>Galatians 5:24-25 &#8211; And those who are Christ&#8217;s have crucified the flesh with its passions and desires. If we live in the Spirit, let us also walk in the Spirit. </p>

<p><a href="http://www.myaddiction.com/education/articles/caffeine_addiction.html" target="_blank">Caffeine Addiction Site  </a></p>

<p>This is a video fom the site above this guy is very serious and he didn&#8217;t really realize it until he sat down and reflected.</p>

<p>Watch a video on <a href="http://www.youtube.com/watch?v=6QS5StIDr4o" rel="blank">caffeine addiction</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/caffeine-conviction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identity</title>
		<link>http://www.tdesignonline.com/identity</link>
		<comments>http://www.tdesignonline.com/identity#comments</comments>
		<pubDate>Mon, 07 Jul 2008 14:49:23 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=47</guid>
		<description><![CDATA[So I have been learning more about who I am, my Identity. I am learning that I am not the bad things that people may think or say about me nor am I good things that people say or think about me. I may display those qualities from time to time but in no way [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.tdesignonline.com/wp-content/uploads/2008/07/spirit.gif"><img class="alignnone size-medium wp-image-48 aligncenter" title="spirit" src="http://www.tdesignonline.com/wp-content/uploads/2008/07/spirit.gif" alt="" width="300" height="300" /></a></p>

<p>So I have been learning more about who I am, my Identity.  I am learning that I am not the bad things that people may think or say about me nor am I good things that people say or think about me.  I may display those qualities from time to time but in no way does that limit or define me to only those qualities.  I have knew this for a while but I am starting to have a better grasp on it.  For example if someone says &#8220;you are a mean person&#8221;, that is not who you are but you may be tempted to think &#8220;am I a mean person? &#8221; or if enough people say it in your life time you may be tempted to think and eventually agree that &#8220;you are a mean person.&#8221;  Then there is the other side when we hear nice thing from people about our selves.  Wow you are a nice person, or you are really artsy or some compliment upon your abilities.  All of sudden we start trying to do more of what we got the compliment on and slowly we let this compliment define us.</p>

<p>Let say one day you stop being artsy or you don&#8217;t feel like being nice or that ability everyone has been  complimenting you on is absent and you can&#8217;t do what you used to be able to do&#8230; where has your identity gone?  It is no where to be found.  My friend Clarence spoke about this the other day and I agree with him that my identity can&#8217;t be wrapped up in what I can accomplish or what I can not accomplish because at some point I will not have an Identity if these temporary little things are all that is defining me.</p>

<p>So where do I find my Identity?  I go to the one who created me. My Identity is not my feelings and emotions, thoughts and mind, or personality which are a part of my soul .  God already tells me who I am in his word.  He lets me know the truth about me, that when all these <em>things</em> that I thought I <em>was</em> are gone there is a me that is even deeper a me that He knows, a me that was dead but he brought back to life.  My spirit, the core of me who he created originally.  It&#8217;s important to figure out who you really are and not let yourself get defined by the good and bad things in this world, but instead by the one who has already defined you</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/identity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting comfortable in a bad way</title>
		<link>http://www.tdesignonline.com/getting-comfortable-in-a-bad-way</link>
		<comments>http://www.tdesignonline.com/getting-comfortable-in-a-bad-way#comments</comments>
		<pubDate>Mon, 09 Jun 2008 00:43:55 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=45</guid>
		<description><![CDATA[I realized for a while now that I have been very comfortable but in a bad way. I like where I am, not really seeing any problems here or there and like the Pink Floyd song says &#8220;I am comfortably NUMB&#8221;. But this isn&#8217;t good because I want to live a life that is fresh [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img style="margin: 15px;" title="comfortableplant" src="http://www.illgivealittlebit.com/wp-content/uploads/2008/06/comfortableplant-300x270.jpg" alt="comfortably numb" width="300" height="270" /></p>
<p style="text-align: center;"></p>
<p>I realized for a while now that I have been very comfortable but in a bad way.  I like where I am, not really seeing any problems here or there and like the Pink Floyd song says &#8220;I am comfortably NUMB&#8221;.  But this isn&#8217;t good because I want to live a life that is fresh daily&#8230;not stale, stagnant, and moldy.   What caused me to get in  this condition as I searched It was revealed to me that I have been letting my desires rule me in  a sense.  If I feel like it I do it&#8230; and If I don&#8217;t feel like it and I have to do it then I have a very poor attitude.</p>

<p>I started <em>trying </em>to exercise a while ago to address some of the consequences of my condition, comfort.  It did not work because I was modifying my behavior not my belief and perspective&#8230; and that belief is that if something is not horrible then why is there need for improvement.</p>

<p>What really was being attacked was my personal relationship with God, Jesus.  I felt like I was alright and that  there was no need for growth and so I had become stagnant and absent of any zeal or enthusiasm for the relationship and life in general.  I had/have a  desire to increase Our relationship but it was being drowned out by my other desires.</p>

<p>So I have decided to go on a journey, one that I have not been on before one which the sole purpose is to seek God.  Not that he will meet me because of my efforts but I will be denying a majority of my desires because I am serious and it is not something I am entering into lightly at all.  the purpose of going on this journey is to be transformed, changed, a new person, a deeper relationship&#8230; though I know this doesn&#8217;t happen by my efforts&#8230; it is something I desire the utmost.  Now that I have off of school I don&#8217;t have an excuse and I wont let myself take an excuse not to go.</p>

<p>I have been comfortable way to long and to any one who has gotten comfortable in a worldly way, it&#8217;s time to get uncomfortable in order to grow.</p>

<p><em>Endure hardship as discipline; God is treating you as sons. For what son is not disciplined by his father? If you are not disciplined (and everyone undergoes discipline), then you are illegitimate children and not true sons. Moreover, we have all had human fathers who disciplined us and we respected them for it. How much more should we submit to the Father of our spirits and live! Our fathers disciplined us for a little while as they thought best; but God disciplines us for our good, that we may share in his holiness. (hebrew 12: 7-10)
</em></p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/getting-comfortable-in-a-bad-way/feed</wfw:commentRss>
		<slash:comments>0</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>this. this. this. &#8230;is consistent</title>
		<link>http://www.tdesignonline.com/reliable</link>
		<comments>http://www.tdesignonline.com/reliable#comments</comments>
		<pubDate>Tue, 15 Apr 2008 22:56:39 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=34</guid>
		<description><![CDATA[I have been convicted some time now about being reliable. Saying that I would do things and putting them off or even blowing them off either intentionally or unintentionally is irrelevant (do it enough and it will start to seem intentional.) when my actions are not parallel with my words that splits me into two. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been convicted some time now about being reliable. Saying that I would do things and putting them off or even blowing them off either intentionally or unintentionally is irrelevant (do it enough and it will start to seem intentional.)  when my actions are not parallel with my words that splits me into two.  I am saying one thing and doing the other and that makes my word unreliable for others to trust and impacts my relationships very negatively and puts stress on me.  It also makes me a liar.  In <a href="http://www.biblegateway.com/passage/?search=DANIEL%206">Daniel 6</a> the first chunk Daniel has  a ton of responsibility and really stands out compared to the others in virtue and goodness.  The others in authority along with him (his peers) try to find something wrong with him to bring charges against but they can&#8217;t, they were jealous of him.</p>  <p>here is a direct quote about Daniel&#8230; <span style="color:#777;">&#8220;They could find no corruption in him, because he was trustworthy and neither corrupt nor negligent. Finally these men said, &#8220;We will never find any basis for charges against this man Daniel unless it has something to do with the law of his God.&#8221;</span></p>

<p>Obviously I am not like Daniel.. and my peers aren&#8217;t jealous and trying to bring charges against me&#8230; but my point is he was beyond reproach (they couldn&#8217;t find anything to accuse him of),  he was trustworthy (He said he would do something and he did it which helped him develop this rep), He had integrity (he was neither corrupt or negligent) and Most of all he Trusted God!  The man had Integrity and it began with God.  He was promoted and had high ranking and that was because of God too!</p>

<p>When people look at me I&#8217;m confident they are seeing a very distorted version of whom I claim to be and what I claim to believe.  When I take a look at my words, actions, and motives my conscience confirms what or who I am living for, what&#8217;s really in my heart.  Lord fill me with your Spirit, Love, and Truth.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/reliable/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>
		<item>
		<title>Something called passion.</title>
		<link>http://www.tdesignonline.com/something-called-passion</link>
		<comments>http://www.tdesignonline.com/something-called-passion#comments</comments>
		<pubDate>Fri, 11 Apr 2008 00:27:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=24</guid>
		<description><![CDATA[An opportunity came across to our family recently to be a part of an &#8216;energy evangelist team&#8217; (is what I call it.) Basically going around trying to convert people to this new energy company and receiving compensation for each convert and trying to get other converts to become energy evangelists too. I&#8217;m sure you&#8217;ve heard [...]]]></description>
			<content:encoded><![CDATA[<p>An opportunity came across to our family recently to be  a part of an &#8216;energy evangelist team&#8217; (is what I call it.)  Basically going around trying to convert people to this new energy company and receiving compensation for each convert and trying to get other converts to become energy evangelists too.  I&#8217;m sure you&#8217;ve heard of apple evangelist.  Evangelism is something you have to be passionate about  and have a certain zeal, it is a full time commitment and runs over into all of your relationships.  I remember when courtney was in makeup evangelism too for a little while (Mary Kay).  She talked to every female and some males we knew about mary kay, but it didn&#8217;t last long because she wasn&#8217;t really passionate about the products nor the company. passion&#8230;</p>

<p>Many times I find myself sharing about web-design or giving advice on things that I am passionate about or have  mini passions about like mac books or drinking coffee black or some pet peeves ;  I can be pretty zealous when I talk about them too.  I was cut to the core when I realized that I am an evangelist&#8230; for myself&#8230; for the web&#8230; for things thats could be gone tomorrow.   Here I am selling all of these things to people, mini passions  daily, and they are definitely buying it.  So the type of evangelism you do shows where your heart is or isn&#8217;t.  passion&#8230;</p>

<p>Galatians 5:22-26 But the fruit of the Spirit is love, joy, peace, patience, kindness, goodness, faithfulness, gentleness and self-control. Against such things there is no law. Those who belong to Christ Jesus have crucified the sinful nature with its <span style="font-weight:bold;">passions</span> and desires. Since we live by the Spirit, let us keep in step with the Spirit. Let us not become conceited, provoking and envying each other. <span style="font-style: italic;">NEW PASSION&#8230;</span></p>

<p>This hits me between the eyes..!CONVICTION!.  If you could invert this passage I feel like I have been doing that.  I&#8217;m very thankful I have a Father who cares and treasures my relationship with Him and he has made it possible for me to come back.  thanks God, thanks Jesus, Thanks Holy Spirit. <span style="font-style:italic;">NEW PASSION..
</span></p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/something-called-passion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming back&#8230;</title>
		<link>http://www.tdesignonline.com/coming-back</link>
		<comments>http://www.tdesignonline.com/coming-back#comments</comments>
		<pubDate>Mon, 31 Mar 2008 22:08:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=23</guid>
		<description><![CDATA[I haven&#8217;t written in forver wow it really has been a long time.  I have been so busy with school and have started to be consumed by webdesign&#8230; God has reminded me that web-design it what I do not who I am.  He reminded me ultimately I am doing it for Him.  I am starting [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t written in forver wow it really has been a long time.  I have been so busy with school and have started to be consumed by webdesign&#8230; God has reminded me that web-design it what I do not who I am.  He reminded me ultimately I am doing it for Him.  I am starting the blog back up because one my friends from school took a peak at it and that reminded me I wanted to start posting more.  (babbling)  I look forward to writing more posts and will talk more soon.  I think I might make a new blog all custom baby.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/coming-back/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alone with Father</title>
		<link>http://www.tdesignonline.com/alone-with-father</link>
		<comments>http://www.tdesignonline.com/alone-with-father#comments</comments>
		<pubDate>Wed, 12 Sep 2007 15:05:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=22</guid>
		<description><![CDATA[I was listening to Ravi in the car (with my new Granny smith green ipod nano courtesy of my father in-law.) Driving my friend John home. On the way back Ravi spoke of how people don&#8217;t know how to be alone any more, alone with God, having time to think and really listen. When ever you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp2.blogger.com/_7CGdooZzhF0/RugD0BcobrI/AAAAAAAAABM/LVl0WQOfQCc/s1600-h/secblog.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5109337969528434354" style="cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_7CGdooZzhF0/RugD0BcobrI/AAAAAAAAABM/LVl0WQOfQCc/s400/secblog.jpg" border="0" alt="" /></a></p>


<p>I was listening to Ravi in the car (with my new Granny smith green ipod nano courtesy of my father in-law.) Driving my friend John home. On the way back Ravi spoke of how people don&#8217;t know how to be alone any more, alone with God, having time to think and really listen. When ever you are doing something if you have to have a radio on or the tv on just for background noise you may be one who doesn&#8217;t know how to be alone any more. When he said this it really stuck with me because I have been trying to come before the Lord in a secluded area just to seek Him and I really am thinking I have forgotten how to be alone without some type of electronic or entertainment.  We are talking just God, me, and the floor.  I was reading in Luke today and I came upon this after Jesus was around a  crowd and healing etc&#8230; <span style="color: #999;">&#8220;However, he made a practice of withdrawing to remote places in order to pray.&#8221;</span> (Luke 5:16 JNTP)</p>

<p>In other words &#8216;Jesus was consistent in taking himself out of interaction with people and the man made things of the world, and bringing himself in to a place where nobody else was or was likely to come, so that he could talk to The Father.&#8217;(RAL)  Wow I really do need to withdraw!  Sometimes I go into my closet but that isn&#8217;t enough, I hear my e-mail calling to me.  &#8220;Check me!&#8217;  My Cell phone Rings &#8220;Important Call!&#8221;  My Electronics battle for my attention.  No they don&#8217;t I am just setting my self up for easy distraction, I am almost asking for distraction.  Please!!! entertain my mind I can&#8217;t sit still and quiet for even a moment without some type of entertainment or stimulation! If this is A.D.D. I think we all have it.  Sounds like a self discipline issue that the world has contributed to that can not be resolved by a pill.</p>

<p>I really want to seek the Lord and today I am going to find a secluded place in the wilderness until I am self disciplined enough for my closet. You may say I don&#8217;t have any secluded place near me!  Oh really, how hard are you looking or is it that you have to put effort into finding a secluded place outside of man made things.  C&#8217;mon You and I both know one is coming to mind plus If you aren&#8217;t as easily distracted as I am maybe you can just lock your self in your closet.  either way Meet God there.  Go! Leave your phone in your car! Be still and listen to HIM</p>

<p>The Lord says &#8220;Desist, and learn that I am God, Supreme over the nations, Supreme over the earth.&#8221; (Psalm  46:10 JNTP) In webster <strong>Desist</strong> is to cease to proceed or act, and synonym for desist is to &#8220;stop&#8221; Stop what? stop your day, stop your busyness, stop your self and think about God and His Truth and Speak to Him.</p>


]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/alone-with-father/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Neglected Consideration</title>
		<link>http://www.tdesignonline.com/a-neglected-consideration</link>
		<comments>http://www.tdesignonline.com/a-neglected-consideration#comments</comments>
		<pubDate>Mon, 27 Aug 2007 05:25:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=21</guid>
		<description><![CDATA[I went over to my father in-laws house tonight, he really is an interesting man. There is some crazy stuff going on with that side of the family right now and my wife is really handling it well, I admire her faith and trust. Having another child on the way I know we need to start [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp1.blogger.com/_7CGdooZzhF0/RtJm5EO1EKI/AAAAAAAAAAM/M4cizvZtVgo/s1600-h/repent.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5103254458338709666" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_7CGdooZzhF0/RtJm5EO1EKI/AAAAAAAAAAM/M4cizvZtVgo/s400/repent.jpg" border="0" alt="" /></a>
</p>

<p>I went over to my father in-laws house tonight, he really is an interesting man. There is some crazy stuff going on with that side of the family right now and my wife is really handling it well, I admire her faith and trust. Having another child on the way I know we need to start saving up for our own place, It&#8217;s tough though finding the right job and all, especially when you are trying to step out on faith, a lot more trusting than the &#8220;I can do it!&#8221; attitude. After talking with my wife for quite some time I was laying in bed thinking of  purpose and such, what it is to really do what I am created to do.</p>

<p>Laying there thinking what to do with this life, I am thinking about what Jesus was telling to his disciples, those he was leading in the way of life.  How they all lost faith in the end before his death, he knew it, and he loved them still. <a href="http://www.biblegateway.com/passage/?search=Matthew%2026%3A%2031-35;&amp;version=31;" target="_blank">(Falling away) </a>  He was very clear in his instructions to the disciples what they were to do.  I find myself asking am I doing what He has asked of me, Am I living out of compassion for others, but most importantly am I putting God first in everything, mind, heart, soul. <a href="http://www.biblegateway.com/passage/?search=matt%2022%3A%2036-40;&amp;version=31;">(2 things)</a></p>   <p>Honestly how can all this technology, preoccupations, and nonsense really be coming between me and my Creator. Do I really know Him? am I really seeking Him with all my being? Do I really want to have a personal relationship with my God?  If I am honest, my actions say &#8220;no&#8221; my heart say yes.  Why this division? this battle,I see this division, a choice?,  <strong>Will  you take time to consider this for yourself? </strong>  Ignorantly we stumble along crossroads, a professing christian with a choice still, Christ chose me a long time ago might I inform you. But again I am still having the option to allow the holy spirit to move or to ignore and turn away.  <a href="http://www.biblegateway.com/passage/?search=Romans%207%3A14-25;&amp;version=31;" target="_blank">(Still a struggle) </a></p>

<p>Sometimes when I turn away I&#8217;m not sure I do it with truly considering what I am doing, these are extremely serious instances, the Garden?  It is clear to me that I want to choose God but what are my actions saying? Am I divided? Am I truly thinking about the choices I am making or am I just mal-functioning, existing, lazy short-cuts, making choices by whatever I <span style="font-style:italic;">fee</span>l at the moment or what I <span style="font-style:italic;">feel</span> will benefit?</p> 
<p>My Creator, My God, My Father is waiting&#8230;Arms wide open&#8230;waiting for me to turn to Him. Embrace Him.  Let go of these frustrations, feeble plans, and things and just run into His arms&#8230;that is comforting and encouraging. <a href="http://www.biblegateway.com/passage/?search=luk%2015%3A%2011-32;&amp;version=31;" target="_blank">(Prodigal Son) </a>  It is because of the blood of Jesus, because God&#8217;s Son paid a debt I could not pay, so I am Free and I have a restored relationship with my God, my Creator, my Father.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/a-neglected-consideration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>True Success comes from the Lord!</title>
		<link>http://www.tdesignonline.com/true-success-comes-from-the-lord</link>
		<comments>http://www.tdesignonline.com/true-success-comes-from-the-lord#comments</comments>
		<pubDate>Wed, 22 Aug 2007 01:24:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=20</guid>
		<description><![CDATA[Put God in charge of your work, then what you&#8217;ve planned will take place. (Proverbs 16:3) MSG Do you ever try hard at something and work your little tail off to find out there was an easier way, better, and or more efficient way or end result.  Many times I struggle with submitting to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp2.blogger.com/_7CGdooZzhF0/RtJqyUO1ENI/AAAAAAAAAAk/aE5zN9dMYfA/s1600-h/grapes1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5103258740421103826" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_7CGdooZzhF0/RtJqyUO1ENI/AAAAAAAAAAk/aE5zN9dMYfA/s400/grapes1.jpg" border="0" alt="" /></a></p>


<p><span style="color: #777;">Put God in charge of your work,
then what you&#8217;ve planned will take place.</span> (Proverbs 16:3) MSG</p>

<p>Do you ever try hard at something and work your little tail off to find out there was an easier way, better, and or more efficient way or end result.  Many times I struggle with submitting to the Lord my plans.  I start off thinking about what I am going to do, sometimes formulate a plan in my head then give it my best shot, some times I skip the planning part and go straight for the give it my best shot.  It never fails I learn a lot while giving it my best shot but many time I feel I the strive to accomplish something that I thought was necessary, cool, or important.  It wasn&#8217;t necessarily top priority to God, do you ever get consumed with a task even if it is something simple.</p>  

<p>Next thing you know your on to the next thing, then on to the next thing; without even thinking of God or really acknowledging your Creator and asking him what the best way or thing that should be done is. Like right now&#8230; I must be real in this moment&#8230;I am thanking God that he has revealed to me this truth that he wants me to succeed, but his plan has the right, best, and most fulfilling outcome.  I am aware of his presence even as I write and it is so much better when I remember he is here even now, I can actually feel Him and sense Him near me.  Not in the way you sense someone is near the is walking by, a more intimate near, an in my heart type of near, which overflows and I feel it in my mind and in my body, and sense it in my surroundings.</p>

<p>I am so thankful that my creator is so personal, he knows me by name, he has made plans to give me a hope and a future, plans to prosper me.  He has prepared good things for me to do today and forever.  He IS taking care of me and He IS near to me&#8230; and I hope that you are experiencing his nearness too right now ( :</p>

 

<p>Lord thank you so much that you have given me the gift of your self, as a Father, as your son Jesus, and as the Holy spirit.  I know I make my own plans but I really want to stop because your plans are so awesome because your love for me is immeasurable.  Thank you so much what a blessings It is to have you as my Father, my Friend, and my Counselor.  I love you, your son, richard.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/true-success-comes-from-the-lord/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Praying&#8230;</title>
		<link>http://www.tdesignonline.com/praying</link>
		<comments>http://www.tdesignonline.com/praying#comments</comments>
		<pubDate>Mon, 19 Mar 2007 23:15:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=19</guid>
		<description><![CDATA[Today I check out matthew 6:5-13. I&#8217;ve been feeling really down and out. things seem to be falling apart, and it is not that what has been bothering me as much. This is what is bothering me too much, but rather the feeling of disconnect with God, notice I say feeling, Jesus says &#8220;Surely I [...]]]></description>
			<content:encoded><![CDATA[<p>Today I check out matthew 6:5-13.  I&#8217;ve been feeling really down and out.  things seem to be falling apart, and it is not that what has been bothering me as much.  This is what is bothering me too much, but rather the feeling of disconnect with God,  notice I say feeling, Jesus says &#8220;Surely I am with you even until the very end.&#8221;</p>
<p>Have you ever neglected a relationship and it caused a wierd tension, which resulted in a feeling that gives the hint something was wrong and it is painful.</p>

<p>Well, I have been neglecting my relationship with the Lord,  &#8220;Doing my own thing&#8221; as many call it.  I have fallen victim to busyness and when that left me empty I quickly ran to selfishness and neither of these satisfy.  I am now at a place of honesty and much more sensitive because the Lord has showed me my pride and revealed to me that I am in need of being humbled.  I do desire to be humble and completely humble.  I feel like I have wasted so much time but all things work to the good of those who love Him.  The Lord has used that time I feel like I wasted to teach me of His patience, His kindness and His Grace and Mercy and that I am not as &#8220;mighty&#8221; as I thought I was.  I am reminded that I am always in need of His precious salvation.  I must pause for a moment of gratitude.</p>

<p>He is my Father and I am His Son because he has forgiven me through His Only Begotten Son, Jesus.  He restores our relationship so that I can live the Blessed life that he intended me to live, a life that will not end but will last forever.  His Glory does not fade.  He will never leave me and I never have to leave his presence.</p>

<p>5&#8243;And when you pray, do not be like the hypocrites, for they love to pray standing in the synagogues and on the street corners to be seen by men. I tell you the truth, they have received their reward in full. 6But when you pray, go into your room, close the door and pray to your Father, who is unseen. Then your Father, who sees what is done in secret, will reward you. 7And when you pray, do not keep on babbling like pagans, for they think they will be heard because of their many words. 8Do not be like them, for your Father knows what you need before you ask him.</p>

<p>9&#8243;This, then, is how you should pray:
&#8221; &#8216;Our Father in heaven,
hallowed be your name,
10your kingdom come,
your will be done
on earth as it is in heaven.
11Give us today our daily bread.
12Forgive us our debts,
as we also have forgiven our debtors.
13And lead us not into temptation,
but deliver us from the evil one.[a]&#8216; 14For if you forgive men when they sin against you, your heavenly Father will also forgive you. 15But if you do not forgive men their sins, your Father will not forgive your sins.</p>

<p>Break Down Verse by Verse</p>
<p>&#8220;And when you pray, do not be like the hypocrites, for they love to pray standing in the synagogues and on the street corners to be seen by men. I tell you the truth, they have received their reward in full. &#8220;</p>
<p>When I read this the Holy Spirit shows me that a hypocrite does receive what he wants and that is acknowledgement, to be seen, that is the reward he asks for and he receives it and only it.  His Utmost Priority is not to speak with God but to be seen as if speaking to God, It comes down to an image thing which the Lord has interestingly enough been teaching me about lately as well.  It is one thing to appear to be and another to be.  Many times but not all times, when one tries to make an appearance it is because he is not and he wants to prove in some way that he is.  It is the condition of his heart that determines this, his desire, his motive, purpose, and reason.  Truth or Vanity.  This Hypocrite may have had much pride and was concerned with status.</p>

<p>6But when you pray, go into your room, close the door and pray to your Father, who is unseen. Then your Father, who sees what is done in secret, will reward you.</p>
<p>It is the man who does it in secret because his heart has been transformed, His heart is seeking the Lord and desires to have a relationship with the Lord.  This is the man that Jesus says the father rewards.  He does what he does for God not for man: does it for The Creator not the creation.  His Father not the crowd.  It is done in secret not out of embarassment but out of intimacy and importance.  Seek the Spritual unseen Father not the things of this world but Him who has plans for you and wants to use you to do great things.  When we seek Him whole heartedly and get alone with Him on purpose than He will reward me&#8230;you.</p>

<p>7And when you pray, do not keep on babbling like pagans, for they think they will be heard because of their many words. 8Do not be like them, for your Father knows what you need before you ask him.</p>

<p>The Lord knows you better than you know yourself, He knows what you are going through.  You do not need lengthy lofty speeches to express to God.  Simply speak in your Father.  He is listening, He wants to comfort you but I needn&#8217;t use a multitude of words.  There isn&#8217;t need to explain to God he knows, He Knows.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/praying/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guard the Lords teaching like the Pupil of your eye&#8230;</title>
		<link>http://www.tdesignonline.com/guard-the-lords-teaching-like-the-pupil-of-your-eye</link>
		<comments>http://www.tdesignonline.com/guard-the-lords-teaching-like-the-pupil-of-your-eye#comments</comments>
		<pubDate>Tue, 28 Nov 2006 18:24:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=18</guid>
		<description><![CDATA[The pupil is the variable-sized, black circular opening in the center of the iris that regulates the amount of light that enters the eye. It appears black because most of the light entering the pupil is absorbed by the tissues inside the eye. Proverbs 7:1-5 My son, keep my words, store up my commands with [...]]]></description>
			<content:encoded><![CDATA[

<p><img src="http://www.siste.com.ar/images/Television/pupil.jpg" alt="" width="287" height="215" /></p>

<p>The pupil is the variable-sized, black circular opening in the center of the iris that regulates the amount of light that enters the eye.  It appears black because most of the light entering the pupil is absorbed by the tissues inside the eye.</p>

<p><span style="color:#33ccff;">Proverbs 7:1-5
My son, keep my words,
store up my commands with you.
Obey my commands, and live;
guard my teaching like the pupil of your eye.
Bind them on your fingers;
write them on the tablet of your heart.
Say to wisdom, &#8220;You are my sister&#8221;;
call understanding you kinswoman;
so that they can keep you from unknown women,
from loose women with their seductive talk</span></p>

<p>When I thought about how I protect my eye, I thought about throwing my arms up, covering my eyes with my hands, blinking. I thought that it is a natural action to want to protect my pupil, that which monitors the amount of light that gets into my eye ball. If I didn&#8217;t not protect it as I have, I might be blind right now or have a distorted vision. We are told to protect God&#8217;s teaching in a similar way, when someone or something tries to poke our eye out, which we see reality with, we block it, similary when some one tries to contradict the Lords teaching or stand firm against it we must shield the blow, the hit, the attack. Though if you allow the hit, and let your guard down you will surely be taken over by a lie and blinded, but it is the Lord who gives sight and restores sight, and we should ask him to reveal to us if we are blinded by lies or if we are in need of healing, because we have strayed from His teaching, from Him who gives us site. And if we are seeing clearly he gives discernment, and would allow us to be alert if He is willing.</p>

<p>The Lord&#8217;s teaching is how we see reality, reality how Gods sees it and if we are to let lies/false teachings come into our vision, our view of reality will be distorted, or gone.  We will be then relying on lies to get around because we aren&#8217;t seeing things as they Truly are.</p>

<p>Lord please reveal to me if anything has distorted or blinded me, and if it has I know you are the Almighty and if you are willing, will you please heal me that I may guard your teaching, and obey it.  Amen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/guard-the-lords-teaching-like-the-pupil-of-your-eye/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>His Command&#8230;</title>
		<link>http://www.tdesignonline.com/his-command</link>
		<comments>http://www.tdesignonline.com/his-command#comments</comments>
		<pubDate>Wed, 15 Nov 2006 21:29:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=17</guid>
		<description><![CDATA[Proverbs 1:8-9 My son, heed the discipline of your father, and do not abandon the teaching of your mother; they will be a garland to grace your head, a medal of honor for your neck Proverbs 6:20-23 &#8220;My son, obey your father&#8217;s command, and don&#8217;t abandon your mother&#8217;s teaching Bind them always on your heart, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#00cccc;">Proverbs 1:8-9</span>
<span style="color:#00cccc;">My son, heed the discipline of your father,</span>
<span style="color:#00cccc;">and do not abandon the teaching of your mother;</span>
<span style="color:#00cccc;">they will be a garland to grace your head,</span>
<span style="color:#00cccc;">a medal of honor for your neck</span></p>

<p><span style="color:#00cccc;">Proverbs 6:20-23</span>
<span style="color:#00cccc;">&#8220;My son, obey your father&#8217;s command,</span>
<span style="color:#00cccc;">and don&#8217;t abandon your mother&#8217;s teaching</span>
<span style="color:#00cccc;">Bind them always on your heart,</span>
<span style="color:#00cccc;">tie them around your neck.</span>
<span style="color:#00cccc;">When you walk, they will lead you;</span>
<span style="color:#00cccc;">when you lie down, they will watch over you;</span>
<span style="color:#00cccc;">and when you wake up, they will talk with you.</span>
<span style="color:#00cccc;">For the <em>mitzvah</em> is a lamp, <em>Torah</em> is light,</span>
<span style="color:#00cccc;">and reproofs that discipline are the way to life</span></p>

<p><span style="color:#00cccc;">Psalm 119:143-144</span>
<span style="color:#00cccc;">Trouble and distress have overtaken me,</span>
<span style="color:#00cccc;">but your <em>mitzvot</em> are my delight.</span>
<span style="color:#00cccc;">Your instruction is righteous forever;</span>
<span style="color:#00cccc;">give me understanding, and I will live</span></p>

<p><span style="color:#00cccc;">(<em>Mitzvah </em>is the jewish word for command, <em>Mitzvot</em> is it&#8217;s plural version)</span>
<span style="color:#00cccc;">(<em>Torah</em> literally means teaching but is usually translated as Law)</span></p>

<p>I have been in great distress lately having many due dates with my school as well as trying to be a blessing as a husband and a father, while trying to keep up with middle school ministry and other roles things I do. Through the Lord I felt successful for a while but recently I have not been submitting as much and I have seen that this is when I sin, Satin may attack me and I let it slide, something will irritate me and I will handle it my own way instead of submitting to the Lord Jesus in every instance of the day. </p>

<p>I grow sometimes numb and miserable not knowing why, then I realize I have been in robot mode doing my own worldly thing and the Lord reveals to me, He blesses me with repentance away from sin, he rebukes me but encourages me in His Command, His Law, His Way Of righteousness that He has plotted out for me. I have been troubled not so much feeling alone but growing tired of the burden of this life, sometimes I try to take back the burden I once surrendered and I drain my self trying to take on the world solo. I know that I can do nothing and the Lord as been patient with me, I realize that it is only in him that I can do anything, but at the same time this isn&#8217;t enough. It is a good start but I must apply this and truly rely on him not just know the truth but walk in the truth, apply the truth, become the truth by letting it be lived out through me and submitting to the Father.</p>

<p>Jesus tells us not to call anyone father but the FATHER in HEAVEN, and though the first two proverbs can be taken literally and will benefit when taken literally as applying to your worldly parents, but we also know God&#8217;s Word speaks to us on several levels. I am looking at the spiritual meaning to these first two verses, He is our &#8220;spiritual father&#8221; the Church our &#8220;mother.&#8221; We are to obey the Father, God&#8217;sCommand as well as His son Jesus because Jesus and the Father are One and also One with the Holy Spirit. </p>

<p>But we are also not to forget the things that we have learned in the world from the Lord, we are to use them while first most keeping His commands <em>&#8220;My son, obey your father&#8217;s command,
and don&#8217;t abandon your mother&#8217;s teaching&#8221;</em> So Apply our Father, God&#8217;s Word and what he Commands us in our personal relationship with him, but at the same time we don&#8217;t abandon what we have learned from the Bride of Christ, our mother, The Church, Christ&#8217;s body for if we are Christ&#8217;s Bride then we are one with Him and He with us. By applying this word we will benefit greatly and will know th e Lords Guidance, Protection, and Company. He will lead you in a way that is truly living, many think they are living but are not, for Christ is life, and unless you know Christ and His Commands, speak of Christ and His Commands, act of Christ and His Commands you have not been truly living.</p>

<p>Lord please allow me to do your will and not my own, I desire a heart that will be submissive to You and not to the flesh, Lord I ask you to remind me each day that You are my Heavenly Father, and that I would hear you and not forget. I ask Lord that you would use the things That I have learned and am learning in the world for Your Glory. You are The One, the one who my heart desires to please, I delight in the Law of Your Word, I delight in the Son who was perfect from birth, I delight in the day He&#8217;s returning to earth. Hallelujah. Amen.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/his-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Husbands&#8230;</title>
		<link>http://www.tdesignonline.com/husbands</link>
		<comments>http://www.tdesignonline.com/husbands#comments</comments>
		<pubDate>Fri, 03 Nov 2006 15:40:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=16</guid>
		<description><![CDATA[1 peter 3:7 &#8220;Husbands, in the same way be considerate as you live with your wives, and treat them with respect as the weaker partner and as heirs with you of the gracious gift of life, so that nothing will hinder your prayers.&#8221; This seems to be a weakness of mine, being considerate, and treating [...]]]></description>
			<content:encoded><![CDATA[<p>1 peter 3:7</p>

<p><em>&#8220;<span style="color:#00cccc;">Husbands, in the same way be considerate as you live with your wives, and treat them with respect as the weaker partner and as heirs with you of the gracious gift of life, so that nothing will hinder your prayers.&#8221;</span></em>
<em></em></p>
<p>This seems to be a weakness of mine, being considerate, and treating my wife w/ respect as the weaker partner. I tend to treat my wife conditionaly upon how she behaves and acts, instead of submitting to the Lord and letting Him pour His unconditioinal love through me. She is an equal heir with me of the Gift of Gods Grace and of Life, and Him allowing us to enter into His Kingdom and Glory, a sister/ sibling, a companion, she is loved the same by the Lord, Receives the Same Grace, Is not favored above or below me in the Lords eyes, but the<span style="color:#00cccc;"> Lord Loves us both unmeasurably, and unmeasurably the same.</span> </p>
<p>We are called to love our neighbor as ourselves, and this encompasses submitting burdens/weaknesses of each other, the weaker partner we should submit to the Lord when we discover weakness and He is Strong in them. For it is the Lord who heals and enstrengthens not man. How can a broken pot fix itself or a House make itself more sturdy? (It is the builder, the Lord who heals and strengthens as he chooses)</p>

<p>It is not my witty mind or my righteous and high thought (that I am tempted to think I&#8217;ve achieved somtimes), that the Lord&#8217;s love is some how &#8220;achieved.&#8221; It is not by my &#8220;better&#8221; way which I can be tempted to think is the only way, the right way, and the good way all the time. If I allow my self to believe this I am deceived. For Jesus is The Way and in Him is the answer, cause, and reason for what is to be thought, said, and lived out.</p>

<p>I should hold my wife in the esteem that <span style="color:#00cccc;">She is a child of The Most High</span> and is unconditionally and imeasurably precious to Him, (just as I am) By treating her unfairly and lowly my actions display that I do not know this truth and therefore praying in deception my prayers are hindered, If I really knew the Truth and really believed in the Truth that she is my sister, my sibling, my equal heir (receiving the exact same inhertiance from God, unmeasurable) then my actions would be likewise and my prayers in Truth will be upright. I long for my mind to be renewed by the Truh Jesus, Please give me eyes that see my Wife as an equal heir and may my actions display that to her and may her heart receive the Truth of the Truth acting through me. Amen.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/husbands/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live in the Truth 2 John 1.</title>
		<link>http://www.tdesignonline.com/live-in-the-truth-2-john-1</link>
		<comments>http://www.tdesignonline.com/live-in-the-truth-2-john-1#comments</comments>
		<pubDate>Wed, 18 Oct 2006 17:23:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=15</guid>
		<description><![CDATA[Love is doing what God has commanded us and, God has commanded us to Love, remaining obedient to God is Love. Keeping Jesus&#8217; commands &#8220;Love the Lord your God with all your heart, mind, soul&#8230;&#38; Love your neighbor as yourself.&#8221; So now that we are committed to God we are to be steadfast in that [...]]]></description>
			<content:encoded><![CDATA[<p>Love is doing what God has commanded us and, God has commanded us to Love, remaining obedient to God is Love. Keeping Jesus&#8217; commands &#8220;Love the Lord your God with all your heart, mind, soul&#8230;&amp; Love your neighbor as yourself.&#8221; So now that we are committed to God we are to be steadfast in that commitment not wavering but being obedient to His will and The Spirit, submitting to Him. I have been wavering a bit, doing still that which entertains my mind and remembering how empty that is, not finding any reward in it because it be for myself purely, but myLord is my true reward and my concern should be with Him and His called ones, not with my own matters that I think are important. The Lord will take care of me.</p>

<p>There are many in the world that do not believe that Jesus Christ came to earth in a body, let alone even has come at all. A person that does not believe in the Truth is the antichrist, meaning not for Christ, but against. We should be aware of this and watchout so that we are not swayed by lies and that we hold to the Truth that has been given to us and not expand or take away from it. If we are to stray from the teaching of Christ we can not, and will not have fellowship with the Father and the Son. </p>

<p>But if we stick strictly to the Teaching of Christ alone, we will have fellowship with both the Father and the Son. There is only one Teacher. If someone is antichrist and teaches contradicting the truth they should not be encouraged nor welcomed, by encouraging or welcoming them you are supporting evil and are a partner in the evil work. I think back looking for times when I supported in someway those who were not of Christ&#8217;s purpose, through promoting drugs, or sexual acts and things, and various other sinful acts and teachings, all which are hollow in the end and lead to death ultimately.</p>

<p>It is important to acknowledge false teachers for what they are, for if you let them remain, you might also be taken by their false teachings and deception. It is important to address this imediately with God, your conscience, others, and even possibly the false teacher. The truth will prevail, but the evil has been deceiving men for a long time by seeming to be good, or seeming to be true. There is that which is True and that which seemse to be true to the blind man, but to those who the Lord has given sight see plainly the pathway to destruction vs. The Way. May those who see, see, and those who are blind be led to His mercy so that they might be granted repentance and forgiveness by Him who is the Giver of all Good Things.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/live-in-the-truth-2-john-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All&#8230;</title>
		<link>http://www.tdesignonline.com/all</link>
		<comments>http://www.tdesignonline.com/all#comments</comments>
		<pubDate>Wed, 11 Oct 2006 13:49:00 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.illgivealittlebit.com/?p=14</guid>
		<description><![CDATA[1 Peter 3:8-12 As i read this, i think about how i have treated my co-workers at the church&#8230; As co-workers not as brothers and sisters. Then i realized that the first place i thought about was work, maybe because brothers and sisters was plural and i my mind went immediately to larger group. But [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.biblegateway.com/passage/?search=1%20peter%203:8-12&amp;version=31">1 Peter 3:8-12</a></p>

<p>As i read this, i think about how i have treated my co-workers at the church&#8230; As co-workers not as brothers and sisters. Then i realized that the first place i thought about was work, maybe because brothers and sisters was plural and i my mind went immediately to larger group. But I realized my world i compartmentalized, not to mention i don&#8217;t treat my brothers and sisters around me as brothers and sisters.<span style="color:#00cccc;">&#8220;Love each other as brothers and sisters&#8221;</span></p>

<p>Above this the verse speaks of being one minded with other Christians &#8220;<span style="color:#33ccff;">All Christians</span>&#8221; and sympathizing with them. I look up sympathize in the dictionary and find according to Webster it means 1.to be in keeping, accord, or harmony. 2.to react or respond in sympathy 3.to share in suffering or grief with a friend in trouble.</p>

<p>Then Peter talks about not retaliating or insulting because you are insulted, and he says not to do that, but rather pay people back with blessings, God has called us to do that, I realize that My world has been upside down I have been treating my wife unfairly, and those I am around as co-workers(instead of LOVING as brothers and sisters) I have been unsympathetic (instead of sympathizing) as far as like mindedness i&#8217;m not sure but i am sure i haven&#8217;t been like minded very much when i should be.</p>

<p><span style="color:#33ccff;">The Scriptures say&#8230;
If you want to enjoy life
and see many happy days,
keep your tongue from speaking evil
and your lips from telling lies.
Turn away from evil and do good
Search for peace, and work to maintain it.
The eyes of the Lord watch over those
who do right,
and his ears are open to their prayers.
But the lord turns his face against those who do evil.
</span></p>
<p>as i read this i think and remember that i am incapable of doing that which is right on my own, I can&#8217;t, my &#8220;<span style="color:#33ccff;">good deeds are like filthy rags</span>&#8221; (trying to wipe my sin off to make me look better.) I have been relying upon my own righteousness instead of the Father God and Lord Jesus&#8217;. He has cleansed me and given me a new heart and the Holy Spirit to live in me, all this it seems i know but i stray so easily and get distracted by the wind and storm, all the things and busy-ness that is going on around me my busy-ness and not the Lords will and work. I know that the Lord will complete the good work he started in me, I believe this. I ask Him for the strength to repent from how i was living because i can not repent and turn away from the past unless the Lord strengthens me to do so. I am willing to be willing. Lord if You are willing allow me to turn from this to Your Truth.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tdesignonline.com/all/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

