<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://clint.davis.to">
<channel>
 <title>Clint Davis</title>
 <link>http://clint.davis.to</link>
 <description>If you deal with situations in an ordinary way then you will live an ordinary life; If you deal with situations in an extraordinary way then you will live an extraordinary life.</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ClintDavis" /><feedburner:info uri="clintdavis" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ClintDavis</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
 <title>Linux Raid Re-synchronise &amp; Recheck</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/pO78eX7ceWw/49</link>
 <description>&lt;p&gt;I was getting "WARNING: mismatch_cnt is not 0 on /dev/md0" on one of my servers.&lt;br /&gt;
saying that the number of unsynchronised blocks in the RAID is more then 0.&lt;/p&gt;
&lt;p&gt;The fix is quite easy,&lt;br /&gt;
Repair the raid by inserting the repair command for that device (In my case md0)&lt;br /&gt;
# echo repair &gt;/sys/block/md&amp;lt;#&gt;/md/sync_action&lt;/p&gt;
&lt;p&gt;Check and wait for the sync to complete.&lt;br /&gt;
# cat /proc/mdstat&lt;/p&gt;
&lt;p&gt;md0 : active raid1 sdb1[1] sda1[0]&lt;br /&gt;
     264960 blocks [2/2] [UU]&lt;br /&gt;
     [=============&gt;.......]&lt;/p&gt;
&lt;p&gt;Recheck the devices for unsynchronised blocks&lt;br /&gt;
# echo check &gt;/sys/block/md&amp;lt;#&gt;/md/sync_action&lt;/p&gt;
&lt;p&gt;Check and wait for the sync to complete.&lt;br /&gt;
# cat /proc/mdstat&lt;/p&gt;
&lt;p&gt;md0 : active raid1 sdb1[1] sda1[0]&lt;br /&gt;
      264960 blocks [2/2] [UU]&lt;br /&gt;
      [=============&gt;.......]&lt;/p&gt;
&lt;p&gt;Check the mismatch_cnt file to see it reports 0 unsynchronised blocks&lt;br /&gt;
# cat /sys/block/md0/md/mismatch_cnt&lt;br /&gt;
0&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OqqCXyHTanTBYhFSNt_Zq_UqcU0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OqqCXyHTanTBYhFSNt_Zq_UqcU0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OqqCXyHTanTBYhFSNt_Zq_UqcU0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OqqCXyHTanTBYhFSNt_Zq_UqcU0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=pO78eX7ceWw:RhqkJwGm0-w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=pO78eX7ceWw:RhqkJwGm0-w:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=pO78eX7ceWw:RhqkJwGm0-w:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?i=pO78eX7ceWw:RhqkJwGm0-w:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=pO78eX7ceWw:RhqkJwGm0-w:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?i=pO78eX7ceWw:RhqkJwGm0-w:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/pO78eX7ceWw" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/node/49#comments</comments>
 <pubDate>Sun, 20 Jun 2010 04:13:33 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">49 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/node/49</feedburner:origLink></item>
<item>
 <title>Drupal Site Update, Now on Dupal 6 With Fancy New Theme</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/9QsjsJqcyVQ/48</link>
 <description>&lt;p&gt;My site has now been updated to drupal 6 and has a fancy new theme.&lt;/p&gt;
&lt;p&gt;I'm still trying to work out exactly what I should do with this site.&lt;/p&gt;
&lt;p&gt;My thoughts are leading towards having it be a blog about my projects along with code examples... a resource for me and others to use with programming. (EG: Asterisk, PHP, Etc)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9m5cayT13vRpt5z93D5-2fL-hjU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9m5cayT13vRpt5z93D5-2fL-hjU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9m5cayT13vRpt5z93D5-2fL-hjU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9m5cayT13vRpt5z93D5-2fL-hjU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=9QsjsJqcyVQ:AkS7MxcnzNA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=9QsjsJqcyVQ:AkS7MxcnzNA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=9QsjsJqcyVQ:AkS7MxcnzNA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?i=9QsjsJqcyVQ:AkS7MxcnzNA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=9QsjsJqcyVQ:AkS7MxcnzNA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?i=9QsjsJqcyVQ:AkS7MxcnzNA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/9QsjsJqcyVQ" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/node/48#comments</comments>
 <category domain="http://clint.davis.to/category/categories/clints-website">Clint's Website</category>
 <pubDate>Thu, 20 Aug 2009 04:44:30 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">48 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/node/48</feedburner:origLink></item>
<item>
 <title>Scripting Emails and Getting Mime Multipart problems &amp; Text files attachemnts on outlook.</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/SjoKIDJlB8c/scripting-emails-and-getting-mime-multipart-problems-text-files-attachemnts-outlook</link>
 <description>&lt;p&gt;I'm blogging this because it was so incredibly hard to work out i spent hours troubleshooting and could not find any answers.&lt;/p&gt;
&lt;p&gt;i was scripting in PHP creating email templates that would send from my conferencing service to my customers.&lt;/p&gt;
&lt;p&gt;What i wanted was a Mime multipart email that would contain HTML for HTML email readers, and text for those that dont.&lt;/p&gt;
&lt;p&gt;What was happening was that the emails would be received outlook would show the HTML and attach the text document.&lt;br /&gt;
and webmail would show both one after the other.&lt;/p&gt;
&lt;p&gt;outlook attachment would look like this: at00xxx.txt&lt;/p&gt;
&lt;p&gt;my problem was because i had my header set to this:&lt;br /&gt;
$headers .= "\r\nContent-Type: multipart/mixed; boundary=\"PHP-mixed-".$random_hash."\""; &lt;/p&gt;
&lt;p&gt;and not this&lt;/p&gt;
&lt;p&gt;$headers .= "\r\nContent-Type: multipart/alternative; boundary=\"PHP-alt-".$random_hash."\""; &lt;/p&gt;
&lt;p&gt;the difference being that when creating a attachment mime email you need to use mixed, and then inside the mixed reference the alternative.&lt;/p&gt;
&lt;p&gt;once i changed that it all started working.&lt;/p&gt;
&lt;p&gt;The following website is a good guide for a php how to.&lt;br /&gt;
(Just don't start on the attachemnt one, then decide to just make the text/html and forget to change the header)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://webcheatsheet.com/php/send_email_text_html_attachment.php" title="http://webcheatsheet.com/php/send_email_text_html_attachment.php"&gt;http://webcheatsheet.com/php/send_email_text_html_attachment.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KJlJmgwhOq_ZvZd0Z2NnEaLBSPM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KJlJmgwhOq_ZvZd0Z2NnEaLBSPM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KJlJmgwhOq_ZvZd0Z2NnEaLBSPM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KJlJmgwhOq_ZvZd0Z2NnEaLBSPM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=SSTuu118"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=X2VoNAkJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=0hswhiJl"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=0hswhiJl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=Enk8qEtU"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=Enk8qEtU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/SjoKIDJlB8c" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/scripting-emails-and-getting-mime-multipart-problems-text-files-attachemnts-outlook#comments</comments>
 <pubDate>Sat, 03 Jan 2009 12:53:31 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">47 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/scripting-emails-and-getting-mime-multipart-problems-text-files-attachemnts-outlook</feedburner:origLink></item>
<item>
 <title>First Australian Teleconference Affiliate Program</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/sJ2ZsB9kAaQ/first-australian-teleconference-affiliate-program</link>
 <description>&lt;p&gt;&lt;b&gt;Greymouse Teleconference has now released its Affiliate program, The first Australian teleconferencing affiliate program.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This will allow business that have products that compliment this service can let their customers know about the service while making a commission on the sales. &lt;/p&gt;
&lt;h2&gt;How Does It Work?&lt;/h2&gt;
&lt;p&gt;How Greymouse Teleconference affiliate program works is they will pay you 10% of the sales from customers that you reffed to them. (for every conference those customers create) and its for the lifetime of that customer.&lt;/p&gt;
&lt;p&gt;This feature available for existing users, and new users.&lt;br /&gt;
- Users who are emailed through the Greymouse system to notify them of a conference automaticly have the email address tagged under the senders account.&lt;br /&gt;
- There are also links and banners to choose from to put on your site.&lt;br /&gt;
(And more will keep being developed.)&lt;/p&gt;
&lt;h2&gt;Payment Example:&lt;/h2&gt;
&lt;p&gt;If you have 4 business click on your website's link and book a conference every week with 6 participants for 1 hour.&lt;br /&gt;
Then your account will get credited approximately $10 per week (Paid in $50.00 amounts)&lt;/p&gt;
&lt;p&gt;Go Check It Out.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://teleconference.greymouse.com.au/content/affiliate-program" title="http://teleconference.greymouse.com.au/content/affiliate-program"&gt;http://teleconference.greymouse.com.au/content/affiliate-program&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EK8wgF4LolzFgiEEoiRW5Uw0kgI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EK8wgF4LolzFgiEEoiRW5Uw0kgI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EK8wgF4LolzFgiEEoiRW5Uw0kgI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EK8wgF4LolzFgiEEoiRW5Uw0kgI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=YwKEXJIb"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=gl5TYvS2"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=eZAFUK0g"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=eZAFUK0g" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=D7BAsLd8"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=D7BAsLd8" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/sJ2ZsB9kAaQ" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/first-australian-teleconference-affiliate-program#comments</comments>
 <category domain="http://clint.davis.to/category/categories/greymouse">Greymouse</category>
 <pubDate>Wed, 03 Dec 2008 04:15:58 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">46 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/first-australian-teleconference-affiliate-program</feedburner:origLink></item>
<item>
 <title>HELL! as EXPLAINED BY CHEMISTRY STUDENT</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/B29mUQrxM7o/hell-explained-chemistry-student</link>
 <description>&lt;p&gt;The following is an actual question on a University of Washington&lt;br /&gt;
chemistry mid term.&lt;/p&gt;
&lt;p&gt;The answer by one student was so "profound" that the professor shared&lt;br /&gt;
it with colleagues, via the Internet, which is, of course, why we now&lt;br /&gt;
have the pleasure of enjoying it as well:&lt;/p&gt;
&lt;p&gt;Bonus Question:&lt;/p&gt;
&lt;p&gt;Is Hell exothermic (gives off heat) or endothermic (absorbs heat)?&lt;/p&gt;
&lt;p&gt;Most of the students wrote proofs of their beliefs using Boyle's Law&lt;br /&gt;
(gas cools when it expands and heats when it is compressed) or some&lt;br /&gt;
variant.&lt;/p&gt;
&lt;p&gt;One student, however, wrote the following:&lt;/p&gt;
&lt;p&gt;?First, we need to know how the mass of Hell is changing in time. So we&lt;br /&gt;
need to know the rate at which souls are moving into Hell, and the rate&lt;br /&gt;
at which they are leaving.&lt;/p&gt;
&lt;p&gt;I think that we can safely assume that once a soul gets to Hell, it&lt;br /&gt;
will not leave. Therefore, no souls are leaving. As for how many souls&lt;br /&gt;
are entering Hell, let's look at the different religions that exist in&lt;br /&gt;
the world today.&lt;/p&gt;
&lt;p&gt;Most of these religions state that if you are not a member of their&lt;br /&gt;
religion, you will go to Hell. Since there is more than one of these&lt;br /&gt;
religions and since people do not belong to more than one religion, we&lt;br /&gt;
can project that all souls go to Hell. With birth and death rates as&lt;br /&gt;
they are, we can expect the number of souls in Hell to increase&lt;br /&gt;
exponentially.&lt;/p&gt;
&lt;p&gt;Now, we look at the rate of change of the volume in Hell because&lt;br /&gt;
Boyle's Law states that in order for the temperature and pressure in&lt;br /&gt;
Hell to stay the same, the volume of Hell has to expand proportionately&lt;br /&gt;
as souls are added.&lt;/p&gt;
&lt;p&gt;This gives two possibilities:&lt;/p&gt;
&lt;p&gt;1. If Hell is expanding at a slower rate than the rate at which souls&lt;br /&gt;
enter Hell, then the temperature and pressure in Hell will increase&lt;br /&gt;
until all Hell breaks loose.&lt;/p&gt;
&lt;p&gt;2. If Hell is expanding at a rate faster than the increase of souls in&lt;br /&gt;
Hell, then the temperature and pressure will drop until Hell freezes&lt;br /&gt;
over.&lt;/p&gt;
&lt;p&gt;So which is it?&lt;/p&gt;
&lt;p&gt;If we accept the postulate as given to me by Teresa during my Freshman&lt;br /&gt;
year that, "It will be a cold day in Hell before I sleep with you," and&lt;br /&gt;
take into account the fact that I slept with her last night, then&lt;br /&gt;
number two must be true, and thus I am sure that Hell is exothermic and&lt;br /&gt;
has already frozen over. The corollary of this theory is that since&lt;br /&gt;
Hell has frozen over, it follows that it is not accepting any more&lt;br /&gt;
souls and is therefore, extinct.....leaving only Heaven, thereby&lt;br /&gt;
proving the existence of a Divine being which explains why, last night,&lt;br /&gt;
Teresa kept shouting "Oh my God, Oh My GOD!"&lt;/p&gt;
&lt;p&gt;THIS&lt;br /&gt;
STUDENT RECEIVED AN&lt;br /&gt;
A+&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MEMDZuq4rksW0fAhhhNP_fNVMNA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MEMDZuq4rksW0fAhhhNP_fNVMNA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MEMDZuq4rksW0fAhhhNP_fNVMNA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MEMDZuq4rksW0fAhhhNP_fNVMNA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=h7Ld7J9M"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=lwRnS0AO"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=ov16SEGi"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=ov16SEGi" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=Gi0Vonkr"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=Gi0Vonkr" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/B29mUQrxM7o" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/hell-explained-chemistry-student#comments</comments>
 <pubDate>Sat, 10 May 2008 13:16:23 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">45 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/hell-explained-chemistry-student</feedburner:origLink></item>
<item>
 <title>Landmark Introduction Leaders Program</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/U2joTLrhXqc/landmark-introduction-leaders-program</link>
 <description>&lt;p&gt;I wanted to let everyone know that i have now joined the landmark introduction leaders program.&lt;/p&gt;
&lt;p&gt;some of the benifits of this program are that you are customer service oriented, Can speak powerfully to large groups of people.&lt;/p&gt;
&lt;p&gt;This program is a 7 Month commitment and includes flying to sydney 4 times in that seven months.&lt;/p&gt;
&lt;p&gt;Assisting 1-2 times per week.&lt;br /&gt;
+ i get a coach and a buddy.&lt;/p&gt;
&lt;p&gt;This will be an extraordinary roller coaster ride.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NxeM9-4Fsr4vqVeEenkBZkpeeaQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NxeM9-4Fsr4vqVeEenkBZkpeeaQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NxeM9-4Fsr4vqVeEenkBZkpeeaQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NxeM9-4Fsr4vqVeEenkBZkpeeaQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=ZWHlNL1t"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=DIj657kB"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=Gv8e9twg"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=Gv8e9twg" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=jM1xBq2j"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=jM1xBq2j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/U2joTLrhXqc" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/landmark-introduction-leaders-program#comments</comments>
 <pubDate>Sat, 26 Apr 2008 12:11:15 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">44 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/landmark-introduction-leaders-program</feedburner:origLink></item>
<item>
 <title>Photographist - Lisa Frost</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/jiOG08B-DNM/photographist-lisa-frost</link>
 <description>&lt;p&gt;Through assisting at &lt;a href="http://landmarkeducation.com.au"&gt;landmark&lt;/a&gt; i meet alot of new people, and i wanted to tell everyone about the latest person i met.&lt;/p&gt;
&lt;p&gt;She is a &lt;a href="http://encyclopedia.thefreedictionary.com/Photographist"&gt;photographist&lt;/a&gt; and you can find most of her work online at &lt;a href="http://www.lisafrost.com.au/" title="http://www.lisafrost.com.au/"&gt;http://www.lisafrost.com.au/&lt;/a&gt; and &lt;a href="http://lovethismoment.com" title="http://lovethismoment.com"&gt;http://lovethismoment.com&lt;/a&gt; she has truly amazing stuff so check it out.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Noa1SYNZftVb4XgOhng2mpuPMwo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Noa1SYNZftVb4XgOhng2mpuPMwo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Noa1SYNZftVb4XgOhng2mpuPMwo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Noa1SYNZftVb4XgOhng2mpuPMwo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=L0hV9RCr"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=dPME0f6u"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=wu5iinFr"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=wu5iinFr" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=qfygvuej"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=qfygvuej" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/jiOG08B-DNM" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/photographist-lisa-frost#comments</comments>
 <pubDate>Sat, 22 Mar 2008 09:14:40 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">42 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/photographist-lisa-frost</feedburner:origLink></item>
<item>
 <title>Birthday Blog - New Phone</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/8bSCiOfPu7o/birthday-blog-new-phone</link>
 <description>&lt;p&gt;Today's my birthday, if any out out there dident guess.&lt;/p&gt;
&lt;p&gt;I recently purchased my self a new phone.&lt;/p&gt;
&lt;p&gt;a HTC Tytn II&lt;/p&gt;
&lt;p&gt;Its a windows mobile 6 device, that supports a full qwerty keyboard.&lt;/p&gt;
&lt;p&gt;I can now, msn, skype, voip, email, sms, photos &amp;amp; GPS.&lt;/p&gt;
&lt;p&gt;what more could you want from a phone....&lt;/p&gt;
&lt;p&gt;If anyone out there needs help setting up WM6 with VOIP/sip let me know, its a bit confusing but once you have the right applications its easy.&lt;/p&gt;
&lt;p&gt;Clint.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xof_O6fQg13ecKQaxnQf_4T8Pcc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xof_O6fQg13ecKQaxnQf_4T8Pcc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xof_O6fQg13ecKQaxnQf_4T8Pcc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xof_O6fQg13ecKQaxnQf_4T8Pcc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=KUHsqG7W"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=4MZQ9P6P"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=NHMUV33Y"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=NHMUV33Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=namMjkVL"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=namMjkVL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/8bSCiOfPu7o" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/birthday-blog-new-phone#comments</comments>
 <pubDate>Sun, 04 Nov 2007 00:01:06 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">37 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/birthday-blog-new-phone</feedburner:origLink></item>
<item>
 <title>Quotes that keep you going</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/inlWkaHfIfk/quotes-keep-you-going</link>
 <description>&lt;p&gt;If you keep doing what you have always done, you will keep getting what you have always got.&lt;br /&gt;
-Jim Rohn&lt;/p&gt;
&lt;p&gt;High expectations are the key to everything&lt;br /&gt;
– Sam Walton&lt;/p&gt;
&lt;p&gt;Planning is everything; plans are nothing&lt;br /&gt;
- Robert G Allen&lt;/p&gt;
&lt;p&gt;Current thinking got you here. Only new thinking will get you out&lt;br /&gt;
– Robert G Allen&lt;/p&gt;
&lt;p&gt;Simplicity: a complex system that works is invariably found to have evolved from a simple system that works&lt;br /&gt;
- John Gall&lt;/p&gt;
&lt;p&gt;Opportunity is the greatest charity.&lt;br /&gt;
– Don King&lt;/p&gt;
&lt;p&gt;When you change the way you look at things, the things you look at change.&lt;br /&gt;
-  Sandy M. Bushberg&lt;/p&gt;
&lt;p&gt;Money grows on the tree of patience&lt;br /&gt;
– Japanese Proverb&lt;/p&gt;
&lt;p&gt;No one can Self-actualise without Self-actualising those around them&lt;br /&gt;
– Mark Victor Hansen&lt;/p&gt;
&lt;p&gt;Excellent firms don’t believe in excellence – only constant improvement and constant change&lt;br /&gt;
– Thomas J Peters&lt;/p&gt;
&lt;p&gt;Discontent is the first necessary step of progress&lt;br /&gt;
– Thomas Edison&lt;/p&gt;
&lt;p&gt;The best way to predict the future is to invent it&lt;br /&gt;
– Alan Kay &lt;/p&gt;
&lt;p&gt;Getting an idea should be like sitting on a pin. It should make you jump up and do something&lt;br /&gt;
– E.L Simpson&lt;/p&gt;
&lt;p&gt;When the product is right, you don’t have to be a great marketer&lt;br /&gt;
– Lee Iacocca &lt;/p&gt;
&lt;p&gt;How can I be of the greatest service doing that which I enjoy doing&lt;br /&gt;
– Earl Nightingale.&lt;/p&gt;
&lt;p&gt;Cashflow is the most important word in the world of money. The second most important word is leverage - Robert Kiyosaki&lt;/p&gt;
&lt;p&gt;The really good manager does not wake up in the morning and say “this day I am going to cut costs” any more than he wakes up and decides to practice breathing.&lt;br /&gt;
- Warren Buffett &lt;/p&gt;
&lt;p&gt;Courage and perseverance have a magical talisman, before which difficulties disappear and obstacles vanish into air.&lt;br /&gt;
– John Quincy&lt;/p&gt;
&lt;p&gt;Do what you can, with what you have, where you are&lt;br /&gt;
– Theodore Roosevelt&lt;/p&gt;
&lt;p&gt;I can give you a six-word formula for success. Think things through then follow through&lt;br /&gt;
– Eddie Ricken Backer&lt;/p&gt;
&lt;p&gt;Obstacles are only in your view when you don’t have a clear enough focus on your goal&lt;br /&gt;
– Mark Victor Hansen&lt;/p&gt;
&lt;p&gt;Always do your best, what you plant now you will harvest later&lt;br /&gt;
– OG Mandino&lt;/p&gt;
&lt;p&gt;Life isn’t about finding yourself. Life is about creating yourself&lt;br /&gt;
– George Bernard Shaw&lt;/p&gt;
&lt;p&gt;Leadership means helping others get ahead&lt;br /&gt;
– Bob Bailey&lt;/p&gt;
&lt;p&gt;Abundance doesn’t follow giving until giving is its own reward.&lt;br /&gt;
– Jan Denise&lt;/p&gt;
&lt;p&gt;Decide what you want. Decide what you are willing to exchange for it. Establish your priorities and go to work&lt;br /&gt;
– H.L Hunt&lt;/p&gt;
&lt;p&gt;In marketing I have seen only one strategy that can’t miss – and that is to market to your best customers first, your best prospects second and the rest of the world last.&lt;br /&gt;
– John Romero&lt;/p&gt;
&lt;p&gt;Whether you think you can or weather you think you can’t, your right!&lt;br /&gt;
– Henry Ford&lt;/p&gt;
&lt;p&gt;When you fish, go fishing in the pond where the fish are hungry.&lt;br /&gt;
– Cracking the millionaires code&lt;/p&gt;
&lt;p&gt;The dumbest reason in the world to buy a stock is because its going up.&lt;br /&gt;
- Warren Buffett&lt;/p&gt;
&lt;p&gt;We will either find a way, or make one&lt;br /&gt;
– Hanibal&lt;/p&gt;
&lt;p&gt;My favorate time frame for hilding a stock is forever.&lt;br /&gt;
- Warren Buffett&lt;/p&gt;
&lt;p&gt;Most oeople get intrested in stocks when everyone else is. The time to get intrested is when no one else is. You can buy what is popular and do well.&lt;br /&gt;
- Warren Buffett&lt;/p&gt;
&lt;p&gt;Give a man a fish you feed him for a meal, teach him to fish and you feed him for life.&lt;br /&gt;
– Proverb&lt;/p&gt;
&lt;p&gt;Giving often alls under the heading of a charitable tax deduction, as in, “I decide where my money goes, not the government!” But eventually your thinking matures; giving begins to feel so “right” that you would do it without a deduction. You know when you see it.&lt;br /&gt;
- Cracking the millionaire code.&lt;/p&gt;
&lt;p&gt;People would rather be promised a winning lottery ticket next week then an opportunity to get rich slowly.&lt;br /&gt;
- Warren Buffett&lt;/p&gt;
&lt;p&gt;Opportunities repeat themselves because people repeat the same mistakes.&lt;br /&gt;
- Rich Dad&lt;/p&gt;
&lt;p&gt;You need two professions. One for you and one for your money.&lt;br /&gt;
- Rich Dad&lt;/p&gt;
&lt;p&gt;The primary reason people struggle financially is because they take financial advice from poor people or salespeople.&lt;br /&gt;
- Rich Dad&lt;/p&gt;
&lt;p&gt;The better your investment education, the better investment advice you will recive.&lt;br /&gt;
- Rich Dad&lt;/p&gt;
&lt;p&gt;For every action, there is an equal and opposite reaction.&lt;br /&gt;
- Sir Issac Newton&lt;/p&gt;
&lt;p&gt;To get paid the best, you must be the best.&lt;br /&gt;
- T. Harv Eker&lt;/p&gt;
&lt;p&gt;If your are willing to do only what's easy, life will be hard. But if you are willing to do what's hard. Life will be easy.&lt;br /&gt;
- T. Harv Eker&lt;/p&gt;
&lt;p&gt;The habit of managing your money is more important then the amount.&lt;br /&gt;
- T. Harv Eker&lt;/p&gt;
&lt;p&gt;If a hundred-foot oak tree had the mind of a human, it would only grow to be ten feet tall!&lt;br /&gt;
- T. Harv Eker&lt;/p&gt;
&lt;p&gt;You can't change the world, but you can change the world for one person.&lt;br /&gt;
- Katee&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PF6xQHKhsRm_Q0Z_wQ2yKd6hJyQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PF6xQHKhsRm_Q0Z_wQ2yKd6hJyQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PF6xQHKhsRm_Q0Z_wQ2yKd6hJyQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PF6xQHKhsRm_Q0Z_wQ2yKd6hJyQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=qJEldCs0"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=07cINILA"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=4bFcdUBj"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=4bFcdUBj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ClintDavis?a=llbWFUHQ"&gt;&lt;img src="http://feeds.feedburner.com/~f/ClintDavis?i=llbWFUHQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/inlWkaHfIfk" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/quotes-keep-you-going#comments</comments>
 <pubDate>Thu, 01 Nov 2007 04:11:54 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">36 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/quotes-keep-you-going</feedburner:origLink></item>
<item>
 <title>Back from holadays..... Whats that... I dident even say i was leaving?</title>
 <link>http://feedproxy.google.com/~r/ClintDavis/~3/-OjDkLRIqFw/back-holadays-whats-i-dident-even-say-i-was-leaving</link>
 <description>&lt;p&gt;Thats right, i had a good time down in sydney, my first time infact.&lt;/p&gt;
&lt;p&gt;Went to the blue mountants and spent a day at scenic world, not much to do but just walk around the bush, but it was still good.&lt;br /&gt;
and now my legs still hurt :-(&lt;/p&gt;
&lt;p&gt;Ill be posting all the pictures of my time down there, in the galley and will let you know when their uploaded.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Lawr4t7oqqktQAD6zzKHJ8VGqj8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lawr4t7oqqktQAD6zzKHJ8VGqj8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Lawr4t7oqqktQAD6zzKHJ8VGqj8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lawr4t7oqqktQAD6zzKHJ8VGqj8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=-OjDkLRIqFw:oaSrxQEFJUE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=-OjDkLRIqFw:oaSrxQEFJUE:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=-OjDkLRIqFw:oaSrxQEFJUE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?i=-OjDkLRIqFw:oaSrxQEFJUE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ClintDavis?a=-OjDkLRIqFw:oaSrxQEFJUE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ClintDavis?i=-OjDkLRIqFw:oaSrxQEFJUE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ClintDavis/~4/-OjDkLRIqFw" height="1" width="1"/&gt;</description>
 <comments>http://clint.davis.to/content/back-holadays-whats-i-dident-even-say-i-was-leaving#comments</comments>
 <category domain="http://clint.davis.to/category/categories/clints-website">Clint's Website</category>
 <pubDate>Thu, 01 Nov 2007 03:05:14 +0000</pubDate>
 <dc:creator>Clint Davis</dc:creator>
 <guid isPermaLink="false">35 at http://clint.davis.to</guid>
<feedburner:origLink>http://clint.davis.to/content/back-holadays-whats-i-dident-even-say-i-was-leaving</feedburner:origLink></item>
<media:credit role="author">Clint Davis</media:credit><media:rating>nonadult</media:rating></channel>
</rss>

