<?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>Jamie Huskisson &#187; articles</title>
	<atom:link href="http://www.jhuskisson.com/tag/articles/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jhuskisson.com</link>
	<description>Nottingham freelance UK PHP, Magento, Wordpress developer</description>
	<lastBuildDate>Sun, 30 May 2010 17:16:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction to directories for Magento developers</title>
		<link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers</link>
		<comments>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers#comments</comments>
		<pubDate>Sun, 19 Apr 2009 14:32:00 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[magento development]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/?p=523</guid>
		<description><![CDATA[
New developers to Magento can find it a puzzling system in terms of system architecture. In this article I hope to shed some light on some of the key directories in Magento and what they do so any Magento developers out there aren&#8217;t quite as confused when unzipping their first set of Magento install files.
Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://files.jhuskisson.com/blog/magento_logo.png" alt="Magento Commerce logo" title="Introduction to directories for Magento developers" /></p>
<p>New developers to Magento can find it a puzzling system in terms of system architecture. In this article I hope to shed some light on some of the key directories in Magento and what they do so any Magento developers out there aren&#8217;t quite as confused when unzipping their first set of Magento install files.</p>
<p>Here&#8217;s seven key things you need to know the location of at some point when developing with Magento and the directories that they are stored in.</p>
<ol>
<li>
<h3>The templates file</h3>
<p><strong>/app/design/</strong> is the core storage folder for template files. With it breaking down into <em>adminhtml/</em> for administration templates, <em>frontend/</em> for frontend templates and <em>install/</em> for installation templates.</p>
<p>Within these you&#8217;ll find your default template set aptly named <em>default</em>. In your template set folder are your individual theme folders that come with Magento.</p>
<p><em>layout</em>, <em>locale</em> and <em>template</em> are the core directories that contain the files that make up your themes.</p>
</li>
<li>
<h3>The skin files (resources, components, resources)</h3>
<p>In <strong>/skin/</strong> you&#8217;ll find your CSS, images, Flash, JavaScript and any other resource files that relate specifically to templates in the system. You will also find the <em>adminhtml</em>, <em>frontend</em> and <em>install</em> directories distinction here.</p>
</li>
<li>
<h3>Language files and e-mail templates</h3>
<p><strong>/app/locale/</strong> is your core directory. With sub-directories for each language set installed for the store. You will find .csv files for each of the modules installed on the system relating to their translations. You&#8217;ll find the Magento e-mail templates in <em>/template/email/</em> within your language directory in <em>/app/locale/</em>.</p>
</li>
<li>
<h3>Core configuration</h3>
<p><strong>/app/etc/</strong> contains all configuration files for Magento. From the <em>local.xml</em> file which contains your database configuration, amongst other things. To your <em>modules/</em> folder which contains the declaration of modules in the system.</p>
</li>
<li>
<h3>Local, core and community modules</h3>
<p>All modules for functionality are stored in <strong>/app/code/</strong> and are broken down into the following folders:</p>
<ul>
<li><em>community</em> &#8211; for modules installed via Magento Connect.</li>
<li><em>core</em> &#8211; for modules that come with Magento by default.</li>
<li><em>local</em> &#8211; usually for locally developed modules</li>
</ul>
</li>
<li>
<h3>Media files</h3>
<p>All images uploaded to the system as well as the images resized dynamically by the system are stored in <em>media/</em>.</p>
<p>When importing media files via system profiles (Magento&#8217;s name for batch processing), <em>/media/import/</em> will be your folder to place the images for the products.</p>
</li>
<li>
<h3>The var directory</h3>
<p>The var directory is used for several functions in the system:
<ul>
<li><strong>Backups</strong> are exported to <em>backups/</em> by the built in system backup tool.</li>
<li>The system <strong>cache</strong> is stored in both <em>cache/</em> and <em>session/</em> folders.</li>
<li><strong>Data import</strong> for default system data import profiles is set to <em>import/</em>.</li>
<li><strong>Data export</strong> for default system data export profiles is set to <em>export/</em>.</li>
</ul>
</li>
</ol>
<p>Hopefully this has given you a good indication as to the important directories in Magento&#8217;s file structure. I hope you can now go away and navigate around Magento&#8217;s default folders with ease.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/magento" rel="tag">magento</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers&title=Introduction to directories for Magento developers">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers%26title%3DIntroduction to directories for Magento developers">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers&title=Introduction to directories for Magento developers">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers#comments">8 comments have been</a> left so far, <a href="http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Start developing smarter and stop yourself working late</title>
		<link>http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late</link>
		<comments>http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:51:29 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/?p=448</guid>
		<description><![CDATA[Let me start off by saying if you&#8217;re proud of being a workaholic, have no goal for a life and/or are simply &#8220;building up your business&#8221; then this article probably isn&#8217;t for you. This is (in part) how I stopped myself from working 10am to 2am every day of the week and actually went outside [...]]]></description>
			<content:encoded><![CDATA[<p>Let me start off by saying if you&#8217;re proud of being a workaholic, have no goal for a life and/or are simply &#8220;building up your business&#8221; then this article probably isn&#8217;t for you. This is (in part) how I stopped myself from working 10am to 2am every day of the week and actually went outside for a change after being in exactly the same position.</p>
<p>I&#8217;m the first to admit I&#8217;m a self-confessed workaholic but I&#8217;m also the first to admit that being workaholic to the point of work being the only thing in your life is a boring when you look back at it. Work is great and it sometimes leads to fantastic rewards but it shouldn&#8217;t never become the basis of your life.</p>
<p>The things in this article are all things that led to me becoming a significantly better programmer and lead developer. They also made me become a significantly better freelance developer whilst I was freelancing.</p>
<h3>Nine-to-Five</h3>
<p>Start out by actually forcing yourself to work between 9am and 5pm. Get all early morning browsing in between 8:30am and 9am and make sure you&#8217;re ready to immediately start. When you&#8217;re forced to work within a time period that &#8220;isn&#8217;t enough time&#8221; you&#8217;ll find ingenious ways of cutting time out of your day and solving regular issues so you can do more in less time.</p>
<p>You will be able to reflect on parts of your work life during this time that you&#8217;ve never thought about. Are you charging enough? Do you need help to get the work done? Are people taking advantage of your time? </p>
<h3>Know when to apply the breaks</h3>
<p>Set out when and for how long for your breaks are going to be. Your lunch needs to be at a regular time and two other 15-20 minute breaks can be scheduled either side of your lunch. This breaks things up and allows you to remove yourself from problems that can be fixed with a few minutes of simply thinking about it.</p>
<p>The same applies here for time that isn&#8217;t spent working. Don&#8217;t go out on a three hour break because you&#8217;re not in an office and work from home &#8220;because you can&#8221;, it just doesn&#8217;t get you anywhere. </p>
<h3>Inbox nirvana</h3>
<p>Cut out all of your e-mails as soon as they&#8217;re coming in. Make sure you reply to the e-mails that are asking you questions and for help within a suitable amount of time. Either set a certain time period aside for this or break it down into 10-15 minute periods throughout the day so you can spend the rest of your time focusing on the job at hand.</p>
<p>I find Gmail&#8217;s built in labelling feature is great for this, I can simply scan an e-mail and mark is as &#8220;quote to do&#8221; or &#8220;reply needed&#8221; and make sure those labels are completely cleared out by the end of each time slot so that everyone receives their responses.</p>
<h3>Trim the fat, throw out what isn&#8217;t working</h3>
<p>Simply enough you need to trim out all those activities that take minutes here and there but add up to an hour, maybe more, over the period of your work day (outside of the standard breaks) that stop you getting what you need to get done. <a href="http://www.jhuskisson.com/work-posts/rescue-time-is-great-for-efficiency-and-productivity">Rescue Time is perfect</a> for this as it allows you to see exactly what is distracting you from working properly and shows you how you can be more efficient. </p>
<p>Determined enough to get work done, you may even consider installing parental controls to stop yourself accessing these applications during your scheduled work hours. It sounds funny now, but if you&#8217;re a World of Warcraft addict or love your RSS Feeds, you know how much that will cut from your day.</p>
<h3>Make some plans, don&#8217;t expect them to just happen</h3>
<p>Arrange weekly events you would have look like a complete idiot to pull out of, plan things a few days or week(s) in advance so that it&#8217;s definite that it will happen. Make sure to get out and experience something else other than the computer once and a while.</p>
<h3>Thought of something else?</h3>
<p>If there&#8217;s anything else you&#8217;d like to suggest to others facing this problem or you would like to share how you&#8217;ve got over the same issue then <a href="http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late#comment">feel free to leave a comment</a> or post it up on your own blog with a link to this post so that others can find your suggestion.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/freelancing" rel="tag">freelancing</a>, <a href="http://www.jhuskisson.com/tag/work" rel="tag">work</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late&title=Start developing smarter and stop yourself working late">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late%26title%3DStart developing smarter and stop yourself working late">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late&title=Start developing smarter and stop yourself working late">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late#comments">4 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/start-developing-smarter-and-stop-yourself-working-late/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Clients: things you need for a site launch</title>
		<link>http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch</link>
		<comments>http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch#comments</comments>
		<pubDate>Tue, 11 Mar 2008 14:01:05 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[client advice]]></category>

		<guid isPermaLink="false">http://localhost/jhuskisson-dot-com/articles/clients-things-you-need-for-a-site-launch</guid>
		<description><![CDATA[The following is a general list of questions that can be updated towards what client&#8217;s need to do to help people launch their site on time and without any problems. 
Decisions need to be made well in advance when it comes to launching a site, and this article covers just some of the most important [...]]]></description>
			<content:encoded><![CDATA[<p>The following is a general list of questions that can be updated towards what client&#8217;s need to do to help people launch their site on time and without any problems. </p>
<p>Decisions need to be made well in advance when it comes to launching a site, and this article covers just some of the most important things to consider when it comes to getting your new site online. These aren&#8217;t things to leave until the last possible minute, and should all be dealt with well in advance to launch.</p>
<h3>Content</h3>
<p>Are you going to re-write it? Are you going to use the same stuff with some problems? Are you wanting us to arrange a content writer for you?</p>
<h3>Audio</h3>
<p>Have you got all your audio files ready in the correct format to be put into the CMS? Are they on the online web service you&#8217;re going to be using to host them ready?</p>
<h3>Video</h3>
<p>Do you know how to get video off your CD&#8217;s and DVD&#8217;s stored? Or anywhere else for that matter? Do you know what format they need to be in? What codec to use? Do you know how to convert this format into the one you need everything to be in?</p>
<h3>Images</h3>
<p>Are you going to be using a web service such as Flickr? Or the CMS provided? What size do they need to be in? Do they need resizing? Or are you going to use the originals? Do they need watermarking?</p>
<h3>Training</h3>
<p>When will you be trained? What on? For how long? Who needs to be there? Do the people doing the training really need to be coming back several times? Or can you get all done at once? Will it cost you less if this is the case?</p>
<h3>Contacts</h3>
<p>If there&#8217;s more than one source for the requirements going into a project, then there needs to be a sharing of all these sources between the companies involved. </p>
<p>These can include, but are not limited to: accounting, hosting contacts, IT contacts, domain name registrars, designers, developers and directors.</p>
<h3>The timeline</h3>
<p>Make sure your timeline includes strictly set deadlines that aren&#8217;t slipped. When will you have your contacts ready? When will you have a training deadline set? Your images ready? Videos? Audio? Content for this section? That section? The other section?</p>
<p>Make sure they are realistic and not rushed, when deadlines are rushed they are often missed. If the staff are managing other things at the same time then they need the time to do that, not be forced to make decisions about other things too.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/business" rel="tag">business</a>, <a href="http://www.jhuskisson.com/tag/client-advice" rel="tag">client advice</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch&title=Clients: things you need for a site launch">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch%26title%3DClients: things you need for a site launch">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch&title=Clients: things you need for a site launch">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch#comments">2 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/clients-things-you-need-for-a-site-launch/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick notes about sending job applications</title>
		<link>http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications</link>
		<comments>http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications#comments</comments>
		<pubDate>Sat, 13 Oct 2007 08:27:46 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[job applications]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/several-quick-notes-about-receiving-job-applications</guid>
		<description><![CDATA[About 90-95% of applicants to job applications I post up elsewhere find my blog somehow and compliment me on it in the opening paragraph of their e-mail. Given this I thought I&#8217;d throw some nugget-sized wisdom bombs in front of the eager young eyes of those applicants so they can better their application, or not [...]]]></description>
			<content:encoded><![CDATA[<p>About 90-95% of applicants to job applications I post up elsewhere find my blog somehow and compliment me on it in the opening paragraph of their e-mail. Given this I thought I&#8217;d throw some nugget-sized wisdom bombs in front of the eager young eyes of those applicants so they can better their application, or not bother at all.</p>
<ul>
<li>If it says full-time please for the love of god don&#8217;t apply thinking it&#8217;s a freelance position. It just isn&#8217;t, &#8216;full-time&#8217; and &#8216;freelance&#8217; are two entirely different job types.</li>
<li>No, you can&#8217;t apply for the full-time position, waste an hour of my time talking to me and then say &#8220;so here&#8217;s the thing&#8230; I work with three others guys in&#8230;&#8221; &#8211; stop &#8211; your a company already. Next.</li>
<li>The same goes for &#8216;White Label&#8217; services. Go away.</li>
<li>Applying because you like Rolled&#8217;s (or my) sense of humour? Show some of your own, it knocks you up the queue significantly. If you are going to talk like a robot, attach a video of you dancing like one to up the comedy level and recover that dreaded generic application from the dead pile.</li>
<li>Adding to the point above, show some personality. It&#8217;s very clear when you are using a template you&#8217;ve pre-prepared or slightly editing one.</li>
<li>Address the actual job, If I say I want x and x from a Wordpress Developer, please tell me if you can do any of those x&#8217;s. It&#8217;s almost the point of the e-mail, the introduction and background paragraph&#8217;s are meaningless unless a paragraph addressing the job and your talent to do x and x appears. If you can do x and x extra that&#8217;s brilliant, but address the original issues.</li>
<li>&#8220;I&#8217;d like &pound;65 an hour and I can work 9-5, I&#8217;m just out of University and have done some work for a company in London&#8221;. Use some common sense with your rates, especially if you are straight out of University or College with little experience.</li>
</ul>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/business" rel="tag">business</a>, <a href="http://www.jhuskisson.com/tag/job-applications" rel="tag">job applications</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications&title=Quick notes about sending job applications">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications%26title%3DQuick notes about sending job applications">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications&title=Quick notes about sending job applications">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications#comments">One comment has been</a> left so far, <a href="http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/quick-notes-about-sending-job-applications/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A quick note on the CV</title>
		<link>http://www.jhuskisson.com/articles/a-quick-note-on-the-cv</link>
		<comments>http://www.jhuskisson.com/articles/a-quick-note-on-the-cv#comments</comments>
		<pubDate>Sat, 01 Sep 2007 08:41:02 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[cv]]></category>
		<category><![CDATA[job openings]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/a-quick-note-on-the-cv</guid>
		<description><![CDATA[Out of the past 20-30 designers I&#8217;ve received CV&#8217;s from only one has been designed well enough for me to get a good impression of the designer, and it wasn&#8217;t created in Word. It was two pages and contained links to his recent work, some thumbnails and was fully branded. 
It didn&#8217;t contain: his education [...]]]></description>
			<content:encoded><![CDATA[<p>Out of the past 20-30 designers I&#8217;ve received CV&#8217;s from only one has been designed well enough for me to get a good impression of the designer, and it wasn&#8217;t created in Word. It was two pages and contained links to his recent work, some thumbnails and was fully branded. </p>
<p>It didn&#8217;t contain: his education background as far back as when he attended Nursery, his grades breakdown and ten pages of reading material padded out with lots of stretched truth to do with what they did at their last job. Example:</p>
<p><strong>McDonalds &#8211; Senior Beef technician</strong><br />
Lead a team of three people processing and preparing beef for use in gourmet food ate by thousands daily. Designed a unique technique of packaging that is used for top customers to this day.</p>
<p><strong>Translation</strong><br />
Was in a team of four saying nothing, doing nothing but unpacking pre-shaped burger meat and passing it down the queue. Figured that spitting just underneath the cheese in annoying customers burgers before packing them could never be found, and that tip is now passed down through remaining staff to new staff to this day.</p>
<p><strong>Essentially:</strong><br />
Stop blabbing on, don&#8217;t send 100 URL&#8217;s with no explanation but send four or five latest pieces of work with explanations for each. Realistically I don&#8217;t have ten minutes for each applicant, so if your e-mail or application contains more than a minute or two of reading then it&#8217;s not going to get read.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/cv" rel="tag">cv</a>, <a href="http://www.jhuskisson.com/tag/freelancing" rel="tag">freelancing</a>, <a href="http://www.jhuskisson.com/tag/job-openings" rel="tag">job openings</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/a-quick-note-on-the-cv&title=A quick note on the CV">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/a-quick-note-on-the-cv%26title%3DA quick note on the CV">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/a-quick-note-on-the-cv&title=A quick note on the CV">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/a-quick-note-on-the-cv#comments">One comment has been</a> left so far, <a href="http://www.jhuskisson.com/articles/a-quick-note-on-the-cv#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/a-quick-note-on-the-cv/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why learning web development at college is good for you</title>
		<link>http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you</link>
		<comments>http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you#comments</comments>
		<pubDate>Thu, 26 Jul 2007 08:38:37 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[college]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you</guid>
		<description><![CDATA[I constantly hear people complaining that they aren&#8217;t getting what they want out of college, that they can do it alone and that they don&#8217;t want to be taught &#8216;behind the times&#8217; ASP and that their college needs to be brought into the &#8216;current day teaching techniques&#8217; &#8211; so here&#8217;s why I think all that [...]]]></description>
			<content:encoded><![CDATA[<p>I constantly hear people complaining that they aren&#8217;t getting what they want out of college, that they can do it alone and that they don&#8217;t want to be taught &#8216;behind the times&#8217; ASP and that their college needs to be brought into the &#8216;current day teaching techniques&#8217; &#8211; so here&#8217;s why I think all that is a load of crap.</p>
<h3>With your teacher(s), you will more than likely deal with the hardest client you&#8217;ll ever have</h3>
<p>With my first web development project at college we had to develop a random concept web site into XHTML/CSS. I submitted a div tag/CSS layout and was promptly asked where I took the code from and why I was trying to cheat in my college class. To which I explained that I had been developing outside of college for some time prior to joining the course, which wasn&#8217;t met by believing eyes.</p>
<p>You see this type of interaction with a teacher is what teaches you the fundamentals of dealing with bad clients, bad contractors and bad customers. Do you blow your lid and call the teacher a fool? Or do you politely explain you&#8217;ve got x years experience playing with sites beforehand?</p>
<p>If the teacher has past experience running their own company or doing client projects then they&#8217;ll be even further of a problem to you. They&#8217;ll teach you how old fashioned some clients can be by being old fashioned themselves &#8211; why aren&#8217;t you using tables? Does this validate to HTML 4.0 standards? Why aren&#8217;t you including food costs in your client billing breakdown?</p>
<h3>Learning ASP isn&#8217;t all that bad, especially if you are in it for the money</h3>
<p>There&#8217;s more money in ASP and there&#8217;s more real jobs available. The type where you sit in a company and develop all day long. The language teaches you structure, and gives you a first hand view of what it is like on the other side of the fence should you be a PHP/Ruby on Rails type of guy. Why is it a bad thing to be able to start a PHP/Ruby vs ASP argument with &#8216;well I&#8217;ve worked with ASP before, and&#8230;&#8217;?</p>
<h3>If you&#8217;re good, you&#8217;ll learn to teach</h3>
<p>I spent a lot of my time helping out my friends with problems at college, my grades suffered but at the end of the day but I gained a good knowledge of what it is like to teach. Today this is applied to how I can teach clients about how Rolled&#8217;s process works, how we teach them Wordpress or basic XHTML for post formatting in their CMS. </p>
<p>At the end of the day I finished basic tasks in less than a minute, and spent the rest of the hour helping people out and learning from it &#8211; just because you&#8217;re finished with something doesn&#8217;t mean there&#8217;s nothing else to do.</p>
<h3>Presenting</h3>
<p>I was useless at presenting when I first started on my college course, a nervous wreck when standing in front of the class. If your course includes presenting and you&#8217;re asking why &#8211; I honestly don&#8217;t know what you&#8217;re thinking.</p>
<p>The talent of being able to react to an incredibly tricky question from a teacher in front of 10-20 people and not look like an idiot is something of a secret that you can take to your grave. Putting passion into something you have no passion about when presenting is also another talent that few have, especially when it&#8217;s all put together the night before at 4am after getting in from a night out.</p>
<p>It teaches you how to place graphics, what fonts work and what don&#8217;t, how to present one idea but how to present another &#8211; and at the end of the day, it&#8217;s practice for pitching if you are to be in that position later on in life.</p>
<h3>In conclusion</h3>
<p>Stop whinging &#8211; stay in college and get your degree/diploma. College can teach you many things you wouldn&#8217;t learn outside of the boundaries until it&#8217;s too late. Do you want to present to a client having never done it before? Deal with a bad client for the first time on your newly acquired project? Have work go entirely dry and not have those Junior ASP programmer positions to apply to? Lose every PHP/Ruby vs ASP argument because you have no facts to use to back up your side of things?</p>
<p>At the end of the day it&#8217;s college, it&#8217;s not an experience many get more than twice for two to four years of their life. Suck it up, learn from it and experiment as much as possible whilst you can.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/college" rel="tag">college</a>, <a href="http://www.jhuskisson.com/tag/freelancing" rel="tag">freelancing</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you&title=Why learning web development at college is good for you">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you%26title%3DWhy learning web development at college is good for you">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you&title=Why learning web development at college is good for you">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you#comments">7 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/why-learning-web-development-at-college-is-good-for-you/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Qualities of a great freelancer</title>
		<link>http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer</link>
		<comments>http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer#comments</comments>
		<pubDate>Fri, 15 Jun 2007 09:00:32 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[freelancing]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer</guid>
		<description><![CDATA[The following are qualities that I consider core things I look for in freelancers I use when outsourcing work and getting things done. They are also the things that each and every freelancer working on jobs for Rolled At possess.
Personality
You may remember the guy who bored you to death on the phone, but you&#8217;ll remember [...]]]></description>
			<content:encoded><![CDATA[<p>The following are qualities that I consider core things I look for in freelancers I use when outsourcing work and getting things done. They are also the things that each and every freelancer working on jobs for Rolled At possess.</p>
<h3>Personality</h3>
<p>You may remember the guy who bored you to death on the phone, but you&#8217;ll remember the one you related to and laughed with a whole lot more. They&#8217;ll also become a pleasure to work with and you&#8217;ll use them more often. I can&#8217;t tell you how put off I am by the lack of a personality in some freelancers I talk to.</p>
<h3>A love for the job</h3>
<p>Clients don&#8217;t want their leg humping, but they do want someone who <em>wants</em> to do the job they have available. Someone who wants to see the product of their work come alive at the end of everything.</p>
<p>Chances are if you don&#8217;t love making websites, the ones you&#8217;ll be creating won&#8217;t be very good once your finished. The first question I ask anyone when I talk to them the first time when I&#8217;m adding a freelancer to my list is &#8216;do you love what you do?&#8217; and if the answer isn&#8217;t yes with a convincing follow up statement then they don&#8217;t last passed that first question.</p>
<h3>Patience</h3>
<p>Can you wait for a job or are you going to be asking me every day about it? Are you going to blow off a huge list of insults at a client when they merely suggest a small change? Patience in my mind, is something that every freelancer needs in order to be a freelancer. You need to be patient in order to wait for a client getting back to you, to hear back from a job follow up and patient with your work too. If your forever complaining that something is going wrong instead of simply looking for a solution then your going to be closing doors instead of opening them.</p>
<h3>Flexibility</h3>
<p>Don&#8217;t work with frameworks? Someone else&#8217;s code? Pre-built scripts? Other people&#8217;s CSS/XHTML? These are all basic examples of lack of flexibility in some areas. Whilst they aren&#8217;t vital ingredients of a web development freelancer they do effect your ability to get work if you aren&#8217;t a specialist or established.</p>
<h3>A speciality</h3>
<p>The freelancer who specialises in one area and becomes a guru is someone that can &#8211; providing the speciality is of importance &#8211; become a cornerstone of a business. A talent in one area can be what gets you hired over someone else for a particular job, and it can be something that allows you to make more money that someone who generalises over multiple areas of knowledge. They do a better job, they have more experience and in most cases they take less time to get things done.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/freelancing" rel="tag">freelancing</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer&title=Qualities of a great freelancer">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer%26title%3DQualities of a great freelancer">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer&title=Qualities of a great freelancer">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer#comments">4 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/qualities-of-a-great-freelancer/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My five golden rules of freelancing</title>
		<link>http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing</link>
		<comments>http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing#comments</comments>
		<pubDate>Wed, 14 Mar 2007 20:15:39 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[freelancing]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing</guid>
		<description><![CDATA[I find I come across a lot of freelancers who don&#8217;t enjoy their job as much because of a variety of different things. They aren&#8217;t living by a set of golden rules as I do, so I thought I would share the rules that I live by whilst freelancing in order to benefit future and [...]]]></description>
			<content:encoded><![CDATA[<p>I find I come across a lot of freelancers who don&#8217;t enjoy their job as much because of a variety of different things. They aren&#8217;t living by a set of golden rules as I do, so I thought I would share the rules that I live by whilst freelancing in order to benefit future and current freelancers a like experiencing problems in their day to day work.</p>
<p>Golden rules are simply something that you stick by, they are your code of ethics and they are how you conduct yourself in day to day business.</p>
<h3>1. Keep it interesting</h3>
<p>Working the same job over and over is always going to get boring eventually. That&#8217;s why I tend to diversify what areas each job is in and the specifics of those jobs. Occasionally i&#8217;ll see a job which is completely out there and send a message about it on the spot. This will either allow me to meet somebody new or just experience what it&#8217;s like to work with that area of the web.</p>
<p>It&#8217;s all about breaking the routine that every freelancer drops into from time to time. It shouldn&#8217;t feel like your copying and pasting what you did last week for a new site and changing the name on top &#8211; it should be that your adding something to your skill set, experiencing something new and dealing with different people on a week to week basis.</p>
<h3>2. Don&#8217;t work with people that you don&#8217;t like</h3>
<p>There&#8217;s nothing more aggravating than working with people you don&#8217;t like. It demoralises you, makes work a chore rather than a passion and basically makes you question why you do what you do. </p>
<p>Always be sure to save up your money in the background and have a backlog of pay stored away. This gives you a position where you can turn down clients you aren&#8217;t sure about and pull out of deals that are making your life hell.</p>
<p>The last thing you want to do as a freelancer is to break a relationship with a client by pulling out of a deal. But I feel that if it&#8217;s no longer fun or interesting to work (or even aggravating to work) with that client then you should be moving on and finding work else where.</p>
<h3>3. Know when to escape</h3>
<p>Knowing when to take a break and when to stop working is a key part of freelancing. Otherwise we&#8217;d all be doing 12 hour days every day and just get burnt out all the time.</p>
<p>Take weekends off, read a book, get some DVD&#8217;s, join the gym, walk the dog, visit the local shops to get a sandwich &#8230; all of these things you can do to escape working. </p>
<p>(This is all of course outside of work hours and during breaks.. not to avoid working in the first place.)</p>
<h3>4. Treat every job as if it&#8217;s your first</h3>
<p>Don&#8217;t get comfortable with a long term client, your standard should be as high as it was when you first worked for them. The day you decided that if you did a good job on the first project there may be more in it for you. This should be how you treat every job &#8211; as if your out to impress in a job interview and need that job to survive. That hunger to impress the client and keep them happy is how you deliver consistently and how you keep that client wanting to use you in the first place.</p>
<p>Think about this &#8211; are clients going to refer you to a friend if a friend needs work? Are they more likely to refer an excellent freelancer, or one that delivers average results?</p>
<p>Of course there is a twist to this rule &#8211; we all know our first jobs weren&#8217;t the best and where possibly even sloppy. That is something you&#8217;ll have to refrain from doing with this rule of course.</p>
<h3>5. Communicate beautifully</h3>
<p>Spell checks and grammar checks are vital for the less than able English speakers here. I often find clients talking about how poor ex-hires where with their English and it will always be off putting when a client wants to deal with the client with long conversations about jobs.</p>
<p>Another important part of this rule is to put communicating with the client as a priority. If they send you an e-mail it&#8217;s not &#8216;I&#8217;ll do it later&#8217;, it&#8217;s &#8216;OK I&#8217;ll respond now&#8217;. This is any time of your day your at the computer and this is what can set you apart from the rest. Having an instant reply or instant action towards the e-mail they&#8217;ve sent (if they want/need something doing) is always going to be something that a client likes &#8211; and it&#8217;s something that&#8217;ll win you over if your trying to impress them.</p>
<p>So there we have it, my golden rules of freelancing. I hope to have benefitted a few freelancers with this articles and I welcome any comments you wish to leave.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/freelancing" rel="tag">freelancing</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing&title=My five golden rules of freelancing">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing%26title%3DMy five golden rules of freelancing">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing&title=My five golden rules of freelancing">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing#comments">3 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/my-five-golden-rules-of-freelancing/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Locking and password protecting your Mac whilst you are away</title>
		<link>http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away</link>
		<comments>http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away#comments</comments>
		<pubDate>Wed, 21 Feb 2007 12:29:53 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away</guid>
		<description><![CDATA[I recently found a small annoyance with my iMac in that I wanted to lock my Mac whilst I was away from it and/or not using it whilst keeping all my programs running in the background. This is of course great for keeping things like Mail downloading whilst your away, which keeps things running smoothly [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found a small annoyance with my iMac in that I wanted to lock my Mac whilst I was away from it and/or not using it whilst keeping all my programs running in the background. This is of course great for keeping things like Mail downloading whilst your away, which keeps things running smoothly during the day.</p>
<p>Let&#8217;s start by pulling up the system preferences:<br />
<img src="http://files.jhuskisson.com/blog/mac_locking/apple_menu.gif" alt="Apple menu - Apple - System preferences" title="Locking and password protecting your Mac whilst you are away" /></p>
<p>We should have course have this:<br />
<img src="http://files.jhuskisson.com/blog/mac_locking/system_preferences.gif" alt="System preferences" title="Locking and password protecting your Mac whilst you are away" /></p>
<p>Select &#8216;Security&#8217; from the <strong>Personal</strong> row, which is the sixth icon. You should now be in the &#8216;Security&#8217; preference panel. Continue forth to make sure the checkboxes to the left of &#8216;Require password to wake this computer from sleep or screen saver&#8217; and &#8216;Disable automatic login&#8217; are checked. It should look a little something like this:<br />
<img src="http://files.jhuskisson.com/blog/mac_locking/security.gif" alt="Security" title="Locking and password protecting your Mac whilst you are away" /></p>
<p>Hit the &#8216;view all&#8217; button in the top left of the panel to go back to the system preferences panel and continue into the &#8216;Desktop &#038; Screen Saver&#8217; preferences panel which is also located on the <strong>Personal</strong> row of preferences, this time being the third icon in. Once it&#8217;s open click &#8216;Screen saver&#8217; at the top to make sure your in the right area.</p>
<p><img src="http://files.jhuskisson.com/blog/mac_locking/screen_saver.gif" alt="Screen Saver preferences" title="Locking and password protecting your Mac whilst you are away" /></p>
<p>Click &#8216;Hot Corners&#8217; in the bottom left, this will bring up a nice drop down sub-preferences panel. Continue forth to select a corner and select &#8216;Start Screen Saver&#8217; (I&#8217;ve selected the bottom left for mine).</p>
<p><img src="http://files.jhuskisson.com/blog/mac_locking/hot_corners.gif" alt="Hot Corner preferences" title="Locking and password protecting your Mac whilst you are away" /></p>
<p>Once this is activated if you move your mouse into the furthest point of your selected corner the screen saver should start up. Wait a few seconds (sometimes up to ten or so) and then move your mouse to bring your Mac out of it&#8217;s screen saver mode. You should then see a password prompt for your username and password &#8211; this would mean it&#8217;s worked.</p>
<p>No-one can now get onto your computer unless they know your username and password to get into your account.</p>
<p>If you would like to expand upon this and remove the screen saver from the screen after a certain amount of minutes. Go back into your system preferences panel and select &#8216;Energy Saver&#8217; which is on the <strong>Hardware</strong> row &#8211; the fourth icon.</p>
<p>Change your slider to whatever amount of minutes you want your display to turn off on. This will remove the screen saver from your display but keep your computer running. </p>
<p><img src="http://files.jhuskisson.com/blog/mac_locking/energy_saver_off.gif" alt="Energy Saver off" title="Locking and password protecting your Mac whilst you are away" /></p>
<p><img src="http://files.jhuskisson.com/blog/mac_locking/energy_saver_on.gif" alt="Energy Saver on" title="Locking and password protecting your Mac whilst you are away" /></p>
<p>Make sure &#8216;put computer to sleep when it is inactive for&#8217; is set to &#8216;Never&#8217; and &#8216;Put the hard disk(s) to sleep when possible&#8217; is unchecked. This makes sure your computer won&#8217;t stop processing applications and activity in the background whilst you are away from the computer.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/mac" rel="tag">mac</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away&title=Locking and password protecting your Mac whilst you are away">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away%26title%3DLocking and password protecting your Mac whilst you are away">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away&title=Locking and password protecting your Mac whilst you are away">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away#comments">21 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/locking-and-password-protecting-your-mac-whilst-you-are-away/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Ten things you hope the client never says</title>
		<link>http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says</link>
		<comments>http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says#comments</comments>
		<pubDate>Mon, 12 Feb 2007 19:43:18 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[clients]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says</guid>
		<description><![CDATA[Working from home as a full-time freelance web developer I&#8217;ve encountered some absolutely stunning lines from clients and so have friends of mine. This is a small collection of those lines to watch out for if you choose to go into the field yourself.
1. If you do this one for free&#8230;
This has to be one [...]]]></description>
			<content:encoded><![CDATA[<p>Working from home as a full-time freelance web developer I&#8217;ve encountered some absolutely stunning lines from clients and so have friends of mine. This is a small collection of those lines to watch out for if you choose to go into the field yourself.</p>
<h3>1. If you do this one for free&#8230;</h3>
<p>This has to be one of the most popular. People always want something for as little as possible, the notion of &#8216;you get what you pay for&#8217; normally doesn&#8217;t register until at least eighteen years old, but the notion can be ignored at ages high above this.</p>
<h3>2. This will be great exposure&#8230;</h3>
<p>This usually comes before number 1, &#8216;If you do this one for free you&#8217;ll get great exposure&#8217;. The problem is great exposure isn&#8217;t a link in the footer and it isn&#8217;t a mention in the launch post. Great exposure is guaranteed jobs afterwards, and lots of traffic for your own personal site &#8211; that and possibly free advertising in a prominent placement.</p>
<h3>3. Deposit?</h3>
<p>Some clients want you to effectively work for free. No deposit and lots of free work = one starving freelancer. To be free to accept work that doesn&#8217;t involve deposits be sure to have some money stored away to eat away at until the client pays in the end. Make sure they are trustable and will pay in the end. Be sure to do your research.</p>
<h3>4. Can I put this on my GeoCities?</h3>
<p>It takes the breath out of you, working on something for a long time and then a client asking you if they can put it on an incompatible hosting platform that won&#8217;t support it. It makes for some difficult explaining but makes one great entry on a &#8216;ten things you hope the client never says&#8217; article.</p>
<h3>5. I&#8217;ve changed my mind, I don&#8217;t want it anymore</h3>
<p>This is always an annoyance, and is sometimes a requirement in order to progress onto other projects. But it&#8217;s always something that will affect you on a personal level.</p>
<h3>6. Ok can you just add this, and this</h3>
<p>&#8220;You want money for the additions? You said you&#8217;d do everything for a set price!&#8217;. This one starts a lot of arguments and can affect your relationship with the client dramatically depending on how you react. To prevent this one blowing up on you always outline a clear feature set before starting work and outline exactly what you&#8217;ll deliver. Also outline what additional costs will be monetarily to the client. Will they be by the hour? Or a fixed fee? Discussed on arrangement? Whatever it is &#8211; it&#8217;s always best to plan these things out beforehand.</p>
<h3>7. I just need you to look the other way whilst we break this law..</h3>
<p>Whether it be tax law (it usually is) or some kind of pass the parcel &#8211; breaking the law is bad, um kay? Be sure to brush up on your tax laws that apply to you &#8211; make sure that if your hired to do a job for a company as an employee that they are handling your taxes, and if you are a contractor that you sort out your own. It always helps to know a small amount of law, and to consult an accountant when you aren&#8217;t sure of something.</p>
<h3>8. My mum says that she won&#8217;t let me use her credit card so I can&#8217;t pay you</h3>
<p>Funny, but a huge cringe worthy moment. It happens to all of us once in a blue moon, and it makes a fun entry.</p>
<h3>9. Yahoo! will buy us</h3>
<p>This is normally followed by number 1 and/or 2. People get bought all the time &#8211; but it&#8217;s simply not the case that millions are involved with every purchase of another site. Yahoo! may buy anywhere between one and tens of sites a year, but that&#8217;s between one and tens of several million websites out there.</p>
<h3>10. Nothing at all</h3>
<p>The client disappears, drops off the face of the earth. It&#8217;s your worst nightmare, they get you started on a project and leave, they give you a brief about a project tell you the deposit is coming and then you never hear from them. To avoid this make sure you always have a backup plan and if you can get a secondary contact for your client &#8211; that&#8217;s even better.</p>
<p>I&#8217;d like to thank <a href="http://ronalfy.com/" target="_blank">Ronalfy</a> for giving me the idea for this article. If you have any other things you&#8217;d like to see me write feel free to leave a comment or <a href="http://www.jhuskisson.com/contact/">use my contact form to send it directly</a>. </p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/business" rel="tag">business</a>, <a href="http://www.jhuskisson.com/tag/clients" rel="tag">clients</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says&title=Ten things you hope the client never says">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says%26title%3DTen things you hope the client never says">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says&title=Ten things you hope the client never says">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says#comments">25 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/ten-things-you-hope-the-client-never-says/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Five reasons bad clients are good for us</title>
		<link>http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us</link>
		<comments>http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us#comments</comments>
		<pubDate>Wed, 07 Feb 2007 11:36:28 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[clients]]></category>

		<guid isPermaLink="false">http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-you</guid>
		<description><![CDATA[This article is also posted on DevLounge.net and can also be read there.
I find people complain a lot about bad clients and how much they hate them (naturally). But instead of writing yet another one of those tired old posts that are so popular slating them and their inability to understand things that are &#8216;basic&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>This article is also posted on <a href="http://www.devlounge.net/" target="_blank">DevLounge.net</a> and <a href="http://www.devlounge.net/articles/five-reasons-bad-clients-are-good-for-us" target="_blank">can also be read there</a>.</p>
<p>I find people complain a lot about bad clients and how much they hate them (naturally). But instead of writing yet another one of those tired old posts that are so popular slating them and their inability to understand things that are &#8216;basic&#8217; to us, I decided to flip the table and write about how good they are for us.</p>
<h3>1. They make you work harder</h3>
<p>Having problems with a client makes the day harder and it makes you work harder. If we all did easy work all the time there it wouldn&#8217;t make an interesting job, and it would be fairly boring after a while.</p>
<h3>2. You learn from it personally</h3>
<p>You make mistakes, you learn from them. You pick bad clients &#8211; you learn to spot bad clients. Things the clients say, things they do, how they approach you &#8211; all these things we can learn from and better ourselves in our chosen areas.</p>
<h3>3. They keep your work interesting for others</h3>
<p>People love gossip (especially in England) &#8211; so what better to gossip about than your work? What better to relate with your friends or partner with than a bad experience with a client? </p>
<p>Something that happened today, something they said, how they said it, how stupid that demand was &#8211; all of these things don&#8217;t involve technical aspects of the work that would confuse someone who isn&#8217;t in the area.</p>
<p>Gossip is how people in technical areas such as computing relate to others about their job whatever area they are in and don&#8217;t we all love it.</p>
<h3>4. You are challenged in places you don&#8217;t want to be</h3>
<p>Can you float that advertisement over the content and then make it invisible please? Can you make that list go alphabetically, then order by numbers, make it criss-crossed and make this picture over here flash colours when you click this link?</p>
<p>Bad clients can think of terrible things you could never dream of, but isn&#8217;t learning how to do them what makes our work interesting?</p>
<h3>5. They test your character</h3>
<p>Are you willing to float the banner over the content and make it invisible? Make that picture flash colours when the link is clicked? Or is it not ethical? Are you going to shout at a client because they make you do things you don&#8217;t want to do? How do you handle it?</p>
<p>All of these things test our characters as professionals and everyday people. How we deal with them tells us a lot about ourselves and it lets us learn from the experiences.</p>
<p>So can we all agree that at least sometimes bad clients are good for us? That they make our lifes a little more interesting?</p>
<p>If you know of anymore reasons bad clients may be good for us all, please add your comment below and I will post them in any future follow up articles :)</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/business" rel="tag">business</a>, <a href="http://www.jhuskisson.com/tag/clients" rel="tag">clients</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us&title=Five reasons bad clients are good for us">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us%26title%3DFive reasons bad clients are good for us">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us&title=Five reasons bad clients are good for us">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us#comments">12 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/five-reasons-bad-clients-are-good-for-us/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>More things to consider whilst running a tutorial orientated website</title>
		<link>http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website</link>
		<comments>http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website#comments</comments>
		<pubDate>Fri, 17 Mar 2006 12:19:08 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[business]]></category>

		<guid isPermaLink="false">http://www.twod.co.uk/2006/03/17/more-things-to-consider-whilst-running-a-tutorial-orientated-website/</guid>
		<description><![CDATA[This article is an expansion from a previous article entitled: &#8220;What I learned from failure, an extensive article on things to consider whilst running a tutorial orientated website&#8220;.
These are things that I have learnt from running Twodded, a &#8216;quality tutorials&#8217; section of the Pixel2life tutorial listing, which recently was declared dead. Several points have also [...]]]></description>
			<content:encoded><![CDATA[<p>This article is an expansion from a previous article entitled: &#8220;<a href="http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website">What I learned from failure, an extensive article on things to consider whilst running a tutorial orientated website</a>&#8220;.</p>
<p>These are things that I have learnt from running <a href="http://www.twodded.com/" title="Twodded quality tutorials">Twodded</a>, a &#8216;quality tutorials&#8217; section of the <a href="http://www.pixel2life.com/">Pixel2life tutorial listing</a>, which recently was declared dead. Several points have also been added by managers of other tutorial orientated websites that have left comments on the previous instalment of this series.</p>
<p>Keep in mind that not all of these points will necessarily relate to your tutorial orientated website and that this article might be expanded again with another entry at a later date &#8211; so if you wish to help expand the following article please leave your additional points in a comment below.</p>
<p><strong>If something goes wrong on your site, it&#8217;s your fault &#8211; not the user&#8217;s</strong></p>
<p>I had this argument a few weeks ago where by a friends site was down because of an error and when I said &#8220;calm down, take down the site and put up a &#8216;we are doing this&#8217; page and and i&#8217;ll help you fix it&#8221;, I received the reply &#8220;why should we care about the users? they can bare with it, it&#8217;ll only be twenty minutes or so&#8221;. </p>
<p>When running a site, your first priority is your user base (especially if charging). If a new user arrives at your site and sees PHP errors all over the place, chances are they won&#8217;t be coming back. However if they see a &#8217;sorry for the down time, we are doing this right now&#8217; page, chances are they&#8217;ll revisit later in the day to see if your site is back up.</p>
<p>Also, if you are doing something that requires the user&#8217;s attention and means downtime and possible errors, make sure there&#8217;s a <strong>clearly visible</strong> way of telling the user when it will be happening. This tells the user it&#8217;ll be happening, keeps them &#8220;in the loop&#8221;, let&#8217;s them know you care and gives them time to get anything they were going to do out the way before the down time happens.</p>
<p><strong>Don&#8217;t go out of your way to obsess with SEO</strong></p>
<p>By this I don&#8217;t mean using a CSS based layout, using meta tags, using ALT tags or title attributes in your links &#8211; these examples are just good practice. By this statement I mean the people who insist on people linking to them with certain text, putting 500 word essays in their ALT tags, hiding key words from users using negative margins/small fonts and other similar tricks.</p>
<p>All this time you spend obsessing over your rank for monkey butts and bananas in Google can be spent on better things such as writing more content, enhancing existing content or replying to comments on previous tutorials. Try focusing on your existing audience and keeping them, they&#8217;ll refer friends and lots of them, when treated well.</p>
<p>Personally when I see tricks like this on websites I don&#8217;t revisit them, and the majority will do the same. Don&#8217;t put SEO before your user&#8217;s experience.</p>
<p><strong>Make sure if you add a feature, it&#8217;s necessary</strong></p>
<p>Do people need the ability to view your tutorials in a top 10 views list? Personally I think this gives the user the chance to try holding down F5 to increase a tutorials views for a joke, or clearing their cookies and refreshing to increase the count. If your system isn&#8217;t good enough to handle it adjust and wait, then ask yourself if the feature is necessary and if it will enhance your site when added. It can either provide a valuable service to the user or it can make you look like a joke, that&#8217;s your decision.</p>
<p>The same goes for whether people actually want to view your tutorial as a PDF or word document, do they really want to view comments on the same page as the tutorial, do they really want to be told about your new services in the middle of a tutorial&#8230; and so on.</p>
<p>Another thing is feature requests. Just because one person requests it or five people request it, doesn&#8217;t mean the majority want it. Think about how many people will use the feature and if it&#8217;ll make your user&#8217;s experience with your site better. Is there a reason other sites don&#8217;t have this feature? Sometimes there&#8217;s a good reason why no-one has it.</p>
<p><strong>Reward your writers wherever you can</strong></p>
<p>Whether it&#8217;s a simple link in your affiliates system, an author websites link on the tutorial they&#8217;ve wrote, share in revenue, allowing them to run their own advertisements or just complimenting them on their excellent writing skills &#8211; you need to reward your writers.</p>
<p>This is just a sample list of rewards of course, but there are a lot more things you can do.  Writers need to feel passion for the project or company they are writing for and the more their writing something benefits them, the more they&#8217;ll feel that passion.</p>
<p><strong>Don&#8217;t promise what you can&#8217;t deliver</strong></p>
<p>I have to admit that at <a href="http://www.twodded.com/" title="Twodded quality tutorials">Twodded</a> I did this a lot. I promised I would write, I promised I would put up &#8216;authors home page&#8217; links, I promised I would fixed a bug here, a bug there&#8230; and so on. Simply put &#8211; this made me a terrible person to work with, and I began to fully understand staff that lost confidence in the project.</p>
<p>From this I learnt that you should only promise what you can deliver, and to set realistic deadlines for my projects. When you come through with something not only does it show you to be someone you can rely on, but it shows your dedicated to the project.</p>
<p><strong>Set yourself apart from the crowd by doing better</strong></p>
<p>AJAX tabs using JavaScript is the hot topic and everyone is writing about it, so you write about it &#8211; why? Why not go one step ahead and write a tutorial on &#8220;AJAX tabs using Javascript, and how to make them dynamic with PHP&#8221;? Not only are you attracting the crowd around the latest buzz, but your attracting the crowds that want more and are sick of the same old topic.</p>
<p>The question you have to ask yourself is: do you want to be the sheep or the shepherd?</p>
<p><strong>Make sure you have time to run the tutorial orientated site the first place</strong></p>
<p>When starting a tutorial orientated site a lot of people have them as &#8217;side projects&#8217; to their ever growing network of websites. This shows on every website they build as they often dedicate less time to one project than another they favour at the time.</p>
<p>When starting a tutorial orientated site make sure you have the time to run it, to write for it and to manage it, otherwise you&#8217;ll be thrown in at the deep end with no swimming lessons and all hell will break loose.</p>
<p><strong>Be prepared for troublemakers</strong></p>
<p>Trust your staff? Think they&#8217;ll never turn their back on you? Think that no-one would ever try to run an SQL injection script on your commenting script? It may sound paranoid, but your wrong.</p>
<p>Make sure everything you build is secure regardless of it&#8217;s use. Once in a blue moon you&#8217;ll see a staff member or a user revolt, someone looking for trouble. If you aren&#8217;t prepared for this then you are fool, because <em>&#8220;If something goes wrong on your site, it&#8217;s your fault &#8211; not the user&#8217;s&#8221;</em> &#8211; your the person people will frown upon when this happens, not the person responsible. Don&#8217;t get me wrong you&#8217;ll get a hundred and one comments saying that the person responsible should be burnt at the steak, but everyone has &#8216;how did the owner allow this to happen?&#8217; bouncing around in the back of their minds.</p>
<p>My golden rule &#8211; just because people aren&#8217;t saying it to your face, doesn&#8217;t mean it&#8217;s not being said. Listen to the one or two people that complain about something, as occasionally they are speaking out for a majority that aren&#8217;t saying anything to start with.</p>
<p><strong>Keep the community and staff in line</strong></p>
<p>Do you want people flaming your tutorial writers? Do you want your tutorial writers flaming visitors? Then say so, and make it happen. Make sure you have things put in the way of this happening such as comment approval systems and that no-one gets through without your say so.</p>
<p>In regards to staff, make sure there&#8217;s a set of rules to go by and make sure that if they are broken that action is taken.</p>
<p><strong>If you have tutorials on multiple pages, make sure there&#8217;s a print option available</strong></p>
<p>A very small point here, but I made this mistake on <a href="http://www.twodded.com/" title="Twodded quality tutorials">Twodded</a> and a lot of visitors hated me for it. Simply put &#8211; some people want to view it page by page, some people want to view the entire thing at once and some people want to print it out and read it. Accommodate all three groups by implementing paged tutorials with a clear &#8216;print view&#8217; option at the head of the tutorial.</p>
<p><strong>Don&#8217;t overdo your content management system</strong></p>
<p>I see this on the mass majority of tutorial orientated websites, no-one seems to know how to cache. You wouldn&#8217;t need a dedicated server to power your whatever thousand visitors a day if you just cached the pages that never change. Do you need to pull out a tutorial of the database every time it loads? Do you need to pull out your about page every time that loads? Sure you can store it in a database for easy editing and use it in the CMS, but cache it when your done.</p>
<p>It sounds simple, but a lot of people could be on shared servers or virtual private servers that are on dedicated when they simply don&#8217;t need to be.</p>
<p>I hope this article has benefited your tutorial orientated website and that you had fun reading it. Keep in mind that this article might be expanded again with another entry at a later date &#8211; so if you wish to help expand the following article please leave your additional points in a comment below .</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/business" rel="tag">business</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website&title=More things to consider whilst running a tutorial orientated website">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website%26title%3DMore things to consider whilst running a tutorial orientated website">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website&title=More things to consider whilst running a tutorial orientated website">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website#comments">9 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>What I learned from failure and things to consider whilst running a tutorial orientated website</title>
		<link>http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website</link>
		<comments>http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website#comments</comments>
		<pubDate>Thu, 09 Mar 2006 22:54:15 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[business]]></category>

		<guid isPermaLink="false">http://www.twod.co.uk/2006/03/09/things-to-consider-whilst-running-a-tutorial-orientated-website/</guid>
		<description><![CDATA[This article comes from the personal experiences I had whilst starting Twodded &#8211; a &#8216;quality tutorials&#8217; section of the Pixel2life tutorial listing website. The aim of the site was to provide the users of Pixel2life with consistent quality tutorials and to set a standard for websites in the community to follow.
Twodded flopped because of a [...]]]></description>
			<content:encoded><![CDATA[<p>This article comes from the personal experiences I had whilst starting <a href="http://www.twodded.com/">Twodded</a> &#8211; a &#8216;quality tutorials&#8217; section of the <a href="http://www.pixel2life.com/">Pixel2life tutorial listing</a> website. The aim of the site was to provide the users of Pixel2life with consistent quality tutorials and to set a standard for websites in the community to follow.</p>
<p><a href="http://www.twodded.com/">Twodded</a> flopped because of a number of mistakes on my behalf in terms of management and communication. In this article I want to share what I have learnt from this experience so that others do not make similar mistakes.</p>
<p>Keep in mind that not all of these points will necessarily relate to your tutorial orientated website and that this article will be expanded on with another entry at a later date &#8211; so if you wish to help expand the following article please leave your additional points in a comment below . This is also a huge read so bare with me, and feel free to read in parts instead of one big sit in.</p>
<p><strong>Try specialising in a specific area instead of generalising in everything</strong></p>
<p>With <a href="http://www.twodded.com/">Twodded</a> I set out to cover a lot of different areas so that I had a wider audience. Whilst doing this I took on tutorial writers that had knowledge across several areas and therefore could write tutorials for several categories for the site. This can be good for quantity, but isn&#8217;t necessarily good for quality.</p>
<p>Writers that you bring aboard will generally be great with one or two categories and good with several others. The option I took was to get the writers to write for whatever they could, therefore absolutely destroying the &#8216;quality tutorials&#8217; standard I wanted to set with the project. It&#8217;s important to get people to write for what they are great at, not what they are good at. This enhances the end product of your tutorials, and your site on a whole.</p>
<p>Sometimes it is better to specialise in creating tutorials for one program (say Adobe Photoshop), for example you contact Adobe about being an official resource for tutorials on Photoshop &#8211; are they going to accept a website specialising in Photoshop tutorials or are they going to accept a website that covers tutorials in fifteen programs including Photoshop?  The same goes for users looking for Photoshop tutorials, they are much more likely to trust a specialist website.</p>
<p><strong>If covering more than one category, don&#8217;t let a category go without tutorials for a long time</strong></p>
<p>Simply put &#8211; every tutorial category you cover is an audience. If you choose to have someone write for C++ but they never write again &#8211; make sure you&#8217;ve got a back up plan for that category. Make sure there are long term plans for any categories you cover with your tutorials as every category you have tutorials for will mean one more audience wanting and waiting for more tutorials to read.</p>
<p><strong>Too many writers means too many problems, be prepared and available</strong></p>
<p>Management is key to running a tutorial orientated site and the more writers you have working for you, the more you need to manage. To run a great tutorial website you need for each of your writers to: be motivated, be flowing with ideas on what to write next and to be comfortable and happy in their environment. All whilst making sure they like you and see your vision in the site you are running.</p>
<p>You have to understand that not all writers will be happy with the environment you have set out for them and there will be problems. You have to be easily reachable and ready for your staff to approach you. Be the perfect boss.</p>
<p><strong>Hire staff you know and trust, not just anybody</strong></p>
<p>Following on from the previous tip, my advice would be to keep writing teams small. Managing and motivating a small team is a lot easier than managing a team of twenty writers. A smaller team also means that you will be working as a small group of friends and get to know each other very well.</p>
<p>Keep in mind that a motivated team with belief is a team dedicated to writing the best they can every time and not just when they feel like it.</p>
<p><strong>&#8220;How to for Dummies&#8221; books are successful for a reason</strong></p>
<p>When having your staff write tutorials (and whilst writing tutorials yourself) make sure that everything is explained to the point of a user that hasn&#8217;t touched the subject beforehand can understand the tutorial. Every user that reads a tutorial is someone you can drive back to the site &#8211; and making them understand the tutorial perfectly is the first step to getting them to come back.</p>
<p><strong>Advertisements are supposed to support content, not become it</strong></p>
<p>Whilst managing a tutorial orientated site it is very easy to &#8217;sell your soul&#8217; to advertisers by  placing advertising income ahead of your tutorials and sometimes even your users. For the mass majority of people running tutorial orientated websites advertisements are  a  necessary annoyance and probably the only source of income. Sometimes we also forget that people are here on our sites to read a tutorial, and not to see which adverts are relevant to the tutorial the user is currently reading.</p>
<p>At Twodded the advertisements are above and below the tutorial related content. This means they are out the way and are letting the user get on with what they are doing. I have seen a lot worse however, such as advertisements every 2-3 paragraphs that look like plain links and advertisements that are placed so integrated with the start of the tutorial that you didn&#8217;t even know the first paragraph existed. These for me are examples that shouldn&#8217;t be copied and for me, you should think about your users first when thinking about placements of advertising &#8211; and not the money it&#8217;ll bring in.</p>
<p><strong>One great tutorial, or one great set of tutorials will bring more traffic than 50 poorly written tutorials</strong></p>
<p>The Twodded team had many great writers, the key great writer being <a href="http://www.six4rty.ch/">Tiago Dias</a>. <a href="http://www.six4rty.ch/">Tiago</a> wrote a series of three tutorials on how to build an MP3 player in Flash which received twice as much traffic as other tutorials on the site. Each part of this tutorial he wrote brilliantly with the full source code available for download at the end of each tutorial for the user. He also took feedback from readers of the tutorials to see what advancements they&#8217;d like to learn and then constructed the following instalments of the tutorials with these in mind. As a result of this the instalments that followed previous entries into the series grew in popularity and the series itself became semi-famous in its own right.</p>
<p>What did I learn from this apart from the fact that <a href="http://www.six4rty.ch/">Tiago</a> is an utterly brilliant writer?</p>
<ul>
<li>Real communication with your tutorials readers can give you an almost unlimited amount of ideas</li>
<li>Following up tutorials gives the user something to look out for, and makes it easier for the user to learn something gradually</li>
<li>Sometimes one tutorial isn&#8217;t enough, and there&#8217;s room to expand this into a better outcome for the user</li>
</ul>
<p><strong>Always be ready to offer support to people that don&#8217;t understand something</strong></p>
<p>Whilst being an excellent writer, <a href="http://www.six4rty.ch/">Tiago</a> also responded to over a hundred requests for help with the tutorials. As a result of him responding to these readers about the tutorial and helping them, the site grew in popularity &#8211; especially <a href="http://www.six4rty.ch/">Tiago</a>&#8217;s tutorials.</p>
<p>I&#8217;m not going to list the amount of websites that have forums for their tutorial help and have people saying &#8216;Look it&#8217;s right here, you&#8217;ve just got to read&#8217; and ignoring the user. If you help that user out and support them like a friend, they gain respect for you and your site, and will most likely bookmark to return at a later date..</p>
<p><strong>Be prepared for trouble makers</strong></p>
<p>Whilst bringing up this bad example of commenting, it&#8217;s important to note that you should handle these trouble makers accordingly. If your writer is responding like this to users that need help on his tutorials, consider lending some advice on how to reply to the situations. Possibly even hire staff to deal with the users in need of help to take the load off your writer&#8217;s mind.</p>
<p><strong>Lead by example</strong></p>
<p>One thing I got wrong at <a href="http://www.twodded.com/">Twodded</a> is that I never wrote anything. I never wrote the great tutorial standard I demanded from staff and I never wrote consistently like I demanded from my staff either. This was by far my worst mistake, as potential writers will be inspired by an owner of a site writing a great tutorial and will be motivated to match that quality and possibly even out do it.</p>
<p>On the other hand if you&#8217;re a very bad tutorial writer then maybe you have things to learn from the staff you take on board. But please don&#8217;t go overboard asking your own staff for help, there&#8217;s nothing worse than a boss that knows nothing about what your doing.</p>
<p><strong>Learn from your mistakes</strong></p>
<p>I think it&#8217;s evident in this article that I have learnt from my mistakes whilst running <a href="http://www.twodded.com/">Twodded</a>. Learning from your mistakes is possibly the best thing you can get out of failure in any walk of life and will only improve you in future situations.</p>
<p>This tutorial has a second part by the name of &#8220;<a href="http://www.jhuskisson.com/articles/more-things-to-consider-whilst-running-a-tutorial-orientated-website">More things to consider whilst running a tutorial orientated website</a>&#8220;. Feel free to expand your knowledge of things to consider by reading it :)</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/business" rel="tag">business</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website&title=What I learned from failure and things to consider whilst running a tutorial orientated website">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website%26title%3DWhat I learned from failure and things to consider whilst running a tutorial orientated website">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website&title=What I learned from failure and things to consider whilst running a tutorial orientated website">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website#comments">16 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/things-to-consider-whilst-running-a-tutorial-orientated-website/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>What Articles would you like to see me write?</title>
		<link>http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write</link>
		<comments>http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write#comments</comments>
		<pubDate>Mon, 06 Mar 2006 23:48:33 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[general news]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://www.twod.co.uk/2006/03/06/which-articles-would-you-like-to-see-me-write/</guid>
		<description><![CDATA[Thought there should be a space for everyone to request articles, so I created one.
I&#8217;d prefer these articles to be based around the tutorial world itself (writing a tutorial, tutorial sites etc.) rather than PHP, as I just don&#8217;t have the time to write a PHP tutorial the way it should be done at the [...]]]></description>
			<content:encoded><![CDATA[<p>Thought there should be a space for everyone to request articles, so I created one.</p>
<p>I&#8217;d prefer these articles to be based around the tutorial world itself (writing a tutorial, tutorial sites etc.) rather than PHP, as I just don&#8217;t have the time to write a PHP tutorial the way it should be done at the moment.</p>
<p>Let the ideas flow</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/questions" rel="tag">questions</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write&title=What Articles would you like to see me write?">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write%26title%3DWhat Articles would you like to see me write?">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write&title=What Articles would you like to see me write?">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write#comments">5 comments have been</a> left so far, <a href="http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/general-news/which-articles-would-you-like-to-see-me-write/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>21 ways to make your Flash based site suck</title>
		<link>http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck</link>
		<comments>http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck#comments</comments>
		<pubDate>Thu, 02 Mar 2006 01:10:58 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.twod.co.uk/2006/03/02/21-ways-to-make-your-flash-based-site-suck/</guid>
		<description><![CDATA[I&#8217;m not a fan of &#8216;Flash based&#8217; sites and the main reason for that is barely no-one does them properly. So here&#8217;s a list of 21 ways to make your Flash based site suck, so that the next time you build a Flash based site you can really hit that nail on the head.
1. A [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a fan of &#8216;Flash based&#8217; sites and the main reason for that is barely no-one does them properly. So here&#8217;s a list of 21 ways to make your Flash based site suck, so that the next time you build a Flash based site you can really hit that nail on the head.</p>
<p><strong>1. A useless splash page is a requirement</strong></p>
<p>If you&#8217;ve got a Flash based website and it doesn&#8217;t have a next to pointless splash page that tells us nothing it just isn&#8217;t a Flash based website to start with. Try adding an &#8220;abstract&#8221; render with lots of bend modifiers and bright stars&#8230; and set it in space&#8230; lots and lots of space.</p>
<p><strong>2. The &#8220;none Flash&#8221; version of your site must contain Flash</strong></p>
<p>&#8220;None Flash&#8221; is an industry standard term for &#8220;use as much Flash as you can&#8221; or &#8220;a very sucky replica that doesn&#8217;t work in any browser&#8221;. You don&#8217;t want to be doing things that aren&#8217;t industry standard do you?</p>
<p><strong>3. Make your site pop-up in a fixed size window using JavaScript</strong></p>
<p>This is a requirement of any sucky Flash based website and if you want to make it that little bit worse please add scroll bars.</p>
<p><strong>4. Always have an animation to &#8220;introduce&#8221; us to your site</strong></p>
<p>There&#8217;s nothing more effective than a poorly animated, or better yet, extremely long &#8220;introduction&#8221; to a Flash based website to turn a user on. Not only do we enjoy watching it every time we come to the site, but we love it when the skip button doesn&#8217;t work.</p>
<p><strong>5. Pre-load everything at once</strong></p>
<p>To make the 5-10mb pre-loading worse, please add a flashing piece of text that spells out LOADING in the middle of your template. By the way, we don&#8217;t want to know how much is being loaded, how much has been loaded OR even see a loading bar&#8230; those are just &#8216;flashy&#8217; and not informative to us users at all&#8230; right?</p>
<p><strong>6. If not, don&#8217;t pre-load anything</strong></p>
<p>As users we don&#8217;t like pre-loaders as they &#8217;slow us down&#8217;. Try creating a huge file size and not having a pre-loader, it makes us feel all tingly inside when we guess when the site will load.</p>
<p><strong>7. Make sure that after 10 minutes of waiting, at least one more thing needs to be loaded</strong></p>
<p>Make it the first thing we click on too. Make us really want it!</p>
<p><strong>8. Always use a template</strong></p>
<p>&#8220;Isn&#8217;t that a  template?&#8221; &#8211; why yes it is. &#8220;Isn&#8217;t that used on this site, that site and that other one?&#8221; &#8211; why yes it is!</p>
<p><strong>9. &#8220;Techno techno techno techno!&#8221; &#8211; make sure every piece of graphic on the site is overdone</strong></p>
<p>Lines! We love lines! Why isn&#8217;t there more lines? Seriously, give us more lines or I&#8217;ll send someone round with a copy of &#8216;Lord of the Rings: The Fellowship of the Ring&#8217; and make you watch it 15 times in a row with no toilet breaks.</p>
<p><strong>10. Make sure nothing is compressed</strong></p>
<p>We will wait 20 minutes to avoid that difference in quality only a 800% zoom would show us.</p>
<p><strong>11. I shall not anti-alias my text</strong></p>
<p>Readable text isn&#8217;t something users want, just ask all those people without screens.</p>
<p><strong>12. Use circles for buttons</strong></p>
<p>Yes circles are practically pointless as buttons, but they sure are curvy.</p>
<p><strong>13. Make sure everything has a roll-over</strong></p>
<p>Please don&#8217;t deprive us of this wonderful entertainment. I can from the bottom of my heart say you would be bringing down the web on a whole by removing these. If your site has less than five roll-overs you just aren&#8217;t doing it right.</p>
<p><strong>14. Scrap the one click standard and go for five</strong></p>
<p>There&#8217;s nothing more I like than clicking, and when I click on a button but have to click five times to make it work &#8211; that really makes my day.</p>
<p><strong>15. If you have forms, make sure they are the default 500kb components</strong></p>
<p>Think of default components as the oompa loompa&#8217;s in &#8220;Willy Wonka and the Chocolate Factory&#8221;. You don&#8217;t want them to go without a job do you?</p>
<p><strong>16. If animating, always use at least fifteen flashes</strong></p>
<p>KA POW! KA BLAM! It&#8217;s just like being in a Batman movie&#8230; and we all want to be in  a Batman movie.</p>
<p><strong>17. Use as many transitions as you can between content</strong></p>
<p>Every time I see the text float in from the right or the left it makes me want to use Microsoft PowerPoint. And no-one should think of using Microsoft PowerPoint.</p>
<p><strong>18. When tracing bitmaps, always leave the original source files to increase size</strong></p>
<p>Small file size? That&#8217;s just for amateurs.</p>
<p><strong>19. Make sure any music tracks aren&#8217;t compressed</strong></p>
<p>It adds to that loading time, which gives us time to exercise our eyelids.</p>
<p><strong>20. Music should always start over again when we switch page</strong></p>
<p>&#8220;Check, check, check it out&#8221;. That pause was intentional and adds to the song &#8211; yours just ruins the site and your user&#8217;s opinion of the music being played.</p>
<p><strong>21. And finally&#8230; make sure there&#8217;s very little point to you building your site in Flash</strong></p>
<p>Make it look just like a normal site. Really surprise that user with the 15 minute techno remix of MC Hammer&#8217;s &#8220;Can&#8217;t touch this&#8221; when they first click a link. Even better, wait for them to let their guard down and show that video of you dancing to the latest Britney Spears CD in your underwear.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/flash" rel="tag">flash</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck&title=21 ways to make your Flash based site suck">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck%26title%3D21 ways to make your Flash based site suck">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck&title=21 ways to make your Flash based site suck">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck#comments">87 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/21-ways-to-make-your-flash-based-site-suck/feed</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>15 Ways of ruining your tutorial, a beginner&#8217;s guide</title>
		<link>http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide</link>
		<comments>http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide#comments</comments>
		<pubDate>Fri, 24 Feb 2006 00:31:57 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://www.twod.co.uk/archives/15-ways-of-ruining-your-tutorial-a-beginners-guide/</guid>
		<description><![CDATA[I thought the tutorial writing world needed to know really how to write those bad tutorials, and how to do it properly. I can&#8217;t get enough of bad tutorials and love it when I see 40 &#8220;tutorials&#8221; in a row rejected from the same website. Here&#8217;s to you old pals&#8230;
1. Always start with &#8216;This is [...]]]></description>
			<content:encoded><![CDATA[<p>I thought the tutorial writing world needed to know really how to write those bad tutorials, and how to do it properly. I can&#8217;t get enough of bad tutorials and love it when I see 40 &#8220;tutorials&#8221; in a row rejected from the same website. Here&#8217;s to you old pals&#8230;</p>
<p><strong>1. Always start with &#8216;This is my first ever tutorial&#8221; or &#8220;I just learned this yesterday&#8221;</strong></p>
<p>An opening paragraph can be the maker or breaker of a tutorial, and for me to read that you&#8217;re new to whatever subject you&#8217;re trying to teach or that you&#8217;re new to writing tutorials doesn&#8217;t really fill me with confidence. Use your opening paragraph to outline your tutorial and what you will teach, not to persuade users not to read on.</p>
<p><strong>2. M15pe1 eev3ry w0rD wr0ng</strong></p>
<p>Yes you&#8217;re &#8216;l33t&#8217;, but we have the power to call your mother and tell her you&#8217;ve been a bad boy. Eat that with your cereal before school.</p>
<p><strong>3. Make ads more important than the tutorial/content itself</strong></p>
<p>Simply put, when a reader is actually reading the tutorial you&#8217;ve written, they actually want to read the tutorial&#8230; not ads about Viagra and fetish websites. Advertisement are all right to support the tutorial but don&#8217;t let it get in the way.</p>
<p><strong>4. Save all your images poorly</strong></p>
<p>The fuzzy feeling should be inside us when we read your tutorial, not all over the image we are trying to view.</p>
<p><strong>5. Go one step further and host them on a free image host</strong></p>
<p>It comforts us to know you&#8217;ve gone through all the effort of paying $10 a month for a host&#8230; it really does. It means that you&#8217;ll be around longer than the refresh of a page.</p>
<p><strong>6. Always use pixel text and fonts below 9px in size</strong></p>
<p>&#8220;Whats all those white lines going across the content area all about?&#8221;</p>
<p><strong>7. If you&#8217;re going to use dark text, make sure you use a dark background or if you&#8217;re going to use light text, make sure you use a light background</strong></p>
<p>Honestly&#8230; who can read light red on light blue?</p>
<p><strong>8. If you&#8217;re going to use syntax highlighting, make sure it&#8217;s impossible to read</strong></p>
<p>The colours are meant for a white background, if you&#8217;re not using a white background&#8230; customise the colours properly. If you&#8217;re using syntax highlighting on something as silly as a dark grey background then how are people supposed to see the code in the first place?</p>
<p><strong>9. Keep it short and sweet</strong></p>
<p>&#8220;Is that it?&#8221; You don&#8217;t want to be told that in bed and you sure as hell don&#8217;t want to hear it from somebody reading your tutorial. Now do what you did to solve the bedroom problem and put some effort and work into those tutorials.</p>
<p><strong>10. Make sure you tell the user &#8220;we are going to use this, if you don&#8217;t know it, go and learn&#8221; at least once during the tutorial</strong></p>
<p>If a teacher told you to go and learn wouldn&#8217;t you tell him to teach you in the first place? I sure would.</p>
<p><strong>11. Promote your friends&#8217; sites consistently</strong></p>
<p>We only read tutorials to get more useless sites to look at and your friends&#8217; tutorial sites let us know just which sites to avoid in the future.</p>
<p><strong>12. Skip steps</strong></p>
<p>&#8220;So we start with this and end with this, tutorial done&#8221;&#8230; Everyone is psychic nowadays so why teach them what they&#8217;ve come to learn?</p>
<p><strong>13. Host it on a forum full of 500kb &#8220;animated&#8221; sigs that are the size of desktop wallpapers</strong></p>
<p>Those sigs just bring life to the page and really shine through your professional side. In truth, if you showed anything close to a &#8220;signature file&#8221; in a professional interview they would send you back to your local grocery store for extra training.</p>
<p><strong>14. ALWAYS give your tutorial a name that has nothing to do with the tutorial itself</strong></p>
<p>Readers will hate you for giving them Britney Spears when they are looking for Oasis.</p>
<p><strong>15. Finally, always complain to a tutorial listing administrator that your tutorial was declined at</strong></p>
<p>Yes you thought it was a good tutorial, but we didn&#8217;t. Rejection is harsh but so is your site being labelled as &#8216;ran by that crazy guy&#8217;.</p>
<p><strong>To end</strong>, I hope people writing all these bad tutorials see my point, and really start to actually listen to the complaints constantly left on their tutorials.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/publishing" rel="tag">publishing</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide&title=15 Ways of ruining your tutorial, a beginner&#8217;s guide">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide%26title%3D15 Ways of ruining your tutorial, a beginner&#8217;s guide">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide&title=15 Ways of ruining your tutorial, a beginner&#8217;s guide">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide#comments">12 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/15-ways-of-ruining-your-tutorial-a-beginners-guide/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A Selection Of The Worst Written PHP Tutorials Ever&#8230;</title>
		<link>http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever</link>
		<comments>http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever#comments</comments>
		<pubDate>Tue, 19 Apr 2005 22:56:33 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://www.twod.co.uk/archives/a-selection-of-the-worst-written-php-tutorials-ever/</guid>
		<description><![CDATA[Yes thats right, here&#8217;s my selection of some of the worst PHP tutorials i&#8217;ve seen submitted to Pixel2Life, ever.
Note: These tutorials where NOT accepted to Pixel2Life and are NOT a representation of what the actual content on Pixel2Life, just a representation of the crap people like to think is worthy of being called a tutorial&#8230;
A [...]]]></description>
			<content:encoded><![CDATA[<p>Yes thats right, here&#8217;s my selection of some of <em>the worst</em> PHP tutorials i&#8217;ve seen submitted to <a href="http://www.pixel2life.com/">Pixel2Life</a>, ever.</p>
<p><em>Note: These tutorials where NOT accepted to Pixel2Life and are NOT a representation of what the actual content on Pixel2Life, just a representation of the crap people like to think is worthy of being called a tutorial&#8230;</em></p>
<h3>A tutorial on PHP commenting:</h3>
<blockquote><p>Heres how to comment using PHP<br />
1. Using //<br />
2. Using /* and */<br />
3. Using #</p></blockquote>
<p>(Yes, that was it&#8230;)</p>
<h3>Starting your first ever PHP file:</h3>
<blockquote><p>When I first started coding in PHP it was really tough but now i&#8217;m uber l33t man. Now heres how to start your first PHP file:</p>
<p>&lt;?php<br />
print &#8216;hello world&#8217;;<br />
?&gt;</p>
<p>Look forward to more uber tutorials!</p></blockquote>
<h3>THE BEST EVER PHP includes tutorial</h3>
<blockquote><p>To use includes simply include the following your page:<br />
&lt;?php include($page); ?&gt;</p>
<p>Now use the following to automatically set this include: </p>
<p>http://www.mysite.com/?page=index.php</p></blockquote>
<p>(Maybe I should use a root include and ruin your server? :)</p>
<h3>And the best submitted tutorial ever&#8230;</h3>
<blockquote><p>Sorry you must be registered to view this forum</p></blockquote>
<p>In closing, please when learning includes and echo&#8217;ing in PHP please do not think you are ready to write tutorials on how to use PHP.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a>, <a href="http://www.jhuskisson.com/tag/publishing" rel="tag">publishing</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever&title=A Selection Of The Worst Written PHP Tutorials Ever&#8230;">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever%26title%3DA Selection Of The Worst Written PHP Tutorials Ever&#8230;">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever&title=A Selection Of The Worst Written PHP Tutorials Ever&#8230;">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever#comments">4 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/a-selection-of-the-worst-written-php-tutorials-ever/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding GZIP Compression To Your Site Via .htaccess</title>
		<link>http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess</link>
		<comments>http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess#comments</comments>
		<pubDate>Sun, 17 Apr 2005 18:38:39 +0000</pubDate>
		<dc:creator>Jamie Huskisson</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://www.twod.co.uk/2005/04/17/adding-gzip-compression-to-your-site-via-htaccess/</guid>
		<description><![CDATA[Just thought i&#8217;d post this little tidbit of code for you. Paste it into your .htaccess file and it will enable GZIP across all pages in that directory:
php_value output_handler ob_gzhandler
Hows it do it?
This line of code sets the output handler, or output buffer as ob_gzhandler. This sets the ob_start as &#8220;ob_gzhandler&#8221; so the code doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Just thought i&#8217;d post this little tidbit of code for you. Paste it into your .htaccess file and it will enable GZIP across all pages in that directory:</p>
<blockquote><p>php_value output_handler ob_gzhandler</p></blockquote>
<h3>Hows it do it?</h3>
<p>This line of code sets the output handler, or output buffer as ob_gzhandler. This sets the ob_start as &#8220;ob_gzhandler&#8221; so the code doesn&#8217;t have to be entered. Normally you would have to enter this in the PHP to do GZIP Compression:</p>
<blockquote><p>// In the head:<br />
ob_start(&#8220;ob_gzhandler&#8221;);<br />
// At the bottom:<br />
ob_end_flush();</p></blockquote>
<h3>What is GZIP?</h3>
<p>GZIP is a <em>very></em> effective way of keeping your bandwidth down when having large HTML/PHP pages. What it does, is compresses the page thats being sent to the user viewing your site, when the user recieves this compressed version of the page it uncompresses the page, and views it in the full form.</p>
<h3>But how much does this effect the user?</h3>
<p>It doesn&#8217;t effect the user at all, except for Internet Explorer 0.01 users still on Windows 3.11 of course&#8230;</p>
<h3>And what about my server?</h3>
<p>Once you originally implement this, yes, you will notice changes in your processors activity. But after a day or two you&#8217;ll soon see the processor levels lower.</p>
<h3>How much of a difference does it really make?</h3>
<p>The answer, is roughly 80-90% of your raw code file being sent to the user is removed. </p>
<p>A good implementation case study for this is <a href="http://www.pixel2life.com/">Pixel2Life</a>. Before GZIP it had a 160kb file output and after a 14kb file output. This of course is brilliant for the 56kers, which alot of us forget about.</p>
<h3>Please note</h3>
<p>GZIP does not compress images, just the raw code being output and sent to the user.</p>
<p>Tags: <a href="http://www.jhuskisson.com/tag/htaccess" rel="tag">.htaccess</a>, <a href="http://www.jhuskisson.com/tag/articles" rel="tag">articles</a></p>
<p>Add to
<a href="http://del.icio.us/post?url=http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess&title=Adding GZIP Compression To Your Site Via .htaccess">del.icio.us</a> | <a href="http://www.stumbleupon.com/submit?url=http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess%26title%3DAdding GZIP Compression To Your Site Via .htaccess">Stumble Upon</a> | <a href="http://digg.com/submit?url=http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess&title=Adding GZIP Compression To Your Site Via .htaccess">Digg this</a></p>
<p><a href="http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess#comments">37 comments have been</a> left so far, <a href="http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess#comments">why not add yours?</a>. Or <a href="http://twitter.com/jhuskisson">talk to me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jhuskisson.com/articles/adding-gzip-compression-to-your-site-via-htaccess/feed</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>
