<?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>Tech-Recipes&#187; Computer programming</title>
	<atom:link href="http://www.tech-recipes.com/category/computer-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pear Fix for &#8220;Error: Unable to Unpack&#8221;</title>
		<link>http://www.tech-recipes.com/rx/3944/pear-fix-for-error-unable-to-unpack/</link>
		<comments>http://www.tech-recipes.com/rx/3944/pear-fix-for-error-unable-to-unpack/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:41:25 +0000</pubDate>
		<dc:creator>davak</dc:creator>
				<category><![CDATA[PHP programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[unpack]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3944</guid>
		<description><![CDATA[Recently while trying to install some Pear packages, I received an odd &#8220;Error: Unable to Unpack&#8221; message.  A search for this error message found a lot of complaining people and not a lot of answers.  I finally figured out the cause and the fix for this common Pear problem.
(...)Read the rest of Pear [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3944/pear-fix-for-error-unable-to-unpack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cocoa: Explode or break an NSString into individual words</title>
		<link>http://www.tech-recipes.com/rx/3418/cocoa-explode-break-nsstring-into-individual-words/</link>
		<comments>http://www.tech-recipes.com/rx/3418/cocoa-explode-break-nsstring-into-individual-words/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 10:47:04 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[NSCharacterSet]]></category>
		<category><![CDATA[NSString]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3418</guid>
		<description><![CDATA[Breaking apart a string of text into component words is a requirement for performing searches in text and other text processing. This task is easy in Cocoa/Objective-C, although it requires digging through a few class references in the documentation.  If you need a more complicated expansion of a string, at least this code will [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3418/cocoa-explode-break-nsstring-into-individual-words/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP: Upload Files to the Server</title>
		<link>http://www.tech-recipes.com/rx/3112/php-upload-files-to-the-server-2/</link>
		<comments>http://www.tech-recipes.com/rx/3112/php-upload-files-to-the-server-2/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 03:29:26 +0000</pubDate>
		<dc:creator>William_Wilson</dc:creator>
				<category><![CDATA[PHP programming]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3112</guid>
		<description><![CDATA[With PHP, it is simple to upload any file to your server.
(...)Read the rest of PHP: Upload Files to the Server 

© William_Wilson for Tech-Recipes, 2008. &#124;
Permalink &#124;
6 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3112/php-upload-files-to-the-server-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Symfony / Propel:  How to Left Join</title>
		<link>http://www.tech-recipes.com/rx/2924/symfony_propel_how_to_left_join/</link>
		<comments>http://www.tech-recipes.com/rx/2924/symfony_propel_how_to_left_join/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 07:23:12 +0000</pubDate>
		<dc:creator>davak</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[left join]]></category>
		<category><![CDATA[propel]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A JOIN is a way to connect related database tables by the common values  between them.  A left join contains all of the rows from the primary table plus related members of the second database if they exist. Using joins can significantly reduce the number of database queries required to render a web [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2924/symfony_propel_how_to_left_join/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Symfony: Rebuild from Schema.yml Without Loss of Data</title>
		<link>http://www.tech-recipes.com/rx/2919/symfony_rebuild_from_schema_yml_without_loss_of_data/</link>
		<comments>http://www.tech-recipes.com/rx/2919/symfony_rebuild_from_schema_yml_without_loss_of_data/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:25:52 +0000</pubDate>
		<dc:creator>davak</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[rebuild]]></category>
		<category><![CDATA[schema]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[As my test database became more complex, I hated entering data again after doing a propel-build-all.  Following these commands, you can save your database content after rebuilding your database from your schema file.
(...)Read the rest of Symfony: Rebuild from Schema.yml Without Loss of Data 

© davak for Tech-Recipes, 2008. &#124;
Permalink &#124;
1 comment &#124;
Add to
del.icio.us

Post [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2919/symfony_rebuild_from_schema_yml_without_loss_of_data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symfony: Delete an Application</title>
		<link>http://www.tech-recipes.com/rx/2843/symfony_delete_application/</link>
		<comments>http://www.tech-recipes.com/rx/2843/symfony_delete_application/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 08:25:38 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[delete]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The command line provisioning utility in symfony provides mechanisms to create an application, but doesn&#8217;t have the means to delete one.  If you&#8217;ve unintentionally created an application or no longer need an app and want to do housecleaning, this Tech-Recipe describes how to get it gone.
(...)Read the rest of Symfony: Delete an Application 

© [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2843/symfony_delete_application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Symfony: Fix propel-insert-sql error: Can&#8217;t connect to local MySQL server</title>
		<link>http://www.tech-recipes.com/rx/2841/symfony_fix_propel_insert_sql_error_can_t_connect_to_local_mysql_server/</link>
		<comments>http://www.tech-recipes.com/rx/2841/symfony_fix_propel_insert_sql_error_can_t_connect_to_local_mysql_server/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 14:06:43 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[propel]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[After building your model and the SQL code to represent it, symfony offers a mechanism to insert the SQL code directly into your configured database.  If you are running MySQL locally, this should work for you with no additional configuration.  If you are running MySQL on another server, as is common in shared [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2841/symfony_fix_propel_insert_sql_error_can_t_connect_to_local_mysql_server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Print the current year for copyright notices</title>
		<link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/</link>
		<comments>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 18:30:52 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[PHP programming]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Hardcoding the year in a copyright notice is an easy way to get a blog or other website started, just placing the starting and ending years next to the copyright symbol.  We have the very best of intentions to change this number right after the big ball drops in Times Square each year.  [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dreamweaver CS3: Change How Text is Pasted into Design View</title>
		<link>http://www.tech-recipes.com/rx/2811/dreamweaver_cs3_change_how_text_is_pasted_into_design_view/</link>
		<comments>http://www.tech-recipes.com/rx/2811/dreamweaver_cs3_change_how_text_is_pasted_into_design_view/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 04:11:18 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Web application programming]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[dreamweaver]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Pasting the text from another application into Dreamweaver&#8217;s design view can be rather messy.  This is due to the default settings, as they keep the original structure and basic formatting of the originating application.  Fortunately, the defaults can be changed to better meet your main needs and using Paste Special can be used [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2811/dreamweaver_cs3_change_how_text_is_pasted_into_design_view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix for ASP Pages That Will Not Display an ADO Recordset based on a #Temp Table</title>
		<link>http://www.tech-recipes.com/rx/2760/fix_asp_pages_will_not_display_ado_recordset_temp_table/</link>
		<comments>http://www.tech-recipes.com/rx/2760/fix_asp_pages_will_not_display_ado_recordset_temp_table/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 12:57:05 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Web application programming]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Here&#8217;s the problem: your asp page is designed to display the data contained in an SQL generated #temp table.  When you run the page, you get an error that states that the operation is not allowed when the object is closed.  If you execute the SQL command in a query window though, the [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2760/fix_asp_pages_will_not_display_ado_recordset_temp_table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
