<?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>SizzlaBlog &#187; Featured Articles</title>
	<atom:link href="http://www.blog.sizzla-media.co.uk/category/featured-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.sizzla-media.co.uk</link>
	<description>Flash, Web and Javascript development</description>
	<lastBuildDate>Sun, 15 Aug 2010 11:41:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
  <link>http://www.blog.sizzla-media.co.uk</link>
  <url>http://blog.sizzla-media.co.uk/favicon.ico</url>
  <title>SizzlaBlog</title>
</image>
		<item>
		<title>Web Definitions</title>
		<link>http://www.blog.sizzla-media.co.uk/2009/11/01/web-definitions/</link>
		<comments>http://www.blog.sizzla-media.co.uk/2009/11/01/web-definitions/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:52:06 +0000</pubDate>
		<dc:creator>Leon</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Simples]]></category>

		<guid isPermaLink="false">http://www.blog.sizzla-media.co.uk/?p=394</guid>
		<description><![CDATA[Throughout my new series of posts called Simples, I will be using a few terms that you may or may not be familiar with. This post will list these along with a very simple definition and a link to view (&#8230;)</p><p><a href="http://www.blog.sizzla-media.co.uk/2009/11/01/web-definitions/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Throughout my new series of posts called <a href="http://www.blog.sizzla-media.co.uk/category/simples/" target="_blank">Simples</a>, I will be using a few terms that you may or may not be familiar with. This post will list these along with a very simple definition and a link to view a more in depth description. This list will be updated on regular basis and you can suggest new definitions by tweeting @leonbarrett with the hashtag #sizdef.</p>
<p><a href="http://en.wikipedia.org/wiki/Web_browser" target="_blank"><strong>Web Browser</strong></a> &#8211; The piece of software that is used to view Web Pages. You may only know this as the blue &#8216;e&#8217; (Internet Explorer) icon on your desktop. There are many (better) browsers that you can use, such as <a href="http://www.apple.com/safari/" target="_blank">Safari</a>, <a href="http://www.mozilla.com/en-US/firefox/firefox.html" target="_blank">FireFox</a> or <a href="http://www.google.com/chrome" target="_blank">Chrome</a>.</p>
<p><a href="http://en.wikipedia.org/wiki/Email_client" target="_blank"><strong>Email Client</strong></a> &#8211; The piece of software that is used to read emails on your computer. If you don&#8217;t use one, why not give <a href="http://www.mozillamessaging.com/en-US/thunderbird/" target="_blank">Mozilla Thunderbird</a> a go.</p>
<p><a href="http://en.wikipedia.org/wiki/RSS" target="_blank"><strong>RSS</strong></a> &#8211; Really Simple Syndication. A format of delivering a feed of updated content to a user, without them having to visit the originating website.</p>
<p><a href="http://www.blog.sizzla-media.co.uk/2009/10/31/ftp-wtf/" target="_blank"><strong>FTP</strong></a> &#8211; File Transfer Protocol. A method for exchanging files over the internet. Take a look at my post for more info <a href="http://www.blog.sizzla-media.co.uk/2009/10/31/ftp-wtf/" target="_self">http://www.blog.sizzla-media.co.uk/2009/10/31/ftp-wtf/</a></p>
<p><a href="http://www.w3schools.com/Html/html_intro.asp" target="_blank"><strong>HTML</strong></a> &#8211; Hyper Text Markup Language. A markup language for creating web pages.</p>
<p><a href="http://www.w3schools.com/css/css_intro.asp" target="_blank"><strong>CSS</strong></a> &#8211; Cascading Style Sheet. A way of styling HTML</p>
<p><a href="http://en.wikipedia.org/wiki/JavaScript" target="_blank"><strong>Javascript</strong></a> &#8211; A programming language for creating dynamic content for web pages</p>
<p><a href="http://jquery.com/" target="_blank"><strong>jQuery</strong></a><strong> </strong>- A library for quickly creating Javascript code.</p>
<p><a href="http://mysql.com/?bydis_dis_index=1" target="_blank"><strong>MySQL</strong></a> &#8211; A database technology used to store information online</p>
<p><a href="http://php.net/index.php" target="_blank"><strong>PHP</strong></a> &#8211; <acronym title="recursive acronym for PHP: Hypertext Preprocessor">PHP</acronym> is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</p>
<p><strong>Render</strong> &#8211; The process that a web browser uses to turn HTML into a web page.</p>
<p><a href="http://en.wikipedia.org/wiki/Server_(computing)" target="_blank"><strong>Server</strong></a> &#8211; A computer that serves files to a client. In web development, the server is hosted by a company that you pay money to manage. The server holds the HTML and other files that make up a website.</p>
<p><strong>Hosting provider</strong> &#8211; A company that manages a web server, such as <a href="http://www.dreamhost.com/r.cgi?506922" target="_blank">Dreamhost</a> (this is my affiliate link)</p>
<p><strong>Domain name</strong> &#8211; The unique URL (address) that refers to your website. For example mine is <a href="http://www.blog.sizzla-media.co.uk" target="_blank">http://www.blog.sizzla-media.co.uk</a></p>
<p><strong><a href="http://en.wikipedia.org/wiki/Application_programming_interface" target="_blank">API</a> &#8211; </strong>Application Programming Interface. A method implemented by software or a web application that allows another application to interact with it. Twitter has an API that allows you to update your status from another application, such as a desktop client.</p>
<p><a href="http://www.asp.net/" target="_blank"><strong>ASP.NET</strong></a> &#8211; A web application framework developed by Microsoft that allows programmers to create interactive web applications, services and tools.</p>
<p><a href="http://www.adobe.com/flashplatform/"><strong>Flash</strong></a> &#8211; A interactive, multimedia platform developed by Adobe that allows programmers to create engaging, interactive multimedia applications for web, desktop and mobile.</p>
<p><a href="http://silverlight.net/" target="_blank"><strong>Silverlight</strong></a> &#8211; Similar to Flash but developed by Microsoft. Enables developers to use existing web skills to build interactive content.</p>
<p><a href="http://en.wikipedia.org/wiki/Web_application"><strong>Web App</strong></a> &#8211; An interactive application or programme that is accessed via a web browser and is written using web technologies such as PHP, HTML and Javascript.</p>
<p><a href="http://en.wikipedia.org/wiki/Computing_platform" target="_blank"><strong>Platform</strong></a> &#8211; In computing terms, the hardware set up or software framwork used. Such as Apple&#8217;s OS X or Microsoft&#8217;s Windows.</p>
<p><strong>The Cloud/Cloud Computing</strong> &#8211; Cloud computing is a general term for anything that involves delivering services over the Internet. It outsources the processing and hosting work to data centres via the internet.</p>
<p><a href="http://en.wikipedia.org/wiki/3G" target="_blank"><strong>3G</strong></a><strong> </strong>- The third generation of mobile standards in use. Broadly offers faster connection speed and the transmission of video and multimedia data.</p>
<p><strong><a href="http://en.wikipedia.org/wiki/Wi-Fi" target="_blank">Wi-Fi</a></strong> &#8211; A wireless standard used to transmit data between devices over a network. Commonly found in Mobile Phones and Computers.</p>
<p><a href="http://en.wikipedia.org/wiki/Router" target="_blank"><strong>Router</strong></a> &#8211; A device that is primarily used to route traffic to multiple computer devices. For example sharing one internet connection with multiple computers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.sizzla-media.co.uk/2009/11/01/web-definitions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t know your FTP from your PHP? Enter Simples</title>
		<link>http://www.blog.sizzla-media.co.uk/2009/10/30/dont-know-your-ftp-from-your-php/</link>
		<comments>http://www.blog.sizzla-media.co.uk/2009/10/30/dont-know-your-ftp-from-your-php/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:58:15 +0000</pubDate>
		<dc:creator>Leon</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Simples]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.blog.sizzla-media.co.uk/?p=369</guid>
		<description><![CDATA[The web world is full of acronyms and abbreviations, some of which are baffling even to the most seasoned professionals. Do you hear terms such as FTP, PHP, HTML or MySQL thrown around and have know idea what they are? (&#8230;)</p><p><a href="http://www.blog.sizzla-media.co.uk/2009/10/30/dont-know-your-ftp-from-your-php/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The web world is full of acronyms and abbreviations, some of which are baffling even to the most seasoned professionals.</p>
<p>Do you hear terms such as FTP, PHP, HTML or MySQL thrown around and have know idea what they are?</p>
<p><strong>Fear not &#8211; </strong>this new series called Simples is for you.</p>
<p>While I won&#8217;t be teaching you these technologies in depth, I will be offering an explanation to give you a basic understanding.</p>
<p><strong><span style="font-weight: normal;">In simple and plain english I&#8217;ll aim to explain many of the terms Web designers and Developers throw around, so you will no longer have to smile and nod when talking to them. I&#8217;m more than open to suggestions as to what you want explaining, so get in touch via the comments or drop me a tweet.</span></strong></p>
<p>To kick of the series i&#8217;m calling <strong>Simples</strong>, i&#8217;ll be explaining what on earth FTP means, and what you can do with it. Further posts will explain:</p>
<ul>
<li>HTML/CSS</li>
<li>Javascript</li>
<li>MySQL</li>
<li>PHP</li>
<li>Anything else you want. Get in contact via <a href="http://twitter.com/leonbarrett" target="_blank">Twitter</a> or the comments and let me know what I should be writing about!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.sizzla-media.co.uk/2009/10/30/dont-know-your-ftp-from-your-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.294 seconds -->
