<?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>Frostedblue Development</title>
	<atom:link href="http://www.frostedbluedevelopment.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frostedbluedevelopment.co.uk</link>
	<description>Development Blog &#124; ASP.NET &#124; jQuery &#124; Design</description>
	<lastBuildDate>Wed, 02 Nov 2011 21:13:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting Up A Hosted Windows 2008 R2 Web Server &#124; Part 1</title>
		<link>http://www.frostedbluedevelopment.co.uk/setting-up-a-hosted-windows-2008-r2-web-server-part-1/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/setting-up-a-hosted-windows-2008-r2-web-server-part-1/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 21:03:10 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=252</guid>
		<description><![CDATA[<p>This guide will talk you through the steps of how to configure Windows Server 2008 R2 as a multi site shared hosting platform for your websites and domain names. This guide is for people who have just ordered a VPS or Dedicated server from a hosting company. These servers usually come un-configured but have Windows [...]]]></description>
			<content:encoded><![CDATA[<p>This guide will talk you through the steps of how to configure Windows Server 2008 R2 as a multi site shared hosting platform for your websites and domain names. This guide is for people who have just ordered a VPS or Dedicated server from a hosting company. These servers usually come un-configured but have Windows Server installed and the relevant connections (IP addresses) to the web.</p>
<p>We have broken this guide down into a few parts, hoping to expand on this in the future and create many more tutorials built on this setup&#8230;</p>
<p><span id="more-252"></span></p>
<p><img class="alignnone size-full wp-image-254" title="setting-up-a-windows-2008-R2-web-server-part-1 (1)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-1.jpg" alt="" width="600" height="450" /></p>
<p>What you will need:</p>
<ul>
<li>1x Web server hosted at a data centre</li>
<li>(This guide can be applied to locally installed servers with direct access to the internet, local servers may need to be placed in a DMZ (Demilitarised zone) if within a firewall or configured correctly to accept incoming connections on port 80)</li>
<li>2x Static IP address</li>
<li>(2 IP addresses are required for your Name Servers)</li>
<li>1x Domain Name to be assigned as a Primary and Secondary Name Server</li>
<li>1x Domain Name to be used for your first website</li>
<li>Microsoft Remote Desktop Connection software for PC or Mac</li>
</ul>
<p>&nbsp;</p>
<p><strong>Prerequisites</strong></p>
<p>1, Configure your RDC software to connect and view your new web server desktop, usually by connecting to the supplied Primary IP address, logging in as Administrator using a password supplied by your hosting company.</p>
<p>2, Contact your domain hosting company to create glue records (2 are required) to the domain name that you have purchased and assigned as your Name Server and link it to your static IP addresses. This should look something like this:</p>
<p>ns1.domainname.co.uk (Your Primary Name Server domain name)</p>
<p><span style="color: #888888;"><em>That points to</em></span></p>
<p>000.000.000.000 (Your Primary Static IP)</p>
<p>As most hosting companies require you to have 2 name servers when pointing a website to a web server, please ask your hosting company to create another glue record like the first:</p>
<p>ns2.yournameserver.co.uk (Your Secondary Name Server domain name)</p>
<p><em><span style="color: #888888;">That points to</span></em></p>
<p>111.111.111.111 (Your Secondary Static IP)</p>
<p><span style="color: #888888;"><em>PLEASE NOTE:</em></span></p>
<p><span style="color: #888888;"><em>Once this is done (you may need to wait up to 48hrs for the changes to replicate) you can test this by pinging ns1.domainname.co.uk and reading the IP address that displays as a result. If it displays your Primary Static IP then it is working.</em></span></p>
<p>3, Configure your server with a Full Computer Name, Workgroup/Domain and make sure your Administrator account has an adequate strength password.</p>
<p>4, Use Windows Update to patch your web server to the latest up to date software, including service packs.</p>
<p>5, Install The .NET Framework v4 via Windows Update or via direct download.</p>
<p>&nbsp;</p>
<p><strong>Server Checks</strong></p>
<p>Check your assigned IP addresses have been added to your web server.</p>
<p>Your primary IP address will be configured here:</p>
<p><img class="alignnone size-full wp-image-255" title="setting-up-a-windows-2008-R2-web-server-part-1 (2)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-2.jpg" alt="" width="600" height="450" /></p>
<p>Clicking on Advanced will show any additional IP addresses that have been assigned to this web server.</p>
<p>&nbsp;</p>
<p><strong>Installation</strong></p>
<p><em>Adding Roles to Server 2008 R2 | IIS</em></p>
<p>Remote Desktop Connection into your new web server, login as an Administrator and view the desktop.</p>
<p>Open up Server Manager and scroll down to Roles Summary.</p>
<p><img class="alignnone size-full wp-image-256" title="setting-up-a-windows-2008-R2-web-server-part-1 (3)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-3.jpg" alt="" width="600" height="450" /></p>
<p>Click Add Roles, the “Before You Begin” wizard will appear. Read through then click next once you are happy that your server meets the requirements. Click “Next”.</p>
<p>We will need to install 2 roles: DNS Server and Web Server (IIS). Check both of these services in the list and click “Next”</p>
<p><img class="alignnone size-full wp-image-257" title="setting-up-a-windows-2008-R2-web-server-part-1 (4)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-4.jpg" alt="" width="600" height="450" /></p>
<p>Read through the “Introduction to DNS Server” then click “Next”</p>
<p>Read through the “Introduction to Web Server (IIS)” then click “Next”</p>
<p>Now select your IIS Role options:</p>
<p>We are going to need a few of these including support for ASP.NET and FTP.</p>
<p><img class="alignnone size-full wp-image-258" title="setting-up-a-windows-2008-R2-web-server-part-1 (5)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-5.jpg" alt="" width="600" height="450" /></p>
<p><img class="alignnone size-full wp-image-259" title="setting-up-a-windows-2008-R2-web-server-part-1 (6)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-6.jpg" alt="" width="600" height="450" /></p>
<p><img class="alignnone size-full wp-image-260" title="setting-up-a-windows-2008-R2-web-server-part-1 (7)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-7.jpg" alt="" width="600" height="450" /></p>
<p>Once you are happy, click “Next”. Read through the list and verify your selections then click “Install”. Your Roles will proceed to install.</p>
<p><img class="alignnone size-full wp-image-261" title="setting-up-a-windows-2008-R2-web-server-part-1 (8)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-8.jpg" alt="" width="600" height="450" /></p>
<p>Your server should now be ready for configuration. Click “Close”. You can check that your server has added these Roles by viewing the “Server Manager” window. We should now see: DNS Server and Web Server (IIS) under Roles.</p>
<p><img class="alignnone size-full wp-image-263" title="setting-up-a-windows-2008-R2-web-server-part-1 (10)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/11/setting-up-a-windows-2008-R2-web-server-part-1-10.jpg" alt="" width="600" height="450" /></p>
<p>&nbsp;</p>
<p>In Part 2 of “Setting Up A Hosted Windows 2008 R2 Web Server” we will start configuring our users.</p>
<p>Thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/setting-up-a-hosted-windows-2008-r2-web-server-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connection Strings For SQL2008 &amp; SQL2008 Express</title>
		<link>http://www.frostedbluedevelopment.co.uk/connection-strings-for-sql2008-and-sql2008-express/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/connection-strings-for-sql2008-and-sql2008-express/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 23:31:15 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[SQL Code Samples]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=231</guid>
		<description><![CDATA[<p>A list of connection strings used to connect to a SQL Database.</p> <p></p> <p>&#160;</p> <p> .NET Framework Data Provider for SQL Server<br /> .NET Framework Class Library<br /> System.Data.SqlClient.SqlConnection </p> <p>&#160;</p> <p>For Reference:</p> <p>SQLSERVER = The name of your SQL Server</p> <p>SERVERNAME = The name of your server where SQL is installed</p> <p>SQLEXPRESS = The [...]]]></description>
			<content:encoded><![CDATA[<p>A list of connection strings used to connect to a SQL Database.</p>
<p><span id="more-231"></span></p>
<p>&nbsp;</p>
<blockquote><p>
<strong>.NET Framework Data Provider for SQL Server</strong><br />
.NET Framework Class Library<br />
System.Data.SqlClient.SqlConnection
</p></blockquote>
<p>&nbsp;</p>
<p><strong>For Reference:</strong></p>
<p>SQLSERVER = The name of your SQL Server</p>
<p>SERVERNAME = The name of your server where SQL is installed</p>
<p>SQLEXPRESS = The name of your SQL Express Server</p>
<p>DATABASE = The name of your chosen database</p>
<p>USERNAME = The username required for your database connection</p>
<p>PASSWORD = The password required for your database connection</p>
<p>&nbsp;</p>
<p>Network Library in an ADO Connection String</p>
<p>DBMSSOCN = Required to connect via TCP/IP</p>
<p>DBNMPNTW = Required to connect via Named Pipes</p>
<p>&nbsp;</p>
<p><strong>Standard Security</strong></p>
<p><span style="color: #EE0000;">Data Source=SQLSERVER; Initial Catalog=DATABASE; User Id=USERNAME; Password=PASSWORD;</span></p>
<p>&nbsp;</p>
<p><strong>Standard Security Alternative</strong></p>
<p><span style="color: #EE0000;">Server=SQLSERVER; Database=DATABASE; User ID=USERNAME; Password=PASSWORD; Trusted_Connection=False;</span></p>
<p>&nbsp;</p>
<p><strong>Trusted Connection</strong></p>
<p><span style="color: #EE0000;">Data Source=SQLSERVER; Initial Catalog=DATABASE; Integrated Security=SSPI;</span></p>
<p>&nbsp;</p>
<p><strong>Trusted Connection Alternative</strong></p>
<p><span style="color: #EE0000;">Server=SQLSERVER; Database=DATABASE; Trusted_Connection=True;</span></p>
<p><span style="color: #888888;">For SQL2008 Express, Use SERVERNAME\SQLEXPRESS as Data Source or Server.</span></p>
<p>&nbsp;</p>
<p><strong>Connect Via An IP address</strong></p>
<p><span style="color: #EE0000;">Data Source=000.000.000.000,1433; Network Library=DBMSSOCN; Initial Catalog=DATABASE; User ID=USERNAME; Password=PASSWORD;</span></p>
<p><span style="color: #888888;">This is how to use TCP/IP instead of Named Pipes. 1433 is the default port for SQL Server.</span></p>
<p>&nbsp;</p>
<p><strong>Attaching A Database File (Located in the data directory, to a local SQL Server Express instance)</strong></p>
<p><span style="color: #EE0000;">Data Source=.\SQLEXPRESS; AttachDbFilename=|DataDirectory|\databasefile.mdf; Integrated Security=true; User Instance=true;</span></p>
<p>&nbsp;</p>
<p><strong>Attaching A Database File Alternative (Located in the data directory, to a local SQL Server Express instance)</strong></p>
<p><span style="color: #EE0000;">Server=.\SQLEXPRESS; AttachDbFilename=|DataDirectory|databasefile.mdf; Database=DATABASE; Trusted_Connection=Yes;</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/connection-strings-for-sql2008-and-sql2008-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Twitter Reader Written In ASP.NET VB</title>
		<link>http://www.frostedbluedevelopment.co.uk/simple-twitter-reader-written-in-asp-net-vb/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/simple-twitter-reader-written-in-asp-net-vb/#comments</comments>
		<pubDate>Thu, 19 May 2011 23:35:43 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[ASP.NET VB Code Samples]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=21</guid>
		<description><![CDATA[<p>We wanted to add a twitter reader to our ASP.NET VB websites so we created this simple client that reads Twitter&#8217;s XML timeline.</p> <p>Lets start with the web.config file. It was necessary to add the user data such as the Twitter username and other settings here rather than hard code each setting, making this plugin [...]]]></description>
			<content:encoded><![CDATA[<p>We wanted to add a twitter reader to our ASP.NET VB websites so we created this simple client that reads Twitter&#8217;s XML timeline.</p>
<p>Lets start with the web.config file. It was necessary to add the user data such as the Twitter username and other settings here rather than hard code each setting, making this plugin client easy to configure.</p>
<p><span id="more-21"></span></p>
<p>&nbsp;</p>
<p>We have used a separate .config file for all user configurable settings: web.settings.config.</p>
<p>In order to access this data, we have added this line of code in our web.config file:</p>
<p>web.config</p>
<pre class="brush: vbnet; gutter: true">&lt;appSettings configSource="web.settings.config" /&gt;</pre>
<p>&nbsp;</p>
<p>Our web.settings.config file includes our user configurable settings here:</p>
<p>web.settings.config</p>
<pre class="brush: xml; gutter: true">&lt;?xml version="1.0" encoding="utf-8" ?&gt;

&lt;appSettings&gt;

&lt;add key="TWITTERHTTP" value="http://twitter.com/statuses/user_timeline.xml" /&gt;

&lt;add key="TWITTERUSERNAMEURL" value="screen_name" /&gt;

&lt;add key="TWITTERUSERNAME" value="frostedblue" /&gt;

&lt;add key="TWITTERTWEETCOUNTURL" value="count" /&gt;

&lt;add key="TWITTERTWEETCOUNT" value="3" /&gt;

&lt;/appSettings&gt;</pre>
<p>&nbsp;</p>
<p>Notice the important TWITTERUSERNAME key, this is where you can enter your username.</p>
<p>The TWITTERTWEETCOUNT key controls the amount of posts you wish to display.</p>
<p>&nbsp;</p>
<p><strong>Now for the major code</strong></p>
<p>&nbsp;</p>
<p>All of our ASP.NET pages are written using the &#8220;code behind file&#8221; method. This allows us to separate the design and the code in 2 different files. A cleaner way of writing.</p>
<p>The design page only requires 1 line of code allowing you to insert to your pages with greater ease:</p>
<p>default.aspx</p>
<pre class="brush: vbnet; gutter: true">&lt;%@ Page language="VB" Codebehind="default.aspx.vb" AutoEventWireup="false" Inherits="HomePage" Src="default.aspx.vb" %&gt;

&lt;form name="TwitterPage" style="margin: 0px; padding: 0px;" runat="server"&gt;

&lt;%=SHOWTWITTERFEED() %&gt;

&lt;/form&gt;</pre>
<p>&nbsp;</p>
<p>The &lt;%=SHOWTWITTERFEED() %&gt; entry is the important one, this is the line of code to insert into your pages.</p>
<p>&nbsp;</p>
<p>The main bulk of the code sits in the default.aspx.vb file:</p>
<p>default.aspx.vb</p>
<pre class="brush: vbnet; gutter: true">Public Class HomePage

Inherits System.Web.UI.Page

' [-]

Protected Function TWITTERHTTP() As String

Return WebConfigurationManager.AppSettings("TWITTERHTTP").ToString()

End Function

Protected Function TWITTERUSERNAMEURL() As String

Return WebConfigurationManager.AppSettings("TWITTERUSERNAMEURL").ToString()

End Function

Protected Function TWITTERUSERNAME() As String

Return WebConfigurationManager.AppSettings("TWITTERUSERNAME").ToString()

End Function

Protected Function TWITTERTWEETCOUNTURL() As String

Return WebConfigurationManager.AppSettings("TWITTERTWEETCOUNTURL").ToString()

End Function

Protected Function TWITTERTWEETCOUNT() As String

Return WebConfigurationManager.AppSettings("TWITTERTWEETCOUNT").ToString()

End Function

' [-]

Protected Function XMLTWITTERFEED() As String

Dim TwitterFeedString As String ' Send This URL to TwitterTwitterFeedString = "" &amp; TWITTERHTTP() &amp; "?" &amp; TWITTERUSERNAMEURL() &amp; "=" &amp; TWITTERUSERNAME() &amp; "&amp;" &amp; TWITTERTWEETCOUNTURL() &amp; "=" &amp; TWITTERTWEETCOUNT() &amp; ""

Dim TwitterFeedUri as New Uri(TwitterFeedString)

Dim Request as HttpWebRequest = HttpWebRequest.Create(TwitterFeedUri)

Request.Method = WebRequestMethods.Http.Get

Dim Response As HttpWebResponse = Request.GetResponse()

Dim Reader As New StreamReader(Response.GetResponseStream())

Dim TwitterFeedData As String = Reader.ReadToEnd()Response.Close()

Return TwitterFeedData

End Function

' [-]

Protected Function CONVERTTWITTERFEED(TwitterXML) As String

Dim CurrentTwitterXMLFeedLocation as Integer ' Our current position in the input string

Dim TwitterXMLCount as Integer ' Our Tweet Count

Dim TwitterXMLStart As String ' Beginning position of the current feed

Dim TwitterXMLEnd As String ' Ending position of the current feed

Dim TwitterXMLLatestTweetText As String ' Latest tweet label

Dim TwitterXMLText As String ' Text we're converting to a string

Dim TwitterXMLTextOutput As String ' Return string as text

CurrentTwitterXMLFeedLocation = 1

TwitterXMLCount = 1

Do While InStr(CurrentTwitterXMLFeedLocation, TwitterXML, "&lt;text&gt;", 1) &lt;&gt; 0

TwitterXMLStart = InStr(CurrentTwitterXMLFeedLocation, TwitterXML, "&lt;text&gt;", 1)

TwitterXMLEnd = InStr(TwitterXMLStart, TwitterXML, "&lt;/text&gt;", 1)

If TwitterXMLCount = 1 Then

TwitterXMLLatestTweetText = " | Latest Tweet"ElseTwitterXMLLatestTweetText = ""

End If

If TwitterXMLEnd = 0 Then TwitterXMLEnd = Len(TwitterXML) + 1

TwitterXMLTextOutput = TwitterXMLTextOutput &amp; Mid(TwitterXML, CurrentTwitterXMLFeedLocation, TwitterXMLStart - CurrentTwitterXMLFeedLocation)

TwitterXMLText = TwitterXMLText + "" &amp; VbCrLf &amp; "&lt;div class=""TwitterFeed""&gt;&lt;font class=""TwitterText""&gt;" &amp; Mid(TwitterXML, TwitterXMLStart, TwitterXMLEnd - TwitterXMLStart) &amp; "&lt;/font&gt;&lt;/div&gt;" &amp; VbCrLf &amp; "&lt;div class=""TwitterFeed""&gt;&lt;font class=""TwitterFooterText""&gt;" &amp; TWITTERUSERNAME() &amp; "" &amp; TwitterXMLLatestTweetText &amp; "&lt;/font&gt;&lt;/div&gt;" &amp; VbCrLf &amp; "&lt;div class=""TwitterSpacer""&gt;&lt;/div&gt;"

TwitterXMLCount = TwitterXMLCount + 1

CurrentTwitterXMLFeedLocation = TwitterXMLEnd

Loop

TwitterXMLTextOutput = TwitterXMLText

Return TwitterXMLTextOutput

End Function

' [-]

Protected Function SHOWTWITTERFEED() As String

Dim ShowTwitterFeedString as String ' Feed Formatting And Layout

ShowTwitterFeedString = "&lt;div class=""TwitterClient""&gt;" &amp; VbCrLf &amp; "&lt;div class=""TwitterFeed""&gt;&lt;font class=""TwitterTitle""&gt;" &amp; TWITTERUSERNAME() &amp; " Twitter Feed&lt;/font&gt;&lt;/div&gt;" &amp; VbCrLf &amp; "&lt;div class=""TwitterFeed""&gt;&lt;font class=""TwitterSubTitle""&gt;Showing The Latest " &amp; TWITTERTWEETCOUNT() &amp; " Tweets&lt;/font&gt;&lt;/div&gt;" &amp; VbCrLf &amp; "&lt;div class=""TwitterSpacer""&gt;&lt;/div&gt;&lt;div class=""TwitterSpacerLine""&gt;&lt;/div&gt;&lt;div class=""TwitterSpacer""&gt;&lt;/div&gt;" &amp; CONVERTTWITTERFEED(XMLTWITTERFEED()) &amp; "" &amp; VbCrLf &amp; "&lt;/div&gt;"

Return ShowTwitterFeedString

End Function

' [-]

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

' [-]

' Your Code Goes Here

' [-]

End Sub

' [-]

End Class</pre>
<p>&nbsp;</p>
<p>We have separated this code into separate functions: XMLTWITTERFEED, CONVERTTWITTERFEED &amp; SHOWTWITTERFEED.</p>
<p>XMLTWITTERFEED gets the XML from Twitter.</p>
<p>CONVERTTWITTERFEED converts the data into usable strings.</p>
<p>SHOWTWITTERFEED formats the layout in order for CSS to be used.</p>
<p>&nbsp;</p>
<p>This is only a basic Twitter reader and we hope to improve on this later, maybe make in our next version, we&#8217;ll write something more in-depth and customisable but for now, this should work.</p>
<p>&nbsp;</p>
<p>Feel free to demo or download and use this example, feel free also to suggest improvements where necessary&#8230; Enjoy <img src='http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>FB.</p>
<p><a title="Simple Twitter Client Download" href="http://www.frostedbluehosting.co.uk/frostedblue-site-demos/Frostedblue-Twitter-NET-v1.zip" target="_blank"><img class="alignnone size-full wp-image-22" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/05/button-download-demo.png" alt="" width="140" height="52" /></a></p>
<p><a title="Simple Twitter Client Demo" href="http://www.frostedbluehosting.co.uk/twitterNET/" target="_blank"><img class="alignnone size-full wp-image-23" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/05/button-view-demo.png" alt="" width="140" height="52" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/simple-twitter-reader-written-in-asp-net-vb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery To Enhance Your Websites</title>
		<link>http://www.frostedbluedevelopment.co.uk/using-jquery-to-enhance-your-websites/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/using-jquery-to-enhance-your-websites/#comments</comments>
		<pubDate>Fri, 13 May 2011 15:04:22 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[jQuery Code Samples]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=15</guid>
		<description><![CDATA[<p>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animation and Ajax for rapid web development. jQuery is designed to change the way that you write JavaScript. We at Frostedblue, have had the pleasure of using it for many months now and believe its the best Javascript platform to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animation and Ajax for rapid web development. jQuery is designed to change the way that you write JavaScript. We at Frostedblue, have had the pleasure of using it for many months now and believe its the best Javascript platform to date.</strong></p>
<p>&nbsp;</p>
<p><strong>Setting Up Your Page</strong></p>
<p>This is a basic tutorial, designed to help you get started using jQuery. If you don&#8217;t have a test page setup yet, start by creating a new HTML page with the following contents:</p>
<pre class="brush: xhtml; gutter: true">&lt;!doctype html&gt;

&lt;html&gt;

&lt;head&gt;

&lt;script type="text/javascript" src="jquery.js"&gt;&lt;/script&gt;

&lt;script type="text/javascript"&gt;&lt;/script&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;/body&gt;

&lt;/html&gt;</pre>
<p>&nbsp;</p>
<p>If you don&#8217;t wish to download and store the javascript on your server or are unable to keep upto date with the latest version then you can use this other code which takes the JS file directly from Google Code&#8217;s servers. We would recommend this approach (below), it makes things easier and cuts down on your server and bandwidth load.</p>
<pre class="brush: xhtml; gutter: true">&lt;!doctype html&gt;

&lt;html&gt;

&lt;head&gt;

&lt;script src="http://www.google.com/jsapi"&gt;&lt;/script&gt;

&lt;script&gt;

// Load jQuery

google.load("jquery", "1");

&lt;/script&gt;

&lt;script type="text/javascript"&gt;&lt;/script&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;/body&gt;

&lt;/html&gt;</pre>
<p>&nbsp;</p>
<p>Remember, you can specify a version number by using this line instead: <strong>google.load(&#8220;jquery&#8221;, &#8220;1.4.2&#8243;);</strong></p>
<p>Using: <strong>google.load(&#8220;jquery&#8221;, &#8220;1&#8243;);</strong> will ensure you are upto date until version 2 is released.</p>
<p>&nbsp;</p>
<p><strong>Laying Out Your Code</strong></p>
<p>The first thing that most Javascript programmers end up doing is adding some code to their program, similar to this. jQuery has a simple statement that checks the document and waits until it&#8217;s ready to be manipulated, known as the ready event:</p>
<pre class="brush: javascript; gutter: true">$(document).ready(function(){

// Your code here

});</pre>
<p>&nbsp;</p>
<p><strong>Code Examples</strong></p>
<p>For an interactive demonstration of the basics behind jQuery, please go here:</p>
<p><a title="jQuery Website" href="http://jquery.com">jQuery</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/using-jquery-to-enhance-your-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Clone Your Mac Hard Drive</title>
		<link>http://www.frostedbluedevelopment.co.uk/how-to-clone-your-mac-hard-drive/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/how-to-clone-your-mac-hard-drive/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 17:34:49 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=80</guid>
		<description><![CDATA[<p>This guide will take you through the (step by step) process of cloning your Apple Macintosh Hard Drive. Why would you want to clone your drive i hear you ask? Well, when upgrading your hard drive of course. If you’ve got lots and lots of data or apps that you simply cannot do without, or [...]]]></description>
			<content:encoded><![CDATA[<p>This guide will take you through the (step by step) process of cloning your Apple Macintosh Hard Drive. Why would you want to clone your drive i hear you ask? Well, when upgrading your hard drive of course. If you’ve got lots and lots of data or apps that you simply cannot do without, or reinstall, cloning is your answer. Heres how&#8230;</p>
<p><span id="more-80"></span></p>
<p>What you will need:</p>
<ul>
<li>1 x New hard drive (Make sure it is compatible with your Mac)</li>
<li>1 x Hard drive enclosure (Compatible with Mac &amp; PC)</li>
<li>1 x Copy of Carbon Copy Cloner for Mac (It’s free but would recommend you donate)</li>
<li> A couple of hours to spare, depending on your current hard drive size.</li>
</ul>
<p>&nbsp;</p>
<p>1, Add Drive To Hard Drive Enclosure</p>
<p>This should be a straight forward task and one that should be fully documented, supplied with the hardware.</p>
<p>&nbsp;</p>
<p>2, Connect Hard Drive Enclosure To Mac</p>
<p>Boot up your Mac and open up Disk Utility, this can be found in Applications &gt; Utilities. Connect your newly fitted Hard drive enclosure to your Mac, via USB. Switch on the enclosure and your Mac should detect a new disk and display this message: The disk you inserted was not readable by this computer.</p>
<p>&nbsp;</p>
<p>Click “Initialize&#8230;”</p>
<p><img class="alignnone size-full wp-image-83" title="how-to-clone-your-mac-hard-drive (1)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-1.jpg" alt="" width="600" height="517" /></p>
<p>3, Rename Your Primary Macintosh HD</p>
<p>Remember, you are creating a clone of your main OSX drive. This will usually be the “Macintosh HD”.</p>
<p>It is far easier to rename your HD if it is located upon your desktop (if no HD icons are showing then don’t worry, open “Finder”, goto Finders Preferences and add all HD’s as desktop items).</p>
<p>On your desktop, click on your “Macintosh HD” icon twice, not to open it but to rename it, just like you would a file. Now rename it to “Macintosh HD OLD”.</p>
<p><img class="alignnone size-full wp-image-84" title="how-to-clone-your-mac-hard-drive (2)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-2.jpg" alt="" width="600" height="326" /></p>
<p>You may have noticed that on the example above, there are more than one HD drives. This is because they have been partitioned. One drive split up into many. This guide will only be covering your main OSX HD drive as most Mac hard drive’s come unpartitioned from factory.</p>
<p>&nbsp;</p>
<p>4, Formatting Your NEW Drive</p>
<p>In “Disk Utility” click, in the left pane, your NEW hard drive icon (The orange icon) and click on “Erase” in the top bar.</p>
<p><img class="alignnone size-full wp-image-85" title="how-to-clone-your-mac-hard-drive (3)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-3.jpg" alt="" width="600" height="515" /></p>
<p>MAKE SURE YOU ARE SELECTING THE NEW UNFORMATTED HARD DRIVE AND NOT YOUR CURRENT SYSTEM HD TO AVOID DATA LOSS</p>
<p>Under “Name:” enter “Macintosh HD NEW” and select “Mac OS Extended (Journaled)” in the drop down menu. Double check that you are NOT going to be formatting/wiping your existing HD before clicking “Erase”.</p>
<p><img class="alignnone size-full wp-image-86" title="how-to-clone-your-mac-hard-drive (4)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-4.jpg" alt="" width="600" height="515" /></p>
<p>When Finished:</p>
<p><img class="alignnone size-full wp-image-87" title="how-to-clone-your-mac-hard-drive (5)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-5.jpg" alt="" width="600" height="511" /></p>
<p>Your Mac will ask you if you wish to use the new, freshly formatted drive, in the enclosure as a “Time Machine” drive (Apple’s backup service). Click “Don’t use”. You should now close “Disk Utility”.</p>
<p>&nbsp;</p>
<p>5, Clone Your Drive</p>
<p>Open up “Carbon Copy Cloner”, we’re using v3.</p>
<p><img class="alignnone size-full wp-image-88" title="how-to-clone-your-mac-hard-drive (6)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-6.jpg" alt="" width="600" height="500" /></p>
<p>Now select, as your SOURCE DISK, your old existing “Macintosh HD OLD” and your new “Macintosh HD NEW” as your TARGET DISK.</p>
<p><img class="alignnone size-full wp-image-89" title="how-to-clone-your-mac-hard-drive (7)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-7.jpg" alt="" width="600" height="506" /></p>
<p>Select “Cloning Options” as “Backup Everything”.</p>
<p>Once you’re set, click “Clone”. It will most likely ask you for your password. Enter this in correctly then press “OK”.</p>
<p><img class="alignnone size-full wp-image-90" title="how-to-clone-your-mac-hard-drive (8)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-8.jpg" alt="" width="600" height="513" /></p>
<p>Your cloning process will now start. This WILL take hours so go away, leave the Mac be and return, to check it, every 30 mins.</p>
<p><img class="alignnone size-full wp-image-91" title="how-to-clone-your-mac-hard-drive (9)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-9.jpg" alt="" width="600" height="507" /></p>
<p>After many hours (This will vary dependent on size) your cloning process will be complete. Close “Carbon Copy Cloner” and go back to your Desktop.</p>
<p>&nbsp;</p>
<p>6, Rename Your New Macintosh HD</p>
<p>Hopefully you will now have your “Macintosh HD OLD” and “Macintosh HD NEW” drives located on the desktop, if you have not, open Finder &gt; Preferences and check “External Disks”.</p>
<p>&nbsp;</p>
<p>IMPORTANT STEP:</p>
<p>Rename your NEW HD to “Macintosh HD” as this is going to be your master hard drive. Failure to rename could result in problems when booting from it.</p>
<p>If you “Get Info” on both disks, you may notice that both HD’s will give different “Used: On Disk” figures. This should be OK. CCC only copies the files that are most necessary. Your Mac should run perfectly fine with all of your personal data intact.</p>
<p><img class="alignnone size-full wp-image-92" title="how-to-clone-your-mac-hard-drive (10)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-10.jpg" alt="" width="498" height="600" /></p>
<p>&nbsp;</p>
<p>7, Booting Up Your Mac From Your NEW HD</p>
<p>This i must confess is a great feature for us system builders and techie people. “Start Up Disk” under “System Preferences” allows you to choose which disk that you wish to boot from <img src='http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, we can boot from the NEW HD without even picking up a screw driver. This way we can thoroughly test our copied drive and be sure that all is well.</p>
<p>Select your NEW HD and click “Restart”, your Mac will now boot from your enclosure via USB (OOSB).</p>
<p><img class="alignnone size-full wp-image-93" title="how-to-clone-your-mac-hard-drive (11)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-clone-your-mac-hard-drive-11.jpg" alt="" width="600" height="370" /></p>
<p>Job Done. This drive is now ready to be installed, and it just so happens that we have a couple of guides on how to do just that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/how-to-clone-your-mac-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install A New Hard Drive In A 24” Aluminium iMac</title>
		<link>http://www.frostedbluedevelopment.co.uk/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 19:15:30 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=174</guid>
		<description><![CDATA[<p>This guide will take you through the (step by step) process of replacing your iMac 24” hard drive. This can be necessary when you frequently run out of space or have a hardware failure. Heres how&#8230;</p> <p></p> <p>&#160;</p> <p>What you will need:</p>  1 x New hard drive. (Make sure it is compatible with your Mac) [...]]]></description>
			<content:encoded><![CDATA[<p>This guide will take you through the (step by step) process of replacing your iMac 24” hard drive. This can be necessary when you frequently run out of space or have a hardware failure. Heres how&#8230;</p>
<p><span id="more-174"></span></p>
<p>&nbsp;</p>
<p>What you will need:</p>
<ul>
<li> 1 x New hard drive. (Make sure it is compatible with your Mac)</li>
<li><span style="color: #888888;">Intel Alu iMacs usually take SATA 300 Drives. (We are using a Seagate Barracuda 1.5Tb)</span></li>
<li>1 x Set of small TORX screwdrivers (T10 to T2)</li>
<li> 1 x Suction cup, like a SATNAV window cup.</li>
<li> 1 x ESD wrist strap (MUST HAVE, these protect your components from you and static electricity, must be worn at all times)</li>
</ul>
<p>Time To Do: 50mins</p>
<p>&nbsp;</p>
<p>PLEASE NOTE:</p>
<p>Doing this may invalidate any remaining warranty left on your iMac, if you have taken out AppleCare Extended Warranty then this option may not be right for you.</p>
<p>That said, there doesn’t appear to be any warranty stickers where we are going so the choice is yours <img src='http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>1, Remove The iMac Glass Screen Front</p>
<p>This may sound a little tricky but in fact its straight forward. Use your suction cup against the top right hand of the screen and secure without overlapping the edge. You could also moisten the cup to provide a better seal but cleaning will be required after!</p>
<p><img class="alignnone size-full wp-image-178" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (1)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-1.jpg" alt="" width="600" height="401" /></p>
<p>Pull suction cup slowly out from one side. The glass should pop straight out. It is held in place by magnets and metal positioning spikes. continue to remove the glass at place in a safe compartment out of the way, you do not wish to break it.</p>
<p><img class="alignnone size-full wp-image-179" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (2)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-2.jpg" alt="" width="600" height="401" /></p>
<p>&nbsp;</p>
<p>2, Remove The Aluminium Surround</p>
<p>Behind where the glass sits, there are 12 Torx screws which need to be removed. Remove these screws and place on a mat, these screws are different lengths so try to remember where they came from.</p>
<p>This diagram shows the correct layout:</p>
<p><img class="alignnone size-full wp-image-180" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (3)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-3.jpg" alt="" width="600" height="401" /></p>
<p>Next remove the bottom plate, where the RAM is situated (This is at the bottom of the iMac screen). Use a cross headed screw driver to do this by removing the one lone screw and pulling the Alu panel out.</p>
<p><img class="alignnone size-full wp-image-181" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (4)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-4.jpg" alt="" width="600" height="401" /></p>
<p>Now its time to remove the Alu front facia. Make sure you have hold of it and that it doesn’t slip and damage anything. Pull out the top of the facia slowly about 1 inch, you should notice the iSight Camera is connected to this facia. Carefully disconnect and continue to remove the Alu facia. This should now detach easily.</p>
<p><img class="alignnone size-full wp-image-182" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (5)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-5.jpg" alt="" width="600" height="436" /></p>
<p><img class="alignnone size-full wp-image-183" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (6)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-6.jpg" alt="" width="600" height="401" /></p>
<p>Your iMac should now look like this:</p>
<p><img class="alignnone size-full wp-image-184" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (7)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-7.jpg" alt="" width="600" height="451" /></p>
<p>&nbsp;</p>
<p>3, Removing The LCD Screen</p>
<p>Start off by unplugging the cables connected to the screen. These can be identified using the images below:</p>
<p><img class="alignnone size-full wp-image-185" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (8)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-8.jpg" alt="" width="600" height="401" /></p>
<p><img class="alignnone size-full wp-image-186" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (9)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-9.jpg" alt="" width="600" height="401" /></p>
<p>Be sure to remove the 2 Torx screws securing one of the connectors, they are smaller than the other Torx screws. Which is why a set is very usefull!</p>
<p><img class="alignnone size-full wp-image-187" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (10)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-10.jpg" alt="" width="600" height="401" /></p>
<p>Now remove the 4 Torx screws on each side of the LCD screen, luckily they are all the same size, unlike the Alu facia.</p>
<p><img class="alignnone size-full wp-image-188" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (11)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-11.jpg" alt="" width="600" height="452" /></p>
<p>Lift up the left hand side of the screen, carefully, and observer the cable connected to the underside of the LCD panel.</p>
<p><img class="alignnone size-full wp-image-189" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (12)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-12.jpg" alt="" width="600" height="401" /></p>
<p>The last cable is covered over by a sticky black piece of plastic, peel this back and remove the cable.</p>
<p><img class="alignnone size-full wp-image-190" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (13)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-13.jpg" alt="" width="600" height="401" /></p>
<p>Lift off the screen away from the rest of the iMac. Store in in a safe place as your wouldn’t want to break it. Your iMac will now look this:</p>
<p><img class="alignnone size-full wp-image-191" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (14)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-14.jpg" alt="" width="600" height="401" /></p>
<p>&nbsp;</p>
<p>4, Removing The Hard Drive</p>
<p>You should notice the hard disk near the top of the iMac, this is what you are going to replace. Looking closely and you will notice some sticky foam on it. This is the hard drive heat sensor. Remove this foam and prize off the plastic heat sensor casing.</p>
<p>&nbsp;</p>
<p>PLEASE NOTE:</p>
<p>The heat sensor has a flat side, make sure when refitting to place the flat side against the new disk. The last thing you want to do is to refit everything to find the heat sensor is incorrectly fitted.</p>
<p><img class="alignnone size-full wp-image-192" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (15)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-15.jpg" alt="" width="600" height="401" /></p>
<p><img class="alignnone size-full wp-image-193" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (16)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-16.jpg" alt="" width="600" height="401" /></p>
<p>Now remove the 2 Torx screws, on the HD located top side. If you run into trouble with the left screw, remove the iSight camera as it may obstruct access.</p>
<p><img class="alignnone size-full wp-image-194" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (17)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-17.jpg" alt="" width="600" height="401" /></p>
<p>Pull out the HD top first and place on the desktop. We will need the metal grommet screws.</p>
<p><img class="alignnone size-full wp-image-195" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (18)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-18.jpg" alt="" width="600" height="401" /></p>
<p><img class="alignnone size-full wp-image-196" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (19)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-19.jpg" alt="" width="600" height="401" /></p>
<p>Fit the grommet screws onto the new HD and refit into the housing. Screw back in and, if you had to remove the iSight camera, refit.</p>
<p>&nbsp;</p>
<p>5, Refitting Your iMac</p>
<p>Be sure to look for a flat area on your new HD and reattach the heat sensor. Fit it correctly, its important.</p>
<p><img class="alignnone size-full wp-image-197" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (20)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-20.jpg" alt="" width="600" height="401" /></p>
<p>Refit your screen and ensure that all cables have been reconnected. The LCD screen cable underneath the LCD panel has sticky plastic that must be restuck.</p>
<p><img class="alignnone size-full wp-image-198" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (21)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-21.jpg" alt="" width="600" height="401" /></p>
<p><img class="alignnone size-full wp-image-199" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (22)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-22.jpg" alt="" width="600" height="401" /></p>
<p><img class="alignnone size-full wp-image-200" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (23)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-23.jpg" alt="" width="600" height="401" /></p>
<p>Now refit the Alu Facia by fitting and holding the bottom first then slowly push the top almost into place.</p>
<p><img class="alignnone size-full wp-image-201" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (24)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-24.jpg" alt="" width="600" height="401" /></p>
<p>Whilst holding, you don’t want it to slip, try to attach the iSight connector to the facia connector. Then push back to until seated correctly in place. Be careful of the iSight cable, don’t get it caught against the metal casing.</p>
<p><img class="alignnone size-full wp-image-202" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (25)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-25.jpg" alt="" width="600" height="401" /></p>
<p><img class="alignnone size-full wp-image-203" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (26)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-26.jpg" alt="" width="600" height="401" /></p>
<p>Finally place the glass carefully and there you have it!!!</p>
<p><img class="alignnone size-full wp-image-204" title="how-to-install-a-new-hard-drive-in-a-24-aluminium-imac (27)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac-27.jpg" alt="" width="600" height="452" /></p>
<p>&nbsp;</p>
<p>PLEASE NOTE:</p>
<p>When booting for the first time, hold down “D” on the keyboard. This should force your iMac to boot from the internal HD.</p>
<p>Once booted, check your startup disk under “System Preferences”.</p>
<p>If you are interested in doing this, checkout out HD cloning guide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/how-to-install-a-new-hard-drive-in-a-24-aluminium-imac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESXi v4+ Configuration Setup</title>
		<link>http://www.frostedbluedevelopment.co.uk/vmware-esxi-v4-configuration-setup/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/vmware-esxi-v4-configuration-setup/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:52:35 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=156</guid>
		<description><![CDATA[<p>Hopefully, if you followed our previous setup guide, you would now have a fresh install of VMware’s ESXi v4.0. Either on a VMware Fusion created VM or on a physical server of your choice depending on hardware compatibility. Now we will run through the next stage of the setup.</p> <p></p> <p>&#160;</p> <p>1.0 Setup A Root [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully, if you followed our previous setup guide, you would now have a fresh install of VMware’s ESXi v4.0. Either on a VMware Fusion created VM or on a physical server of your choice depending on hardware compatibility. Now we will run through the next stage of the setup.</p>
<p><span id="more-156"></span></p>
<p>&nbsp;</p>
<p><strong>1.0 Setup A Root Password</strong></p>
<p>This will be a password that will allow you the user to administer this ESXi box internally or externally via VMware’s Infrastructure Manager / vSphere (vi) Client. This will also secure it from any unauthorized access.</p>
<p>First off, boot up your ESXi box and await the home screen. Once booted, press “F2”.</p>
<p><img class="alignnone size-full wp-image-158" title="vmware-esxi-v4-0-configuration-setup (1)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-1.jpg" alt="" width="600" height="333" /></p>
<p>Select “Configure Password” and press “Enter”.</p>
<p><img class="alignnone size-full wp-image-159" title="vmware-esxi-v4-0-configuration-setup (2)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-2.jpg" alt="" width="600" height="334" /></p>
<p>Enter your chosen new password, and confirm it, then press “Enter”.</p>
<p>Please be sure to create a very strong password using a combination of special characters, capital letters, lower case letters and numbers. This password will rarely get changed so it will need to be strong.</p>
<p>Visit here for more information regarding password strength:</p>
<p><a title="Microsoft Password Checker" href="https://www.microsoft.com/security/pc-security/password-checker.aspx">Click Here For Link</a></p>
<p><img class="alignnone size-full wp-image-160" title="vmware-esxi-v4-0-configuration-setup (3)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-3.jpg" alt="" width="600" height="333" /></p>
<p>&nbsp;</p>
<p><strong>2.0 Network Configuration</strong></p>
<p>Move down to “Configure Management Network” and press “Enter”.</p>
<p><img class="alignnone size-full wp-image-161" title="vmware-esxi-v4-0-configuration-setup (4)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-4.jpg" alt="" width="600" height="333" /></p>
<p>Select “IP Configuration” and press “Enter.</p>
<p><img class="alignnone size-full wp-image-162" title="vmware-esxi-v4-0-configuration-setup (5)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-5.jpg" alt="" width="600" height="332" /></p>
<p>Cursor down once to highlight “Set static IP add&#8230;..” and press the “Space Bar” to select it. This will allow you to manually configure a Static IP, Subnet &amp; Gateway.</p>
<p><img class="alignnone size-full wp-image-163" title="vmware-esxi-v4-0-configuration-setup (6)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-6.jpg" alt="" width="600" height="333" /></p>
<p>Always configure your ESXi box with a static IP so that you can connect to it (remotely) at a later stage. DHCP issued IP configurations often change when the lease is renewed. If you are unaware of these details, contact your system administrator or retrieve these details from your router.</p>
<p>Enter the required details and press “Enter” when finished!</p>
<p><img class="alignnone size-full wp-image-164" title="vmware-esxi-v4-0-configuration-setup (7)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-7.jpg" alt="" width="600" height="332" /></p>
<p>Now configure your DNS settings under “DNS Configuration”.</p>
<p><img class="alignnone size-full wp-image-165" title="vmware-esxi-v4-0-configuration-setup (8)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-8.jpg" alt="" width="600" height="332" /></p>
<p>Enter these details where applicable, if you are running a single DNS server (or router) then only enter a Primary DNS Server.</p>
<p>Having a Hostname entry is not mandatory and it will work fine without one. Only fill this out if you are running a Domain. This address here in the image is a fake one but it will give you an idea.</p>
<p>(ESXi MACHINE NAME . DOMAIN)</p>
<p>Once done, press “Enter”.</p>
<p><img class="alignnone size-full wp-image-166" title="vmware-esxi-v4-0-configuration-setup (9)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-9.jpg" alt="" width="600" height="334" /></p>
<p>Press “Esc” button to Exit.</p>
<p><img class="alignnone size-full wp-image-167" title="vmware-esxi-v4-0-configuration-setup (10)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-10.jpg" alt="" width="600" height="332" /></p>
<p>It will ask you to reset the network settings, press “Y”.</p>
<p><img class="alignnone size-full wp-image-168" title="vmware-esxi-v4-0-configuration-setup (11)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-11.jpg" alt="" width="600" height="334" /></p>
<p>Configuration is complete, you can now press “Esc” and log out.</p>
<p>Leave it in this state as you are now ready to setup your VMware vSphere Client to manage your newly configured ESXi box.</p>
<p><img class="alignnone size-full wp-image-169" title="vmware-esxi-v4-0-configuration-setup (12)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-configuration-setup-12.jpg" alt="" width="600" height="333" /></p>
<p>Your box should now run quietly in the corner without any more hassle. Now for an OS&#8230;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/vmware-esxi-v4-configuration-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESXi v4+ Install Guide on VMware Fusion v3+ or Physical Server</title>
		<link>http://www.frostedbluedevelopment.co.uk/vmware-esxi-v4-install-guide-on-vmware-fusion-v3-or-physical-server/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/vmware-esxi-v4-install-guide-on-vmware-fusion-v3-or-physical-server/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 18:11:50 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=96</guid>
		<description><![CDATA[<p>This guide demonstrates a fresh install of VMware ESXi v4.0 on a VMware Fusion v3 platform on an Apple Mac running Snow Leopard. The same principles can be taken with later versions. The same principles can be applied for an install on a Physical Hardware Server such as an HP Proliant G5 or a Dell [...]]]></description>
			<content:encoded><![CDATA[<p>This guide demonstrates a fresh install of VMware ESXi v4.0 on a VMware Fusion v3 platform on an Apple Mac running Snow Leopard. The same principles can be taken with later versions. The same principles can be applied for an install on a Physical Hardware Server such as an HP Proliant G5 or a Dell 2900PE III. Both of which are suitable hardware configurations to run ESXi.</p>
<p><span id="more-96"></span></p>
<p>&nbsp;</p>
<p>Requirements:</p>
<p>(If Installing On VMware Fusion v3)</p>
<ul>
<li>Most Intel Macs with compatible CPU’s that allow Virtualization:</li>
<li>Macbook Alu 2008+</li>
<li>Macbook Pro 2008+</li>
<li>Mac Pro 2008+</li>
<li>iMac 2008+</li>
<li>2Gb+ Ram (ESXi requires at least 2Gb to install)</li>
<li>VMware ESXi v4.0 ISO</li>
</ul>
<p>&nbsp;</p>
<p>(If Installing On A Physical Server)</p>
<ul>
<li>A suitable hardware configuration</li>
<li>2Gb+ Ram (ESXi requires at least 2Gb to install)</li>
<li>VMware ESXi v4.0 ISO burned to a CD</li>
</ul>
<p>&nbsp;</p>
<p>IMPORTANT! When using physical servers, Virtualization Technology must first be enabled in the BIOS. Some hard disk controllers can be difficult to detect by the ESXi installer, but inserting a USB Memory Stick can bypass this. ESXi only has a footprint of approx. 32Mb so is very small and will fit on most Sticks. Once installed, it should detect your original hard drive and use it for your VMs.</p>
<p>&nbsp;</p>
<p>Recommended Servers: (Tested)</p>
<ul>
<li>Dell 2900PE III: Intel Quad core, 4Gb+ RAM, 480Gb RAID 5, Redundant PSU (£2000-2500)</li>
<li>HP Proliant G5 + 1Gb USB Stick + 4Gb EEC DDR2 Upgrade: AMD Quad core, 160Gb SATA, Single PSU (£250-£300)</li>
</ul>
<p>&nbsp;</p>
<p>1.0 Initial Configuration</p>
<p>&nbsp;</p>
<p>(If Installing On VMware Fusion v3)</p>
<p>In VMware Fusion, create a new virtual machine.</p>
<p><img class="alignnone size-full wp-image-120" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (1)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-1.jpg" alt="" width="600" height="383" /></p>
<p>Click continue without a disk.</p>
<p><img class="alignnone size-full wp-image-121" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (2)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-2.jpg" alt="" width="600" height="435" /></p>
<p>Download your free copy of VMware ESXi from VMware’s website and be sure register for your free serial key. This is important as without it, your ESXi server will be limited to 60 days use.</p>
<p>Make sure you download the Installable version that comes as an ISO file for burning to CD. Luckily, no burning is required. Simply select you disk image from here:</p>
<p><img class="alignnone size-full wp-image-122" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (3)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-3.jpg" alt="" width="600" height="434" /></p>
<p>Choose you OS, VMware auto selects.</p>
<p><img class="alignnone size-full wp-image-123" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (4)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-4.jpg" alt="" width="600" height="435" /></p>
<p>Finish</p>
<p><img class="alignnone size-full wp-image-124" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (5)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-5.jpg" alt="" width="600" height="434" /></p>
<p>Now save your Virtual Machine to a safe place on your local machine, because of its potential size, it would be best placed on its own partition if your HD drive has been split this way!</p>
<p><img class="alignnone size-full wp-image-125" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (6)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-6.jpg" alt="" width="600" height="435" /></p>
<p>Now run your VM</p>
<p>&nbsp;</p>
<p>(If Installing On A Physical Server)</p>
<p>Download your free copy of VMware ESXi from VMware’s website and be sure register for your free serial key. This is important as without it, your ESXi server will be limited to 60 days use.</p>
<p>Make sure you download the Installable version that comes as an ISO file for burning to CD. You WILL need to burn this to CD first in order for your server to install.</p>
<p>Plug in your USB Stick, some servers have an internal USB socket and carefully upgrade your servers internal RAM (if necessary). Be sure to use an ESD Strap.</p>
<p>Place your CD in your drive and boot up your server.</p>
<p>Be sure to select the boot menu and boot from CD.</p>
<p>&nbsp;</p>
<p>2.0 Installation</p>
<p>&nbsp;</p>
<p>Once your system have booted from the ESXi CD/CD image then your screen should look like this:</p>
<p><img class="alignnone size-full wp-image-126" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (7)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-7.jpg" alt="" width="600" height="333" /></p>
<p>Select ESXi Installer and wait&#8230;..</p>
<p><img class="alignnone size-full wp-image-127" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (8)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-8.jpg" alt="" width="600" height="333" /></p>
<p><img class="alignnone size-full wp-image-128" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (9)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-9.jpg" alt="" width="600" height="332" /></p>
<p><img class="alignnone size-full wp-image-129" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (10)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-10.jpg" alt="" width="600" height="333" /></p>
<p>This message may pop up on the Mac VMware Fusion install, enter password to continue.</p>
<p><img class="alignnone size-full wp-image-130" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (11)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-11.jpg" alt="" width="600" height="333" /></p>
<p>Now, press “Enter” to install.</p>
<p><img class="alignnone size-full wp-image-131" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (12)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-12.jpg" alt="" width="600" height="332" /></p>
<p>Press “F11” to accept the terms and continue.</p>
<p><img class="alignnone size-full wp-image-132" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (13)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-13.jpg" alt="" width="600" height="332" /></p>
<p>If using VMware Fusion, use “Send Key” located in the menu to send an F11 command.</p>
<p><img class="alignnone size-full wp-image-133" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (14)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-14.jpg" alt="" width="600" height="337" /></p>
<p>Now, choose your installation path. PLEASE NOTE, if installing on a Physical Server, you may run into difficulties with this section if you RAID or IDE controllers are not compatible. ESXi seems to be quite picky. This is where using a USB Stick will come in handy.</p>
<p>Choose your install path and hit “Enter”.</p>
<p>If you are unable to continue, if a message displays relating to non compatibility, you may need to do some further research to find a resolution/work around. Remember, GOOGLE is your friend.</p>
<p><img class="alignnone size-full wp-image-134" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (15)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-15.jpg" alt="" width="600" height="333" /></p>
<p>“F11” To confirm the install and wait&#8230;..</p>
<p><img class="alignnone size-full wp-image-135" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (16)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-16.jpg" alt="" width="600" height="336" /></p>
<p><img class="alignnone size-full wp-image-136" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (17)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-17.jpg" alt="" width="600" height="333" /></p>
<p>Installation is now complete.</p>
<p><img class="alignnone size-full wp-image-137" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (18)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-18.jpg" alt="" width="600" height="333" /></p>
<p>Finally, remove CD/CD image and reboot.</p>
<p><img class="alignnone size-full wp-image-138" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (19)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-19.jpg" alt="" width="600" height="487" /></p>
<p><img class="alignnone size-full wp-image-139" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (20)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-20.jpg" alt="" width="600" height="333" /></p>
<p><img class="alignnone size-full wp-image-140" title="vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3 (21)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/vmware-esxi-v4-0-install-guide-on-vmware-fusion-v3-21.jpg" alt="" width="600" height="333" /></p>
<p>In our next VMware ESXi post, we will be configuring ESXi for use in a network.</p>
<p>Thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/vmware-esxi-v4-install-guide-on-vmware-fusion-v3-or-physical-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Microsoft Windows 7</title>
		<link>http://www.frostedbluedevelopment.co.uk/installing-microsoft-windows-7/</link>
		<comments>http://www.frostedbluedevelopment.co.uk/installing-microsoft-windows-7/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:54:26 +0000</pubDate>
		<dc:creator>Frostedblue</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.frostedbluedevelopment.co.uk/?p=43</guid>
		<description><![CDATA[<p>This is a quick guide to get you started with Windows 7. This guide is aimed for new PC users and users that have less experience with installing and setting up operating systems.</p> <p></p> <p>First things first, before any install, you must cover the basics (when upgrading).</p> <p>&#160;</p> 1, Backup all personal files and folders [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide to get you started with Windows 7. This guide is aimed for new PC users and users that have less experience with installing and setting up operating systems.</p>
<p><span id="more-43"></span></p>
<p>First things first, before any install, you must cover the basics (when upgrading).</p>
<p>&nbsp;</p>
<ul>
<li>1, Backup all personal files and folders</li>
<li>2, Save all internet favourites</li>
<li>3, Backup iTunes folder or other music folder</li>
<li>4, Backup all your photos</li>
<li><span style="color: #888888;">Tip! Purchasing a USB hard drive can be an easy way to do this. The cost can vary from £50 upwards and would be a useful addition for future backups.</span></li>
<li>5, Find out how to boot a PC from a CD/DVD first (Most PC’s will but some will be different) This involves watching your PC’s screen during boot up and looking out for “F12 Key For Boot Menu” or words to that effect</li>
<li><span style="color: #888888;">If you are installing Windows 7 on a new PC, step 5 should only apply.</span></li>
</ul>
<p>&nbsp;</p>
<p>So, make sure you have your Windows CD/DVD in the drive, your Windows 7 Serial Key, your backed up files on a USB HD and a spare 30-45 minutes.</p>
<p>&nbsp;</p>
<p><strong>Stage 1 &#8211; Getting Started</strong></p>
<p>&nbsp;</p>
<p>Turn on your PC and await your screen to flash up with information. Keep a look out for the following messages:</p>
<p>“Press Any Key To Boot From CD/DVD Drive”</p>
<p>“F12 For Boot Menu”</p>
<p>&nbsp;</p>
<p>Do Not press any keys that suggest entering setup or BOIS (Binary Input Output System) as a change in your BOIS could result in minor issues that would need to be resolved by a technician.</p>
<p>&nbsp;</p>
<p>If a “Press Any Key To Boot From CD/DVD Drive” message pops up first, do this then wait, an install window should appear. If a F12 message appears, a small boot menu should pop up. Select CD ROM Drive, hit enter and hopefully the “Press Any Key&#8230;&#8230;” should then appear. Follow Instructions previously mentioned.</p>
<p><img class="alignnone size-full wp-image-46" title="installing-microsoft-windows-7 (1)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-1.jpg" alt="" width="600" height="448" /></p>
<p><img class="alignnone size-full wp-image-47" title="installing-microsoft-windows-7 (2)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-2.jpg" alt="" width="600" height="449" /></p>
<p>After a short while, a language selection window will appear. If none of these windows show up or your machine boots up in to an older copy of windows or you get a message concerning boot loaders etc. (New builds) then one of the steps above did not work. Simply shut down your PC, restart it making sure that your install disk is located in the drive and follow the steps under “Stage 1 &#8211; Getting Started”.</p>
<p>&nbsp;</p>
<p>Now, choose your Language, Time/Currency Format &amp; Keyboard Method. Ours listed is English and United Kingdom. Click Next.</p>
<p><img class="alignnone size-full wp-image-48" title="installing-microsoft-windows-7 (3)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-3.jpg" alt="" width="600" height="449" /></p>
<p>Click Install Now (Self Explanatory Really).</p>
<p><img class="alignnone size-full wp-image-49" title="installing-microsoft-windows-7 (4)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-4.jpg" alt="" width="600" height="448" /></p>
<p>Next up, The dreaded terms and conditions! WOOT</p>
<p>Read them if you want, then check “I Accept&#8230;” then click Next.</p>
<p><img class="alignnone size-full wp-image-50" title="installing-microsoft-windows-7 (5)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-5.jpg" alt="" width="600" height="448" /></p>
<p>This next part may confuse some less technically inept but i would recommend this process as the best way to get a fresh, clean, fault free version of Windows 7. Running an upgrade may be a little easier (It often keeps software and personal files intact) but will break some applications and will cause headaches.</p>
<p>&nbsp;</p>
<p>As you should always keep a backup of your files, reloading and reinstalling shouldn’t be to much trouble.</p>
<p>&nbsp;</p>
<p>So, choose Custom (advanced)</p>
<p><img class="alignnone size-full wp-image-51" title="installing-microsoft-windows-7 (6)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-6.jpg" alt="" width="600" height="449" /></p>
<p>Next, look at the list of partitions on your hard drive. On this example, we have a new install and a new “Unformatted” disk. Notice the total size and free space is identical.</p>
<p>&nbsp;</p>
<p>Skip this process if you are installing on a previous version of operating system (OS).</p>
<p>Select the disk from the list that you wish to install Windows 7 on, then click New.</p>
<p>&nbsp;</p>
<p>Another this worth noting is that some prebuilt PC’s from the likes of Dell &amp; IBM have multiple partitions, meaning that your drive is split up into smaller drives. Look out for drives in this list that are small, around 2GB. Make sure that these are not selected to install your copy of Windows as they are too small. Work your way down the list until the first drive is over 12GB in total size and choose this one. This will have probably been your original C:\ Windows drive.</p>
<p><img class="alignnone size-full wp-image-52" title="installing-microsoft-windows-7 (7)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-7.jpg" alt="" width="600" height="448" /></p>
<p>When clicking New, choose the size of your new partition, defaults to the largest setting, then click Apply</p>
<p><img class="alignnone size-full wp-image-53" title="installing-microsoft-windows-7 (8)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-8.jpg" alt="" width="600" height="448" /></p>
<p>Now you can click Format. Please Note that this is a new build example, if you are installing on a previously used drive, you can skip the New Partition section and click Format, Once your install drive is selected.</p>
<p><img class="alignnone size-full wp-image-54" title="installing-microsoft-windows-7 (9)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-9.jpg" alt="" width="600" height="449" /></p>
<p>&nbsp;</p>
<p><strong>Stage 2 &#8211; Installing</strong></p>
<p>&nbsp;</p>
<p>Let the install begin&#8230;</p>
<p><img class="alignnone size-full wp-image-55" title="installing-microsoft-windows-7 (10)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-10.jpg" alt="" width="600" height="449" /></p>
<p><img class="alignnone size-full wp-image-56" title="installing-microsoft-windows-7 (11)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-11.jpg" alt="" width="600" height="449" /></p>
<p>Reboot</p>
<p><img class="alignnone size-full wp-image-57" title="installing-microsoft-windows-7 (12)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-12.jpg" alt="" width="600" height="449" /></p>
<p><img class="alignnone size-full wp-image-58" title="installing-microsoft-windows-7 (13)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-13.jpg" alt="" width="600" height="449" /></p>
<p><img class="alignnone size-full wp-image-59" title="installing-microsoft-windows-7 (14)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-14.jpg" alt="" width="600" height="449" /></p>
<p><img class="alignnone size-full wp-image-60" title="installing-microsoft-windows-7 (15)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-15.jpg" alt="" width="600" height="447" /></p>
<p>Now, the final straight. Enter your new username. Enter your PC network name then click Next</p>
<p><img class="alignnone size-full wp-image-61" title="installing-microsoft-windows-7 (16)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-16.jpg" alt="" width="600" height="448" /></p>
<p>Enter a Password (Twice) and a password hint (Hints are not optional like they used to be, fill this in)</p>
<p><img class="alignnone size-full wp-image-62" title="installing-microsoft-windows-7 (17)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-17.jpg" alt="" width="600" height="449" /></p>
<p>Enter your CD/DVD Key, make sure you uncheck “Automatically Activate Win&#8230;”. You will want all the time in the world to configure your drivers and or software. It give you 30 days grace in the meantime.</p>
<p>Click Next</p>
<p><img class="alignnone size-full wp-image-63" title="installing-microsoft-windows-7 (18)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-18.jpg" alt="" width="600" height="449" /></p>
<p>Use recommended settings.</p>
<p><img class="alignnone size-full wp-image-64" title="installing-microsoft-windows-7 (19)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-19.jpg" alt="" width="600" height="449" /></p>
<p>Time and date should be correct, they usually are, but check anyway. Click Next.</p>
<p><img class="alignnone size-full wp-image-65" title="installing-microsoft-windows-7 (20)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-20.jpg" alt="" width="600" height="448" /></p>
<p>Click Home Network.</p>
<p><img class="alignnone size-full wp-image-66" title="installing-microsoft-windows-7 (21)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-21.jpg" alt="" width="600" height="449" /></p>
<p>Skip the homegroup section.</p>
<p><img class="alignnone size-full wp-image-67" title="installing-microsoft-windows-7 (22)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-22.jpg" alt="" width="600" height="449" /></p>
<p>Almost there&#8230;</p>
<p><img class="alignnone size-full wp-image-68" title="installing-microsoft-windows-7 (23)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-23.jpg" alt="" width="600" height="448" /></p>
<p><img class="alignnone size-full wp-image-69" title="installing-microsoft-windows-7 (24)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-24.jpg" alt="" width="600" height="448" /></p>
<p>30 / 40 minutes later&#8230; Yippee</p>
<p><img class="alignnone size-full wp-image-70" title="installing-microsoft-windows-7 (25)" src="http://www.frostedbluedevelopment.co.uk/frostedbluedevelopment/wp-content/uploads/2011/10/installing-microsoft-windows-7-25.jpg" alt="" width="600" height="447" /></p>
<p>&nbsp;</p>
<p>Here’s to Windows 7 and your new Windows experience.</p>
<p>Thanks for reading</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frostedbluedevelopment.co.uk/installing-microsoft-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

