<?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>Joseph Tinsley &#187; Projects</title>
	<atom:link href="http://www.josephtinsley.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.josephtinsley.com</link>
	<description>Trying to build applications that I think are useful</description>
	<lastBuildDate>Thu, 11 Aug 2011 03:36:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>My First Mongo PHP APP</title>
		<link>http://www.josephtinsley.com/2011/02/26/my-first-mongo-php-app/</link>
		<comments>http://www.josephtinsley.com/2011/02/26/my-first-mongo-php-app/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 00:08:23 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[me]]></category>
		<category><![CDATA[MongDB]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[Sql]]></category>

		<guid isPermaLink="false">http://www.josephtinsley.com/?p=468</guid>
		<description><![CDATA[Today I created my first MongoDB application. Please no applause, this app is incredibly boring.  At the time I was fresh out of cool ideas, especially ideas that required a nice amount of data. So I went with a simple US Population search script. I actually had a copy of the 2009 census data in [...]]]></description>
			<content:encoded><![CDATA[<p>Today I created my first MongoDB application. Please no applause, this app is incredibly boring.  At the time I was fresh out of cool ideas, especially ideas that required a nice amount of data.<br />
So I went with a simple <a href="http://www.josephtinsley.com/seo-tools/my-first-mongo-php-app.php">US Population search script</a>. I actually had a copy of the 2009 census data in a mysql table from some time ago. I have no idea why, I guess I&#8217;m a hoarder like that.<br />
But basically I built this just for the experience. I&#8217;ve been hearing a lot of hub bub about MongoDB and thought I should give it a try.  I have to say from what I&#8217;ve fiddled with so far it is pretty interesting. If you&#8217;re coming from a RDBMS like I was, it&#8217;s going to take some time to change your thought process.</p>
<p>MongoDB store its data in what they call documents which are somewhat like table rows. I&#8217;m not going to go down that road because I&#8217;m still a newbie myself and I don&#8217;t want to put anyone on the wrong path. But what helped me get along was that I envisioned accessing data from a XML feed. Of course MongoDB documents are not XML feeds but they are structured a bit like a feed.</p>
<p>For example goto Buy.com and view the source of one of their product feeds (<a href="http://www.buy.com/rss/feed.asp?loc=273&amp;grp=4">Example Product Feed</a>) look specifically at each product node. When accessing data from MongoDB document I put myself in the mindset as if I&#8217;m grabbing data from a XML product feed.  Crazy, but it works for me.</p>
<p><a href="http://www.josephtinsley.com/images/2011/02/mongodb-documents-e1298764730669.png"><img class="size-medium wp-image-478 alignnone" title="mongodb-documents-mongovue" src="http://www.josephtinsley.com/images/2011/02/mongodb-documents_300x270.png" alt="Mongo Document Mongovue" width="300" height="270" /></a></p>
<p>Bottom line I think MongoDB is pretty interesting, I&#8217;m still new to it so I&#8217;m not quite ready to ditch MySql.<br />
During my quest for knowledge I found myself looking for examples to help me get started. In my opinion there wasn&#8217;t that much out there but that&#8217;s probably because it&#8217;s fairly still new. But here are few sites that help me get started.</p>
<ul>
<li><a href="http://learnmongo.com/">http://learnmongo.com/</a> &#8211; He/She had some good PHP examples.</li>
<li><a href="http://www.php2all.de/manual/mongo.tutorial.html">http://www.php2all.de/manual/mongo.tutorial.html</a> &#8211; Also has some good PHP &amp; MongoDB example</li>
<li><a href="http://www.mongodb.org/">http://www.mongodb.org/</a> &#8211; The MongoDB Official site
<ul>
<li><a href="http://www.mongodb.org/display/DOCS/SQL+to+Mongo+Mapping+Chart">http://www.mongodb.org/display/DOCS/SQL+to+Mongo+Mapping+Chart</a> – The Sql to MongoDB mapping chart is pretty cool.</li>
</ul>
</li>
<li><a href="http://blog.mongovue.com/">http://blog.mongovue.com/</a> &#8211; I think it&#8217;s a great tool for view your collections and documents.</li>
<li><a href="http://www.slideshare.net/kriswallsmith/mongod-pdxphp">http://www.slideshare.net/kriswallsmith/mongod-pdxphp</a>
<ul>
<li>Also check around for other presentations on slideshare.com there a bunch of good one out there.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.josephtinsley.com/2011/02/26/my-first-mongo-php-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New SMS Project in Scope</title>
		<link>http://www.josephtinsley.com/2010/05/20/new-sms-project-in-scope/</link>
		<comments>http://www.josephtinsley.com/2010/05/20/new-sms-project-in-scope/#comments</comments>
		<pubDate>Thu, 20 May 2010 17:29:45 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[me]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.josephtinsley.com/?p=339</guid>
		<description><![CDATA[I have a new project in mind, it&#8217;s SMS based. I&#8217;m going to take this weekend to scratch it out on paper before I actually start coding the thing. This is still a new approach for me. On my last project I flow charted everything out before hitting the code and things actually went a [...]]]></description>
			<content:encoded><![CDATA[<p>I have a new project in mind, it&#8217;s SMS based. I&#8217;m going to take this weekend to scratch it out on paper before I actually start coding the thing. This is still a new approach for me. On my last project I flow charted everything out before hitting the code and things actually went a tad bit faster. Plus I found that if you don&#8217;t have a well documented process before you start then it&#8217;s actually harder to determine the projects end date because you will be constantly added bits and pieces or modifying things.<br />
Overall I&#8217;m really, really excited because this project will be solving one of my longtime dilemmas. And that&#8217;s remembering things. So if I can bust this one out in less then a month that would be incredible. But honestly the coding has never been an issue, it&#8217;s the designing, that’s my Achilles heel. I&#8217;ve always thought if I could some how team up with a web designer I would kick some major ass. <em>(Please take that as a hint)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephtinsley.com/2010/05/20/new-sms-project-in-scope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

