<?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>My Web Development Tips &#187; Joseph Johnson</title>
	<atom:link href="http://www.mywebdevelopmenttips.com/author/JosephJohnson/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebdevelopmenttips.com</link>
	<description>Web Development Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:46:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dreamweaver Training Can Change Your Career</title>
		<link>http://www.mywebdevelopmenttips.com/2010/02/dreamweaver-training-can-change-your-career/</link>
		<comments>http://www.mywebdevelopmenttips.com/2010/02/dreamweaver-training-can-change-your-career/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:26:39 +0000</pubDate>
		<dc:creator>Joseph Johnson</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[Adobe Dreamweaver CS3]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computers and the internet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.mywebdevelopmenttips.com/2010/02/dreamweaver-training-can-change-your-career/</guid>
		<description><![CDATA[Working for a company that runs Dreamweaver training courses, I am increasingly finding that there is no longer a typical user of this great web development program. Dreamweaver users now seem to come from all different types of company and from all walks of life: private individuals, financial people, marketing people, people in the health service, academicians It seems everyone needs to learn the basics of web development nowadays.


Related posts:<ol><li><a href='http://www.mywebdevelopmenttips.com/2010/03/build-rapid-web-sites-with-adobe-dreamweaver/' rel='bookmark' title='Permanent Link: Build Rapid Web Sites With Adobe Dreamweaver'>Build Rapid Web Sites With Adobe Dreamweaver</a> <small>If you have ever wanted to build your own website,...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/01/developing-client-side-content-using-adobe-dreamweaver/' rel='bookmark' title='Permanent Link: Developing Client-side Content Using Adobe Dreamweaver'>Developing Client-side Content Using Adobe Dreamweaver</a> <small>Adobe Dreamweaver is a general purpose web development tool aimed...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/01/creating-css-rules-with-adobe-dreamweavers-visual-tools/' rel='bookmark' title='Permanent Link: Creating CSS Rules With Adobe Dreamweaver&#8217;s Visual Tools'>Creating CSS Rules With Adobe Dreamweaver&#8217;s Visual Tools</a> <small>Cascading Style Sheets (CSS) has become as pivotal a technology...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Working for a company that runs Dreamweaver training courses, I am increasingly finding that there is no longer a typical user of this great web development program. Dreamweaver users now seem to come from all different types of company and from all walks of life: private individuals, financial people, marketing people, people in the health service, academicians It seems everyone needs to learn the basics of web development nowadays.</p>
<p>Just as the use of a graphical interface has changed computing, making it more user-friendly, the use of Adobe Dreamweaver renders people with limited understanding of web construction capable of putting together a quality site. It is also an excellent platform for learning how web sites should be put together. For example, when you create a new page, Dreamweaver lets you choose from a series of standard layouts based on CSS (Cascading Style Sheets), the recommended specification for creating web pages. The code produced by Dreamweaver contains useful comments explaining how the page layout works.</p>
<p>Many small organisations have already learned to rely on Adobe Dreamweaver to build and manage their own website, creating and modifying pages and then uploading them via FTP to make them live and available to the public. Those organisations with a more urgent need to establish a web presence may still turn to a professional web development companies to get them started and then use Adobe Dreamweaver when changes need to be made, often saving themselves a small fortune.</p>
<p>Another way that companies can save a few bucks is by commissioning web designers to create Dreamweaver templates and then using these templates in-house to build the website themselves. This also has the benefit of allowing organizations to maintain control of their site from the outset.</p>
<p>Although Dreamweaver is simple to use, it is unlikely that the average user can simple load it onto their machine and start using it effectively. Most people will benefit from having some Dreamweaver training. This will show them which are the essential aspects of the program and the process of creating a basic site and making it live. A good Dreamweaver training course will also give users an overview of the may web technologies, the underlying code, which Dreamweaver uses as the users visually create their web pages.</p>
<p>One of the best ways to make a site useful for visitors is making it interactive, allowing users to search for the specific content that they want. By attending an advanced Dreamweaver training course, staff within an organization can learn to add database-driven content to their website using technologies such as ASP, PHP or ColdFusion. And, here again, Dreamweaver does the lion&#8217;s share of the work, allowing users to create sophisticated search and results pages using the same simply point-and-click and drag-and-drop techniques used to create basic content.</p>
<p>Author is a developer and trainer with <noindex><a target="_blank" rel="nofollow" href="http://www.macresource.co.uk" >Macresource Computer Solutions</a></noindex>, an independent computer training company offering <noindex><a target="_blank" rel="nofollow" href="http://www.macresource.co.uk/fasttrackspecials/dreamweaver.html" >Adobe Dreamweaver training courses</a></noindex> at their central London training centre.</p>


<p>Related posts:<ol><li><a href='http://www.mywebdevelopmenttips.com/2010/03/build-rapid-web-sites-with-adobe-dreamweaver/' rel='bookmark' title='Permanent Link: Build Rapid Web Sites With Adobe Dreamweaver'>Build Rapid Web Sites With Adobe Dreamweaver</a> <small>If you have ever wanted to build your own website,...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/01/developing-client-side-content-using-adobe-dreamweaver/' rel='bookmark' title='Permanent Link: Developing Client-side Content Using Adobe Dreamweaver'>Developing Client-side Content Using Adobe Dreamweaver</a> <small>Adobe Dreamweaver is a general purpose web development tool aimed...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/01/creating-css-rules-with-adobe-dreamweavers-visual-tools/' rel='bookmark' title='Permanent Link: Creating CSS Rules With Adobe Dreamweaver&#8217;s Visual Tools'>Creating CSS Rules With Adobe Dreamweaver&#8217;s Visual Tools</a> <small>Cascading Style Sheets (CSS) has become as pivotal a technology...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mywebdevelopmenttips.com/2010/02/dreamweaver-training-can-change-your-career/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Offers Neutral And Platform Independent Encapsulation Of Your Data</title>
		<link>http://www.mywebdevelopmenttips.com/2010/02/xml-offers-neutral-and-platform-independent-encapsulation-of-your-data/</link>
		<comments>http://www.mywebdevelopmenttips.com/2010/02/xml-offers-neutral-and-platform-independent-encapsulation-of-your-data/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 16:21:44 +0000</pubDate>
		<dc:creator>Peter H. Spencer</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[extensible markup language]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[sgml]]></category>
		<category><![CDATA[software programs]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.mywebdevelopmenttips.com/2010/02/xml-offers-neutral-and-platform-independent-encapsulation-of-your-data/</guid>
		<description><![CDATA[Extensible Mark-up Language (XML) has quickly established itself as a viable technology with a huge range of real-world applications. One of the key reasons for its importance and wide acceptance is that it offers a working solution to one of the key problems faced by software developers and computer users alike: the exchange of incompatible data. Each software environment produces its own unique type of binary file which only it can understand. Once data is exported in XML format, it becomes a known quantity, independent of the environment in which it was originated.


Related posts:<ol><li><a href='http://www.mywebdevelopmenttips.com/2010/02/using-looping-syntax-in-xslt/' rel='bookmark' title='Permanent Link: Using Looping Syntax In XSLT'>Using Looping Syntax In XSLT</a> <small>Extensible Stylesheet Language (XSL) is an XML-related technology which is...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/01/overview-of-xml-technologies/' rel='bookmark' title='Permanent Link: Overview of XML Technologies'>Overview of XML Technologies</a> <small>Core XML...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/02/mastering-the-essentials-of-xml-schema/' rel='bookmark' title='Permanent Link: Mastering The Essentials Of XML Schema'>Mastering The Essentials Of XML Schema</a> <small>XML schema definition languages are derived from the recommendations of...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Extensible Mark-up Language (XML) has quickly established itself as a viable technology with a huge range of real-world applications. One of the key reasons for its importance and wide acceptance is that it offers a working solution to one of the key problems faced by software developers and computer users alike: the exchange of incompatible data. Each software environment produces its own unique type of binary file which only it can understand. Once data is exported in XML format, it becomes a known quantity, independent of the environment in which it was originated.</p>
<p>The PDF format is another example of a platform-independent format which has gained worldwide acceptance. Once a document is saved in PDF format, its format is set in stone, it can viewed and printed with its layout and formatting intact, without the need for the software which created the original document. However, where the PDF format concerns itself mainly with the presentation of information, XML is used to describe and encapsulate the information itself.</p>
<p>Though XML itself is still fairly new, the idea behind is over thirty years old. In the 1970s, Standard Generalized Markup Language (SGML) was developed in an attempt to create an application-independent method of describing and storing data. SGML is a text-based language which relies on the concept of adding mark-up to data which describes the data itself. An SGML document contains both the original data and a lexicon of rules defining the structure of that data. SGML is a fairly complex language and, unlike XML, has never gained wide popularity. In the early 1990s, SGML was used to develop and specify the rules of HyperText Markup Language (HTML) and in the late 1990s, SGML was again called upon, this time as the basis for the creation of XML. In a lot of ways XML is basically a restricted form of SGML.</p>
<p>XML has already proved itself an excellent medium for storing, describing and transporting data, particularly over the web. It offers flexibility, clarity and simplicity. An XML document looks similar to an HTML document and consists of the same human-readable tags. However, the tags used to markup an HTML document are pre-defined: only a limited set of tags can legitimately be used. XML allows you to create a markup language and define the tags which are legitimate for your data. It does this using a schema document, which can itself be an XML document. The schema document specifies the vocabulary and grammar which may be used within the XML document which contains your data.</p>
<p>The fact that, when creating and generating XML documents, you can invent all the rules, means that you never have to force your data into a container which was not designed to hold it. You design tags which reflect the nature of your data; you create a schema document which defines the hierarchical structure of your information; and you specify the type of information each element within your document is permitted to contain. In short, if you end up with an XML documents which is unsuitable for holding your information, you have only yourself to blame!</p>
<p>Author&#8217;s company runs <noindex><a target="_blank" rel="nofollow" href="http://www.aspdotnetajax.net/index.htm" >public courses in web design 3.5</a></noindex> in London and throughout the UK.</p>


<p>Related posts:<ol><li><a href='http://www.mywebdevelopmenttips.com/2010/02/using-looping-syntax-in-xslt/' rel='bookmark' title='Permanent Link: Using Looping Syntax In XSLT'>Using Looping Syntax In XSLT</a> <small>Extensible Stylesheet Language (XSL) is an XML-related technology which is...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/01/overview-of-xml-technologies/' rel='bookmark' title='Permanent Link: Overview of XML Technologies'>Overview of XML Technologies</a> <small>Core XML...</small></li>
<li><a href='http://www.mywebdevelopmenttips.com/2010/02/mastering-the-essentials-of-xml-schema/' rel='bookmark' title='Permanent Link: Mastering The Essentials Of XML Schema'>Mastering The Essentials Of XML Schema</a> <small>XML schema definition languages are derived from the recommendations of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mywebdevelopmenttips.com/2010/02/xml-offers-neutral-and-platform-independent-encapsulation-of-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
