<?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>my wings of love &#187; howto</title>
	<atom:link href="http://www.mywingsoflove.com/category/techtalk/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywingsoflove.com</link>
	<description>To love is my only wish and God realization is my only goal</description>
	<lastBuildDate>Tue, 22 Nov 2011 09:59:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Clicking on Radio button hangs for MFC based dialog Application</title>
		<link>http://www.mywingsoflove.com/2010/11/12/clicking-on-radio-button-hangs-for-mfc-based-dialog-application/</link>
		<comments>http://www.mywingsoflove.com/2010/11/12/clicking-on-radio-button-hangs-for-mfc-based-dialog-application/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:09:05 +0000</pubDate>
		<dc:creator>gopu</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.mywingsoflove.com/?p=419</guid>
		<description><![CDATA[If your application is hanging when you click on a Radio button, must probably you have set the Auto property (under Appearance in Visual Studio Dialog designer) of Radio button to TRUE. Setting AUTO should have worked&#8230; but for some reason it does not work for you causing hangs then it could be a bug [...]]]></description>
		<wfw:commentRss>http://www.mywingsoflove.com/2010/11/12/clicking-on-radio-button-hangs-for-mfc-based-dialog-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zFeeder &#8211; Making PHP 5.3 + compatible, solving &#8216;Function ereg_replace() is deprecated&#8217;</title>
		<link>http://www.mywingsoflove.com/2010/01/14/zfeeder-making-php53-compatible/</link>
		<comments>http://www.mywingsoflove.com/2010/01/14/zfeeder-making-php53-compatible/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 17:12:17 +0000</pubDate>
		<dc:creator>gopu</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Techtalk]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[zFeeder]]></category>

		<guid isPermaLink="false">http://www.mywingsoflove.com/?p=392</guid>
		<description><![CDATA[You may want to check ZebreFeed &#8211; web-based RSS/ATOM aggregator on PHP5, based on zFeeder 1.6 The latest zFeeder 1.6 uses couple PHP functions &#8211; ereg_replace and set_magic_quotes_runtime, which are deprecated in PHP starting from version 5.3. These function will no more be supported from PHP 6.0 onward. How to solve &#8220;Deprecated: Function ereg_replace() is [...]]]></description>
		<wfw:commentRss>http://www.mywingsoflove.com/2010/01/14/zfeeder-making-php53-compatible/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fix for mergelog, fails with error &#8220;abort due to a problem&#8221; for dummy records of apache access logs</title>
		<link>http://www.mywingsoflove.com/2009/12/14/mergelog-fails-with-abort-due-to-a-problem/</link>
		<comments>http://www.mywingsoflove.com/2009/12/14/mergelog-fails-with-abort-due-to-a-problem/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:37:19 +0000</pubDate>
		<dc:creator>gopu</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.mywingsoflove.com/?p=341</guid>
		<description><![CDATA[Download the fixed package If you are getting &#8220;abort due to problem&#8221; for apache access logs for dummy records when your run mergelog (or zmergelog) then you fix the problem as follows: 1. Open mergelog.c file under src folder 2. Look for #define SCAN_OFFSET 9 3. Change it to #define SCAN_OFFSET 7 That&#8217;s all. The [...]]]></description>
		<wfw:commentRss>http://www.mywingsoflove.com/2009/12/14/mergelog-fails-with-abort-due-to-a-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to catch copy paste from explorer using shell extension? ICopyHook alternative for files and folder</title>
		<link>http://www.mywingsoflove.com/2009/11/12/howto-handle-copy-paste-from-explorer-using-shell-extension-icopyhook-alternative/</link>
		<comments>http://www.mywingsoflove.com/2009/11/12/howto-handle-copy-paste-from-explorer-using-shell-extension-icopyhook-alternative/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 05:47:57 +0000</pubDate>
		<dc:creator>gopu</dc:creator>
				<category><![CDATA[Code snippet]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Techtalk]]></category>

		<guid isPermaLink="false">http://www.mywingsoflove.com/?p=280</guid>
		<description><![CDATA[Handling copy paste/cut paste event from explorer using shell extension...
Solution to :
1. How to catch copy paste from explorer using shell extension? ICopyHook alternative for files and folder
2. Howto trap copy paste event from explorer to do your custom processing or even
3. Howto replace/substitute the copy-paste/cut-paste operation with your own copy or move or anything else
]]></description>
		<wfw:commentRss>http://www.mywingsoflove.com/2009/11/12/howto-handle-copy-paste-from-explorer-using-shell-extension-icopyhook-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert ASCII/UNICODE string to hex string? Function/API to convert to hex string</title>
		<link>http://www.mywingsoflove.com/2009/11/04/howto-convert-asciiunicode-string-to-hexstring/</link>
		<comments>http://www.mywingsoflove.com/2009/11/04/howto-convert-asciiunicode-string-to-hexstring/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 06:03:21 +0000</pubDate>
		<dc:creator>gopu</dc:creator>
				<category><![CDATA[Code snippet]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Techtalk]]></category>

		<guid isPermaLink="false">http://www.mywingsoflove.com/?p=274</guid>
		<description><![CDATA[Code snippet/API/function to convert a ASCII/UNICODE string to HEX]]></description>
		<wfw:commentRss>http://www.mywingsoflove.com/2009/11/04/howto-convert-asciiunicode-string-to-hexstring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve &#8216;ReadFile hangs&#8217; for named pipe client/server &#8211; sample working code for named pipe</title>
		<link>http://www.mywingsoflove.com/2009/11/03/how-to-solve-readfile-hang-writefile-hang-namedpipe/</link>
		<comments>http://www.mywingsoflove.com/2009/11/03/how-to-solve-readfile-hang-writefile-hang-namedpipe/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 06:20:32 +0000</pubDate>
		<dc:creator>gopu</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Techtalk]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.mywingsoflove.com/?p=270</guid>
		<description><![CDATA[Cause of ReadFile hangs for a named pipe client]]></description>
		<wfw:commentRss>http://www.mywingsoflove.com/2009/11/03/how-to-solve-readfile-hang-writefile-hang-namedpipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

