<?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>Angel Web Designs</title>
	<atom:link href="http://www.angelwebdesigns.com.au/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.angelwebdesigns.com.au/blog</link>
	<description>Providing website and development related tips, suggestions and opinions</description>
	<lastBuildDate>Tue, 30 Nov 2010 12:02:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Developer Tip: ASP.NET Configuration in Visual Studio 2010</title>
		<link>http://www.angelwebdesigns.com.au/blog/index.php/2010/11/developer-tip-asp-net-configuration-in-visual-studio-2010/</link>
		<comments>http://www.angelwebdesigns.com.au/blog/index.php/2010/11/developer-tip-asp-net-configuration-in-visual-studio-2010/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 12:02:06 +0000</pubDate>
		<dc:creator>Bron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.angelwebdesigns.com.au/blog/?p=49</guid>
		<description><![CDATA[I&#8217;ve just come across a strange issue in Visual Studio 2010, when trying to launch and access the ASP.NET Configuration tool (used for configuring security settings).
When I tried to access the site by selecting it from the Project menu, it would start the local web server on whatever port it chose, but wouldn&#8217;t open the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve just come across a strange issue in Visual Studio 2010, when trying to launch and access the ASP.NET Configuration tool (used for configuring security settings).</p>
<p>When I tried to access the site by selecting it from the Project menu, it would start the local web server on whatever port it chose, but wouldn&#8217;t open the page in my browser automatically.  So I manually opened the link by right-clicking the icon for the web server in the system tray and choosing &#8220;Open in Web Browser&#8221;.</p>
<p>The result was a URL opened such as http://localhost:53764/asp.netwebadminfiles/ and this would cause an error &#8220;An error was encountered. Please return to the previous page and try again.&#8221;</p>
<p><strong>The solution:</strong></p>
<p>After testing sites that use both the MySQL Connector/NET provider and the &#8220;standard&#8221; (?) SQL Server Membership Provider, and suffering the same issue, I tried running the tool from Visual Studio 2008 (on older, pre-upgrade versions of my websites), and found that the issue appears to be related to the full URL not being used when clicking that &#8220;Open in Web Browser&#8221; link.</p>
<p>The template to use for the URL is:</p>
<pre>http://localhost:xxxxxx/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=path-to-project-file&amp;applicationUrl=/</pre>
<p>where xxxxxx is the port that has been used by the web server and path-to-project-file is exactly that&#8230; for example:</p>
<pre>http://localhost:53764/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=C:\Users\youruser\Documents\Visual%20Studio%202010\Projects\SampleApp\SampleApp&amp;applicationUrl=/</pre>
<p>I hope this helps anyone else having this same issue &#8211; if you found anything else that solved it (particularly a more permanent solution!) please let us all know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.angelwebdesigns.com.au/blog/index.php/2010/11/developer-tip-asp-net-configuration-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Backup, backup, backup</title>
		<link>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/backup-backup-backup/</link>
		<comments>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/backup-backup-backup/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 05:28:37 +0000</pubDate>
		<dc:creator>Bron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.angelwebdesigns.com.au/blog/?p=36</guid>
		<description><![CDATA[An important question for all website owners: how long since you&#8217;ve backed up your website contents?  Or even your own computer, for that matter?
It happen too many times, whether it&#8217;s a website, a computer, or a business server, backups are too often skipped over when time is short, and the result can be hours, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>An important question for all website owners: how long since you&#8217;ve backed up your website contents?  Or even your own computer, for that matter?</p>
<p>It happen too many times, whether it&#8217;s a website, a computer, or a business server, backups are too often skipped over when time is short, and the result can be hours, days or weeks of lost business and revenue when hardware or software fails.</p>
<p>If you maintain your own website contents, either by way of static pages or a CMS, make sure you have a latest backup &#8211; you never know when things could go pear-shaped!</p>
<p>Where is my inspiration for this coming from, you may be asking?  Because I&#8217;m helping someone right now to get past issues arising from their website going down unexpectedly and there not being an easy way to retrieve the content for re-deployment &#8211; ouch &#8211; thank goodness for Google caching.</p>
<p>The lesson learned: even if your site is hosted by your webmaster (even if it&#8217;s with us!), it never hurts to get a &#8220;latest copy&#8221; of the contents &#8211; just <a href="http://www.angelwebdesigns.com.au/blog/index.php/2010/08/taking-a-screenshot-in-windows/">taking screenshots of the website&#8217;s main pages</a> can be sufficient.  Unfortunately things can go wrong &#8211; even in worst case scenarios, relationships can turn sour, and you don&#8217;t want to find yourself dependant on a provider for information that they may choose to withhold from you.</p>
<p>The rule of thumb I like to follow is &#8220;always have 3 copies&#8221; &#8211; that way, if you lose one copy because of some failure (hardware or otherwise), you&#8217;ll still have the original and another backup! In other words, unless you&#8217;re terribly unlucky, you&#8217;ll always have a backup.</p>
<p>Personally I&#8217;ve found that for my small business and home purposes, SyncToy works well &#8211; it&#8217;s a Microsoft product that allows you to syncronise locations, including a non-destructive backup (nothing ever gets deleted from my backup drives, only added or updated).  Once it&#8217;s setup, it&#8217;s quick to plug in my drives one at a time and run the syncronisation.</p>
<p>There are plenty of other great backup tools and methods, though &#8211; feel free to share your stories or recommendations, you just might make the different to someone else&#8217;s business <img src='http://www.angelwebdesigns.com.au/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><corny ending><br />
Go on, do a backup right now &#8211; you know you want to&#8230;<br />
<end corny ending></p>
]]></content:encoded>
			<wfw:commentRss>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/backup-backup-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking a Screenshot in Windows</title>
		<link>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/taking-a-screenshot-in-windows/</link>
		<comments>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/taking-a-screenshot-in-windows/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 05:15:21 +0000</pubDate>
		<dc:creator>Bron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.angelwebdesigns.com.au/blog/?p=39</guid>
		<description><![CDATA[As we discussed in our post about backing up your website contents, taking screenshots of major content pages can be one way of ensuring you always have a copy of your content for future needs.
Screenshots can also be a great way of showing others what error message, screen, etc you are seeing on your computer [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As we discussed in our post about <a href="http://www.angelwebdesigns.com.au/blog/index.php/2010/08/backup-backup-backup/">backing up your website contents</a>, taking screenshots of major content pages can be one way of ensuring you always have a copy of your content for future needs.</p>
<p>Screenshots can also be a great way of showing others what error message, screen, etc you are seeing on your computer at a given time</p>
<p>If you are running Mac, you have a great mechanism built in for taking screenshots. <a href="http://guides.macrumors.com/Taking_Screenshots_in_Mac_OS_X">click here to check out a guide for the Mac keyboard shortcuts</a>.</p>
<p>Microsoft have started to play catchup in this area on Windows 7, with the introduction of the &#8220;Snipping Tool&#8221;.  You&#8217;ll find this in your Start menu, under All Programs &gt; Accessories &gt; Snipping Tool, or by typing &#8220;snipping tool&#8221; into the &#8220;Search programs and files&#8221; area in the Start Menu.</p>
<p>However, if you&#8217;re yet to upgrade to Windows 7, you&#8217;ll need to follow a more manual process to take screenshots (without installing third party software).  Here is the procedure to follow:</p>
<ol>
<li>Get to the screen you want to take a screenshot of.</li>
<li>On your keyboard, locate the &#8220;Print Screen&#8221; button &#8211; usually labelled as &#8220;Prt Scr&#8221; or similar. It&#8217;s usually somewhere to the right of the &#8220;F12&#8243; key at the top-right.</li>
<li>To take a screenshot of the entire screen (including the taskbar down the bottom and everything else you can see), press &#8220;Ptr Scr&#8221;.<br />Alternatively, to only take a screenshot of the actual window you are focused on, hold down &#8220;Alt&#8221; and press &#8220;Ptr Scr&#8221; (ie., press Alt-Prt Scr).</li>
<li>Your screenshot will now be in your clipboard (note: the clipboard is the place that things you copy to go when you the menu Edit &gt; Copy or press Ctrl-C).</li>
<li>Open Paint (typically found in the Start menu under All Programs &gt; Accessories &gt; Paint</li>
<li>Paste the screenshot (using the menu Edit &gt; Paste or by pressing Ctrl-V)</li>
<li>Save the screenshot by chosing File &gt; Save.</li>
</ol>
<p>Note: if you are using Windows 7 and still following this manual method, the &#8220;lovely&#8221; (??) new ribbon bar will have replaced the old menu system, so rather than &#8220;File &gt; Save&#8221;, it would be &#8220;that funny icon to the left of the &#8220;Home&#8221; ribbon bar button&#8221; and then Save.  Good on you, Microsoft!</p>
<p>Happy &#8220;screenshooting&#8221;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/taking-a-screenshot-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the switch &#8211; iPhone to &#8220;something not iPhone&#8221;</title>
		<link>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/making-the-switch-iphone-to-something-not-iphone/</link>
		<comments>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/making-the-switch-iphone-to-something-not-iphone/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 01:42:28 +0000</pubDate>
		<dc:creator>Bron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gadgets]]></category>

		<guid isPermaLink="false">http://awd.local/blog/?p=19</guid>
		<description><![CDATA[This week I made the leap away from Apple for my phone, thus ending my romance with Apple of the last year.   This time last year I bought my first piece of Apple hardware &#8211; the iPhone 3G.  At the time I had the choice to either wait, for potentially weeks, for the new iPhone [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This week I made the leap away from Apple for my phone, thus ending my romance with Apple of the last year.   This time last year I bought my first piece of Apple hardware &#8211; the iPhone 3G.  At the time I had the choice to either wait, for potentially weeks, for the new iPhone 3GS, or take a 3G home with me on that day.  Being me (an impatient, &#8220;want it now&#8221; kinda girl &#8212; OK a little bit Veruca Salt-ish!), I went for the 3G.</p>
<p>My experience was top-notch from day one, I loved the phone and thought that Apple had solved every issue I had ever had with previous &#8220;smart&#8221; or &#8220;PDA-style&#8221; phones.  It ran smoothly, emails displayed beautifully on it (a vast improvement on my Nokia E71, which was text-only email and so fairly useless for me on the go), and best of all there was a plentitude on apps, all at very reasonable prices, if not for free.</p>
<p>Then on July 21, 2010, my Apple-loving life (or year, at least) changed forever.</p>
<p>A bad experience during upgrade didn&#8217;t help.  Ironically, this was caused by my other &#8220;want it now&#8221; fit earlier this year, when I bought an iMac 24&#8243; at a very good sale price (since it was superseeded by then), which I tried (and tried, and tried, and tried) to run Windows 7 on using Parallels Desktop.  Unfortunately, a &#8220;Blue Screen of Death&#8221; half way through the iPhone upgrade caused the upgrade to fail miserably and effectively bricked my phone.  Thankfully, I was able to do a refresh, and then restore the phone contents from my backup prior to commencing the upgrade (lesson cemented in my brain forever:  backup, backup, backup &#8211; if you only need to use it once, it&#8217;s worth all the times you&#8217;ve had to wait for it).</p>
<p>(Aside: it was after this experience that I also decided to buy a &#8220;real PC&#8221; again and now the iMac sits next to me as a constant reminder of my $1,700 six month affair.  In the end it’s just become a very expensive solution for handling files from designers that I work with who use Mac-only fonts!).</p>
<p>So once my iPhone was up and running again, I was quickly disappointed with the results.  It turned out that most of the “cool” parts of the new OS version were not turned on for the 3G – because apparently they were too resource-hungry for it to handle.  Well I can understand that, and agree to it – of course I’d prefer a useable phone over multitasking.  However, unfortunately they must have still missed something along the way, as the phone still started to run like a dog.</p>
<p>Over the next week or two, I noticed a progressive decrease in the performance of the phone.  I found a few people on forums suggesting that a full rebuild of the phone, with a complete fresh start, made a big difference.  So I did that, and in the process had to setup the entire phone again (nothing lost, though, just synced contacts from Outlook, all ran really well, actually!).  The result seemed promising – it was so much quicker again!</p>
<p>Then it all started going pear-shaped again, and over the next few weeks, the performance again decreased more and more (even with restarts), until I was so close to throwing the phone out of the window that it wasn’t healthy!</p>
<p>I’m talking the “Messages” section taking upwards of 15 seconds to open, tasks that use the keyboard taking up to 20 seconds to prepare for typing, checking emails became a nightmare task that I’d have to allow at least a minute for, just to purely get the latest 3 brief emails off the server and view them (if I saw that “loading” message while it was still downloading the message one more time&#8230;&#8230;).</p>
<p>At the end of the day, I felt ripped off by Apple.  The response most people suggested to these performance issues was that Apple expected people with the 3G phone to now start upgrading to the iPhone 4.  That’s all well and good for people who bought the 3G phones at release, but for people like me, who bought it towards the end of their life on the shelves, we’re still on contract for another year!</p>
<p>If you want to build loyalty in customers, look after them even after the sale, and don’t just assume that they will want to upgrade to the “latest and greatest” when you release it.  The same applies in all business, really.</p>
<p>So, I now have a non-Apple phone (a HTC Desire – yep, Android, the exact competition of Apple, it was always going to be either that or a Windows Mobile phone), which syncs perfectly with my non-Apple computer, in my non-Apple office.</p>
<p>Nice try, Apple, you almost had me with your shiny computers and gadgets, but you know what they say&#8230;. you can take the girl away from the PC, but you can’t take the PC out of the girl (especially not if she’s a robot)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.angelwebdesigns.com.au/blog/index.php/2010/08/making-the-switch-iphone-to-something-not-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.CO domains now available</title>
		<link>http://www.angelwebdesigns.com.au/blog/index.php/2010/07/co-domains-now-available/</link>
		<comments>http://www.angelwebdesigns.com.au/blog/index.php/2010/07/co-domains-now-available/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:58:03 +0000</pubDate>
		<dc:creator>Bron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[domains]]></category>

		<guid isPermaLink="false">http://awd.local/blog/?p=15</guid>
		<description><![CDATA[.CO domains have been released!  Offering you more choice in branding your online presence with a global, recognizable, and credible domain name.
Perhaps you already have a domain name, but want to ensure you get the online business regardless of the extension entered?
Maybe you&#8217;ve been holding off on starting a new endeavour because the domain wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>.CO domains have been released!  Offering you more choice in branding your online presence with a global, recognizable, and credible domain name.</p>
<p>Perhaps you already have a domain name, but want to ensure you get the online business regardless of the extension entered?</p>
<p>Maybe you&#8217;ve been holding off on starting a new endeavour because the domain wasn&#8217;t available?</p>
<p>Associated globally with the words “COmpany,” “COrporation” and “COmmerce” – the .CO domain is easy to recognize, simple to remember and flexible to use. And that makes it the perfect platform for today’s socially networked individuals and entrepreneurs to create .COmmunities, share .COntent, and to .COnnect, .COmmunicate and .COllaborate online.</p>
<p>Contact us today to <a title="Contact us to enquire about a .CO domain" href="http://www.angelwebdesigns.com.au/contact" target="_self">check the availability of your .CO!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.angelwebdesigns.com.au/blog/index.php/2010/07/co-domains-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

