<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>VerySimple Dev Blog</title>
	<link>http://www.verysimple.com/blog</link>
	<description>Technical tips, tricks and rants</description>
	<lastBuildDate>Sat, 15 Nov 2008 04:03:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>C# Adding Email Attachments w/o Saving the File</title>
		<description><![CDATA[Attaching files to emails in .NET is easy if you&#8217;ve physically saved the file on the server.  What if you don&#8217;t want to save the file, though?  It&#8217;s actually pretty simple as well, but you need to convert the data to be attached into a Stream.
The following code converts some plain old text [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/11/14/c-adding-and-email-attachment-wo-saving-the-file/</link>
			</item>
	<item>
		<title>Monitor Log Files in Realtime with LogFileMonitor</title>
		<description><![CDATA[In order to more easily monitor some web services that we have running, I whipped up a quick .NET app to monitor log files in real-time.  I got a little bit carried away and wrote more than I needed, but I think this app will save a lot of time in the long run.
The app [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/10/28/logfilemonitor-for-net/</link>
			</item>
	<item>
		<title>Binding Flex TextInput UI Controls to a DataProvider</title>
		<description><![CDATA[In Flex when you bind data to a UI control like a DataGrid, the grid cells refresh every time the dataSource changes.  The reverse is also true if the DataGrid is enabled for editing.  That is, the dataSource is also updated when you edit a cell.
The TextInput can be bound as well so [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/09/16/binding-flex-textinput-ui-controls-to-a-dataprovider/</link>
			</item>
	<item>
		<title>Handling data updates with the Flex AS3 DataGrid</title>
		<description><![CDATA[The Flex DataGrid is an incredibly useful component however there is one feature that is strangely missing in AS3 which is a cellEdit event.  One would assume that a listener could be attached to the DataGrid which gets fired when a cell is edited - which is true.  You can listen to the itemEndEdit event, [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/09/10/handling-data-updates-with-the-flex-as3-datagrid/</link>
			</item>
	<item>
		<title>Working with dates in Flex AIR and SQLite</title>
		<description><![CDATA[Working with SQLite and Flex/AIR Date values can be tricky and various caveats are not particularly well documented.  The confusion (for me) is that ActionScript is loaded with UTC functions, and SQLite will happily insert them into DATETIME columns.  Everything appears fine, however SQLite does not actually recognize this format as a Date [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/09/09/working-with-dates-in-flex-air-and-sqlite/</link>
			</item>
	<item>
		<title>Ridiculous date formatting in SQLite</title>
		<description><![CDATA[The following code outputs a SQLite date into a standard date format with month abbreviations that, believe it or not, Flex/AIR will accept as a Date value (Though SQLite itself doesn&#8217;t recognize it as a valid DATETIME!).  I created this atrocious code while trying to figure out the mysterious interaction between AIR and SQLite [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/09/08/rediculous-date-formatting-in-sqlite/</link>
			</item>
	<item>
		<title>Delete an unused workspace from Flex Builder 3</title>
		<description><![CDATA[Flex Builder 3 (ie Eclipse) keeps a running list of your most recently used workspaces and presents them when you select &#8220;Switch Workspace&#8221;  If you&#8217;ve moved stuff around or were experimenting, you&#8217;re likely to have a few workspaces listed there that you don&#8217;t want.  To my knowledge there&#8217;s no setting you can clear [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/07/18/delete-an-unused-workspace-from-flex-builder-3/</link>
			</item>
	<item>
		<title>Flex FlipCard Component</title>
		<description><![CDATA[This is a FlipCard (for lack of a better name) component for Flex3.  It allows you to put content on two sides of a 3D &#8220;card&#8221; and flip between the front and back.  Below is a screenshot which looks like a typical Panel except for the small overlay in the upper right corner. [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/07/11/flex-flipcard-component/</link>
			</item>
	<item>
		<title>Some of the purchased items on the iPhone could not be transferred&#8230;</title>
		<description><![CDATA[
If you purchase an application directly through your iPhone, you may get a warning similar to &#8220;Some of the purchased items on the iPhone could not be transferred&#8230;&#8221; when you try to sync with iTunes.
I was able to get rid of this warning by simply going to the iTunes store from within iTunes (not the [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/07/11/some-of-the-purchased-items-on-the-iphone-could-not-be-transferred/</link>
			</item>
	<item>
		<title>CLI has stopped working</title>
		<description><![CDATA[&#8220;CLI has stopped working&#8221; is an error that you may encounter when running command-line PHP scripts in Windows.  This has been reported frequently by CakePHP users when their &#8220;bake&#8221; scripts crash.  My particular experience with this issue occurred while running PHPUnit tests from the command line.

The top search result as well as others indicates that [...]]]></description>
		<link>http://www.verysimple.com/blog/2008/07/03/cli-has-stopped-working/</link>
			</item>
</channel>
</rss>
