<?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>DIMW</title>
	<atom:link href="http://www.doitmyway.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doitmyway.net</link>
	<description>Do It My Way or die trying!</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:23:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My methods to boost up my programming speed (implementation level)</title>
		<link>http://www.doitmyway.net/2010/03/11/my-methods-to-boost-up-my-programming-speed-implementation-level/</link>
		<comments>http://www.doitmyway.net/2010/03/11/my-methods-to-boost-up-my-programming-speed-implementation-level/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:20:42 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Read & Write]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[level]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.doitmyway.net/?p=781</guid>
		<description><![CDATA[As the time goes, programmers learn new methods and tricks to reduce time needed for starting new projects. Such thing makes programmers focus on problems instead of codes.
Today I am going to share with you some of the methods I am using to reduce time required to build new projects:

Practice typing

 
Keep this in your [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2010/03/11/my-methods-to-boost-up-my-programming-speed-implementation-level/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web page invoker using java</title>
		<link>http://www.doitmyway.net/2010/03/11/web-page-invoker-using-java/</link>
		<comments>http://www.doitmyway.net/2010/03/11/web-page-invoker-using-java/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 13:48:28 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Connection]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[invoker]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[URLConnection]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.doitmyway.net/?p=770</guid>
		<description><![CDATA[Hi,
as a programmer there are a lot of problems to face. Fortunately, solutions exist no matter how big is the problem. In my case efficiency is not that big deal, so please ignore the algorithms complexity and other geekly stuff  
The problem that made me write this article is:
 We have a folder (A) [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2010/03/11/web-page-invoker-using-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary, Octal, Decimal and Hexadecimal converter(Java)</title>
		<link>http://www.doitmyway.net/2010/02/22/binary-octal-decimal-and-hexadecimal-converter-java/</link>
		<comments>http://www.doitmyway.net/2010/02/22/binary-octal-decimal-and-hexadecimal-converter-java/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:17:48 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[Decimal]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Hexadecimal]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Octal]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.doitmyway.net/?p=750</guid>
		<description><![CDATA[I was working on a simple project that simulate CPU registers, where users can use an assembly-like commands to issue some process while watching changes on the virtual CPU registers.
you may visit it using this link: http://www.doitmyway.net/2010/02/21/cpu-registers-simulator-educational-project/
In fact CPU data are in binary, although users may want to read those data in different format. So [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2010/02/22/binary-octal-decimal-and-hexadecimal-converter-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPU registers simulator (educational project)</title>
		<link>http://www.doitmyway.net/2010/02/21/cpu-registers-simulator-educational-project/</link>
		<comments>http://www.doitmyway.net/2010/02/21/cpu-registers-simulator-educational-project/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 19:34:17 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[Computer organization]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[educational]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[registers]]></category>
		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://www.doitmyway.net/?p=736</guid>
		<description><![CDATA[Computer organization and assembly course was one of the best courses I took. As a computer scientist it opens the world of imagination in my mind so I started to see bits dancing in front of my eyes  
3 years passed since that day, I still can remember how our doctor was explaining the [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2010/02/21/cpu-registers-simulator-educational-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7: Copy list of files using clip</title>
		<link>http://www.doitmyway.net/2009/12/21/windows-7-copy-list-of-files-using-clip/</link>
		<comments>http://www.doitmyway.net/2009/12/21/windows-7-copy-list-of-files-using-clip/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:58:09 +0000</pubDate>
		<dc:creator>ali110</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Clip]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[win 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.doitmyway.net/?p=711</guid>
		<description><![CDATA[This is a very simple easy and small thing to explain, but in certain situations it can help a lot. since  many of my articles here are simple and small PC tips i would like to add this too, although it is much more simple than the others.

Well if you use your PC a lot [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/12/21/windows-7-copy-list-of-files-using-clip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.zml.com</title>
		<link>http://www.doitmyway.net/2009/09/21/www-zml-com/</link>
		<comments>http://www.doitmyway.net/2009/09/21/www-zml-com/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:00:25 +0000</pubDate>
		<dc:creator>haitham</dc:creator>
				<category><![CDATA[Movies & Videos]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=679</guid>
		<description><![CDATA[this website you can download any movie you want
]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/09/21/www-zml-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pligg, stories with no comments</title>
		<link>http://www.doitmyway.net/2009/08/22/pligg-stories-with-no-comments/</link>
		<comments>http://www.doitmyway.net/2009/08/22/pligg-stories-with-no-comments/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 21:43:08 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[no]]></category>
		<category><![CDATA[no comment]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pligg]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[stories]]></category>
		<category><![CDATA[stories with no comment]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=667</guid>
		<description><![CDATA[Pligg is an open source digg clone. in addition to that, it is flexible and very easy to modify. 
Pligg shows published stories in the front page, and it has a link to show the queued stories.
Today I am going to teach you the way to show both commented and not commented stories in the [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/08/22/pligg-stories-with-no-comments/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>pligg avatar based on user id</title>
		<link>http://www.doitmyway.net/2009/08/15/pligg-avatar-based-on-user-id/</link>
		<comments>http://www.doitmyway.net/2009/08/15/pligg-avatar-based-on-user-id/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 08:33:57 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[pligg]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[userid]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=660</guid>
		<description><![CDATA[hello, this is a simple trick to force  pligg avatar system to use user id instead of username.  the problem of pligg avatar system arise with non english letter. it happens when pligg try to write the avatar image file using the username_30.jpg which gives a wrong filename so pligg can not reuse the image [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/08/15/pligg-avatar-based-on-user-id/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>write text on image using php</title>
		<link>http://www.doitmyway.net/2009/08/10/write-text-on-image-using-php/</link>
		<comments>http://www.doitmyway.net/2009/08/10/write-text-on-image-using-php/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 23:54:40 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagettftext]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=611</guid>
		<description><![CDATA[
hello,
this is a simple method to write text on image using php. in fact, my friends asked me to create a php page that will take a specific information about their website visitors and return an image of a certificate with the visitor information written on it.
the logic of the program has three steps:

read input [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/08/10/write-text-on-image-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>my own geek smiley</title>
		<link>http://www.doitmyway.net/2009/08/07/my-own-geek-smiley/</link>
		<comments>http://www.doitmyway.net/2009/08/07/my-own-geek-smiley/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:45:34 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[smiley]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=604</guid>
		<description><![CDATA[hello,
i designed my own geek smileys.They are simple, however they are just similar to my face expressions. you may get a PSD copy from this link: 


 
]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/08/07/my-own-geek-smiley/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>pligg rtl pagination</title>
		<link>http://www.doitmyway.net/2009/08/05/pligg-rtl-pagination/</link>
		<comments>http://www.doitmyway.net/2009/08/05/pligg-rtl-pagination/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 18:29:00 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[pligg]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[rtl]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=594</guid>
		<description><![CDATA[hello,
pligg is digg clone. it is a very famous one. i am working on converting its template from LTR to RTL. one of the problems is the pagination. it is can not be changed using CSS. so i opened html1.php and do the following.
first: open html1.php and find this line
for ($i=$start;$i&#60;=$end &#38;amp;&#38;amp; $i&#60;= $total_pages;$i++) {
if($i==$current) [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/08/05/pligg-rtl-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Tabs Organization</title>
		<link>http://www.doitmyway.net/2009/08/04/firefox-tabs/</link>
		<comments>http://www.doitmyway.net/2009/08/04/firefox-tabs/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 19:42:33 +0000</pubDate>
		<dc:creator>ali110</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=587</guid>
		<description><![CDATA[are you like me opening millions of tabs in one firefox window !
well it is kind of annoying to have all these tabs unorganized inside one single window. Maybe the better way  would be saperating the tabs into different firefox windows.
But my way of doing this is a bit different
to be able to explain it [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/08/04/firefox-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ever Needed to find similler pictures ?!</title>
		<link>http://www.doitmyway.net/2009/07/24/ever-needed-to-find-similler-pictures/</link>
		<comments>http://www.doitmyway.net/2009/07/24/ever-needed-to-find-similler-pictures/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:14:43 +0000</pubDate>
		<dc:creator>ali110</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[ever]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[needed]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[similler]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=575</guid>
		<description><![CDATA[I think it is common problem that sometimes you have a picture but it is low quality and you  start searching for higher quality pictures on the net (isn&#8217;t hard !!)
isnt easier if you can just upload your picture to a search engine and let the search engine  do the hard work of finding similler [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/07/24/ever-needed-to-find-similler-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fill up Gmail in no time</title>
		<link>http://www.doitmyway.net/2009/07/23/fill-up-gmail-in-no-time/</link>
		<comments>http://www.doitmyway.net/2009/07/23/fill-up-gmail-in-no-time/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:36:38 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fill]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[inbox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Send]]></category>
		<category><![CDATA[sent]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[up]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=564</guid>
		<description><![CDATA[Hello,
There was a bet between me and my friend Ali about weather i can fill up his 7 GB Gmail account in less than a day. It is a hard thing to do by hand so i automated the process.
Note: 
This article is written with the aims of sharing knowledge. i am not responsible for [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/07/23/fill-up-gmail-in-no-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>setting up a proxy server for small building lan</title>
		<link>http://www.doitmyway.net/2009/07/23/setting-up-a-proxy-server-for-small-building-lan/</link>
		<comments>http://www.doitmyway.net/2009/07/23/setting-up-a-proxy-server-for-small-building-lan/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 22:01:16 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[ccproxy]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Proxy server]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[small]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=496</guid>
		<description><![CDATA[Hello,
A month ago I and my friends joined a basic DSL plan with one of internet service providers in my country. Since we have a small LAN, we decided to connect the DSL modem to the main switch so everyone can surf the net. Initially we agree to divide the bill fees equally, but now [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/07/23/setting-up-a-proxy-server-for-small-building-lan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>multi separators for pligg 1.0 tags</title>
		<link>http://www.doitmyway.net/2009/07/15/multi-separators-for-pligg-1-0-tags/</link>
		<comments>http://www.doitmyway.net/2009/07/15/multi-separators-for-pligg-1-0-tags/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 15:54:57 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[1.0]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[comma]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[managment]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[non]]></category>
		<category><![CDATA[pligg]]></category>
		<category><![CDATA[separators]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=488</guid>
		<description><![CDATA[pligg is one of most promising content managment systems. it is an open source digg clone.  it has a very good development team. still it will need more time to reach its golden age.
i am using pligg for many of my web projects. this is one of them: http://www.alegabat.net/
it is working on an arabized version [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/07/15/multi-separators-for-pligg-1-0-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my batch Image Converter using java imageIO</title>
		<link>http://www.doitmyway.net/2009/07/10/my-batch-image-convertor-using-java-imageio/</link>
		<comments>http://www.doitmyway.net/2009/07/10/my-batch-image-convertor-using-java-imageio/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 21:41:50 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[bic]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[Convertor]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imageIO]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java.code]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[src]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=469</guid>
		<description><![CDATA[how many times you wanted to convert a batch of images from jpg/gif/png/ico to  jpg/gif/png/ico?
this happens to me very rarely, still i want to solve this problem my way.
Once i was surfing the net and i found a software called &#8220;batch image converter&#8221;. it was a simple one. really i liked it so i decided [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/07/10/my-batch-image-convertor-using-java-imageio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>decompile wordpress mo to po</title>
		<link>http://www.doitmyway.net/2009/06/30/decompile-wordpress-mo-to-po/</link>
		<comments>http://www.doitmyway.net/2009/06/30/decompile-wordpress-mo-to-po/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:03:13 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[decompile]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[mo]]></category>
		<category><![CDATA[multilanguage]]></category>
		<category><![CDATA[po]]></category>
		<category><![CDATA[poedit]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[translator]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=446</guid>
		<description><![CDATA[hi all,
wordpress is a very powerfull blog publishing application. it supports multilanguage. and its using (mo) and (po) files as languages files. po files are editable language file, where mo is a binary file.
normally language translation are prepared as po files. then they compiled to mo files. but today we will do the opposite thing. [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/06/30/decompile-wordpress-mo-to-po/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIMW Theme modification</title>
		<link>http://www.doitmyway.net/2009/06/25/theme-modification/</link>
		<comments>http://www.doitmyway.net/2009/06/25/theme-modification/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 12:44:53 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=425</guid>
		<description><![CDATA[hi all,
it is summer in my country. the current theme is red and make me upset. i am thinking of a blue one. overall, do not be surprised if you visit this blog and found it in diffrent shape.
i changed the theme of this blog. it is not blue. i hope that you like it. [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/06/25/theme-modification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quote of outcomes</title>
		<link>http://www.doitmyway.net/2009/06/23/quote-of-outcomes/</link>
		<comments>http://www.doitmyway.net/2009/06/23/quote-of-outcomes/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 04:31:31 +0000</pubDate>
		<dc:creator>AHMED AL YAMANI</dc:creator>
				<category><![CDATA[Quotes MyWay]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[outcomes]]></category>
		<category><![CDATA[Quote]]></category>
		<category><![CDATA[unstable]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=412</guid>
		<description><![CDATA[in this unstable life, if doing a thing has the same outcomes as not doing it, then you better not waste your time on it.


]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/06/23/quote-of-outcomes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
