Googles Newsshow Wizard

Google always comes up with the best toys for your website. The latest is what is called NewsShow Wizard (http://code.google.com/apis/ajaxsearch/documentation/newsshow/wizard.html) This little tool helps you build the code to embed a Google NewsShow on your website. This is a slideshow of news that Google compiles for you based on different parameters that you choose yourself before Google writes the code for you. Lets look at how it works.

At first site of the page, you will see several fields that you can fill. Among these are style (size and shape), search expressions, search topics, News edition, User interface language, and result set size. After youve made all the decisions, the code is right there for you to copy and paste.

The value of this tool is what? Not only is it neat to offer your visitors a little bit of news and culture while they view your products or services, but if you are entering the right search expressions and topics, it could draw new visitors that otherwise would not have seen your website. For example, a website like CODANKs would use the terms Charlotte Web Design or Charlotte Technology News. This would lead to news stories about our industry eventually ending up on the page. Also, if you have a new website and not much content, Googles NewsShow is a neat, clean way to spruce it up a little and add some more filler to your website.

Googles NewsShow is not for everybody. It is always nice to see what Google is coming up with though and who knows maybe having a scrolling news marquee is exactly what you were looking for to add some goods to your current web design. Its also important to mention that for javascript and programming experts, the sky is your limit for this tool. Google provides extensive information and tips on how to make this work for your custom needs. CODANK is the leader of Charlotte Web Design and is ready to help meet your needs today. Give us a call!

Get Up And Running With These Web Design Tips

Have you ever seen a website that you were just really impressed with? From layout to graphic design, there are many elements which turn a website from good to great. Here, you will learn some of these tricks. So keep reading and take note of what you read.

If you’re designing a website, make sure the code you write has a valid HTML+CSS. Although most browsers can make sense of code that isn’t valid, it could be rendered correctly or incorrectly. Valid code will render the same way most of the time in modern browsers. You can check the validity of your HTML code with an HTML validator.

On the Internet today, speed is where it’s at. So you must make sure everything on your site loads fast. If your website takes ages to load, they will wash their hands of your site and find one that loads in a reasonable amount of time.

You don’t ever want to use too much graphics. Graphics are indeed important to make your website look well-designed and professional, but if you use too many, it just looks cluttered. Don’t just use graphics to decorate the website; they should be used to make it better. Having the right mix of graphics will improve your site’s usability, too.

Keep the sizes of your files and images small. Excessive loading times are a death knell for any site. The larger the files are that must load, the longer a user’s load time is going to be. Most users will click away if the page doesn’t start to load within the first few seconds of opening your page.

Build your website using a content management system. Knowing how to build a website using just HTML and CSS is good foundation knowledge, but this can only produce a static website. Web design has evolved into providing dynamic content. If you couple your coding skills with the use of a content management system, you can practically build any type of website that you desire.

Add a link where your visitors can send you feedback. You will find out if a link is broken or if a page is not loading properly. If a visitor feel involved, he or she will want to see your website again.

Minimize the amount of clicking or scrolling visitors must do to access information. The more a user has to click or scroll around to find the information they seek, the more likely they are to give up looking for it. Aim for having at least 400 words on every page of your site by combining pages that have content that falls below this number of words.

Make text easy to ready by using colors that contrast or backgrounds that are easy to read text on. When your text is harder to read because the background or text color creates eye strain or portions of text that are unreadable, site visitors are less likely to stick around.

Now you know some great places to begin with web design. Write down what you enjoyed about other sites, and figure out how to incorporate them into your site. Enjoy the process and remember to continue learning.

Better Your Web Design Skills With These Tips

Many people approach site design on their own, using fonts that aren’t readable. If you use the correct font size on your website, then it’ll be easy to read for the visitor. The following article offers you a number of great tips that will show you how to create the perfect font size.

A tagline can be very beneficial for your site. This will let people know what your business represents. Using a clear tagline is important because when someone visits your page, you have roughly eight seconds to capture their attention and entice them to explore the rest of your site.

Be aware of your background. If you have a GIF background that moves, your text may be too hard to read. Make your site easy to read by choosing a background that complements the design of your website and doesn’t overwhelm it.

Make your visitor’s life a little easier by preserving the content they enter into forms. For instance, if a user registers at your site and another form requires the same information again, be certain your website preserves this data to prevent them the useless and annoying hassle of filling it in again. Creating transferable form information will make the overall process simpler and quicker for your visitors, and they will be happy with the time you have saved them.

Use JavaScript only when necessary to avoid losing some potential viewers. JavaScript is highly overrated because it can cause issues for some users. The web browsing softwares out there differ greatly, and they all release new versions with frequency. It is often the case that people don’t rush to get the latest version. Also, many people do not enable JavaScript in web browsers. If you choose to use JavaScript every time, you will prevent some users from being able to effectively use your site.

Do not use pop-up windows. Many consumers are bothered when they visit a site and are suddenly bombarded by pop-ups. They’ll be much more likely to leave your site out of annoyance if they are confronted with pop-ups. It’s best to stay away from this type of ad to keep your visitors happy. If your webhost places their own popup ads on your website, it is time for you to change your webhost.

Regardless of your target crowd or your site’s purpose, you always want to aim for a ten second loading time or better. This will make people want to stay on your site. If it takes too long, a visitor is simply going to become frustrated and go elsewhere.

Don’t use too many fonts when making your website. You must also consider how different fonts appear on the standard computer screen; smaller serif fonts (Times New Roman, for example) are somewhat hard to read. Many sites make use of Verdana, as it can be read in many sizes and colors.

As you read in the article above, with so many people creating websites today, it is vital that you understand what the proper font size is, otherwise the site becomes difficult to read. Use the above tips to make a good website that visitors will enjoy.

Html Email Design Best Practices

HTML Emails are arguably the most effective of all email marketing designs. Theyre eye catching, engaging and flexible. They provide you with a variety of opportunities to promote your business and achieve email marketing success. However, there are many pitfalls to be aware of when designing HTML Emails. In this article well highlight some of these and give you a few tips to help you design effective email campaigns.

Back to the old school

Theres no point denying it HTML Email design is Old School web design. This means no Stylesheets, JavaScript or Flash, they just wont work consistently across the wide and varied range of email clients.

When it comes to layout its back to a basic table-based structure, which may, to some web designers seem like committing web standards blasphemy. However, when you take into account the number of email clients that either remove or pay no attention to CSS it becomes quite clear going back to basics is the only way to guarantee your email looks the same regardless of which email client is displaying it.
We have found when designing table based layouts using merged cells (indicated by colspan and rowspan in your code), some email clients, especially Lotus Notes will usually distort any layout with merged cells. Instead, using nested tables will work more consistently than merged cells. For example, a two column layout could consist of a base layer of one table with two columns with other tables inserted into each column to give you space to enter your content.
Looking Good

A great deal of formatting can be done using Inline Styles small snippets of CSS code inserted into either a containing table cell (&#60td&#62), in paragraph tags (&#60p&#62) or span tags (&#60span&#62)

Below is an example of an inline style insert into a table cell tag:

&#60td width=”400″ align=”left” valign=”top” style=”color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:11px;”&#62

This style would then apply to the text contents of that table cell. Other standard HTML formatting tags such as &#60strong&#62, &#60em&#62, &#60font&#62 etc can be used as well to vary the formatting on top of this base style.
When deciding on a font for your email its always best to stick to a font that most, if not all, of your readers will have. Common fonts such as Arial, Verdana, Tahoma, Times New Roman and Georgia should be fine. If youre willing to take the risk of a slightly lesser-known font its good practice to specify a set of backup font faces in your inline style eg.
&#60td style=” Lucida Console, Arial, Helvetica, sans-serif; “&#62

If a computer does not have a certain font it will look to the next in the list to see if it has that one.

Time Warp

When we first got our hands on Microsoft Outlook 2007 we were a bit taken aback with what Microsoft had created, not only locking it down to use only the Word HTML rendering engine (Outlook 2003 will let you choose between normal HTML and Word rendering) but also support for background images had been removed, which meant a real step back with what you can and cant do to keep your emails looking good.

To ensure the most consistent display across the majority of email clients, we took the decision to not include background images in our designs (unless otherwise specified by the customer), and weve come up with a few little tricks along the way to help us keep our designs looking top notch. The main thing to remember is HTML text should only appear on a solid background colour (which you can set in a table cell). There should be no gradients or any other fancy effects behind actual text, unless you plan to include that text in an image.

The final few things…

There are hundreds of elements to take into consideration when designing a HTML email. These are just a few of the most important things to consider:

Create a plain text version of your email to send alongside the HTML version for those who prefer it and for mobile devices and email clients that only accept text only email.
Keep the width of your email between 600-650px to ensure readability for the maximum amount of email clients.
Assign an alt tag to each image so if readers have the images turned off they should see some sort of useful information to assure them the email is legitimate.
Always set height and width attributes on images in your HTML design. Some email clients like Outlook 2003 and 2007 will suppress images in the inbox. Failing to put a height and width will result in your deign be distorted by the security message that is inserted by the email client into the image space.
Use images at the size they are meant to be rather than resizing them with HTML some email clients will ignore the HTML resize and just display the image at its original size.

Whatever you choose to do with your email marketing designs, the most important thing is to test, test and test again. You should always proof your email into the major email clients to ensure its rendering correctly and ask a proof group to check for spellings or design issues too. However, just because there are limitations to HTML email design it doesnt mean you cant be creative or push the boundaries to see what impacts on delivery, open and click through rates. Remember the aim of any email is to achieve your goal and sometimes being safe with your design isnt the best option.

Advantages Of Tableless Websites

HTML was originally designed as a semantic markup language intended for sharing scientific documents and research papers online. However, as the Internet expanded from the academic and research world into the mainstream in the mid 1990s, and became more media oriented, graphic designers sought ways to control the visual appearance of the Web pages presented to end users. To this end, tables and spacers have been used to create and maintain page layout.

Problems then started to arise from the use of these techniques. As many webpages are build with tables nested within tables, this resulted in large HTML documents which use more bandwidth than documents with simpler formatting. With slower performance, the internet slowly begun to decline and the Web development industry shrank. Because of this, several UI development was carried out by coders with greater knowledge of good coding practice. It was around this time that many became critical of messy coding practices and the idea of tableless design began to grow.

Cascading Style Sheets (CSS) were developed to improve the separation between design and content, and move back towards a semantic organization of content on the Web. According to popular Web design outsourcing Philippiness companies, the term “tableless design implies the use of CSS to position HTML elements on the page but it should be noted that tables and CSS are not mutually exclusive. Many experienced HTML coders use CSS to manipulate tables frequently.

Advantages
There are several advantages through the use of tableless websites, these includes:

Accessibility
As a result of the separation of design (CSS) and structure (HTML), it is also possible to provide different layouts for different devices, e.g. handhelds, mobile phones, etc. According to different Web design outsourcing Philippiness companies, it is also possible to specify a different style sheet for print, e.g. to hide or modify the appearance of advertisements or navigation elements that are irrelevant and a nuisance in the printable version of the page.
Maintainability
In tableless layout using CSS, virtually all of the layout information resides in one place: the CSS document. Because the layout information is centralized, these changes can be made quickly and globally by default. The HTML files themselves do not, usually, need to be adjusted when making layout changes. If they do, it is usually to add class-tags to specific markup elements or to change the grouping of various sections with respect to one another.
Bandwidth Efficient
Clever implementation of tableless design can produce web pages with fewer HTML tags thus reducing page download times. According to web design consultants and Web design outsourcing Philippiness companies, using external style sheets to position page elements means more mark up language may be cached and further reduce download times for subsequent pages using the same resources.