<?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/"
	>

<channel>
	<title>Vision Master Designs &#187; XP</title>
	<atom:link href="http://visionmasterdesigns.com/tag/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://visionmasterdesigns.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Oct 2009 20:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tutorial : Installing Apache 2.2.11, PHP 5.3, MySQL 5.1.34 &amp; PhpMyAdmin 3.1.4 in Windows Vista/XP</title>
		<link>http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/</link>
		<comments>http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 19:04:26 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PhpMyAdmin]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.visionmasterdesigns.com/?p=7</guid>
		<description><![CDATA[Learn to install Apache, PHP 5, MySQL 5 and PhpMyAdmin 2.11.x step by step. It has been rated as the best article :).]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p>
The most recent version of this tutorial has been completely re-written at <a href="http://webdevcodex.com">WebDev Codex</a>.</p>
<p>Learn how to Install <strong>PHP 5.3</strong>,</p>
<p>To view the latest version, Goto <a title="Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &amp; PHPMyAdmin 3.2 for Windows 7/Vista" href="http://webdevcodex.com/screencast-installing-apache-2-2-php-5-3-mysql-5-1-phpmyadmin-3-2-for-windows-7vista/">Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &#038; PHPMyAdmin 3.2 for Windows 7/Vista</a></p>
<p>If you want to see the screencast of this tutorial, then goto<br />
<a title="Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &amp; PHPMyAdmin 3.2 for Windows 7/Vista" href="http://webdevcodex.com/screencast-installing-apache-2-2-php-5-3-mysql-5-1-phpmyadmin-3-2-for-windows-7vista/">Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &#038; PHPMyAdmin 3.2 for Windows 7/Vista</a>
</p></blockquote>
<p>Not everyone would spend money online to buy webspace just so that they can test out how their latest application works, Well&#8230; Welcome to Vision Master Designs Blog. This tutorial will teach you to set up a developer environment for PHP/MySQL in your computer in no time.</p>
<p>Index :</p>
<ul>
<li>Page 1 : <a title="Introduction" href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/">Introduction</a></li>
<li>Page 2 : <a title="Create Directories &amp; Install Apache" href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/2/">Create Directories &amp; Install Apache</a></li>
<li>Page 3 : <a title="Install PHP5 &amp; Configure php.ini" href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/3/">Install PHP5 &amp; Configure php.ini</a></li>
<li>Page 4 : <a href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/4/">Configure Apache 2.2</a></li>
<li>Page 5 : <a href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/5/">Installing &amp; Configuring MySQL5</a></li>
<li>Page 6 : <a href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/6/">Installing &amp; Configuring PhpMyAdmin</a></li>
</ul>
<p><span id="more-7"></span></p>
<p>If you are aware of the basics then <a href="#down">Click Here</a> to jump below, else read on.</p>
<p>Normally we can view HTML pages on our computer without the need of uploading them to the server, since HTML is a Client Side Language. You don`t need any extra software to view html files, just any browser will do the trick.<br />
But if you want to make your pages dynamic using any Server Side Language (PHP,ASP,JSP) &amp; want to the see the results then you must upload the file to the webserver which supports that language so it can execute the file &amp; return the results on your browser</p>
<p>We can set up a developers environment from which you can create and execute PHP/MySQL scripts by installing the above mentioned applications.</p>
<p><a id="down" name="down">Now, The Pre-Requisites :</a></p>
<ol>
<li><strong>Apache HTTP Server</strong> (2.2.11): The best open source webserver. You need this to turn your humble computer to a powerful webserver to execute your applications.<br />
Direct Download <a title="apache_2.2.11-win32-x86-no_ssl.msi" href="http://www.eng.lsu.edu/mirrors/apache/httpd/binaries/win32/apache_2.2.11-win32-x86-no_ssl.msi">apache_2.2.11-win32-x86-no_ssl-r2.msi</a><br />
<a href="http://httpd.apache.org/download.cgi">Apache Download Page</a> &#8211; Please Download the Win32 Binary without crypto (no mod_ssl) (MSI Installer) &#8211; apache_2.2.11-win32-x86-no_ssl.msi~ 4.3MB</li>
<li><strong>PHP </strong>(5.2.9)<strong> : </strong>One of the most powerful web programming languages.<br />
Direct Download <a href="http://www.php.net/get/php-5.2.9-2-Win32.zip/from/a/mirror" target="_blank">PHP 5.2.9 -2 zip package</a><br />
<a href="http://www.php.net/downloads.php">PHP Download Page</a> &#8211; Download the PHP 5.2.9 &#8211; 2 Zip package ~ 10MB</li>
<li><strong>MySQL</strong> (5.1.34) : One of the best DBMS packages which is free.<br />
The latest version is <strong>5.1.34</strong> which is stable and used in production servers. Although MySQL 5.1 and MySQL 6 are also available as beta releases, they are not used in production servers as of now.<br />
<a href="http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-essential-5.1.34-win32.msi/from/pick" target="_blank">MySQL Download Page</a> &#8211; Please download Windows ZIP/Setup.EXE (x86) 5.1.34 ~ 35.2MB</li>
<li><strong>PhpMyAdmin</strong> (<span class="version">3.1.4</span>) : Used to manage your MySQL databases directly using your web browser.<br />
Direct Download <a href="http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.1.4-english.zip#!md5!ec09a86b298c118b528d5d9936aa951a" target="_blank">phpMyAdmin-<span class="version">3.1.4</span>-all-languages.zip</a><br />
<a href="http://www.phpmyadmin.net/home_page/downloads.php">PHPMyAdmin Download Page</a> &#8211; Please download the latest release from the 3.x rooster.</li>
</ol>
<p>The above downloads are compatible with Windows Vista/Vista SP1 (32 bit OS).</p>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/feed/</wfw:commentRss>
		<slash:comments>566</slash:comments>
		</item>
		<item>
		<title>Google Chrome on Linux and Android ?</title>
		<link>http://visionmasterdesigns.com/google-chrome-on-linux-and-android/</link>
		<comments>http://visionmasterdesigns.com/google-chrome-on-linux-and-android/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:46:26 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=590</guid>
		<description><![CDATA[It seems Google wants to take over the world, Earlier this week Google released its own web browser Chrome. You can Read the previous post for more information. Currently its available for download only in the Windows Platform (Windows XP SP2/Windows Vista). A statement by Google co-founder Sergey Brin has linked Chrome with Google&#8217;s upcoming [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Fgoogle-chrome-on-linux-and-android%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Fgoogle-chrome-on-linux-and-android%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/09/googlechrome.jpg" class="floatLImg" border=0 />It seems Google wants to take over the world, Earlier this week Google released its own web browser <strong>Chrome</strong>. You can <a href="http://www.visionmasterdesigns.com/2008/09/google-launches-open-source-web-browser-google-chrome/">Read the previous post</a> for more information. Currently its available for download only in the Windows Platform (Windows XP SP2/Windows Vista). A statement by Google co-founder Sergey Brin has linked Chrome with Google&#8217;s upcoming mobile operating system Android. Just in case if you are wondering what is Android, <strong>Android is Google&#8217;s Open Source Operating System</strong> for the mobile phones (just like Microsoft&#8217;s Windows Mobile), already the first handset in development by HTC powered by Android is going to roll out in Q4 2008 or early 2009. The handset is named HTC Dream.<br />
<span id="more-590"></span><br />
In a recent interview with CNET,Brin claimed that &#8220;&#8230;a subsequent version of Android is going to pick up a lot of the Chrome stack.&#8221;</p>
<p>Both browsers i.e Chrome and Android&#8217;s Web Browser are built with the same Webkit rendering engine (Other browsers such as Safari(iPhone), Safari Mobile, and Nokia&#8217;s S60 Browser are also powered by this engine) however other features such as the user interface, CSS and JavaScript engines, and support for extensions and plugins will be the ones to look out for.</p>
<p>Google has announced Chrome to be available on both Mac and Linux in the near feature, although the dates not given yet. (You can run Chrome in Linux using Wine though)</p>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/google-chrome-on-linux-and-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial : Installing Ruby on Rails 2 in Windows Vista/XP</title>
		<link>http://visionmasterdesigns.com/tutorial-installing-ruby-on-rails-2-in-windows-vista-xp/</link>
		<comments>http://visionmasterdesigns.com/tutorial-installing-ruby-on-rails-2-in-windows-vista-xp/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 12:09:19 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.visionmasterdesigns.com/?p=35</guid>
		<description><![CDATA[Ruby on Rails is the next "in" thing. This tutorial teaches you step by step to set up Ruby on Rails environment on your local Computer.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-installing-ruby-on-rails-2-in-windows-vista-xp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-installing-ruby-on-rails-2-in-windows-vista-xp%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Greetings,</p>
<p style="text-align: justify;">Most of you must have heard of <span style="color: #000000;"><strong>&#8220;Ruby on Rails (RoR)&#8221;</strong></span>. It being touted as the next best thing (apart from php <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ). Well lemme give you a lowdown of what Ruby on Rails is&#8230;</p>
<p style="text-align: justify;">I`ll try to explain the power of RoR in the simplest of words,</p>
<p>If PHP can do something after typing <strong>75</strong> lines of code, RoR can do the same thing in typing mearly <strong>3</strong> lines of code !!!!<br />
Thats as simple is it gets ! But then again, there is a catch to it, RoR is equally complex. So Today, I`ll just give you the basic idea of what Ruby on Rails is, and how to set up a developer environment for RoR, So next time we can directly start creating applications. woohoo !<br />
<span id="more-35"></span></p>
<p style="text-align: justify;">But Firstly the basics.<br />
If you are aware of the basics then <a href="#down">Click Here</a> to jump below, else read on.</p>
<p style="text-align: justify;">&#8220;<strong><span style="color: #000000;">Ruby</span></strong> is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby was initially developed and designed by Yukihiro &#8220;Matz&#8221; Matsumoto.&#8221;</p>
<ul style="text-align: justify;">
<li> Ruby is very similar to our native object-oriented programming languages (eg: C++,Java).</li>
<li>You can define variables using &#8216;@&#8217; symbol.</li>
<li>You can define functions, more commonly known as methods using
<pre lang="ruby">def method_name
....
end</pre>
</li>
</ul>
<p style="text-align: justify;">&#8220;<strong>Ruby on Rails</strong> is framework developed particularly for web applications. The framework is coded using Ruby. It basically makes our lives easier by generating code automatically on execution of a single piece of code.</p>
<ul style="text-align: justify;">
<li>It uses the MVC Architecture. (Model-View-Controller, I`ll be explainin this in the next tutorial, which will be &#8216;Creating Your First RoR Application&#8217;)</li>
</ul>
<p style="text-align: justify;">I like to tell you that, its not easy deploying a RoR application (Thats right, its an application, not a script or a piece of code, but a combination of lots of directories &amp; files).<br />
Its not anything like the php scripts we upload to the server and run the script by pointing to the right address, there are various modes on how a RoR application is executed (Eg. developer, test, production).</p>
<p>Enough of the technical mumbo-jumbo, lets get down business.<a id="down" name="down"></a></p>
<p style="text-align: justify;">Pre-Requisites :</p>
<ol style="text-align: justify;">
<li>Webserver + MySQL installed</li>
<li><span style="color: #000000;"><strong>Ruby (1.8.6)</strong></span> : We need to install the basic ruby binaries and extensions to execute RoR applications.<br />
Download <a title="ruby186-26.exe" href="http://rubyforge.org/frs/download.php/29263/ruby186-26.exe">ruby186-26.exe</a></li>
</ol>
<p style="text-align: justify;">Basically you must have a normal php/mysql developer environment already installed, if not, you can refer to my earlier tutorial i.e<br />
<a href="http://www.visionmasterdesigns.com/blog/2008/07/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/">Tutorial : Installing Apache, PHP5, MySQL5, PhpMyAdmin 2.11 in Windows Vista/XP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/tutorial-installing-ruby-on-rails-2-in-windows-vista-xp/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
