<?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>LAMP BOOK</title>
	<atom:link href="http://lampbook.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lampbook.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 10 Dec 2009 15:55:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lampbook.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6e33c05c7e62a1c8bb4564058691abd6?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>LAMP BOOK</title>
		<link>http://lampbook.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lampbook.wordpress.com/osd.xml" title="LAMP BOOK" />
	<atom:link rel='hub' href='http://lampbook.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Interesting to Queries</title>
		<link>http://lampbook.wordpress.com/2009/12/10/interesting-to-queries/</link>
		<comments>http://lampbook.wordpress.com/2009/12/10/interesting-to-queries/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 15:55:36 +0000</pubDate>
		<dc:creator>fazu09</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lampbook.wordpress.com/?p=35</guid>
		<description><![CDATA[Avoid Duplicate Records SELECT DISTINCT SALARY FROM EMPLOYEE Union of two Records-Duplicates are removed SELECT Date FROM Store_Information UNION Union All -Here Duplicates are not removed Pattern Matching-comparison on condition %- zero or more characters _underscore -Single character SQL IN &#8211; SELECT &#8220;column_name&#8221; FROM &#8220;table_name&#8221; WHERE &#8220;column_name&#8221; IN (&#8216;value1&#8242;, &#8216;value2&#8242;, &#8230;) An SQL JOIN clause [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=35&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<div>Avoid Duplicate Records</div>
<div><strong>SELECT DISTINCT</strong> SALARY</div>
<div><strong>FROM</strong> EMPLOYEE</div>
</div>
<div></div>
<blockquote>
<div><em>Union of two Records-Duplicates are removed<br />
</em></div>
<div><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><em><strong>SELECT Date FROM Store_Information<br />
</strong><strong> </strong></em></div>
<div><em><strong>UNION</strong><strong> </strong></em></div>
<div><em><br />
</em></div>
<div><em><strong>Union All -Here Duplicates are not removed</strong></em></div>
<div></div>
</div>
</div>
<div><strong><br />
</strong></div>
</blockquote>
<div><strong><strong>Pattern Matching-comparison on condition </strong></strong></div>
<div><strong><strong>%- zero or more characters<br />
</strong></strong></div>
<div><strong><strong>_underscore -Single character</strong></strong></div>
<div></div>
<div><em><strong><strong>SQL IN &#8211; </strong></strong></em><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div><em><strong>SELECT &#8220;column_name&#8221;<br />
</strong><strong>FROM &#8220;table_name&#8221;<br />
</strong><strong>WHERE &#8220;column_name&#8221; IN (&#8216;value1&#8242;, &#8216;value2&#8242;, &#8230;)</strong></em></div>
</div>
<blockquote>
<div><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><strong>An SQL JOIN clause combines records from two or more tables in a database.</strong></div>
<div><strong><br />
</strong></div>
</div>
</div>
<div></div>
<blockquote>
<div></div>
</blockquote>
<blockquote></blockquote>
<blockquote></blockquote>
<div><strong><strong><br />
</strong></strong></div>
<div></div>
<div></div>
<div><strong><strong><br />
</strong></strong></div>
<div><strong><br />
</strong></div>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampbook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampbook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampbook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampbook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lampbook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lampbook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lampbook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lampbook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampbook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampbook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampbook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampbook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampbook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampbook.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=35&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lampbook.wordpress.com/2009/12/10/interesting-to-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/429e8d83d274326b75fc5913034ca671?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fazu09</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to Linux</title>
		<link>http://lampbook.wordpress.com/2009/10/03/introduction-to-linux/</link>
		<comments>http://lampbook.wordpress.com/2009/10/03/introduction-to-linux/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:40:31 +0000</pubDate>
		<dc:creator>fazu09</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://lampbook.wordpress.com/?p=22</guid>
		<description><![CDATA[GNU/Linux-GNU is a free software foundation founded by Richard stallsman and Linux is a free opensource operating system founded by Linus torvalds. Complete Unix-compatible software system was the aim GNU ,Richard stalls man, he founded the free software foundation and wrote GNU GPL many of the programs required for an operating system were completed Minix [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=22&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>GNU/Linux</strong>-GNU is a free software foundation founded by Richard stallsman and Linux is a free opensource operating system founded by Linus torvalds.<img src="/DOCUME%7E1/FAZALR%7E1/LOCALS%7E1/Temp/moz-screenshot-3.jpg" alt="" /></p>
<p><strong>Complete Unix-compatible software system </strong>was the aim GNU ,Richard stalls man, he founded the free software foundation and wrote GNU GPL many of the programs required for an operating system were completed</p>
<p><strong>Minix</strong> was cheap minimal operating system,torvalds began to work on a non-commercial replacement of minix,Later Linux matured and it became possible for Linux to be developed under itself.Also GNU applications replaced all Minix ones because, with code from the GNU system freely available, it was advantageous if this could be used with the fledgling OS. Code licensed under the GNU GPL can be used in other projects, so long as they also are released under the same or a compatible license. In order to make the Linux kernel compatible with the components from the GNU Project, Torvalds initiated a switch from his original license (which prohibited commercial redistribution) to the GNU GPL.Developers worked to integrate GNU components with Linux to make a fully functional and free operating system.</p>
<p>So the Linux is a free open source operating system founded by Linus torvalds<img src="/DOCUME%7E1/FAZALR%7E1/LOCALS%7E1/Temp/moz-screenshot-3.jpg" alt="" />, Under Linux Kernel it handled networking,process control and peripherals</p>
<p><strong>User Interface:</strong>Users can control a Linux-based system through a command line interface (or CLI), a graphical user interface(or GUI), or through controls attached to the associated hardware (this is common for embedded systems)</p>
<p><strong>KDE, GNOME</strong> and xfc are the most common user interfaces, Most top of the user interfaces run on the top of the X-windows system</p>
<p><strong>The primary difference </strong>between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open source software. Linux is not the only such operating system, although it is by far the most widely used. Some free and open source software licenses are based on the principle of copyleft, a kind of reciprocity: any work derived from a copyleft piece of software must also be copyleft itself. The most common free software license, the GNU GPL, is a form of copyleft, and is used for the Linux kernel and many of the components from the GNU Project.</p>
<p>A <strong>distribution</strong> is largely driven by its developer and user communities. Some vendors develop and fund their distributions on a volunteer basis, Debian being a well-known example. Others maintain a community version of their commercial distributions, as Red Hat does with Fedora.</p>
<p>Most <strong>Linux distributions</strong> support dozens of programming languages like PHP,Perl,Python,Ruby and other dynamic languages.</p>
<p>Many types of applications available for windows and Mac OS X are also available for Linux. Commonly, either a free software  application will exist which does the functions of an application found on another operating systems, or that application will have a version that works on Linux (such as Skype) (Eg:Wine tool,Openoffice.org,mozilla firefox etc:)</p>
<p>Many applications are initially developed for Linux later it had come the windows also (such as Pidgin, and GIMP)</p>
<p>Linux distributions have long been used as server operating systems</p>
<p>The <strong>Linux market</strong> is growing rapidly, and the revenue of servers, desktops, and packaged software running Linux was expected to exceed $35.7 billion by 2008</p>
<p>The <strong>Linux kernel</strong> and most GNU software are licensed under the GNU General Public License (GPL). The GPL requires that anyone who distributes the Linux kernel must make the source code (and any modifications) available to the recipient under the same terms. In 1997, Linus Torvalds stated, “Making Linux GPL&#8217;d was definitely the best thing I ever did.” Other key components of a Linux system may use other licenses; many libraries use the GNU Lesser General Public License (LGPL), a more permissive variant of the GPL, and the X Window System uses the MIT License.</p>
<p><em>Remember:In the United States, the name Linux is a trademark registered to Linus Torvalds.</em></p>
<p><em><strong>Interesting topic</strong></em></p>
<p><strong><em>The Free s/w Foundation views Linux distributions which use GNU software as GNU variants and they ask that such operating systems be referred to as GNU/Linux or a Linux-based GNU system The media and common usage, however, refers to this family of operating systems simply as Linux, as do many large Linux distributions (e.g. Ubuntu and SuSE Linux). Some distributions use GNU/Linux (particularly notable is Debian GNU/Linux, on which Ubuntu is based), but the term&#8217;s use outside of the enthusiast community is limited. The naming issue remains controversial. Linus Torvalds does not support the use of the term GNU/Linux</em></strong></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:771px;width:1px;height:1px;">The Linux kernel and most GNU software are <a title="Software license" href="http://en.wikipedia.org/wiki/Software_license">licensed</a> under the <a title="GNU General Public License" href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GNU General Public License</a> (GPL). The GPL requires that anyone who distributes the Linux kernel must make the source code (and any modifications) available to the recipient under the same terms. In 1997, Linus Torvalds stated, “Making Linux GPL&#8217;d was definitely the best thing I ever did.”<sup class="reference"><a href="http://en.wikipedia.org/wiki/GNU/Linux#cite_note-79">[80]</a></sup> Other key components of a Linux system may use other licenses; many libraries use the <a title="GNU Lesser General Public License" href="http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">GNU Lesser General Public License</a> (LGPL), a more permissive variant of the GPL, and the <a title="X Window System" href="http://en.wikipedia.org/wiki/X_Window_System">X Window System</a> uses the <a title="MIT License" href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a>.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampbook.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampbook.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampbook.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampbook.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lampbook.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lampbook.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lampbook.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lampbook.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampbook.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampbook.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampbook.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampbook.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampbook.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampbook.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=22&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lampbook.wordpress.com/2009/10/03/introduction-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/429e8d83d274326b75fc5913034ca671?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fazu09</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to Internet and WWW</title>
		<link>http://lampbook.wordpress.com/2009/10/02/introduction-to-internet-and-www/</link>
		<comments>http://lampbook.wordpress.com/2009/10/02/introduction-to-internet-and-www/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 18:34:55 +0000</pubDate>
		<dc:creator>fazu09</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lampbook.wordpress.com/?p=11</guid>
		<description><![CDATA[Welcome to the Internet The Internet is a global network of networks. The Terms which related to  internet are IPC-Inter Process Communication Web Client-Web browsers like IE,Firefox etc: Web Servers-Like IIS ,Apache(Most used server) Domains/IP/URL-www.wordpress.com/IP denoting IP no/URL-Uniform Resource Locator(Unique Identifier of a web page) First registered domain name was symbolics.com 1985 CTSS -was one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=11&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Welcome to the Internet</div>
<hr /><!-- slide content --><img src="http://www.unicom.com/pw/web-intro/globe.gif" alt="" hspace="10" width="200" height="174" align="right" /></p>
<p><strong>The Internet is a global <em>network of 			networks</em>.</strong></p>
<p>The Terms which related to  internet are</p>
<p><strong>IPC</strong>-Inter Process Communication</p>
<p><strong>Web Client</strong>-Web browsers like IE,Firefox etc:</p>
<p><strong>Web Servers-</strong>Like IIS ,Apache(Most used server)</p>
<p><strong>Domains/IP/URL</strong>-<strong>www.wordpress.com</strong>/IP denoting IP no/URL-Uniform Resource Locator(Unique Identifier of a web page)</p>
<p>First registered domain name was <strong>symbolics.com</strong> 1985</p>
<p><strong>CTSS </strong>-was one of the first time sharing operating systems(1962) ; it was developed at MIT&#8217;s Computation Center,Used in IBM  7094(1965)</p>
<p><strong>Internet</strong>,first it was <strong>ARPANET</strong> in 1969,Internet has started using at 1973 by NASA,commonly the first internet interface was using for gaming</p>
<p>MMORPG<strong> (Massively multiplayer online role-playing game)</strong> was first shooting game invented late 1970&#8242;s</p>
<p>Late 1970&#8242;s started <strong>news group era(</strong>first form of social networking sites) and <strong>Usenet </strong>1979(News group 1979)</p>
<p>1976&#8211; Networking comes to many-Queen Elizabeth sends out an <strong>e-mail</strong></p>
<p><strong>UUCP </strong>(Unix-to-Unix CoPy) developed at AT&amp;T Bell Labs and         distributed with UNIX.</p>
<p><strong>City bank</strong> has implemented first Virtual banking on late 1981.</p>
<p>In 1990 <strong>www</strong> is a system of interlinked hypertext documents accessed via the Internet. With a web browser, one can view web pages that may contain text, images,videos, and othermultimedia and navigate between them using hyperlinks.</p>
<p><strong>World-Wide Web </strong>released by CERN on late 1992</p>
<p><strong>&lt;RFC &#8211; Request for Comments&gt;</strong></p>
<p><strong>Mosaic Web browser</strong> introduced in 1993</p>
<p><strong>Wiki applications</strong> in 1994</p>
<p>Stanford Federal Credit Union &#8211; First <strong>Internet Banking </strong>in 1994</p>
<p>Southerland was the first <strong>blogger</strong></p>
<p><strong>Backrub</strong> was the first search engine (<em>Interesting Tips:Google means one followed by 100 zero&#8217;s)</em></p>
<p><strong>Hotmail</strong> was introducd in 1996 july 4 (first ISP based Email)</p>
<p><strong>ICQ(I Seek You)</strong>-was the internet wide instant messenger</p>
<p><strong>Delphi</strong> was the first national commercial online service to offer Internet  access to its subscribers. It opened up an email connection in July 1992 and full Internet service in November 1992.</p>
<p><strong>Netscape Navigator</strong> in 1994 also commercialization begins</p>
<p><strong>Slashdot</strong> launched in 1997  like a<strong> digg <strong>(</strong></strong> is a social news website  made for people to discover and share content from anywhere on the internet)</p>
<p><strong>Microsoft&#8217;s</strong> full scale entry into the browser, server, and Internet Service Provider market completed the major shift over to a commercially based Internet. The release of Windows 98 in June 1998 with the Microsoft browser well integrated into the desktop shows Bill Gates&#8217; determination to capitalize on the enormous growth of the Internet.</p>
<p><strong>Movies</strong> Marketing Online started in 1999</p>
<p><strong>Fixed Wireless</strong> has come at 2000</p>
<p><strong>2001-Wikipedia evolution</strong>, Apple released i pods,Amazon books</p>
<p><strong>2003 Second life(virtual world)</strong>,skype,ebay(Online shopping)</p>
<p><strong>2004-Web 2.0 evolution</strong>-commonly associated with web development and web design that facilitates interactive information sharing, interoperability, user-centered design[1] and collaboration on the World Wide Web. Examples of Web 2.0 include web-based communities, hosted services, web applications, social-networking sites, video-sharing sites, wikis, blogs, mashups and folksonomies. A Web 2.0 site allows its users to interact with other users or to change website content, in contrast to non-interactive websites where users are limited to the passive viewing of information that is provided to them. Eg:Face book,Twitter,Link in,Flickr,second life etc:</p>
<p>In our initial brainstorming, we formulated our sense of Web 2.0 by example:</p>
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<th width="200" align="right" scope="col">Web 1.0</th>
<th width="59" align="center" scope="col"></th>
<th width="241" align="left" scope="col">Web 2.0</th>
</tr>
<tr>
<td align="right">DoubleClick</td>
<td align="center">&#8211;&gt;</td>
<td>Google AdSense</td>
</tr>
<tr>
<td align="right">Ofoto</td>
<td align="center">&#8211;&gt;</td>
<td>Flickr</td>
</tr>
<tr>
<td align="right">Akamai</td>
<td align="center">&#8211;&gt;</td>
<td>BitTorrent</td>
</tr>
<tr>
<td align="right">mp3.com</td>
<td align="center">&#8211;&gt;</td>
<td>Napster</td>
</tr>
<tr>
<td align="right">Britannica Online</td>
<td align="center">&#8211;&gt;</td>
<td>Wikipedia</td>
</tr>
<tr>
<td align="right">personal websites</td>
<td align="center">&#8211;&gt;</td>
<td>blogging</td>
</tr>
<tr>
<td align="right">evite</td>
<td align="center">&#8211;&gt;</td>
<td>upcoming.org and EVDB</td>
</tr>
<tr>
<td align="right">domain name speculation</td>
<td align="center">&#8211;&gt;</td>
<td>search engine optimization</td>
</tr>
<tr>
<td align="right">page views</td>
<td align="center">&#8211;&gt;</td>
<td>cost per click</td>
</tr>
<tr>
<td align="right">screen scraping</td>
<td align="center">&#8211;&gt;</td>
<td>web services</td>
</tr>
<tr>
<td align="right">publishing</td>
<td align="center">&#8211;&gt;</td>
<td>participation</td>
</tr>
<tr>
<td align="right">content management systems</td>
<td align="center">&#8211;&gt;</td>
<td>wikis</td>
</tr>
<tr>
<td align="right">directories (taxonomy)</td>
<td align="center">&#8211;&gt;</td>
<td>tagging (&#8220;folksonomy&#8221;)</td>
</tr>
<tr>
<td align="right">stickiness</td>
<td align="center">&#8211;&gt;</td>
<td>syndication</td>
</tr>
</tbody>
</table>
<p><img src="/DOCUME%7E1/FAZALR%7E1/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /></p>
<p><img src="/DOCUME%7E1/FAZALR%7E1/LOCALS%7E1/Temp/moz-screenshot-1.jpg" alt="" /></p>
<p><a class="alignleft" title="Web 2.0" href="http://oreilly.com/web2/archive/what-is-web-20.html" target="_blank">http://oreilly.com/web2/archive/what-is-web-20.html </a></p>
<p><strong>2005-The Web become platform</strong> i.e WWW is a platform</p>
<p><strong>Present-Going on Invention , Be the Part </strong></p>
<p><em><br />
</em></p>
<dl>
<dt> </dt>
<dd><em><br />
</em></dd>
</dl>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampbook.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampbook.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampbook.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampbook.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lampbook.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lampbook.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lampbook.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lampbook.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampbook.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampbook.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampbook.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampbook.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampbook.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampbook.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=11&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lampbook.wordpress.com/2009/10/02/introduction-to-internet-and-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/429e8d83d274326b75fc5913034ca671?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fazu09</media:title>
		</media:content>

		<media:content url="http://www.unicom.com/pw/web-intro/globe.gif" medium="image" />
	</item>
		<item>
		<title>Innovation of Technology-Open source Tech</title>
		<link>http://lampbook.wordpress.com/2009/10/01/hello-world/</link>
		<comments>http://lampbook.wordpress.com/2009/10/01/hello-world/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 13:47:50 +0000</pubDate>
		<dc:creator>fazu09</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to Lamp Book for getting ideas about LAMP technologies, start updating you in LAMP  with my blog<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=1&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><em>Welcome to Lamp Book for getting ideas about LAMP technologies, start updating you in LAMP  with my blog<br />
</em></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lampbook.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lampbook.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lampbook.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lampbook.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lampbook.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lampbook.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lampbook.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lampbook.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lampbook.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lampbook.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lampbook.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lampbook.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lampbook.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lampbook.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lampbook.wordpress.com&amp;blog=9738015&amp;post=1&amp;subd=lampbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lampbook.wordpress.com/2009/10/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/429e8d83d274326b75fc5913034ca671?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fazu09</media:title>
		</media:content>
	</item>
	</channel>
</rss>
