<?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 &#187; Web Development</title>
	<atom:link href="http://www.doitmyway.net/category/computer/web_development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doitmyway.net</link>
	<description>Do It My Way or die trying!</description>
	<lastBuildDate>Wed, 07 Jul 2010 16:38:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Read feedburner awareness api using php simplexml_load_file()</title>
		<link>http://www.doitmyway.net/2010/04/04/read-feedburner-awareness-api-using-php-simplexml_load_file/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=read-feedburner-awareness-api-using-php-simplexml_load_file</link>
		<comments>http://www.doitmyway.net/2010/04/04/read-feedburner-awareness-api-using-php-simplexml_load_file/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 13:09:14 +0000</pubDate>
		<dc:creator>AL YAMANI</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[awareness]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[simplexml_load_file]]></category>

		<guid isPermaLink="false">http://www.doitmyway.net/?p=855</guid>
		<description><![CDATA[hi all, this is a simple php script to retrieve and read feedburner awareness xml file. it is based on simplexml_load_file() function. all what you need to do is changing the $title variable. all the best. &#60; ?php $title=&#34;Dimw&#34;; $apicall=&#34;https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=&#34;.$title; $xml = simplexml_load_file&#40;$apicall&#41;; echo &#34;URI: &#34;.$xml-&#62;feed&#91;'uri'&#93;; echo &#34;DATE: &#34;.$xml-&#62;feed-&#62;entry&#91;'date'&#93;; echo &#34;CIRCULATION: &#34;.$xml-&#62;feed-&#62;entry&#91;'circulation'&#93;; echo &#34;HITS: &#34;.$xml-&#62;feed-&#62;entry&#91;'hits'&#93;;]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2010/04/04/read-feedburner-awareness-api-using-php-simplexml_load_file/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/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=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>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]]></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/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=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>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/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=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>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]]></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>pligg rtl pagination</title>
		<link>http://www.doitmyway.net/2009/08/05/pligg-rtl-pagination/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=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>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;]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/08/05/pligg-rtl-pagination/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/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=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>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]]></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>html tokenizer</title>
		<link>http://www.doitmyway.net/2009/03/19/html-tokenizer/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=html-tokenizer</link>
		<comments>http://www.doitmyway.net/2009/03/19/html-tokenizer/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 14:43:13 +0000</pubDate>
		<dc:creator>AL YAMANI</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[token]]></category>
		<category><![CDATA[tokenizer]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=142</guid>
		<description><![CDATA[Hypertext Markup Language (HTML), is the most predominant language for web development. This articles aims to discuss a simple HTML Tokenizer design logic and implementation. outline: introduction to Tokenizers Why html tokenizer? Html tokens Example of tokenizing Prototype using Java introduction to Tokenizers: Tokenizers are tools used to tokenize tokens. Tokenize is the work of]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/03/19/html-tokenizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>See Whether IIS is Installed and Add Any Necessary Components</title>
		<link>http://www.doitmyway.net/2009/02/22/see-whether-iis-is-installed-and-add-any-necessary-components/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=see-whether-iis-is-installed-and-add-any-necessary-components</link>
		<comments>http://www.doitmyway.net/2009/02/22/see-whether-iis-is-installed-and-add-any-necessary-components/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 05:50:46 +0000</pubDate>
		<dc:creator>szakwani</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[files     Internet Information Services snap-in     SMTP service     Network News Transfer Protocol]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Services (IIS)]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[Web service           To]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=117</guid>
		<description><![CDATA[Click Start, point to Settings, and then click Control Panel. Double-click Add/Remove Programs. Click Add/Remove Windows Components in the left pane. In the Windows Components Wizard, look for the Internet Information Services (IIS) entry in the list of components. If IIS is already installed, the check box next to it is selected. To see what]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/02/22/see-whether-iis-is-installed-and-add-any-necessary-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Meta keywords and description,PhpNuke</title>
		<link>http://www.doitmyway.net/2009/02/09/dynamic-meta-keywords-description-phpnuke/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dynamic-meta-keywords-description-phpnuke</link>
		<comments>http://www.doitmyway.net/2009/02/09/dynamic-meta-keywords-description-phpnuke/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 16:22:50 +0000</pubDate>
		<dc:creator>AL YAMANI</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[Dynamic]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PhpNuke]]></category>
		<category><![CDATA[them run properly on my site]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=97</guid>
		<description><![CDATA[Hi all, Even that PhpNuke is a popular CMS, still it has not implemented in a way that it can generate dynamic Meta keywords or descriptions for its pages. Fortunately, there are many modules to deal with this problem. They are easy to install, but really I can not make them run properly on my]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/02/09/dynamic-meta-keywords-description-phpnuke/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>installing mysql, php , apache on ubuntu</title>
		<link>http://www.doitmyway.net/2009/02/09/installing-mysql-php-apache-on-ubuntu/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-mysql-php-apache-on-ubuntu</link>
		<comments>http://www.doitmyway.net/2009/02/09/installing-mysql-php-apache-on-ubuntu/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:19:20 +0000</pubDate>
		<dc:creator>ali110</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Apache services]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php site]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=57</guid>
		<description><![CDATA[installing mysql, php , apache on ubuntu i have got my lovely new aspire one note book , which Yamani (MY FRIEND) helped me formatting it and installing ubuntu in it. now i was thinking on the best way of using it and i think the best way is that i will need it in]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/02/09/installing-mysql-php-apache-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
