<?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>TheBizzTech</title>
	<atom:link href="http://thebizztech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebizztech.com</link>
	<description>Exploring Code</description>
	<lastBuildDate>Mon, 05 Sep 2011 16:44:13 +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>FuelPHP Command Line Oil with Windows BAT File And XAMPP</title>
		<link>http://thebizztech.com/2011/08/23/fuelphp-command-line-oil-with-windows-bat-file-help-and-xampp/</link>
		<comments>http://thebizztech.com/2011/08/23/fuelphp-command-line-oil-with-windows-bat-file-help-and-xampp/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 02:59:49 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[FuelPHP]]></category>
		<category><![CDATA[Model-View-Controller (MVC)]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[PHP 5]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=49</guid>
		<description><![CDATA[I have been using the Codeigniter PHP MVC framework for awhile now and have started to realize I need some extra features that are not built in by default.  A few weeks ago I came across a Twitter post by Phil Sturgeon about a new PHP framework he is involved in called FuelPHP.  I started looking at [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using the <a title="Codeigniter" href="http://codeigniter.com/" target="_blank">Codeigniter</a> PHP MVC framework for awhile now and have started to realize I need some extra features that are not built in by default.  A few weeks ago I came across a Twitter post by <a title="Phil Sturgeon" href="http://philsturgeon.co.uk/" target="_blank">Phil Sturgeon</a> about a new PHP framework he is involved in called <a title="FuelPHP" href="http://fuelphp.com/" target="_blank">FuelPHP</a>.  I started looking at it and realized it had a lot of the features right out of the box that I have been looking for.  It has things like Migrations, a Command Line tool, and <a title="HVMC" href="http://fuelphp.com/docs/general/hmvc.html" target="_blank">HMVC</a>.</p>
<p>I am not going to get into all of these features as FuelPHP has some decent enough <a title="docs" href="http://fuelphp.com/docs/" target="_blank">docs</a> to get you started.  What I am going to explain a little bit about is their command line tool called <a title="OIL" href="http://fuelphp.com/docs/packages/oil/intro.html" target="_blank">OIL</a>.  For starters, those of you who know Ruby on Rails will be fairly familiar with the idea of using the command line.  There is a command simply called rails, in Ruby on Rails, that allows you to manage much of your app.  With Oil you can do things such as build scaffolding, inspired by Rails, run your own tasks, and build models and controllers.</p>
<p>Oil works perfectly well on *nix type machines, but I have had issues running PHP command line from Windows 7 and XAMPP.  Here are two ways I have been able to run Oil using Windows command line.  There is a way to be able to type just php from the command line by chaining the PATH, but for some reason I am not able to get it to work on my machine at all.  After many times trying I have just gone with the next two approaches.</p>
<p>When you run a PHP command on *unix you generally just have to type php followed by your commands; this however did not work for me on Windows running XAMPP.  The first way to solve this is instead of just typing php you have to type the full path to the php.exe file.  Since I am running XAMPP I would always have to type something like this &#8220;xampp\php\php.exe&#8221; every time I wanted to run PHP.</p>
<p>The second option is to run a batch file.  In the main directory of the FuelPHP package their is your file called oil.  In this same directory create a file called oil.bat.  In this file you will put the path to your PHP install and some command line helpers.  This text below is what I have in my oil.bat file and it basically looks for a file called oil and takes the arguments you entered and passed them to oil.</p>
<pre class="brush: php; title: ; notranslate">

@c:\xampp\php\php.exe %~n0 %*
</pre>
<p>Note: this may be different for you depending on where you have XAMPP installed, and where your php.exe file is located.  Now to run oil you basically just run something like this from the command line.</p>
<pre class="brush: php; title: ; notranslate">

oil.bat help
</pre>
<p>If anyone has an easy way to be able to fix my issue with running a simple php command from the command line let me know, otherwise these two options above should work just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/08/23/fuelphp-command-line-oil-with-windows-bat-file-help-and-xampp/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>PHP Class To Build HTML Forms</title>
		<link>http://thebizztech.com/2011/04/29/php-class-to-build-html-forms/</link>
		<comments>http://thebizztech.com/2011/04/29/php-class-to-build-html-forms/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 14:10:39 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[PHP 5]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=44</guid>
		<description><![CDATA[I have recently pushed a new repository to Github to showcase a PHP class I built.  This class helps make building HTML forms easier.  I originally built this class to help make PayPal buttons easier to built into PHP scripts.  I have not looked at this script much since the summer of 2010, but hope [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently pushed a new repository to Github to showcase a PHP class I built.  This class helps make building HTML forms easier.  I originally built this class to help make PayPal buttons easier to built into PHP scripts.  I have not looked at this script much since the summer of 2010, but hope to dust it off soon.</p>
<p>Here is a simple example of how to use the class that you can download from Github here, <a title="https://github.com/thebizztech/htmlform" href="https://github.com/thebizztech/htmlform" target="_blank">https://github.com/thebizztech/htmlform</a></p>
<pre class="brush: php; title: ; notranslate">

&lt;?php
/**
* TheBizzTech
*
* This example utilizes the open source htmlform PHP class built to make building HTML forms easier
*
* @author		Jason Michels
* @link		http://thebizztech.com
*/

//To use the htmlform class you first need to include the file
require(&quot;htmlform.php&quot;);
?&gt;
&lt;html&gt;
&lt;body&gt;
&lt;?php
// Initialize form class
$form = new htmlform();
// Begin the form and pass array of values
$form-&gt;begin_form(array(&quot;name&quot;=&gt;&quot;myform&quot;,&quot;action&quot;=&gt;&quot;index.php&quot;,&quot;method&quot;=&gt;&quot;post&quot;,&quot;target&quot;=&gt;&quot;thebizztech&quot;));

// To create a new label include the element id in the &quot;for&quot; array value
$form-&gt;form_label(array(&quot;for&quot;=&gt;&quot;1stid&quot;,&quot;text&quot;=&gt;&quot;This is a label: &quot;));

// To create an input field pass array with any standard attributes. The class will check to see which ones are set
$form-&gt;form_input(array(&quot;type&quot;=&gt;&quot;text&quot;,&quot;id&quot;=&gt;&quot;1stid&quot;,&quot;class&quot;=&gt;&quot;1stclass&quot;,&quot;name&quot;=&gt;&quot;1stname&quot;,&quot;value&quot;=&gt;&quot;this is the value&quot;));

// Another form input example
$form-&gt;form_input(array(&quot;type&quot;=&gt;&quot;submit&quot;,&quot;id&quot;=&gt;&quot;submitform&quot;,&quot;class&quot;=&gt;&quot;submitform&quot;,&quot;name&quot;=&gt;&quot;submit&quot;,&quot;value&quot;=&gt;&quot;Submit Form&quot;));

// Example of a form button
$form-&gt;form_button(array(&quot;type&quot;=&gt;&quot;button&quot;,&quot;value&quot;=&gt;&quot;Awesome&quot;,&quot;text&quot;=&gt;&quot;Awesome button&quot;));

// End of form. This will take one parameter allowing you to add html after the form such as a line in the example
$form-&gt;end_form(&quot;&lt;hr /&gt;&quot;);
?&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/04/29/php-class-to-build-html-forms/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Codeigniter Library to Read CSV File</title>
		<link>http://thebizztech.com/2011/04/26/codeigniter-library-to-read-csv-file/</link>
		<comments>http://thebizztech.com/2011/04/26/codeigniter-library-to-read-csv-file/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 19:23:23 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[Model-View-Controller (MVC)]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=36</guid>
		<description><![CDATA[I recently posted some code to Github that I created for use in Codeigniter. I built a library that can be used to read CSV files, extract the data you need, and return a PHP associative array. Below I will post the code and a simple function that could be used in a Controller that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently posted some code to <a title="Github" href="https://github.com/" target="_blank">Github</a> that I created for use in <a title="Codeigniter" href="http://codeigniter.com/" target="_blank">Codeigniter</a>. I built a library that can be used to read CSV files, extract the data you need, and return a PHP associative array.</p>
<p>Below I will post the code and a simple function that could be used in a Controller that would utilize the library.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
 * TheBizzTech
 *
 * An open source library built for Codeigniter to read CSV files into associated arrays
 *
 * @author		Jason Michels
 * @link		http://thebizztech.com
 */

class Getcsv {

	function get_csv_assoc_array($file_path, $questions)
	{
		$row = 0;
		if (($handle = fopen($file_path, &quot;r&quot;)) !== FALSE)
		{
			while (($data = fgetcsv($handle, &quot;&quot;, &quot;,&quot;)) !== FALSE)
			{
				if($row == 0)
				{
					foreach ($questions as $key =&gt; $value)
					{
						foreach($data as $d_key =&gt; $d_value)
						{
							if($data[$d_key] == $value)
							{
								$q_location[$value] = $d_key;
							}
						}
					}
				}
				else
				{
					foreach ($questions as $key =&gt; $value)
					{
						$new_row = $row -1;
						$final_array[$new_row][$value] = $data[$q_location[$value]];
					}
				}

				$row++;
			}
			fclose($handle);
		}
		return $final_array;

	}
}

?&gt;
</pre>
<p>Here is the example function:</p>
<pre class="brush: php; title: ; notranslate">
function sample_read_csv()
{
	$this-&gt;load-&gt;library('getcsv');

	$data = array('name', 'email', 'id', 'transaction');

	$csv_array = $this-&gt;getcsv-&gt;get_csv_assoc_array(&quot;path/to/file.csv&quot;, $data);
	print_r($csv_array);
}
</pre>
<p>Right now this library only has one way of reading CSV files, but I hope to expand it over time.</p>
<p>To use the library you first have to load the library:</p>
<pre class="brush: php; title: ; notranslate">
$this-&gt;load-&gt;library('getcsv');
</pre>
<p>After the library is loaded you have to create an array of column names that you know are in the CSV file and would like returned.  Finally, call the library function and pass in the path to the file and the array you created, then print to see the results.</p>
<pre class="brush: php; title: ; notranslate">
$data = array('name', 'email', 'id', 'transaction');
$csv_array = $this-&gt;getcsv-&gt;get_csv_assoc_array(&quot;path/to/file.csv&quot;, $data);
print_r($csv_array);
</pre>
<p>Let me know if there is any features you would like to see.  You can find this code hosted on Github <a href="http://puni.co/190">HERE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/04/26/codeigniter-library-to-read-csv-file/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Using PHP Curl To Check Apple Site To See If My Extension Is Listed</title>
		<link>http://thebizztech.com/2011/04/26/using-php-curl-to-check-website-for-updates/</link>
		<comments>http://thebizztech.com/2011/04/26/using-php-curl-to-check-website-for-updates/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 13:53:07 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[Curl]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Puni URL Redirection]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Safari Extensions]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[safari extensions]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=26</guid>
		<description><![CDATA[A few weeks ago (probably closer to months now) I built a Safari extension.  I also submitted it to Apple to see if it can be listed on their Safari extensions page.  I have not heard anything back for a while and have gotten sick of constantly going to their website and searching through the [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago (probably closer to months now) I built a <a title="Safari Extensions – Puni.co URL Redirection" href="http://thebizztech.com/?p=12" target="_blank">Safari extension</a>.  I also submitted it to Apple to see if it can be listed on their <a href="http://extensions.apple.com" target="_blank">Safari extensions page</a>.  I have not heard anything back for a while and have gotten sick of constantly going to their website and searching through the hundreds of extensions to see if mine has been listed.</p>
<p>I have decided to automate my search using PHP and Curl.  This way whenever I remember to check to see if my extension is listed I can just run this page in my browser and it will check the site for me and tell me if I am listed yet.</p>
<p>Here is the code and then I will kind of go through it.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
// create a new cURL resource
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_URL, &quot;http://extensions.apple.com&quot;);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
// grab URL
$result = curl_exec($ch);
$findme = 'puni';
$pos = strpos($result, $findme);

if ($pos === false)
{
echo &quot;The string '$findme' was not found on the safari extensions site.&quot;;
}
else
{
echo &quot;The string '$findme' was found in the safari extensions site and exists at position $pos&quot;;
}
// close cURL resource, and free up system resources
curl_close($ch);?&gt;</pre>
<p>First thing you do is you have to initialize curl into any variable you would like, I use $ch because it seems to be the most common.  Next you have to set the headers.  There are numerous headers you can set, but you must make sure to set &#8220;CURLOPT_RETURNTRANSFER, TRUE&#8221;.  Basically TRUE means you will return the webpage as a string, instead of outputing the result directly to the browser.  You can read more about the option headers <a title="http://www.php.net/manual/en/function.curl-setopt.php" href="http://www.php.net/manual/en/function.curl-setopt.php" target="_blank">here</a>.<br />
<br />
After you set the headers you run curl_exec($ch) to actually process the data and return the value as a string into the $result variable.  One you do this you set the string you are looking to find and use strpos to find your string nested inside the data from the site.</p>
<p>Now since I am searching for the word puni, since my extension is called puni.co, I am fairly sure no other extensions are going to have this name.  If they do I would get a false positive.  In the case that I ever get a success and puni is found but it was not my extension, then I will do some simple modification to search for something more explicit.</p>
<p>If strpos does not find the nested string it will return false.  So all you need to do is check for false and if it is not false then you have a success, and print out your success message.</p>
<p>If really was serious and wanted to know the exact day my extension was listed I could setup this script to email me and setup a cron job to run every day.  Since I am not too worried about when I get listed I am fine just running the script when I think about it.</p>
<p>This way I only have to visit their site once I have a fairly good change that my amazing extension (I am a bit partial) is listed.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/04/26/using-php-curl-to-check-website-for-updates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Jason Michels on Quora</title>
		<link>http://thebizztech.com/2011/03/31/jason-michels-on-quora/</link>
		<comments>http://thebizztech.com/2011/03/31/jason-michels-on-quora/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 18:53:03 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=20</guid>
		<description><![CDATA[My profile on Quora Jason Michels]]></description>
			<content:encoded><![CDATA[<p>My profile on Quora</p>
<p><span class="qlink_container"><a href="http://www.quora.com/Jason-Michels">Jason Michels</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/03/31/jason-michels-on-quora/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress iPhone App</title>
		<link>http://thebizztech.com/2011/03/23/wordpress-iphone-app/</link>
		<comments>http://thebizztech.com/2011/03/23/wordpress-iphone-app/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 21:54:54 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=19</guid>
		<description><![CDATA[This is the first post from the WordPress iPhone app I have running on my iPhone 4. Unfortunately, I do not have any cell coverage on AT&#038;T where I am located so I am running off a Verizon Mifi card, but that is another story. So far I like this app. It was easy to [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first post from the WordPress iPhone app I have running on my iPhone 4. Unfortunately, I do not have any cell coverage on AT&#038;T where I am located so I am running off a Verizon Mifi card, but that is another story. </p>
<p>So far I like this app. It was easy to login to my self hosted site, once I enabled remote posting in the settings. I have access to enough features such as adding posts and new categories. It is not the best choice for long posts but it works for a quickie like this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/03/23/wordpress-iphone-app/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Safari Extensions &#8211; Puni.co URL Redirection</title>
		<link>http://thebizztech.com/2011/03/23/safari-extensions-puni-co-url-redirection/</link>
		<comments>http://thebizztech.com/2011/03/23/safari-extensions-puni-co-url-redirection/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 18:36:39 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Puni URL Redirection]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Safari Extensions]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[puni]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[safari extensions]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=12</guid>
		<description><![CDATA[For anyone interested in URL redirection services and Safari Extensions, here is a service offered by TheBizzTech LLC.  We have made a Safari Extension that uses the free puni.co url redirection services.  Visit http://safari.puni.co to download the extension. It is really simple to use.  Install the extension, this will put a button next to your URL [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone interested in URL redirection services and Safari Extensions, here is a service offered by TheBizzTech LLC.  We have made a Safari Extension that uses the free <a title="puni.co" href="http://puni.co" target="_blank">puni.co</a> url redirection services.  Visit <a title="http://safari.puni.co" href="http://safari.puni.co" target="_blank">http://safari.puni.co</a> to download the extension.</p>
<p>It is really simple to use.  Install the extension, this will put a button next to your URL box, that says Puni.  Go to any page you would like and click the &#8220;Puni&#8221; button.  This will take the URL of the page you are on and give you a nice &#8220;puni&#8221; URL to use on all of your social networking sites such as Twitter, Facebook, and it is great for SMS text messages.</p>
<p>Here is a good example of the power of this safari extension.  Lets say you want to share a link to a product on Amazon.</p>
<p>Here is the original URL to a product:  <a title="http://www.amazon.com/gp/product/B001AVCFK6/ref=s9_hps_bw_fi2?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=center-4&amp;pf_rd_r=1VC3996Q585W62FEGRWD&amp;pf_rd_t=101&amp;pf_rd_p=1288871882&amp;pf_rd_i=193640011" href="http://www.amazon.com/gp/product/B001AVCFK6/ref=s9_hps_bw_fi2?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=center-4&amp;pf_rd_r=1VC3996Q585W62FEGRWD&amp;pf_rd_t=101&amp;pf_rd_p=1288871882&amp;pf_rd_i=193640011" target="_blank">http://www.amazon.com/gp/product/B001AVCFK6/ref=s9_hps_bw_fi2?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=center-4&amp;pf_rd_r=1VC3996Q585W62FEGRWD&amp;pf_rd_t=101&amp;pf_rd_p=1288871882&amp;pf_rd_i=193640011</a></p>
<p>Here is the puni.co URL using the website or safari extension: <a title="http://puni.co/156" href="http://puni.co/156" target="_blank">http://puni.co/156</a></p>
<p>Here is a quick little YouTube video we threw together.</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/t6YqhL7rM6U?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/t6YqhL7rM6U?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Enjoy, and best of all it is free to use!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/03/23/safari-extensions-puni-co-url-redirection/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Welcome to TheBizzTech.com</title>
		<link>http://thebizztech.com/2011/03/23/welcome-to-thebizztech-com/</link>
		<comments>http://thebizztech.com/2011/03/23/welcome-to-thebizztech-com/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 17:03:11 +0000</pubDate>
		<dc:creator>TheBizzTech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebizztech.com/?p=6</guid>
		<description><![CDATA[Welcome to TheBizzTech LLC official website.  I am one of the three co-founders of the company and will be using this site mostly to share some of my software development experiences.  Our company focuses mostly on building our own software projects, such as http://puni.co and, our current project under development http://getbrill.com.  We also provide the [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to TheBizzTech LLC official website.  I am one of the three co-founders of the company and will be using this site mostly to share some of my software development experiences.  Our company focuses mostly on building our own software projects, such as <a title="http://puni.co" href="http://puni.co" target="_blank">http://puni.co</a> and, our current project under development http://getbrill.com.  We also provide the occasional web development service to clients that are usually referred to us.</p>
<p>Starting off the main focus of my postings will be on Ruby on Rails, PayPal, PHP, and Jquery.  Let me know if there is anything specific you would like to see.</p>
<p>Enjoy the site, I hope you learn something, and I am sure I will learn much along the way.</p>
<p>Thank You,<br />
Jason Michels<br />
CEO of TheBizzTech LLC</p>
]]></content:encoded>
			<wfw:commentRss>http://thebizztech.com/2011/03/23/welcome-to-thebizztech-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

