<?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></title>
	<atom:link href="http://www.ewebdesign.com.au/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ewebdesign.com.au</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 00:31:53 +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>Designing Web Links</title>
		<link>http://www.ewebdesign.com.au/catergory/designing-web-links.html</link>
		<comments>http://www.ewebdesign.com.au/catergory/designing-web-links.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 02:05:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ewebdesign.com.au/catergory/designing-web-links.html</guid>
		<description><![CDATA[A web link connects a page to different web pages. They allow users to navigate a site at the click of a button. For usability purposes, styling links is important.

Styling Links

When styling links, design for users to scan, not read (as that’s what most users do).
Always make sure the link is obvious
Links should also indicate [...]]]></description>
			<content:encoded><![CDATA[<p>A web link connects a page to different web pages. They allow users to navigate a site at the click of a button. For usability purposes, styling links is important.</p>
<p><span id="more-664"></span></p>
<p><strong>Styling Links</strong></p>
<ul>
<li>When styling links, design for users to scan, not read (as that’s what most users do).</li>
<li>Always make sure the link is obvious</li>
<li>Links should also indicate where they will take the user</li>
<li>These can be customised in the CSS via</li>
</ul>
<p>a:link { }<br />
Unvisited link.</p>
<p>a:visited { }<br />
Visited links.</p>
<p>a:hover { }<br />
What appears when users mouse cursor hovers over the link</p>
<p>a:focus { }<br />
The user clicks on a link.</p>
<p>a:active { }<br />
The user has clicked a link.</p>
<p><strong>Ensure Contrast</strong></p>
<ul>
<li>Links should stand out not only from the background but from the surrounding text.</li>
<li>If the font colour is blue and the link colour is blue there is a problem</li>
<li>Make your links stand out by using one or more than one of the following techniques.</li>
</ul>
<p>text-decoration: underline;<br />
Underline.</p>
<p>font-weight: bold;<br />
Bold.</p>
<p>font-size: 1.4em;<br />
Enlarge.</p>
<p>color: #ed490a;<br />
Color.</p>
<p>background-color: #c0c0c0;<br />
Background.</p>
<p>border-bottom: 2px solid #a959c3;<br />
Border.</p>
<p>If you decide to make links red, make sure no other text such as headlines and subheadings is the same colour because users will expect it to be a link too.</p>
<p>A point to add is not to underline text that is not a link. In standard web design, links are underlined so don’t confused readers.</p>
<p>Also keep in mind that users with poor eye sight such as those who are color blind may not be able to distinguish clearly a red heading from a green link &#8211; you can address this issue by under, bold or italic links as an alternative to colour.</p>
<p><strong>Don’t Forget About Visited Links</strong></p>
<p>a:visited { }<strong></strong></p>
<p>For better web design usability, it is helpful to users to know which pages they have been before to avoid wasting time. Just like differentiating links to paragraph text, visited links ideally should be differentiated to un-visted links. You can do this by giving links a darker or lighter tone of colour – so that they stand out but aren’t as obvious as unvisited links. Google would be a good example.</p>
<p><strong>Title Attributes</strong></p>
<p>&lt;a href=&#8221;example.com&#8221; title=&#8221;This is an example link&#8221;&gt;Example&lt;/a&gt;</p>
<p>The title attribute is a convenient way to add descriptions to your links and can be especially useful for those who rely on screen readers.</p>
<p><strong>Use Button Styles</strong></p>
<p>Making a link a button grabs more attention and is an excellent call to action technique. Buttons are useful as they can be used many times without restyling multiple times.</p>
<p><strong>Hover State</strong></p>
<p>a:hover { }<strong></strong></p>
<p>It is a nice feature to let users know they are hovering over a link via a change of font colour, background or style (such as removing the underline).</p>
<p>Normally a mouse cursor will transform into a hand cursor when the user hovers over the link – however this can be lost. Add the cursor via CSS: a:hover span { cursor: pointer }</p>
<p><strong>Active State</strong></p>
<p>a:active { padding-top: 2px; }</p>
<p>An active state link is when a user clicks on a link the user knows they have done so. E.g. making the link move 2 pixels downloads to imitate the look that the link has been pressed like a button.</p>
<p><strong>Apply Padding</strong></p>
<p>a { padding: 5px; }</p>
<p>Adding padding to link is good usability. More padding means the link is larger and easier to click. The user can hover in close proximity and still be able to be directed to a new page. This technique works best of the navigation of a website.</p>
<p><strong>Using Icons for Quick Communication</strong></p>
<p>If your link leads to a download of a PDF document for example, placing an icon of the PDF logo will inform a user better. This prepares the user for the type of file type they are downloading and icons are a quick representation of the file type as well.</p>
<p>This can also be applied to navigation links. E.g. a link pointing to the homepage may have an icon of a house or of the company logo or a link pointing to a twitter page may include the twitter bird icon.</p>
<p><strong>Make Anchor Text Descriptive</strong></p>
<p>Links with descriptive text are not only user friendly but will also will improve the SEO of a website. E.g. a text link such as “Click Here” is not as effective as “Get a Free Consultation” Having a simple “Click Here” forces users to find out what “Click Here” is actually about.</p>
<p><strong>Link Your Logo</strong></p>
<p>Always link your logo to the home page – this is the web norm and it is found that most users will click on a company’s logo to return to the homepage.</p>
<p><strong>Don’t Open Links in New Windows</strong></p>
<p>All users like control over what they search and how they search. Imagine if you had many tasks in your toolbar and a website forces you to add one more causing you to jam in more tasks in your already crammed taskbar – annoying right? Most users will expect a link to open in the same window – if the link must be opened in a new window; make sure you let the user know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewebdesign.com.au/catergory/designing-web-links.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Principals of Effective Web-Design</title>
		<link>http://www.ewebdesign.com.au/catergory/5-principals-of-effective-web-design.html</link>
		<comments>http://www.ewebdesign.com.au/catergory/5-principals-of-effective-web-design.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 02:07:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ewebdesign.com.au/?p=590</guid>
		<description><![CDATA[Use an effective marketing principle
 
A &#8211; Attention (Awareness): attract the attention of the customer.
I &#8211; Interest: raise customer interest by demonstrating features, advantages, and benefits.
D &#8211; Desire: convince customers that they want and desire the product or service and that it will satisfy their needs.
A &#8211; Action: lead customers towards taking action and/or purchasing.
Nowadays some [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Use an effective marketing principle</strong></p>
<p><strong> </strong><br />
<strong>A</strong> &#8211; Attention (Awareness): attract the attention of the customer.<br />
<strong>I</strong> &#8211; Interest: raise customer interest by demonstrating features, advantages, and benefits.<br />
<strong>D</strong> &#8211; Desire: convince customers that they want and desire the product or service and that it will satisfy their needs.<br />
<strong>A</strong> &#8211; Action: lead customers towards taking action and/or purchasing.</p>
<p>Nowadays some have added another letter to form AIDA(S): S &#8211; Satisfaction &#8211; satisfy the customer so they become a repeat customer and give referrals to a product.<br />
 </p>
<p><span id="more-590"></span><br />
<strong>BOSCH-Formula</strong></p>
<ul>
<li>Be inquisitive, ask open questions</li>
<li>Offer solutions, talk about the end result benefits for the customer</li>
<li>Stimulate the senses, let the customer test your product</li>
<li>Cross your sales, think of all the necessary accessories</li>
<li>Hit the closing point; sell when the customer is ready to buy</li>
<li>Experiment with few colours</li>
<li>Dark body copy on white background and light body copy on black background are passive</li>
<li>Vibrant colours can help to highlight some specific elements of the site which you’d like to point users’ attention to</li>
<li>Sometimes it’s useful to pick a moderate number of colours and use them efficiently</li>
</ul>
<p><strong>Strive for Balance</strong></p>
<ul>
<li>Provides users with some sense of closure</li>
<li>Gives the feeling of permanence and stability.</li>
<li>Balanced designs are easier to digest and to understand; because they create a visual hierarchy which clearly displays what is more important on the web-site and what is less important.</li>
</ul>
<p><strong>Strive for Clarity</strong></p>
<ul>
<li>Clarity of both layout and presented information should be given one of the highest priorities in the design process.</li>
<li>If there is any chance of misunderstandings and ambiguous titles make sure to get rid of them or specify explicitly what is meant</li>
<li>Being more specific is usually better than being less specific</li>
<li>The more organized your categories are, the easier it will be for your visitors to find their path through your site</li>
<li>Address your users’ needs</li>
<li>The primary task to comfort your visitors by addressing their needs</li>
<li>Providing them with sufficient clues for seamless and intuitive navigation</li>
<li>To maximize your exposure you have to consider various types and profiles of your visitors</li>
<li>Identify major groups and offer each group the functionality its members would be comfortable with</li>
<li>Integrate multiple levels of user interaction in one single design layout</li>
<li>Important to enable frequent users to use shortcuts — to increase the pace of interaction use abbreviations, special keys, hidden commands etc.<br />
Bookmarks and toolbars</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ewebdesign.com.au/catergory/5-principals-of-effective-web-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Should Be Communicated?</title>
		<link>http://www.ewebdesign.com.au/catergory/what-should-be-communicated.html</link>
		<comments>http://www.ewebdesign.com.au/catergory/what-should-be-communicated.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 02:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ewebdesign.com.au/?p=588</guid>
		<description><![CDATA[Purpose of the Company or Website
The most important message that must be communicated by every website is its purpose.
As visitors arrive at the website, they should be able to quickly and accurately understand why the website exists and what is offered, and from this they should be able to determine if it is something that [...]]]></description>
			<content:encoded><![CDATA[<h4>Purpose of the Company or Website</h4>
<p>The most important message that must be communicated by every website is its purpose.</p>
<p>As visitors arrive at the website, they should be able to quickly and accurately understand why the website exists and what is offered, and from this they should be able to determine if it is something that interests them.</p>
<p><span id="more-588"></span></p>
<p><strong>Homepage should communicate the purpose</strong></p>
<h4>What is offered?</h4>
<ul>
<li>Visitors should quickly learn what the company or website <strong>offers them</strong>.</li>
<li>E-commerce websites need to clearly communicate to visitors the types of products that can be purchased.</li>
<li>Service companies should clearly communicate the services that are available to visitors.</li>
<li>Websites that are content-rich, such as blogs, should communicate to new visitors what type of content is available to visitors and subscribers.</li>
</ul>
<p>How Can Visitors Benefit?</p>
<ul>
<li>How these products and services can specifically benefit them and why they would be better off with them.</li>
</ul>
<p>What Action Can Visitors Take?</p>
<ul>
<li>Call to action</li>
<li>Do something</li>
</ul>
<h3><span style="text-decoration: underline;">Tips for Effective Communication:</span></h3>
<p>Now that we’ve looked at how websites communicate with visitors, some typical challenges and what should be communicated, here are some tips that can be <strong>put into practice</strong> to help with the process of developing websites that communicate effectively.</p>
<h4>Prioritize</h4>
<ul>
<li>Knowing exactly what should be communicated to visitors.</li>
<li>State the main point, purpose or message of your website, it’s unlikely that visitors will be able to understand that message accurately.</li>
</ul>
<h4>Determine What Visitors Should Know About the Company or Website</h4>
<ul>
<li>Every company and website has something that it specifically wants visitors to learn about it. It’s critical that this is identified, otherwise it will be impossible to communicate it effectively to visitors. Ideally, the website would be used as a tool to <strong>brand</strong> the company, so the messages that are being communicated should fit the overall branding efforts and strengthen those efforts.</li>
</ul>
<h4>Keep it Simple</h4>
<ul>
<li>Communicating effectively is much easier when the messages are short and simple.</li>
<li>Focus on the most important aspects.</li>
</ul>
<h4>Keep it Relevant to Your Target Audience</h4>
<ul>
<li>Consider your target market and audience when developing the website.</li>
<li>Who is the most critical audience for your company and website?</li>
<li>The website should be designed and developed so that it can communicate specifically with these visitors.</li>
<li>Additional efforts can be taken to communicate with other audiences as well, but</li>
</ul>
<h4><a href="http://www.treemolabs.com/"></a>Make the Message Impossible to Miss</h4>
<ul>
<li>The most effective way to <strong>ensure that visitors receive the most important messages</strong> of a website is by making it very obvious</li>
<li>Large text, colour text or some other design technique to make the message stand out are common.</li>
<li>Other techniques include automatically loading audio, video and pop-ups, each of which brings its own usability issues and concerns.</li>
<li>Visual cues e.g. highlighted text</li>
</ul>
<h4>Use Headers and Sub-Headers</h4>
<ul>
<li>On pages that consist of a significant amount of text, breaking it up and <strong>identifying the main points</strong> with<strong> </strong>headers and sub-headers can be very effective.</li>
<li>Headers not only help to make the text more readable by creating white space and using bold font to add variety to the page</li>
<li>Also communicate a <strong>structure of the content</strong> to visitors and can summarize the primary messages of the content.</li>
</ul>
<h3><span style="text-decoration: underline;">Goals for Communication When Developing a Website</span></h3>
<ul>
<li>As you’re designing and developing websites, here are some goals to keep in mind that should help you stay focused on creating ones that communicate effectively.</li>
<li>Clarity: clear message</li>
<li>Communication that Truly Helps the Business and Visitors</li>
<li>Consistency of Message</li>
<li>Design that Enhances the Message: appearance should compliment</li>
<li>Communication that Relates to the Target Audience e.g. search box words = ‘what music do u like?</li>
<li>Use of Website Structure to Build on Communication</li>
</ul>
<h3><span style="text-decoration: underline;">Results of Good Communication</span></h3>
<ul>
<li>Visitors understand the Purpose of a Website</li>
<li>Improved Branding</li>
<li>Reduced Bounce Rates</li>
<li>Less Frustration for Visitors</li>
<li>More Sales, Leads, Subscribers, etc.</li>
<li>Less Unnecessary Inquiries</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ewebdesign.com.au/catergory/what-should-be-communicated.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear Communication In Webdesign</title>
		<link>http://www.ewebdesign.com.au/catergory/clear-communication-in-webdesign.html</link>
		<comments>http://www.ewebdesign.com.au/catergory/clear-communication-in-webdesign.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:48:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ewebdesign.com.au/?p=581</guid>
		<description><![CDATA[Communication is important in any industry. However there is good and bad communication as well. This post covers tips and points on how to most effectively communicate content to your audience.

Restrain the amount of content on a page

Don’t overcrowd
Make sure there is no excess information
Keep it to the point
Too much content on one page can [...]]]></description>
			<content:encoded><![CDATA[<p>Communication is important in any industry. However there is good and bad communication as well. This post covers tips and points on how to most effectively communicate content to your audience.</p>
<p><span id="more-581"></span></p>
<p><strong>Restrain the amount of content on a page</strong></p>
<ul>
<li>Don’t overcrowd</li>
<li>Make sure there is no excess information</li>
<li>Keep it to the point</li>
<li>Too much content on one page can confuse visitors</li>
</ul>
<p> </p>
<p><strong>Each visitor is unique and will have different needs.</strong></p>
<ul>
<li>Design website on a target market, not as a whole.</li>
<li>Demographics, age, sex, hobbies.</li>
</ul>
<p> </p>
<p><strong>Clarity</strong></p>
<ul>
<li><a href="http://www.macalicious.com/"></a>Communicate information in a short amount of time</li>
<li>The shorter the time to understand something, the longer a visitor will stay.</li>
<li>Have a clear purpose and priority of the website that is understandable to the visitor</li>
<li>There must not be too much noise or clutter.</li>
<li><a href="http://www.shuteyereport.com/"></a>The message must be communicated in a way that it can be understood by the visitor.</li>
<li>Using boxes on top of page is simple, quick and obvious</li>
<li>Make web site content short and concise</li>
</ul>
<p> <br />
 <strong>Web Design with Personality!</strong></p>
<ul>
<li>In online communication, the human visitor receives a message from a website, not directly from a person.</li>
<li>It is more effective when the website shows some form of personality</li>
<li>E.g. Representing there is a person or company behind everything can be through a statement</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ewebdesign.com.au/catergory/clear-communication-in-webdesign.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common usability Mistakes in Web Design</title>
		<link>http://www.ewebdesign.com.au/catergory/common-usability-mistakes-in-web-design.html</link>
		<comments>http://www.ewebdesign.com.au/catergory/common-usability-mistakes-in-web-design.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:14:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ewebdesign.com.au/?p=571</guid>
		<description><![CDATA[You can have a fantastic web design layout or rank in the first position of major search engines, but if users struggle to use your site then neither design nor rankings matter. Here are some lists of usability issues you want to avoid&#8230;

Tiny Clickable Areas

Hyperlinks are designed to be clicked so therefore should be easy [...]]]></description>
			<content:encoded><![CDATA[<p>You can have a fantastic web design layout or rank in the first position of major search engines, but if users struggle to use your site then neither design nor rankings matter. Here are some lists of usability issues you want to avoid&#8230;</p>
<p><span id="more-571"></span></p>
<p><strong>Tiny Clickable Areas</strong></p>
<ul>
<li>Hyperlinks are designed to be clicked so therefore should be easy to click, making them small means the user will not click them as they are hard to pinpoint</li>
</ul>
<p> </p>
<p> <strong>Incorrect use of Pagination</strong></p>
<ul>
<li>Should only be used for gallery images where loading time is a concern</li>
<li>Bad for SEO – when content is split into several pages, each page makes less sense on its own as it will hold less keywords</li>
</ul>
<p> </p>
<p><strong> Duplicate Page titles</strong></p>
<ul>
<li>&lt;title&gt; title of page &lt;/tile)</li>
<li>A good title page communicates a lot of information to your viewers</li>
<li>People can figure if they are in the right place or not</li>
<li>Each title should describe the category and article of the page</li>
</ul>
<p> </p>
<p><strong>Content that is difficult to scan</strong></p>
<ul>
<li>Webpage needs a good copy (all the text content on the site)</li>
<li>Have focus points: point out information with bolder or brighter colours, larger text or graphics if you need something to stand <br/>out for more visual pull</li>
<li>Information should be informative and concise</li>
<li>All text should be short and easy to digest: cut it down as much as possible</li>
<li>Create hierarchy of information</li>
</ul>
<p> </p>
<p><strong> No way to get in touch</strong></p>
<ul>
<li>Need a contact form which appears right away after u click ‘contact us’</li>
<li>Contact form should be brief and quick as possible to fill out</li>
<li>Putting an email address with plug-in <em>Enkoder </em>allows robots to not be able to read the email address.</li>
<li>Creating comments boxes also allows for more interaction (like asking questions on a forum)</li>
</ul>
<p> </p>
<p><strong> No way to search</strong></p>
<p>Certain sites need a search for users to find products quickly: especially online shopping sites</p>
<p>e.g</p>
<form action="http://www.google.com/search" enctype="application/x-www-form-urlencoded" method="get">
<input name="sitesearch" type="hidden" value="product search" />
<input type="submit" value="Google Search" /> </form>
<p><strong> Too much functionality that requires registration</strong></p>
<ul>
<li>Registration may decrease spam, but will also decrease number of comments</li>
<li>Registration should be quick and simple to do</li>
<li>Websites which send users to pages after clicking “post” after writing a comment is bad for user experience as it can frustrate  the user</li>
</ul>
<p> </p>
<p><strong>Long registration forms</strong></p>
<ul>
<li>Make registration for short as possible as it will save more time</li>
<li>Only ask for necessary information</li>
<li>Optional fields like  don&#8217;t need to be there &#8211; they can be entered later on in the process in a profile.</li>
<li>If long forms are unavoidable, consider breaking up the form to multiple pages</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ewebdesign.com.au/catergory/common-usability-mistakes-in-web-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Methods of Communication</title>
		<link>http://www.ewebdesign.com.au/catergory/methods-of-communication.html</link>
		<comments>http://www.ewebdesign.com.au/catergory/methods-of-communication.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 23:36:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amy.onebrain.com.au/?p=455</guid>
		<description><![CDATA[ There are many factors which contribute to the effectiveness of how a website communicates to the target audience. In this post list some the basic essential methods of communication which should be highly considered to be used in web design.

Text

Conveys the basic message of a website

 
Images

Communicates messages faster, more clearly and more strongly than text
Images [...]]]></description>
			<content:encoded><![CDATA[<p> There are many factors which contribute to the effectiveness of how a website communicates to the target audience. In this post list some the basic essential methods of communication which should be highly considered to be used in web design.</p>
<p><span id="more-455"></span></p>
<p><strong>Text</strong></p>
<ul>
<li>Conveys the basic message of a website</li>
</ul>
<p> </p>
<p><strong>Images</strong></p>
<ul>
<li>Communicates messages faster, more clearly and more strongly than text</li>
<li>Images must work in harmony with the website</li>
</ul>
<p> </p>
<p><strong>Title and Headers</strong></p>
<ul>
<li>Allows people to know something quickly</li>
<li>Can be a summary for the whole website</li>
</ul>
<p> </p>
<p><strong>Icons</strong></p>
<ul>
<li>Communicate messages without any text being used</li>
</ul>
<p> </p>
<p><strong>Design Styles</strong></p>
<ul>
<li>Themes of websites help communicate information quickly</li>
<li>Will appeal more to the target market.</li>
<li>Good design styles will leave a good impression</li>
</ul>
<p> </p>
<p><strong>Colours</strong></p>
<ul>
<li>Psychology of colour is important</li>
<li>Determines how a web page looks but also communicates information</li>
<li>Research on the effects of colours and what reaction you may want. e.g. The combination of red and yellow is said to stimulate hunger &#8211; as can be seen used so prominently with McDonald advertisments</li>
</ul>
<p> </p>
<p><strong>Video and Audio</strong></p>
<ul>
<li>Interactive way to communicate to an audience</li>
<li>Does not use a lot of room</li>
</ul>
<p> </p>
<p>Credits to SmashingMagazine.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewebdesign.com.au/catergory/methods-of-communication.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
