What is good design?
Good design is
- Simple
- Usable
- Readable
- Linkable
- Clickable
- Fast
- White
- Scalable (White is always scalable)
- Informative
- Aesthetic
- Contrasting
- Sober
- Eye-catching
- Self-explanatory
- Google :-)
Our Web site follows a pattern of black font on a white background with shades of blue in the horizontal bar that links to internal Web pages. It looks good.
Step 1
Include the Y!Q JavaScript between <head> and </head> of your HTML Web page.
<!-- Start Y!Q JavaScript -->
<script language="javascript" type="text/javascript" src="http://yq.search.yahoo.com/javascript/yq.js">
</script>
<!-- End Y!Q JavaScript -->
Step 2
Include the code in your post.
<!-- Search Y!Q -->
<form class="yq" action="http://yq.search.yahoo.com/search" method="post">
<!-- Set Y!Q Search Parameters -->
<input type="hidden" name="context" value="What is good design" /><input type="hidden" name="p" value="Good Web site Design and Usability" /><input type="hidden" name="YSTResultsMax" value="5" />
<!-- Show results on clicking the hyperlink -->
<div class="yqact"><input class="yqbt" type="submit" value="Related Design Info" onclick="return activateYQ(this)" /></div>
</form>
How does Y!Q search work?
- Search within the context of this post
name="context" value="What is good design"
- Provide a default search query
name="p" value="Good Web site design and Usability"
- Customize the number of results shown
name="YSTResultsMax" value="5"
- Restrict search to specific Web sites
name="siteRestriction" value="www.usability.gov www.useit.com www.37signals.com"
Learn more about Yahoo!'s Contextual Search Y!Q Search (Beta).
Technorati Tag: Yahoo
<< Home