<?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>Dushan888- Technology &#38; FOSS for Humans &#187; web developing</title>
	<atom:link href="http://dushan888.wordpress.com/tag/web-developing/feed/" rel="self" type="application/rss+xml" />
	<link>http://dushan888.wordpress.com</link>
	<description>Technology &#38; FOSS for Humans!</description>
	<lastBuildDate>Fri, 25 Dec 2009 15:27:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dushan888.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8261350af7612de99794c0b1aa067da4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dushan888- Technology &#38; FOSS for Humans &#187; web developing</title>
		<link>http://dushan888.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dushan888.wordpress.com/osd.xml" title="Dushan888- Technology &amp; FOSS for Humans" />
		<item>
		<title>Setting up a LAMP Server</title>
		<link>http://dushan888.wordpress.com/2009/12/18/setting-up-a-lamp-server/</link>
		<comments>http://dushan888.wordpress.com/2009/12/18/setting-up-a-lamp-server/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 09:14:10 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[APACHE]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux mint 7 gloria]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web developing]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=407</guid>
		<description><![CDATA[This post is to help the people who is willing to try out web technologies using LAMP. I think it will be more helpful to do a brief on &#8216;what is LAMP?&#8217;
LAMP represents the open source web platform. Its a portion of 4 resources
L &#8211; Linux (any distribution of gnu/linux).
A &#8211; Apache ( web server).
M [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=407&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This post is to help the people who is willing to try out web technologies using LAMP. I think it will be more helpful to do a brief on &#8216;what is LAMP?&#8217;</p>
<p><span style="color:red;">LAMP</span> represents the open source web platform. Its a portion of 4 resources<br />
<span style="color:red;">L</span> &#8211; Linux (any distribution of gnu/linux).<br />
<span style="color:red;">A</span> &#8211; Apache ( web server).<br />
<span style="color:red;">M</span> &#8211; MySQL (relational database management system).<br />
<span style="color:red;">P</span> &#8211; either Perl,Python or PHP (OO scripting language).<br />
In this tutorial I&#8217;m using Linux Mint 7 Gloria, Apache2, MySQL and PHP5.</p>
<p><span style="color:#009999;">Step 01 →</span> update your system&#8217;s package repository. So you can get the latest versions of available resources.</p>
<p style="text-align:center;"><strong>apt-get update</strong></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><font color="#009999">Step 02 →</font> download and install Apache web server</p>
<p style="text-align:center;"><strong>apt-get apache2</strong></p>
<p style="text-align:left;">To check what the web server is running without any problems type &#8216;<strong>http://localhost</strong>&#8216; on your browser. If no problems, then it will give a test output as follows,</p>
<p style="text-align:left;">
<div id="attachment_409" class="wp-caption aligncenter" style="width: 470px"><a href="http://dushan888.files.wordpress.com/2009/12/p31.png"><img class="size-full wp-image-409" title="http://localhost" src="http://dushan888.files.wordpress.com/2009/12/p31.png?w=460&#038;h=123" alt="http://localhost" width="460" height="123" /></a><p class="wp-caption-text">http://localhost</p></div>
<p style="text-align:left;"><span style="color:#009999;">Step 03 →</span> get PHP and its dependencies.</p>
<p style="text-align:center;"><strong>apt-get install php5 libapache2-mod-php5</strong></p>
<p style="text-align:left;">after installing php you have to restart apache web server as follows,</p>
<p style="text-align:center;"><strong>/etc/init.d/apache2 restart</strong></p>
<p style="text-align:left;"><font color="#009999">Step 04 →</font> Now you need to make sure that PHP and Apache is working fine together. To do that use the following test php scrip and save it as phpinfo.php in server root(/var/www/).</p>
<p style="text-align:left;">
<div id="attachment_410" class="wp-caption aligncenter" style="width: 343px"><a href="http://dushan888.files.wordpress.com/2009/12/p5.png"><img class="size-full wp-image-410" title="phpinfo.php" src="http://dushan888.files.wordpress.com/2009/12/p5.png?w=333&#038;h=109" alt="phpinfo.php" width="333" height="109" /></a><p class="wp-caption-text">phpinfo.php</p></div>
<p style="text-align:left;">Then call the script through the web browser. The URL should be like this,<strong> http://localhost/phpinfo.php</strong> . Then it should show all PHP configuration settings in a coloured table.</p>
<p style="text-align:left;"><font color="#009999">Step 05 →</font>  get MySQL</p>
<p style="text-align:center;"><strong>apt-get install mysql-server</strong></p>
<p style="text-align:left;">During the installation you will get a package configuration screen. Set root password for MySQl carefully. If you didn&#8217;t get that screen set password for MySQl manually,</p>
<p style="text-align:left;"><strong>mysql -u root<br />
mysql&gt; SET PASSWORD FOR &#8216;root&#8217;@'localhost&#8217; = PASSWORD(&#8216;user_pass_word&#8217;);</strong></p>
<p style="text-align:left;"><font color="#009999">Step 06 →</font> PhpMyAdmin installation</p>
<p style="text-align:left;">PhpMyAdmin is a web based free graphical database management and MySQL administration tool. This tool  makes all the MySQL database operations easy. Such as creating tables, creating databases inserting values, deleting values and lot more.</p>
<p style="text-align:center;"><strong>apt-get install phpmyadmin</strong></p>
<p style="text-align:left;">during its installation it will ask what server to use. Apache or apache2 ? Select apache2 . Then it will prompt you to set a password for phpmyadmin. Done! To use Phpmyadmin type <strong>http://localhost/phpmyadmin</strong> on your browser.</p>
<p style="text-align:left;">
<div id="attachment_411" class="wp-caption aligncenter" style="width: 422px"><a href="http://dushan888.files.wordpress.com/2009/12/p6.png"><img class="size-full wp-image-411" title="PhpMyAdmin" src="http://dushan888.files.wordpress.com/2009/12/p6.png?w=412&#038;h=288" alt="PhpMyAdmin" width="412" height="288" /></a><p class="wp-caption-text">PhpMyAdmin</p></div>
<p style="text-align:left;">Congrats! Your LAMP system is ready to do extraordinary things for you. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align:left;"><font color="#9966CC">Note: all the command line actions above are held as &#8216;root&#8217;.</font></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/407/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=407&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2009/12/18/setting-up-a-lamp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/12/p31.png" medium="image">
			<media:title type="html">http://localhost</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/12/p5.png" medium="image">
			<media:title type="html">phpinfo.php</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2009/12/p6.png" medium="image">
			<media:title type="html">PhpMyAdmin</media:title>
		</media:content>
	</item>
		<item>
		<title>..::CSS Positioning::..</title>
		<link>http://dushan888.wordpress.com/2008/09/24/css-positioning/</link>
		<comments>http://dushan888.wordpress.com/2008/09/24/css-positioning/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 10:55:05 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css positioning]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[web developing]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=30</guid>
		<description><![CDATA[An Important Tip about CSS positioning
This is a very simple part of CSS positioning. But these simple methods would help you to arrange your web items as you wanted on your web page. Most of the time when browsing the web we can find web pages with overlapped images, buttons and even text. All of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=30&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>An Important Tip about CSS positioning</p>
<p>This is a very simple part of CSS positioning. But these simple methods would help you to arrange your web items as you wanted on your web page. Most of the time when browsing the web we can find web pages with overlapped images, buttons and even text. All of them are neatly don by using CSS. My example will explain you how to overlap two &#8216;div&#8217; elements using absolute positioning. The following coding should appear inside of the &#8216; &#8216; tags in your HTML page.</p>
<p><!-- creating div-A --></p>
<div>
<p>“div-A”</p></div>
<p>Notice my &#8216;position&#8217; property. It is set to &#8216;absolute&#8217;. You can also set it as &#8216;relative&#8217;. But your result would be different from mine. By setting the &#8216;top&#8217; property to 30px, I brought the starting point of div-A, 30px from top corner of the browser. Then I positioned the starting point of div-A, 40px right from the right corner of the browser by setting the &#8216;left&#8217; property into 40px. Like this you can push your div elements where ever you want, by using this absolute positioning method.<br />
Now I&#8217;m going to create another div called &#8216;div-B&#8217; and position it on top of &#8216;div-A&#8217;.</p>
<p><!-- creating div-B --><br />
&lt;div style=”background-color:red;<br />
width:90px;<br />
height:90px;<br />
position: absolute;<br />
top:60px;<br />
left:70px;<br />
<!-- opacity:0.5”&gt;--></p>
<p>“div-B”</p>
<p>To add more action on your page make your div elements transparent by using the property named &#8216;opacity&#8217;. And set its value between 1.0 – 0.0. (This format of assigning values for opacity might not work in IE (internet explorer). but guarantee for Firefox.). Now they act as &#8216;layers&#8217;.<br />
Like this if you want to position your images and buttons, just simply put them in to a &#8216;div&#8217; and place them where ever you want. Your free to do experiments with this cods and make your web pages looks perfect. Cool huh!</p>
<div id="attachment_39" class="wp-caption aligncenter" style="width: 166px"><a href="http://dushan888.files.wordpress.com/2008/10/css-positioning.png"><img class="size-full wp-image-39" title="css-positioning" src="http://dushan888.files.wordpress.com/2008/10/css-positioning.png?w=156&#038;h=143" alt="result" width="156" height="143" /></a><p class="wp-caption-text">Result</p></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=30&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2008/09/24/css-positioning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2008/10/css-positioning.png" medium="image">
			<media:title type="html">css-positioning</media:title>
		</media:content>
	</item>
	</channel>
</rss>