Archive for February, 2008

Website Designing: General Web Design Guidelines

Thursday, February 28th, 2008
opera browser
Gaurisept1 asked:


The goal of most web designers is to create an attractive, easily accessible and functional website that will convince the visitor to do something. Creating such a website requires good graphic design, easy and intuitive site navigation, logical site layout and good web copy. The following suggestions are general web design guidelines.

Web Content

You want the visitor to see you as a knowledgeable information source and/or a reputable business. Poor grammar and spelling will immediately reduce your credibility. Remember that people use the internet to find information. For more details visit to www.javascript-magic.com .Whether you are selling your own product or recommending someone else’s products, you must first provide valuable information to the visitor or they will click away and find a website that gives them what they what they want.

Cross Browser Compatibility

There are at least a hundred different browsers in use. You must design your website to work properly in the most widely used browsers. To do that you may not be able to use all of the really great special effects that are available because they may not be supported in most browsers.

Even though most web browsers are free, people do not necessary bother to upgrade to the latest versions. The average surfer may not know how to upgrade their browser or have the attitude, “If it works, don’t fix it.” Remember your visitor may have a PC, a MAC, a Linux box, a PDA or a cell phone and they all use different browsers.

Good web design requires your web pages to work in Microsoft Internet Explorer, Netscape, Firefox, Opera and Safari at a minimum. Validating your HTML code will help but the final test is to view your website in different browsers running on different platforms.

Graphics and Photos

Web surfers are impatient and studies show that most people will click away if a webpage takes longer than 10 seconds to load. Always optimize your photos and other graphic files to have as small a size as possible without sacrificing picture quality.

Always use the height and width attributes on the picture so the rest of the page can load while the graphic files is downloading. Use the ALT HTML tag so people with graphics turned off and those using hand held devices know what the picture is supposed to be.

Background Colors

If you use anything other than white behind text, be sure to specify link colors otherwise the user’s browser defaults will determine what color the links are which can make them unreadable.

Multimedia

Multimedia is composed of flash movies, video clips, audio clips and background music. Always use streaming media because it reduces download time. Make sure the visitor can stop and start multimedia files or in the case of flash introductions, skip them if they want. That way people with slow connections or devices that don’t support multimedia can ignore them. To know more logon to www.google-friendly-page.com .Also, put any important information presented in multimedia in text as well so the visitor has access to that information without using multimedia. If a plug-in is needed to use the multimedia, always provide a link to it so the user can install it. Finally, always remember the 10-second rule for site loading when deciding to use multimedia.

Site Navigation

Site navigation should be simple and intuitive. Studies have shown if a visitor cannot access the information they want within three clicks, they will leave the site. This is called the 3-click rule. Every area of your website should be reachable within three clicks from anywhere else on the site. If you use anything other than simple text links, make sure to test your navigation in all the major browsers.

Links

Periodically test all site links to be certain that they are valid. Nothing chases a visitor off faster than broken links. There are several free online services that will periodically check your links.

Frames

Avoid using frames, since they make it difficult to bookmark individual pages on your web site and you want people to bookmark pages so they can come back.

Summary

Good Web design is a combination of common sense and good planning. Your site should be attractive and easy to use and most importantly provide the user with the information or services they want.



Justin

Web Design Articles - Web Design Essentials

Wednesday, February 27th, 2008
opera browser
Anantait asked:


These days, most site design is focused on the improvement and upgrade of existing Websites. As the economy continues to sag, more emphasis has been placed on maintaining what already exists, rather than creating a new one. As a result, productivity, ROI, and other measures of efficiency have found their way into the lexicon of Web design.

This focus on productivity has seen Website designs go back to basics. With the end user in mind, the prime focus of today’s sites is to provide information or make transactions quickly, simply, and without the distraction of long animated introductions, bombardment of visuals, or multi-hyperlink black holes.

So let’s take a look at the basics of good Web design, as well as some of the current tools and technologies available to assist you in creating powerful, usable Websites. We’ll also look at some concepts that are out there on the bleeding edge of design theory and browser technology, just to keep you excited all the time!

A work well begun is half done!

 

In the heady days of the blast, Web designers went straight to page design, building the overall concept and user experience one Web page at a time. Only after all the pages were built were they connected together—the results were usually a chaos.

In today’s world, most Web designers begin by developing a concept before they create their actual Web pages. Several techniques have evolved to assist designers develop a concept, such as wire framing and site architecting. In any of these cases, a designer defines a starting point, then builds out the various parent/child relationships between pages, documents, external links, and so on. In addition, a separate “link framework” can be defined to point to documents or external destinations. And of course, today, programmatic elements such as dynamic markup language, database connectivity, and Web service support are defined before anyone begins to build any pages.

Like a symphony performance, where the music binds each instrument together in harmony, so a Website’s concept definition binds each participant (graphic designer, copywriter, programmer) together in design harmony. And just as the conductor keeps time and manages the performance, the Web project manager uses this concept definition to coordinate resources, and ensure that the Web project moves through its milestones as scheduled.

Current Web authoring software programs, such as Adobe Go Live, provide Web designers with information architecture, user experience definition, and other design tools. With this kind of toolkit, you can architect a better user experience up front. Whether you create this roadmap for yourself or for a team of graphic artists, designers, and copy editors, a well thought-out site design will ensure your symphony doesn’t hit any sour notes. The result is that harmony is maintained.

Presentation is the key:

It seems ironic that a communication medium with the potential to provide rich information to billions of people revolves around tables. Tables are optimized to display tabular data in rigid boxes defined by height and width—which is great if you’re reading a spreadsheet, but awful if you’re trying to have an interactive experience. Sure, we tried frames for a while, but we all know which way they went. So, just what are designers left with?

Cascading Style Sheets (CSS) seem to offer the most promise for unchaining design from the restrictions of tables. Simply put, CSS enables designers to separate the style of information from its structure.

Typographic elements (fonts, sizes, and so forth), colors, and other design elements are divided into a separate set of HTML that is leveraged for all the data on a page, which helps avoid fatter elements such as image maps. CSS is reusable across multiple pages, which adds to its versatility. CSS Level 2 (CSS2), an upgrade from the original CSS spec that’s been in use for several years now, provides additional control and functionality such as “@media,” which allows the designer to set specific styles for particular media.

CSS1 took some time to become widely adopted because there were (and in fact continue to be) browser incompatibility issues associated with the technology. While a lot of the problems have since been fixed, it is still advisable to complete thorough browser testing before deploying your CSS-based design. As for CSS2, well, it’s still new enough to suffer from a number of deployment problems, so tread lightly. See HTML Utopia – Designing without Tables Using CSS, Parts 1 and 2 for the ultimate introduction to this topic.

Another concept of note to the burgeoning Web designer is “liquid tables.” Tables that stretch and shrink give designers considerable creative flexibility, removing the rigid constraints of standard table design. Liquid table design basically works by setting percentages for width and height, instead of specific pixel measurements.

But be cautious—liquid design is a complex technique that requires a designer to account for the users’ screen size as a separate element in a design. Elements such as navigation bars and menus become more complex because a range of placement issues must be accounted for in the design. Regardless, well-implemented, liquid pages provide designers with a higher level of flexibility

Advantage XML:

XML is in one sense a markup language like HTML or PHP. However, because tag semantics and tag sets are undefined, rather than fixed, XML is really a “meta-language” for describing other languages that you—the Web designer—defines. To use XML, you write a Document Type Definition (DTD) that describes a series of tags and the elements to be used with those tags.

 

XML’s flexibility is not only its greatest asset, but also its greatest liability. In order for computer systems to talk to each other using XML, they need to share a standard (in the form of a DTD). This invites numerous coordination problems, especially if different enterprises create different standards for the same application. Security is also an issue, especially for government Web designers, again because of the necessity of shared DTDs in order for different systems to communicate together.

Problems aside, there has been a lot of work done around XML, especially by enterprises with critical content management requirements. Small- and middle-market publishers have been aggressively pursuing XML-based workflows that elegantly store data for both print and the Web, and allow for cross-platform sharing of that data. Plus, these homegrown systems contain business rules and other logic that assist with content routing, deadline management, and archiving.

For Web design, extensible Style sheet Language Transformation (XSLT) is of particular interest. It allows Web designers to define transformations on XML documents and XML-based data, creating presentation structures for end users. XSLT can also help transform XML into non-XML formats, such as HTML. It can work behind the scenes on the Web server or on the client side with more recent browser updates.

XSLT is still a very complicated language that requires some programming sophistication. It has not been well incorporated into visual design tools, either. And unfortunately, today’s browsers don’t fully support direct XML rendering, so most XML-based Websites still need to transform that XML back to HTML for optimum compatibility. However, as design applications and browsers grow more sophisticated; expect to see more support for both XML and XSLT.

Browsing Experience:

Every Web designer has his/her experience of trouble shooting while browsing. In spite of this, the number of browsers continues to grow — Safari and Opera are two of the most recent entries.

Fundamentally, though, the end user experience remains unchanged from years past. Content and data are presented in a window, and requests for other pages or data are made through this window. Browsers also continue to be thin-client in nature, requiring the Web servers on the other end to do most of the heavy code parsing before they present results to a user.

If you really want to glimpse the future, consider events taking place at the extreme fringe of browser concepts. Here you will find applications that break the window metaphor and use visualizations, spider-Web imagery, and other non-traditional elements to guide a user to information or a destination. Some of the more interesting concepts include the Ambulator, the DataCloud, and the Webstalker.

These ideas have a lot of potential, as the traditional PC/monitor interface ages rapidly and the proliferation of wireless devices and wireless connectivity force the design community to deal with a myriad of new presentation platforms.

The next step:

As you approach Website design, ask yourself the following questions:

Can my users get to their desired information in two clicks? Are my visuals distracting or useful? What technologies are appropriate and not overkill? Do my users know where they are within the Website at all times? Can users get back to the front/home page with one click? Is my content accessible to disabled users?

This list is simple enough, but many Websites continue to violate these basic rules–and frustrate users in the process. Remember, your competitor’s Website is only one click away, so removing these lacunas will keep your visitors stick to your site.

Attractive Design Sells:

The boom years distracted many from good design techniques as we were lead astray by a rash of new technologies and competitive fervor.

In todays more competitive and focused design world, the provision of clean, crisp information and interaction design leads to greater productivity on the design side and a better user experience on the client side. Plus, design applications have improved over time, incorporating many sophisticated features that allow designers to optimize their creativity, while keeping the programmatic side in check. What’s more, these tools are no longer accused of writing “bloated” code—something that has in the past plagued these applications.

There are still many emerging technologies, a growing number of presentation platforms, and some lingering issues in today’s browsers, but it boils down to this — good design is good business.



Michael

The Unmatched Windows Xp Broadband - Cable Tweaks Guide

Thursday, February 21st, 2008
opera browser
Kris Mainieri asked:


Does your connection crawl? I bet it does buddy, just try these few simple tweaks, lets get you fixed today. The following tweaks and modifications are the ones I personally perform to my Cable connection after fresh installing windows.

Note-This Guide works with DSL and Cable Connections!

The first thing I like to do is run over to Control Panel > Network Connections and “right click” Local Area Connection (Your primary connection)

Then I Uncheck:

“Client for Microsoft Networks”

“File and Printer Sharing For Microsoft Networks”

“QoS Packet Scheduler”

Then I like to install LVLLORD’S TCP PATCH…. (Read more info below)

Microsoft Limited TCP connections in SP2 to 10! Regain lost speed by applying lvllord’s patch. Just download the patcher and execute it. It will automatically find the windows directory and ask, if it should increase/decrease. Enter C and change the value to 100, and confirm your changes. After a successful patch, the new TCPIP.SYS will be automatically installed. Restart your computer

After I get my Tcp nicely patched, I move on and Tweak my windows xp registry settings to unleash my cable connection’s real potential. Don’t be worried if I said “I tweak my registry”, You wont have to manually edit it because I use a great free tool called Cablenut!

So you downloaded CableNut? Good! Now you are ready to start getting information to use with the program.

The first value that you will need to calculate is the Maximum Anticipated Latency of your connection. To do this, you will use the trace route command built into Windows XP. Follow these steps to get the latency value to use for your connection Alrighty so now lets find our Maximum Anticipated Latency! To do this, Download a really big file such as the .NET SDK framework at http://www.microsoft.com/downloads

While this file is downloading, run over and open up Command Prompt by opening “RUN” and typing in cmd. This brings up a nice big black window. Now you need to run what is called Tracert 5 times in this box and write down the highest number you get with every tracert.

So lets get this straight you need to run tracert 5 times each time to a different site. For example

tracert google.com

When you run it let it finish…can take up to 3mins then copy down the highest number. Do this five times, then DROP THE HIGHEST AND LOWEST VALUE and average the other 3 (add them all up then divide by 3).

Alvin

Essential Utilities to Protect your Privacy

Tuesday, February 19th, 2008
opera browser
IC asked:


Did you know that history of all websites you visited are recorded in secret hidden files on your PC. The computer and internet has made research and looking for information an easy procedure as all one needs is knowledge of using the computer and internet. With this knowledge, it is possible to surf the internet to look for any and all information that is required by you for your work.

However, all this surfing of the internet may end up in the sites you visit being recorded in secret files in the PC. In addition to all your movies, documents and clippings being recorded in secret files in the hard disk of your computer, there is also a possibility of information you are not aware of being downloaded in the computer. This can sometimes be quite discriminating to you if unauthorized information is downloaded in the computer.

So the best thing that you could do to provide some protection and security from this happening is to install some of the software available in the internet. The internet eraser software is an internet eraser, privacy protector and system optimizer software program, which helps to protect your computer by erasing of all tracks. With internet eraser software, it is possible to erase your browser history, **** files eraser, address bar eraser and much more. With the download of the software, it is possible to scan your computer for free. And on scanning the computer, you are sure to get shocked at the amount of files, images and content that you find existing in the pc without your knowledge.

With the help of internet eraser, it is possible for you to scan your computer for **** related tracks and popular browsers which can be deleted with a single click. The internet eraser software helps you remove banners and images that may download secretly on the PC and thus helps you clean your computer of these unnecessary downloads. The internet eraser software also helps to delete all the IE internet history files one by one instead of deleting all the files at a go. This way, you can retain the sites that you need, and erase the sites that you don’t actually need on the computer. Majority of the internet eraser software not only supports Internet Explorer, but also Opera, Netscape and FireFox.

The internet eraser software also helps you delete your IE address bar history one by one. The reason this feature is beneficial is because sometimes, you may not have to delete all the address bar history at a go. It may be needed to keep the most frequently visited URLs in the address book for your quick access and only the unnecessary URLs will have to be deleted.

It is also possible to delete all the IE cookies in the computer, one by one, with the use of internet eraser software. The cookies that you find in the computer are basically files that help you spy on your personal information and all the activities you do on the website. It is not that all cookies are bad; there are some cookies that are good. So it is up to you to delete only the cookies that you don’t need and to retain the cookies that you need on not only IE, but also FireFox, Opera and Netscape.

So it can be seen that internet eraser software is great software that all regular internet users should have downloaded in the computer.



Jeanne

Creative Website Design

Monday, February 18th, 2008
opera browser
Sabinder asked:


A Design is an individual display of headers, columns and footers used creatively to create a distinct identity for a website. It involves an aesthetic arrangement of objects on a single page.

There are certain elements that result in creative website design – these elements are the different objects used to create the final layout. Two many elements, too many colors can leave the design looking cluttered. Identifying the elements that are to be a part of the layout is important before proceeding with the design itself.

A complex design is not necessarily a useful design. A design should be useful and straightforward – defining at a glance what the site is about. Get the user to find what they are looking for – at a glance.

Some design elements that can make a significant difference to the performance of a web page are:



The position and color of the primary call to action

The number of elements on a page

The images used on a page

Use of text or image links

The amount of white space used in the background



There are some factors that should be taken into account before designing. These are mentioned below:

CSS

CSS allows complete and total control over the style of a hypertext document. By using CSS (Cascading Style Sheets) all pages within the website can have the design elements changed as the designer just needs to edit the style sheet. Using CSS can keep both the style and the content separate. This allows for easier updates and revisions. Because a separate Style sheet is created and linked to all the web pages, you get better control over website edits. So if you want to change a certain aspect of your page, you only need to alter one file, as a single CSS file can contain positioning, layout, font, colors and style information for the entire web site.

When used along with HTML it results in less code hence a faster page load. Since table layouts are not used for positioning elements, text loads really fast, resulting in a fast page load. The Style sheet is downloaded only once, and automatically reused for every page. On an average a website will load four to five times faster if it makes use of cascading style sheets.

For designing a website, make sure that you hire Design Professionals who are well-versed in CSS as well as HTML and can provide you an affordable and creative website design.

Thirdly since the HTML code is a lot cleaner search engines will crawl faster resulting in faster indexing of the webpages.

RESOLUTION

Resolution is the term used to describe the number of dots, or pixels, used to display an image. The higher resolutions mean that more pixels are used to create the image, resulting in a crisper, cleaner image.

When it comes to screen resolution no matter how perfect the design is, if the viewer needs to scroll to the side or the bottom - chances of the viewer leaving are high. Your pages should work at any resolution, from 800×600 to 1280×1024 and beyond. Typically you should design for a 1024×768 setting and ensure that the page contracts properly when viewed in an 800×600 setting.

LAYOUT

There are certain criterions that you can keep in mind when designing a page layout.

Make sure that the key information to be presented is above the fold so that viewers can see the information at a glance without scrolling. Bigger screens show more content above the fold and require less scrolling. Ensure that the absolutely critical information remains visible at 800×600.

Use a liquid layout using percentage widths to control layout. This allows the layout to adjust to the size of the browser window and different screen resolutions. All the web page elements rearrange themselves to suit the browser window or user’s screen resolution, if done correctly.

STYLE

There are no standards about creating any Web 2.0 elements but certain features like clean colors, many gradients (so as to bring about depth and dimension), larger, bolder fonts and greater contrasts in color combined with a lot of white space to create a fresh, clean look are common to most styles. Sharp edges have given way to more rounded corners. Images with reflections and drop shadows are used to give a 3-dimensional finish.

BROWSERS

Common browsers used today are Internet Explorer, Mozilla Firefox, Opera, and Chrome. Each browser has a different way of interpreting code to display the webpage and design.

How the design is displayed depends a lot on the real estate available on the browser. To ensure that the design does not stretch on different browsers, use

a fixed-width and percentage-based design so that the display can be managed well. For a fixed-width design it is better to have an 800 x 600 resolution.

COLOR

Color can contribute to effective and attractive web designs. If your web site has a solid colored background, make it a Web Safe color so that if the site is displayed on computers displaying 256 colors, the display will be clean and and colors will not break up.

Colors represent the site’s message and should remain consistent throughout the site. Choosing the colors as per what the website is serving can go a long way in creating the right identity. Try not using more than 5-6 colors on a single page as multicolored websites tend to have the fewer visitations.

Warm colors tend to be more exciting and aggressive. Using them in small doses can be inviting and an attention getter. Red is attention grabbing and makes a loud impression; therefore use it in moderation if necessary.

Cool colors (blues, greens,) tend to be more soothing and calming. Creating a site with a combination of warm and cool colors will confuse the visitor. It may make the site look busy and result in quicker exits.

Use colors that represent the theme of your website. For eg. a site dealing with a younger audience can be use more warm colors, sites with a theme of nature would be better using green rather than purple.

FONTS

Fonts that look good on print and fonts look good on a monitor are different. Using a font that is not common and not installed on most computers will end up rendering distorted text when the page is displayed. To improve the readability of your text makes sure that there is a contrast between the color of your text and the color of the background on which the text is displayed. Black or grey on a white background works the best.

When selecting a font check the font for simple strokes, good height, good spacing between the letters. This makes readability easier on the eye. Some of the most widely used fonts are:

Verdana

This font was designed for the screen and is the most common sans-serif typeface used on the Web today. The ample amount of space between each character, as well as the amount of white space within the characters makes this font legible on screen.

Trebuchet

This is another popular font designed for the screen. Trebuchet’s strokes are blocky and clear, it has a good height (large x-height) thus increases legibility even at a smaller size.

Helvetica

With large x-height this font transfers well on screen.

SEARCH ENGINES

Taking a little care that the website being designed uses search engine friendly web development allows the site to be reachable by search engines and will make a difference to the numbers that a website can reach. Following search engine design guidelines that keep the site on the right side of search engines will help in getting better search engine placement and better returns.



Martha

How or where can i get the Opera web browser for Nintendo DS?

Monday, February 18th, 2008
opera browser
DiMooch asked:


I’m pretty sure it is already out, if not please correct me.

Elsie

6 Tips Website Design

Sunday, February 17th, 2008
opera browser
Dome Phanthong asked:


1. Use CSS (cascading attraction sheets). If you follow through not apperceive CSS, ferret out it. CSS allows you to maintenance the formatting of your town (e.g. the color or size of a blonde of text) on a disparate at variance page - a CSS document. Thus, with CSS you can impinge the formatting of a common-element by simply updating one piece of code on one page, rather then updating all the pages of your site. For example, if you want to change the back-ground color of your website, you could just change your one CSS sheet and your entire website’s background color would change. Another great aspect of CSS is that you can use it to set the default properties of HTML tags. This can be used to counter browser compatibility problem - that different browsers (e.g. Internet Explorer, Netscape, etc.) use different default settings.

2. Test your website in all browsers. Just now your website displays a singular rubric in one browser, doesn’t cruel it commit an act that disposal in also browser. You should permit that your website displays properly in all of the primary following browsers: Mozilla Firefox, Internet Explorer, and Netscape, and Opera.

3. Use produce inception software and freeware, if you need to plunge into a energizing website. Even if you undergo influential languages (such as JavaScript, PHP, and CGI) absolutely enough to lead your receive software and features, you do not want to do that if you are a beginner. There’s no reason to create your own dynamic scripts (e.g. shopping carts, chat-rooms, etc.), if you can find full-functioning customizable freeware. A great benefit of this method is that the customization options will separate the code that changes your website’s look and feel from the functioning code. If you design the code yourself, you’ll be tempted to mix the look and feel with the functioning aspects. So, if later you want to update the look and feel, you’ll have to dig through the long software scripts. If you’re going to be using freeware or any other code that you didn’t design yourself, you should still be familiar with that language.

4. Don’t benediction for free or tasteless web-hosting. Okay, this isn’t necessarily a start tip. However, hosting is twin to design. Free hosts may emit your website with awkward ads. So, you won’t be adequate to task your region as is. Also, free and cheap hosts often don’t support dynamic websites. Unless you’re website is supposed to be a joke, don’t use a free host.

5. Don’t compose your email superscription on your website. If you have a phone bear or mailing directions that your customers can betterment to discharge you or your business, make public that on your website. Website’s with a phone embrace or mailing directions loom much more reliable and honest than websites without contact information. However, don’t publish your email address, because spammers will use web-crawlers will to pick it up. Instead, design a form on your website that customers can use to send messages or questions without giving your email address.

6. Take it slow. Unfortunately, the own disposal to alter to an brilliant designer is considering experience, but your vim can’t render sloppy pages. Don’t go to generate confused and dynamic websites without the ability. If you try to design a code, but find it hard and the code begins to come out sloppy, don’t hesitate to just throw it out. It’s better to have a simple, sleek, and functional website, than to have a complex, sloppy, dysfunctional website.



Andrew

Will the nintendo opera browser come out in the united states? I NEED TO KNOW?

Sunday, February 10th, 2008
opera browser
nick_gaydos asked:


Will the Nintendo DS Browser come out in the United States? More details at www.opera.com. If you answer i will be very happy
I want to know when the Nintendo Opera Browser will come out for the nintendo DS. I cant find it in stores and if i check online its in japanease.

Michael