<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Fundi</title>
	<atom:link href="http://webfundi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webfundi.wordpress.com</link>
	<description>Clean &#38; Functional Web</description>
	<lastBuildDate>Thu, 16 Apr 2009 07:01:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='webfundi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Web Fundi</title>
		<link>http://webfundi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webfundi.wordpress.com/osd.xml" title="Web Fundi" />
	<atom:link rel='hub' href='http://webfundi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Resetting Mediawiki Admin Password</title>
		<link>http://webfundi.wordpress.com/2009/04/16/resetting-mediawiki-admin-password/</link>
		<comments>http://webfundi.wordpress.com/2009/04/16/resetting-mediawiki-admin-password/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 07:01:05 +0000</pubDate>
		<dc:creator>vybes</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[MYSQL / MSSQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[Resetting Mediawiki Admin Password]]></category>

		<guid isPermaLink="false">http://webfundi.wordpress.com/?p=17</guid>
		<description><![CDATA[I set up mediawiki but unfortunately forgot the admin password and furthermore i hadn&#8217;t set up the admin password. So the quick thing to do was to try to try and reset the password via my  phpmyadmin but I couldn&#8217;t do so. The user password field is in binary format. See the screenshot below : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=17&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I set up mediawiki but unfortunately forgot the admin password and furthermore i hadn&#8217;t set up the admin password. So the quick thing to do was to try to try and reset the password via my  phpmyadmin but I couldn&#8217;t do so. The user password field is in binary format. See the screenshot below :</p>
<p><img class="aligncenter size-full wp-image-18" title="resetting-mediawiki" src="http://webfundi.files.wordpress.com/2009/04/resetting-mediawiki.jpg?w=510" alt="resetting-mediawiki"   /></p>
<p>Therefore I run this mysql statement to reset the password:</p>
<blockquote><p> UPDATE [user] SET user_password = MD5(CONCAT(user_id, ‘-’, MD5(’newpassword‘))) WHERE user_id = uid
</p></blockquote>
<p>Where [user] = users table<br />
          uid    = user id</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webfundi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webfundi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webfundi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webfundi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webfundi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webfundi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webfundi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webfundi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webfundi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webfundi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webfundi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webfundi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webfundi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webfundi.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=17&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webfundi.wordpress.com/2009/04/16/resetting-mediawiki-admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">vybes</media:title>
		</media:content>

		<media:content url="http://webfundi.files.wordpress.com/2009/04/resetting-mediawiki.jpg" medium="image">
			<media:title type="html">resetting-mediawiki</media:title>
		</media:content>
	</item>
		<item>
		<title>Making a Div Into a Link</title>
		<link>http://webfundi.wordpress.com/2009/04/12/making-a-div-into-a-link/</link>
		<comments>http://webfundi.wordpress.com/2009/04/12/making-a-div-into-a-link/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 10:20:01 +0000</pubDate>
		<dc:creator>vybes</dc:creator>
				<category><![CDATA[HTML / CSS]]></category>

		<guid isPermaLink="false">http://webfundi.wordpress.com/?p=13</guid>
		<description><![CDATA[A client yesterday wanted a background image to be linked to a certain link. Well at first I didn&#8217;t know how to go about it, till I remembered in wordpress templates they usually link the header image to the homepage by: &#60;div id="header" onclick="location.href='&#60;?php bloginfo('url');?&#62;';" style="cursor:pointer;"&#62;&#60;/div&#62; So if you want to make a div into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=13&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A client yesterday wanted a background image to be linked to a certain link. Well at first I didn&#8217;t know how to go about it, till I remembered in wordpress templates they usually link the header image to the homepage by:</p>
<blockquote>
<pre>&lt;div id="header" onclick="location.href='&lt;?php bloginfo('url');?&gt;';" style="cursor:pointer;"&gt;&lt;/div&gt;</pre>
</blockquote>
<p>So if you want to make a div into a link, you can do it like this:</p>
<blockquote>
<pre>&lt;div onclick="location.href='http://www.yourdomain.com';" style="cursor:pointer;"&gt;&lt;/div&gt;</pre>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webfundi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webfundi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webfundi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webfundi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webfundi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webfundi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webfundi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webfundi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webfundi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webfundi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webfundi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webfundi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webfundi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webfundi.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=13&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webfundi.wordpress.com/2009/04/12/making-a-div-into-a-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">vybes</media:title>
		</media:content>
	</item>
		<item>
		<title>CMS Made Simple Da Bomb!!</title>
		<link>http://webfundi.wordpress.com/2009/01/26/cms-made-simple-da-bomb/</link>
		<comments>http://webfundi.wordpress.com/2009/01/26/cms-made-simple-da-bomb/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 14:44:38 +0000</pubDate>
		<dc:creator>vybes</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CMS Made Simple]]></category>

		<guid isPermaLink="false">http://webfundi.wordpress.com/?p=11</guid>
		<description><![CDATA[I had a website project and had a tight time schedule , I first deployed the website using typo3 but oops I got stuck on the way.  Typo3 requires alot of learning and support is quiet scarce. I run into CMS Made Simple via google and walaaah!! It had the features I required and on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=11&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a website project and had a tight time schedule , I first deployed the website using typo3 but oops I got stuck on the way.  Typo3 requires alot of learning and support is quiet scarce.</p>
<p>I run into CMS Made Simple via google and walaaah!! It had the features I required and on trying it out&#8230;.I was able to deploy my website project within six hours. The documentation and online support is awosome. If  CMS Made Simple was a girl, I could have married her&#8230;lol.</p>
<p>Props to CMS Made Simple developers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webfundi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webfundi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webfundi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webfundi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webfundi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webfundi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webfundi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webfundi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webfundi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webfundi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webfundi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webfundi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webfundi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webfundi.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=11&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webfundi.wordpress.com/2009/01/26/cms-made-simple-da-bomb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">vybes</media:title>
		</media:content>
	</item>
		<item>
		<title>Error : CHKDSK cannot continue in read-only mode</title>
		<link>http://webfundi.wordpress.com/2008/12/09/error-chkdsk-cannot-continue-in-read-only-mode/</link>
		<comments>http://webfundi.wordpress.com/2008/12/09/error-chkdsk-cannot-continue-in-read-only-mode/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 15:31:10 +0000</pubDate>
		<dc:creator>vybes</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[chkdsk]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://webfundi.wordpress.com/?p=7</guid>
		<description><![CDATA[Today my PC had some problems either OS/virus and tried running a CHKDSK /F on my hard drive but instead i run into this error: chkdsk is vertifying files &#60;stage 1 of 3&#62;&#8230;. File vertification completed Correcting cross-link for file 8 chkdsk is vertifying indexes &#60;stage 2 of 3&#62; deleting index entry w3svc.dll in index [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=7&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today my PC had some problems either OS/virus and tried running a CHKDSK /F on my hard drive but instead i run into this error:</p>
<p>chkdsk is vertifying files &lt;stage 1 of 3&gt;&#8230;.<br />
File vertification completed<br />
Correcting cross-link for file 8<br />
chkdsk is vertifying indexes &lt;stage 2 of 3&gt;<br />
deleting index entry w3svc.dll in index $130 of file 71.<br />
deleting index entry dvdps.exe-011EC0BA.pf in index $130 of file 71.<br />
deleting index entry dvdse~1.pf in index $130 of file 71.<br />
Index verification completed.</p>
<p><strong>Errors found. CHKDSK cannot continue in read only mode</strong></p>
<p>I restarted my machine in safe mode , did another CHKDSK /F and phew some corrupt files were fixed . My machine is okay!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webfundi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webfundi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webfundi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webfundi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webfundi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webfundi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webfundi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webfundi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webfundi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webfundi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webfundi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webfundi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webfundi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webfundi.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=7&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webfundi.wordpress.com/2008/12/09/error-chkdsk-cannot-continue-in-read-only-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">vybes</media:title>
		</media:content>
	</item>
		<item>
		<title>public_html , public_ftp &amp; www???</title>
		<link>http://webfundi.wordpress.com/2008/12/09/public_html-public_ftp-www/</link>
		<comments>http://webfundi.wordpress.com/2008/12/09/public_html-public_ftp-www/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 15:12:37 +0000</pubDate>
		<dc:creator>vybes</dc:creator>
				<category><![CDATA[Web / Email Hosting]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[public_ftp]]></category>
		<category><![CDATA[public_html]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://webfundi.wordpress.com/?p=3</guid>
		<description><![CDATA[I have been doing some file uploads for a while via FTP and whenever I log in to an FTP account, I go straight to www directory. But if you take a closer look, there are several directories on the root directory e.g -&#62;mail -&#62;public_ftp -&#62;public_html -&#62; www -&#62; tmp Ever wondered what they are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=3&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been doing some file uploads for a while via FTP and whenever I log in to an FTP account, I go straight to www directory. But if you take a closer look, there are several directories on the root directory e.g<br />
-&gt;mail<br />
-&gt;public_ftp<br />
-&gt;public_html<br />
-&gt; www<br />
-&gt; tmp<br />
Ever wondered what they are meant for? I asked myself that question the other day and did some look up about it.</p>
<p>Well&#8230;.</p>
<p><strong>» public_html</strong> &#8211; This is the root directory where you upload your web pages or files to be viewable to web browsers and you usually access the files by typing something like http://yourdomain.com/index.html</p>
<p><strong>» public_ftp</strong> &#8211; This is the root directory for your anonymous FTP site. This is where you upload/store your files to be downloaded by users or by you as opposed to viewing them . The files are accessed via ftp://yourdomain.com/somefiles.</p>
<p><strong>» www</strong> &#8211; This directory is a symbolic link for public_html and it is the exact same directory.</p>
<p><strong>» mail</strong> &#8211; This is the directory where all your mail is stored. Do NOT change permissions on this directory, or mail may fail to work.</p>
<p><strong>» tmp</strong> &#8211; This is the directory where misc. information such as web statistics are stored. Do NOT change permissions on this directory, or your web stats may fail to work too.</p>
<p>Next time you do some file uploads via FTP, atleast now you have some clue about the various directories in your FTP account.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webfundi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webfundi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webfundi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webfundi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webfundi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webfundi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webfundi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webfundi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webfundi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webfundi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webfundi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webfundi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webfundi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webfundi.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webfundi.wordpress.com&amp;blog=5771939&amp;post=3&amp;subd=webfundi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webfundi.wordpress.com/2008/12/09/public_html-public_ftp-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">vybes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
