<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Ah.So.Idea &#187; non profiteerism</title>
	<atom:link href="http://www.ahsodes.com/blog/category/non-profiteerism/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ahsodes.com/blog</link>
	<description>Ah.So.Idea - > your culturo-techno blunderbuss...</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:44:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>ahsphar2001@yahoo.com ()</managingEditor>
		<webMaster>ahsphar2001@yahoo.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Ah.So.Idea -  your culturo-techno blunderbuss...</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>ahsphar2001@yahoo.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.ahsodes.com/blog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.ahsodes.com/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Ah.So.Idea</title>
			<link>http://www.ahsodes.com/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Vidbb (back to) work log&#8230;</title>
		<link>http://www.ahsodes.com/blog/vidbb-back-to-work-log/</link>
		<comments>http://www.ahsodes.com/blog/vidbb-back-to-work-log/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 03:37:51 +0000</pubDate>
		<dc:creator>Holly</dc:creator>
				<category><![CDATA[Desdev/Info-archronism]]></category>
		<category><![CDATA[non profiteerism]]></category>

		<guid isPermaLink="false">http://www.ahsodes.com/blog/?p=9</guid>
		<description><![CDATA[Last weekend I finally got inspired to sit down at vidbb&#8217;s code. (for some reason, I miss being involved with the non-profit world)
Anyway, for the first time in over 8 months I took a look at vidbb&#8217;s guts&#8230;  It took me a little while to figure out why I had done some of it [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I finally got inspired to sit down at <a href="http://vidbb.org">vidbb&#8217;s </a>code. (for some reason, I miss being involved with the non-profit world)</p>
<p>Anyway, for the first time in over 8 months I took a look at vidbb&#8217;s guts&#8230;  It took me a little while to figure out why I had done some of it the way that I had&#8230;  but I did.   I got some more of the individual-video page&#8217;s form pulling the appropriate data from the db.   Also attacked making that form AJAXified and was a little successful.  On change, the select boxes contact the DB and 1) insert a new row into the edits table and 2) try to update the appropriate record of the person&#8217;s description table.</p>
<p>The first step worked except that the timestamp column isn&#8217;t updating.  The problems there were 1) I was using MySQL query browser to edit the table and it wouldn&#8217;t allow the time_edited column to be not null&#8230;  I guess I&#8217;ll have to brush the cobwebs off my SQL programming and edit the table properties with sql.</p>
<p>Problem 2) was that the query for the table update kept choking on the query.  When I first developed vidbb, I was experimenting with various DB layers and settled on <a href="http://adodb.sourceforge.net/">PHP ADODB</a>.  I don&#8217;t think I had ever run into any problems until this weekend for some reason it was adding an &#8216;LIMIT&#8217; clause onto the insert (update?) query&#8230;  at least I think that&#8217;s what it was choking on.</p>
<p>I also spent a lot of time taking the form out of the formatted string and made it just a regular mixed page (markup with php in it).  I had been trying to keep the back-end logic and front-end markup completely separate but it turned out to be more of a hassle than I could justify.</p>
<p>Overall, I&#8217;m fairly pleased with what I did.  It has been a while since I&#8217;ve worked on this&#8230;  I just need to re-familiarize myself with it.  There does seem to be a lot of kruft that I need to prune&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahsodes.com/blog/vidbb-back-to-work-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

