<?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>.:Neil Smith Designs:.  Web Design and Development &#187; phpMyAdmin</title>
	<atom:link href="http://www.neilsmithdesigns.co.uk/blog/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neilsmithdesigns.co.uk/blog</link>
	<description>Web development and design.  Professional design for corperate websites.  Every day solutions for all websites.</description>
	<lastBuildDate>Tue, 04 Oct 2011 19:01:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using XAMPP, Dreamweaver and Access to Develop websites quicker</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2009/03/using-xampp-dreamweaver-and-access-to-develop-websites-quicker/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2009/03/using-xampp-dreamweaver-and-access-to-develop-websites-quicker/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 21:01:25 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Link Tables]]></category>
		<category><![CDATA[Localhost]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=49</guid>
		<description><![CDATA[Developing websites normally consists of a few elements.  Design your layout, code your pages, sort out your graphics, upload your files, test, debug, upload your files, test, debug, upload your files, test, de… ok you get the idea!  What takes the time more than anything is the testing, especially when it comes to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/193.gif"><img class="alignleft size-medium wp-image-50" title="193" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/193.gif" alt="" width="200" height="59" /></a>Developing websites normally consists of a few elements.  Design your layout, code your pages, sort out your graphics, upload your files, test, debug, upload your files, test, debug, upload your files, test, de… ok you get the idea!  What takes the time more than anything is the testing, especially when it comes to developing for all those browsers.</p>
<p>That’s why XAMPP is a god sent!  Basically XAMPP sets up a web host on your local computer meaning you no longer have to keep uploading the files, but you just need to refresh your browser and view the changes.  Trust me, this saves an enormous amount of time.<br />
<span id="more-49"></span><br />
Complete in the instillation is the necessary files for an Apache web server complete with a PHP, Pearl and MySQL database.  It even installs the excellent phpMyAdmin front end for your MySQL database.<br />
It’s not easy to set up a full Apache instillation but XAMPP is extremely easy, simply download, extract and install.   I would provide instructions… but I just have!  Seriously, download the windows installer and go for it, it’s that easy.</p>
<p><em>The distribution for Windows 98, NT, 2000, 2003, XP and Vista. This version contains: Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, and WEB-DAV + mod_auth_mysql.</em> – From the XAMPP site</p>
<p>Dreamweaver also works extremely well alongside XAMPP.  Set up a site and you can preview pages by right clicking on the document tree and view in whichever browser you have installed.<br />
To set up Dreamweaver…</p>
<ul>
<li>Create a new site (Site &gt; New Site)</li>
<li>Click on the Advanced tab and add the following information:</li>
</ul>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/dw1.gif"><img class="aligncenter size-medium wp-image-51" title="dw1" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/dw1-300x295.gif" alt="" width="300" height="295" /></a></p>
<ul>
<li>Local Info (Category links down the left of the dialog box)</li>
</ul>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/dw2.gif"><img class="aligncenter size-medium wp-image-52" title="dw2" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/dw2-300x295.gif" alt="" width="300" height="295" /></a></p>
<ul>
<li>Remote Info:    Access: None</li>
<li>Click Ok. This creates the site in Dreamweaver.</li>
<li>To preview right-click on the file in the Files panel and select Preview in browser and select the browser you want to test the file in.</li>
</ul>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/dw3.gif"><img class="aligncenter size-medium wp-image-53" title="dw3" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/dw3-300x202.gif" alt="" width="300" height="202" /></a></p>
<p><!--more--></p>
<p><strong>Database Access<br />
</strong><br />
If you want to use dynamic data through connecting to a MySQL database through PHP, you will need to set up your database.</p>
<p>Go to http://localhost/</p>
<p>And click on the phpMyAdmin link on the left hand side.</p>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/phpmyadmin1.gif"><img class="aligncenter size-medium wp-image-54" title="phpmyadmin1" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/phpmyadmin1-300x243.gif" alt="" width="300" height="243" /></a></p>
<p>…and create a new database</p>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/phpmyadmin2.gif"><img class="aligncenter size-medium wp-image-55" title="phpmyadmin2" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/phpmyadmin2-300x230.gif" alt="" width="300" height="230" /></a></p>
<p>Now you have done this, you will be able to store data galore in your fresh database!<br />
It’s also worth setting up an ODBC connection so that you can access the data easily through Microsoft</p>
<p><!--more--></p>
<p><strong>Access Link tables.</strong><br />
To do this…</p>
<ul>
<li>Click Start &gt; Settings &gt; Control Panel and open Administrative Tools</li>
<li>Click on Data Sources (ODBC)</li>
<li>Click the Add… button</li>
<li>Scroll to the bottom of the driver list and select MySQL ODBC 3.51 Driver and click Finish. NB:  You will need to have the MySQL ODBC driver installed).  If you haven’t download it by visiting the <a href="http://dev.mysql.com/downloads/connector/odbc/5.1.html" target="_blank">MySql website</a>.</li>
</ul>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/odbc_setup.gif"><img class="aligncenter size-medium wp-image-56" title="odbc_setup" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/odbc_setup-300x239.gif" alt="" width="300" height="239" /></a></p>
<p>You now need to enter details of your database connection.</p>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/odbc_setup2.gif"><img class="aligncenter size-medium wp-image-57" title="odbc_setup2" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2009/03/odbc_setup2-300x273.gif" alt="" width="300" height="273" /></a></p>
<p><!--more--></p>
<p><strong>Microsoft Access</strong></p>
<p>To access the data in your database’s tables easily, you can go through Microsoft Access.<br />
Again these couldn’t be easier.  Simply open up Access, right click in your database window and select “Link Table”.</p>
<p>Now drop down the Files of type option and select ODBC databases.  Select “Machine Data Source” and select the name you have just set up in the odbc setup.<br />
You will now see the tables within your database.</p>
<p>Likewise you can also export tables to your MySQL database using the same method.<br />
Set up a new table in Access and right click on your table.  Select Export and follow the same method as above (for link tables).  This will send your table to your MySQL database.</p>
<p><strong>All in all XAMPP should improve the speed at which you can develop sites and hopefully make the all important (but sometimes less glamorous) job of testing that bit more bearable!</strong></p>
<p>Visit the XAMPP site&#8230;</p>
<p><a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">http://www.apachefriends.org/en/xampp-windows.html</span></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="Using XAMPP, Dreamweaver and Access to Develop websites quicker" url="http://www.neilsmithdesigns.co.uk/blog/2009/03/using-xampp-dreamweaver-and-access-to-develop-websites-quicker/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2009/03/using-xampp-dreamweaver-and-access-to-develop-websites-quicker/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

