<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Life is full of challenges, don't give up, instead, live with it</title>
	<atom:link href="http://smush143.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://smush143.wordpress.com</link>
	<description>"You do not succeed because you do not know what you want, but because you don't want it intensely enough." - Frank Crane -</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='smush143.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Life is full of challenges, don't give up, instead, live with it</title>
		<link>http://smush143.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://smush143.wordpress.com/osd.xml" title="Life is full of challenges, don&#039;t give up, instead, live with it" />
	<atom:link rel='hub' href='http://smush143.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Embedding WebKit and Gecko in VB .NET Application</title>
		<link>http://smush143.wordpress.com/2010/12/28/embedding-webkit-and-gecko-in-vb-net-application/</link>
		<comments>http://smush143.wordpress.com/2010/12/28/embedding-webkit-and-gecko-in-vb-net-application/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 06:18:50 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[.Net Applications Cues]]></category>
		<category><![CDATA[Latest Innovations]]></category>
		<category><![CDATA[Technological Issues]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=406</guid>
		<description><![CDATA[WebKit  is a browser engine used on many applications and browsers such as Google Chrome, Safari, Adobe AIR, iCab, Epiphany (experimental), Konqueror (KHTML). It is an open &#8211; source browser engine ready to use for those who wants to embed this in their .net applications. On the other hand, Gecko is also a browser engine used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=406&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>WebKit  is a browser engine used on many applications and browsers such as Google Chrome, Safari, Adobe AIR, iCab, Epiphany (experimental), Konqueror (KHTML). It is an open &#8211; source browser engine ready to use for those who wants to embed this in their .net applications. On the other hand, Gecko is also a browser engine used by applications and browsers such as Firefox, Camino, Flock, Thunderbird, Seamonkey, Epiphany, NVU, Netscape, K-Meleon. It is also an open &#8211; source browser engine ready to be embedded into your .net applications, with the help of xulrunner, Gecko will be fully functional in your application. Here&#8217;s the sample image of my application that uses the mentioned browser engines.</p>
<p>&nbsp;</p>
<p style="text-align:center;"><a href="http://smush143.files.wordpress.com/2010/12/imahe.jpg"><img class="size-medium wp-image-407 aligncenter" style="border:1px solid black;" title="imahe" src="http://smush143.files.wordpress.com/2010/12/imahe.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p style="text-align:left;">STEPS (WebKit):</p>
<p style="text-align:left;">1. Copy all the files in the &#8220;WebKit.NET-0.4-bin-cairo\bin&#8221; (except the .exe)  folder into the &#8220;&#8230;\bin\Debug&#8221; of your project;</p>
<p style="text-align:left;">2. In Your Toolbox Right Click And Click &#8220;Choose Items&#8230;&#8221;. A New Form Will Show Up</p>
<p style="text-align:left;">3. In The .Net Framework Components tab click &#8220;Browse&#8221;.</p>
<p style="text-align:left;">4. Add The &#8220;WebkitBrowser.dll&#8221; from your Debug folder</p>
<p style="text-align:left;">5. Now you will have the webkit control in your toolbox. Drag it to your form and use it like a web browser component,    fill your form up with it and anchor it to all sides so it will get bigger and smaller when you resize the form.</p>
<p style="text-align:left;">6. Name The Webkit Browser: WebBrowser</p>
<p style="text-align:left;">7. Done.</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">STEPS (Gecko)</p>
<p style="text-align:left;">1. Download GeckoFX and xulrunner-1.9.1.16.en-US.win32.zip (<a rel="nofollow" href="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2/runtimes/xulrunner-1.9.2.en-US.win32.zip" target="_blank">http://releases.mozilla.org/pub/mozi&#8230;n-US.win32.zip</a>).</p>
<p style="text-align:left;">2. Copy the files inside the &#8220;bin&#8221; folder of GeckoFX and extract xulrunner directly inside your &#8220;&#8230;\bin\Debug&#8221; of your project.</p>
<p style="text-align:left;">3. In Your Toolbox Right Click And Click &#8220;Choose Items&#8230;&#8221;. A New Form Will Show Up</p>
<p style="text-align:left;">4. In The .Net Framework Components tab click &#8220;Browse&#8221;.</p>
<p style="text-align:left;">5. Add The &#8220;Skyboun.Gecko.dll&#8221; from your Debug folder</p>
<p style="text-align:left;">6. Now you will have the Skybound.Gecko.Browser control in your toolbox. Drag it to your form and use it like a web browser component,    fill your form up with it and anchor it to all sides so it will get bigger and smaller when you resize the form.</p>
<p style="text-align:left;">7. Then place in your startup code this line of code: Skybound.Gecko.Xpcom.Initialize(Application.Startupath &amp; &#8220;\xulrunner\&#8221;)</p>
<p style="text-align:left;">8. Done.</p>
<p style="text-align:left;">Enjoy everyone. Have a nice day. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/406/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=406&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/12/28/embedding-webkit-and-gecko-in-vb-net-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>

		<media:content url="http://smush143.files.wordpress.com/2010/12/imahe.jpg?w=300" medium="image">
			<media:title type="html">imahe</media:title>
		</media:content>
	</item>
		<item>
		<title>Content Management System &#8211; JOOMLA</title>
		<link>http://smush143.wordpress.com/2010/07/22/content-management-system-joomla/</link>
		<comments>http://smush143.wordpress.com/2010/07/22/content-management-system-joomla/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:22:59 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[C/C++ Programming Language]]></category>
		<category><![CDATA[Designing]]></category>
		<category><![CDATA[Latest Innovations]]></category>
		<category><![CDATA[Personal Posts]]></category>
		<category><![CDATA[Technological Issues]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=399</guid>
		<description><![CDATA[As we had finished our web project for the company we are in with, it came up to our mind on how would we manage our newly developed site in an easy way. Our supervising officer suggested to use a CMS (Content Management System) tool which is a good tool for managing websites. But, as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=399&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As we had finished our web project for the company we are in with, it came up to our mind on how would we manage our newly developed<a href="http://smush143.files.wordpress.com/2010/07/joomlaimage1.jpg"><img class="alignright size-full wp-image-401" title="joomlaimage" src="http://smush143.files.wordpress.com/2010/07/joomlaimage1.jpg?w=497" alt=""   /></a> site in an easy way. Our supervising officer suggested to use a CMS (Content Management System) tool which is a good tool for managing websites. But, as newbies, we did search on what CMS means and on how it works.</p>
<p>Upon surfing the Internet, we found out this tool which really caught our attention, the one I&#8217;m talking about is <a href="http://www.joomla.org/">JOOMLA</a> a very powerful tool ready to manage websites as simple as counting 1 2 3. Without hesitation we started studying its features. A week later we started manipulating it and started integrating our website with this CMS tool. It did really work for us. Happy to have this tool. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So, what are you waiting for here&#8217;s the link to download a full package of JOOMLA. <a href="http://www.4shared.com/file/l-baYdX3/Joomla_1515-Stable-Full_Packag.html">Click here&#8230;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=399&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/07/22/content-management-system-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>

		<media:content url="http://smush143.files.wordpress.com/2010/07/joomlaimage1.jpg" medium="image">
			<media:title type="html">joomlaimage</media:title>
		</media:content>
	</item>
		<item>
		<title>Crystal Reports 10 installation</title>
		<link>http://smush143.wordpress.com/2010/07/06/crystal-reports-10-installation/</link>
		<comments>http://smush143.wordpress.com/2010/07/06/crystal-reports-10-installation/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 07:19:03 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[Computer Hardware and System Technology]]></category>
		<category><![CDATA[Latest Innovations]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Personal Posts]]></category>
		<category><![CDATA[Technological Issues]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[crystal reports]]></category>
		<category><![CDATA[crystal reports 10 installation guide]]></category>
		<category><![CDATA[how to install crystal reports 10]]></category>
		<category><![CDATA[installation of crystal reports]]></category>
		<category><![CDATA[reports]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=397</guid>
		<description><![CDATA[Wanna know how to install crystal reports 10? Wanna get a full guide in installing crystal report? This post is what your looking for, I have uploaded a crystal report manual by which I&#8217;ve used during my first days of using crystal reports 10. And it works very well for me. A very helpful and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=397&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wanna know how to install crystal reports 10? Wanna get a full guide in installing crystal report? This post is what your looking for, I have uploaded a crystal report manual by which I&#8217;ve used during my first days of using crystal reports 10. And it works very well for me. A very helpful and useful guide for everyone. Click this link to download the <a href="http://www.4shared.com/document/dy5nLJK0/Crystal_Installation_v10.html">Crystal Reports 10 Manual</a>. Enjoy everyone! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/397/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=397&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/07/06/crystal-reports-10-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>
	</item>
		<item>
		<title>mushroom MIXTURES</title>
		<link>http://smush143.wordpress.com/2010/06/30/mushroom-mixtures/</link>
		<comments>http://smush143.wordpress.com/2010/06/30/mushroom-mixtures/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 11:42:53 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
		
		<guid isPermaLink="false">http://smush143.wordpress.com/?p=391</guid>
		<description><![CDATA[For those who wants another taste of there mushroom&#8217;s. For those who wants to learn another recipe about mushroom&#8217;s you are at the right blog. INGREDIENTS: You can use different kind of mushrooms for the sauce. 200g mixed mushrooms 1 onion 1 clove garlic 3 tablespoons olive oil 2 tablespoons chopped chives 3 cups cooked, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=391&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those who wants another taste of there mushroom&#8217;s. For those who wants to learn another recipe about mushroom&#8217;s you are at the right blog.</p>
<p>INGREDIENTS:  </p>
<p>     You can use different kind of mushrooms for the sauce.<div id="attachment_393" class="wp-caption aligncenter" style="width: 310px"><a href="http://smush143.files.wordpress.com/2010/06/fd.jpg"><img src="http://smush143.files.wordpress.com/2010/06/fd.jpg?w=300&#038;h=225" alt="" title="mushroom MIXTURES" width="300" height="225" class="size-medium wp-image-393" /></a><p class="wp-caption-text">mushroom MIXTURES</p></div></p>
<p>           200g mixed mushrooms<br />
           1 onion<br />
           1 clove garlic<br />
           3 tablespoons olive oil<br />
           2 tablespoons chopped chives<br />
           3 cups cooked, hot pasta</p>
<p>Procedure:</p>
<p>      Trim and slice mushrooms as necessary. Peel onion and chop it finely. Crush, peel and chop garlic. Heat oil in a frying pan and stir onion and garlic for 5 minutes or until clear. Add mushrooms and stir fry over a high heat for 2 to 4 minutes. Mix in chives. Toss through cooked, hot pasta. </p>
<p>Serves 2 people</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=391&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/06/30/mushroom-mixtures/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>

		<media:content url="http://smush143.files.wordpress.com/2010/06/fd.jpg?w=300" medium="image">
			<media:title type="html">mushroom MIXTURES</media:title>
		</media:content>
	</item>
		<item>
		<title>The Twilight Saga Eclipse FEVER!</title>
		<link>http://smush143.wordpress.com/2010/06/30/the-twilight-saga-eclipse-fever/</link>
		<comments>http://smush143.wordpress.com/2010/06/30/the-twilight-saga-eclipse-fever/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 10:36:17 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[Latest Movies]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Personal Posts]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=383</guid>
		<description><![CDATA[Today was the most awaited day of many &#8220;The Twilight Saga&#8221; Lover or follower.. ECLIPSE was officially released today June 30, 2010 here in the Philippines.. As i went to the mall this afternoon I thought that people are just staying at home because today is also the inauguration of our new president here in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=383&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today was the most awaited day of many &#8220;The Twilight Saga&#8221; Lover or follower..  ECLIPSE was officially released today June 30, 2010 here in the Philippines.. As i went to the mall this afternoon I thought that people are just staying at home because today is also the inauguration of our new president here in the Philippines and the streets of Davao City is very quite, but i was wrong because when I arrive at the mall I saw a very long line.. People who are piling up a line so that they can see the movie.. I think all the people that&#8217;s living in Davao were there just to watch ECLIPSE. So I tried to get a ticket so that I can watch too but I knew there&#8217;s no chance that there would be an available ticket for ECLIPSE&#8230; I&#8217;m jut hoping there might be; that&#8217;s why I&#8217;m there&#8230; Unfortunately, there was nothing left for me. So for those who wants ECLIPSE here is the official trailer..  </p>
<span style="text-align:center; display: block;"><a href="http://smush143.wordpress.com/2010/06/30/the-twilight-saga-eclipse-fever/"><img src="http://img.youtube.com/vi/Q1D5goGz0SY/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/383/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=383&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/06/30/the-twilight-saga-eclipse-fever/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>
	</item>
		<item>
		<title>OXIS INTERNATIONAL</title>
		<link>http://smush143.wordpress.com/2010/06/29/oxis-international/</link>
		<comments>http://smush143.wordpress.com/2010/06/29/oxis-international/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:33:34 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
		
		<guid isPermaLink="false">http://smush143.wordpress.com/?p=378</guid>
		<description><![CDATA[Health is the general condition of an individual. It must be treasured and must be taken care off. An important thing that Oxis International prioritizes. If you are looking for a product like glutathione, anti-oxidant, and other clinical products Oxis International offers it all just to take good care of your health. Oxis international is the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=378&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Health is the general condition of an individual. It must be treasured and must be taken care off. An important thing that Oxis International prioritizes. If you are looking for a product like glutathione, anti-oxidant, and other clinical products Oxis International offers it all just to take good care of your health.</p>
<p>Oxis international is the only significant commercial source of pure l-ergothioneine worldwide. No wonder why it is a well-known source of clinical products, therapeutic nutraceutical products, cosmeceutical products and proprietary formulations that help viewers on what information they need. In order to view their products, click this link<a rel="nofollow" href="http://www.bloggerwave.com/Bloggerwave/c/403/34662/0">http://www.oxis.com</a> and it will direct you to the information you needed. Assurance of information in over a 100%. Enjoy surfing on this site everyone and have a nice day!:- )</p>
<p>You can also visit gain informative post or you can follow them on this links: <a rel="nofollow" href="http://www.bloggerwave.com/Bloggerwave/c/403/34662/1">Oxis on Twitter</a>,<a rel="nofollow" href="http://www.bloggerwave.com/Bloggerwave/c/403/34662/2">Oxis on facebook</a>,<a rel="nofollow" href="http://www.bloggerwave.com/Bloggerwave/c/403/34662/0"><img src="http://www.bloggerwave.com:8080/Bloggerwave/uploadImages/719412972_1274113599711_oxis_video.jpg" style="border-style:none;" alt="" /> </a>,<a href="http://www.bloggerwave.com" target="_blank" rel="nofollow"><img style="border-style:none;" src="http://www.bloggerwave.com/Bloggerwave/v/403/34662" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/378/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=378&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/06/29/oxis-international/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>

		<media:content url="http://www.bloggerwave.com:8080/Bloggerwave/uploadImages/719412972_1274113599711_oxis_video.jpg" medium="image" />

		<media:content url="http://www.bloggerwave.com/Bloggerwave/v/403/34662" medium="image" />
	</item>
		<item>
		<title>Ravi&#8217;s Gadgets</title>
		<link>http://smush143.wordpress.com/2010/06/29/ravis-gadgets/</link>
		<comments>http://smush143.wordpress.com/2010/06/29/ravis-gadgets/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 07:45:21 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[Latest Innovations]]></category>
		<category><![CDATA[Personal Posts]]></category>
		<category><![CDATA[Sports and Trivia]]></category>
		<category><![CDATA[Technological Issues]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=352</guid>
		<description><![CDATA[Today in our society there were so many problems and also there were so many solutions but today&#8217;s one problem is all about how to earn money and also about health. I do have here a website that contains many information. The name of this site is RAVI&#8217;S Gadgets this site also give an idea [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=352&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://smush143.files.wordpress.com/2010/06/ravis-gadgets2.png"><img class="aligncenter size-medium wp-image-372" title="gadgets" src="http://smush143.files.wordpress.com/2010/06/ravis-gadgets2.png?w=300&#038;h=179" alt="gadgets" width="300" height="179" /></a></p>
<p>Today in our society there were so many problems and also there were so many solutions but today&#8217;s one problem is all about how to earn money and also about health.</p>
<p>I do have here a website that contains many information. The name of this site is RAVI&#8217;S Gadgets this site also give an idea on how to earn money, new trends about gadgets and not only that this site also contains various types of information about health related issues. Some of the issues is about muscle aching or about weight loss.</p>
<p>What an interesting site right? so visit now this site for more information and in order to gain an extra knowledge and idea for your daily lives and activities and on how to live a simple and healthy lifestyle.</p>
<p>You can view the site by clicking this link <a title="gadgets" href="http://ravisgadgets.com/">gadgets</a> and have a nice day!:-)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=352&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/06/29/ravis-gadgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>

		<media:content url="http://smush143.files.wordpress.com/2010/06/ravis-gadgets2.png?w=300" medium="image">
			<media:title type="html">gadgets</media:title>
		</media:content>
	</item>
		<item>
		<title>CHILLI noodles</title>
		<link>http://smush143.wordpress.com/2010/06/29/chilli-noodles/</link>
		<comments>http://smush143.wordpress.com/2010/06/29/chilli-noodles/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 07:22:10 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[Cooking]]></category>
		<category><![CDATA[Personal Posts]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=355</guid>
		<description><![CDATA[To make a chilli noodles you must have the following ingredient: 2 spring onions 150g egg noodles 1 tablespoon soy sauce 1/4 cup peanut oil 1/4 teaspoon ground chili Here are the procedures on how to make CHILLI noodles: Cook noodles in boiling salted water for 8 minutes. Drain well. Trim spring onions and cut into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=355&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To make a chilli noodles you must have the following ingredient:</p>
<ul>
<li>2 spring onions</li>
<li>150g egg noodles</li>
<li>1 tablespoon soy sauce</li>
<li>1/4 cup peanut oil</li>
<li>1/4 teaspoon ground chili</li>
</ul>
<p>Here are the procedures on how to make CHILLI noodles:</p>
<p>Cook noodles in boiling salted water for 8 minutes. Drain well. Trim spring onions and cut into 1 cm slices on the diagonal. Heat oil in work  or frying pan and quickly stir fry spring onions and ground chili for 1 minute. And noodles and stir fry 1 to 2 minutes. Sprinkle soy sauce over and serve.</p>
<p><a style="text-decoration:none;" href="http://smush143.files.wordpress.com/2010/06/pasta061.jpg"><br style="text-decoration:underline;" /><img class="aligncenter size-medium wp-image-357" title="CHILLI noodles" src="http://smush143.files.wordpress.com/2010/06/pasta061.jpg?w=300&#038;h=226" alt="" width="300" height="226" /></a></p>
<p>Serves 4 people.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/355/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=355&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/06/29/chilli-noodles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>

		<media:content url="http://smush143.files.wordpress.com/2010/06/pasta061.jpg?w=300" medium="image">
			<media:title type="html">CHILLI noodles</media:title>
		</media:content>
	</item>
		<item>
		<title>Home Improvement &amp; Health Care</title>
		<link>http://smush143.wordpress.com/2010/06/29/home-improvement-health-care/</link>
		<comments>http://smush143.wordpress.com/2010/06/29/home-improvement-health-care/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 06:21:54 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[Latest Innovations]]></category>
		<category><![CDATA[Personal Posts]]></category>
		<category><![CDATA[Technological Issues]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=345</guid>
		<description><![CDATA[The Home Improvement &#38; Health Care website I&#8217;ve viewed today is one fantastic and a great site which talks about home improvement and health care. As what its header captions say &#8220; This is a Smart Blog and Write All About Home Improvement and Health Care&#8220;, YES! it is one SMART site, with posts that is full [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=345&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Home Improvement &amp; Health Care website I&#8217;ve viewed today is one fantastic and a great site which talks about home improvement and health care. As what its header captions say &#8220;<em> This is a Smart Blog and Write All About Home Improvement and Health Care</em>&#8220;, YES! it is one SMART site, with posts that is full of information that viewers could use. Information such as resorts options for those who want relaxation. Categories of different kind such Women Health, Health insurance, Hospital care, and a lot more. Various topics with various information that fits the entire need of a viewer. So, if your looking for something new just visit this link <a title="comfortable life, home improvement, health care, healthy life" href="http://www.tvcriticas.com">http://www.tvcriticas.com</a> and enjoy surfing the site. The assurance of viable information is over a 100 %. Enjoy everyone!:-).</p>
<p><a href="http://smush143.files.wordpress.com/2010/06/health.png"><img class="aligncenter size-medium wp-image-348" title="Home Improvement and Health Care" src="http://smush143.files.wordpress.com/2010/06/health.png?w=300&#038;h=221" alt="" width="300" height="221" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=345&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/06/29/home-improvement-health-care/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>

		<media:content url="http://smush143.files.wordpress.com/2010/06/health.png?w=300" medium="image">
			<media:title type="html">Home Improvement and Health Care</media:title>
		</media:content>
	</item>
		<item>
		<title>A simple code that displays the square and cube of a certain number</title>
		<link>http://smush143.wordpress.com/2010/02/03/a-simple-code-that-displays-the-square-and-cube-of-a-certain-number/</link>
		<comments>http://smush143.wordpress.com/2010/02/03/a-simple-code-that-displays-the-square-and-cube-of-a-certain-number/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 12:38:51 +0000</pubDate>
		<dc:creator>smush143</dc:creator>
				<category><![CDATA[C/C++ Programming Language]]></category>
		<category><![CDATA[Personal Posts]]></category>

		<guid isPermaLink="false">http://smush143.wordpress.com/?p=337</guid>
		<description><![CDATA[This code displays the Square and the Cube of the numbers inputted by the user. Enjoy everyone:-) #include&#60;iostream&#62; #include&#60;conio.h&#62; #include&#60;math.h&#62; #include&#60;stdlib.h&#62; using namespace std; int square(int x); int main() { int a,b,c,d,e; int counter=1; cout&#60;&#60;&#8221;OUTPUT:\n\n&#8221;; cout&#60;&#60;&#8221;The Square Cube Square Root Numbers\n\n&#8221;; cout&#60;&#60;&#8221;Enter number of inputs: &#8220;; cin&#62;&#62;a; for(counter=1;counter&#60;=a;counter++) { cout&#60;&#60;&#8221;Enter number &#8220;&#60;&#60;counter&#60;&#60;&#8221;: &#8220;; cin&#62;&#62;b; } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=337&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This code displays the Square and the Cube of the numbers inputted by the user. Enjoy everyone:-)</p>
<p>#include&lt;iostream&gt;<br />
#include&lt;conio.h&gt;<br />
#include&lt;math.h&gt;<br />
#include&lt;stdlib.h&gt;</p>
<p>using namespace std;</p>
<p>int square(int x);</p>
<p>int main()<br />
{<br />
int a,b,c,d,e;<br />
int counter=1;</p>
<p>cout&lt;&lt;&#8221;OUTPUT:\n\n&#8221;;<br />
cout&lt;&lt;&#8221;The Square Cube Square Root Numbers\n\n&#8221;;</p>
<p>cout&lt;&lt;&#8221;Enter number of inputs: &#8220;;<br />
cin&gt;&gt;a;</p>
<p>for(counter=1;counter&lt;=a;counter++)<br />
{<br />
cout&lt;&lt;&#8221;Enter number &#8220;&lt;&lt;counter&lt;&lt;&#8221;: &#8220;;<br />
cin&gt;&gt;b;<br />
}<br />
cout&lt;&lt;&#8221;Integer\t\tSquare\t\tCube\t\tSquare Root\n&#8221;;<br />
cin&gt;&gt;b;<br />
getch();<br />
}<br />
int square(int y)<br />
{<br />
return y*y;<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smush143.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smush143.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smush143.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smush143.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smush143.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smush143.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smush143.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smush143.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smush143.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smush143.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smush143.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smush143.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smush143.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smush143.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smush143.wordpress.com&amp;blog=6513388&amp;post=337&amp;subd=smush143&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smush143.wordpress.com/2010/02/03/a-simple-code-that-displays-the-square-and-cube-of-a-certain-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b26a3f296c8a4b10fbaea22777add259?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smush143</media:title>
		</media:content>
	</item>
	</channel>
</rss>
