<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>KRAZYTECH</title>
	
	<link>http://www.krazytech.com</link>
	<description>A site to improve your technical knowledge</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:46:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/krazytech" /><feedburner:info uri="krazytech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:keywords>Latest,Topics</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Tech News</media:category><itunes:explicit>no</itunes:explicit><itunes:keywords>Latest,Topics</itunes:keywords><itunes:subtitle>Latest Topics</itunes:subtitle><itunes:summary>Latest Topics</itunes:summary><itunes:category text="Technology"><itunes:category text="Tech News" /></itunes:category><feedburner:emailServiceId>krazytech</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>A PHP progarm to store current date-time in a COOKIE and display the ‘Last visited on’ date-time on the web page upon reopening of the same page</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/Vi8Hs1UnKyc/a-php-progarm-to-store-current-date-time-in-a-cookie-and-display-the-last-visited-on-date-time-on-the-web-page-upon-reopening-of-the-same-page</link>
		<comments>http://www.krazytech.com/programs/a-php-progarm-to-store-current-date-time-in-a-cookie-and-display-the-last-visited-on-date-time-on-the-web-page-upon-reopening-of-the-same-page#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:46:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programs]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[asia]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[current time]]></category>
		<category><![CDATA[date time]]></category>
		<category><![CDATA[stale cookies]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1526</guid>
		<description><![CDATA[A PHP progarm to store current date-time in a COOKIE and display the 'Last visited on' date-time on the web page upon reopening of the same page <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/programs/a-php-progarm-to-store-current-date-time-in-a-cookie-and-display-the-last-visited-on-date-time-on-the-web-page-upon-reopening-of-the-same-page">A PHP progarm to store current date-time in a COOKIE and display the &#8216;Last visited on&#8217; date-time on the web page upon reopening of the same page</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote><p>
<strong>prog.php</strong></p>
<p><strong>&lt;?php </strong><br />
<strong>//date_default_timezone_set(&#8216;Asia/Calcutta&#8217;); </strong></p>
<p><strong>//Calculate 60 days in the future </strong><br />
<strong>//seconds * minutes * hours * days + current time </strong></p>
<p><strong>$inTwoMonths = 60 * 60 * 24 * 60 + time(); </strong><br />
<strong>setcookie(&#8216;lastVisit&#8217;, date(&#8220;G:i &#8211; m/d/y&#8221;), $inTwoMonths); </strong><br />
<strong>if(isset($_COOKIE['lastVisit'])) { </strong><br />
<strong>$visit = $_COOKIE['lastVisit']; </strong><br />
<strong>echo &#8220;Your last visit was &#8211; &#8220;. $visit; </strong><br />
<strong>} </strong><br />
<strong>else </strong><br />
<strong>echo &#8220;You&#8217;ve got some stale cookies!&#8221;; </strong><br />
<strong>?&gt;</strong></p>
<p>&nbsp;</p>
<p><strong>OUTPUT:</strong></p>
<p><strong>Your last visit was &#8211; 23:42 &#8211; 12/09/10</strong></p>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/QgIj775mtxihX1jwZUbojEVUg8Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/QgIj775mtxihX1jwZUbojEVUg8Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QgIj775mtxihX1jwZUbojEVUg8Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/QgIj775mtxihX1jwZUbojEVUg8Q/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=Vi8Hs1UnKyc:6IQOZAOmhu8:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=Vi8Hs1UnKyc:6IQOZAOmhu8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=Vi8Hs1UnKyc:6IQOZAOmhu8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=Vi8Hs1UnKyc:6IQOZAOmhu8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=Vi8Hs1UnKyc:6IQOZAOmhu8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=Vi8Hs1UnKyc:6IQOZAOmhu8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=Vi8Hs1UnKyc:6IQOZAOmhu8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/Vi8Hs1UnKyc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/programs/a-php-progarm-to-store-current-date-time-in-a-cookie-and-display-the-last-visited-on-date-time-on-the-web-page-upon-reopening-of-the-same-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/programs/a-php-progarm-to-store-current-date-time-in-a-cookie-and-display-the-last-visited-on-date-time-on-the-web-page-upon-reopening-of-the-same-page</feedburner:origLink></item>
		<item>
		<title>RAPID   PROTOTYPING</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/f4BxoMVAQfA/rapid-prototyping</link>
		<comments>http://www.krazytech.com/home/rapid-prototyping#comments</comments>
		<pubDate>Fri, 20 Jan 2012 06:19:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GENERAL TECHNICAL PAPERS]]></category>
		<category><![CDATA[HOME]]></category>
		<category><![CDATA[MECHANICAL]]></category>
		<category><![CDATA[TECHNICAL PAPERS]]></category>
		<category><![CDATA[cad model]]></category>
		<category><![CDATA[computer aided design]]></category>
		<category><![CDATA[design cad]]></category>
		<category><![CDATA[economical production]]></category>
		<category><![CDATA[fabrication systems]]></category>
		<category><![CDATA[functional behavior]]></category>
		<category><![CDATA[geometric complexity]]></category>
		<category><![CDATA[material removal]]></category>
		<category><![CDATA[physical models]]></category>
		<category><![CDATA[physical representation]]></category>
		<category><![CDATA[prototypes]]></category>
		<category><![CDATA[rapid prototyping techniques]]></category>
		<category><![CDATA[rapid prototyping technology]]></category>
		<category><![CDATA[rp techniques]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1616</guid>
		<description><![CDATA[The term "rapid prototyping(RP)" refers to a class of technologies that can automatically construct physical models from Computer-Aided Design (CAD) data. It is also called "Desktop Manufacturing or Freeform Fabrication". These technologies enable us to make even complex prototypes that act as an excellent visual aid to communicate with co-workers and customers. These prototypes are also used for design testing. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/home/rapid-prototyping">RAPID   PROTOTYPING</a></span>]]></description>
			<content:encoded><![CDATA[<p><strong><br />
<h2 style="text-align: justify;"></h2>
<h2 style="text-align: justify;"><strong>ABSTRACT</strong></h2>
<p style="text-align: justify;"><strong>       The term &#8220;rapid prototyping(RP)&#8221; refers to a class of technologies that can automatically construct physical models from Computer-Aided Design (CAD) data. It is also called &#8220;Desktop Manufacturing or Freeform Fabrication&#8221;. These technologies enable us to make even complex prototypes that act as an excellent visual aid to communicate with co-workers and customers. These prototypes are also used for design testing. Rapid prototyping has been used to provide a physical representation of a product in relatively short time .RP is performed by either material removal or addition. </strong></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Why Rapid Prototyping?</p>
<ul style="text-align: justify;">
<li> Objects can be formed with any geometric complexity or intricacy without the need for elaborate machine set-up or final assembly.</li>
</ul>
<ul style="text-align: justify;">
<li>Freeform fabrication systems reduce the construction of complex objects to a manageable, straightforward, and relatively fast process.</li>
<li>These techniques are currently being advanced further to such an extend that they can be used for low volume economical production of parts.</li>
<li>It significantly cut costs as well as development times.</li>
</ul>
<p style="text-align: justify;">
<h3 style="text-align: justify;"><span style="text-decoration: underline;">The Basic Processes</span></h3>
<p style="text-align: justify;"> RP is basically a five-step process.</p>
<ol style="text-align: justify;" start="1">
<li>Create a CAD model of the design</li>
<li>Convert the CAD model to STL format</li>
<li>Slice the STL file into thin cross-sectional layers</li>
<li>Construct the model one layer atop another</li>
<li>Clean and finish the model</li>
</ol>
<h4 style="text-align: justify;"></h4>
<h4 style="text-align: justify;">RAPID PROTOTYPING TECHNIQUES</h4>
<p style="text-align: justify;">
<p style="text-align: justify;">RP Techniques have proven to be more convenient in building complex prototypes. This is because these processes are additive in nature unlike conventional subtractive processes. At least six different rapid prototyping techniques are commercially available, each with unique strengths.</p>
<p style="text-align: justify;"> However recent advance in rapid prototyping technology have allowed the use of production type polymers  that can be used to access the functional behavior of these materials. One of the shortcoming of Testing prototyped products made of production type material is that the prototyped parts may not match those resulting from conventional processing that is used to fabricate the actual product. This is main difference between conventional processing and rapid prototyping</p>
<p style="text-align: justify;">
<h2 style="text-align: justify;"><span style="font-size: medium;"><strong>STEREOLITHOGRAPHY</strong></span></h2>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">Stereolithography was the first RPT(Rapid Prototyping Technology) developed in United States in 1986. It uses a photosensitive polymer that solidifies when exposed to UV light. The model is built upon a platform situated just below the surface in a vat of liquid epoxy or acrylate resin. The object is built layer by layer. A low power highly focussed UV laser is used to solidify the first layer leaving the excess areas liquid. This processes is repeated until the desired shape according to the CAD model is obtained.</p>
<p style="text-align: justify;">
<h2 style="text-align: justify;"><span style="font-size: medium;"><strong>LAMINATED OBJECT MANUFACTURING</strong></span></h2>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">In LOM( Laminated Object Manufacturing)layers of adhesive-coated sheet material are bonded together to form a prototype. The model material consists of paper laminated with heat-activated glue. The paper is pressed on to the base using a heated roller. A focused laser cuts the outline of the first layer into the paper and then crosshatches the excess area. The next layer is built on top of the first layer in the same manner. The hatched parts (excess area) are removed after the final layer is bonded. The final model has a wood like texture and since it is made of paper the model has to be varnished to prevent moisture damage.</p>
<h2 style="text-align: justify;"><strong> </strong></h2>
<h2 style="text-align: justify;"><span style="font-size: medium;"><strong>SOLID GROUND CURING </strong></span></h2>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">Solid Ground Curing (SGC) is somewhat similar to stereolithography (SLA) in that both use ultraviolet light to selectively harden photosensitive polymers. First, photosensitive resin is sprayed on the build platform. Next, the machine develops a photo mask (like a stencil) of the layer to be built. The mask is exposed to UV light and the exposed parts are solidified. After the layer is cured, the machine vacuums up the excess liquid resin and sprays wax in its place to support the model during the build. The top surface is milled flat, and then the process repeats to build the next layer.</p>
<h2 style="text-align: justify;"><strong> </strong></h2>
<h2 style="text-align: justify;"><strong></strong><span style="font-size: medium;"><strong>FUSED DEPOSITION MODELING</strong></span></h2>
<p style="text-align: justify;">
<p style="text-align: justify;"> In this technique the heated thermoplastic is sent through an extrusion mould. The thin beads thus obtained are deposited on the build platform to form the first layer. The platform is maintained at lower temperature for the thermoplastic to harden quickly. After the first layer is formed the platform lowers and the extrusion head deposits the next layer on top of the first layer.</p>
<p style="text-align: justify;">
<h5 style="text-align: justify;" align="left"><span style="font-size: medium;"> APPLICATIONS</span></h5>
<ul style="text-align: justify;">
<li>   Prototyping</li>
</ul>
<ul style="text-align: justify;">
<li>   Rapid Tooling</li>
</ul>
<ul style="text-align: justify;">
<li>   Rapid Manufacturing</li>
</ul>
<ul style="text-align: justify;">
<li>   Heterogeneous Modelling</li>
</ul>
<p style="text-align: justify;">
<p style="text-align: justify;"><span style="font-size: medium;"><strong>ADVANTAGES</strong></span></p>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li>Objects having Complex geometry can be easily manufactured.</li>
</ul>
<ul style="text-align: justify;">
<li>Better surface finish.</li>
</ul>
<ul style="text-align: justify;">
<li>Materials used are cheaper.</li>
</ul>
<ul style="text-align: justify;">
<li>Considerable reduction in production time.</li>
</ul>
<ul style="text-align: justify;">
<li>Less wastage of build-materials.</li>
</ul>
<ul style="text-align: justify;">
<li>RP manufacturers are dramatically reducing build time.</li>
</ul>
<p style="text-align: justify;">
<h5 style="text-align: justify;" align="left"><span style="font-size: medium;">DISADVANTAGES</span></h5>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li>    The polymer material has to be in a special form to be used for prototyping.</li>
</ul>
<ul style="text-align: justify;">
<li>    Less tensile strength</li>
</ul>
<ul style="text-align: justify;">
<li>    Not economical for manufacture of simple designs.</li>
</ul>
<ul style="text-align: justify;">
<li>    Not suitable for small-scale production.</li>
</ul>
<ul style="text-align: justify;">
<li>    Physical properties of the part change with method of manufacture.</li>
</ul>
<ul style="text-align: justify;">
<li>     Since the objects are made layer by layer there is a “Stair Stepping Effect”.</li>
</ul>
<h4 style="text-align: justify;"></h4>
<h4 style="text-align: justify;"><span style="font-size: medium;">CONCLUSION</span></h4>
<p style="text-align: justify;">
<p style="text-align: justify;">Rapid prototyping is starting to change the way companies design and build products. Today’s commercially available machines are accurate to ~0.08 millimetres in the x-y plane, but less in the z (vertical) direction. Improvements in laser optics and motor control should increase accuracy in all three directions. In addition, RP companies are developing new polymers that will be less prone to curing and temperature-induced war page.</p>
<p style="text-align: justify;">The introduction of non-polymeric materials, including metals, ceramics, and composites, represents another much anticipated development. These materials would allow RP users to produce functional parts. Today’s plastic prototypes work well for visualization and fit tests, but they are often too weak for function testing. More rugged materials would yield prototypes that could be subjected to actual service conditions. In addition, metal and composite materials will greatly expand the range of products that can be made by rapid manufacturing.</p>
<p style="text-align: justify;">The United States currently dominates the field, but Germany, Japan, and Israel are making inroads. In time RP will spread to lesstechnologically developed countries as well. With more people and countries in the field, RP’s growth will accelerate further.</p>
<p style="text-align: justify;"><strong> </strong></p>
<p></strong></p>

<p><a href="http://feedads.g.doubleclick.net/~a/Og9vldKzcgKj0mX-2tHuOPRn8nE/0/da"><img src="http://feedads.g.doubleclick.net/~a/Og9vldKzcgKj0mX-2tHuOPRn8nE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Og9vldKzcgKj0mX-2tHuOPRn8nE/1/da"><img src="http://feedads.g.doubleclick.net/~a/Og9vldKzcgKj0mX-2tHuOPRn8nE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=f4BxoMVAQfA:oc_YKTuRcRM:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=f4BxoMVAQfA:oc_YKTuRcRM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=f4BxoMVAQfA:oc_YKTuRcRM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=f4BxoMVAQfA:oc_YKTuRcRM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=f4BxoMVAQfA:oc_YKTuRcRM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=f4BxoMVAQfA:oc_YKTuRcRM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=f4BxoMVAQfA:oc_YKTuRcRM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/f4BxoMVAQfA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/home/rapid-prototyping/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/home/rapid-prototyping</feedburner:origLink></item>
		<item>
		<title>A PHP program to store page view count in SESSION, to increment the count on each  refresh , and to show the count on web page</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/sbPxPekmJ7A/a-php-program-to-store-page-view-count-in-session-to-increment-the-count-on-each-refresh-and-to-show-the-count-on-web-page</link>
		<comments>http://www.krazytech.com/programs/a-php-program-to-store-page-view-count-in-session-to-increment-the-count-on-each-refresh-and-to-show-the-count-on-web-page#comments</comments>
		<pubDate>Fri, 13 Jan 2012 09:50:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programs]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[browser views]]></category>
		<category><![CDATA[php program]]></category>
		<category><![CDATA[php session]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1530</guid>
		<description><![CDATA[A PHP program to store page view count in SESSION, to increment the count on each refresh , and to show the count on web page <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/programs/a-php-program-to-store-page-view-count-in-session-to-increment-the-count-on-each-refresh-and-to-show-the-count-on-web-page">A PHP program to store page view count in SESSION, to increment the count on each  refresh , and to show the count on web page</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote><p>&nbsp;</p>
<p><strong>prog.php</strong></p>
<p>&nbsp;</p>
<p><strong>&lt;?php</strong></p>
<p><strong>session_start();</strong></p>
<p><strong>if(isset($_SESSION['views']))</strong></p>
<p><strong>$_SESSION['views']=$_SESSION['views']+1;</strong></p>
<p><strong>else</strong></p>
<p><strong>$_SESSION['views']=1;</strong></p>
<p><strong>echo&#8221;views=&#8221;.$_SESSION['views'];</strong></p>
<p><strong>?&gt;</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p><strong>views = 1</strong></p>
<p><strong>Refresh the browser</strong></p>
<p><strong>views = 2</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/GYg9zngBFZbK3j5OKiC8cBtcmf4/0/da"><img src="http://feedads.g.doubleclick.net/~a/GYg9zngBFZbK3j5OKiC8cBtcmf4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GYg9zngBFZbK3j5OKiC8cBtcmf4/1/da"><img src="http://feedads.g.doubleclick.net/~a/GYg9zngBFZbK3j5OKiC8cBtcmf4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=sbPxPekmJ7A:WJ15U1fu8mI:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=sbPxPekmJ7A:WJ15U1fu8mI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=sbPxPekmJ7A:WJ15U1fu8mI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=sbPxPekmJ7A:WJ15U1fu8mI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=sbPxPekmJ7A:WJ15U1fu8mI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=sbPxPekmJ7A:WJ15U1fu8mI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=sbPxPekmJ7A:WJ15U1fu8mI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/sbPxPekmJ7A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/programs/a-php-program-to-store-page-view-count-in-session-to-increment-the-count-on-each-refresh-and-to-show-the-count-on-web-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/programs/a-php-program-to-store-page-view-count-in-session-to-increment-the-count-on-each-refresh-and-to-show-the-count-on-web-page</feedburner:origLink></item>
		<item>
		<title>Another cheap Tablet from India, Classpad | Price &amp; Specifications</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/wEaC4LD62qk/another-cheap-tablet-from-india-classpad-price-specifications</link>
		<comments>http://www.krazytech.com/technologies/another-cheap-tablet-from-india-classpad-price-specifications#comments</comments>
		<pubDate>Wed, 04 Jan 2012 08:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SMARTPHONES]]></category>
		<category><![CDATA[TECHNOLOGIES]]></category>
		<category><![CDATA[advanced operating system]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[best BATTERY BACKUP]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[cheapest tablet]]></category>
		<category><![CDATA[education tab]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[pixel resolution]]></category>
		<category><![CDATA[price ranges]]></category>
		<category><![CDATA[processor speed]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1603</guid>
		<description><![CDATA[A new tablet, classpad is designed by Delhi IITian, Rohit Pande. It is mainly designed to help students. It has got over 30,000 thousand apps supporting students in their curricular activities and it supports for HTML 5 and includes the advanced operating system Android. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/technologies/another-cheap-tablet-from-india-classpad-price-specifications">Another cheap Tablet from India, Classpad &#124; Price &#038; Specifications</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.krazytech.com/wp-content/uploads/classpad.jpg"><img src="http://www.krazytech.com/wp-content/uploads/classpad.jpg" alt="" title="classpad" width="355" height="400" class="aligncenter size-full wp-image-1604" /></a></p></blockquote>
<p></p>
<blockquote><h3></h3>
<p><strong>A new tablet, classpad is designed by Delhi IITian,&nbsp;Rohit Pande. It is mainly designed to help students. It has got over 30,000 thousand apps supporting students in their&nbsp;curricular activities and it supports for HTML 5 and includes the advanced operating system Android.&nbsp;</strong></p>
<ul>
<li>Classpad has got capacitive touch screen.</li>
<li>It comes with&nbsp;Single&nbsp;&nbsp;USB 2.0 port.</li>
<li>It has&nbsp;over 30,000 apps.</li>
</ul>
<h3></h3>
<h3><strong>Specifications of&nbsp;Classpad Tablet</strong></h3>
<p><strong>Processor:</strong></p>
<p><strong></strong><strong>Processor speed of 1 GHz to 1.3 GHz.</strong></p>
<p><strong></strong><strong>Memory:</strong></p>
<p><strong>Built-in memory of 4GB expandable upto 8GB.</strong></p>
<p>&nbsp;</p>
<p><strong><br />
</strong><strong>Display :</strong></p>
<p><strong></strong><strong>7, 8, 10 inches TFT LCD with 1024X600 pixel resolution</strong></p>
<p><strong></strong><strong>Audio :</strong></p>
<p><strong></strong><strong>3.5 mm Audio Jack in 3.5 mm Audio Jack out</strong><br />
<strong></strong></p>
<p>&nbsp;</p>
<p><strong>Camera:</strong></p>
<p><strong>0.3 Mega pixels front camera.</strong></p>
<p><strong>Connectivity :</strong><br />
<strong></strong></p>
<ul>
<li>Wi-Fi Connectivity</li>
<li>Single&nbsp;&nbsp;USB 2.0 port.</li>
<li>Mini HDMI port</li>
</ul>
<p><strong><br />
</strong><strong></strong></p>
<p><strong>Battery :</strong><br />
<strong></strong></p>
<div><strong>Battery Backup of &nbsp;7 hours</strong></div>
<p>&nbsp;<br />
<a href="http://www.krazytech.com/wp-content/uploads/classpad-jpg.jpg"><img src="http://www.krazytech.com/wp-content/uploads/classpad-jpg.jpg" alt="" title="classpad-jpg" width="450" height="300" class="aligncenter size-full wp-image-1605" /></a><br />
&nbsp;</p>
<p><strong>Operating System :</strong><br />
<strong></strong></p>
<p><strong>It runs on Android 2.2 and 2.3 OS.</strong></p>
<p>&nbsp;</p>
<p><strong>PRICE:</strong></p>
<p><strong>Classpad&#8217;s price ranges between &nbsp;Rs 7,500 and 14,000.</strong></p>
<p>&nbsp;</p>
<p><strong>Availability:</strong></p>
<p><strong>Classpad will be distributed to schools directly on order. and it would&nbsp;be released &nbsp;online&nbsp;soon.</strong></p></blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/MUkbOLinFa9-l-AZ9jbSTxiJMqY/0/da"><img src="http://feedads.g.doubleclick.net/~a/MUkbOLinFa9-l-AZ9jbSTxiJMqY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MUkbOLinFa9-l-AZ9jbSTxiJMqY/1/da"><img src="http://feedads.g.doubleclick.net/~a/MUkbOLinFa9-l-AZ9jbSTxiJMqY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=wEaC4LD62qk:b59C9y4a4vo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=wEaC4LD62qk:b59C9y4a4vo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=wEaC4LD62qk:b59C9y4a4vo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=wEaC4LD62qk:b59C9y4a4vo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=wEaC4LD62qk:b59C9y4a4vo:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=wEaC4LD62qk:b59C9y4a4vo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=wEaC4LD62qk:b59C9y4a4vo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/wEaC4LD62qk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/technologies/another-cheap-tablet-from-india-classpad-price-specifications/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/technologies/another-cheap-tablet-from-india-classpad-price-specifications</feedburner:origLink></item>
		<item>
		<title>Database application program of an INSURANCE database</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/qBXhwopfiU8/database-application-program-of-an-insurance-database</link>
		<comments>http://www.krazytech.com/programs/database-application-program-of-an-insurance-database#comments</comments>
		<pubDate>Sat, 24 Dec 2011 16:18:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[1st DBMS lab program]]></category>
		<category><![CDATA[5th sem]]></category>
		<category><![CDATA[insurance database]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[vtu]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1496</guid>
		<description><![CDATA[A Database application program to solve the queries related to an INSURANCE database <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/programs/database-application-program-of-an-insurance-database">Database application program of an INSURANCE database</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Consider the Insurance database given below.  The primary keys are underlined and the data types are specified:</strong></p>
<p><strong>PERSON (<span style="text-decoration: underline;">driver – id #</span>: String, name: string, address: string)</strong></p>
<p><strong>CAR (regno: string, model: string, year: int)</strong></p>
<p><strong>ACCIDENT (<span style="text-decoration: underline;">report-number</span>: int, <span style="text-decoration: underline;">accd-date</span>: date, location: string)</strong></p>
<p><strong>OWNS (<span style="text-decoration: underline;">driver-id </span>#:string<span style="text-decoration: underline;">, Regno</span>:string)</strong></p>
<p><strong>PARTICIPATED (<span style="text-decoration: underline;">driver-id</span>: string<span style="text-decoration: underline;">,</span> <span style="text-decoration: underline;">Regno</span>:string, <span style="text-decoration: underline;">report-number</span>:int, damage amount:int)</strong></p>
<p><strong>(i)      Create the above tables by properly specifying the primary keys and the foreign keys.</strong></p>
<p><strong>(ii)    Enter at least five tuples for each relation.</strong></p>
<p><strong>(iii)   Demonstrate how you</strong></p>
<p><strong>a.    Update the damage amount to 25000 for the car with a specific Regno in the ACCIDENT table with report number 12.</strong></p>
<p><strong>b.   Add a new accident to the database.</strong></p>
<p><strong>(iv)  Find the total number of people who owned cars that were involved in accidents in 2008.</strong></p>
<p><strong>(v)    Find the number of accidents in which cars belonging to a specific model were involved.</strong></p>
<p>&nbsp;</p>
<pre>
<strong>SQL&gt;Create table person</strong>
<strong> (</strong>
<strong> driver_id varchar2(20) not null,</strong>
<strong> name varchar2(20) not null,</strong>
<strong> address varchar2(20),</strong>
<strong> primary key(driver_id)</strong>
<strong> );</strong>

<strong>SQL&gt;insert into person1 values</strong>
<strong> (</strong>
<strong> '&amp;driver_id','&amp;name','&amp;address'</strong>
<strong> );</strong>

<strong>SQL&gt;select * from person;</strong>

<strong> DRIVER_ID NAME ADDRESS</strong>
<strong> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</strong>
<strong> 01A AAA BEL</strong>
<strong> 01B BBB GOA</strong>
<strong> 01C CCC MAH</strong>
<strong> 01D DDD BEL</strong>
<strong> 01E EEE RAJ</strong>

<strong>1</strong>
<strong> 5 rows selected</strong>

<strong> SQL&gt;create table car</strong>
<strong> (</strong>
<strong> reg_no varchar2(20) not null,</strong>
<strong> model varchar2(20) not null,</strong>
<strong> year varchar2(20),</strong>
<strong> primary key(reg_no)</strong>
<strong> );</strong>

<strong> SQL&gt;insert into car values</strong>
<strong> (</strong>
<strong> '&amp;reg_no','&amp;model','&amp;year'</strong>
<strong> );</strong>

<strong> SQL&gt;select* from car;</strong>

<strong> REG_NO MODEL YEAR</strong>
<strong>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</strong>
<strong> A1 11A 2009</strong>
<strong> B2 22B 2009</strong>
<strong> C3 33C 2008</strong>
<strong> D4 44D 2005</strong>
<strong> E5 55E 2010</strong>

<strong> 5 rows selected</strong>

<strong>SQL&gt;create table accident</strong>
<strong> (</strong>
<strong> rep_no number(5),</strong>
<strong> acc_date date,</strong>
<strong> location varchar2(20),</strong>
<strong> primary key(rep_no)</strong>
<strong> );</strong>

<strong>SQL&gt;insert into accident values</strong>
<strong> ( </strong>
<strong> &amp;rep_no,'&amp;acc_date','&amp;location'</strong>
<strong> );</strong>

<strong>SQL&gt;select * from accident;</strong>

<strong> REP_NO ACC_DATE LOCATION</strong>
<strong>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</strong>
<strong> 1 1-DEC-09 ANGOL</strong>
<strong> 2 12-FEB-08 NH4</strong>
<strong> 3 3-MAY-08 ANGOL</strong>
<strong> 4 4-FEB-10 RPD</strong>
<strong> 12 31-DEC-08 RPD</strong>

<strong> 5 rows selected</strong>

<strong>SQL&gt;create table owns</strong>
<strong> (</strong>
<strong> driver_id varchar2(20) not null,</strong>
<strong> reg_no varchar2(20) not null,</strong>
<strong> primary key(driver_id,reg_no),</strong>
<strong> foreign key(driver_id) references person(driver_id),</strong>
<strong> foreign key(reg_no) references car(reg_no)</strong>
<strong> );</strong>

<strong>SQL&gt;insert into owns values</strong>
<strong> (</strong>
<strong> '&amp;driver_id','&amp;reg_no'</strong>
<strong> );</strong>

<strong>SQL&gt;select * from owns;</strong>

<strong> DRIVER_ID REG_NO</strong>
<strong>- - - - - - - - - - - - - - - - - - - - - - - - - - - </strong>
<strong> 01A A1</strong>
<strong> 01B B2</strong>
<strong> 01C C3</strong>
<strong> 01D D4</strong>
<strong> 01E E5</strong>

<strong> 5 rows selected</strong>

<strong>SQL&gt;CREATE table participated</strong>
<strong> (</strong>
<strong> driver_id varchar2(20) not null,</strong>
<strong> reg_no varchar2(20) not null,</strong>
<strong> rep_no number(5),</strong>
<strong> damage number(5),</strong>
<strong> primary key(driver_id,reg_no,rep_no),</strong>
<strong> foreign key(driver_id)references person(driver_id),</strong>
<strong> foreign key(reg_no) references car(reg_no),</strong>
<strong> foreign key(rep_no) references accident(rep_no)</strong>
<strong> );</strong>

<strong> SQL&gt;insert into participated values</strong>
<strong> (</strong>
<strong> '&amp;driver_id','&amp;reg_no',&amp;rep_no,&amp;damage</strong>
<strong> );</strong>

<strong> SQL&gt;select * from participated;</strong>

<strong> DRIVER_ID REG_NO REP_NO DAMAGE</strong>
<strong> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</strong>
<strong> 01A A1 1 10000 </strong>
<strong> 01B B2 2 15000</strong>
<strong> 01C C3 3 20000</strong>
<strong> 01D D4 4 40000</strong>
<strong> 01E E5 12 80000</strong>

<strong> 5 rows selected</strong>

<strong> QUERIES:-</strong>
<strong>QUERY 3a)</strong>
<strong> SQL&gt;update participateD</strong>
<strong> set damage=25000</strong>
<strong> where rep_no=12 and reg_no='E5';</strong>

<strong> SQL&gt;select * from participated;</strong>

<strong> DRIVER_ID REG_NO REP_NO DAMAGE</strong>
<strong> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</strong>
<strong> 01A A1 1 10000 </strong>
<strong> 01B B2 2 15000</strong>
<strong> 01C C3 3 20000</strong>
<strong> 01D D4 4 40000</strong>
<strong> 01E E5 12 25000</strong>

<strong></strong></pre>
<pre><strong>QUERY </strong><strong>3b)</strong></pre>
<pre><strong> SQL&gt;insert into accident values</strong>
<strong> ( </strong>
<strong> &amp;rep_no,'&amp;acc_date','&amp;location'</strong>
<strong> );</strong>

<strong> SQL&gt;select * from accident;</strong>

<strong> REP_NO ACC_DATE LOCATION</strong>
<strong>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</strong>
<strong> 1 1-DEC-09 ANGOL</strong>
<strong> 2 12-FEB-08 NH4</strong>
<strong> 3 3-MAY-09 ANGOL</strong>
<strong> 4 4-FEB-10 RPD</strong>
<strong> 12 31-DEC-09 RPD</strong>
<strong> 5 15-JUL-09 NH4</strong>

<strong></strong></pre>
<pre><strong>QUERY </strong><strong>4)</strong></pre>
<pre><strong> SQL&gt;select count(o.driver_id) </strong>
<strong> from ownS o,part p,accident1 a</strong>
<strong> where o.driver_id=p.driver_id and</strong>
<strong> p.rep_no=a.rep_no and</strong>
<strong> acc_date like '%99';</strong>

<strong> COUNT</strong>
<strong> - - - - - - - - - - - - - </strong>
<strong> 1 </strong>

<strong></strong></pre>
<pre><strong>QUERY </strong><strong>5)</strong></pre>
<pre><strong> SQL&gt;select count(*) as count</strong>
<strong> from car1 c,part p,accident1 a</strong>
<strong> where model='SWIFT' and</strong>
<strong> a.rep_no=p.rep_no and</strong>
<strong> c.reg_no=p.reg_no;</strong>

<strong> COUNT</strong>
<strong> - - - - - - - - - - -</strong>
<strong> 1</strong>
</pre>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/iVMI9tJx64uCRSeW5tmC16IKN8s/0/da"><img src="http://feedads.g.doubleclick.net/~a/iVMI9tJx64uCRSeW5tmC16IKN8s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/iVMI9tJx64uCRSeW5tmC16IKN8s/1/da"><img src="http://feedads.g.doubleclick.net/~a/iVMI9tJx64uCRSeW5tmC16IKN8s/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=qBXhwopfiU8:BOLGTT05h5E:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=qBXhwopfiU8:BOLGTT05h5E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=qBXhwopfiU8:BOLGTT05h5E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=qBXhwopfiU8:BOLGTT05h5E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=qBXhwopfiU8:BOLGTT05h5E:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=qBXhwopfiU8:BOLGTT05h5E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=qBXhwopfiU8:BOLGTT05h5E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/qBXhwopfiU8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/programs/database-application-program-of-an-insurance-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/programs/database-application-program-of-an-insurance-database</feedburner:origLink></item>
		<item>
		<title>A Database application program for an order processing database  application in a company</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/5CAblu8MwuQ/a-database-application-program-for-an-order-processing-database-application-in-a-company</link>
		<comments>http://www.krazytech.com/programs/a-database-application-program-for-an-order-processing-database-application-in-a-company#comments</comments>
		<pubDate>Sat, 03 Dec 2011 16:33:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[2nd DBMS LAB PROGRAM]]></category>
		<category><![CDATA[5th sem]]></category>
		<category><![CDATA[database application]]></category>
		<category><![CDATA[order processing]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[vtu]]></category>
		<category><![CDATA[warehouses]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1500</guid>
		<description><![CDATA[A Database application program to solve the queries related to an order processing database application in a company <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/programs/a-database-application-program-for-an-order-processing-database-application-in-a-company">A Database application program for an order processing database  application in a company</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Consider the following relations for an order processing database  application in a company:</strong></p>
<p><strong>CUSTOMER (<span style="text-decoration: underline;">cust #</span>: int , cname: string, city: string)</strong></p>
<p><strong>ORDER (<span style="text-decoration: underline;">order #</span>: int, odate: date, cust #: int, ord-Amt: int)</strong></p>
<p><strong>ORDER – ITEM (<span style="text-decoration: underline;">order #</span>: int, <span style="text-decoration: underline;">item #</span>: int, qty: int)</strong></p>
<p><strong>ITEM (<span style="text-decoration: underline;">item #</span> : int, unit price: int)</strong></p>
<p><strong>SHIPMENT (<span style="text-decoration: underline;">order #</span>: int, <span style="text-decoration: underline;">warehouse#</span>: int, ship-date: date)</strong></p>
<p><strong>WAREHOUSE (<span style="text-decoration: underline;">warehouse #</span>: int, city: string)</strong></p>
<p><strong>(i)         Create the above tables by properly specifying the primary keys and the foreign keys.</strong></p>
<p><strong>(ii)       Enter at least five tuples for each relation.</strong></p>
<p><strong>(iii)      Produce a listing: CUSTNAME, #oforders, AVG_ORDER_AMT, where the middle column is the total numbers of orders by the customer and the last column is the average order amount for that customer.</strong></p>
<p><strong>(iv)     List the order# for orders that were shipped from <em>all</em> the warehouses that the company has in a specific city.</strong></p>
<p><strong>(v)       Demonstrate the deletion of an item from the ITEM table and demonstrate a method of handling the rows in the ORDER_ITEM table that contain this particular item.</strong></p>
<p>&nbsp;</p>
<pre>
<strong>CREATE TABLE CUSTOMER</strong>
<strong>(</strong>
<strong> Cust_id INTEGER NOT NULL,</strong>
<strong> Cust_name VARCHAR2(10),</strong>
<strong> City VARCHAR2(10),</strong>
<strong> PRIMARY KEY(Cust_id)</strong>
<strong>);</strong>

<strong>INSERT INTO CUSTOMER VALUES(&amp;Cust_id,'&amp;Cust_name','&amp;City');</strong>

<strong>SELECT * FROM CUSTOMER;</strong>

<strong>CUST_ID CUST_NAME CITY</strong>
<strong>------- ---------- ----------</strong>
<strong> 101 SAHIL BELGAUM</strong>
<strong> 102 NEHA PUNE</strong>
<strong> 103 PREM BELGAUM</strong>
<strong> 104 MAYUR HUBLI</strong>
<strong> 105 AKSHAY KOLKATTA</strong>

<strong>CREATE TABLE ORDER_1</strong>
<strong>(</strong>
<strong> Order_id INTEGER NOT NULL,</strong>
<strong> Order_date DATE,</strong>
<strong> Cust_id INTEGER,</strong>
<strong> Order_amt INTEGER,</strong>
<strong> PRIMARY KEY(Order_id),</strong>
<strong> FOREIGN KEY(Cust_id) REFERENCES CUSTOMER(Cust_id)</strong>
<strong>);</strong>

<strong>INSERT INTO ORDER_1 values(&amp;Order_id,'&amp;Order_date',&amp;Cust_id,&amp;Order_amt);</strong>

<strong>SELECT * FROM ORDER_1;</strong>

<strong> ORDER_ID ORDER_DAT CUST_ID ORDER_AMT</strong>
<strong>--------- --------- ---------- ----------</strong>
<strong> 201 01-OCT-04 101 50000</strong>
<strong> 202 15-JAN-05 102 30000</strong>
<strong> 203 20-JUN-06 101 60000</strong>
<strong> 204 01-FEB-04 104 15000</strong>
<strong> 205 19-MAR-05 104 40000</strong>

<strong>CREATE TABLE ITEM</strong>
<strong>(</strong>
<strong> Item_no INTEGER NOT NULL,</strong>
<strong> Unit_price INTEGER,</strong>
<strong> PRIMARY KEY(Item_no)</strong>
<strong>);</strong>

<strong>INSERT INTO ITEM values(&amp;Item_no,&amp;Unit_price);</strong>

<strong>SELECT * FROM ITEM;</strong>

<strong> ITEM_NO UNIT_PRICE</strong>
<strong>-------- ----------</strong>
<strong> 1 5000</strong>
<strong> 2 3000</strong>
<strong> 3 2500</strong>
<strong> 4 8000</strong>
<strong> 5 7000</strong>

<strong>CREATE TABLE ORDER_ITEM</strong>
<strong>(</strong>
<strong> Order_id INTEGER NOT NULL,</strong>
<strong> Item_no INTEGER,</strong>
<strong> Quantity INTEGER,</strong>
<strong> PRIMARY KEY(Order_id,Item_no),</strong>
<strong> FOREIGN KEY(Item_no) REFERENCES ITEM(Item_no),</strong>
<strong> FOREIGN KEY(order_id) REFERENCES order_1(order_id)</strong>
<strong>);</strong>

<strong>INSERT INTO ORDER_ITEM values(&amp;Order_id,&amp;Item_no,&amp;Quantity);</strong>

<strong>SELECT * FROM ORDER_ITEM;</strong>

<strong> ORDER_ID ITEM_NO QUANTITY</strong>
<strong>---------- ---------- ----------</strong>
<strong> 201 1 20</strong>
<strong> 202 2 10</strong>
<strong> 203 3 40</strong>
<strong> 204 4 3</strong>
<strong> 205 5 5</strong>

<strong>CREATE TABLE WAREHOUSE</strong>
<strong>(</strong>
<strong> Warehouse1 INTEGER NOT NULL,</strong>
<strong> City VARCHAR2(10),</strong>
<strong> PRIMARY KEY(Warehouse1)</strong>
<strong>);</strong>

<strong>INSERT INTO WAREHOUSE values(&amp;Warehouse1,'&amp;City');</strong>

<strong>SELECT * FROM WAREHOUSE;</strong>

<strong>WAREHOUSE1 CITY</strong>
<strong>---------- ----------</strong>
<strong> 100 BANGALORE</strong>
<strong> 200 KOLKATTA</strong>
<strong> 300 PUNE</strong>
<strong> 400 BELGAUM</strong>
<strong> 500 MYSORE</strong>

<strong>CREATE TABLE SHIPMENT</strong>
<strong>(</strong>
<strong> Order_id INTEGER NOT NULL,</strong>
<strong> Warehouse1 INTEGER,</strong>
<strong> Ship_date DATE,</strong>
<strong> PRIMARY KEY(Order_id,Warehouse1),</strong>
<strong> FOREIGN KEY(Order_id) REFERENCES ORDER_1(Order_id),</strong>
<strong> FOREIGN KEY(Warehouse1) REFERENCES WAREHOUSE(Warehouse1)</strong>
<strong>);</strong>

<strong>INSERT INTO SHIPMENT values(&amp;Order_id,&amp;Warehouse1,'&amp;Ship_date');</strong>

<strong>SELECT * FROM SHIPMENT;</strong>

<strong> ORDER_ID WAREHOUSE1 SHIP_DATE</strong>
<strong>---------- ---------- ---------</strong>
<strong> 201 100 03-JAN-06</strong>
<strong> 202 200 28-MAR-06</strong>
<strong> 203 300 13-JUN-07</strong>
<strong> 204 400 11-SEP-06</strong>
<strong> 205 500 13-JAN-07</strong>

<strong>QUERIES : </strong>
<strong>3)</strong>
<strong>SELECT Cust_name as Customer_Name,COUNT(Order_id) AS NO_Of_Orders,AVG(Order_amt) AS Avg_Order_amt</strong>
<strong>FROM CUSTOMER c,ORDER_1 o</strong>
<strong>WHERE C.Cust_id=o.Cust_id</strong>
<strong>GROUP BY o.Cust_id,c.Cust_name;</strong>

<strong>CUSTOMER_N NO_OF_ORDERS AVG_ORDER_AMT</strong>
<strong>---------- ------------ -------------</strong>
<strong>SAHIL 2 55000</strong>
<strong>NEHA 1 30000</strong>
<strong>MAYUR 2 27500</strong>

<strong>4)</strong>
<strong>SELECT Order_id FROM SHIPMENT</strong>
<strong>WHERE Warehouse1 IN</strong>
<strong>(SELECT Warehouse1 FROM WAREHOUSE</strong>
<strong> WHERE City='df');</strong>

<strong>Enter value for city: BANGALORE</strong>
<strong>old 4: WHERE City='&amp;City')</strong>
<strong>new 4: WHERE City='BANGALORE')</strong>

<strong> ORDER_ID</strong>
<strong>-----------------</strong>
<strong> 201</strong>

<strong>5)</strong></pre>
<pre><strong>SQL&gt; DELETE FROM ITEM WHERE ITEM_NO=4;</strong>

<strong>1 row deleted.</strong>

<strong>SQL&gt; SELECT * FROM ITEM;</strong>

<strong> ITEM_NO UNIT_PRICE</strong>
<strong>---------- ----------</strong>
<strong> 1 5000</strong>
<strong> 2 3000</strong>
<strong> 3 2500</strong>
<strong> 5 7000</strong>
</pre>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/sPH2QX3sudZ8e6LvM9K_1LASjEw/0/da"><img src="http://feedads.g.doubleclick.net/~a/sPH2QX3sudZ8e6LvM9K_1LASjEw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sPH2QX3sudZ8e6LvM9K_1LASjEw/1/da"><img src="http://feedads.g.doubleclick.net/~a/sPH2QX3sudZ8e6LvM9K_1LASjEw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=5CAblu8MwuQ:UDCuYUldksk:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=5CAblu8MwuQ:UDCuYUldksk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=5CAblu8MwuQ:UDCuYUldksk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=5CAblu8MwuQ:UDCuYUldksk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=5CAblu8MwuQ:UDCuYUldksk:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=5CAblu8MwuQ:UDCuYUldksk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=5CAblu8MwuQ:UDCuYUldksk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/5CAblu8MwuQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/programs/a-database-application-program-for-an-order-processing-database-application-in-a-company/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/programs/a-database-application-program-for-an-order-processing-database-application-in-a-company</feedburner:origLink></item>
		<item>
		<title>World’s cheapest Tablet – AAKASH | Price &amp; Specifications</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/yPtxJp86coM/worlds-cheapest-tablet-aakash-price-specifications</link>
		<comments>http://www.krazytech.com/technologies/worlds-cheapest-tablet-aakash-price-specifications#comments</comments>
		<pubDate>Thu, 24 Nov 2011 06:42:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LAPTOPS]]></category>
		<category><![CDATA[SMARTPHONES]]></category>
		<category><![CDATA[TECHNOLOGIES]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[battery backup]]></category>
		<category><![CDATA[cheapest tablet]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[memory upto]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[resistive touch screen]]></category>
		<category><![CDATA[specifications]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1486</guid>
		<description><![CDATA[The most awaited World's cheapest Tablet Phone AAKASH powered by Android OS has been launched by Indian Government on October 5. Aakash Tablet has all the important applications required in a computing device. It’s built up applying the latest technology and using some open source softwares. Compare to many other expensive tablets, one of the best thing about Aakash Tablet is it has 2 USB ports. It is one of the biggest achievement by India.  <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/technologies/worlds-cheapest-tablet-aakash-price-specifications">World&#8217;s cheapest Tablet &#8211; AAKASH &#124; Price &#038; Specifications</a></span>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;"><strong>The most awaited World&#8217;s cheapest Tablet Phone AAKASH powered by Android OS has been launched by Indian Government on October 5. Aakash Tablet has all the important applications required in a computing device. It’s built up applying the latest technology and using some open source softwares. &nbsp;Compare to many other expensive tablets, one of the best thing about Aakash Tablet is it has 2 USB ports. It is one of the biggest&nbsp;achievement by India.&nbsp;The basic version of Aakash, Ubislate7 is already sold out. However you can pre-book the next version of Aakash, Ubislate7+ which is going to be launched by late January. </strong></p>
<p style="text-align: justify;">
<p><a href="http://www.krazytech.com/wp-content/uploads/tab-marked.jpg"><img src="http://www.krazytech.com/wp-content/uploads/tab-marked.jpg" alt="" title="tab-marked" width="579" height="380" class="aligncenter size-full wp-image-1487" /></a></p>
<blockquote>
<h3><span style="text-decoration: underline;"><strong>Specifications of&nbsp;AAKASH Tablet</strong></span></h3>
<p><strong>Processor:</strong></p>
<p style="padding-left: 30px;"><strong></strong><strong>366 Mhz supporting graphics accelerator and high definition HD video</strong></p>
<p><strong></strong><strong>Memory: </strong></p>
<p style="padding-left: 30px;"><strong>256 MB RAM</strong></p>
<p><strong></strong><strong>Storage :</strong></p>
<p style="padding-left: 30px;"><strong></strong><strong>2 GB Internal Flash Memory</strong><br />
<strong>Upto 32 GB Expandable External Memory</strong><br />
<strong></strong></p>
<p><strong><br />
</strong><strong>Display :</strong></p>
<p style="padding-left: 30px;"><strong></strong><strong>7 inch Resistive Touch Screen with resolution of 800&#215;480 pixels</strong></p>
<p><strong></strong><strong>Audio :</strong></p>
<p style="padding-left: 30px;"><strong></strong><strong>3.5 mm Audio Jack in 3.5 mm Audio Jack out</strong><br />
<strong></strong></p>
<p><a href="http://www.krazytech.com/wp-content/uploads/2-img.png"><img src="http://www.krazytech.com/wp-content/uploads/2-img.png" alt="" title="2 img" width="608" height="346" class="aligncenter size-full wp-image-1488" /></a></p>
<p><strong>Connectivity :</strong><br />
<strong></strong></p>
<p style="padding-left: 30px;"><strong>WiFi IEEE 802.11 a/b/g</strong><br />
<strong>Bluetooth : Cellular (2G on unsubsidized version only)</strong><br />
<strong>3G 4G connectivity not provided</strong><br />
<strong></strong></p>
<p><strong>Battery :</strong><br />
<strong></strong></p>
<p style="padding-left: 30px;"><strong>Battery Backup of 180 Minutes</strong><br />
<strong></strong></p>
<p><strong>Operating System :</strong><br />
<strong></strong></p>
<p><strong>Google Android OS 2.2 for Ubislate7 and 2.3 for Ubislate7+</strong></p>
<p><strong>Text Editor Supported Formats:</strong></p>
<p style="padding-left: 30px;"><strong></strong><strong>DOC, DOCX, PPT, PPTX, XLS, XLSX, ODT, ODP, PDF </strong><br />
<strong></strong></p>
<p><strong>Image Formats Supported : PNG, JPG, BMP, GIF</strong><br />
<strong></strong></p>
<p><strong>Audio: MP3, AAC, AC3, WAV, WMA</strong><br />
<strong></strong></p>
<p><strong>Video: MPEG2, MPEG4, AVI, FLVWeb </strong><br />
<strong></strong></p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-4551104136003015";
/* 336x280, large rectangle */
google_ad_slot = "5128173664";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><strong>Browser : Default browser xHTML, IE8 is also provided.</strong></p>
<p><strong>PRICE:</strong></p>
<p><strong>Aakash will cost the government around $49 (inclusive of all taxes etc) approximately Rs. 2,500 for Ubislate7 and 2,999 for Ubislate7+.</strong></p>
<p><strong>It will be given to students after subsidizing the price by up to 50 percent which will cost about Rs.1100 ($35 US).</strong></p>
<p>&nbsp;</p>
<ul>
<li><strong>YouTube Application is integrated to Stream Videos</strong></li>
<li><strong>External USB Keyboard (optional)</strong></li>
<li><strong>Aakash is created by using open source software from Sakshat Portal and other websites.<br />
</strong></li>
<li><strong>The tablet is developed and fully&nbsp;made in India&nbsp;by Datawind.<br />
</strong></li>
<li><strong>Access to thousands of educational &amp; Learning institutes available for free.<br />
</strong></li>
</ul>
<p>&nbsp;</p></blockquote>
<h4><span style="text-decoration: underline;"><strong>The Review video of Aakash Tablet is shown below</strong></span></h4>
<p><iframe width="600" height="405" src="http://www.youtube.com/embed/PPp519xqA_g" frameborder="0" allowfullscreen></iframe></p>
<blockquote>
<h3>Note:</h3>
<p>
<strong> I strongly recommend you to go for Ubislate7+. It has got good features comparative to Ubislate7.<br /> Even I have booked for Ubislate7+. Lets enjoy the features of cheapest Tablet by India.</strong><br />
<a href="http://www.krazytech.com/wp-content/uploads/aakash-tablet-sold-out-datawind-ubislate-7-ubislate.jpg"><img src="http://www.krazytech.com/wp-content/uploads/aakash-tablet-sold-out-datawind-ubislate-7-ubislate.jpg" alt="" title="aakash-tablet-sold-out-datawind-ubislate 7-ubislate" width="590" height="291" class="aligncenter size-full wp-image-1595" /></a></p>
<p>You can pre-book it on <a href="http://aakashtablet.com/" title="aakashtablet.com" target="_blank">http://aakashtablet.com/</a> but once you book, it does not mean they will deliver Tablet to you. They will confirm you once they start dispatching the tablets so give the proper details.<br />
Tablets will be dispatched in late January.</p>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/2bJ0uLTEe8nlP1UO63BLIec8DzI/0/da"><img src="http://feedads.g.doubleclick.net/~a/2bJ0uLTEe8nlP1UO63BLIec8DzI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2bJ0uLTEe8nlP1UO63BLIec8DzI/1/da"><img src="http://feedads.g.doubleclick.net/~a/2bJ0uLTEe8nlP1UO63BLIec8DzI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=yPtxJp86coM:Mr1yWeoI03U:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=yPtxJp86coM:Mr1yWeoI03U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=yPtxJp86coM:Mr1yWeoI03U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=yPtxJp86coM:Mr1yWeoI03U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=yPtxJp86coM:Mr1yWeoI03U:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=yPtxJp86coM:Mr1yWeoI03U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=yPtxJp86coM:Mr1yWeoI03U:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/yPtxJp86coM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/technologies/worlds-cheapest-tablet-aakash-price-specifications/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/technologies/worlds-cheapest-tablet-aakash-price-specifications</feedburner:origLink></item>
		<item>
		<title>A PHP program to save records &amp; retrieving from database using MySQL</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/BKXvSYN4V3w/a-php-program-to-save-records-retrieving-from-database-using-mysql</link>
		<comments>http://www.krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql#comments</comments>
		<pubDate>Mon, 21 Nov 2011 10:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML/XHTML]]></category>
		<category><![CDATA[PHP Programs]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[address line]]></category>
		<category><![CDATA[address values]]></category>
		<category><![CDATA[customer information]]></category>
		<category><![CDATA[mail text]]></category>
		<category><![CDATA[mysql php]]></category>
		<category><![CDATA[program html]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1535</guid>
		<description><![CDATA[An XHTML form with Name, Address Line 1, Address Line 2 and E-mail text fields. On submitting store the values in MySQL table. Retrieve and display the data based on name using PHP.  <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql">A PHP program to save records &#038; retrieving from database using MySQL</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote>
<p><strong>An XHTML form with Name, Address Line 1, Address Line 2 and E-mail text fields. On submitting store the values in MySQL table. Retrieve and display the data based on name using PHP</strong></p>
<p><strong>Program.html</strong></p>
<p>&nbsp;</p>
<p><strong>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;ISO-8859-1&#8243;?&gt;</strong></p>
<p><strong>&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;</strong></p>
<p><strong>&lt;body&gt;</strong></p>
<p><strong>&lt;h3&gt; Program to collect the customer-information &lt;/h3&gt;</strong></p>
<p><strong>&lt;form action =&#8221;http://localhost/13a.php&#8221; method=&#8221;get&#8221;&gt;</strong></p>
<p><strong>&lt;table border=&#8221;0&#8243;&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;td&gt; Enter Name:&lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt; &lt;input type=&#8221;text&#8221; name=&#8221;name&#8221;&gt; &lt;/td&gt;</strong></p>
<p><strong>&lt;/tr&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;td&gt; Enter Address Line1: &lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt; &lt;input type=&#8221;text&#8221; name=&#8221;address1&#8243;&gt;&lt;/td&gt;</strong></p>
<p><strong>&lt;/tr&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;td&gt; Enter Address line2: &lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt; &lt;input type=&#8221;text&#8221; name=&#8221;address2&#8243;&gt; &lt;/td&gt;</strong></p>
<p><strong>&lt;/tr&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;td&gt; Enter Email-id: &lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt; &lt;input type=&#8221;text&#8221; name=&#8221;email&#8221;&gt; &lt;/td&gt;</strong></p>
<p><strong>&lt;/tr&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;td&gt; &lt;/td&gt; &lt;/tr&gt;</strong></p>
<p><strong>&lt;tr&gt; &lt;/tr&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;td&gt; &lt;input type=&#8221;submit&#8221; value=&#8221;Submit&#8221;&gt;&lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt; &lt;input type=&#8221;Reset&#8221; value=&#8221;Reset&#8221;&gt;&lt;/td&gt;</strong></p>
<p><strong>&lt;/tr&gt;</strong></p>
<p><strong>&lt;/br&gt;</strong></p>
<p><strong>&lt;a href=&#8221;program.html&#8221;&gt; To search click here &lt;/a&gt; &lt;/td&gt;</strong></p>
<p><strong>&lt;/table&gt;</strong></p>
<p><strong>&lt;/form&gt;</strong></p>
<p><strong>&lt;/body&gt;</strong></p>
<p><strong>&lt;/html&gt;</strong></p>
<p>&nbsp;</p>
<p>Output:<br />
<a href="http://www.krazytech.com/wp-content/uploads/119.jpg"><img src="http://www.krazytech.com/wp-content/uploads/119-150x150.jpg" alt="" title="1" width="150" height="150" class="alignleft size-thumbnail wp-image-1537" /></a><br />
&nbsp;</p>
</blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<blockquote><p><strong>Program.php</strong></p>
<p>&nbsp;</p>
<p><strong>&lt;html&gt;</strong></p>
<p><strong>&lt;head&gt;&lt;title&gt; PHP and MYSQL &lt;/title&gt;&lt;/head&gt;</strong></p>
<p><strong>&lt;body bgcolor=&#8221;aabbcc&#8221;&gt;</strong></p>
<p><strong>&lt;?php</strong></p>
<p><strong>$name1=$_REQUEST["name"];</strong></p>
<p><strong>$address1=$_REQUEST["address1"];</strong></p>
<p><strong>$address2=$_REQUEST["address2"];</strong></p>
<p><strong>$email=$_REQUEST["email"];</strong></p>
<p>&nbsp;</p>
<p><strong>$mysql=mysql_connect(&#8220;localhost&#8221;,&#8221;root&#8221;) or die(&#8220;can&#8217;t connect&#8221;);</strong></p>
<p><strong>mysql_select_db(&#8220;mmec&#8221;) or die(&#8220;can&#8217;t select&#8221;);</strong></p>
<p><strong>mysql_query(&#8220;insert into address values(&#8216;$name1&#8242;,&#8217;$address1&#8242;,&#8217;$address2&#8242;,&#8217;$email&#8217;)&#8221;)or die(&#8220;query failed to insert&#8221;);</strong></p>
<p><strong>$result=mysql_query(&#8220;select * from address&#8221;);</strong></p>
<p><strong>?&gt;</strong></p>
<p><strong>&lt;h3&gt; Page to display the stored data &lt;/h3&gt;</strong></p>
<p><strong>&lt;table border=&#8221;1&#8243;&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;th&gt; NAME &lt;/th&gt;</strong></p>
<p><strong>&lt;th&gt; ADDRESS Line1 &lt;/th&gt;</strong></p>
<p><strong>&lt;th&gt; ADDRESS Line2 &lt;/th&gt;</strong></p>
<p><strong>&lt;th&gt; EMAIL-id &lt;/th&gt; &lt;/tr&gt;</strong></p>
<p><strong>&lt;?while($array=mysql_fetch_row($result)):?&gt;</strong></p>
<p><strong>&lt;tr&gt;</strong></p>
<p><strong>&lt;td&gt;&lt;?echo $array[0];?&gt;&lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt;&lt;?echo $array[1];?&gt;&lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt;&lt;?echo $array[2];?&gt;&lt;/td&gt;</strong></p>
<p><strong>&lt;td&gt;&lt;?echo $array[3];?&gt;&lt;/td&gt;</strong></p>
<p><strong>&lt;/tr&gt;</strong></p>
<p><strong>&lt;?endwhile;?&gt;</strong></p>
<p><strong>&lt;?mysql_free_result($result);?&gt;</strong></p>
<p><strong>&lt;?mysql_close($mysql);?&gt;</strong></p>
<p><strong>&lt;/table&gt;</strong></p>
<p><strong>&lt;/body&gt;</strong></p>
<p><strong>&lt;/html&gt;</strong></p>
<p>&nbsp;</p>
<p>Output:</p>
<p>&nbsp;<br />
<a href="http://www.krazytech.com/wp-content/uploads/222.jpg"><img src="http://www.krazytech.com/wp-content/uploads/222-150x150.jpg" alt="" title="2" width="150" height="150" class="alignleft size-thumbnail wp-image-1538" /><br />
&nbsp;</a></p>
<p>&nbsp;</p>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/7Bkn5cavk42_ClOY8g-e11l8-rA/0/da"><img src="http://feedads.g.doubleclick.net/~a/7Bkn5cavk42_ClOY8g-e11l8-rA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7Bkn5cavk42_ClOY8g-e11l8-rA/1/da"><img src="http://feedads.g.doubleclick.net/~a/7Bkn5cavk42_ClOY8g-e11l8-rA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=BKXvSYN4V3w:z1S4KKhHMac:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=BKXvSYN4V3w:z1S4KKhHMac:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=BKXvSYN4V3w:z1S4KKhHMac:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=BKXvSYN4V3w:z1S4KKhHMac:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=BKXvSYN4V3w:z1S4KKhHMac:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=BKXvSYN4V3w:z1S4KKhHMac:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=BKXvSYN4V3w:z1S4KKhHMac:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/BKXvSYN4V3w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql</feedburner:origLink></item>
		<item>
		<title>Challenges in Mobile Ad hoc Networks (MANETs)</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/15txYY5v_78/challenges-in-mobile-ad-hoc-networks-manets</link>
		<comments>http://www.krazytech.com/technical-papers/challenges-in-mobile-ad-hoc-networks-manets#comments</comments>
		<pubDate>Sun, 13 Nov 2011 14:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[COMPUTER SCIENCE]]></category>
		<category><![CDATA[GENERAL TECHNICAL PAPERS]]></category>
		<category><![CDATA[TECHNICAL PAPERS]]></category>
		<category><![CDATA[communication networks]]></category>
		<category><![CDATA[concept features]]></category>
		<category><![CDATA[fundamental problems]]></category>
		<category><![CDATA[important technology]]></category>
		<category><![CDATA[intrusion detection]]></category>
		<category><![CDATA[MANET]]></category>
		<category><![CDATA[mobile ad hoc networks]]></category>
		<category><![CDATA[mobile hosts]]></category>
		<category><![CDATA[network infrastructure]]></category>
		<category><![CDATA[personal digital assistants]]></category>
		<category><![CDATA[pervasive computing]]></category>
		<category><![CDATA[rescue missions]]></category>
		<category><![CDATA[services tools]]></category>
		<category><![CDATA[software techniques]]></category>
		<category><![CDATA[wireless ad hoc networks]]></category>
		<category><![CDATA[wireless mobile nodes]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1506</guid>
		<description><![CDATA[A MANET is a collection of wireless nodes that can dynamically form a network to exchange information without using any pre-existing fixed network infrastructure. Wireless ad-hoc networks are increasingly being used in the battlefield, emergency search, rescue missions. The special features of MANET bring great opportunities together with severe challenges.  <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/technical-papers/challenges-in-mobile-ad-hoc-networks-manets">Challenges in Mobile Ad hoc Networks (MANETs)</a></span>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>ABSTRACT</strong></p>
<p style="text-align: justify;">In the near future, a pervasive computing environment can be expected based on the recent progresses and advances in computing and communication technologies. Next generation of mobile communication will include both popular infrastructured wireless networks and novel infrastructureless mobile ad-hoc networks (MANETs). A MANET is a collection of wireless nodes that can dynamically form a network to exchange information without using any pre-existing fixed network infrastructure. Wireless ad-hoc networks are increasingly being used in the battlefield, emergency search, rescue missions. The special features of MANET bring great opportunities together with severe challenges. This report describes the concept, features, status and fundamental problems of ad hoc networking. Special attention is paid on network layer routing strategy and intrusion detection in MANETs.</p>
<h4 style="text-align: justify;"><strong><span style="text-decoration: underline;">1. Introduction</span></strong><strong></strong></h4>
<p style="text-align: justify;">Our future living environments are likely to be based upon information resources provided by the connections of various communication networks for users. New small devices like Personal Digital Assistants (PDAs), mobile phones, and laptops enhance the information processing and accessing capabilities with mobility.  To cater the needs of such devices, modern technologies should adopt new model of pervasive computing including new architectures, standards, devices, services, tools and protocols.</p>
<p style="text-align: justify;"> Mobile computing is the one of the most important technology supporting pervasive computing. Advances in both hardware and software techniques have enabled the spread of mobile hosts and wireless networking to masses. Generally, there are two modes in which wireless mobile nodes can communicate:</p>
<ol style="text-align: justify;" start="1">
<li><strong>Infrastructured</strong>: In this mode, all the communication among the mobile nodes goes through a base station. A Base station is also known as access point.  These base stations are connected to the fixed infrastructure or wired networks.</li>
</ol>
<ol style="text-align: justify;" start="2">
<li><strong>Infrastructureless</strong>: This mode of communication is known as a mobile ad hoc network<del cite="mailto:Lucent%20End%20User" datetime="2004-10-30T22:31"> </del>(MANET). A MANET is collection of wireless nodes that can dynamically form a network to exchange information without using any pre-existing fixed network infrastructure. This is a very important part of communication technology that supports truly pervasive computing, because in many contexts information exchange between mobile units cannot rely on any fixed network infrastructure, but on rapid configuration of a wireless connections on-the-fly.  A typical example of this mode of communication is people sitting in the conference room and exchanging data among them without any fixed infrastructure.</li>
</ol>
<div style="text-align: justify;">
<h4><strong><span style="text-decoration: underline;">2. Related Background</span></strong><strong></strong></h4>
<h4><span style="text-decoration: underline;">2.1 MANET Concept</span></h4>
<p>A mobile ad hoc network is a collection of wireless nodes that can dynamically be set up anywhere and anytime without using any pre-existing network infrastructure. It is an autonomous system in which mobile hosts connected by wireless links are free to move randomly. In MANET, nodes act both as host and routers. The traffic types in ad hoc networks are quite different from those in an infrastructured wireless network, including:</p>
<p>1      <strong>Peer-to-Peer</strong>: Communication between two nodes, which are within one hop.</p>
<p>2      <strong>Remote-to-Remote</strong><em>: </em>Communication between two nodes beyond a single hop but which maintain a stable route between them. This may be the result of several nodes staying within communication range of each other in a single area or possibly moving as a group. The traffic is similar to standard network traffic.</p>
<p>3      <strong>Dynamic Traffic</strong>: This occurs when nodes are dynamic and moving around. Routes must be reconstructed. This results in a poor connectivity and network activity in short bursts.</p>
<p><span style="text-decoration: underline;">2.2 MANET Features</span></p>
<p>MANET has the following features:</p>
<p><span class="Apple-style-span">1     <strong> Autonomous terminal: </strong> In MANET, each mobile host is autonomous node, which may function as both a host and a router. In other words, besides the basic processing ability as a host, the mobile nodes can also perform switching functions as a router. So usually endpoints and switches are indistinguishable in MANET.</span></p>
<p>2      <strong>Distributed operation</strong>:  Since there is no background network for the central control of the network operations, the control and management of the network is distributed among the terminals. The nodes involved in a MANET should collaborate amongst themselves and each node acts as a relay as needed, to implement functions e.g. security and routing.</p>
<p>3      <strong>Multi-hop routing</strong>:  Basic types of ad hoc routing algorithms can be single-hop and multi-hop. Single-hop MANET is simpler than multihop in terms of structure and implementation, with the cost of lesser functionality and applicability. When delivering data packets from a source to its destination out of the direct wireless transmission range, the packets should be forwarded via one or more intermediate nodes.</p>
<p>4      <strong>Dynamic network topology</strong>:  Since the nodes are mobile, the network topology may change rapidly and unpredictably and the connectivity among the terminals may vary with time. MANET should adapt to the traffic and propagation conditions as well as the mobility patterns of the mobile network nodes. The mobile nodes in the network dynamically establish routing among themselves as they move about, forming their own network on the fly. Moreover, a user in the MANET may not only operate within the ad hoc network, but may require access to a public fixed network.</p>
<p>5      <strong>Fluctuating link capacity</strong>:  The nature of high bit-error rates of wireless connection might be more profound in a MANET. One end-to-end path can be shared by several sessions. The channel over which the terminals communicate is subject to noise, fading, and interference, and has less bandwidth than a wired network. In some scenarios, the path between any pair of users can traverse multiple wireless links and the link themselves can be heterogeneous. One effect of the relatively low to moderate capacities is that congestion is typically the norm rather than the exception i.e. aggregate application demand will likely approach or exceed network capacity frequently.</p>
<p>6      <strong>Energy-constrained operation</strong>:  Some or all of the nodes in a MANET may rely on batteries or other means for their energy. Such devices need optimized algorithms and mechanisms that implement the computing and communicating functions.</p>
<p>7      <strong>Limited physical security</strong>: MANETs are generally more prone to physical security threats than are fixed cable networks. The increased possibility of eavesdropping, spoofing and denial-of-service attacks should be carefully considered.</p>
<p>&nbsp;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/WTtisXXvnc5l5-7-uVTNDRWMLwc/0/da"><img src="http://feedads.g.doubleclick.net/~a/WTtisXXvnc5l5-7-uVTNDRWMLwc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WTtisXXvnc5l5-7-uVTNDRWMLwc/1/da"><img src="http://feedads.g.doubleclick.net/~a/WTtisXXvnc5l5-7-uVTNDRWMLwc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=15txYY5v_78:P7G40VE2EYE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=15txYY5v_78:P7G40VE2EYE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=15txYY5v_78:P7G40VE2EYE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=15txYY5v_78:P7G40VE2EYE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=15txYY5v_78:P7G40VE2EYE:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=15txYY5v_78:P7G40VE2EYE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=15txYY5v_78:P7G40VE2EYE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/15txYY5v_78" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/technical-papers/challenges-in-mobile-ad-hoc-networks-manets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/technical-papers/challenges-in-mobile-ad-hoc-networks-manets</feedburner:origLink></item>
		<item>
		<title>A perl program to display a digital clock which displays the current time of the server</title>
		<link>http://feedproxy.google.com/~r/krazytech/~3/2nAcw1vdkyY/a-perl-program-to-display-a-digital-clock-which-displays-the-current-time-of-the-server</link>
		<comments>http://www.krazytech.com/programs/a-perl-program-to-display-a-digital-clock-which-displays-the-current-time-of-the-server#comments</comments>
		<pubDate>Sat, 05 Nov 2011 09:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[current time]]></category>
		<category><![CDATA[digital clock]]></category>
		<category><![CDATA[localtime]]></category>
		<category><![CDATA[perl program]]></category>
		<category><![CDATA[text html]]></category>
		<category><![CDATA[time print]]></category>

		<guid isPermaLink="false">http://www.krazytech.com/?p=1519</guid>
		<description><![CDATA[A perl program to display a digital clock which displays the current time of the server. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.krazytech.com/programs/a-perl-program-to-display-a-digital-clock-which-displays-the-current-time-of-the-server">A perl program to display a digital clock which displays the current time of the server</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>prog.cgi</strong></p>
<p>&nbsp;</p>
<p><strong>#!/usr/bin/perl</strong><br />
<strong>print &#8220;content-type:text/html\n\n&#8221;;</strong><br />
<strong>use CGI&#8221;:standard&#8221;;</strong><br />
<strong>my($s,$m,$h)=localtime(time);</strong><br />
<strong>print &#8220;The current time is : &#8220;;</strong><br />
<strong>print &#8220;$h:$m:$s &#8220;; </strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p><strong>The current Time is</strong></p>
<p><strong>23 : 19: 30</strong></p>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/wFt14r-24qs7rhDIeQuOtcZpobc/0/da"><img src="http://feedads.g.doubleclick.net/~a/wFt14r-24qs7rhDIeQuOtcZpobc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wFt14r-24qs7rhDIeQuOtcZpobc/1/da"><img src="http://feedads.g.doubleclick.net/~a/wFt14r-24qs7rhDIeQuOtcZpobc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/krazytech?i=2nAcw1vdkyY:Q0GwWOQQnFg:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=2nAcw1vdkyY:Q0GwWOQQnFg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/krazytech?i=2nAcw1vdkyY:Q0GwWOQQnFg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/krazytech?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/krazytech?i=2nAcw1vdkyY:Q0GwWOQQnFg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/krazytech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/krazytech?i=2nAcw1vdkyY:Q0GwWOQQnFg:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/krazytech?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/krazytech?i=2nAcw1vdkyY:Q0GwWOQQnFg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/krazytech?a=2nAcw1vdkyY:Q0GwWOQQnFg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/krazytech?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/krazytech/~4/2nAcw1vdkyY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.krazytech.com/programs/a-perl-program-to-display-a-digital-clock-which-displays-the-current-time-of-the-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.krazytech.com/programs/a-perl-program-to-display-a-digital-clock-which-displays-the-current-time-of-the-server</feedburner:origLink></item>
	<media:rating>nonadult</media:rating><media:description type="plain">Latest Topics</media:description></channel>
</rss>

