<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Educ8IT</title>
	<link>http://www.educ8it.co.uk</link>
	<description>Educating the IT industry in our own way.</description>
	<pubDate>Mon, 31 Mar 2008 02:03:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>My definition of Internet Marketing - SEO/SEP/SEM</title>
		<link>http://www.educ8it.co.uk/2008/03/31/my-definition-of-internet-marketing-seosepsem/</link>
		<comments>http://www.educ8it.co.uk/2008/03/31/my-definition-of-internet-marketing-seosepsem/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 02:03:31 +0000</pubDate>
		<dc:creator>A Reynolds</dc:creator>
		
		<category><![CDATA[Latest]]></category>

		<category><![CDATA[SEO - SEP - SEM]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[SEM]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[SEP]]></category>

		<guid isPermaLink="false">http://www.educ8it.co.uk/2008/03/31/my-definition-of-internet-marketing-seosepsem/</guid>
		<description><![CDATA[There are many fields in Internet Marketing but I'm going to concentrate on 3 elements here.  I know that people will disagree with my definitions but tough.  I draw my definitions from experience.]]></description>
			<content:encoded><![CDATA[<p>My definition of Internet Marketing - SEO/SEP/SEM</p>
<p>Far too many people think they can do Internet Marketing.  In fact, almost every web design company will offer you their SEO services and most of them will be rubbish at it.</p>
<p>There are many fields in Internet Marketing but I&#8217;m going to concentrate on 3 elements here.  I know that people will disagree with my definitions but tough.  I draw my definitions from experience.</p>
<p>1. SEO - Search Engine Optimisation</p>
<p>SEO is the general term used to cover all aspects of promoting a website on the Internet.  I&#8217;m going to re-define it.</p>
<p>SEO is what you do to a website (internal or on-site optimisation) that makes a search engine happy.  This can start with the simple tasks of making your pages XHTML valid, using descriptive TITLE tags, removing missing links and tidying up your HTML.</p>
<p>Additional tasks should include creating landing pages (more on these in a moment), testing your website is a variety of browsers and accessibility formats and re-ordering content, links and scripting on the page.</p>
<p>To truely SEO your website you should carefully plan your link structure internally and externally, the content that surrounds such links and the content of pages that are linked to and from.</p>
<p>This is where landing pages come in.</p>
<p>An effective landing page IS NOT keyword stuffed and only shown to search engines, it is a carefully crafted page that is relevant to your main website theme and to the external resource that links to it.  Your main landing page is the home page.  It should hold relevance to your most important content and your link-generating content, which are ideally one and the same.</p>
<p>Search Engines are very adept at filtering out webpages where content has been keyword stuffed.  Remember to write for your readers and customers first.  A webpage should use well-formed English (or another language) and not stray off-topic.</p>
<p>If you have two or more distinct areas of content or keyword groups then you should create separate pages for them and where possible, linking pages that draw a relevant link between those topics.  Many people will incorrectly try and cram each and every topic or keyword onto their homepage thus lessening the impact of all of their keywords.  Keep to one topic and a small number of keywords on a page to achieve the best search relevance.</p>
<p>This is all white-hat SEO (ie above-board) which is the best method for long-term, search-engine relevance.</p>
<p>Before moving on to talk about SEP, let me recap:</p>
<ul>
<li>do all the simple things on-site before looking off-site.</li>
<li>when planning out your website, decide on your topics initially and stick to one topic per page where possible.  These pages will generate traffic from the Search Engines through topic-relevance.</li>
<li>these pages will also double as landing pages for incoming links.</li>
<li>keep keywords to a realistic level and write for your audience not Google.</li>
<li>carefully plan how each page links within the website.</li>
</ul>
<p> <a href="http://www.educ8it.co.uk/2008/03/31/my-definition-of-internet-marketing-seosepsem/#more-14" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.educ8it.co.uk/2008/03/31/my-definition-of-internet-marketing-seosepsem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where to start looking</title>
		<link>http://www.educ8it.co.uk/2008/03/31/where-to-start-looking/</link>
		<comments>http://www.educ8it.co.uk/2008/03/31/where-to-start-looking/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 00:35:49 +0000</pubDate>
		<dc:creator>A Reynolds</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Latest]]></category>

		<category><![CDATA[features]]></category>

		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.educ8it.co.uk/where-to-start-looking/</guid>
		<description><![CDATA[When you are looking for an answer when working in C#, there are many places to look and each one has it's own benefits... but I'll highlight some of my favourites]]></description>
			<content:encoded><![CDATA[<p>When you are looking for an answer when working in C#, there are many places to look and each one has it&#8217;s own benefits.</p>
<p>A good place to start is with Microsoft&#8217;s own &#8220;How to&#8221; page: <a target="_blank" href="http://msdn2.microsoft.com/en-us/library/ms186211(VS.80).aspx" title="How do I in C#">How do I in C#</a></p>
<p>Now software companies don&#8217;t always highlight the limitations of their own software or programming languages so it&#8217;s good to have other resources to hand.</p>
<p>There are many C# and .NET resources on the Internet but I&#8217;ll highlight some of my favourites:</p>
<ul>
<li><a target="_blank" href="http://www.c-sharpcorner.com/" title="C# Corner">C# Corner</a> - In general some very good code written by hobbyists and professionals that cover very wide topics.</li>
<li><a target="_blank" href="http://www.codeproject.com/" title="Code Project">Code Project</a> - Again a wide variety of examples and an especially good source for non-C# examples.</li>
<li><a target="_blank" href="http://www.w3schools.com" title="W3Schools">W3Schools</a> - Not necessary for C# but for any web-related technology, you can&#8217;t beat the grounding that W3Schools can give you.</li>
<li><a target="_blank" href="http://www.4guysfromrolla.com/" title="4Guys From Rolla">4Guys</a> - more of a ASP.NET resource (also excellent for classic ASP) but will often have a simple example that can be adapted for your needs.</li>
</ul>
<p> <a href="http://www.educ8it.co.uk/2008/03/31/where-to-start-looking/#more-12" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.educ8it.co.uk/2008/03/31/where-to-start-looking/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
