<?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>graphiceyedea &#187; tips &amp; tricks</title>
	<atom:link href="http://graphiceyedea.co.uk/wp/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://graphiceyedea.co.uk/wp</link>
	<description>prisca schmarsow - portfolio</description>
	<lastBuildDate>Sat, 20 Aug 2011 10:48:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>geeky sweetness &#8211; 24 ways</title>
		<link>http://graphiceyedea.co.uk/wp/geeky-sweetness-24-ways/</link>
		<comments>http://graphiceyedea.co.uk/wp/geeky-sweetness-24-ways/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 23:17:54 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://graphiceyedea.co.uk/wp/?p=739</guid>
		<description><![CDATA[it's this time of the year again - time is flying and the days are counting down to christmas and Drew McLellan is back with his advent calendar for geeks :)]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-741" title="24ways" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/12/24ways.gif" alt="" width="460" height="104" /><br />
It&#8217;s this time of the year again &#8211; time is flying and the days are counting down to christmas and <a href="http://allinthehead.com/" target="_blank">Drew McLellan</a> is back with his advent calendar for geeks :)<br />
<a href="http://24ways.org/"> → 24ways.org</a></p>
<p><span id="more-739"></span></p>
<p>This year&#8217;s edition features a new design by  <a href="http://madebyelephant.com/">Made by Elephant<br />
</a> and has been causing quite a debate. If you don&#8217;t know about this site yet I would encourage you to have a look and read the articles which are informative, inspiring and include various different topics and angles.</p>
<p>Drew received quite a bit of criticism for implementing a design which has not been finalised for all browsers and therefore shows display errors and a somewhat broken layout in older browsers and IE. I was very surprised that there was so much negative feedback and harsh words&#8230; I like the design &#8211; and love the experimental methods used to create such a user-friendly, interesting and engaging design. Being bold and strong &#8211; it delivers an engaging experience for its target group of web designers and developers.</p>
<p>But whether you like the design or not &#8211; the bold move with this new design should not be so harshly criticised. If you cannot take risks and push limits on a design aimed at web geeks&#8230; when can you?<br />
I have to agree with Veerle Pieters who wrote an excellent blog post on the issue titled <a href="http://www.duoh.com/news/article/do-you-innovate-or-opt-for-the-safe-route-in-web-design/" target="_blank">Do you innovate or opt for the safe route in web design?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/geeky-sweetness-24-ways/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>resetting WordPress admin password</title>
		<link>http://graphiceyedea.co.uk/wp/resetting-wordpress-admin-password/</link>
		<comments>http://graphiceyedea.co.uk/wp/resetting-wordpress-admin-password/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 09:22:40 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://graphiceyedea.co.uk/wp/?p=425</guid>
		<description><![CDATA[a simple step-by-step on how to reset the main admin user's password for a WordPress site, using phpMyAdmin.]]></description>
			<content:encoded><![CDATA[<p>after managing to lock myself out of the admin section for the second time &#8211; I thought I should write up a very quick tutorial on how to change the master password. So here is just a quick step-by-step on how to reset your password for the main admin user &#8211; using phpMyAdmin. For this you will need access to the control panel of your server and be able to access your WordPress database via phpMyAdmin.<br />
<span id="more-425"></span></p>
<ol>
<li>go to your server control panel and open the database via phpMyAdmin.<br />
You will see your database listed by its name on the left hand side &#8211; click its name to access the WordPress data. This is only necessary if you have more than one database listed here &#8211; in my case, as you can see on the screenshot here &#8211; there is only one database and all tables are listed.<br />
<a rel="lightbox[pswd]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass1.png"><img title="adminpass1" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass1.png" alt="" width="500" height="198" /></a></li>
<li>you will see the different tables, by default preceeded with the &#8216;<em>wp_</em>&#8216; &#8211; look for the &#8216;<em>wp_users</em>&#8216; table and click the browse button as shown below.<br />
<a rel="lightbox[pswd]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass2.png"><img title="adminpass2" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass2.png" alt="" width="500" height="241" /></a></li>
<li>to access the specific user details, ie the table data &#8211; click &#8216;browse&#8217;<br />
<a rel="lightbox[pswd]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass3.png"><img title="adminpass3" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass3.png" alt="" width="300" height="131" /></a></li>
<li>once you can see the exisiting users&#8217; details &#8211; you can edit the specific details for the admin user as shown below:<br />
<a rel="lightbox[pswd]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass4.png"><img title="adminpass4" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass4.png" alt="" width="499" height="258" /></a></li>
<li>you will see all fields and values for the admin user and you can now type in your new password:<br />
<a rel="lightbox[pswd]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass5.png"><img title="adminpass5" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass5.png" alt="" width="500" height="367" /></a></li>
<li>as the last step before saving our new password &#8211; choose &#8216;MD5&#8242; from function drop down menu<br />
<a rel="lightbox[pswd]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass6.png"><img title="adminpass6" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/07/adminpass6.png" alt="" width="499" height="256" /></a></li>
<li>click &#8216;go&#8217; to confirm and save your new password &#8211; and you&#8217;re done :-)<br />
Returning to the previous screen &#8211; you will notice your password has changed, now encoded shown again as a string of letters, numbers and symbols.</li>
<li>NOTE: you might need to delete the cookie for the site in order for the changes to take effect !</li>
</ol>
<p>To give credit where credit is due &#8211; this is the page that helped me getting this problem solved: <a href="http://www.tamba2.org.uk/wordpress/phpmyadmin/" target="_blank">WordPress@ T2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/resetting-wordpress-admin-password/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>colour madness&#8230;</title>
		<link>http://graphiceyedea.co.uk/wp/colour-madness/</link>
		<comments>http://graphiceyedea.co.uk/wp/colour-madness/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 21:22:48 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://graphiceyedea.co.uk/wp/?p=353</guid>
		<description><![CDATA[This has been an ongoing headache of mine - colour calibration - colour profiles - and how to avoid that annoying colour shift when you save your image for the web...]]></description>
			<content:encoded><![CDATA[<p><img class="floatleft" title="colour" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/colour.jpg" alt="colour swatches" width="100" height="197" />This has been an ongoing headache of mine &#8211; colour calibration &#8211; colour profiles &#8211; and how to avoid that annoying colour shift when you save your image for the web&#8230;</p>
<p>I was working on a design for Lawrence Griffiths (<a href="http://lookingforawebsite.co.uk/" target="_blank">LookingForAWebsite</a>) who is setting up a website for a primary school. As the school is set in trees &#8211; the design brief was to convey this feel, meaning lots of green tones and shades. All was going fine until I wanted to upload the mockups as optimised jpgs for preview and feedback. With my file setup as RGB, 8 Channel and the &#8216;convert to sRGB&#8217; set in the &#8216;save for web&#8217; window &#8211; I thought I was doing everything I needed to simply optimise my mockup.<br />
But how wrong I was&#8230; again, I hit the odd colour shift problem &#8211; my carefully chosen green tones taking on a completely different shade as soon as I went into the &#8216;save for web&#8217; window&#8230; :&#8217;(<span id="more-353"></span></p>
<p>I&#8217;ve had this problem before and always somehow managed to get the result I wanted. Knowing I have only scratched the surface as far as colour calibration is concerned &#8211; I went searching for answers&#8230; and yet again: the kind kowledge-sharing experts to the rescue :-) I still don&#8217;t know enough about colour profile but as I am now working with a much better setup I wanted to share what I&#8217;ve learnt.</p>
<p>On their beautifully crafted web design blog, Doug Avery from <a href="http://viget.com" target="_blank">Viget</a> wrote an article on this very issue: &#8220;<a href="http://www.viget.com/inspire/the-mysterious-save-for-web-color-shift/" target="_blank">The Mysterious &#8220;Save For Web&#8221; Color Shift</a>&#8220;. Doug gives a 3 step solution to getting your colours right for the web: setting up Photoshop to use the correct colour profile, setting up the Proof to view any given file on the right monitor setting and how to deal with the default presets in the &#8216;save for web&#8217; option. The article received a huge number of comments &#8211; some by happy webdesigners which this solution worked for, some by colour experts who went into more depth on this issue discussing many more aspects of monitor calibration.<br />
If you are interested in this issue you should definitely read this article and all the comments. It seems some people with more expertise disagree with Doug&#8217;s advice and recommend different solutions. As I am not an expert myself &#8211; I would suggest you read the comments yourself and follow up on any links to other articles given.<br />
A must-read should be &#8220;<a href="http://www.nicedream.co.uk/articles/best_practice_colour_setup_for_web_designers/">Best Practice Colour Setup for Web Designers</a>&#8221; by Nina Richards.</p>
<p>The comments show some tension between the practical wedesigners who are happy to run with the first solution given (I have to admit that this is what I did as time pressure was on I did not have time to read all the comments) and the colour experts whose knowledge runs a lot deeper. Only after Doug&#8217;s solution didn&#8217;t work for me did I go back and take time to read the comments &#8211; and <a href="http://www.jeanprobert.com" target="_blank">JeanP</a> came to my rescue.</p>
<p>Jean described and explained clear steps for me to take in order to solve my green shift problem &#8211; and it worked beautifully :)  Please bear in mind that this is by no means the one and only perfect solution &#8211; rather what I setup following Jean&#8217;s advice.<br />
So here is an outline of what I did in order to keep my colours true to their original.</p>
<ol>
<li><a rel="lightbox[colour]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/gamma.jpg"><img class="thn100" title="gamma" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/gamma.jpg" alt="screenshot of gamma settings" width="150" height="105" /></a>set system preferences for display: System Preferences &gt; Display &gt; Calibrate
<p>→ follow the instructions setting Target Gamma to 2.2</li>
<li><a rel="lightbox[colour]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/phsh_colset.jpg"><img class="thn100" title="photoshop - colour settings" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/phsh_colset.jpg" alt="screenshot of photoshop settings" width="129" height="150" /></a>next, open Photoshop (or close all files) and edit the colour settings: Photoshop &gt; top menu &gt; edit &gt; color settings
<p>→ choose the appropriate setting for your location<br />
please see the screenshot for additional notes.</p>
<p class="clear"><em>NOTE</em>: I am not sure yet how to sync colour for all Creative Suite apps.</p>
</li>
<li><a rel="lightbox[colour]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/proof.jpg"><img class="thn100" title="proof setup" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/proof.jpg" alt="screenshot of proof setup" width="150" height="86" /></a>Photoshop: proof setup: top menu &gt; view &gt; proof setup
<p>&rarr; choose &#8216;Monitor RGB&#8217; to view the file as it would display typically on an average RGB monitor.</p>
<p class="clear">Jean says: &#8220;Don’t adjust your color after while in Monitor Color Preview, just consider it a preview of how the image will look in Firefox. Turn the preview back off. &#8220;</p>
</li>
<li><a rel="lightbox[colour]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/rgb.png"><img class="thn100" title="sRGB" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/rgb.png" alt="sRGB settings screenshot" width="150" height="70" /></a><a rel="lightbox[colour]" href="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/icc.png"><img class="thn100" title="ICC profile" src="http://graphiceyedea.co.uk/wp/wp-content/uploads/2008/06/icc.png" alt="ICC check box" width="150" height="84" /></a><br class="clear" />&rarr; &#8216;save for web&#8217;
<p><em>NOTE</em>: the first screenshot shows the default option of &#8216;convert to sRGB&#8217; which I have always been using. In this case, if I understood everything correctly, it should not affect my image as it is already sRGB.</p>
<p>Jean suggests to save the image in 2 different versions and previewing it in the different browsers to choose the final version for use on the website. She kindly set up a sample with my image saved in the 2 different versions &#8211; showing a clear difference of the colour difference in Safari and Firefox &#8211; please do <a href="http://graphiceyedea.co.uk/test_samples/green/greens.html" target="_blank">have a look</a> for yourself.</li>
</ol>
<p>Well, that is it. A HUGE thank you to <a href="http://www.jeanprobert.com" target="_blank">Jean</a> for all her input, help and advice on this. I feel I am now much better setup and doubt I will have to struggle with my colours as much as I did before &#8211; still, there is still a lot to learn.</p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/colour-madness/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>working on WP locally &#8211; thanks to MAMP :)</title>
		<link>http://graphiceyedea.co.uk/wp/working-on-wp-locally-thanks-to-mamp/</link>
		<comments>http://graphiceyedea.co.uk/wp/working-on-wp-locally-thanks-to-mamp/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 13:38:49 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.graphiceyedea.co.uk/wp/?p=237</guid>
		<description><![CDATA[Just a very quick post to tell you all about this fantastic little app from living-e &#8211; MAMP allows you to activate the apache server very easily on your mac&#8230; Even though I have been working with WordPress for a while now (all work done live online using password protected folders) &#8211; I never had [...]]]></description>
			<content:encoded><![CDATA[<p><img class="floatright" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2008/01/mampicon.png" alt="MAMP-icon" />Just a very quick post to tell you all about this fantastic little app from <a href="http://www.living-e.de" target="_blank">living-e</a> &#8211; <strong>MAMP</strong> allows you to activate the apache server very easily on your mac&#8230;</p>
<p>Even though I have been working with WordPress for a while now (all work done live online using password protected folders) &#8211; I never had enough time to look into getting the server setup locally to work offline with on my themes and customisations. The local server setup was something I always really wanted to figure out &#8211; but being much more of a front end designer &#8211; I avoided the issue, being a coward really : ), running away from any complications which might slow me down or delay me &#8211; my workload not allowing much time to play.</p>
<p>For christmas I received a wonderful surprise in the form of a new mac book pro :) and so I was keen to get my dream machine setup with everything I wanted to use, including the local server. Doing some research online for tutorials and tips I found this amazing little app ;) and within minutes I was setup with my local server &#8211; importing all data from my DB, installing WP locally &#8211; now happily working on my WP sites offline ;)<br />
In case you&#8217;d like to know &#8211; a quick run down: <span id="more-237"></span></p>
<ol>
<li> download MAMP (free from <a href="http://www.mamp.info/en/index.php" target="_blank">living-e</a>)</li>
<li>install MAMP directly into the applications folder<br />
(it is important to put the app directly into the applications folder &#8211; NOT into a subfolder within!)</li>
<li>launch MAMP &#8211; and you&#8217;re done :)</li>
</ol>
<p><img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2008/01/mamp.jpg" alt="mamp window" /></p>
<p>You should put all your files into the &#8216;htdocs&#8217; folder within the MAMP folder itself (though you could change the location of this folder if you choose to) = Document Root: <strong>/Applications/MAMP/htdocs</strong></p>
<p>Your local URL will by default be: <strong>http://localhost:8888</strong></p>
<p>One last note on WP &#8211; to install WordPress &#8211; simply copy your WP files into the root folder, configuring the database connection as stated in the MAMP documentation (on the start page). Access the new WP site using the local URL and install as normal.</p>
<p>HAVE FUN :)</p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/working-on-wp-locally-thanks-to-mamp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>stay sane &#8211; back up!</title>
		<link>http://graphiceyedea.co.uk/wp/stay-sane-back-up/</link>
		<comments>http://graphiceyedea.co.uk/wp/stay-sane-back-up/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 13:48:07 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.graphiceyedea.co.uk/wp/?p=215</guid>
		<description><![CDATA[you do know you should back up all your data on a regular basis, don&#8217;t you? well&#8230;.. yes, so do I &#8211; but becoming sloppy or forgetful is easily done &#8211; with disastrous consequences as I&#8217;ve had to find out the hard way&#8230; after a stressful time with getting the end of year exhibition for [...]]]></description>
			<content:encoded><![CDATA[<p><img class="floatright" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2007/08/filesync.jpg" alt="file sync" />you do know you should back up all your data on a regular basis, don&#8217;t you?</p>
<p>well&#8230;.. yes, so do I &#8211; but becoming sloppy or forgetful is easily done &#8211; with disastrous consequences as I&#8217;ve had to find out the hard way&#8230; after a stressful time with getting the end of year exhibition for my students organised and setup &#8211; I was quite exhausted and no longer in my usual working routine.</p>
<p>Backing up the vital files regarding my students &#8211; I had neglected to save my own working files on my external drive &#8211; intending to take some time to properly archive my files and backup.<br />
Never ever postpone at this stage !!! <span id="more-215"></span>My HD started behaving strangely &#8211; before I had a chance to save any files &#8211; it just died&#8230; completely&#8230; so &#8211; nothing left to do but replace my HD and cope with having lost a lot of files&#8230;</p>
<p>
With a brand new hard drive now &#8211; I am determined not to experience such a disaster ever again ;) Looking around online for an easy and efficient backup app to sync the folders on my mac to the external drives &#8211; I came across <a href="http://www.designersdomain.com/filesync/index.html" target="_blank">FileSync</a> by R Charles Flickinger &#8211; which is free with a polite request from the author to register one of his other applications (check those out at <a href="http://www.designersdomain.com/software.html" target="_blank">designersdomain.com</a>). </p>
<p>There are many different sync programs out there &#8211; some small and sweet &#8211; others quite huge and extensive with various options. I prefer small and sweet &#8211; easy to use and efficient in its processing.<br />
And <a href="http://www.designersdomain.com/filesync/index.html" target="_blank">FileSync</a> certainly meets all my needs ;)<br />
<img class="floatleft" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2007/08/filesync2.jpg" alt="file sync - mian window" />The main window is very straight forward and easy to understand &#8211; allowing you to add a number of different sync setups. You can add, edit and delete these at any time.</p>
<p>
Though very easy on first glance &#8211; I did get my first testrun wrong as I did not read the instructions within the next window. To synchronise 2 folder you specify your master &#8211; which is the folder you want to back up &#8211; and then the copy. I assumed I needed to specify the same folder &#8211; this time on the external backup device. But you do NOT set this folder &#8211; rather the folder it is located in, the folder containing the sync folder.</p>
<p>Once you&#8217;ve added a new folder &#8211; it will appear in the main window with its check box ticked by default.<br />
<br class="clear" /><br />
<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2007/08/filesync3.jpg" alt="file sync - setting up the folders" /><br />
<img class="floatleft" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2007/08/filesync4.jpg" alt="file sync - synchronising folders" />To perform an overall backup of all set folder &#8211; ensure that all check boxes are ticked and click &#8216;sync&#8217;. To synchronise a specific folder &#8211; you can simply select it in the main window, leaving all other deselected, and click the &#8216;sync&#8217; button.<br />
During the sync process &#8211; you will see the list of files being processed. Once complete &#8211; the list will remain in its window &#8211; ready for you to look through or save as text file. This is a very handy additional feature as you can double check which files you worked on recently as well as allowing you to keep records of changes made.<br />
NOTE: make sure to read the &#8216;ReadMe&#8217; file carefully for the &#8216;mirror&#8217; option.<br />
Well, that&#8217;s my bit of advice for you :) back up &#8211; BACK UP &#8211; back up !!!</p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/stay-sane-back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InDesign &#8211; random tips</title>
		<link>http://graphiceyedea.co.uk/wp/indesign-random-tips/</link>
		<comments>http://graphiceyedea.co.uk/wp/indesign-random-tips/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 13:01:30 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.graphiceyedea.co.uk/wp/?p=204</guid>
		<description><![CDATA[Just doing a training session with Zak &#8211; a lot of useful little tips and tricks for InDesign :) always use a folder structure for any InDesign document and use appropriate folders for different type of content; this will ensure that on new edits &#8211; all content will remain in place, display fine and be [...]]]></description>
			<content:encoded><![CDATA[<p>Just doing a training session with Zak &#8211; a lot of useful little tips and tricks for InDesign :)</p>
<ul>
<li>always use a folder structure for any InDesign document and use appropriate folders for different type of content; this will ensure that on new edits &#8211; all content will remain in place, display fine and be editable.</li>
<li>for backwards compatibility: top menu &gt; file &gt; export  &gt;&gt;     save as &#8220;InDesign Interchange&#8221;</li>
<p><span id="more-204"></span></p>
<li>to set a different default font &#8211; open InDesign, choose type tool, choose &#8216;A&#8217; in the top options bar and set the font to your preferred default  (this newly set font will become the new default any time the app launches)</li>
<li>import options for content =&gt;   hold &#8216;shift&#8217; key while importing image to see import options<br />
(unless this options is left checked by default)</li>
<li>for specific edits, checking of whole document: top menu &gt; edit in story editor<br />
&gt;&gt; for extended functionality, checking styles, seeing all text     (even within overflowing area)</li>
<li>to shrink a frame box to the size of is content &#8211; right-click &gt; Fitting &gt; Fit Frame to Content<br />
keyboard: apple (command for PC) + alt + C</li>
<li>to select all text at the end of a textbox (even going outside of textbox)<br />
&gt;&gt; shift + apple + home     (downwards arrow)</li>
</ul>
<p>Thanks for this, Zak ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/indesign-random-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>forms baving badly&#8230;</title>
		<link>http://graphiceyedea.co.uk/wp/forms-baving-badly/</link>
		<comments>http://graphiceyedea.co.uk/wp/forms-baving-badly/#comments</comments>
		<pubDate>Thu, 17 May 2007 19:29:25 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[handcoding]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.graphiceyedea.co.uk/wp/?p=191</guid>
		<description><![CDATA[Being &#8220;a visual type&#8221; &#8211; as Eric Meyer puts it &#8211; and handcoding my webpages as much to the web standards as possible for my overloaded brain to cope with &#8211; I&#8217;ve come to love CSS as it&#8217;s a great techniques to work with. On a positive note &#8211; it allows us to fight the [...]]]></description>
			<content:encoded><![CDATA[<p>Being &#8220;a visual type&#8221; &#8211; as Eric Meyer puts it &#8211; and handcoding my webpages as much to the web standards as possible for my overloaded brain to cope with &#8211; I&#8217;ve come to love CSS as it&#8217;s a great techniques to work with. On a positive note &#8211; it allows us to fight the browsers and &#8211; with a few battles here and there, a few cups of coffee later &#8211; achieve a nicely grafted layout which reflects our design concept. Great.</p>
<p>Then, there comes the contact page, blog comments or generally any page using any type of form. And out goes the joy and visual continuity of CSS styling&#8230;. :&#8221;(<span id="more-191"></span></p>
<p>When I first started using CSS &#8211; learning from the masters out there &#8211; I found forms to be the biggest stumbling block in my understanding of the rules and their application. What started to make sense &#8211; no longer did when it came to the form elements&#8230; Eventually, of course, reading enough posts, tutorials and reference material &#8211; I realised that it would be a hopeless endeavour to try to understand&#8230; So you learn to cope, not ideal but the best you can do, right? ;)</p>
<p>To take one of my current projects as an example &#8211; while the site is being built the domain shows a holding page with contact form: <a href="http://organikrocka.com">http://organikrocka.com</a>. The look and feel of the site is textured, warm cardboard brown with black. As the current page is intended to give a flavour of the final site &#8211; just the thought of styling the form brought on a headache, already getting frustrated in anticipation of the obvious problems &#8211; and unfortunately the end result is somewhat unresolved&#8230;<br />
I tried several different approaches in the CSS, even experimented with changing the design and feel of the page itself to tie in the form elements &#8211; and in the end resorted to using <a href="http://www.brainerror.net/scripts_js_checkbox.php" target="_blank">Javascript</a> to replace the now rather ugly, misaligned and at times distorted appearance of the check box.</p>
<p>The screenshot below shows the final solution with Javascript replaced checkbox &#8211; and below the check box appearances in different broswers after my endless CSS edits &#8211; or how the check boxes would look with Javascript disabled. And in this case it was not even the standard check box visual itself which turned out to be the biggest pain in the ***** (pain in the brain!). Applying styling to the form resulted in a very inconsistent display of the box itself across different browsers. I just couldn&#8217;t get it to look right&#8230; :&#8221;(</p>
<p><a href="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2007/05/fullform.jpg" rel="lightbox[or]"><img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2007/05/samplecheck.jpg" alt="screenshots of the checkbox in different browsers" /></a></p>
<p>So I finally did replace the standard checkbox with a graphic I created, with Javascript. I usually don&#8217;t edit the form elements in this way, I do care about usability and accessibility and am aware that this is not fully compliant. In an attempt to remain within the realms of usability and the familiarity with the commonly known check box &#8211;  my graphic still shows the small, square, white box, only as flat graphic to suit the overall visuals and with some additional purely decorative elements. It is not ideal and though the form still looks very different in the different browsers &#8211; at least its layout is now even.</p>
<p>Following Eric&#8217;s posts on <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/" target="_blank">resetting styles</a> and particularly reading his recent post on &#8216;<a href="http://meyerweb.com/eric/thoughts/2007/05/15/formal-weirdness/" target="_blank">formal weirdness</a>&#8216; &#8211; the strange results for any styling applied to forms are slowly starting to make more sense. I&#8217;m a big fan of the universal resetting of margin and padding &#8211; it gives me back control over my layouts (apart from &#8211; IE what else :&#8221;(&#8230;.). The universal reset is great &#8211; short and sweet and just works &#8211; well, apart from forms&#8230; of course :&#8221;(  But I don&#8217;t really like the idea of the big chunk of code preceeding my CSS either, merely to accomodate the form pages. So I thought I would most likely stick with it and try to compensate for the forms within my CSS where needed.</p>
<p>Reading about the &#8216;<a href="http://meyerweb.com/eric/thoughts/2007/05/15/formal-weirdness/" target="_blank">formal weirdness</a>&#8216; however&#8230; I think I&#8217;ll have to reconsider my opinion and change my working methods after all &#8211; thanks, Eric&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/forms-baving-badly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upload via FTP in Firefox &#8211; FireFTP</title>
		<link>http://graphiceyedea.co.uk/wp/upload-via-ftp-in-firefox-fireftp/</link>
		<comments>http://graphiceyedea.co.uk/wp/upload-via-ftp-in-firefox-fireftp/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 14:42:45 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[fireftp]]></category>

		<guid isPermaLink="false">http://www.graphiceyedea.co.uk/wp/?p=132</guid>
		<description><![CDATA[Firefox being the brilliant browser it is &#8211; more and more excellent and useful extensions are being developed ; ) One of these is FireFTP by Mime &#268;uvalo. This extension allows you to upload your files directly in Firefox via FTP. I&#8217;m not sure how well it performs with very large files but I tried [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/fireftp.gif" id="image134" alt="fire ftp - ftp program for firefox (addon)" /><br />
Firefox being the brilliant browser it is &#8211; more and more excellent and useful extensions are being developed ; ) One of these is <strong>FireFTP</strong> by <a href="http://fireftp.mozdev.org/donate.html">Mime &#268;uvalo</a>. This extension allows you to upload your files directly in Firefox via FTP. I&#8217;m not sure how well it performs with very large files but I tried it out for several uploads and find it very easy to use, stable and very responsive. I&#8217;d like to take you through its installation and setup in Firefox and a typical upload. <span id="more-132"></span>Make sure you are in Firefox ;)<br />
<strong> Installation and connection setup</strong></p>
<ol>
<li>to install FireFTP &#8211; go to either of the pages shown below. By clicking on the Download / Install button the addon will be installed as extension in Firefox.
<ul>
<li><a href="http://fireftp.mozdev.org/" target="_blank">fireftp.mozdev.org/</a> &rarr; Mime &#268;uvalo.</li>
<li><a href="https://addons.mozilla.org/firefox/684/" target="_blank">addons.mozilla.org/firefox</a> &rarr;  mozilla/firefox
			</li>
</ul>
</li>
<li>after installation &#8211; restart Firefox.<br />
		Once back open &#8211; you will see the extension added to your top menu &gt; Tools &gt; FireFTP.<br />
		When you choose FireFTP from your menu &#8211; it will launch itself into a new tab showing two columns: a left side column showing your default local directory and a right side column, currently empty, for the server directory. Each column is again divided into two halves allowing you to easily access folder content. Inbetween the two main columns you will see two arrow buttons which allow you to download from the remote directory and upload files and folders to the server.<br />
		<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/install.gif" alt="insall fireFTP" id="image136" />
	</li>
<li>to set the preferences got to the top menu &gt; Tools &gt; Add-ons.<br />
		The settings applied as default should be fine &#8211; but make sure that you have the general settings set as shown below. By setting the FileView to refresh automatically you will be able to see any successful up/downloads immediately appear within your folders.<br />
		<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/pref.gif" alt="fireftp preferences" id="image137" />
	</li>
</ol>
<p><strong>Uploading via FTP</strong><br />
To upload to your webserver you will need to have the following details:</p>
<ul>
<li>FTP host &#8211; usually in the form of &#8220;ftp.yourdomainname.com&#8221; or &#8220;yourdomainname.com&#8221;</li>
<li>username/login</li>
<li>password</li>
</ul>
<p>These details will be given to you by your webhost. It is good practice to keep all such information backed up somewhere other than your computer. Print out a copy and make sure store it somewhere safe &#8211; <em>keep it secret &#8211; keep it safe ; ) </em>   Even though you can always request this information again from your webhost &#8211; you often will need to log in or give some details in order to use technical support or to verify your account.<br />
To configure FireFTP for server connection and upload the files &#8211; please follow the steps below:</p>
<ol>
<li><strong>local directory</strong><br />
		to set the left side column of FireFTP to show the files to be uploaded &#8211; navigate your computer and locate your current site. You will see that by clicking on a folder in the very left hand side column &#8211; its  adjacent  column will show the selected folder&#8217;s content. Once you can see your site&#8217;s content &#8211; you are ready to connect to your server.<br />
		<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/local.gif" id="image139" alt="local directory" />
	</li>
<li><strong>FTP account</strong><br />
		FireFTP allows you to create FTP accounts which are then stored within the account drop down menu. Click onto &#8216;Manage Accounts&#8217;, select &#8216;New&#8217; and type in your details. You will only need to type in the &#8216;Host&#8217; details which will automatically be used as &#8216;Account Name&#8217; &#8211; and your username and password. Click &#8216;OK&#8217; to confirm and save your account settings.<br />
		<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/account.gif" id="image140" alt="ftp account" />
	</li>
<li><strong>connect to server</strong><br />
		once you have confirmed the correct log in details &#8211; you are ready to connect to your server. With your details stored in the drop down menu &#8211; make sure your FTP account is displayed and click the connect button. Beneath the program&#8217;s credits at the bottom of your window you will see the current activity being displayed. This will tell you how your login is proceeding and will inform you of any errors which might occur.<br />
		The folders found in the root directory can vary from server to server &#8211; and you don&#8217;t need to worry about most of these while you are new to webdesign and simply want to upload your website. It is important only to put your website&#8217;s files into the correct directory and to make sure your index page is placed directly into the site folder.<br />
		Your website&#8217;s directory is usually called &#8220;httpdocs&#8221; &#8211; &#8220;public_html&#8221; &#8211; or you might even find a folder shortcut called &#8220;www&#8221;. If you are not sure &#8211; simply email your webhost and ask :)<br />
		Once connected &#8211; you will see the right side column displaying your server&#8217;s directories as shown here:<br />
		<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/connect.gif" alt="connect to server" id="image141" />
	</li>
<li><strong>uploading your files</strong><br />
		To upload your files &#8211; make sure that your site folder is open in both directories: your local and your remote server should mirror each other. Once you know you are looking at the correct files &#8211; ensure that all required files are selected in your local site folder and that the relevant folder is displaying its content on the server side.<br />
		Select all files to be uploaded by shift clicking &#8211; and upload using either the &#8216;upload&#8217; button or by dragging the selected files across.<br />
		Both methods work equally well. If you are new to this and feel a little hesitant &#8211; use the &#8216;upload&#8217; button as you cannot make any mistakes. While dragging across and if you let go of your mouse at the wrong time &#8211; you might end up uploading your files into the wrong directory. You would then have to either move them on the server &#8211; or delete them to upload from scratch.<br />
		The screenshots below show the upload of an entire folder.<br />
		<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/upload.gif" alt="uploading" id="image142" />
	</li>
<li><strong>viewing process and stopping up/downloads</strong><br />
		You can see the process of your up/download in several places within your window. this should give you an indication of how long certain file sizes will take to up/download. It is always faster to download than to upload &#8211; so don&#8217;t be surprised if some heavier file take more time. If your internet connection is slow it would be best to upload your files in smaller chunks.<br />
		If you are experiencing difficulties &#8211; you can stop your up/downloads at any time via the &#8216;abort&#8217; button. You can then disconnect from the server and even restart FireFTP or Firefox to start fresh.<br />
		<img src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/process.gif" id="image143" alt="process" />
	</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/upload-via-ftp-in-firefox-fireftp/feed/</wfw:commentRss>
		<slash:comments>243</slash:comments>
		</item>
		<item>
		<title>getting started with handcoding and testing &#8211; a few tips :)</title>
		<link>http://graphiceyedea.co.uk/wp/getting-started-with-handcoding-and-testing-a-few-tips/</link>
		<comments>http://graphiceyedea.co.uk/wp/getting-started-with-handcoding-and-testing-a-few-tips/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 20:21:16 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[handcoding]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.graphiceyedea.co.uk/wp/?p=115</guid>
		<description><![CDATA[When you set out to start learning to handcode your sites in XHTML and CSS &#8211; and of course aiming to work towards the webstandards &#8211; there are a few things you should keep in mind. Below is my list of what to remember &#8211; it will become a little bit of a mixed bag [...]]]></description>
			<content:encoded><![CDATA[<p>When you set out to start learning to handcode your sites in XHTML and CSS &#8211; and of course aiming to work towards the webstandards &#8211; there are a few things you should keep in mind. Below is my list of what to remember &#8211; it will become a little bit of a mixed bag of different bits but I hope it will give you something to think about &#8211; please feel free to share your thoughts&#8230;</p>
<div class="featicon2"><img id="image116" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/1_refresh.gif" alt="refresh header graphic" /></div>
<p><span id="more-115"></span></p>
<h5>» clear cache and history &#8211; save x 2 &#8211; preview &amp; refresh</h5>
<p class="icon_comment2">Just to point this out once more as it can be a bit much to remember when you&#8217;re just starting with all this&#8230;<br />
when working with your 2 documents &#8211; the XHTML file and the CSS file &#8211; you will need to remember to save both files before previewing in the browser ! If you forget to save your changes in either file &#8211; you will not be able to see them applied and taking effect in the browser. So always remember to save <strong>twice</strong> &#8211; then preview and refresh your page.<br />
At times you will also need to clear the cache of you browser, delete its history and restart the browser itself. This is only necessary when you suspect you might be experiencing glitches with your browser. So if your page doesn&#8217;t look as you expected, even after the page refresh, try clearing cache and history and restart your browser.<br />
PREVIEWING: personally, I prefer to open the pages I work on directly in the browser &#8211; rather than using the preview options in the editors. By accessing the file directly with the browser I am not previewing a temporary version of the page &#8211; but rather the page itself.</p>
<div class="featicon2"><img id="image117" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/2_fontsize.gif" alt="font size image header" /></div>
<h5>» default font size in your browser&#8217;s preferences</h5>
<p class="icon_comment2">As we all have different online habits &#8211; it is hard to judge how exactly the majority of people will view your website. Leaving aside the issues of what monitor resolution and size or which browser &#8211; the settings of the browser alone have an impact on how your site displays.<br />
You yourself might have changed the default font size in your browser preferences as you might prefer smaller text display. Or you might have enlarged the default font size. This will affect how you perceive your own design while testing your code and previewing your page.<br />
Most browsers have a default setting of 16pt when freshly installed &#8211; this font default is easily controlled with the right CSS rules. If you have changed this setting &#8211; your font settings in your CSS file might be very unsuitable for the standard settings used by your visitors. Ideally you will preview your own sites with this default font size of 16. This will be the most suitable starting point as many people never change their default preferences. Using <strong>em</strong> as font size and &#8211; keeping in mind any font resizing your site&#8217;s visitor might perform &#8211; you can ensure that your layout can handle different text sizes while degrading gracefully if pushed.</p>
<div class="featicon2"><img id="image118" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/3_featherlight.gif" alt="feather light image" /></div>
<h5>» keep you images perfectly sized and feather light</h5>
<p class="icon_comment2">Obvious as it might become to you when you start working with webdesign &#8211; it is important not only to plan your site structure and page layout but also to prepare all graphics and other assets accordingly. Make sure that you know the exact size and function of any visual elements and edit each image individually to fit this size. Always keep the file size in pixel dimensions as well as actual file size in mind &#8211; a few pointers:</p>
<ul>
<li>edit all visuals to the exact pixel dimensions set in your page layout plan</li>
<li>optimise all images and save them into your site project folder as jpgs or gifs</li>
<li>for large background images &#8211; use soft blurs and tiled patterns to keep their file size down</li>
<li>XHTML image tag: remember all details of your image tag such as the width and height (without the measurement units) and the &#8216;alt&#8217; tag &#8211; including the closing forward slash:<br />
<strong><br />
<img id="image119" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/imgscr.gif" alt="html code snippet for images" /><br />
</strong></li>
</ul>
<p><img id="image120" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/4_linkgraphic.gif" alt="link text for css" /></p>
<h5>» make sure to define all link states</h5>
<p>In order to ensure that all your links will display as you designed &#8211; it is important edit your css to style all 4 states, regardless of whether you are planning to differentiate between each of them individually or not.<br />
Strictly speaking &#8211; this is not necessary but proved to be the most reliable method, especially when creating more complex link rollovers. Browser like IE are easily confused and generally give more reliable results with all 4 link states defined.<br />
You can list the button states in order to make several states use the same rules as shown below:<br />
<img id="image122" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/11/4_link_css.gif" alt="screenshot of css rules for link styling" /></p>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/getting-started-with-handcoding-and-testing-a-few-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>working with HTML editors &#8230; a few tips ;)</title>
		<link>http://graphiceyedea.co.uk/wp/working-with-html-editors-a-few-tips/</link>
		<comments>http://graphiceyedea.co.uk/wp/working-with-html-editors-a-few-tips/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 11:36:58 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[handcoding]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.graphiceyedea.co.uk/wp/?p=77</guid>
		<description><![CDATA[&#8230; in case your head is spinning with the new world of coding&#8230; TacoHTMLedit &#8211; mac [http://tacosw.com] CrimsonEditor &#8211; pc [http://www.crimsoneditor.com/] Just a few points on how to use TacoHTML on the MAC and CrimsonEditor on the PC TacoHTMLedit &#8211; mac [http://tacosw.com] write your own customised HTML template set up your preferences to use it [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; in case your head is spinning with the new world of coding&#8230;<br />
<strong>TacoHTMLedit &#8211; mac [<a target="_blank" href="http://tacosw.com/main.php">http://tacosw.com</a>]<br />
CrimsonEditor &#8211; pc [<a target="_blank" href="http://www.crimsoneditor.com/">http://www.crimsoneditor.com/</a>]</strong><br />
<span id="more-77"></span></p>
<p>Just a few points on how to use TacoHTML on the MAC and CrimsonEditor on the PC</p>
<p><strong>TacoHTMLedit &#8211; mac [<a target="_blank" href="http://tacosw.com/main.php">http://tacosw.com</a>]</strong></p>
<ul>
<li>write your own customised HTML template    set up your preferences to use it  for each new page:<br class="clear" />   bare <a target="_blank" href="http://www.graphiceyedea.co.uk/wp/extras/sample.txt">sample</a> of HTML template
<ol>
<li>top menu > Taco > Preferences</li>
<li>select &#8216;Documents&#8217; tab</li>
<li>tick box: &#8216;Create new documents with the code form the following file&#8217;</li>
<li>&#8216;browse&#8217; to select your template file</li>
<li>close preference window (which saves your settings)</li>
</ol>
</li>
<li>always work in the <strong>project directory</strong> &#8211; rather than individual files. This makes it easier for you to keep an eye on the relevant file paths as well as being a faster working method.<br />
<img alt="project directory snapshot" id="image79" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/taco1.gif" /></li>
<li>some useful keyboard shortcuts to speed up workflow:
<ul>
<li>[apple] + S  =  save current file</li>
<li>[apple] + Y  = preview in default browser</li>
<li>[apple] + B  =  check code syntax</li>
<li>[apple] + control + O (letter O)  =  organise tags</li>
</ul>
</li>
<li>remember to save all files before previewing your files &#8211; this might take some getting used to&#8230;<br />
keep an eye on the appearance of the file icon within your project directory and you will see all saved files as normal &#8211; any unsaved files will appear as if selected in a darker shade:<br />
<img id="image80" alt="snapshot of saved/not saved files" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/taco2.gif" /></li>
<p><br class="clear" /></ul>
<p><br class="clear" /><br class="clear" /><br />
<strong> CrimsonEditor &#8211; pc [<a target="_blank" href="http://www.crimsoneditor.com/">http://www.crimsoneditor.com/</a>]</strong></p>
<ul>
<li>write your own customised HTML template    open as template  for each new page:<br class="clear" />   bare <a target="_blank" href="http://www.graphiceyedea.co.uk/wp/extras/sample.txt">sample</a> of HTML template
<ol>
<li>write template and save under meaningful name in a specific directory<br />
(ideally you start using 1 overall folder for all your web work creating site specific folders within it &#8211; this main folder would be suitable location for your new default template file)</li>
<li>instead of creating a new file via &#8216;File &#8211; New&#8217; &#8211; you can now choose your template instead in one of the following ways:
<ul>
<li>File   Open Template</li>
<li>keyboard shortcut: alt + shift + O (letter O)</li>
</ul>
</li>
<li>save the new file as appropriate into your project directory</li>
</ol>
</li>
<li>Crimson Editor makes it easy for you to navigate between your files by displaying all open documents as tabs below the toolbar. Make sure though to keep an eye on your <strong>project directory</strong> which will make it easier to target each file:<br />
<img id="image81" alt="project directory snapshot - crimson editor" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/crimson1.gif" /><br class="clear" /></li>
<li>for faster workflow &#8211; open up the pages you are working on in each browser you are testing in.<br />
While writing your code in the editor &#8211; you can then jump between applications to preview the pages in one of the following ways:</p>
<ul>
<li>use the taskbar at the bottom of your screen to view each page</li>
<li>hold down the Alt key and press Tab to access the different applications</li>
<p><strong>! remember to refresh your page !</strong></ul>
</li>
<li>always make sure to save all files before you preview your pages&#8230;!<br />
Crimson editor indicates saved and not saved files by a coloured dot preceding the file name in the tab:<br />
<img alt="snapshot of saved/not saved files - crimson editor" id="image82" src="http://www.graphiceyedea.co.uk/wp/wp-content/uploads/2006/10/crimson2.gif" /></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://graphiceyedea.co.uk/wp/working-with-html-editors-a-few-tips/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

