<?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>Http - Ref</title>
	<atom:link href="http://w1.wimos.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://w1.wimos.info</link>
	<description>Web Hosting and Design Reference</description>
	<lastBuildDate>Sat, 13 Sep 2008 15:00:41 +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>6 Things Every Webmaster Should Know About Google Chrome</title>
		<link>http://w1.wimos.info/2008/reference/6-things-every-webmaster-should-know-about-google-chrome/</link>
		<comments>http://w1.wimos.info/2008/reference/6-things-every-webmaster-should-know-about-google-chrome/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 14:17:34 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=228</guid>
		<description><![CDATA[by Christopher Heng, thesitewizard.com
Google Chrome is Google&#8217;s newest web browser, released on 3 September 2008 with much fanfare all over the world. Whether or not you actually want to use the browser for your daily browsing, there are 6 things about Chrome that you need to be aware of as a webmaster, since they actually [...]]]></description>
			<content:encoded><![CDATA[<p>by Christopher Heng, <a href="http://www.thesitewizard.com/" target="_blank">thesitewizard.com</a></p>
<p>Google Chrome is Google&#8217;s newest web browser, released on 3 September 2008 with much fanfare all over the world. Whether or not you actually want to use the browser for your daily browsing, there are 6 things about Chrome that you need to be aware of as a webmaster, since they actually affect your website.<br />
Google Chrome from a Webmasters&#8217; Perspective</p>
<p><strong> 1. Chrome is a Force to be Reckoned With: You Now Need to Test Your Site with It</strong></p>
<p>No webmaster should underestimate Chrome. When Firefox wanted to increase its user-base, it had to launch a massive publicity campaign, involving probably millions of volunteers, paid advertisements in newspapers and so on. When Chrome launched, Google didn&#8217;t have to bother with any of that. Everybody on the Internet spontaneously talked about it. It was big news. The launch even made it into many newspapers without Google having to pay for any advertisements. Within a day or two after the release, some technical sites reported that their web statistics show that between 5% to 10% of their users were using Chrome.</p>
<p>There are a few things to be said about this:</p>
<ul>
<li>The exact percentage will probably stabilise over time. Right now, the sudden jump is probably because there are a lot of people curious about Chrome and are trying it out. They may or may not continue to use it. Only time will tell. And the fact that these are technical sites should also tell you that the users are more likely to be people who are willing to try out new technology. It doesn&#8217;t necessarily mean that they will stay with it.</li>
</ul>
<ul>
<li>However, don&#8217;t fool yourself with this and be lulled into complacence. The huge publicity, and the fact that the publicity is not just through official channels (like some press release) but from ordinary bloggers and webmasters, will have long term effects. I have a feeling that Chrome&#8217;s rise through your website&#8217;s statistics will be nothing like the glacial rise of Firefox, Safari and Opera.</li>
</ul>
<p>What I&#8217;m saying is that you will probably need to add Chrome to the staple of browsers you test your site with.</p>
<p><strong> 2. Chrome Uses the Same HTML/CSS Rendering Engine as Safari and Konqueror</strong></p>
<p>Since Chrome was built using WebKit, the rendering engine used by the Safari browser and inherited from Konqueror, sites using purely HTML and CSS that rendered fine in Safari will probably appear the same way with Chrome.</p>
<p>In general, for most sites coded according to web standards, that have their HTML and CSS code validated, and are tested with standards compliant browsers like Firefox, Opera and Safari, Chrome&#8217;s release is a non-event. However, this applies to sites that only use HTML and CSS, and do not use JavaScript in any significant way.</p>
<p><strong> 3. Chrome Uses Its Own JavaScript Engine</strong></p>
<p>If your site is heavily dependent on JavaScript, as it may be if it uses AJAX or makes use of JavaScript to do fancy tricks, testing your site in Chrome is a requirement. Chrome uses its own JavaScript engine rather than the one used by Safari or Konqueror, so its implementation may cause your code to behave differently.</p>
<p><strong> 4. Chrome Automatically Adds Your Site&#8217;s Search Box to the Browser&#8217;s Search Engine List</strong></p>
<p>If your site&#8217;s visitors search your site from a search box on your main domain, Chrome will automatically your site&#8217;s search facility to its internal search engine list. After that initial search, those visitors can search your site directly from Chrome&#8217;s address bar.</p>
<p>For example, if you search for (say) &#8220;how to a register domain name&#8221; on the main page of thesitewizard.com, and later in a new tab want to search for &#8220;the fine print in web hosting&#8221;, just type &#8220;t fine print in web hosting&#8221; in the address bar, and the address bar&#8217;s drop down box will provide you the option of searching using thesitewizard.com&#8217;s search box. (The initial &#8220;t&#8221; followed by a space is merely the first letter in &#8220;thesitewizard.com&#8221;.)</p>
<p>What this means for webmasters is that if you have not added a site search engine to your site, now is the time to do so. A handy shortcut to search your website directly from the user&#8217;s machine is a fantastic way to remind your visitors of your site, and perhaps give them an incentive to return to it.</p>
<p>A couple of things to note, though:</p>
<ul>
<li>For this to work, the initial search must be done from a search box on your main domain. That means if you don&#8217;t have a search box on your main page, put one there.</li>
</ul>
<ul>
<li>The search box should be a normal HTML search box, and not something fancy created in JavaScript or Flash.</li>
</ul>
<p><strong> 5. Your 404 Pages Must Be Bigger Than 512 Bytes</strong></p>
<p>I&#8217;m sure you&#8217;ve seen those &#8220;404 File Not Found&#8221; error pages in the course of surfing the Internet. Those error pages are displayed when you enter (or click) a web address that does not exist on the website in question. Some websites customise their 404 error pages so that it is less unfriendly.</p>
<p>If you want your own custom 404 error page to be displayed when a visitor reaches a non-existent page, you need to make sure that your page is larger than 512 bytes. Otherwise, Chrome will ignore your page and use its internal 404 error page. Its internal error page will include suggested alternatives to your visitors. Depending on the URL your visitor typed in, the page may show a link to your home page, as well as other possible alternatives. It also displays a Google search box, prefilled with what Google thinks the visitor is looking for, so that your (now former) visitors can try other sites to find the information they want.</p>
<p>(Before you rush out to condemn Google for this practice, you should note also that Internet Explorer also provides its own error page if your site&#8217;s error page is smaller than a certain size. So this behaviour is by no means restricted to Chrome.)</p>
<p>Although Chrome&#8217;s error page is (at this time) free of advertisements, and seems to provide relevant suggestions, the page is neutral with regards to your site. In other words, a visitor who arrived at your site originally intending to find Widget XYZ on your site, may well be distracted by the (pre-filled) Google search box and try searching for the widget elsewhere on the Internet. Not creating your own 404 error page in such a case, may lose you potential customers.</p>
<p>I personally think it&#8217;s best to create your own customized 404 File Not Found page. Your page doesn&#8217;t have to do anything fancy. Just point your visitors to your main page and provide them a way to search your own site for the missing page.</p>
<p>(For those who want to see an example of the 404 page that Google Chrome shows when you reach a non-existent page, try this link on example.com. You should, of course, be using Chrome when you click it, otherwise you&#8217;ll just get the site&#8217;s 404 page.)</p>
<p><strong> 6. Chrome User Agent String</strong></p>
<p>For those of you who do browser sniffing in your scripts, or need to adjust your web statistics software, Chrome identifies itself on my Windows XP test machine as:</p>
<blockquote><p>
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13</p></blockquote>
<p>(A script that does &#8220;browser sniffing&#8221; is one that checks what browser the visitor is using and works differently depending on the browser used.)</p>
<p>In other words, you can check for Chrome specifically by scanning for the word &#8220;Chrome&#8221;. If you want to classify browsers that use WebKit together in one category, it looks like a check for &#8220;AppleWebKit&#8221; or &#8220;Safari&#8221; should do the trick, although I don&#8217;t know if all browsers utilising WebKit place those words in their user-agent string (other than Safari and Chrome).</p>
<p>Chrome is new. But its features present both opportunities for webmasters as well as potential problems that they need to look out for. As a web designer and developer, this is not a browser you can ignore.</p>
<p>Copyright © 2008 by Christopher Heng. All rights reserved.</p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/reference/6-things-every-webmaster-should-know-about-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Things to Be Aware of When Writing English Content for an International Audience</title>
		<link>http://w1.wimos.info/2008/tips/3-things-to-be-aware-of-when-writing-english-content-for-an-international-audience/</link>
		<comments>http://w1.wimos.info/2008/tips/3-things-to-be-aware-of-when-writing-english-content-for-an-international-audience/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:27:31 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Writing English Content]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=233</guid>
		<description><![CDATA[by Christopher Heng, thesitewizard.com
You may think that since English is so widely used all over the world, that if you create your website in English, it can be easily understood all over the world by those conversant in the language. While it is true that the English spoken in one country is mostly the same [...]]]></description>
			<content:encoded><![CDATA[<p>by Christopher Heng, <a href="http://www.thesitewizard.com/" target="_blank">thesitewizard.com</a></p>
<p>You may think that since English is so widely used all over the world, that if you create your website in English, it can be easily understood all over the world by those conversant in the language. While it is true that the English spoken in one country is mostly the same as that spoken in another, there are some variations that you may want to be aware of, so that you can reduce misunderstanding when your site is read by English users in another country.</p>
<p>Note that this article was written from the point of view of a webmaster who learnt things the hard way and is addressed to other webmasters so that they can benefit from the mistakes I&#8217;ve made. It is not designed to be an academic treatise on the subject. And it is definitely not exhaustive.</p>
<blockquote><p>&#8220;&#8230; [We] have really everything in common with America nowadays except, of course, language.&#8221; &#8212; Oscar Wilde, Canteville Ghost.</p></blockquote>
<h3>Major Differences Between UK and US English</h3>
<p>Here are the main things I find that I need to look out for, language-wise, when writing my content. Note that although I refer only to the differences between US and UK English, there are undoubtedly differences with the other English variants as well. The basic ideas below are, however, relevant to all variants.</p>
<p><strong>1. The Most Obvious Difference: Spelling</strong></p>
<p>Probably the most obvious difference between the various forms of English used in the world is the spelling of a large number of English words. I have written about this previously, from the point of view of search engine visibility, in my article &#8220;Your Website&#8217;s Spelling and the Search Engines&#8221;. For example, numerous commonly-used words are spelt differently in the US compared to the UK and most of the world. I recently had a visitor inform me that many words on my site were misspelt with an &#8220;-ise&#8221; ending (the UK/International spelling) when it should have had what was to him the correct spelling, an &#8220;-ize&#8221; suffix (the US spelling). The list of spelling differences between US and UK English is surprisingly long, and includes my very use of &#8220;learnt&#8221; and &#8220;misspelt&#8221; above (US English usually uses &#8220;learned&#8221; and &#8220;misspelled&#8221;).</p>
<p>Although this difference is very glaring, it is also the least problematic where the comprehension of your content is concerned. Most people encountering a variant spelling are unlikely to misunderstand it. At worst, they&#8217;ll regard it as a spelling error.</p>
<p>There are however implications for your site&#8217;s search engine listing. Since I&#8217;ve already discussed those implications at length in my above-mentioned article, I will simply refer you to that article.</p>
<p><strong> 2. Different Words for the Same Concept</strong></p>
<p>Perhaps more problematic is that the different English variants have different words for the same concept. This extends even to the very basic things in the language like punctuation marks. For example, what UK English calls a &#8220;full stop&#8221; is in US English a &#8220;period&#8221;. What I call &#8220;capital and small letters&#8221; is in the US &#8220;upper and lowercase letters&#8221;. &#8220;Torch&#8221; and &#8220;petrol&#8221; in the UK are referred to as &#8220;flashlight&#8221; and &#8220;gas&#8221; in the US.</p>
<p>If you want your content to be understood correctly no matter which country your reader comes from, it may sometimes be necessary to add explanatory notes or qualify such words that do not occur in the other variant of English.</p>
<p>The problem for most webmasters, of course, is not that they are unwilling to add explanatory notes. Most of the time, the problem is that they don&#8217;t know that other countries use different words. After all, if you have lived all your life using a particular word for that object or concept, chances are that you won&#8217;t even think twice about using it. And quite frankly, it&#8217;s impractical to search both the US and UK dictionaries every time you need to use a word, particularly since variant terms seem to occur with everyday objects and concepts rather than esoteric terms.</p>
<p><strong> 3. Same Words with Different Meaning</strong></p>
<p>Far worse than the above two categories is the situation where a word has different meanings in different countries. This can lead to a major misunderstanding of your web pages. For example, &#8220;football&#8221; means a completely different game in the UK from the US. A &#8220;public school&#8221; has opposite meanings in the US and the UK. &#8220;Brackets&#8221; in the UK refer to &#8220;(&#8221; and &#8220;)&#8221; while a number of US English speakers take it to mean the square brackets &#8220;[" and "]&#8220;. The &#8220;first floor&#8221; in the UK is the floor above the ground level while it is understood to mean the ground level in the US.</p>
<p>(Yes, I know. It&#8217;s a wonder we can communicate at all.)</p>
<p>Once again, if you are aware of such possible differences in meaning, you should either substitute with words that mean the same thing in both countries, or mention the alternative for the other variant.</p>
<h3>Practical Suggestions</h3>
<p><strong>1. Anticipating Problems: Is There a Way to Know if My Language is Going to Cause Problems?</strong></p>
<p>Apart from reading widely about the subject and being sensitive to the way those from other countries write/speak, I&#8217;m not sure that there is a simple method that you can use with 100% confidence to preempt communication hiccups. In fact, I notice that a number of books get converted from UK to US English (and probably vice versa) when they cross countries, probably for the same reasons I give in this article, so even if you were to buy (say) novels written by someone from another country, you may not be getting the words the author originally used.</p>
<p><strong> 2. Aids to Writing: UK and US Editions of Dictionaries</strong></p>
<p>However, all is not lost. As you write the content of your site, look up crucial terms that you use in both the US and UK editions of your English dictionaries, to see if there are any variances that you need to take into account. Notice I said that you need both US and UK editions &#8212; it won&#8217;t do to simply have (say) the Merriam-Webster English Dictionary, which only gives the US version of English. You will also need a UK dictionary, like (say) Concise Oxford English Dictionary, to give the UK version.</p>
<p>If your use of the dictionaries is sporadic, you may be able to get away with just checking one of the online dictionaries: thefreecountry.com&#8217;s Free Online English Dictionaries page lists both US as well as UK dictionaries. I also note in my reviews on that page the variants of English supported in each dictionary, as well as those that provide both the US and UK variants of a word.</p>
<p>As I said earlier, it&#8217;s obviously impractical to look up every single word you are going to use in your website. Perhaps one way around this is to look up only important terms.</p>
<p><strong> 3. After the Fact: Feedback from Your Visitors</strong></p>
<p>Another way to deal with this, albeit somewhat belatedly, is to learn from your website&#8217;s visitors after you publish your page. This happens every now and then on my site. Kind-hearted visitors sometimes write in to tell me of errors they spot on my site. Even if these are not real errors that must be fixed, they are helpful in that they point to a possible difference in English used on my site and that expected by my visitor. If the &#8220;errors&#8221; are such that they can cause misunderstanding, I modify the article to clarify. After all, one of the benefits of publishing to a website rather than to a physical book is that you can easily correct errors or clarify misunderstandings.</p>
<h3>Divided by a Common Language</h3>
<p>There are of course also other differences between the English variants, including differences in punctuation, colloquial expressions used, etc. As far as I know, where my sites are concerned, the other differences have not posed a signficant hurdle to my visitors understanding my content, so I&#8217;ve not bothered to mention them above. Nonetheless, to use a cliché, knowing that there are possible problems is already half the battle worn. Just the awareness of communication hurdles is enough to make one more careful.</p>
<p>It is my hope that this article will help you when writing the content for your site, so that you can minimise any misunderstanding arising from the many English variants extant in the world.</p>
<p>Copyright © 2008 by Christopher Heng. All rights reserved.</p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/tips/3-things-to-be-aware-of-when-writing-english-content-for-an-international-audience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is HTML, CSS, JavaScript, PHP and Perl? Do I Need to Learn Them to Create a Website?</title>
		<link>http://w1.wimos.info/2008/reference/what-is-html-css-javascript-php-and-perl-do-i-need-to-learn-them-to-create-a-website/</link>
		<comments>http://w1.wimos.info/2008/reference/what-is-html-css-javascript-php-and-perl-do-i-need-to-learn-them-to-create-a-website/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 14:54:00 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=242</guid>
		<description><![CDATA[by Christopher Heng, thesitewizard.com
I&#8217;m sometimes asked by visitors thinking of starting their own website what terms like &#8220;HTML&#8221;, &#8220;CSS&#8221;, &#8220;JavaScript&#8221;, &#8220;PHP&#8221; and &#8220;Perl&#8221; mean. Or, on occasion, their questions on some other topic show that they have misunderstood the meaning of these words. This article explains the terms and discusses what knowledge is actually necessary [...]]]></description>
			<content:encoded><![CDATA[<p>by Christopher Heng, <a href="http://www.thesitewizard.com/" target="_blank">thesitewizard.com</a></p>
<p>I&#8217;m sometimes asked by visitors thinking of starting their own website what terms like &#8220;HTML&#8221;, &#8220;CSS&#8221;, &#8220;JavaScript&#8221;, &#8220;PHP&#8221; and &#8220;Perl&#8221; mean. Or, on occasion, their questions on some other topic show that they have misunderstood the meaning of these words. This article explains the terms and discusses what knowledge is actually necessary for creating a website.</p>
<h3>What is HTML?</h3>
<p>When you write a normal document using a word processor like Microsoft Word/Office, your text is saved in a file with a special format. It is not simply saved as the string of words you typed since the document needs to preserve things like the font you chose, the size of the text, which words are in bold, which italics, and so on. The special format includes not only your words, but all these extra information so that the next time Word opens your document, it can display the document with the exact appearance you created earlier.</p>
<p>In the same way, web pages are simply strings of words put in a special format that web browsers are able to display. While the format of Word documents is simply called &#8220;Word format&#8221; (or &#8220;doc format&#8221;), loosely speaking, one might say that web pages are formatted using &#8220;HTML&#8221;. Take the paragraph of text in the box below for example:</p>
<blockquote><p>This is an example paragraph to illustrate what HTML is, for the purpose of <a href="http://www.thesitewizard.com/html-tutorial/what-is-html.shtml" target="_blank">explaining common terms like HTML, JavaScript and PHP</a>.</p></blockquote>
<p>If you were to peek into the raw code for the above words, you will see the following:</p>
<blockquote><p>This is an example paragraph to illustrate what HTML is, for the purpose of <span class="taghighlight">&lt;a href=&#8221;http://www.thesitewizard.com/html-tutorial/what-is-html.shtml&#8221;&gt;</span>explaining common terms like HTML, JavaScript and PHP<span class="taghighlight">&lt;/a&gt;</span>.</p></blockquote>
<p>Notice that it is more or less like the text given earlier, except that there is additional information embedded. For example, the portion that says <code>&lt;a href="http://www.thesitewizard.com/html-tutorial/what-is-html.shtml"&gt;</code> (which I placed in a different font above to make it easier to spot) tells the web browser that what follows, until <code>&lt;/a&gt;</code> is reached, is to be regarded as a link pointing at the web address http://www.thesitewizard.com/html-tutorial/what-is-html.shtml</p>
<p>When the web browser sees this information, it makes the words &#8220;explaining common terms like&#8230; [etc]&#8221; appear as the blue underlined text that represents a clickable link. The rest of the text is just displayed as-is.</p>
<h3>Do I Need to Learn HTML to Start My Own Website?</h3>
<p>Just as you do not have to know the nitty-gritty of the &#8220;doc format&#8221; in order to create a document in Microsoft Word, learning HTML is optional for creating websites.</p>
<p>You can simply use a web editor to create your website, the same way you use Word to create a normal document. The web editor allows you to type your text in the usual way, underline your text, make it bold, add pictures, and so on, using an easy-to-use interface. Tutorials for the most-used web editors can be found on thesitewizard.com in the following pages:</p>
<ul>
<li><a href="http://www.thesitewizard.com/gettingstarted/dreamweaver1.shtml" target="_blank">How to Create a Website with Dreamweaver CS3</a> &#8211; for the commercial Adobe Dreamweaver editor</li>
<li><a href="http://www.thesitewizard.com/gettingstarted/kompozer-tutorial-1.shtml" target="_blank">How to Design and Publish Your Website with KompoZer</a> &#8211; for the free KompoZer editor</li>
<li><a href="http://www.thesitewizard.com/gettingstarted/nvu1.shtml" target="_blank">How to Design and Publish Your Website with Nvu</a> &#8211; for the free Nvu editor</li>
</ul>
<p>You should also read <a href="http://www.thesitewizard.com/gettingstarted/startwebsite.shtml" target="_top">The Beginner&#8217;s A-Z Guide to Starting/Creating Your Own Website</a> because there are other things involved in making your own website besides designing the web pages.</p>
<p>For those who are curious, &#8220;HTML&#8221; stands for &#8220;Hypertext Markup Language&#8221;. Basically, it&#8217;s just a means for formatting your document. There&#8217;s nothing esoteric or fancy about it, just as there&#8217;s nothing special about the Word format or any other document format.</p>
<h3>What is CSS?</h3>
<p>Cascading Style Sheets, or CSS, allow you to specify things like the font you want on your page, the size of your text, whether the page is to have 2 columns, whether your text is to be in bold or italics, and so on. In other words, it is the part that lets you control the appearance of your web page.</p>
<p>You may be used to the Microsoft Word &#8220;doc&#8221; format, where everything from the text you type to the appearance of the document is specified in a single file, transparent to you. On the web, the raw information is specified in HTML and most of the appearance is determined by the CSS.</p>
<p>If you use a web editor like those I <a href="http://www.thesitewizard.com/html-tutorial/what-is-html.shtml#editors" target="_blank">mentioned above</a>, you won&#8217;t have to bother with which parts goes into the HTML portion and which parts goes into the CSS portion. Everything will be taken care of by the editor.</p>
<p>For those who like to know the gory details, you can read my <a href="http://www.thesitewizard.com/archive/css.shtml" target="_blank">Introduction To Cascading Style Sheets (CSS)</a>. However, if you are using a web editor, you don&#8217;t need that information since the editor does everything for you, so don&#8217;t worry if that article is too technical. (It wasn&#8217;t written for the absolute newcomer.)</p>
<h3>What are JavaScript, PHP and Perl?</h3>
<p>Since the HTML/CSS combination is analogous to the data found in a Word document, it is good only for displaying information.</p>
<p>If you want your web pages to do different things depending on the situation, you will need a programming language. For example, some websites want to provide a membership facility where people can log into the site, and access certain information. Other sites provide a <a href="http://www.thesitewizard.com/wizards/feedbackform.shtml" target="_blank">feedback form</a> so that visitors can contact them. All these things require facilities that a simple document format cannot do.</p>
<p><a href="http://www.thesitewizard.com/javascripts/index.shtml" target="_top">JavaScript</a>, <a href="http://www.thesitewizard.com/php/index.shtml" target="_blank">PHP</a> and <a href="http://www.thesitewizard.com/perl/index.shtml" target="_blank">Perl</a> are three of the most commonly-used programming languages on the Internet. They are used by websites to carry out more complicated operations.</p>
<p>Programs written in JavaScript run in the web browser itself, so if your website has a JavaScript program, the program be automatically fetched by your visitor&#8217;s browser and executed on his/her computer. PHP and Perl programs, on the other hand, run on the computer where your website is located, that is, on your <a href="http://www.thefreecountry.com/webhosting/budget1.shtml" target="_blank">web host</a>. After the PHP or Perl program does what it needs to do, it sends the result to the visitor&#8217;s web browser, which merely displays the results.</p>
<p>Apart from the above difference, from the point of view of a non-programmer, there&#8217;s not much point asking what the difference is between the languages, say, between <a href="http://www.thesitewizard.com/archive/phpvscgi.shtml" target="_blank">PHP and Perl</a>. It would be like asking what the difference is between English and German, or some other human language. They&#8217;re just different languages that you can use to write web-based programs. Each computer language has its own strengths and weaknesses.</p>
<p>Learning a programming language is vastly different from creating a website whether with a web editor or directly in HTML. Although I have tutorials for things like <a href="http://www.thesitewizard.com/archive/feedbackphp.shtml" target="_blank">learning to write programs in PHP</a> (and the other languages), many people will find programming a difficult undertaking, unless they already have a programming background or an inclination towards programming.</p>
<p>For the most part, it is not necessary to learn JavaScript, PHP or Perl to create your website. In fact, even if you want your site to do complicated things, you can often find pre-written programs to do the job for you without your having to dabble in programming. For example, if you need a feedback form on your website, just use thesitewizard.com&#8217;s <a href="http://www.thesitewizard.com/wizards/feedbackform.shtml" target="_blank">Feedback Form Wizard</a> to generate one yourself. It will create a customized script for you &#8212; all you need is to plug and play. (Note: if you&#8217;re using one of my web editor tutorial series above, this is taught in one of the later chapters.)</p>
<p>Other pre-written programs can be found in the relevant sections on thefreecountry.com. There are too many pages on that site to list here, so you should just go to one of the following index pages and look for the program you need. (Note: the word &#8220;script&#8221; in the context below merely means &#8220;program&#8221;.)</p>
<ul>
<li><a href="http://www.thefreecountry.com/php/index.shtml" target="_blank">Free PHP Scripts</a> (thefreecountry.com)</li>
<li><a href="http://www.thefreecountry.com/perlscripts/index.shtml" target="_blank">Free Perl Scripts</a> (thefreecountry.com)</li>
<li><a href="http://www.thefreecountry.com/javascript/index.shtml" target="_blank">Free JavaScripts</a> (thefreecountry.com)</li>
<li><a href="http://www.thesitewizard.com/javascripts/index.shtml" target="_blank">More Free JavaScripts</a> (thesitewizard.com)</li>
</ul>
<p>In general, when you&#8217;re looking for a script, you don&#8217;t really have to bother with the language, ie, whether PHP, Perl or JavaScript. Just look for the type of script you want. If you use a <a href="http://www.thefreecountry.com/webhosting/budget1.shtml" target="_blank">commercial web host</a>, both PHP and Perl are usually supported, so the exact language doesn&#8217;t really matter (although PHP scripts tend to be easier for novices to install). As for JavaScripts, don&#8217;t worry. Since JavaScript programs run on your visitors&#8217; computers (in their browsers), support from the web host isn&#8217;t needed (unless you use one of those free web hosts that delete JavaScripts from your pages).</p>
<h3>It&#8217;s Not As Difficult As You Imagine</h3>
<p>Creating a website is not as difficult as some people imagine. Yes, you will have to learn how to use new software (like a web editor), but some people hit a mental block because they are confronted with obscure jargon like &#8220;HTML&#8221;, &#8220;CSS&#8221;, &#8220;JavaScript&#8221; (etc) that are used everywhere. But as you can see, these terms aren&#8217;t really the gigantic obstacles they appear to be at first. And when using a good web editor and tutorial, you&#8217;re practically insulated from the technical hurdles and challenges that is suggested by these terms.</p>
<p>Copyright © 2008 by Christopher Heng. All rights reserved.</p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/reference/what-is-html-css-javascript-php-and-perl-do-i-need-to-learn-them-to-create-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Great Background Masking Techniques in Photoshop &#8211; 2</title>
		<link>http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-2/</link>
		<comments>http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-2/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 06:51:46 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=216</guid>
		<description><![CDATA[By Corrie Haffly
Technique 3: The Extract Technique
As with the Background  Eraser technique, it&#8217;s a smart idea to set the source for the History  Brush early in the procedure, in case you need to do some touch-up  later on.
1434_22 (click to view image)
Now, let&#8217;s run the Filter &#62; Extract command. (In earlier versions [...]]]></description>
			<content:encoded><![CDATA[<p>By <a href="http://www.sitepoint.com/articlelist/373" target="_blank">Corrie Haffly</a></p>
<h5>Technique 3: The Extract Technique</h5>
<p>As with the Background  Eraser technique, it&#8217;s a smart idea to set the source for the History  Brush early in the procedure, in case you need to do some touch-up  later on.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate22.jpg"><em>1434_22 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate22.jpg" alt="" width="200" height="125" /></a></p>
<p>Now, let&#8217;s run the Filter &gt; Extract command. (In earlier versions of Photoshop, this was located under the Image menu.)</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate23.jpg"><em>1434_23 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate23.jpg" alt="" width="200" height="93" /></a></p>
<p>The  Extract dialog box will appear. With the Brush tool selected, draw an  outline around the object you wish to extract. The outline should  overlap both the object and the background. Use a Brush size that is  big enough for you to outline comfortably, but small enough to outline  any details of the picture. (You may switch Brush sizes while you&#8217;re  outlining.) The outline will be highlighted in the window.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate24.jpg"><em>1434_24 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate24.jpg" alt="" width="400" height="278" /></a></p>
<p>If  you need to zoom in while you&#8217;re outlining, hold down the Space Bar to  change the cursor temporarily to the &#8220;hand&#8221; icon. You can then click  and drag to move around in the picture. Let go of the Space Bar when  you&#8217;re ready to go back to drawing.</p>
<p>When you&#8217;ve completed the outline, change to the Paint Bucket tool.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate25.jpg"><em>1434_25 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate25.jpg" alt="" width="79" height="118" /></a></p>
<p>Fill the areas that you wish to &#8220;keep&#8221; with the paint bucket tool.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate26.jpg"><em>1434_26 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate26.jpg" alt="" width="250" height="214" /></a></p>
<p>Click the Preview button to see how the object appears when extracted.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate27.jpg"><em>1434_27 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate27.jpg" alt="" width="200" height="110" /></a></p>
<p>Here&#8217;s what my preview looks like. It&#8217;s good enough for my purposes, so I click &#8220;OK&#8221; to apply the Filter.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate28.jpg"><em>1434_28 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate28.jpg" alt="" width="350" height="242" /></a></p>
<p>Again, I use the History Brush to restore parts of the object that were erased or partially erased.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate29.jpg"><em>1434_29 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate29.jpg" alt="" width="381" height="142" /></a></p>
<p>And again, I use the Eraser Tool to get rid of stray pixels around the edges.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate30.jpg"><em>1434_30 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate30.jpg" alt="" width="350" height="102" /></a></p>
<p>Here&#8217;s the final picture (with drop-shadow applied):</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate31.jpg"><em>1434_31 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate31.jpg" alt="" width="250" height="212" /></a></p>
<p><strong><em>Extract Filter Technique:</em></strong></p>
<ol>
<li>Set source for the History Brush in the History Palette.</li>
<li>Use Filter &gt; Extract command to outline, fill, and Extract object (1:45 minutes).</li>
<li>Use the History Brush to restore parts of object (1:45 minutes).</li>
<li>Use the Eraser Tool to clean up the edges (1:30 minutes).</li>
</ol>
<p>Total time: 5 minutes</p>
<p><em>My take:</em> This method, while a little faster, didn&#8217;t seem much different from the  Background Eraser technique. However, I have found that the Extract  Filter works quite nicely when you have objects with a lot of fine  details (like hair blowing in the wind, tree branches, etc.) that would  be a pain to try to isolate. The Extract Filter works best with objects  on solid-colored backgrounds.</p>
<h5>Technique 4: The Quick Mask Technique</h5>
<p>If  you&#8217;ve never used Quick Mask mode in Photoshop, you&#8217;re missing out on a  huge time-saver! Quick Mask mode lets you use brush, pencil, paint  bucket, etc. tools to paint an &#8220;inverse selection&#8221; using shades of grey  and black. (Black identifies parts that won&#8217;t be selected; grey  identifies parts that, when selected, will have some level of  transparency.) When you switch back to Normal mode, the &#8220;clear&#8221; parts  of your Quick Mask are selected so that you can apply changes. We&#8217;ll  use Quick Mask mode to paint the background of the image, then apply a  Layer Mask to hide the background.</p>
<p>Click the Quick Mask icon in the tool palette to switch to Quick Mask mode.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate32.jpg"><em>1434_32 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate32.jpg" alt="" width="50" height="94" /></a></p>
<p>Using  a fairly large brush, with the foreground color set to black, I&#8217;ll  start to block out the background. You&#8217;ll notice that the masked areas  in which you paint will turn pink.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate33.jpg"><em>1434_33 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate33.jpg" alt="" width="400" height="251" /></a></p>
<p>The large brush size allows me to color in the main areas of the background fairly quickly.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate34.jpg"><em>1434_34 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate34.jpg" alt="" width="250" height="188" /></a></p>
<p>I can then use smaller brushes to fill in the details around the edges.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate35.jpg"><em>1434_35 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate35.jpg" alt="" width="200" height="166" /></a></p>
<p>Eventually, I have the entire background colored in pink:</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate36.jpg"><em>1434_36 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate36.jpg" alt="" width="300" height="270" /></a></p>
<p><em>Tip:</em> You may change the foreground color to white if you want to &#8220;paint back&#8221; parts of the object.</p>
<p>Switch  back to Normal Mode, and you&#8217;ll see the selection. Because everything  that&#8217;s painted in is not selected, the final result is that the bee is  selected.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate37.jpg"><em>1434_37 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate37.jpg" alt="" width="300" height="113" /></a></p>
<p>At  this point, I click the Layer Mask icon at the bottom of the Layers  Palette to create a layer mask, which essentially isolates the bee from  the background.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate38.jpg"><em>1434_38 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate38.jpg" alt="" width="350" height="272" /></a></p>
<p>So, here&#8217;s the final picture:</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate39.jpg"><em>1434_39 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate39.jpg" alt="" width="250" height="212" /></a></p>
<p>And in summary:</p>
<p><strong><em>Quick Mask Technique:</em></strong></p>
<ol>
<li>Switch to Quick Mask mode and paint everything you want to get rid of.</li>
<li>Switch back to normal mode and use the resultant selection to make a Layer Mask.</li>
</ol>
<p>Total time: 6 minutes</p>
<p><em>My take:</em> A great method, because it gives you precision-control over what gets  selected. This method works well for any picture &#8212; solid background  color or not. The only unfortunate aspect of this method is that, for  some objects, you may see a &#8220;color halo&#8221; where the edges have picked up  on some of the background color. (One way to get around this is to take  a little more time and paint around the edges with a grey airbrush to  make the edges a little transparent.)</p>
<p><em>Note:</em> This same  type of effect can be achieved by creating a Layer Mask, then painting  on the layer mask with black paint to hide the background. The two  techniques are virtually identical &#8212; I just chose to write about Quick  Mask because I&#8217;ve already covered the concept of Layer Masks in another  article!</p>
<h5>Pen Tool Technique</h5>
<p>My final technique will be to  use the Pen Tool to create a path that outlines the object, then use  the path to create a selection for a Layer Mask.</p>
<p>Choose the Pen  Tool. In the horizontal options bar, make sure that &#8220;Paths,&#8221; not &#8220;Shape  layer,&#8221; is selected. Then, start using the Pen Tool to create a path  around the object. I find that it&#8217;s helpful to zoom in for greater  detail.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate40.jpg"><em>1434_40 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate40.jpg" alt="" width="200" height="144" /></a></p>
<p>Here&#8217;s  my completely outlined bee. You can see all the different points that I  created using the Pen Tool, as well as the resultant path.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate41.jpg"><em>1434_41 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate41.jpg" alt="" width="300" height="263" /></a></p>
<p>Open  the Paths palette and Ctrl-click (Command-click for Mac) on the path  layer. This creates a selection from the path. In the diagram, you can  see the dotted line that shows the selection.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate42.jpg"><em>1434_42 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate42.jpg" alt="" width="350" height="175" /></a></p>
<p>If  you have a pretty solid-shaped object, you can skip the next step.  Because I have a fuzzy, plush object, I&#8217;m going to feather my selection  slightly so that the edges will be a little blurred. I choose Select  &gt; Feather and make a Feather Radius of 1 pixel.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate43.jpg"><em>1434_43 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate43.jpg" alt="" width="300" height="111" /></a></p>
<p>Finally,  I click the Layer Mask icon in the Layers palette to create a layer  mask from my selection. This hides the background and isolates the bee.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate44.jpg"><em>1434_44 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate44.jpg" alt="" width="300" height="277" /></a></p>
<p>Here&#8217;s the final picture:</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate45.jpg"><em>1434_45 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate45.jpg" alt="" width="250" height="212" /></a></p>
<p>In summary:</p>
<p><strong><em>Pen Tool Technique:</em></strong></p>
<ol>
<li>Use the Pen Tool (set to &#8220;Paths,&#8221; not &#8220;Shape Layer&#8221;) to create an outline of the object.</li>
<li>Ctrl-click (Command-click for Mac) the path layer to make a selection.</li>
<li>Use the selection to create a layer mask.</li>
</ol>
<p>Total time: 3 minutes</p>
<p><em>My take:</em> This method works for any object, regardless of the background, and is  also quite precise. It&#8217;s reasonably fast if you&#8217;re comfortable with  using the Pen Tool; otherwise, this method might take a long time! This  method is probably better for objects that have crisp, hard edges, and,  similar to Quick Mask mode, you may have a slight color halo if the  object has picked up some of the background colors.</p>
<p>Goodbye, Tension Headaches!</p>
<p>So,  there you have it: five different ways to isolate an object from a  background! Here&#8217;s a quick summary of the different methods and when I  think they&#8217;re best used.</p>
<ol>
<li><strong><em>The Magic Eraser Technique</em></strong> Great  for erasing backgrounds that are mostly all the same color that  contrast with the object (set a high tolerance and use one click!), but  may involve a bit of touch-up work at the end. No good for objects that  are on multi-colored backgrounds.</li>
<li><strong><em>The Background Eraser Technique</em></strong> This  technique would be great on a photo object that is already &#8220;isolated&#8221;  but has a solid, contrasting background color. Even still, I might pass  up this technique for the next method, as they&#8217;re essentially the same  and I think the Extract method goes a little faster.</li>
<li><strong><em>The Extract Filter Technique</em></strong>Works  best for erasing mostly solid-colored, contrasting backgrounds.  Photoshop also does a nice job of getting rid of the color halo problem  – but you may have to do some additional touch-up work at the end.</li>
<li><strong><em>The Quick Mask Technique</em></strong> Almost  the ideal solution: relatively quick, pixel-perfect control over edges,  and works with any kind of background. Plus, by using a layer mask, you  don&#8217;t actually delete any part of the background. The only complaint I  have with this method is that you may get a color halo.</li>
<li><strong><em>The Pen Tool Technique</em></strong> Fantastic  technique for objects with hard edges, and it works with any kind of  background. You can be as detailed as you want to get a perfect  outline, and you can always go back and modify the path if you need to.  Plus, you get lots of practice using the Pen Tool.</li>
</ol>
<p>Please feel free to <a rel="external" href="http://www.sitepoint.com/examples/masking/whitebee.zip">download the sample file</a> that holds all the layers with the different techniques applied, so  that you can get a close-up look at how well each solution performed.</p>
<p><a href="http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-1/">Page 1</a></p>
<p>from : <a href="http://www.sitepoint.com/article/masking-techniques-photoshop" target="_blank">http://www.sitepoint.com/article/masking-techniques-photoshop</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Great Background Masking Techniques in Photoshop &#8211; 1</title>
		<link>http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-1/</link>
		<comments>http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-1/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 06:39:53 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=213</guid>
		<description><![CDATA[By Corrie Haffly
Isolate objects. Extract objects. Cut out an image. Remove a background. Call it what you will, each of these phrases describes the same objective: take a photo and isolate an object in it from the rest of the image, without the background. 
Browse any major Web store and you&#8217;ll see this kind of [...]]]></description>
			<content:encoded><![CDATA[<p>By <a href="http://www.sitepoint.com/articlelist/373" target="_blank">Corrie Haffly</a></p>
<p><strong>Isolate objects. Extract objects. Cut out an image. Remove a background. Call it what you will, each of these phrases describes the same objective: take a photo and isolate an object in it from the rest of the image, without the background. </strong></p>
<p>Browse any major Web store and you&#8217;ll see this kind of imagery used  heavily within product catalogues. Go to any stock photo or image  source, and you&#8217;ll find &#8220;photo objects&#8221; of various household items set  against a blank white background.</p>
<p>But, without guidance, trying  to achieve this effect with your own photographs can be time-consuming  and frustrating. You might try to use the lasso tool to outline the  edges of the object (and then have to start all over when your mouse  slips), or use the eraser brush to painstakingly wipe away pixels from  the edges of the object. But a few attempts with these techniques  result in crossed eyes and the beginnings of a migraine headache. There  must be a better solution!</p>
<p>In this article, we&#8217;ll explore five  different methods to isolate objects in Photoshop. As you follow this  tutorial, you&#8217;ll gain a how-to explanation for each technique. You&#8217;ll  also get the stats on how long each method takes, and my opinions as to  when each method is most appropriate.</p>
<p>The methods I&#8217;ll demonstrate include:</p>
<ul>
<li>Using Photoshop&#8217;s Magic Eraser tool</li>
<li>Using Photoshop&#8217;s Background Eraser tool</li>
<li>Using the Extract command</li>
<li>Using Quick Mask mode to make a selection and layer mask</li>
<li>Using the Pen Tool to make a selection and layer mask</li>
</ul>
<p>Here&#8217;s the image I&#8217;ll be working with (the actual document is 800&#215;600 pixels):</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate01.jpg"><em>1434_1 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate01.jpg" alt="" width="300" height="225" /></a></p>
<p>I  found a slightly wrinkled piece of white silky cloth and placed a  stuffed animal on it. If you have control over the photography, a good  rule of thumb is to try to provide a solid-colored background that  contrasts with your object. (If I had a white object, I&#8217;d probably use  a darker piece of cloth.) Of course, sometimes you just have to work  with what you have. Don&#8217;t worry, though: some of the techniques we&#8217;ll  discuss will work for any kind of photograph!</p>
<p>Do you have a photograph ready,and Photoshop open? Then, let&#8217;s get started with the Magic Eraser technique…</p>
<h5>Technique 1: The Magic Eraser Technique</h5>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate02.jpg"><em>1434_2 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate02.jpg" alt="" width="62" height="64" /></a></p>
<div id="adz">
<div>
<div id="beacon_736"><img src="http://ads.aws.sitepoint.com/phpadsnew/www/delivery/lg.php?bannerid=736&amp;campaignid=495&amp;zoneid=76&amp;channel_ids=,&amp;loc=http%3A%2F%2Fads.aws.sitepoint.com%2Fadjs.php%3Fregion%3D76%26did%3Dadz%26adtype%3Dvertical&amp;referer=http%3A%2F%2Fwww.sitepoint.com%2Farticle%2Fmasking-techniques-photoshop&amp;cb=7460c5a198" alt="" width="0" height="0" /></div>
</div>
</div>
<p>The  Magic Eraser tool (hold down the Eraser icon in the toolbar to access  it) allows you to erase pixels that are all the same color (or are a  similar color). If you used the Magic Eraser tool at its strictest  setting, and clicked on a part of the picture that was orange, every  other pixel in the picture of that exact shade of orange would be  erased. We&#8217;ll use the Magic Eraser tool to erase the whites and greys  in this photo.</p>
<p>First, we&#8217;ll change a few of the tool settings. By  increasing the Tolerance, the Magic Eraser tool will erase &#8220;similar&#8221;  colors as well (whites/greys). By checking the &#8220;Contiguous&#8221; box, the  Eraser tool will only grab pixels of similar colors that are next to  each other &#8212; that way, I won&#8217;t accidentally erase the whites of the  bee&#8217;s eyes.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate03.jpg"><em>1434_3 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate03.jpg" alt="" width="400" height="27" /></a></p>
<p>My  first pass is set to a Tolerance of 72. I click outside of the bee, in  the &#8220;white&#8221; area. After only one click, Photoshop erases most of the  background in the picture – not bad! If the Tolerance is too high, you  might inadvertently grab some bits of the object as well. If that&#8217;s the  case, just Undo and try a slightly lower Tolerance level.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate04.jpg"><em>1434_4 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate04.jpg" alt="" width="250" height="204" /></a></p>
<p>For  my next few passes, I set the Tolerance to 32, and use the Magic Eraser  tool a few more times in the grey &#8220;shadow&#8221; areas. In the diagram below,  the left image shows the shadow before I used the Magic Eraser. The  right image shows how a bit more of the shadow is erased with a single  click of the Magic Eraser!</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate05.jpg"><em>1434_5 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate05.jpg" alt="" width="172" height="173" /></a></p>
<p>Unfortunately  parts of the shadows are so dark that trying to use the Magic Eraser  would end up erasing some of the black parts of the bee as well. So I  stop using the Magic Eraser at about this point:</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate06.jpg"><em>1434_6 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate06.jpg" alt="" width="250" height="168" /></a></p>
<p>From  this point on, I switch to the &#8220;normal&#8221; Eraser tool and set it to Brush  mode. I zoom in and erase the shadow portions by hand. I also create a  new layer underneath this one, and fill it with red (or any other  contrasting color) so that I can see the &#8220;smudges&#8221; that were missed by  the Magic Eraser. Then, I use the Eraser tool to wipe those out as well.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate07.jpg"><em>1434_7 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate07.jpg" alt="" width="250" height="142" /></a></p>
<p>For the final touch, I add a drop shadow just to make the bee &#8220;pop out.&#8221;</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate08.jpg"><em>1434_8 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate08.jpg" alt="" width="250" height="212" /></a></p>
<p>Here&#8217;s the summary:</p>
<p><strong><em>Magic Eraser Technique:</em></strong></p>
<ol>
<li>First pass using Magic Eraser Tool: 72 tolerance, contiguous, anti-aliased.</li>
<li>Second pass using Magic Eraser Tool: 32 tolerance, other settings same.</li>
<li>Used Eraser tool (brush mode) to clean up edges, stray pixels, and shadow area.</li>
</ol>
<p>Total time: 4:08 minutes</p>
<p><em>My take:</em> This technique makes it easy to isolate objects that are on  solid-colored backgrounds, although you may need to spend some time  with touch-up. Beware of stray pixels and forget about using this  technique if you have a multi-colored background!</p>
<h5>Technique 2: The Background Eraser Technique</h5>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate09.jpg"><em>1434_9 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate09.jpg" alt="" width="59" height="54" /></a></p>
<p>The  Background Eraser Tool (again, hold down the Eraser tool to access this  option) is meant to be used along the edges of an object. The center of  the brush determines which similar colors to erase. The Background  Eraser Tool will also change the edges of an object slightly so that  you don&#8217;t get a &#8220;color halo.&#8221; We&#8217;ll use the Background Eraser Tool to  isolate and define the edges of the object, then erase the other pixels  on the &#8220;outside.&#8221;</p>
<p>Before you progress very far with this  procedure, open the History Palette and, in the left column, click on  the state to which you&#8217;d want to revert if you needed to &#8220;clean up&#8221;  later on. If you&#8217;re starting from scratch, this might be the only stage  in the History Palette. In my case, I clicked on the state immediately  before I started to use the Background Eraser (I got a little ahead of  myself). We&#8217;ll refer to the state you choose as the &#8220;source&#8221; for the  History Brush.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate09a.jpg"><em>1434_9a (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate09a.jpg" alt="" width="212" height="128" /></a></p>
<p>The  next step is to select the Background Eraser tool and choose a brush  size that isn&#8217;t too big, but will comfortably allow you to outline the  image.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate10.jpg"><em>1434_10 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate10.jpg" alt="" width="300" height="26" /></a></p>
<p>You&#8217;ll  see a round cursor with a crosshair in the center. The important thing  is to keep the crosshair from touching the actual object (if it does,  the object will be erased). So, as you draw along the outside of the  object, keep the crosshair just outside the object. You&#8217;ll see that the  outside&#8217;s &#8220;similar colors&#8221; start to be erased.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate11.jpg"><em>1434_11 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate11.jpg" alt="" width="400" height="135" /></a></p>
<p>Continue  around the entire object. You may notice that parts of the image get  &#8220;eaten away.&#8221; Don&#8217;t worry – we&#8217;ll use the History Brush later to bring  those parts back.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate12.jpg"><em>1434_12 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate12.jpg" alt="" width="350" height="221" /></a></p>
<p>Here&#8217;s the bee after I outlined it completely with the Background Eraser Tool:</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate13.jpg"><em>1434_13 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate13.jpg" alt="" width="250" height="227" /></a></p>
<p>Now,  let&#8217;s get rid of the rest of the background. Select the Magic Wand  tool, set the Tolerance to 100, check the Contiguous box, and then  click on the background.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate14.jpg"><em>1434_14 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate14.jpg" alt="" width="300" height="156" /></a></p>
<p>Most of the background should be selected:</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate15.jpg"><em>1434_15 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate15.jpg" alt="" width="300" height="271" /></a></p>
<p>Go ahead and hit the Backspace key to delete the background. Use the Eraser tool to clean up any obvious stray pixels.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate16.jpg"><em>1434_16 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate16.jpg" alt="" width="250" height="226" /></a></p>
<p>Now,  select the History Brush tool. The History Brush allows you to paint  over the image and &#8220;restore&#8221; the parts you paint to the &#8220;original  state&#8221; that you selected in the History Palette.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate17.jpg"><em>1434_17 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate17.jpg" alt="" width="59" height="70" /></a></p>
<p>Adjust  the brush size of the History Brush as necessary for detail work. Then,  start to clean up the inside edges of the object, being careful not to  go outside those edges.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate18.jpg"><em>1434_18 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate18.jpg" alt="" width="400" height="172" /></a></p>
<p>Finally,  I use my red background trick again to catch some of the stray  background pixels, then use the Eraser tool to get rid of them.</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate19.jpg"><em>1434_19 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate19.jpg" alt="" width="150" height="83" /></a></p>
<p>My final image, with drop shadow applied, looks like this:</p>
<p><a href="http://w1.wimos.info/wp-content/uploads/p1/isolate21.jpg"><em>1434_21 (click to view image)</em><img src="http://w1.wimos.info/wp-content/uploads/p1/isolate21.jpg" alt="" width="250" height="212" /></a></p>
<p>Here&#8217;s the summary:</p>
<p><strong><em>Background Eraser Technique:</em></strong></p>
<ol>
<li>Set source for the History Brush in the History Palette.</li>
<li>Used Background Eraser Tool to outline the edge (2 minutes).</li>
<li>Used the History Brush Tool to touch up parts of the object that had been erased (1:30 minutes).</li>
<li>Used the Eraser Tool to clean up the stray background pixels (2:23 minutes).</li>
</ol>
<p>Total time: 5:53 minutes</p>
<p><em>My take:</em> This is my least favorite of the techniques because I had to zoom in a  lot and use the History Brush Tool and Eraser Tool extensively. This  technique would have worked better with an object that had solid edges  (as opposed to the fuzziness of a plush animal), as well as a  more-solid background color. A situation in which this technique might  work well would be one in which you had a photo object that was already  &#8220;isolated&#8221; on a white background, and you wanted to use it as a  floating object in a layered composition.</p>
<p><a href="http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-2/"> Page &#8211; 2 </a></p>
<p>from : <a href="http://www.sitepoint.com/article/masking-techniques-photoshop" target="_blank">http://www.sitepoint.com/article/masking-techniques-photoshop</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/reference/5-great-background-masking-techniques-in-photoshop-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Dynamic Touches to your Website using JavaScript</title>
		<link>http://w1.wimos.info/2008/reference/add-dynamic-touches-to-your-website-using-javascript/</link>
		<comments>http://w1.wimos.info/2008/reference/add-dynamic-touches-to-your-website-using-javascript/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 10:58:17 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=209</guid>
		<description><![CDATA[You&#8217;re not a programmer but you have a website. Would you like to add some JavaScript to it to make it look more dynamic and appealing? I have used JavaScript in many of the websites I have programmed, to do things that range from displaying today&#8217;s date to using Ajax. Of course I will not [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;re not a programmer but you have a website. Would you like to add some JavaScript to it to make it look more dynamic and appealing? I have used JavaScript in many of the websites I have programmed, to do things that range from displaying today&#8217;s date to using Ajax. Of course I will not speak about Ajax in this article, Ajax would need an article on its own and is beyond the scope here. Just in case you&#8217;re wondering what Ajax is, it is a set of JavaScript instructions and classes that allow browsers to get information from a script in the server and update the page contents dynamically without having to reload the page. As I was saying, I will not discuss Ajax here. But I will share part of my knowledge and provide some ready-to-use code that you can easily add to your pages. The code pieces are independent, so you do not need to add them all. Each one works on its own. So let&#8217;s begin.</p>
<p>In case you&#8217;re wondering if you need anything special to run JavaScript, the answer is no. You just need your browser. The only trick is to have JavaScript enabled in the browser, which is how most people have it set.</p>
<p>I am not trying to teach you JavaScript here. I am just trying to provide you some snippets of code you can use directly of-the-shelf to enhance your pages.</p>
<p>Display today&#8217;s date You can use this JavaScript small bit of code to display today&#8217;s date anywhere in the page. Just insert the code where you want the date to appear. Enclose all this code between script and /script tags.</p>
<p><textarea style="width: 430px; height: 210px;">var days = new Array(&#8216;Sunday&#8217;,'Monday&#8217;,'Tuesday&#8217;,'Wednesday&#8217;,'Thursday&#8217;,'Friday&#8217;,'Saturday&#8217;); var months = new Array(&#8216;January&#8217;,'February&#8217;,'March&#8217;,'April&#8217;,'May&#8217;,'June&#8217;,'July&#8217;,'August&#8217;,'September&#8217;,'October&#8217;,'November&#8217;,'December&#8217;); var d = new Date(); var weekDay = days[d.getDay()]; var month = months[d.getMonth()]; var day = d.getDate(); var year = d.getYear(); var suffix = &#8216;th&#8217;; if (day == 1) suffix = &#8217;st&#8217;; else if (day == 2) suffix = &#8216;nd&#8217;; else if (day == 3) suffix = &#8216;rd&#8217;; document.write(weekDay+&#8217;, &#8216;+month+&#8217; &#8216;+day+suffix+&#8217;, &#8216;+year); </textarea></p>
<p>This piece of code will display the date in this format: Monday, April 3rd, 2006 . If your site is in a language other than english, just replace the days and months names. You can replace the suffix letters so they don&#8217;t get displayed either, by changing &#8216;th&#8217; to &#8221;, &#8217;st&#8217; to &#8221;, &#8216;nd&#8217; to &#8221; and &#8216;rd&#8217; to &#8221;. If you want to change how the date is displayed, to make it look like this, for example: Monday, 3 April 2006 , you need to move things around a little in the document.write line. This is how the document.write line should look to display the date in the format I just mentioned:</p>
<p><code>document.write(weekDay+', '+day+' '+month+' '+year);</code></p>
<p>You can notice we have removed the suffix part here.</p>
<p>If you&#8217;re wondering why would you like to display today&#8217;s date in the page, the answer I give you is: to provide your visitors the impression that your page is updated very often. That the page is up-to-date. Anyway, I think it is a nice touch.</p>
<p>Display a message in the status bar You can use this small bit of JavaScript code to display a custom message in the browser&#8217;s status bar. Enclose all this code between script and /script tags.</p>
<p><code>window.status = 'This is my message.';</code></p>
<p>Paste this piece of code somewhere in the body of your page, and replace the This is my message text with the message you want to show.</p>
<p>You can combine both pieces of code and display today&#8217;s date on the status bar if you wish. Just use the code piece to display the date, and replace</p>
<p><code>document.write(weekDay+', '+month+' '+day+suffix+', '+year);</code></p>
<p>with</p>
<p><code>window.status = weekDay+', '+month+' '+day+suffix+', '+year;</code></p>
<p>There is much more you can do with JavaScript to implement dynamic functionality in your page, including animation and menus. You will find scripts on the web you can use for free to implement these, or you can get someone to program the exact utility you need. In the meantime, I hope you enjoy these two snippets of code I provided today.</p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/reference/add-dynamic-touches-to-your-website-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Reasons That You Should Start Using Css Today</title>
		<link>http://w1.wimos.info/2008/reference/4-reasons-that-you-should-start-using-css-today/</link>
		<comments>http://w1.wimos.info/2008/reference/4-reasons-that-you-should-start-using-css-today/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 10:54:19 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=205</guid>
		<description><![CDATA[CSS is the simplest way to create attractive, quality web pages. Unfortunately, many people are still attempting to control the structure and presentation of their web pages with only HTML. Here are four reasons that you should forget about tables and start using CSS today:
1. Browser Compatibility-If you are trying to use tables to control [...]]]></description>
			<content:encoded><![CDATA[<p>CSS is the simplest way to create attractive, quality web pages. Unfortunately, many people are still attempting to control the structure and presentation of their web pages with only HTML. Here are four reasons that you should forget about tables and start using CSS today:</p>
<p><strong>1. Browser Compatibility</strong>-If you are trying to use tables to control the appearance of your web site, you may be able to achieve the exact look you want on a single browser (such as Internet Explorer). However, when people visit your web site with browsers like Firefox, Opera or Safari, your layout may be completely broken. If you want to make sure that users from any browser get the best experience from your web site, you need to start using CSS. Although it&#8217;s not perfect, CSS will ensure that visitors don&#8217;t leave your web site because of a broken layout.</p>
<p><strong>2. Easier to Update</strong>-Wouldn&#8217;t it be nice to change the font color with a single line of code? With CSS, it really is this simple. Although updating the appearance of a large web site that only uses HTML can take days or weeks, CSS keeps all your style information on a single page.</p>
<p><strong>3. Faster Load Times</strong>-By using an external .CSS file, you can significantly reduce the load time of every page on your web site. This is because a browser can cache all of the style information for your pages instead of needing to load every tag over and over again.</p>
<p><strong>4. More Attractive Pages</strong>-This is probably the most obvious advantage of CSS. CSS can accomplish things that a HTML only web page could never even come close to doing. CSS really does give you complete control over how you want your web site to look. An well-designed web site will always be perceived as more reliable than one that does not look professional.</p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/reference/4-reasons-that-you-should-start-using-css-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you a great graphic designer? If not, read on.</title>
		<link>http://w1.wimos.info/2008/tips/are-you-a-great-graphic-designer-if-not-read-on/</link>
		<comments>http://w1.wimos.info/2008/tips/are-you-a-great-graphic-designer-if-not-read-on/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 10:52:33 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[designer]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=203</guid>
		<description><![CDATA[Not all design can be considered great, or even good for that matter. Great design must convey a message quickly and cleanly, with little guesswork. Your audience should never have to guess what it is you&#8217;re trying to say. Some of the more popular tools used by graphic artists today are, the Adobe products (Photoshop, [...]]]></description>
			<content:encoded><![CDATA[<p>Not all design can be considered great, or even good for that matter. Great design must convey a message quickly and cleanly, with little guesswork. Your audience should never have to guess what it is you&#8217;re trying to say. Some of the more popular tools used by graphic artists today are, the Adobe products (Photoshop, Illustrator, Flash, InDesign), along with web applications such as Dreamweaver. Here are some tips you can use if you&#8217;re just starting out in the graphic design field.</p>
<p><strong>Too Many Fonts</strong></p>
<p>You should strive to keep the number of fonts to no more than two. I typically prefer a serif font, which is a font that has &#8220;feet&#8221; if you will, such as Times, for body copy. Then I create my headlines with a san serif font such as Helvetica to distinguish paragraphs from one another. Too often, a novice designer will attempt to experiment with too many different fonts in the same piece. Keep it down to two if possible.</p>
<p><strong>Too Many Design Elements</strong></p>
<p>Another issue concerning novice designers is that they tend to cram in as many visuals as they can. All in a bid to display their design skills. It&#8217;s important to remember that you are trying to convey a message and get the viewer to react to your design. You are not trying to show off your design skills because more often than not, you will create an eyesore and distract the viewer.</p>
<p><strong>Colors</strong></p>
<p>Like all of the other elements in your piece, you should control the amount of colors used. Generally, two complementing colors should be used, with a third color for accent. This is a general rule so you can be flexible. Just remember, keep it simple!</p>
<p><strong>Keep It In The Family</strong></p>
<p>It&#8217;s important that all of the elements in your piece complement one another. Each image you use should relate to any other image in the piece, thereby creating a consistent theme to your piece.</p>
<p>I hope these guidelines can help you be a better designer. Keep in mind that you want to reel the user in so keep it simple, legible and attractive. If you can master this idea, you&#8217;re on your way to a great career in graphic design.</p>
<p>Article Source: <a href="http://www.webmastertips.us/story" target="_blank">http://www.webmastertips.us/story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/tips/are-you-a-great-graphic-designer-if-not-read-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Web Design Musts for Every Site Owner</title>
		<link>http://w1.wimos.info/2008/article/five-web-design-musts-for-every-site-owner/</link>
		<comments>http://w1.wimos.info/2008/article/five-web-design-musts-for-every-site-owner/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 10:51:10 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[designer]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=200</guid>
		<description><![CDATA[When you&#8217;re concerned about web design, Denver businesses should take into consideration their customers over anything else.
When you&#8217;re concerned about web design, Denver businesses should take into consideration their customers over anything else. While you want to make sure your site is filled with all of the SEO enhancers that you can find, making a [...]]]></description>
			<content:encoded><![CDATA[<p><small><em>When you&#8217;re concerned about web design, Denver businesses should take into consideration their customers over anything else.</em></small></p>
<p>When you&#8217;re concerned about web design, Denver businesses should take into consideration their customers over anything else. While you want to make sure your site is filled with all of the SEO enhancers that you can find, making a site that&#8217;s accessible and pleasant for customers is what will keep your traffic numbers up. Here are some tips to make sure you&#8217;re getting the most out of your web design.</p>
<p>Easy to read pages â€“ When customers arrive at a web site that&#8217;s difficult to read, they tend to leave almost immediately. If you&#8217;re not presenting clear web design, Denver businesses will see a decrease in their traffic counts and thus their profits. To help ease the reading for the customers, it will help to have large lettering that is simple in style as well as clear links and menu designs that are easy to follow and access.</p>
<p>Fewer colors â€“ While some web sites try to shock a reader into reading what they have to say, this isn&#8217;t the best technique.When it comes to web design, Denver web sites that use muted colors tend to attract more return customers. It&#8217;s just not easy to read fluorescent colored pages or pages with conflicting color patterns. But when you use simple black and white with muted color accents, you create a site that is inviting and easy to read.</p>
<p>Simple opt in functions â€“ Too many other sites want to &#8217;show off&#8217; what they know about web design. Denver web sites that keep things simple tend to fare better because they&#8217;re aren&#8217;t as complicated. Try to limit the features that your customers can use on each page as well as the steps that are required to use them.While you might want to offer new and exciting opt in functions, when your customer can&#8217;t figure out how to use them, they aren&#8217;t going to be successful. Also, try not to ask for too much information in the original opt in sections. Customers can be hesitant to provide this information, so they&#8217;ll avoid it altogether.</p>
<p>Multiple pages with continuous updates â€“ When you continuously update your web pages, it shows your customers that you are as interested in the web site as they should be. In terms of web design, Denver sites that make sure that they have plenty of content are often the most visited by customers. Part of this is because of the fresh content, but another part is due to the fact that search engines rank these kinds of pages higher.</p>
<p>Links to relevant sites and content â€“ By providing multiple venues for your customer to obtain the information they need, you&#8217;re increasing the efficiency and the usefulness of your web design. Denver businesses that include links to other pages will help customers feel as though you want them to succeed in their search, even if you can&#8217;t offer them what they need.</p>
<p>For great web design, Denver businesses need to look at their sites from the customer&#8217;s perspective and not just from the design angle.</p>
<p>Article Source: <a href="http://www.webmastertips.us/story" target="_blank">http://www.webmastertips.us/story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/article/five-web-design-musts-for-every-site-owner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Explained</title>
		<link>http://w1.wimos.info/2008/reference/dns-explained/</link>
		<comments>http://w1.wimos.info/2008/reference/dns-explained/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 10:46:29 +0000</pubDate>
		<dc:creator>Owner</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://w1.wimos.info/?p=198</guid>
		<description><![CDATA[DNS. What a hard thing to understand. There are so many components to it, but what is it? This article will take a friendly look at Domain Name Servers and what their role is.
To your computer, everything is a number. After all, computers are much better at processing numbers than anything else. Unfortunately, we aren&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><small><em>DNS. What a hard thing to understand. There are so many components to it, but what is it? This article will take a friendly look at Domain Name Servers and what their role is.</em></small></p>
<p>To your computer, everything is a number. After all, computers are much better at processing numbers than anything else. Unfortunately, we aren&#8217;t quite as good at numbers and we prefer words. When it comes to website addresses, DNS helps bridge that gap.</p>
<p>Every computer on the internet has a unique number, called an IP address. When you visit a website, you are connecting to the IP address of the website&#8217;s server and you are receiving information from that website&#8217;s server through that connection. In order to request a web page, you need to know the IP address of the website&#8217;s server. More specifically, your computer needs to know the IP address so that it will know what website you want to connect with. DNS to the rescue!</p>
<p>DNS stands for Domain Name Server and is a collection of servers that act like a phone book, storing an extraordinarily long list of domain names and their corresponding IP addresses, When you type &#8220;www.bravenet.com&#8221; into your web browser, it connects first to your Internet Service Provider&#8217;s DNS server and asks it for the IP address that corresponds to the domain name &#8220;bravenet.com&#8221;. If everything goes well, the DNS server replies with 65.39.176.94, and your web browser will then communicate with the Bravenet web servers and you will be able to exchange information.</p>
<p>If you were to call your long lost friend, you would take out your phone book and look up their name (Bravenet.com) to find the associated number (65.39.176.94). When you call the number, you are connected through to their house (server), where you finally talk to your friend (exchange information).</p>
<p>A phone book is updated yearly, while a DNS server is updated every 24-72 hours and this is why there is a wait period of 72 hours before your domain name will start pointing to the website that you are pointing it to.</p>
<p>by Jamie Macey</p>
]]></content:encoded>
			<wfw:commentRss>http://w1.wimos.info/2008/reference/dns-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
