<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>MediaTechie</title>
	
	<link>http://mediatechie.com</link>
	<description />
	<lastBuildDate>Tue, 26 Jul 2011 14:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/mediatechie" /><feedburner:info uri="mediatechie" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Hello World!</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/-Byu_ENqmIc/</link>
		<comments>http://mediatechie.com/2011/07/php-hello-world/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 14:29:13 +0000</pubDate>
		<dc:creator>eokeke</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Cloud Computing & Server Technologies]]></category>
		<category><![CDATA[Internet & World Wide Web]]></category>
		<category><![CDATA[Non-Beginners]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>
		<category><![CDATA[Web Design & Development]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=351</guid>
		<description><![CDATA[Yes&#8230;&#8221;Hello World!&#8217; For those of you who have either programmed in other language(s) or have read a programming book before, you&#8217;re aware of this INITIATION RITE. For the benefit of...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Yes&#8230;&#8221;Hello World!&#8217;</p>
<p style="text-align: justify;">For those of you who have either programmed in other language(s) or have read a programming book before, you&#8217;re aware of this INITIATION RITE.</p>
<p style="text-align: justify;">For the benefit of those who have never written a program before, I&#8217;ll explain what this is:</p>
<blockquote>
<p style="text-align: justify;">A &#8220;Hello World&#8221; program is simply a program that displays a &#8220;Hello World&#8221; message to the user (or programmer) in the simplest way possible in the Language (i.e. programming language which in this case is PHP)</p>
<p style="text-align: justify;">Since it&#8217;s practically the simplest program possible, it lets you take in the structure and general rules for the specific language without having to go into too many details.</p>
</blockquote>
<h1>Introduction</h1>
<p style="padding-left: 30px;">I hope you&#8217;ve installed an appropriate editor (see <a title="PHP – Getting Started" href="http://mediatechie.com/2011/05/php-getting-started-3/">PHP Getting Started</a> &#8211; <em><strong>Setting Up the Environment</strong></em>).</p>
<p>Using a very good editor is essential especially for newbies, because it reduces the stress of you having to watch your code for different situations that arise (e.g syntax highlighting, method highlighting e.t.c).</p>
<p>Now on to the real thing; to actually run PHP code, it needs to live in a particular folder on the server (Recall we installed WAMP Server from the <em><strong>Getting Started Tutorial</strong></em>). So you&#8217;ll have to follow the steps below to know where and how to use your installed <em><strong>local </strong></em>server:</p>
<ol>
<li>Locate the install directory for your WAMP installation (for Windows usually <em><strong>C:\wamp &#8212; Lets call this WAMP_INSTALL_DIR</strong></em>); for Ubuntu users, this step is not necessary<strong><br />
</strong></li>
<li>Then locate the folder named <em><strong>www </strong></em>inside of it, so you&#8217;re finally in the directory<em><strong>WAMP_INSTALL_DIR</strong><strong>\www; </strong></em>for Ubuntu users just browse <em><strong>nautilus </strong></em>to <em><strong>/var/www</strong></em> on Ubuntu.</li>
<li>This is your web root, It&#8217;s called web root because this is where you&#8217;ll place all files (i.e. html, css ,javascript, php e.t.c that will be viewable in the browser).</li>
</ol>
<p><strong>PLEASE NOTE</strong>: I&#8217;ll assume you are a Windows user for all tutorials following this.</p>
<h1>Let&#8217;s Start</h1>
<p>The next step is to start your editor, just double-click the icon for your IDE (Integrated development Environment), If you remember i suggested one of either:</p>
<ul>
<li>Netbeans</li>
<li>Eclipse ; or</li>
<li>Dreamweaver check the <em><strong>Getting Started</strong></em> tutorial for more information</li>
</ul>
<p>Every editor has it&#8217;s own way but usually one common thing among all of them is the ability to create <em><strong>projects </strong></em>(a project is simply a new website) but we&#8217;ll start with something simple.</p>
<p>Create a new file in your <em><strong>web root </strong></em>(hope you still remember where that is? <img src='http://mediatechie.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <em>just kidding&#8230;</em> ). Depending on your IDE, you&#8217;ll follow different paths although an easy way is to press <strong>Ctrl+N </strong>on your keyboard which opens a new file or a new file dialog (all you have to do is make sure you save it in your web root); feel free to give it any name e.g  hello-world.php</p>
<p>Make sure to add a <strong>.php </strong>at the end of the file name else the server won&#8217;t recognize it as a PHP file (more on this at a later time).</p>
<h1>Writing our Code</h1>
<p>The next step after all the above is to write the code into the file, simply type the following:</p>
<pre style="padding-left: 30px;"><span style="color: #ff0000;">&lt;?php</span></pre>
<pre style="padding-left: 60px;"><span style="color: #0000ff;">echo </span><span style="color: #ff0000;">"Hello World"</span>;</pre>
<pre style="padding-left: 30px;"><span style="color: #ff0000;">?&gt;</span></pre>
<pre style="padding-left: 30px;"><span style="color: #ff0000;"><a href="http://mediatechie.com/wp-content/uploads/2011/07/hello-world-php.png"><img class="aligncenter size-medium wp-image-355" title="the IDe after typing my code" src="http://mediatechie.com/wp-content/uploads/2011/07/hello-world-php-300x163.png" alt="ide image" width="300" height="163" /></a>
</span></pre>
<ul>
<li>Press <strong>Ctrl+S</strong> to save the contents (the code) of the file.</li>
<li>Open you browser</li>
<li>Make sure that WAMP Server is running on your computer, you can look at your system tray to confirm or you can simply double-click the wamp icon on your desktop to start it <a href="http://mediatechie.com/wp-content/uploads/2011/07/wampicon.png"><img class="alignright size-full wp-image-354" title="wampserver icon" src="http://mediatechie.com/wp-content/uploads/2011/07/wampicon.png" alt="wampserver" width="102" height="124" /></a></li>
<li> Browse to <strong>http://localhost/hello-world.php</strong> or <strong>http://127.0.0.1/hello-world.php</strong></li>
</ul>
<h1>Code Explanation</h1>
<p>Explanations will be made on a line-by-line basis:</p>
<ol>
<li>We have <span style="color: #ff0000;">&lt;?php</span> ; if you have had knowledge of <span style="color: #000000;">html, its called a tag (more precisely an opening tag); it denotes the beginning of a block, in our case it denotes the beginning of a PHP code  block.</span></li>
<li><span style="color: #000000;">Next is the line <span style="color: #0000ff;">echo </span><span style="color: #ff0000;">&#8220;Hello World&#8221;</span>; </span>This line contains something in programming called a statement (more on this later),  All <em><strong>echo</strong></em> does is to print to the page any piece of text enclosed in quotes (<span style="color: #ff0000;"><strong>&#8220;</strong></span>) immediately after it. (<strong>Hint</strong>: try changing the <strong>Hello World</strong> to something else). Please also note that the statement ends in a semicolon (<span style="color: #ff0000;">;</span>) every statement in PHP must end in this</li>
<li>Finally we have <span style="color: #ff0000;">?&gt;</span>; its another tag. It&#8217;s actually the closing tag (<em><strong>Rule 1: every opening tag must have a closing tag</strong></em>). So one can place any amount of code in between the PHP open and close tag</li>
</ol>
<p>There you have it. A running albeit simplistic PHP program.</p>
<p>As you can see, with this very simple example, we&#8217;ve talked about the</p>
<ul>
<li>PHP tag,</li>
<li>a function called echo, and</li>
<li>the importance of semicolons</li>
</ul>
<p>See you in the next tutorial (don&#8217;t forget to pick up a good PHP book and go through it and feel free to ask questions on whatever you read in the forum. Start new threads and generally have fun).</p>
<span class="sfforumlink"><a href="http://mediatechie.com/forums/php/hello-world/"><img src="http://mediatechie.com/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a></span><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Hello+World%21+http%3A%2F%2Fbit.ly%2FpfluRB" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Hello+World%21+http%3A%2F%2Fbit.ly%2FpfluRB" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=351&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/-Byu_ENqmIc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/07/php-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/07/php-hello-world/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-hello-world</feedburner:origLink></item>
		<item>
		<title>PHP – Getting Started</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/3tqKqDd6B2I/</link>
		<comments>http://mediatechie.com/2011/05/php-getting-started-3/#comments</comments>
		<pubDate>Thu, 05 May 2011 15:40:29 +0000</pubDate>
		<dc:creator>eokeke</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Internet & World Wide Web]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>
		<category><![CDATA[Web Design & Development]]></category>
		<category><![CDATA[Web Development & Coding]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=343</guid>
		<description><![CDATA[Well i&#8217;m guessing if you&#8217;re here you&#8217;ve probably heard a little about PHP. Okay maybe you haven&#8217;t&#8230;but have you ever used Facebook? (Stupid question&#8230;i Know!) Then you&#8217;ve seen PHP in...]]></description>
			<content:encoded><![CDATA[<p>Well i&#8217;m guessing if you&#8217;re here you&#8217;ve probably heard a little about PHP.</p>
<p>Okay maybe you haven&#8217;t&#8230;but have you ever used <a title="The Facebook homepage" href="http://www.facebook.com" target="_blank"><span style="color: #0000ff;">Facebook</span></a>? (Stupid question&#8230;i Know!)</p>
<p>Then you&#8217;ve seen PHP in action; YES, <a title="The Facebook Homepage" href="http://www.facebook.com" target="_blank"><span style="color: #0000ff;">Facebook</span></a> runs PHP in it&#8217;s back-end (i.e. server-side).</p>
<p>Please note, this series of tutorial is not supposed to take the place of a Book, it will only set you on the path so I&#8217;ll start you off, then followed by series of topics touching different areas of the language. Enjoy the ride&#8230;</p>
<h2>Introduction</h2>
<p>PHP can be said to be the only server-side scripting language that is powerful, fun and easy to learn as well as work with. According to current surveys, PHP currently powers as much as 16,000,000 (16 million) websites; simply because it&#8217;s scalable, powerful, easy and (let&#8217;s not forget) FREE.</p>
<p>In the tutorials following this one, i Intend to teach you the PHP language as well as show you how easy and smooth it can be to actually develop Web applications in PHP (so long as you follow certain programming principles).</p>
<p>Let&#8217;s ride&#8230;</p>
<h2>Setting Up The Environment</h2>
<p>Yes, before we start anything; we definitely need to make sure certain software are installed to help us run our beautiful PHP code. We&#8217;ll be working with PHP 5, so if you don&#8217;t have PHP 5 installed on your computer then follow the instructions below to get it installed:</p>
<p>Rather than install the components of the system (i.e. Apache, MySQL and PHP) one at a time, some packages are available on the web that incorporate all three components for a one-time setup. I&#8217;ll thus be dividing this section into two parts:</p>
<ul>
<li>The first for installation on Windows</li>
<li>The second for installation on (Ubuntu) Linux</li>
</ul>
<h3>Windows</h3>
<p>For Windows users, there are a couple of options in this regard that pack all three components together; they are:</p>
<ul>
<li>WAMP</li>
<li>EasyPHP</li>
<li>XAMPP</li>
</ul>
<p>I use WAMP, so i&#8217;ll recommend that we you install it on your target machine. To do so, follow the instructions below:</p>
<ul>
<li>Visit the <a title="WAMP Server" href="http://www.wampserver.com/en/download.php" target="_blank"><span style="color: #0000ff;">WAMP website</span></a> and download a copy of WAMP 2.x (usually a .exe file)</li>
<li>Double-click the downloaded WAMP 2.x.exe file to run the installation (It would usually install in your C:\wamp)</li>
<li>Follow the installation prompt till you click the <strong>Finish</strong> button on the final screen</li>
<li>Look at your system tray click on the WAMP icon as shown in the image, click on it (not Right-Click) then click on the &#8220;<strong>Put Online</strong>&#8221; option from the menu (feel free to familiarize yourself with this menu because you&#8217;ll need it)<a href="http://mediatechie.com/wp-content/uploads/2011/05/wamp-tray.png"><img class="alignright size-full wp-image-348" title="image description of what the wamp icon looks like in the system tray" src="http://mediatechie.com/wp-content/uploads/2011/05/wamp-tray.png" alt="system tray image" width="400" height="270" /></a></li>
</ul>
<h3>(Ubuntu) Linux</h3>
<p>For Ubuntu users, you&#8217;ll have the option of either installing each component independently (installing then via Aptitude from your Terminal) or installing a package containing all three components.<br />
For Option two (2), you&#8217;ll find a very good set of instructions <a title="Installing LAMP" href="http://tuxtweaks.com/2010/04/installing-lamp-on-ubuntu-10-04-lucid-lynx/" target="_blank"><span style="color: #0000ff;">here</span></a> .</p>
<p>The package name is LAMP.</p>
<h3>Finishing Touches (Installation)</h3>
<p>If you did the above correctly, then PHP has been installed on your machine. To actually test your installation visit this URL in your browser <em><strong>http://localhost</strong></em></p>
<p>(NOTE: if that doesn&#8217;t work on your computer, try the URL like this <em><strong>http://127.0.0.1</strong></em>); If that still doesn&#8217;t work, it probably means either of two things:</p>
<ol>
<li>You haven&#8217;t finished your installation or you didn&#8217;t perform the installation correctly (try to re-install it)</li>
<li>Apache is not running (This could be because you have another software using your Post 80 e.g Skype, IIS &#8211; This problem should not exist Ubuntu users). We first need to find out what application is blocking port 80. To do so, do these:
<ul>
<li>Click on your WAMP icon in your System tray</li>
<li>Go up the list and place your mouse pointer over  <strong>Apache</strong></li>
<li>It should bring up a sub-list, go down that sub-list and hover over <strong>Service</strong></li>
<li>This should bring up another sub-list, go down that list and click on the <strong>Test Port 80</strong> option (it should have a green Play button in front of it)</li>
<li>It should open up a DOS window and show you the application taking hold of your Port 80, if it&#8217;s anything other than Apache 2.x.xx &#8230; (where x and . are place holders i.e. it could be anything on your own computer); then you have to exit that software, then click on the WAMP tray icon then click on <strong>Restart All Services</strong>.</li>
<li>If it&#8217;s IIS, the process is a little different, you&#8217;d have to go to your (Administrative tools) system services in Control Panel and manually disable IIS. Then simply restart the service as above.</li>
</ul>
</li>
</ol>
<h2>Next is setting up our IDE (Integrated Development Environment)</h2>
<h3>(Ubuntu) Linux</h3>
<p>For the average Ubuntu user, you could simply stick to <strong>gedit;</strong> but if you really want to enjoy programming in PHP, then i&#8217;d recommend you install either:</p>
<ul>
<li><a title="Download Eclipse" href="http://www.eclipse.org/downloads/packages/eclipse-php-developers/heliossr2" target="_blank"><span style="color: #0000ff;">Eclipse (also install the PDT PHP plugin)</span></a> or;</li>
<li>Netbeans (for PHP)</li>
</ul>
<p>You can install either of them via  the Ubuntu Software Center (or Terminal)</p>
<h3>Windows</h3>
<p>First, I always discourage the use of <em><strong>Notepad, </strong></em>it&#8217;s a <strong>very terrible</strong> Editor.</p>
<p>The least i&#8217;ll expect anyone to use is Notepad++; but if you really want to enoy coding in PHP with very good syntax highlighting, you can try any of the following:</p>
<ul>
<li><a title="Download Eclipse" href="http://www.eclipse.org/downloads/packages/eclipse-php-developers/heliossr2" target="_blank"><span style="color: #0000ff;">Eclipse (also install the PDT plugin)</span></a></li>
<li><a title="Download Netbeans" href="http://netbeans.org/features/php/" target="_blank"><span style="color: #0000ff;">Netbeans (for PHP)</span></a></li>
<li>Adobe Dreamweaver (or Macromedia Dreamweaver <img src='http://mediatechie.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </li>
</ul>
<p>Which ever one you choose, the most important thing is that you&#8217;re comfortable while writing your code.</p>
<h1>Conclusions</h1>
<p>With your Environment and IDE set up correctly, we&#8217;re ready to make our First Steps in your PHP journey&#8230;</p>
<p>Welcome <img src='http://mediatechie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<span class="sfforumlink"><a href="http://mediatechie.com/forums/php/php-getting-started-2/"><img src="http://mediatechie.com/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a></span><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=PHP+%E2%80%93+Getting+Started+http%3A%2F%2Fbit.ly%2FmzNSn7" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=PHP+%E2%80%93+Getting+Started+http%3A%2F%2Fbit.ly%2FmzNSn7" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=343&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/3tqKqDd6B2I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/05/php-getting-started-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/05/php-getting-started-3/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-getting-started-3</feedburner:origLink></item>
		<item>
		<title>AJAX</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/t7F2MR0f2S4/</link>
		<comments>http://mediatechie.com/2011/04/ajax/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:28:07 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=248</guid>
		<description><![CDATA[AJAX Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>AJAX</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=AJAX+http%3A%2F%2Fbit.ly%2FjEabzY" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=AJAX+http%3A%2F%2Fbit.ly%2FjEabzY" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=248&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/t7F2MR0f2S4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/ajax/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ajax</feedburner:origLink></item>
		<item>
		<title>ASP.NET</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/_BLK5vm89gs/</link>
		<comments>http://mediatechie.com/2011/04/asp-net-2/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:27:59 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=247</guid>
		<description><![CDATA[ASP.NET Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>ASP.NET</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=ASP.NET+http%3A%2F%2Fbit.ly%2FiHtGAL" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=ASP.NET+http%3A%2F%2Fbit.ly%2FiHtGAL" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=247&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/_BLK5vm89gs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/asp-net-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/asp-net-2/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=asp-net-2</feedburner:origLink></item>
		<item>
		<title>C++</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/ks4tj2j9ybA/</link>
		<comments>http://mediatechie.com/2011/04/c/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:27:01 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=244</guid>
		<description><![CDATA[C++ Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>C++</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=C%2B%2B+http%3A%2F%2Fbit.ly%2FihVCnc" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=C%2B%2B+http%3A%2F%2Fbit.ly%2FihVCnc" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=244&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/ks4tj2j9ybA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/c/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=c</feedburner:origLink></item>
		<item>
		<title>HTML</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/6hMJxTuXpiQ/</link>
		<comments>http://mediatechie.com/2011/04/html/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:26:34 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=243</guid>
		<description><![CDATA[HTML Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>HTML</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=HTML+http%3A%2F%2Fbit.ly%2Fmwayu5" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=HTML+http%3A%2F%2Fbit.ly%2Fmwayu5" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=243&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/6hMJxTuXpiQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/html/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=html</feedburner:origLink></item>
		<item>
		<title>JavaScript</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/XEatpOideHU/</link>
		<comments>http://mediatechie.com/2011/04/javascript/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:25:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=240</guid>
		<description><![CDATA[JavaScript Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>JavaScript</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=JavaScript+http%3A%2F%2Fbit.ly%2FmiR4iF" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=JavaScript+http%3A%2F%2Fbit.ly%2FmiR4iF" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=240&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/XEatpOideHU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/javascript/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=javascript</feedburner:origLink></item>
		<item>
		<title>MySQL</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/2ikcCvs0UxI/</link>
		<comments>http://mediatechie.com/2011/04/mysql/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:25:02 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming Languages & Scripting]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=238</guid>
		<description><![CDATA[MySQL Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>MySQL</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=MySQL+http%3A%2F%2Fbit.ly%2Fk4Nmvn" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=MySQL+http%3A%2F%2Fbit.ly%2Fk4Nmvn" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=238&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/2ikcCvs0UxI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/mysql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql</feedburner:origLink></item>
		<item>
		<title>Python</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/z2DtAFzKqnc/</link>
		<comments>http://mediatechie.com/2011/04/python/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:24:38 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Programming Languages & Scripting]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=237</guid>
		<description><![CDATA[Python Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>Python</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Python+http%3A%2F%2Fbit.ly%2Fmph3us" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Python+http%3A%2F%2Fbit.ly%2Fmph3us" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=237&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/z2DtAFzKqnc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/python/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=python</feedburner:origLink></item>
		<item>
		<title>Ruby</title>
		<link>http://feedproxy.google.com/~r/mediatechie/~3/c1L-bjhgkxg/</link>
		<comments>http://mediatechie.com/2011/04/ruby/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:24:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Programming Languages & Scripting]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://mediatechie.com/?p=234</guid>
		<description><![CDATA[Ruby welcome page Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>Ruby welcome page</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Ruby+http%3A%2F%2Fbit.ly%2FlTMOmP" title="Post to Twitter"><img class="nothumb" src="http://mediatechie.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Ruby+http%3A%2F%2Fbit.ly%2FlTMOmP" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://mediatechie.com/?ak_action=api_record_view&id=234&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/mediatechie/~4/c1L-bjhgkxg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mediatechie.com/2011/04/ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mediatechie.com/2011/04/ruby/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby</feedburner:origLink></item>
	</channel>
</rss>

