<?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>Taggart Jensen &#187; Taggart</title>
	<atom:link href="http://taggartjensen.com/tag/author/Taggart/feed" rel="self" type="application/rss+xml" />
	<link>http://taggartjensen.com</link>
	<description>Web Development Guy</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:35:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Drupal ip2nation block module code</title>
		<link>http://taggartjensen.com/tag/ip2nation-drupal-block-module</link>
		<comments>http://taggartjensen.com/tag/ip2nation-drupal-block-module#comments</comments>
		<pubDate>Wed, 08 Feb 2012 23:34:01 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=132</guid>
		<description><![CDATA[ok afterlooking for a while for help with drupal ip2nation: here is a samle module that will allow you to display a block with custom content &#8211; per country in drupal 6.X &#60;?php function mymod_block($op=&#8217;list&#8217;, $delta=0) { // set up the block $block = array(); if ($op == &#8220;list&#8221;) { // Generate listing of blocks [...]]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/ip2nation-drupal-block-module/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.net VB Textbox to Sql</title>
		<link>http://taggartjensen.com/tag/asp-net-vb-textbox-to-sql</link>
		<comments>http://taggartjensen.com/tag/asp-net-vb-textbox-to-sql#comments</comments>
		<pubDate>Mon, 15 Nov 2010 02:34:59 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=122</guid>
		<description><![CDATA[Ok I have visual Studio web developer and I have a database now what it is some times frustrating to find custom SQL in Asp.net tutorials , you always get the same thing how to data bind , grid views ect but what if you just want to go from a text box control to [...]]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/asp-net-vb-textbox-to-sql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajex Is Easy</title>
		<link>http://taggartjensen.com/tag/ajex-is-easy</link>
		<comments>http://taggartjensen.com/tag/ajex-is-easy#comments</comments>
		<pubDate>Mon, 15 Nov 2010 01:02:05 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=114</guid>
		<description><![CDATA[A lot of people don’t know the basics of ajex : or passing vars from a page and using JavaScript to call another asp/php/asp.net/javascript page … I f you know php or asp or asp.net and JavaScript event handlers then my friend you are ready to start making use of simple then more advanced Ajax [...]]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/ajex-is-easy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create a New  Php Page with PHP</title>
		<link>http://taggartjensen.com/tag/how-to-create-a-new-php-page-with-php</link>
		<comments>http://taggartjensen.com/tag/how-to-create-a-new-php-page-with-php#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:46:24 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[Create a New Php Page with PHP]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=99</guid>
		<description><![CDATA[<br />
<b>Parse error</b>:  syntax error, unexpected T_STRING in <b>/home/studen12/public_html/taggartjensen.com/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()'d code</b> on line <b>4</b><br />
]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/how-to-create-a-new-php-page-with-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Display Content Based on Ip (Geolocation)</title>
		<link>http://taggartjensen.com/tag/how-to-display-content-based-on-ip-geolocation</link>
		<comments>http://taggartjensen.com/tag/how-to-display-content-based-on-ip-geolocation#comments</comments>
		<pubDate>Thu, 29 Oct 2009 06:24:31 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Geolocation]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=76</guid>
		<description><![CDATA[Let me show you how to do Geolocation  Content based on ip address !(with php and mysql) first you need a database eg make  a database  call it what ever you want now you will need to Get A Database of ip 80% world wide accuriate  Click Here to download ( ip2nation ) Then insert [...]]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/how-to-display-content-based-on-ip-geolocation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Float A div with javascript and css</title>
		<link>http://taggartjensen.com/tag/float-a-div-with-javascript-and-css</link>
		<comments>http://taggartjensen.com/tag/float-a-div-with-javascript-and-css#comments</comments>
		<pubDate>Fri, 31 Jul 2009 06:00:57 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[css div float]]></category>
		<category><![CDATA[float a div layer]]></category>
		<category><![CDATA[javascript div float]]></category>
		<category><![CDATA[side bar floating div]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=60</guid>
		<description><![CDATA[download an example of how to  Float A div with java script and css , Float A div with javascript and css ]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/float-a-div-with-javascript-and-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Up Wamp for Web Development</title>
		<link>http://taggartjensen.com/tag/30</link>
		<comments>http://taggartjensen.com/tag/30#comments</comments>
		<pubDate>Thu, 23 Jul 2009 05:15:53 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[get the most out of wamp]]></category>
		<category><![CDATA[wamp database size]]></category>
		<category><![CDATA[wamp install]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=30</guid>
		<description><![CDATA[If you are like me and develop on a  Testing Server ( I use Wamp ) Get It at http://www.wampserver.com/ This Post will show you How To get the most out of wamp  ..(your localhost ) WATCH This Play list and follow along :  NOTE YOU DONT NEED &#8220;npad2&#8243; NOW THAT YOU ARE ALL SET [...]]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql and Php &#8230;To Flash?</title>
		<link>http://taggartjensen.com/tag/hello-world</link>
		<comments>http://taggartjensen.com/tag/hello-world#comments</comments>
		<pubDate>Tue, 21 Jul 2009 15:11:53 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[internet marketing scripts]]></category>
		<category><![CDATA[flash and mysql]]></category>
		<category><![CDATA[flash and xml]]></category>
		<category><![CDATA[php and flash]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=1</guid>
		<description><![CDATA[The other day I finely was able to make an application that Well … because I am an internet marketer, at hart… was able to Make an opt in ..with php and mysql which then generates an xml file which is used by a .swf Flash file! This is a good idea if any one [...]]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Email Marketing Software?</title>
		<link>http://taggartjensen.com/tag/free-email-marketing-software</link>
		<comments>http://taggartjensen.com/tag/free-email-marketing-software#comments</comments>
		<pubDate>Tue, 21 Jul 2009 07:03:41 +0000</pubDate>
		<dc:creator>Taggart</dc:creator>
				<category><![CDATA[internet marketing scripts]]></category>
		<category><![CDATA[autoresponders]]></category>
		<category><![CDATA[Email Marketing Systems]]></category>
		<category><![CDATA[Free Email Marketing Software]]></category>
		<category><![CDATA[free Email Marketing Systems]]></category>
		<category><![CDATA[optin scripts]]></category>

		<guid isPermaLink="false">http://taggartjensen.com/?p=11</guid>
		<description><![CDATA[free email marketing software]]></description>
		<wfw:commentRss>http://taggartjensen.com/tag/free-email-marketing-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

