Web solution, Websites help, Java help, C & C# Language help

Sunday, November 18, 2007

27 Dos web Design

Do reuse images

Once images are loaded they are stored in cache.
If you use the same image in several webpages the image will be
loaded the second time in a breeze. It is necessary to have the
image in the same location. Also be sure to use exactly the same
filename. Even if a browser can handle differences in uppercase
and lowercase, your browsercache can not.
Don't reference images from other sites
If you use images from another site (i.e. an image archive ) do copy
them to your own site.
Looking up other servers to get the images would introduce
overhead and an extended load-time.
Do provide size information
If you use large images, videos etc., give an indication of the size
before the actual transfer begins.
Don't use large textual images
Avoid creating images of large pieces of text. It gives you more
possibilities but it costs valuable bandwidth.
If you do need textual images be sure to reduce the number of
colors.
Don't use wordprocessors
Don't use wordprocessors to write HTML. They really mess it up.
It's not uncommon for a site to double or triple in size because tags
are added unnecessarily by a wordprocessor.
100 Do's and Don'ts in Web Design SpiderPro

Presenting Text
Don't use blink


The tag should never have been introduced to HTML.
Blinking text is irritating, it offends your readers. Don't use it.
Don't use columns for text
You can show your text in 2 or more columns. This can be
implemented with tables or with the not official tag .
The result is newspaper-column like page.
But columns have a large drawback on a screen. It takes more upand-
down scrolling to read the text, especially if it's a large page.
Avoid using columns this way.
Don't use small serif letters
Serif letters are developed for printing. They don't look good on a
computer screen. At least not in smaller fonts.
You should avoid these letters, especially if the serif is tiny, like
Times.
Don't use all capitals
DO NOT USE ALL CAPITALS.
It takes more time to read text that consists of only capitals.
Besides, using all capitals is the online equivalent of shouting.
Don't overuse bold text
Bold text is meant to give some focus to a part of your text. Don't
put whole paragraphs in bold. It has the same effect as shouting.
Keep focus - and bold text - short and functional.
100 Do's and Don'ts in Web Design SpiderPro

presenting text

Don't overuse italics
Text in italic is hard to read on a screen. The resolution of a screen
just isn't capable to present italics without distorting them slightly.
This is even more noticeable if you use a small font.
So don't use italics for larger portions of your text.
Don't use small fonts
Don't use small fonts (font size smaller than 4). Small letters are
hard to read and that's even worse on a computer screen.
Don't use too many fonts
Using all kinds of fonts on one page - or in one site - is a very bad
typographical practice.
Unless you run an online font-archive.
Do use punctuation
Present information surveyable.
Present it in small chunks. Use headings to separate them. Use
lists to avoid long textual summing ups.
Don't hide your links
The default color settings of links is pretty standard.
You can change link colors. But if you do you'll have to be sure that
links can be recognized.
Don't let those fancy colors hide your links.
100 Do's and Don'ts in Web Design SpiderPro

presenting text

Do use all lowercase or all uppercase links
Many browsers discriminate between differences in case. Even if
your server doesn't, don't rely on it. If you'll need to move to
another server you will be happy if all your links still function. The
easiest way to accomplish this is to use links consequently all
lowercase or all uppercase.
Do separate adjacent textual links
If you place textual links horizontally be sure to separate them
clearly. With spaces, a vertical line, bracket, whatever.
The point is that it must be clear to a visitor where a link starts and
where it ends.
Do limit the size of predefined text
Predefined text (between the tags
 and 
) cannot be
wrapped. If you use it be sure to limit the size, especially the width.
Otherwise your visitors might need to scroll horizontally to read the
text.
Do limit the width of text
Reading full width text on a full screen browser is quite terrible. The
lines of text get too long; giving you a headache reading them.
Limit the width of text-lines using tables, blockquotes etc.
100 Do's and Don'ts in Web Design SpiderPro

presenting text
Do use textual dates


Probably you do use dates. For instance to show the most recent
update of your site.
But it's a world wide web.
Do keep in mind that 02-03-2000 will be the second of March or the
third of February, depending on the country your visitor comes
from.
If you use text for your month, like March 2, 2000 the date will be
correctly interpreted.
Do provide a visual e-mail address
The mailto: trick is great. Start the e-mail-application right from the
webpage. But it only works if your visitor uses an integrated e-mail
application. For all the others provide a readable e-mail-address.
100 Do's and Don'ts in Web Design SpiderPro

images and colors
Images and colors


Do use transparency
The presentation of images often improves by giving the images a
transparent backgroundcolor.
They'll better integrate visually with the background.
Do use interlacing
Interlace larger GIF-images. The visitor will get a quick feedback
while the image is still loading.
For very small images - like bullets - interlacing makes no sense
but in all other cases it does.
Don't use too many images
Too many images slows down your site. Don't chase your visitors
away; limit the number of images.
Do make your graphics reproducible
If you create your own graphics make them reproducible.
You might need another one of the same kind, so be sure to write
down all the effects and the parameters you've used to create the
graphics.
Do break up images
If you use large images you can break them up in several parts.
You can combine the parts in the webpage to form the original
image.
Doing so the image-parts can be downloaded parallel, thus
reducing download time.
100 Do's and Don'ts in Web Design SpiderPro

images and colors
Don't use PNG (yet)


PNG is a great format for graphics and will eventually replace GIF.
But right now many browsers are in use that don't support PNG.
For the time being stick to GIF and JPEG.
Do combine backgroundimages and
background-colors
Even if you do use a background-image, still provide a
background-color. The background-color should approximately be
the main color of the image.
If text has a color that contrasts with the background-image, it will
still be readable before the background-image is loaded.
Do use a browser safe palette
Use a browser safe palette for your colors.
This will prevent colors from dithering on older monitors.
Don't use too many colors
You have access to 16 million colors. Be selective - don't try to use
them all. Too many colors distract form what you're trying to say.
Don't override only one standard color
If you override a standard color, be sure to override them all.
Your visitor has her own color settings. If you change i.e. only the
fontcolor to darkblue, text might become unreadable on a dark
background. So be sure also to change the backgroundcolor.
100 Do's and Don'ts in Web Design SpiderPro


Compatibility

Do supply alt's for your images
Quite a few people disable the automatic load of pictures in their
browser.
Don't blame them, some images take a lifetime to load.
By defining an alternative text with the attribute alt in the tag
you can take care of imageless browsers.
Do use alt text for areas
Use the alt attribute to supply text for areas in an image map, thus
providing an alternative for browsers that don't support images.
Do use NOFRAMES
Not all browsers support frames. Define an alternative with the tag
<br />Do use comments for JavaScript<br />If you use JavaScript, be sure to place the source between<br />comments in such a way that browsers that don't support<br />JavaScript won't show any garbage.<br />Don't be selective with browsers<br />You believe I'd change my browser just to visit your site? Wake up!<br />Saying Best viewed with my favorite browser only has the effect<br />that you drive off people with other browsers.<br />Test your site with the favorites. It should be readable with all the<br />important browsers.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><strong><a href="http://www.swebsolution.150m.com/">compatibility<br />Do test Java applets with all browsers<br /></a></strong><br />Java is great, I really love it. But as soon as a page starts with<br />Applet loading, I got this feeling it all ends up wrong.<br />There are indeed far too many untested applets wrecking browsers<br />and making sure a visitor will never come back again.<br />Do check your Java applets with all popular browsers before using<br />them.<br />Do test with fewer screen colors<br />256 colors still are popular and even 16 colors are used.<br />Test your site with these color settings. Admitted, with 16 colors<br />everything looks ugly. But be sure everything remains readable.<br />Do test with lowres<br />Test your pages with low resolution. If you don't use 640*480<br />yourself, just make your browser-window smaller to get the same<br />effect.<br />Do validate<br />Validate your pages. This is the best way to find errors that won't<br />show up in some browsers but might be the cause of trouble in<br />other browsers.<br />Don't rely on plugins<br />You can create astonishing effects with plugins like Flash and<br />Shockwave.<br />But don't rely on them.<br />Many websurfers don't bother to install plugins. They won't be able<br />to see the great effects you implemented. So offer an alternative or<br />even better: check for plugins.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><strong><a href="http://www.swebsolution.150m.com/">compatibility<br />Do check for browser version<br /></a></strong><br />If you want to use non-standard techniques (Netscape or Explorerspecific<br />tags) do check the browser version on the client. And do<br />provide an alternative for non compatible browsers.<br />Do warn for important cookies<br />Some pages rely on cookies. And some people disable cookies in<br />their browsers.<br />In many circumstances you just can't skip cookies. If so - supply a<br />warning. Thus giving the visitor an opportunity to enable cookies.<br />Do offer alternative views<br />You want to use the newest emerging technologies? Then consider<br />supplying an alternative view for those that don't use the latest<br />browsers.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><br /><strong><a href="http://www.swebsolution.150m.com/">General<br />Do close popup screens</a></strong><br /><strong></strong><br />Remove your litter.<br />If you want to use popup screens, be sure to close them when the<br />visitor leaves.<br />Do stop sounds<br />If you wanna use sounds, be sure to stop them when the visitor<br />leaves.<br />Don't try to mislead search engines<br />Trying to mislead search engines by repeating keywords will turn<br />against you. Search engines recognize many of these attempts and<br />will react on it by giving your site a lower ranking. Or by not placing<br />it at all.<br />Don't try to misleadingly attract visitors<br />By adding keywords that are specific to adult sites (like 'XXX') you<br />might get some traffic. But those visitors will leave quickly - unless<br />you do have an adult site, ofcourse.<br />Do register your site<br />Register your site at searchengines and directories. This is still the<br />most important way to attract traffic.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><strong><a href="http://www.swebsolution.150m.com/">Do read the stats</a></strong><br /><br />Use the statistics of your site. It's a good opportunity to check for<br />errors like the dreaded 404's.<br />But statistics are also invaluable for marketing purposes. What are<br />popular pages? Which countries do your visitors come from?<br />Don't count hits<br />Hits are meaningless. A page with 5 images produces 6 hits. And<br />visited 3 times it produces 18 hits. If you want a counter on your<br />page, be sure to count the sessions: real visitors.<br />Do put contact info on your pages<br />Give your visitors a way to get in touch with you. Their feedback is<br />invaluable. Supply a e-mail address or a reply-form.<br />Do beware of robots<br />Search engines use robots that scan all your directories. Be sure to<br />provide a robots.txt file to make clear which directories and files<br />should not be indexed.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><a href="http://www.swebsolution.150m.com/"><strong>A concluding don't</strong><br /></a><br />Don't take my word for it<br />Don't take my - or any other persons - word for it.<br />There's no such thing as a constitution of webdesign.<br />You might benefit by considering these do's and don'ts. But<br />actually they're a personal view. And you just might disagree.<br />But do give these 100 do's and don'ts a serious thought.<br />They might fit more often than you think<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><strong>About<br />SpiderPro<br /></strong><br />This eBook is published by SpiderPro.<br />SpiderPro is a website that presents<br />information for professional<br />webmasters.<br />Well, with professional I don't want to<br />frighten anyone. If you just want to build<br />a nice personal homepage you'll find<br />lots of info at SpiderPro.<br />But you'll also find info that you can use<br />only if you have access to a webserver.<br />Or if you know how to write programs.<br />With SpiderPro I hope to reach people<br />that are strongly involved with web<br />development. Maybe for a living, maybe<br />just for the heck of it...<br /><br /><br />SpiderPro's mailing list informs you<br />when new information becomes<br />available. Subscription is free.<br />If you subscribe, you'll receive mails<br />about updates to SpiderPro and about<br />new released ebooks.<br />Expect to receive this mails about 2<br />times a month.<br />SpiderPro will use your email address<br />for the sole purpose of sending you<br />mails from the list.<br />We will never use your address for any<br />other purpose. We will never give your<br />address to anyone and we will never<br />sell your address.<br />You can subscribe at: <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02294597517444368462' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02294597517444368462' rel='author' title='author profile'> <span itemprop='name'>Prakash Sherawat</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://swebsolution.blogspot.com/2007/11/27-dos-web-design_18.html' itemprop='url'/> <a class='timestamp-link' href='http://swebsolution.blogspot.com/2007/11/27-dos-web-design_18.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-18T23:37:00-08:00'>11:37&#8239;PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=7227425366482465228&postID=1334127006249755814' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=7227425366482465228&postID=1334127006249755814' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-230004943'> <a href='https://www.blogger.com/post-edit.g?blogID=7227425366482465228&postID=1334127006249755814&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7227425366482465228' itemprop='blogId'/> <meta content='401888931746276430' itemprop='postId'/> <a name='401888931746276430'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://swebsolution.blogspot.com/2007/11/27-dos-and-donts-in-web-design.html'>27 Dos Web Design</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-401888931746276430' itemprop='description articleBody'> <a name="669982127019910482"></a><br />27 Dos Web Design<br /><br /><a href="http://www.swebsolution.150m.com/">General information</a><br /><br />You're allowed to distribute this ebook as long as you leave the orginal pdf-fileintact and you don't charge anything for it.I hope you'll find this styleguide usefulJan Kampherbeek101 Do's and Don'ts in Web Design SpiderPro-3-IndexGeneral information<br />2Index<br />3Content : 18 do's and don'ts 4Navigation: 16 do's and don'ts 8Design: 8 do's and don'ts 11Bandwidth: 9 do's and don'ts 13Presenting Text: 16 do's and don'ts 15Images and colors: 10 do's and don'ts 19Compatibility: 13 do's and don'ts 21General: 9 do's and don'ts 24A concluding don't 26About SpiderPro 27Disclaimer 27Release History 27100 Do's and Don'ts in Web Design SpiderPro-<br /><br /><a href="http://www.swebsolution.150m.com/">Do know your audience</a><br /><br />It's important to know your audience.If you write for a site that sells toys you'll use other words, colors,images etc. compared to a site for online banking.Write and design with your visitors in mind. Don't get tempted towrite for yourself.Do write about the subjectWrite about the subject.Saying: This page is about breeding goldfish talks about the page.Instead, start right away with the subject. Breeding goldfish is apopular hobby....Do use short sentencesUse short sentences.The World Wide Web is fast. Your visitors want to get your info in asnap. So read and reread your text. Then cut out as manyunnecessary words as possible.Do use correct spellingOK, this one will turn against me....Use correct English or whatever language your site is written in. Asa standard routine use a spelling checker but don't rely completelyon it. Human proof reading is necessary.This can be difficult - especially if you're not native speakingEnglish like your Dutch speaking author of this eBook.100 Do's and Don'ts in Web Design SpiderPro-<br /><br /><a href="http://www.swebsolution.150m.com/">Don't use meaningless words</a><br /><br />Do you have a cool site with hot subjects?Or a hot site with cool subjects?On some hype-sensitive sites these kind of words might be useful but onmost sites you'd better refrain from meaningless words.Don't use jargonAvoid jargon.That goes for Internet jargon but also for jargon for any othersubject.Only if your site is focused on a selective group of specialistsjargon might make sense.Don't write technicalDon't write technical. Your visitors don't care how you created yoursite and that you prefer Perl over TCL/TK (or the other wayaround).Instead write about your subject.Do use the first screenBe sure to put important text on the first part of your page, the partthat will show up first on a screen.Do present the issues right awayYour visitor wants to know immediately what she can find on yoursite. Keep that in mind when designing your site.Present the important issue(s) of your site on the first page.100 Do's and Don'ts in Web Design SpiderPro-<br /><br /><br /><a href="http://www.swebsolution.150m.com/">Do use a descriptive title</a><br /><br />The text for the tag <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02294597517444368462' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02294597517444368462' rel='author' title='author profile'> <span itemprop='name'>Prakash Sherawat</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://swebsolution.blogspot.com/2007/11/27-dos-and-donts-in-web-design.html' itemprop='url'/> <a class='timestamp-link' href='http://swebsolution.blogspot.com/2007/11/27-dos-and-donts-in-web-design.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-18T23:31:00-08:00'>11:31&#8239;PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=7227425366482465228&postID=401888931746276430' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=7227425366482465228&postID=401888931746276430' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-230004943'> <a href='https://www.blogger.com/post-edit.g?blogID=7227425366482465228&postID=401888931746276430&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7227425366482465228' itemprop='blogId'/> <meta content='6011555628324352035' itemprop='postId'/> <a name='6011555628324352035'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://swebsolution.blogspot.com/2007/11/27-dos-web-design.html'>27 Dos web Design</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6011555628324352035' itemprop='description articleBody'> <a href="http://www.swebsolution.150m.com/"><strong>Do comment on your links</strong> </a><br /><br />Add value to your links by annotating them.<br />You visited the linked site otherwise you wouldn't publish the link in<br />the first place. Right? Share your knowledge and add a description.<br />Do update your pages<br />Be sure to check your pages on a regular base and to update them<br />if necessary.<br />Do show date of update<br />You update your pages on a regular basis. Don't you?<br />Make clear to your visitors how recent or (out-)dated your<br />information is. Provide the date of the last update. And don't forget<br />to change the date if you change a page...<br />Do ask for feedback<br />You can learn from your visitors.<br />Ask for their feedback and give them an e-mail address to reach<br />you.<br />Don't show any page under construction<br />Don't publish a page that's under construction.<br />People will hate you if you do.<br />If the page isn't finished, it's not ready to be published.<br />In a sense most pages are always under construction because they<br />are updated (more or less) frequently.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><br /><strong><a href="http://www.swebsolution.150m.com/">Do use explicit addressing </a></strong><br /><strong><br /></strong>Navigation should be clear. Links like Back, Next, Previous, or<br />clickable images of arrows, do point in an unclear direction.<br />What is 'Back'. The page your visitor came from? The preceding<br />page in your own website?<br />Make navigation clear by supplying links like Chapter 12. The<br />history of beekeeping.<br />Do check your links<br />OK, it's a cliché. But anyone who surfs the web will agree. Check<br />your links frequently.<br />Don't just check them to avoid 404 errors. You might find that an<br />external link still works but that the content behind it has changed.<br />Don't change links<br />Figure out a good addressing scheme and stick to it.<br />People will create links to your site. Be sure not to break these<br />links.<br />Do always supply textual links<br />Supply textual links. Using only clickable images or image maps<br />makes your site unusable for anybody that disables images.<br />Do supply a link to home<br />In the rare case people get lost in your site, a link to home comes<br />in handy.<br />Supply such a link on each page.<br /><br /><strong><a href="http://www.swebsolution.150m.com/">Do use navigational aids at the top and the </a></strong><br /></strong><strong><br /></strong>bottom<br />Supply navigational aids at the top and the bottom of your page. If<br />you do, people probably won't need to scroll to navigate.<br />Do use a table of contents<br />Do use a table of contents, preferably as a menu. Without it your<br />visitors will get lost.<br />Do create a &#8220;what's new&#8221; page<br />Returning visitors are interested in the latest additions on your site.<br />Create a What's new page to supply that info.<br />Do use short routes<br />Supply short routes to information. Avoid too many menus and<br />submenus, instead use larger menus with more items.<br />People will appreciate it getting to the desired info quickly.<br />Do keep menu items related<br />Menu items should be related, don't mix them randomly.<br />Try to share comparable items in one menu. You can use a larger<br />menu for more itemgroups if you separate these groups in a clear<br />way.<br />Don't link to irrelevant pages<br />Use only hyperlinks within the context of your page. People will feel<br />lost if you try to use too many links.<br /><br /><br /><br /><a href="http://www.swebsolution.150m.com/"><strong>Don't repeat links too often</strong> </a><br /></strong><br />You shouldn't repeat links in the text. I.e. you have a page about<br />beekeeping and want to link it to to a page that describes different<br />kinds of honey. Then don't link every occurrence of the word<br />honey.<br />The only exception are links in a menu. You can repeat menulinks,<br />i.e. on the top and on the bottom of your page.<br />Don't use ambivalent navigation<br />Navigation must be clear. Unless you run some kind of<br />experimental site be sure to avoid experimental buttons that make<br />visitors have to guess what they mean.<br />Don't create dead end pages<br />A dead end page is a page that is linked to by other pages but<br />itself has no links.<br />A visitor gets trapped in a dead end page and needs his<br />backbutton to get away.<br />Don't use dead end pages.<br />Don't make prisoners<br />You can imprison your visitors. I.e. by redirecting them to a page<br />without taskbars and icons.<br />But your prisoner will escape eventually and never return.<br />Don't frame other sites<br />You can load pages from other sites within a frame of your own<br />site.<br />Don't!<br />It might ruin the look and feel of the framed site. And it gives the<br />wrong idea that the framed site is a part of your own site.<br />Load all pages in a full page.<br /><br />Design<br /><a href="http://www.swebsolution.150m.com/"><strong>Do use a consistent look and feel</strong> </a><br /><br />Your site should stand out as a whole. Use the same look and feel<br />for all the pages at your site. This way your visitors have a sense of<br />recognition when they visit various pages. Using stylesheets makes<br />it much easier to maintain the look and feel of numerous pages.<br />Do use recurring visual elements<br />Repeat visual elements (images, colors, fonts etc.) on several<br />pages. This will add to a consistent look and feel.<br />Don't use dark backgrounds<br />Dark backgrounds tend to make text less readable. So avoid dark<br />colors or dark backgroundimages. If you do need them, use a<br />nonserif font for the text (like Arial, Universe, Helvetica) and be<br />sure to not to use a small fontsize.<br />Don't cram your pages<br />A page with text pushed aside against the border of a table - or an<br />image - looks awful. Don't cram your pages, use colspan and<br />borderspan for tables and vspan and hspan for applets and<br />images.<br /><br /><br /><strong><a href="http://www.swebsolution.150m.com/">Don't push your table out of the screen</a></strong><br /><br />Tables are very flexible. They're able to get almost anything more<br />or less visible on a screen.<br />But by putting large elements in a table cell you might force the<br />cells to become too large. Thus making horizontal scrolling<br />necessary.<br />So limit the number and size of pictures, long words (e.g. long<br />links), predefined text etc.<br />Don't overuse frames<br />Use only a limited number of frames. Always check if the screen<br />doesn't get crammed if a low resolution screen is used.<br />Do vertical align the content of table cells<br />You do you use table cells to get your info on the right position?<br />Then be sure to align the content vertically.<br />Don't mix horizontal aligning<br />Mixing centered text and text that's left aligned makes a mess of<br />your page.<br />If you want to center text do it consistently.<br />Exceptions are centering text of headers or centered text placed in<br />a border.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><a href="http://www.swebsolution.150m.com/"><strong>Do use few colors in your GIF's</strong> </a><br /><br />Minimize the number of colors in your GIF images.<br />GIF's can be stored with a maximum of 256 colors. Minimizing the<br />number of colors to 16, 8 or even 2 dramatically reduces the size of<br />the GIF-file and therefore improves performance.<br />Choose as few colors as possible without ruining the image. You<br />might test both reducing colors with error correction or by selecting<br />the nearest color.<br />Do use high compression in JPEG<br />Improve the performance of your site by reducing the size of your<br />JPEG-images.<br />JPEG can be saved with different compression-percentages. A<br />high compression results in a smaller file size but also in a less<br />perfect image. Test several compressions for each image you want<br />to use. For different images the acceptable compressions will<br />differ.<br />Do reserve space for images<br />Generally text arrives more quickly than an image. By reserving<br />space for an image the browser is able to render the text. A visitor<br />can start reading right away. Reserving space is done by defining<br />the attributes vsize and hsize in the tag<br />Do provide thumbnails for large images<br />In some cases you do need large pictures that take a while to load.<br />I.e. if you're running a website on modern art.<br />In such a case do provide small copies of the original images<br />(thumbnails) that link to the original ones. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02294597517444368462' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02294597517444368462' rel='author' title='author profile'> <span itemprop='name'>Prakash Sherawat</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://swebsolution.blogspot.com/2007/11/27-dos-web-design.html' itemprop='url'/> <a class='timestamp-link' href='http://swebsolution.blogspot.com/2007/11/27-dos-web-design.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-18T23:27:00-08:00'>11:27&#8239;PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=7227425366482465228&postID=6011555628324352035' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=7227425366482465228&postID=6011555628324352035' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-230004943'> <a href='https://www.blogger.com/post-edit.g?blogID=7227425366482465228&postID=6011555628324352035&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7227425366482465228' itemprop='blogId'/> <meta content='669982127019910482' itemprop='postId'/> <a name='669982127019910482'></a> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-669982127019910482' itemprop='description articleBody'> <div align="justify"><strong>27 Dos and Don'ts in Web Design<br /></div></strong><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong><a href="http://www.swebsolution.150m.com/">General information</a></strong></div><div align="justify"><strong></strong> </div><strong><div align="justify"></strong>You're allowed to distribute this ebook as long as you leave the orginal pdf-file<br />intact and you don't charge anything for it.<br />I hope you'll find this styleguide useful<br />Jan Kampherbeek<br />101 Do's and Don'ts in Web Design SpiderPro<br /></div><div align="justify"><br />Index<br />General information 2<br />Index 3<br />Content : 18 do's and don'ts 4<br />Navigation: 16 do's and don'ts 8<br />Design: 8 do's and don'ts 11<br />Bandwidth: 9 do's and don'ts 13<br />Presenting Text: 16 do's and don'ts 15<br />Images and colors: 10 do's and don'ts 19<br />Compatibility: 13 do's and don'ts 21<br />General: 9 do's and don'ts 24<br />A concluding don't 26<br />About SpiderPro 27<br />Disclaimer 27<br />Release History 27<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><strong><a href="http://www.swebsolution.150m.com/">Do know your audience</a></strong> </div><div align="justify"><br />It's important to know your audience.<br />If you write for a site that sells toys you'll use other words, colors,<br />images etc. compared to a site for online banking.<br />Write and design with your visitors in mind. Don't get tempted to<br />write for yourself.<br /><strong>Do write about the subject<br /></strong>Write about the subject.<br />Saying: This page is about breeding goldfish talks about the page.<br />Instead, start right away with the subject. Breeding goldfish is a<br />popular hobby....<br /><strong>Do use short sentences<br /></strong>Use short sentences.<br />The World Wide Web is fast. Your visitors want to get your info in a<br />snap. So read and reread your text. Then cut out as many<br />unnecessary words as possible.<br /><strong>Do use correct spelling<br /></strong>OK, this one will turn against me....<br />Use correct English or whatever language your site is written in. As<br />a standard routine use a spelling checker but don't rely completely<br />on it. Human proof reading is necessary.<br />This can be difficult - especially if you're not native speaking<br />English like your Dutch speaking author of this eBook.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br /><strong><a href="http://www.swebsolution.150m.com/">Don't use meaningless words</a> </strong></div><div align="justify"><strong><br /></strong>Do you have a cool site with hot subjects?<br />Or a hot site with cool subjects?<br />On some hype-sensitive sites these kind of words might be useful but on<br />most sites you'd better refrain from meaningless words.<br /><strong>Don't use jargon</strong><br />Avoid jargon.<br />That goes for Internet jargon but also for jargon for any other<br />subject.<br />Only if your site is focused on a selective group of specialists<br />jargon might make sense.<br />Don't write technical<br />Don't write technical. Your visitors don't care how you created your<br />site and that you prefer Perl over TCL/TK (or the other way<br />around).<br /><strong>Instead write about your subject.<br /></strong>Do use the first screen<br />Be sure to put important text on the first part of your page, the part<br />that will show up first on a screen.<br />Do present the issues right away<br />Your visitor wants to know immediately what she can find on your<br />site. Keep that in mind when designing your site.<br />Present the important issue(s) of your site on the first page.<br />100 Do's and Don'ts in Web Design SpiderPro<br /><br />content<br /><strong><a href="http://www.swebsolution.150m.com/">Do use a descriptive title<br /></a></strong>The text for the tag </div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02294597517444368462' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02294597517444368462' rel='author' title='author profile'> <span itemprop='name'>Prakash Sherawat</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://swebsolution.blogspot.com/2007/11/27-dos-and-donts-in-web-design-general.html' itemprop='url'/> <a class='timestamp-link' href='http://swebsolution.blogspot.com/2007/11/27-dos-and-donts-in-web-design-general.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-18T23:06:00-08:00'>11:06&#8239;PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=7227425366482465228&postID=669982127019910482' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=7227425366482465228&postID=669982127019910482' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-230004943'> <a href='https://www.blogger.com/post-edit.g?blogID=7227425366482465228&postID=669982127019910482&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://swebsolution.blogspot.com/search?updated-max=2007-12-14T22:39:00-08:00&amp;max-results=1&amp;reverse-paginate=true' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a> </span> <a class='home-link' href='http://swebsolution.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://swebsolution.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget HTML' data-version='1' id='HTML10'> <div class='widget-content'> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 8, interval: 6000, width: 'auto', height: 550, theme: { shell: { background: '#335a9e', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#041f03', links: '#1a360f' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('Hotelsofindia').start(); </script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML1'> <div class='widget-content'> Link </div> <div class='clear'></div> </div><div class='widget LinkList' data-version='1' id='LinkList1'> <h2>Link</h2> <div class='widget-content'> <ul> <li><a href='http://www.sbcjpr.com/'>Building Construction Company</a></li> </ul> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML7'> <h2 class='title'>swebsolution</h2> <div class='widget-content'> <a target="_blank" href="http://www.indianbankifsc.com" class="web-link-head" title="English">Bank IFSC in English</a> | <a target="_blank" href="http://hi.indianbankifsc.com" class="web-link-head" title="ह&#2367;&#2306;द&#2368; (Hindi)">Bank IFSC in ह&#2367;&#2306;द&#2368; </a> | <a target="_blank" href="http://ben.indianbankifsc.com" class="web-link-head" title="ব&#2494;ঙ&#2494;ল&#2495; (Bengali)">Bank IFSC in ব&#2494;ঙ&#2494;ল&#2495; </a> | <a target="_blank" href="http://tel.indianbankifsc.com" class="web-link-head" title="త&#3142;ల&#3137;గ&#3137; (Telugu)"> Bank IFSC in త&#3142;ల&#3137;గ&#3137; </a> | <a target="_blank" href="http://mar.indianbankifsc.com" class="web-link-head" title="मर&#2366;ठ&#2368; (Marathi)"> Bank IFSC in मर&#2366;ठ&#2368; </a> | <a target="_blank" href="http://guj.indianbankifsc.com" class="web-link-head" title="ગ&#2753;જર&#2750;ત&#2752; (Gujarati)">Bank IFSC in ગ&#2753;જર&#2750;ત&#2752; </a> | <a target="_blank" href="http://tam.indianbankifsc.com" class="web-link-head" title="தம&#3007;ழ&#3021; (Tamil)">Bank IFSC in தம&#3007;ழ&#3021; </a> | <a target="_blank" href="http://urd.indianbankifsc.com" class="web-link-head" title="اردو (Urdu)">Bank IFSC in اردو </a> | <a target="_blank" href="http://kan.indianbankifsc.com" class="web-link-head" title="ಕನ&#3277;ನಡ (Kannada)">Bank IFSC in ಕನ&#3277;ನಡ </a> | <a target="_blank" href="http://pun.indianbankifsc.com" class="web-link-head" title="ਪ&#2672;ਜ&#2622;ਬ&#2624; (Punjabi)">Bank IFSC in ਪ&#2672;ਜ&#2622;ਬ&#2624; </a> | <a target="_blank" href="http://mal.indianbankifsc.com" class="web-link-head" title="മലയ&#3390;ള&#3330; (Malayalam)">Bank IFSC in മലയ&#3390;ള&#3330; </a> <br /> <a href="http://www.besthotelsofdelhi.in" target="_blank" title="Hotels In Delhi ">Hotels In Delhi</a><br /><a href="http://www.besthotelsofindia.in" target="_blank" title="Hotels In India ">Hotels In India</a><br /><a href="http://www.besthotelsofmp.in" target="_blank" title="Hotels In Madhya Pradesh ">Hotels In Madhya Pradesh</a><br /><a href="http://www.besthotelsofrajasthan.in" target="_blank" title="Hotels In Rajasthan ">Hotels In Rajasthan</a><br /><a href="http://www.hotelsinus.us" target="_blank" title=" Hotels In USA">Hotels In USA</a><br /><a href="http://www.hotelsofandaman.in" target="_blank" title=" Hotels In Andaman &amp; Nicobar">Hotels In Andaman &amp; Nicobar</a><br /><a href="http://www.hotelsofandhra.in" target="_blank" title="Hotels In Andhra ">Hotels In Andhra</a><br /><a href="http://www.hotelsofarunachal.in" target="_blank" title="Hotels In Arunachal ">Hotels In Arunachal</a><br /><a href="http://www.hotelsofassam.in" target="_blank" title="Hotels In Assam ">Hotels In Assam</a><br /><a href="http://www.hotelsofbangalore.in" target="_blank" title="Hotels In Bangalore ">Hotels In Bangalore</a><br /><a href="http://www.hotelsofchennai.in" target="_blank" title="Hotels In Chennai ">Hotels In Chennai</a><br /><a href="http://www.hotelsofchhattisgarh.in" target="_blank" title="Hotels In Chhattisgarh ">Hotels In Chhattisgarh</a><br /><a href="http://www.hotelsofgoa.in" target="_blank" title="Hotels In Goa ">Hotels In Goa</a><br /><a href="http://www.hotelsofgujarat.in" target="_blank" title="Hotels In Gujarat ">Hotels In Gujarat</a><br /><a href="http://www.hotelsofhimachal.in" target="_blank" title="Hotels In Himachal ">Hotels In Himachal</a><br /><a href="http://www.hotelsofhyderabad.in" target="_blank" title="Hotels In Hyderabad ">Hotels In Hyderabad</a><br /><a href="http://www.hotelsofjk.in" target="_blank" title="Hotels In Jammu &amp; Kashmir ">Hotels In Jammu &amp; Kashmir</a><br /><a href="http://www.hotelsofkarnataka.in" target="_blank" title="Hotels In Karnataka ">Hotels In Karnataka</a><br /><a href="http://www.hotelsofkerala.in" target="_blank" title="Hotels In Kerala ">Hotels In Kerala</a><br /><a href="http://www.hotelsofkolkata.in" target="_blank" title="Hotels In Kolkata ">Hotels In Kolkata</a><br /><a href="http://www.hotelsoflakshdweep.in" target="_blank" title="Hotels In Lakshdweep ">Hotels In Lakshdweep</a><br /><a href="http://www.hotelsofmumbai.in" target="_blank" title=" Hotels In Mumbai">Hotels In Mumbai</a><br /><a href="http://www.hotelsofnagaland.in" target="_blank" title="Hotels In Nagaland ">Hotels In Nagaland</a><br /><a href="http://www.hotelsoforissa.in" target="_blank" title="Hotels In Orissa ">Hotels In Orissa</a><br /><a href="http://www.hotelsofpondicherry.in" target="_blank" title="Hotels In Pondicherry ">Hotels In Pondicherry</a><br /><a href="http://www.hotelsofpune.in" target="_blank" title="Hotels In Pune ">Hotels In Pune</a><br /><a href="http://www.hotelsofpunjab.in" target="_blank" title="Hotels In Punjab ">Hotels In Punjab</a><br /><a href="http://www.hotelsoftamilnadu.in" target="_blank" title="Hotels In Tamilnadu ">Hotels In Tamilnadu</a><br /><a href="http://www.hotelsofup.in" target="_blank" title="Hotels In Uttar Pradesh ">Hotels In Uttar Pradesh</a><br /><a href="http://www.hotelsofuttaranchal.in" target="_blank" title="Hotels In Uttaranchal ">Hotels In Uttaranchal</a><br /><a href="http://www.hotelsofwestbengal.in" target="_blank" title="Hotels In Westbengal ">Hotels In Westbengal</a><br /><a href="http://www.mybookingcorner.com" target="_blank" title=" Online Hotels Booking">Online Hotels Booking</a><br /><a href="http://www.nntindia.org" target="_blank" title="National Network of Tourism India ">National Network of Tourism India</a><br /><a href="http://www.tourisminbharat.com" target="_blank" title="Tourism In India">Tourism In India</a><br /><a href="http://www.sbinfosystem.com" target="_blank" title="Web Design Company India ">Web Design Company India</a><br /><a href="http://www.diamondjewelry4u.com" target="_blank" title="Discount Diamond Jewelry ">Discount Diamond Jewelry</a><br /><a href="http://www.sbcjpr.com/" target="_blank" title="Building Construction Company ">Building Construction Company </a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML8'> <h2 class='title'>FEEDJIT Live Traffic Feed</h2> <div class='widget-content'> <script src="http://feedjit.com/serve/?bc=ffffff&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;ww=160" type="text/javascript"></script><noscript><a href="http://feedjit.com/">Feedjit Live Blog Stats</a></noscript> </div> <div class='clear'></div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive, websites help, java help, c language help</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://swebsolution.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://swebsolution.blogspot.com/2009/10/'> October </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://swebsolution.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(4)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://swebsolution.blogspot.com/2008/01/'> January </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://swebsolution.blogspot.com/2007/'> 2007 </a> <span class='post-count' dir='ltr'>(14)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://swebsolution.blogspot.com/2007/12/'> December </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://swebsolution.blogspot.com/2007/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> <ul class='posts'> <li><a href='http://swebsolution.blogspot.com/2007/11/27-dos-web-design_18.html'>27 Dos web Design</a></li> <li><a href='http://swebsolution.blogspot.com/2007/11/27-dos-and-donts-in-web-design.html'>27 Dos Web Design</a></li> <li><a href='http://swebsolution.blogspot.com/2007/11/27-dos-web-design.html'>27 Dos web Design</a></li> <li><a href='http://swebsolution.blogspot.com/2007/11/27-dos-and-donts-in-web-design-general.html'>27 Dos and Don&#39;ts in Web DesignGeneral information...</a></li> </ul> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget AdSense' data-version='1' id='AdSense4'> <div class='widget-content'> <script type="text/javascript"> google_ad_client = "ca-pub-8185139357501629"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_slot = "4762924675"; google_ad_width = 200; google_ad_height = 200; </script> <!-- swebsolution_sidebar-right-1_AdSense4_ --> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML2'> <h2 class='title'>websites help, java help, c language help</h2> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "pub-5854532072070328"; google_ad_host = "pub-1556223355139109"; google_ad_host_channel="00000"; //728x90, created 19/12/07 google_ad_slot = "8259509579"; google_ad_width = 728; google_ad_height = 90; google_cpa_choice = ""; // on file //--></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> </div> <div class='clear'></div> </div><div class='widget AdSense' data-version='1' id='AdSense3'> <div class='widget-content'> <script type="text/javascript"> google_ad_client = "ca-pub-8185139357501629"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_slot = "7089705112"; google_ad_width = 200; google_ad_height = 200; </script> <!-- swebsolution_sidebar-right-1_AdSense3_200x200_as --> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div><div class='widget AdSense' data-version='1' id='AdSense1'> <div class='widget-content'> <script type="text/javascript"> google_ad_client = "ca-pub-8185139357501629"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_slot = "5776623444"; google_ad_width = 200; google_ad_height = 200; </script> <!-- swebsolution_sidebar-right-1_AdSense1_ --> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='sidebar no-items section' id='sidebar-right-2-1'></div> </td> <td class='columns-cell'> <div class='sidebar section' id='sidebar-right-2-2'><div class='widget BloggerButton' data-version='1' id='BloggerButton1'> <div class='widget-content'> <a href='https://www.blogger.com'><img alt='Powered By Blogger' src='https://www.blogger.com/buttons/blogger-powerby-blue.gif'/></a> <div class='clear'></div> </div> </div></div> </td> </tr> </tbody> </table> <div class='sidebar section' id='sidebar-right-3'><div class='widget HTML' data-version='1' id='HTML5'> <h2 class='title'>websites help, java help, c language help</h2> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "pub-5854532072070328"; google_ad_host = "pub-1556223355139109"; google_ad_host_channel="00000"; //160x600, created 19/12/07 google_ad_slot = "4540907575"; google_ad_width = 160; google_ad_height = 600; google_cpa_choice = ""; // on file //--></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> </div> <div class='clear'></div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Footer'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Picture Window theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1807328581-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY4-xGU_6HJiMvzD6ODpAH56QJdv_g:1714180915662';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d7227425366482465228','//swebsolution.blogspot.com/2007/11/','7227425366482465228'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '7227425366482465228', 'title': 'Web Solution', 'url': 'http://swebsolution.blogspot.com/2007/11/', 'canonicalUrl': 'http://swebsolution.blogspot.com/2007/11/', 'homepageUrl': 'http://swebsolution.blogspot.com/', 'searchUrl': 'http://swebsolution.blogspot.com/search', 'canonicalHomepageUrl': 'http://swebsolution.blogspot.com/', 'blogspotFaviconUrl': 'http://swebsolution.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Web Solution - Atom\x22 href\x3d\x22http://swebsolution.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Web Solution - RSS\x22 href\x3d\x22http://swebsolution.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Web Solution - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/7227425366482465228/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-8185139357501629', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/16e657cb9c57b8a2', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'archive', 'pageName': 'November 2007', 'pageTitle': 'Web Solution: November 2007'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'Picture Window', 'localizedName': 'Picture Window', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'shade', 'variantId': 'shade'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Web Solution', 'description': '', 'url': 'http://swebsolution.blogspot.com/2007/11/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2007, 'month': 11, 'rangeMessage': 'Showing posts from November, 2007'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'crosscol-overflow', document.getElementById('HTML6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1666805145-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML10', 'sidebar-right-1', document.getElementById('HTML10'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-right-1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'sidebar-right-1', document.getElementById('LinkList1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'sidebar-right-1', document.getElementById('HTML7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'sidebar-right-1', document.getElementById('HTML8'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense4', 'sidebar-right-1', document.getElementById('AdSense4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar-right-1', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense3', 'sidebar-right-1', document.getElementById('AdSense3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense1', 'sidebar-right-1', document.getElementById('AdSense1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BloggerButtonView', new _WidgetInfo('BloggerButton1', 'sidebar-right-2-2', document.getElementById('BloggerButton1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'sidebar-right-3', document.getElementById('HTML5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>