<?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>Haiz Design Notes</title>
	<atom:link href="http://haizdesign.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://haizdesign.com/blog</link>
	<description>Website &#38; Graphic Designers&#039; Help &#38; Advice</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:32:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Exclude a Category From Your WordPress Home Page</title>
		<link>http://haizdesign.com/blog/wordpress/how-to-exclude-a-category-from-your-wordpress-home-page/</link>
		<comments>http://haizdesign.com/blog/wordpress/how-to-exclude-a-category-from-your-wordpress-home-page/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:06:45 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Categories]]></category>
		<category><![CDATA[Dynamic websites]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1351</guid>
		<description><![CDATA[If you have a WordPress site with a list of posts for your home page, it is easy to exclude a category so it doesn&#8217;t appear in the list. You might want to do this if you have a category that appears as a page in it&#8217;s own right, such as a client area on [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a <strong>WordPress site</strong> with a list of posts for your <strong>home page</strong>, it is easy to <strong>exclude a category</strong> so it doesn&#8217;t appear in the list. You might want to do this if you have a category that appears as a page in it&#8217;s own right, such as a client area on the <a title="This blog has a client area that does not appear on the home page" href="http://www.andrewolneyweddingphotography.co.uk/clients/" target="_blank">Andrew Olney Wedding Photography</a> site for example. (The client weddings are in the category of Weddings and have their own button on the site navigation.)</p>
<p><span id="more-1351"></span></p>
<p>It is fairly easy to exclude a category from your home page with 4 lines of code, or 5 if you include the comment!</p>
<p>Open up your loop.php (or page.php depending on your theme) file and look for the line that starts the loop:</p>
<p><em>&lt;?php while ( have_posts() ) : the_post(); ?&gt;</em></p>
<p>Just before that, you want to add this:</p>
<p><em>&lt;!&#8211; exclude the weddings category from the home page &#8211;&gt;<br />
</em>&lt;?php if ( is_home() ) {<br />
query_posts($query_string . &#8216;&amp;cat=-1&#8242;);<br />
}<br />
?&gt;</p>
<p><em><br />
</em></p>
<p>In this example, the number <strong>1</strong> refers to the category we want to exclude. To find the category number you need to go to the Categories page in the admin panel and hover over the category name. You&#8217;ll see the number in the status bar at the bottom of the browser window.</p>
<p>Save your loop.php (page.php) file and that&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/wordpress/how-to-exclude-a-category-from-your-wordpress-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating WordPress Fails &#8211; How to Fix Update Problems</title>
		<link>http://haizdesign.com/blog/wordpress/wordpress-update-fails/</link>
		<comments>http://haizdesign.com/blog/wordpress/wordpress-update-fails/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 12:00:13 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[updating wordpress]]></category>
		<category><![CDATA[Web hosting]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1341</guid>
		<description><![CDATA[If your WordPress update fails, there may be a quick solution at hand that may not involve manually restoring several critical files. I recently encountered a problem when updating a client&#8217;s WordPress-based website; the update failed. In fact, several attempts failed in spite of logging out and back in again, clearing browser cache and scratching [...]]]></description>
			<content:encoded><![CDATA[<p>If your WordPress update fails, there may be a quick solution at hand that may not involve manually restoring several critical files.</p>
<p><span id="more-1341"></span></p>
<p>I recently encountered a problem when updating a client&#8217;s WordPress-based website; the update failed. In fact, several attempts failed in spite of logging out and back in again, clearing browser cache and scratching my head a couple of times. <img class="size-full wp-image-1342 alignleft" title="wordpress-notice" src="http://haizdesign.com/blog/wp-content/uploads/2012/01/wordpress-notice.png" alt="WordPress update notice" width="306" height="50" />With frequent updates to the core WordPress installation, there are two methods of updating your main site files; either automatically or manually. If you see the nag/notice screen at the top of your admin area click on the Please update now text and you&#8217;ll be taken to the update page with the options buttons:</p>
<p><img class="alignnone size-full wp-image-1343" title="wordpress-update-options" src="http://haizdesign.com/blog/wp-content/uploads/2012/01/wordpress-update-options.png" alt="WordPress update options" width="560" height="99" /></p>
<p>Clicking the blue Update Now button should start the process automatically and as of version 3.3, once this successfully completes you should see a &#8220;What&#8217;s New&#8221; screen.</p>
<p>If your update fails for any reason, you should download the files using the other button and take a <strong>full back-up of your WordPress site</strong>. The best way to do this is is via FTP. There are several apps and programs for this, and a lot of people like the free <a title="FireFTP plugin for Firefox" href="https://addons.mozilla.org/en-US/firefox/addon/fireftp/" target="_blank">FireFTP plugin</a> for Firefox. (It is a good idea to backup your site before any major update to your core installation.) Download the entire folder or directory your site is sitting in.)</p>
<p>Use the WordPress Tools menu to export a file which you can also use for moving content from local to remote installations, or when <strong>moving your WordPress site to another web host</strong>.</p>
<p><img class="alignnone size-full wp-image-1344" title="wordpress-backup" src="http://haizdesign.com/blog/wp-content/uploads/2012/01/wordpress-backup.png" alt="WordPress Backup" width="290" height="74" /></p>
<p>Export all the content and images too as this covers all your bases. If you are moving a site, you can import this file through the Tools menu to fill your new installation with your content.</p>
<p>Now you have a backup, it is worth logging in to any cPanel or web hosting account panel you have that lets you see how much web space you have left. <strong>This can save you a lot of work!</strong> If you are over your limit or have almost no room to spare, updating WordPress might be an issue. Check to see that you don&#8217;t have full email boxes or large backup files eating in to your web space. Clearing some of this out might make all the difference, so if you have this situation and have deleted some unneeded content, try the WordPress updater again.</p>
<blockquote><p>If you use a WordPress backup plugin, you will have options to state how many backups you want to keep. Some of these backup files can be quite large so think how many you need and how often you need to back up your site.</p></blockquote>
<p>If this doesn&#8217;t work, you can trying disabling your plugins and seeing if that makes a difference. You can deactivate them all in one go using the checkbox and drop menu on the Plugins &gt; Installed Plugins page.</p>
<p>If that doesn&#8217;t work, changing some of your WordPress files may be the way to go.</p>
<ol>
<li>Using FTP, delete the <strong>wp-includes</strong> and <strong>wp-admin</strong> directories.</li>
<li>Upload the new ones (from the files you downloaded right at the start.)</li>
<li>Upload any <strong>loose files</strong> from your <strong>wp-content folder</strong>, but do not upload the whole folder or delete the existing one. You will be over-writing any existing files at the root of the wp-content directory.</li>
<li>Upload all the new, individual files that are NOT in the wp-admin, wp-content and wp-includes directories to the root directory of your site (or wherever you installed WordPress.)</li>
</ol>
<p>If you had a failed automatic upgrade, using FTP you need to remove the .maintenance file to clear the &#8220;Failed Update&#8221; nag message.</p>
<p>Hopefully, you should now be able to update your installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/wordpress/wordpress-update-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Espresso 2 by MacRabbit</title>
		<link>http://haizdesign.com/blog/espresso/espresso-2-by-macrabbit/</link>
		<comments>http://haizdesign.com/blog/espresso/espresso-2-by-macrabbit/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 13:07:38 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Espresso]]></category>
		<category><![CDATA[Espresso Sugars]]></category>
		<category><![CDATA[Text editor]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1300</guid>
		<description><![CDATA[If you design and develop websites and are looking for an excellent, feature-packed editor to speed up your coding, then you won&#8217;t go far wrong with Espresso 2 by MacRabbit! With built-in FTP support and a host of useful features, this is my favourite text editor to date. Since moving away from the increasingly-bloated Dreamweaver [...]]]></description>
			<content:encoded><![CDATA[<p>If you design and develop websites and are looking for an excellent, feature-packed editor to speed up your coding, then you won&#8217;t go far wrong with <strong><a title="Espresso 2 by MacRabbit" href="http://macrabbit.com/espresso/" target="_blank">Espresso 2</a></strong> by MacRabbit! With built-in FTP support and a host of useful features, this is my favourite text editor to date.</p>
<p><span id="more-1300"></span></p>
<p>Since moving away from the increasingly-bloated <strong>Dreamweaver</strong> some time ago, I have tried various other options for coding websites. I have tried <strong>TextWrangler</strong>, <strong>Komodo Edit</strong>, <strong>Coda</strong> (demo only as it never had all the features I expected to find, and the Coda 2 release is taking forever to arrive) and <strong>TextMate</strong> which has been my longer-term favourite. However, I think my search for an editor may be over as Espresso 2 does (almost) everything I want and beautifully too! You can get a fully-functional 15-day demo here: <a title="Espresso 2 by MacRabbit" href="http://haizdesign.com/blog/portfolio/hobarts-estate-agents-website-makeover/" target="_blank">http://macrabbit.com/espresso/</a>.</p>
<h2>Initial Steps</h2>
<p>After installing, I had to make a couple of changes in my System Prefs, as I&#8217;m a UK user and Espresso uses the Mac&#8217;s internal understanding of word characters to govern its selection settings. (Double-clicking in URLs selected the entire string including the .com). To fix this I went to System Prefs &gt; Language &amp; Text &gt; Text tab and chose English (United States computer) for my Word breaks. This worked fine after a restart of Espresso.</p>
<div id="attachment_1308" class="wp-caption alignleft" style="width: 272px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/12/projects.png" rel="lightbox[1300]"><img class="size-full wp-image-1308  " title="projects" src="http://haizdesign.com/blog/wp-content/uploads/2011/12/projects.png" alt="Espresso Projects" width="262" height="281" /></a><p class="wp-caption-text">Espresso Projects</p></div>
<p>I then went to File and created a New Project. Like TextMate, if you do this you can do site-wide searches which is really hany when working with a CMS like WordPress and debugging or editing files. Project icons can be coloured and have graphics added to them, making it visually very quick to select from one of several projects.</p>
<h2>Espresso in Action</h2>
<p>The interface is really good to work with, particularly if you are a mainly front-end designer. You have the project files displayed in a vertical list down the left side and the edit window in the middle. On the right, there is the option to show the code navigator or CSS tools. This can be switched on and off with the slide of a button or using cmd + i.</p>
<p>The navigator helps you to quickly see and jump to points in your code, using a tree structure to display your document hierarchy. It has folded blocks so you can hide and show just what you need to. (The code editor has code-folding too which is one of the odd omissions that stopped me going any further with Coda as an editor.)</p>
<p>Other than code-folding, other very useful features include code-completion and syntax error detection and colouring. You can work with the defaults (I do) or make your own theme. Espresso uses Sugars to extend the functionality and these are much like TextMate&#8217;s bundles. My only wish is that there was a visual editor for creating your own Sugars. There is a Snippets editor and this provides a means to add quick code snippets to your files.</p>
<div id="attachment_1314" class="wp-caption alignright" style="width: 310px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/12/main-window.png" rel="lightbox[1300]"><img class="size-medium wp-image-1314 " title="main window" src="http://haizdesign.com/blog/wp-content/uploads/2011/12/main-window-300x148.png" alt="Main Espresso window" width="300" height="148" /></a><p class="wp-caption-text">Main Espresso window</p></div>
<p>Standard HTML files can be previewed with live updates (no refresh needed) and there is a feature called X-Ray which lets you see how your CSS is affecting your layouts. This is a little like using Firebug and it&#8217;s a great little tool.</p>
<p>There is support for a range of languages including HTML5, CSS3, JavaScript, PHP, Ruby, Python and XML.</p>
<p>There is no native Diff support for checking or comparing files, although there is a <a title="Changes file comparison app for OS X" href="http://connectedflow.com/changes/" target="_blank">Changes app</a> Sugar which can be installed from Changes. You will need to set Espresso to open in 32-bit mode for this to appear on the Actions menu and I&#8217;m not able to get it working as it does properly in TextMate yet. This means running it in the background.</p>
<p>For CSS editing, MacRabbit have integrated their CSS Edit app, making it a breeze to style your content. In most cases, I find it quicker to manually write the styles for my elements, using the code-completion making it faster still, but for me, this really comes in to it&#8217;s own when it comes to colour selection:</p>
<div id="attachment_1321" class="wp-caption alignleft" style="width: 278px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/12/color-picker.png" rel="lightbox[1300]"><img class="size-full wp-image-1321 " title="color picker" src="http://haizdesign.com/blog/wp-content/uploads/2011/12/color-picker.png" alt="The Color Picker" width="268" height="302" /></a><p class="wp-caption-text">The Color Picker</p></div>
<p>When I want to colour my elements, I have often gone through a bit of trial and error to find the right tints and tones. With Espresso, this is now incredibly easy as I can work with a familiar colour picker, that lets me also control opacity! Best yet, there is a magnifying glass icon that lets me pick colours from outside of my Espresso workspace. This alone has made me very happy and it is one of my most-used features surprisingly!</p>
<p>Creating CSS3 radial and linear gradients is equally super-easy, making a pretty hefty chunk of code writing effortless. It automatically creates all the code for -moz and -webkit gradients, along with the angle in degrees. If you want to change the angle, it updates both vendor-prefixed lines on-the-fly.</p>
<p>Again, the navigator helps out by giving you visual feedback on the styles in your document. The styles can be re-ordered in your file by simply clicking and dragging them into their new place. This is a fast way to move styles about if you have issues with the cascade in your file. It is obvious that a lot of thought and work has gone into Espresso, from the point-of-view of the end-user and the support provided by Ian at MacRabbit has been excellent.</p>
<h2>FTP Support</h2>
<p>Once you are ready to upload your files, the built-in ftp options make this simple too. You have a choice to sync your site or use one of a couple of other handy methods; auto upload or quick publish. To get started you need to set up your server(s). Click on the Settings button and a nice animation opens the panel to set your servers up.</p>
<div id="attachment_1324" class="wp-caption alignnone" style="width: 310px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/12/servers.png" rel="lightbox[1300]"><img class="size-medium wp-image-1324" title="servers" src="http://haizdesign.com/blog/wp-content/uploads/2011/12/servers-300x137.png" alt="Espresso FTP servers" width="300" height="137" /></a><p class="wp-caption-text">Espresso FTP servers</p></div>
<p>There is support for FTP, SFTP and S3 engines and you can have more than one server! This is yet another one of those really useful features. If you are working on a development server you can set that up, along with your live site, then you simply decide which server you want to upload files to. No more switching between settings or using a third-party FTP app, this is as simple as choosing from a drop-down menu! To enable auto-uploads, just switch the server of choice on and every time you save the file it uploads to the server. Or, you can right-click on your file in the left pane and upload it to whichever server from there. Or, you can connect to your ftp server and drag files from the left pane to wherever you want on your server. Hover over your directories to expand/open them.</p>
<h2>Summary</h2>
<p>This really is a scratching-of-the-surface as far as Espresso 2 is concerned. I&#8217;ll add some of the shortcuts and snippets I use most in another post soon. I mentioned that you can extend the app with Sugars and I would suggest these for a start:</p>
<p>The <a title="HTML Bundle for Espresso" href="http://onecrayon.com/products/htmlbundle/" target="_blank">HTMLBundle</a> which includes some of the TextMate snippets.</p>
<p>The <a title="jQuery for Espresso" href="https://github.com/derekr/jquery.sugar" target="_blank">jQuery Sugar</a> adds autocompletion for jQuery methods.</p>
<p>Ian&#8217;s <a title="Edit multiple lines in Espresso" href="https://github.com/onecrayon/Handy.sugar" target="_blank">Handy Sugar</a> lets you edit, prepend/append multiple lines at once, and has a neat increment for numbers.</p>
<p><strong>Espresso 2</strong> is beautifully-written, a pleasure to use and makes coding quick and easy. At the moment it costs $79 (£50.61) which is certainly very good value for money. I keep discovering useful features and if built-in file comparisons and a visual sugar editor were added, this would be the best Espresso I ever tasted!</p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/espresso/espresso-2-by-macrabbit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hobarts Estate Agents Website Makeover</title>
		<link>http://haizdesign.com/blog/portfolio/hobarts-estate-agents-website-makeover/</link>
		<comments>http://haizdesign.com/blog/portfolio/hobarts-estate-agents-website-makeover/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 18:00:43 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Dynamic websites]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Website designer]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1289</guid>
		<description><![CDATA[Hobarts Estate Agents have just had a website makeover. It has been a couple of years since Hobarts&#8217; last website and web technologies and designs have changed quite a bit since then. Hobarts Estate Agents approached me saying they wanted their website to be given a new lease of life as the previous site was [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Hobarts Estate Agents</strong> have just had a website makeover. It has been a couple of years since Hobarts&#8217; last website and web technologies and designs have changed quite a bit since then.</p>
<p><span id="more-1289"></span></p>
<p>Hobarts Estate Agents approached me saying they wanted their website to be given a new lease of life as the previous site was starting to look a little bit tired. It was working well for them but it really needed a revamp, and simplifying, without losing functionality. </p>
<div id="attachment_1292" class="wp-caption alignleft" style="width: 247px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/12/HB09.jpg" rel="lightbox[1289]"><img src="http://haizdesign.com/blog/wp-content/uploads/2011/12/HB09-237x300.jpg" alt="Hobarts 2009 website" title="Hobarts 2009 website" width="237" height="300" class="size-medium wp-image-1292" /></a><p class="wp-caption-text">Hobarts 2009 website</p></div>
<div id="attachment_1293" class="wp-caption alignright" style="width: 247px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/12/HB11.jpg" rel="lightbox[1289]"><img src="http://haizdesign.com/blog/wp-content/uploads/2011/12/HB11-237x300.jpg" alt="Hobarts 2011 website" title="Hobarts 2011 website" width="237" height="300" class="size-medium wp-image-1293" /></a><p class="wp-caption-text">Hobarts 2011 website</p></div>
<div class="clear"></div>
<p>As the site was working well, the first thing was to make it more accessible, so the content was available to users of mobile devices (including iPhones/iPads) too. This was not designed as a web application, but rather, intended for desktops but still navigable and accessible on these devices. There has been a shift away from the use of Flash in my work over the last few months, towards the use of <strong>jQuery</strong> and <strong>HTML5/CSS3</strong>. I use <a href="http://www.css3pie.com/" title="CSS3 decorations for Internet Explorer" target="_blank">CSS3PIE</a> wherever possible for Internet Explorer browsers, for things like the rounded corners and shadows. There is also use of some of the new HTML5 mark-up, such as placeholder text on forms, along with a bit of jQuery for the showing/hiding of elements. I have also used it to control styling on the property feed which comes from a third-party.</p>
<p>The client is happy with the site and so am I. Feedback and thoughts are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/portfolio/hobarts-estate-agents-website-makeover/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Error Log Phone Call Scam</title>
		<link>http://haizdesign.com/blog/general/windows-error-log-phone-call-scam/</link>
		<comments>http://haizdesign.com/blog/general/windows-error-log-phone-call-scam/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 18:31:18 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Microsoft Phone Call Scam]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1285</guid>
		<description><![CDATA[The other day I got an interesting phone call from &#8216;Microsoft Support&#8217;. Actually, this was a scam or fake Microsoft call and it seems like a few people I know have received similar calls too, so I thought a quick post might help others out there. The phone went and a guy on the other [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I got an interesting phone call from &#8216;Microsoft Support&#8217;. Actually, this was a scam or fake Microsoft call and it seems like a few people I know have received similar calls too, so I thought a quick post might help others out there.</p>
<p><span id="more-1285"></span></p>
<p>The phone went and a guy on the other end introduced himself as Kevin from the Microsoft Support Department. (Other friends have been called by Steve and Mike. ) The caller had an Indian accent and didn&#8217;t strike me as your run-of-the-mill Kevin, but I guess I could be a little unfair on this count&#8230; He told me that the support department had received a number of error log reports that had been traced back to my computer. He had obviously got my details from the electoral register or by other means and wanted me to boot up the machine so he could talk me through the errors and fix them.</p>
<p>I asked what the errors were but he insisted on me starting the machine so he could go through them with me because &#8220;it would be easier&#8221;. I kept asking what messages he had got and where he got my number. He told me it was from the host PC I used when registering Windows. I asked which version and was told that the reports relate to Windows 7, Windows Vista and Windows XP. Didn&#8217;t the report tell him which version they were being generated by, I asked? I then told him that actually, I don&#8217;t own a PC and only run a virtual Windows machine on my Mac, which is on a local development server used for nothing other than looking at my own websites on Internet Explorer.</p>
<p>I was put on hold before his &#8220;supervisor&#8221; took over. He introduced himself as the Mac specialist and asked me to boot the virtual machine. I kept asking why (by this stage I was like a cat with a mouse!!!) and how was he going to be able to help? He said he would give me some details so he could log in remotely and fix the errors directly from the Microsoft Support Centre.</p>
<p>Basically, he wanted me to hand over control of my computer to someone who had called me out of the blue, on the most flimsy of premises and with no evidence to support his laughable attempt to remotely hack my Mac. Furthermore, can you seriously imagine Microsoft phoning anybody to offer support? When I said this to him, the call ended rather quickly with him hanging up.</p>
<p>Funny that&#8230;</p>
<p>I hope nobody has been burnt by these chancers. If you have had a similar call and DID allow access to your machine, I wouldn&#8217;t be surprised if they didn&#8217;t get you to install something nasty or leave a backdoor open for them. Contact a reputable computer expert and get their advice asap.</p>
<p>For reference, I live in North London, UK.</p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/general/windows-error-log-phone-call-scam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paragraph Spacing in Contribute</title>
		<link>http://haizdesign.com/blog/contribute/paragraph-spacing-in-contribute/</link>
		<comments>http://haizdesign.com/blog/contribute/paragraph-spacing-in-contribute/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 08:53:45 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Contribute]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Website designer]]></category>

		<guid isPermaLink="false">http://www.designermagic.co.uk/blog/?p=85</guid>
		<description><![CDATA[When using Adobe Contribute, using the Return key creates the look of a line-break, (or soft-return as it is also known) with the text appearing on the line immediately below your current paragraph. If you would rather have a space between paragraphs, this needs to be set up by you or the site administrator. Just [...]]]></description>
			<content:encoded><![CDATA[<p>When using <strong>Adobe Contribute</strong>, using the <em>Return</em> key creates the look of a line-break, (or soft-return as it is also known) with the text appearing on the line immediately below your current paragraph. If you would rather have a space between paragraphs, this needs to be set up by you or the site administrator.</p>
<p><span id="more-85"></span></p>
<p><em>Just so we are clear on what I&#8217;m talking about</em><br />
<em>this is where a line break has been used</em>.</p>
<p>The line has been &#8216;cut&#8217; after the word &#8216;about&#8217; so the sentence continues on the next line. Paragraphs, often have some space between each other, or the first line of new paragraphs is indented. This is to make it easier on the eye when following blocks of text, and to provide visual cues where paragraphs begin and end.</p>
<p>Back to Contribute&#8230;</p>
<p>You can set yourself up as administrator (if one is not already in place) by using the Contribute &gt;  My Connections panel. (On a PC this is under the Edit menu.) Select your connection and click the Administer&#8230; button.</p>
<div id="attachment_86" class="wp-caption alignnone" style="width: 566px"><img class="size-full wp-image-86" title="administer" src="http://haizdesign.com/blog/wp-content/uploads/2009/04/administer.jpg" alt="My Connections Administer... button" width="556" height="59" /><p class="wp-caption-text">My Connections Administer... button</p></div>
<p>Contribute will then connect to your site and offer you the chance to select the editing style. Pick Dreamweaver-style editing and confirm that you want to become the site administrator.</p>
<div id="attachment_87" class="wp-caption alignnone" style="width: 566px"><img class="size-full wp-image-87" title="administer_edit" src="http://haizdesign.com/blog/wp-content/uploads/2009/04/administer_edit.jpg" alt="Select Dreamweaver-style editing" width="556" height="96" /><p class="wp-caption-text">Select Dreamweaver-style editing</p></div>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/contribute/paragraph-spacing-in-contribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AirPlay Mirroring in iOS 5</title>
		<link>http://haizdesign.com/blog/apple/airplay-mirroring-in-ios-5/</link>
		<comments>http://haizdesign.com/blog/apple/airplay-mirroring-in-ios-5/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 17:24:49 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1272</guid>
		<description><![CDATA[Apple have done it again &#8211; made me go &#8220;Oh my God!&#8221; Yesterday, I used the new AirPlay Mirroring feature on my iPhone 4S for the first time and was pleasantly surprised&#8230; First of all, AirPlay Mirroring is a new feature included in the iOS 5 software update. It lets you wirelessly stream whatever you [...]]]></description>
			<content:encoded><![CDATA[<p>Apple have done it again &#8211; made me go &#8220;Oh my God!&#8221;</p>
<p>Yesterday, I used the new <strong>AirPlay Mirroring</strong> feature on my iPhone 4S for the first time and was pleasantly surprised&#8230;</p>
<p><span id="more-1272"></span></p>
<p>First of all, AirPlay Mirroring is a new feature included in the <strong>iOS 5</strong> software update. It lets you wirelessly stream whatever you are doing on your <strong>iPhone 4S</strong> or <strong>iPad 2</strong>, straight to your HD TV, using your <strong>Apple TV</strong> unit as the bridge.</p>
<p><a href="http://haizdesign.com/blog/wp-content/uploads/2011/10/home-btn.png" rel="lightbox[1272]"><img class="size-medium wp-image-1276 alignleft" title="home-btn" src="http://haizdesign.com/blog/wp-content/uploads/2011/10/home-btn-300x174.png" alt="Access AirPlay Mirroring" width="300" height="174" /></a>To access it you need to double-tap the home key on your device.</p>
<p>This brings up the hidden dock with all your currently running apps in a horizontal list.</p>
<p>Scroll all the way to the right, past the Music  and orientation lock screen and you&#8217;ll see a new AirPlay button and volume slider.</p>
<p>Click on the AirPlay button and an options screen opens. Select your Apple TV and slide the Mirroring button to On.</p>
<p>Click Done and now you should see the image on your HD TV showing whatever is on your iPhone 4S/iPad 2.</p>
<p>This is seriously very cool (I don&#8217;t use that word often!) as you rotate the device and the onscreen image mirrors your device. You can use pinch/zoom gestures, and use your device as you would normally and everyone gets to see what you are looking at. You can show web pages and even the games as you play them &#8211; now <em>this</em> might have some very practical benefits!!!</p>
<p>Well done Apple &#8211; I&#8217;m impressed!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/apple/airplay-mirroring-in-ios-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Custom Menus to WordPress 3+ Themes</title>
		<link>http://haizdesign.com/blog/wordpress/add-custom-menus-to-wordpress-3-themes/</link>
		<comments>http://haizdesign.com/blog/wordpress/add-custom-menus-to-wordpress-3-themes/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 11:54:58 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1265</guid>
		<description><![CDATA[WordPress 3 added plenty of new features &#8211; and one of the most useful was the ability to create and add custom navigation or menus to your themes. Whilst they are very simple to implement, they are also extremely flexible, allowing you to add not only pages, categories or posts to your navigation, but also [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3 added plenty of new features &#8211; and one of the most useful was the ability to create and add custom navigation or menus to your themes. Whilst they are very simple to implement, they are also extremely flexible, allowing you to add not only pages, categories or posts to your navigation, but also custom links.</p>
<p><span id="more-1265"></span></p>
<p>Custom menus are a huge bonus for WordPress users. They allow you to easily create a navigation structure, filtering the content and cherry-picking what you want to include. By default you can add pages (and sub-pages) or categories, but you also have the ability to to add links of your own choosing, such as individual posts or external content.</p>
<p>There are a couple of simple steps to add a custom menu to your theme, and you can either do this with a text editor (such as the excellent <a title="Espresso Text Editor" href="http://macrabbit.com/espresso/" target="_blank">Espresso</a> which I&#8217;ll be reviewing soon!) or with the built in WordPress Editor, found under the Appearance menu.</p>
<p>Open your theme&#8217;s <strong>functions.php</strong> file and add these lines before the closing <strong>?&gt;</strong></p>
<blockquote><p>// allow for custom menus<br />
add_theme_support( &#8216;menus&#8217; );</p></blockquote>
<p>This prepares the theme to accept the custom menus. Now open your <strong>header.php</strong> (assuming that&#8217;s where you want it to go &#8211; more about this later&#8230;) and add the function in where you want it to appear:</p>
<blockquote><p>
<code>&lt;?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'main-nav' ) ); ?&gt;</code></p></blockquote>
<p>This tells WordPress a couple of things; to sort the menu to match how you set it up in the Menus panel, and the name of the class (main-nav) that you have given the container for styling. Now, hop over to <strong>Appearance &gt; Menus</strong> and you&#8217;ll see your new custom menu.</p>
<p><a href="http://haizdesign.com/blog/wp-content/uploads/2011/10/menus.png" rel="lightbox[1265]"><img src="http://haizdesign.com/blog/wp-content/uploads/2011/10/menus-300x278.png" alt="WordPress custom menus" title="WordPress custom menus" width="300" height="278" class="alignright size-medium wp-image-1267" /></a>You can set it up to automatically add new main/top-level pages as you create them by checking the box next to your Menu Name. On the left, check the pages or categories you want to include and click the Add to Menu buttons. Once they are on the menu, you can simply click and drag them into the order you want, placing sub-menu items by &#8216;indenting&#8217; them as you drag. You&#8217;ll see a dotted border showing you the sub-level each item will appear at. Click the disclosure triangle for each item to change the navigation label and set a title attribute, or remove the link from the menu altogether.</p>
<p>Custom links can be added by entering a URL, setting a label and adding them to the menu, where you then control their placement in exactly the same way.</p>
<p>If you want to add multiple menus to your theme, you need to give them unique IDs, slugs or names. More <a href="http://codex.wordpress.org/Function_Reference/wp_nav_menu" title="WordPress function reference for custom menus" target="_blank">here at the WordPress codex</a>. There is also a very helpful post here over at <a href="http://thinkvitamin.com/code/getting-started-with-wordpress-custom-menus/" title="Think Vitamin - Custom Menus tutorial" target="_blank">Think Vitamin</a>.</p>
<p>All you need to do now is style your menu and you are all set to go! </p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/wordpress/add-custom-menus-to-wordpress-3-themes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bluetooth Support Stops on iMac</title>
		<link>http://haizdesign.com/blog/mac-osx/bluetooth-support-stops-on-imac/</link>
		<comments>http://haizdesign.com/blog/mac-osx/bluetooth-support-stops-on-imac/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 19:21:32 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Keyboard shortcuts]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1262</guid>
		<description><![CDATA[Today, for no reason, Bluetooth support stopped on my 27&#8243; iMac, disconnecting my Magic Trackpad and taking out the icon in the System Preferences&#8230; This is one of those annoying moments that doesn&#8217;t seem to have any explanation and has been experienced by a lot of people judging by the various Mac-support forums. Any wireless [...]]]></description>
			<content:encoded><![CDATA[<p>Today, for no reason, Bluetooth support stopped on my 27&#8243; iMac, disconnecting my Magic Trackpad and taking out the icon in the System Preferences&#8230;</p>
<p><span id="more-1262"></span></p>
<p>This is one of those annoying moments that doesn&#8217;t seem to have any explanation and has been experienced by a lot of people judging by the various Mac-support forums. Any wireless device you use such as a mouse or keyboard can also go down suddenly, and Apple have a dedicated page here where you can find troubleshooting advice: <a href="http://www.apple.com/support/bluetooth/" title="Apple Bluetooth Support page" target="_blank">Apple Bluetooth Support page.</a></p>
<p>For me, the solution was powering down for 10 minutes to flush the cache and <strong>resetting the PRAM</strong>. To do this, restart your machine and as soon as you hear the start-up sound, <em>before</em> you see the grey screen, press and hold <em>cmd + alt/opt + p + r</em>. The screen goes black and you hear the sound for a second time. Once you get to the grey load screen you can release the keys.</p>
<p>Christopher Parsons also has some helpful advice <a href="http://www.christopher-parsons.com/blog/technology/solved-bluetooth-devices-not-connecting-to-osx/" title="Christopher Parsons' blog" target="_blank">here on his blog.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/mac-osx/bluetooth-support-stops-on-imac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haiz Design Website Makeover</title>
		<link>http://haizdesign.com/blog/portfolio/haiz-design-websitemakeover/</link>
		<comments>http://haizdesign.com/blog/portfolio/haiz-design-websitemakeover/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:14:31 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Website designer]]></category>

		<guid isPermaLink="false">http://haizdesign.com/blog/?p=1164</guid>
		<description><![CDATA[From time to time, you get to a point of thinking that your own website needs a makeover&#8230; (Surely it&#8217;s not just me?) Anyway, with the idea of just freshening the look and using the existing graphics, the site has gone from Nocturne (blacks and dark greys) to Lemongrass (whites and softer greens.) The blog [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time, you get to a point of thinking that your own website needs a makeover&#8230; (Surely it&#8217;s not just me?)</p>
<p>Anyway, with the idea of just freshening the look and using the existing graphics, the site has gone from Nocturne (blacks and dark greys) to Lemongrass (whites and softer greens.)</p>
<p><span id="more-1167"></span>The blog revamp will follow!</p>
<div id="attachment_1166" class="wp-caption alignleft" style="width: 248px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/09/nocturne.jpg" rel="lightbox[1167]"><img title="nocturne" src="http://haizdesign.com/blog/wp-content/uploads/2011/09/nocturne-238x300.jpg" alt="Nocturne Theme" width="238" height="300" /></a><p class="wp-caption-text">Nocturne Theme</p></div>
<div id="attachment_1167" class="wp-caption alignright" style="width: 248px"><a href="http://haizdesign.com/blog/wp-content/uploads/2011/09/lemongrass.jpg" rel="lightbox[1167]"><img title="lemongrass" src="http://haizdesign.com/blog/wp-content/uploads/2011/09/lemongrass-238x300.jpg" alt="Lemongrass Theme" width="238" height="300" /></a><p class="wp-caption-text">Lemongrass Theme</p></div>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://haizdesign.com/blog/portfolio/haiz-design-websitemakeover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

