<?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>Junior website developer.</title>
	<atom:link href="http://www.marysomerville.co.uk/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marysomerville.co.uk</link>
	<description>Making HTML, Wordpress and Joomla sites, and generally enjoying coding any form of html.</description>
	<lastBuildDate>Thu, 03 May 2012 12:08:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Connecting WAMP to live database</title>
		<link>http://www.marysomerville.co.uk/index.php/2012/04/22/connecting-wamp-to-live-database/</link>
		<comments>http://www.marysomerville.co.uk/index.php/2012/04/22/connecting-wamp-to-live-database/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 14:52:57 +0000</pubDate>
		<dc:creator>Mary Somerville</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.marysomerville.co.uk/?p=577</guid>
		<description><![CDATA[So when you are making a Joomla or WordPress site or any with php script you would usually have some kind of server program running on your computer to test it before uploading the site to a live domain name. &#8230; <a href="http://www.marysomerville.co.uk/index.php/2012/04/22/connecting-wamp-to-live-database/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So when you are making a Joomla or WordPress site or any with php script you would usually have some kind of server program running on your computer to test it before uploading the site to a live domain name. For this i use WAMP. I did use to use XAMPP but it broke so switched to WAMP.</p>
<p>Lets say you finish the site, upload the files from your WAMP folder www, and export you database and put it on your live database and all is fine. Then the client wants a new page or some changes done. So you download all the files to your www folder but instead of logging into your hosting and exporting the live database and importing it to your localhost you want to just connect to it from your www folder on your compute. So that&#8217;s -</p>
<p><strong>local files &#8230;.. connecting to live database &#8230;.. previewing changes at localhost/sitename</strong></p>
<p>So you can make changes to your site without editing the live sites files, just in-case you mess it up and people are looking.</p>
<p>One error i always get when doing this is -</p>
<p>Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD(&#8216;your_existing_password&#8217;). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file</p>
<p>Now I sat for about four hours trying to change this so called old style password but it just didn&#8217;t work. I think it might be a live server issue rather than something I can change on my localhost. So the easiest solution I could find was to add a password to my localhost and downgrade my WAMP php and Apache versions.</p>
<p>On thing to note is that your WAMP must be installed in the C:\ drive or somewhere where there is no spaces in the path name.<strong> C:\Program Files\ wont work.</strong></p>
<p>If you go to localhost phpmyadmin and do an sql statement.</p>
<p>UPDATE mysql.user SET password=password(&#8220;newpassword&#8221;) WHERE user=&#8221;root&#8221;;<br />
Flush Privileges;</p>
<p>Now go to C:\wamp\apps\phpmyadmin3.4.9\config.inc and in this file find the line below and add in your new password. Mine was the word password (easy to remember)</p>
<p>$cfg['Servers'][$i]['password'] = &#8216;<strong>password</strong>&#8216;;</p>
<p>Save.</p>
<p>Left click on your WAMP logo in the task bar, go to php, version, get more&#8230;</p>
<p>Do the same for Apache.</p>
<p>Php version 5.2.11 and Apache version 2.0.63 are compatible and run together for me. If they aren&#8217;t listed on WAMP&#8217;s extensions you can go to <a title="WAMP extensions" href="http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/" target="_blank">http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/</a></p>
<p>Download them. Stop and exit WAMP. Double click the dowloaded  installers and run them both. When WAMP starts up again, go to php, versions, and click 5.2.11, and the same with Apache choosing 2.0.63.</p>
<p>You might need to Stop All Services and Start them again but the WAMP logo should go green and you will be able to connect to a remote database without having to set up a local database or change any configuration files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marysomerville.co.uk/index.php/2012/04/22/connecting-wamp-to-live-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avenue Q</title>
		<link>http://www.marysomerville.co.uk/index.php/2012/02/12/avenue-q/</link>
		<comments>http://www.marysomerville.co.uk/index.php/2012/02/12/avenue-q/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 12:51:41 +0000</pubDate>
		<dc:creator>Mary Somerville</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://www.marysomerville.co.uk/?p=570</guid>
		<description><![CDATA[So a friend of mine text me and says, &#8220;you want to go see Avenue Q&#8221;, and my reply was, &#8220;I&#8217;ve never heard of them&#8221;. After a bit of googling I find its a show not a band, lol, and &#8230; <a href="http://www.marysomerville.co.uk/index.php/2012/02/12/avenue-q/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-572 alignnone" title="avenue-q" src="http://www.marysomerville.co.uk/wp-content/uploads/2012/02/avenue-q.jpg" alt="avenue-q" width="455" height="290" /></p>
<p>So a friend of mine text me and says, &#8220;you want to go see Avenue Q&#8221;, and my reply was, &#8220;I&#8217;ve never heard of them&#8221;. After a bit of googling I find its a show not a band, lol, and has puppets in it. The best way to describe it is an adult version of the Muppets.</p>
<p>So I went to see it yesterday at the Play House in Edinburgh, which is an amazing venue, never been there before, and it was fantastic. Not really one to take the whole family to but it was so funny and the cast were brilliant singers. There are some really good sounds in it and if you have a moment you should YouTube them because they are hilarious. Really recommend seeing it if you get the chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marysomerville.co.uk/index.php/2012/02/12/avenue-q/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some holiday tutorials</title>
		<link>http://www.marysomerville.co.uk/index.php/2012/01/02/some-holiday-tutorials/</link>
		<comments>http://www.marysomerville.co.uk/index.php/2012/01/02/some-holiday-tutorials/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 18:40:02 +0000</pubDate>
		<dc:creator>Mary Somerville</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.marysomerville.co.uk/?p=554</guid>
		<description><![CDATA[Over the past two years I haven&#8217;t really done much Photoshop work, so I decided to look up some tutorials and try some new things. So I did two tutorials, which were mainly just trying new filters and merging Photoshop &#8230; <a href="http://www.marysomerville.co.uk/index.php/2012/01/02/some-holiday-tutorials/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the past two years I haven&#8217;t really done much Photoshop work, so I decided to look up some tutorials and try some new things. So I did two tutorials, which were mainly just trying new filters and merging Photoshop files, which I didn&#8217;t know was so easy. The first  one involved setting up an action and creating some 3D text, which you then made into a word by playing the Photoshop action. The second was taking quotes or lyrics from something and displaying them using different layers and filters. That one is going up on the wall (bit of a Star Wars fan).</p>
<p>A cool website for laying out quotes -<a href="http://www.wordle.net/advanced">www.wordle.net</a></p>
<p>Here are the results.</p>
<p><a href="http://www.marysomerville.co.uk/wp-content/uploads/2012/01/shiny-3d-text.jpg" rel="lightbox[554]"><img class="alignnone size-thumbnail wp-image-555" title="shiny-3d-text" src="http://www.marysomerville.co.uk/wp-content/uploads/2012/01/shiny-3d-text-150x150.jpg" alt="3D text image" width="150" height="150" /></a> <a href="http://www.marysomerville.co.uk/wp-content/uploads/2012/01/starwars-text.jpg" rel="lightbox[554]"><img class="alignnone size-thumbnail wp-image-556" title="starwars-text" src="http://www.marysomerville.co.uk/wp-content/uploads/2012/01/starwars-text-150x150.jpg" alt="Star Wars text image" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marysomerville.co.uk/index.php/2012/01/02/some-holiday-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebOS v&#8217;s Android</title>
		<link>http://www.marysomerville.co.uk/index.php/2011/11/14/webos-vs-android/</link>
		<comments>http://www.marysomerville.co.uk/index.php/2011/11/14/webos-vs-android/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 21:56:01 +0000</pubDate>
		<dc:creator>Mary Somerville</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://www.marysomerville.co.uk/?p=544</guid>
		<description><![CDATA[WebOS wins. Point blank. Ok i&#8217;ll go into a little more detail. With WebOS the interface is what it should be&#8230;.. user friendly! Every application is opened in its own little window. When you want to close an application you &#8230; <a href="http://www.marysomerville.co.uk/index.php/2011/11/14/webos-vs-android/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WebOS wins. Point blank.</p>
<p><img class="size-full wp-image-545 alignnone" title="webOS" src="http://www.marysomerville.co.uk/wp-content/uploads/2011/11/webOS.jpg" alt="webOS" width="210" height="300" /> <img class="alignnone size-full wp-image-546" title="android" src="http://www.marysomerville.co.uk/wp-content/uploads/2011/11/android.jpg" alt="android" width="210" height="300" /></p>
<p>Ok i&#8217;ll go into a little more detail. With WebOS the interface is what it should be&#8230;..<strong> user friendly!</strong> Every application is opened in its own little window. When you want to close an application you get rid of that window (flick it off the screen).</p>
<p>With Android each application opens and then you close it, but wait oh its not closed and others are mysteriously running. WTF. So you download Advanced Task Killer app, very hand, and this shows that a whole bunch of app&#8217;s are running when you can&#8217;t see them in a window or didn&#8217;t open them. Annoying.</p>
<p>I&#8217;ll admit my Galaxy S2 is much faster than my Palm Pre ever was, the battery kicks its ass (once i figured out how to stop all the social apps syncing all the time and downloaded Advanced Task Killer), the camera is amazing and the app store is huge. But my Palm linked everything. My Facebook to my calendar and contacts, Flixster to my calendar, my emails to my calendar so that I knew exactly what I was doing that day. It was really simple to connect things and control syncing. The way an interface should be.</p>
<p>If someone actually put WebOS on a fast phone with a decent camera, and then convinced a UK service provider to sell it i&#8217;d buy it every time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marysomerville.co.uk/index.php/2011/11/14/webos-vs-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gamefest 2011</title>
		<link>http://www.marysomerville.co.uk/index.php/2011/09/23/gamefest-2011/</link>
		<comments>http://www.marysomerville.co.uk/index.php/2011/09/23/gamefest-2011/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 11:19:20 +0000</pubDate>
		<dc:creator>Mary Somerville</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://www.marysomerville.co.uk/?p=517</guid>
		<description><![CDATA[So i&#8217;ll admit i&#8217;m not the biggest gamer in the world but my boyfriend Euan is so we went down to Gamefest in Birmingham to check out the latest games coming out. It was held in the NEC which is &#8230; <a href="http://www.marysomerville.co.uk/index.php/2011/09/23/gamefest-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So i&#8217;ll admit i&#8217;m not the biggest gamer in the world but my boyfriend Euan is so we went down to Gamefest in Birmingham to check out the latest games coming out. It was held in the NEC which is mentally big, and has crap road signs, but we got there. As you walk in the door I can only describe the scene as the biggest amount of geeks you have ever seen squashed into a room at once. I think the guy girl ratio was about 10 to 1, and half the girls were actually mums being nice.</p>
<p>The room was divided into areas, Xbox, Playstation etc and then the huge games had there own stalls. The first place we went was MW3, and after queuing for about an hour and a half (which wasn&#8217;t bad!) we got into play it. I say we, I stood and watched, but it was still pretty cool. Once that game was played we just wondered about the rest of the afternoon and had some fun.</p>
<p>Overall my favourite game was the new F1. Mainly because you got to sit in a racing chair with pedals to play it, but the graphics were amazing. A close second was the new Mario Kart for the DS. Really good fun.</p>

<a href='http://www.marysomerville.co.uk/index.php/2011/09/23/gamefest-2011/cimg0159/' title='Gamefest 2011'><img width="150" height="150" src="http://www.marysomerville.co.uk/wp-content/uploads/2011/09/CIMG0159-150x150.jpg" class="attachment-thumbnail" alt="Gamefest 2011" title="Gamefest 2011" /></a>
<a href='http://www.marysomerville.co.uk/index.php/2011/09/23/gamefest-2011/cimg0162/' title='Gamefest 2011'><img width="150" height="150" src="http://www.marysomerville.co.uk/wp-content/uploads/2011/09/CIMG0162-150x150.jpg" class="attachment-thumbnail" alt="Gamefest 2011" title="Gamefest 2011" /></a>
<a href='http://www.marysomerville.co.uk/index.php/2011/09/23/gamefest-2011/cimg0165/' title='Gamefest 2011'><img width="150" height="150" src="http://www.marysomerville.co.uk/wp-content/uploads/2011/09/CIMG0165-150x150.jpg" class="attachment-thumbnail" alt="Gamefest 2011" title="Gamefest 2011" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.marysomerville.co.uk/index.php/2011/09/23/gamefest-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

