<?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>All Info About &#187; Google</title>
	<atom:link href="http://www.allinfoabout.com/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://www.allinfoabout.com</link>
	<description>For all info about everything</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:43:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Putting Pictures or Graphics on a Web Page</title>
		<link>http://www.allinfoabout.com/putting-pictures-or-graphics-on-a-web-page</link>
		<comments>http://www.allinfoabout.com/putting-pictures-or-graphics-on-a-web-page#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:22:40 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Featured Article]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blackpool]]></category>
		<category><![CDATA[Blackpool Tower]]></category>
		<category><![CDATA[Cut  copy  and paste]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[HTML editor]]></category>
		<category><![CDATA[html tags]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[Web page]]></category>
		<category><![CDATA[Web search engine]]></category>

		<guid isPermaLink="false">http://www.allinfoabout.com/?p=118</guid>
		<description><![CDATA[Image via Wikipedia Adding pictures and other graphics can lift your pages, add colour and life as well as make them easier to read. They can give novices to building webpages a real headache, though. Here is a simple guide. The very first step to adding pictures is to make them the correct size for [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 225px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Picasa.svg"><img title="Picasa" src="http://upload.wikimedia.org/wikipedia/en/thumb/f/fe/Picasa.svg/300px-Picasa.svg.png" alt="Picasa" width="215" height="232" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Picasa.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p><strong>Adding pictures and other graphics can lift your pages, add colour and life as well as make them easier to read. They can give novices to building webpages a real headache, though. Here is a simple guide.</strong></p>
<p>The very first step to adding pictures is to make them the correct size for the space on your webpage. This means don&#8217;t just click on the picture in your html editor and push it to the right size because doing that doesn&#8217;t reduce the file size. If you do that and have a jpg that is 2mb, for example, even though the picture looks smaller, the file size will still be 2mb.</p>
<p><span id="more-118"></span>Use a picture editor to reduce the size of the picture which will reduce the file size too. The free Google graphics management program Picasa has a really easy way of reducing the size of pictures and other graphics. Large files take a long time to download when a page opens and people won&#8217;t usually hang around and wait for it to happen so it&#8217;s really important.</p>
<p>If you want text to flow alongside the picture, this is the code to align right for example:</p>
<p>&lt;img src=&#8221;../graphics/blackpool_tower.jpg&#8221; width=&#8221;250&#8243; height=&#8221;314&#8243; alt=&#8221;Blackpool Tower and beach, Blackpool, Lancashire&#8221; hspace=&#8221;10&#8243; vspace=&#8221;10&#8243; align=&#8221;right&#8221;&gt;.</p>
<p>I&#8217;ll unpack this tag:</p>
<p>img src=&#8221;../graphics/blackpool_tower.jpg&#8221; &#8211; this says where the picture can be found on the server, it&#8217;s in a folder called graphics and the name of the picture file is blackpool_tower.jpg.</p>
<p>width=&#8221;250&#8243; height=&#8221;314&#8243; &#8211; this shows the size and, most important, the picture has been changed to this size before uploading on to the server. While on the subject of picture file sizes, you usually don&#8217;t need more than 72 resolution for pictures online and this helps to keep the file size down.</p>
<p>alt=&#8221;Blackpool Tower and beach, Blackpool, Lancashire&#8221; &#8211; this is what people will read if they browse with graphics turned off so they don&#8217;t see the picture. They will know what the picture showed. It is also a useful way getting more keywords on to your pages naturally for search engines.</p>
<p>hspace=&#8221;10&#8243; vspace=&#8221;10&#8243; &#8211; this put a 10 pixel space horizontally (hspace) and vertically (vspace) around the picture so text doesn&#8217;t go right up to the edge.</p>
<p>align=&#8221;right&#8221; &#8211; unsurprisingly this aligns the picture right. You can have align=&#8221;left&#8221; instead, if that suits your page better. When you do either of these, the text will display alongside the picture.</p>
<p>Don&#8217;t forget that even if you are using an html editor, you can always change the code yourself. For example, you could copy and paste the tag above and substitute your own folder and picture file name. You could change the hspace and vspace to another number and align left. You would, of course, change the alt to your own picture title.</p>
<p>Trying this kind of thing in your code will help you understand more about using html and what happens when you make changes. Even making mistakes can be helpful as long as you eventually understand what the mistake was and what effect it had.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/ba0b8134-38c6-4402-80db-86e96149f0f4/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=ba0b8134-38c6-4402-80db-86e96149f0f4" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.allinfoabout.com/putting-pictures-or-graphics-on-a-web-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write Good Content for Your Website</title>
		<link>http://www.allinfoabout.com/write-good-content-for-your-website</link>
		<comments>http://www.allinfoabout.com/write-good-content-for-your-website#comments</comments>
		<pubDate>Sat, 25 Jul 2009 09:30:13 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Featured Article]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Cut  copy  and paste]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[Web page]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[writing web content]]></category>

		<guid isPermaLink="false">http://www.allinfoabout.com/?p=111</guid>
		<description><![CDATA[Image by DanieVDM via Flickr Whether your website is for your business, to give information on a subject you love or just because you want your own website, it is very disappointing if it doesn&#8217;t get an audience so it&#8217;s worth taking the trouble to get presentation and content right. Pictures Many beginners don&#8217;t understand [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/12915821@N00/3184780246"><img title="Screenshot of Google Picasa 3 - Library View" src="http://farm4.static.flickr.com/3392/3184780246_b074723281_m.jpg" alt="Screenshot of Google Picasa 3 - Library View" width="240" height="192" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/12915821@N00/3184780246">DanieVDM</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Whether your website is for your business, to give information on a subject you love or just because you want your own website, it is very disappointing if it doesn&#8217;t get an audience so it&#8217;s worth taking the trouble to get presentation and content right.</p>
<p><span id="more-111"></span><strong>Pictures</strong><br />
Many beginners don&#8217;t understand the difference between the size pictures appear on a webpage and their file size. Always remember that a digital picture is computer file, usually a .jpg so, to reduce the picture, you must reduce the file size. To do this, you need to use a graphics editor, Google Picasa is a good free option.</p>
<p>The reason that this is important is because a big jpg file will take a long time to load on a webpage and most people will not wait. They will become impatient and click away on to another site that loads quickly.</p>
<p>Similarly, if you put too many pictures on a webpage, it will take too long to load. How many is too many? It depends on the file sizes of your pictures. If you feel a need to use several pictures, you could convert them to thumbnails with a larger picture opening in a separate window when somebody clicks on one of them.</p>
<p><strong>Text</strong><br />
Most people find it more of a strain to read text on a computer monitor than on paper. This is something that anybody who writes webpages must consider. Visitors might not read a long essay, even on the most fascinating of topic, simply because it&#8217;s not a good way to present information online. If your topic demands this kind of format, consider giving a &#8216;print&#8217; option so that visitors can print off the article without all the surrounding ads and banners if you have them. There are also ways of breaking up text to make it easier to read on a screen.</p>
<ul>
<li>Use short paragraphs</li>
<li>Use sub titles where possible so people can find particular information quickly.</li>
<li>Use bullet points</li>
</ul>
<p>Don&#8217;t make pages too long, people don&#8217;t like scrolling down too far unless the page is particularly fascinating. Split a very long page into two or even three pages but make sure you split on natural breaks.</p>
<p><strong></strong></p>
<div id="attachment_115" class="wp-caption alignright" style="width: 285px"><strong><strong><img class="size-full wp-image-115" title="spelling-mistake" src="http://www.allinfoabout.com/blog/wp-content/uploads/2009/07/spelling-mistake.jpg" alt="Spot the Spelling Mistake!" width="275" height="266" /></strong></strong><p class="wp-caption-text">Spot the Spelling Mistake!</p></div>
<p><strong>Spelling and Grammar</strong><br />
How many times have you looked at a website and seen spelling and grammar mistakes? My guess would be that you have seen this many times.</p>
<p>If you want your site to be taken seriously, you must check for errors. When people see mistakes like these, it can raise doubts in their minds about just how much faith they can put in any information on the site.</p>
<p>Almost everybody has Word, Word Perfect or similar programs with spelling and grammar checkers. Just paste your text in one of these, if you have written it elsewhere, and run it through the checker.<br />
<strong><br />
Layout and Design</strong><br />
The way you layout and design your webpage can have an impact on whether visitors read the information on it and whether they go on to other pages on the site.</p>
<ul>
<li>People are accustomed to finding menus in the top left of a page or along the top. Don&#8217;t decide to be innovative and put it in the bottom right corner of your page or other unlikely position because many people will never notice it and certainly won&#8217;t look for it there.</li>
<li>Don&#8217;t put links to other pages on your site in a way that makes them hard to find. For example, nobody is going to spend time hovering their mouse over words or images that might possibly contain a link. Make links obvious.</li>
<li>If you have a three column layout like this page, don&#8217;t write a very short article and then put so many ads in the side columns that they go way below the centre column content. Trust me, nobody will scroll down to look at ads. It looks ugly and amateurish. It shows that you haven&#8217;t considered how people use the web.</li>
</ul>
<p><strong>Flash, Fireworks and Other Technical Effects</strong><br />
Personally, my heart sinks when I&#8217;m looking for information and visit a website with a Flash opening page. It&#8217;s even worse when I don&#8217;t have the option of bypassing it. Then, when I find that the whole site is done in Flash or uses other technical effects to present information leaving me to watch what appears to be little more than a slide show, I quickly decide I&#8217;ll find the information elsewhere.</p>
<p>If you must use technical effects, make sure they are appropriate to the presentation of your subject matter and that people can opt out of them and see the plain vanilla version. Not everybody is on a fast, broadband connection or using a fast computer with plenty of memory. If your site causes their computers to freeze, I promise, they will never come back to your website nor recommend it.</p>
<p><strong>The Final Check</strong><br />
When you build your webpages, as you load each one on to your site, check them online. Read the text looking for mistakes. If you aren&#8217;t good at spotting them, get somebody else to check too.</p>
<p>Ask yourself if the page looks as good online as it did on your computer. If the answer is no, then fix it. Your webpages could be online for years so it&#8217;s worth taking the time to get them right.</p>
<p>Check all your links. Personally, I never type in a link, I always copy and paste but, even so, I always check them by clicking on them. Links that don&#8217;t work are annoying for visitors and give a bad impression.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/21ad38f6-a7da-4b53-a61f-1b90ba88a0fd/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=21ad38f6-a7da-4b53-a61f-1b90ba88a0fd" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.allinfoabout.com/write-good-content-for-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
