<?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>Ali Damji &#124; Blog &#187; Web Development</title>
	<atom:link href="http://www.alidamji.com/blog/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alidamji.com/blog</link>
	<description>Ali Damji&#039;s Personal Blog</description>
	<lastBuildDate>Tue, 17 Aug 2010 19:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bongoza (beta) launch</title>
		<link>http://www.alidamji.com/blog/2008/04/23/bongoza-beta-launch/</link>
		<comments>http://www.alidamji.com/blog/2008/04/23/bongoza-beta-launch/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 10:12:00 +0000</pubDate>
		<dc:creator>Ali Damji</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.alidamji.com/blog/2008/04/23/bongoza-beta-launch/</guid>
		<description><![CDATA[
Bongoza.co.tz A Tanzanian Search Engine has been launched. Its in beta  
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.alidamji.com/blog/wp-content/uploads/2008/04/bongoza_soon.jpg" alt="bongoza_soon.jpg" /><br />
<a href="http://www.bongoza.co.tz" title="Bongoza">Bongoza.co.tz</a> A Tanzanian Search Engine has been launched. Its in beta <img src='http://www.alidamji.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alidamji.com/blog/2008/04/23/bongoza-beta-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bNet Radius Billing System (Part 1)</title>
		<link>http://www.alidamji.com/blog/2006/11/12/bnet-radius-billing-system-part-1/</link>
		<comments>http://www.alidamji.com/blog/2006/11/12/bnet-radius-billing-system-part-1/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 13:47:22 +0000</pubDate>
		<dc:creator>Ali Damji</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.alidamji.com/blog/2006/11/12/bnet-radius-billing-system-part-1/</guid>
		<description><![CDATA[I started building it yesterday&#8230; I have currently finished the following features:
- Check users Online
- List Accounts/Customers
- Add/Edit Groups (With Add/Remove Attributed) &#8211; radgroupcheck/radgroureply
- Check Calls Log &#8211; Who came online and how long, etc..
Attached are a few Screenshots&#8230;


]]></description>
			<content:encoded><![CDATA[<p>I started building it yesterday&#8230; I have currently finished the following features:<br />
- Check users Online<br />
- List Accounts/Customers<br />
- Add/Edit Groups (With Add/Remove Attributed) &#8211; radgroupcheck/radgroureply<br />
- Check Calls Log &#8211; Who came online and how long, etc..</p>
<p>Attached are a few Screenshots&#8230;</p>
<p><a title="Customer Information Screen" class="imagelink" href="http://www.alidamji.com/blog/wp-content/uploads/2006/11/customer.jpg"><img alt="Customer Information Screen" id="image24" src="http://www.alidamji.com/blog/wp-content/uploads/2006/11/customer.thumbnail.jpg" /></a></p>
<p><a title="Users Online Screen" class="imagelink" href="http://www.alidamji.com/blog/wp-content/uploads/2006/11/onlines.jpg"><img alt="Users Online Screen" id="image25" src="http://www.alidamji.com/blog/wp-content/uploads/2006/11/onlines.thumbnail.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alidamji.com/blog/2006/11/12/bnet-radius-billing-system-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a Search Engine Crawler in PHP</title>
		<link>http://www.alidamji.com/blog/2006/10/19/writing-a-search-engine-crawler-in-php/</link>
		<comments>http://www.alidamji.com/blog/2006/10/19/writing-a-search-engine-crawler-in-php/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 06:33:45 +0000</pubDate>
		<dc:creator>Ali Damji</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.alidamji.com/blog/2006/10/19/writing-a-search-engine-crawler-in-php/</guid>
		<description><![CDATA[Hi There,
Those who know me, Know that i run Bongoza, The currently close to non-existant search engine. Well, That will change in a few months once i get my server up and Running.
Anyway&#8230; For the crawler you need:
- Snoopy Agent (Fetches the Webpage, Extracts the Text, Strips the Links, etc)
- Web Server with PHP
- Some [...]]]></description>
			<content:encoded><![CDATA[<p>Hi There,<br />
Those who know me, Know that i run Bongoza, The currently close to non-existant search engine. Well, That will change in a few months once i get my server up and Running.</p>
<p>Anyway&#8230; For the crawler you need:<br />
- Snoopy Agent (Fetches the Webpage, Extracts the Text, Strips the Links, etc)<br />
- Web Server with PHP<br />
- Some Time (And maybe more to tweak Snoopy)</p>
<p>Crawling Process:<br />
- Fetch Page main page<br />
- Strip Links found on Page, Put in Array for links to be fetched<br />
- Parse page and extract data (Text, Meta Tags, Size, etc.)<br />
- Index Page<br />
- Start fetching pages from Array of links to be fetched. Repeat as Above.</p>
<p>Well, Thats pretty much the idea. Will be posting the code after i get some time to completely finish the code with a lot more features like robots.txt support and all the other features i can think of.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alidamji.com/blog/2006/10/19/writing-a-search-engine-crawler-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A basic introduction to mod_rewrite.</title>
		<link>http://www.alidamji.com/blog/2006/10/02/a-basic-introduction-to-mod_rewrite/</link>
		<comments>http://www.alidamji.com/blog/2006/10/02/a-basic-introduction-to-mod_rewrite/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 10:38:35 +0000</pubDate>
		<dc:creator>Ali Damji</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.alidamji.com/blog/?p=3</guid>
		<description><![CDATA[If you want a good simple tutorial on how to use mod_rewrite for your site, Take a look at this: http://london-seo.com/a-basic-introduction-to-mod_rewrite/18/
]]></description>
			<content:encoded><![CDATA[<div class="postentry">If you want a good simple tutorial on how to use mod_rewrite for your site, Take a look at this: <a target="_blank" href="http://london-seo.com/a-basic-introduction-to-mod_rewrite/18/">http://london-seo.com/a-basic-introduction-to-mod_rewrite/18/</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alidamji.com/blog/2006/10/02/a-basic-introduction-to-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
