Posts Tagged ‘html’

What Is the Coolest E-learning Video You Have Seen Online?

Friday, November 4th, 2011

This is an excellent question that I found while trolling through LinkedIn Answers, but it’s not unlike standard brainstorming questions I’m asked every time we launch an e-learning project.

Read the full discussion here, or check out these highlights:

The Machine is Us/ing Us. Very creative and compelling way to tell the story of Web 2.0 through imagery.

5 Tips for Success. Really funny video created by Articulate that shows the capabilities of their product and also outlines what doesn’t work with web presentations.

5 Tips for Success

5 Tips for Success

Mortgage-Backed Securities. A good explanation of a complicated and possibly dry subject.

How about you? Seen any examples of e-learning videos lately that you particularly like? Add them in the comments below.

[Have a question you’d like answered? Ask on the comments form at the bottom of this page, on Twitter @talance, or on Facebook. We’ll review your question before posting (don’t be shy about asking!) and get back to you with a response.]

Cheat Your Way to a Professional-Looking Web Project

Friday, October 28th, 2011

Here’s a little secret many people don’t know about building projects for the web. You don’t have to do everything from scratch. There are so many tools out there that do the tricky stuff for you, that you really don’t have to be an HTML wiz to have a polished looking website.

Here are some excellent tools to help you fake web excellence:

Table Builders

Tables are the nemesis of many well-meaning web worker. They can be tricky to build from scratch, but no need with these.

Quackit HTML Table Generator

TableGen

Code-Generator.net HTML Table Generator

Color Palettes

Color theory is a practice that people spend years perfecting. But you can fake it pretty well with these tools that help you choose complimentary colors.

Color Scheme Designer

Color Schemer Online

Elvan Online

Image Generators

A few well-placed images can help bring your site to life. These three tools help you manage and create pictures to illustrate your pages.

PicMarkr lets you to add custom watermark to your images.

Digital Post It Note Generator

Create A Graph

Web Design Tips for Better Images

Thursday, September 1st, 2011

[This appeared in our July newsletter.  Subscribe now so you get monthly tasty tech tidbits and special deals.]

The more you pay attention to images, the better your website will be. Good graphics make the difference between a webpage that attracts and one that repels. Here are a few essential graphics tips you can follow to make your whole website better:

1. Save photographic images as JPG and save illustrated images as GIF. Learn more about GIF vs. JPG.

2. Make sure your web graphics are saved as no more than 72 dpi. That’s the standard compression for the web. Anything bigger means slow loading. Learn more about optimizing images from The Comprehensive Guide to Saving Images for the Web.

3. Don’t use HTML to set the width and height. Instead, resize the picture to the appropriate dimensions. Doing otherwise will make your page load slowly and could skew the look of the picture. In other words, if you need

<img width=”200″ height=”200″ src=”boat.jpg” alt=”sailboat” />

then your image (boat.jpg) should be 200×200px rather than a scaled down 500×500px image. Just like this perfectly sized pic:

boat

Here are more tips on web design from the Talance blog:



Digesting All That Alphabet Soup

Tuesday, July 19th, 2011

[This appeared in our July newsletter. Subscribe now so you get monthly tasty tech tidbits and special deals.]

Alphabet Soup

Alphabet Soup

Anyone who works in the non-profit world knows it’s lousy with acronyms (although there are plenty of for-profit violators too). It seems that every charity that has a full name in English that everyone understands, yet they insist on using an acronym that no one outside their office recognizes.

If all you are doing is distributing documents internally, by all means go nuts with your abbreviations. But if those obscure references are headed for your website, think again.

Why? Because websites are intended for the public. Nearly every one of Talance’s clients claims that the aim of their website is to reach more and more people and make their information easier to use. One of the first barriers to friendly, accessible information is to go overboard on the acronyms.

It doesn’t have to be that way, however. Here are a few tips on dealing with letter overload online:

  • Spell out the acronyms on first reference (e.g., “The World Wide Web Consortium (W3C) offers useful tips on creating better websites”).
  • Use the <acronym> tag. This lets users hover their cursor over each acronym to see what it stands for.
  • If a descriptive term is better, always use it instead of the acronym.

Need an acronym review? Submit your site between now and August 1, 2011, and we’ll do a free survey of your website to dig up lurking acronyms. We’ll send you an acronym report so you know what to tweak.

>> Request your free acronym audit now!

Meanwhile, read more about how to make your website all-around more accessible.

You’re Doing It All Wrong! How to Use Pictures on a Website

Friday, October 1st, 2010

We see some common mistakes on our web travels at Talance. We see a lot of them that have to do with image formatting on websites and blogs. No doubt that a gripping image can compel a visitor to spend more time with you or even give you money. But you can ruin the best photo with bad habits.

Here’s what people do all wrong with pictures on websites, and how you can learn from their mistakes.

Infraction: No ALT tag

Not every web browser can see every picture. Obviously, blind people can’t see pictures, but other people have pictures turned off, and some browsers restrict certain kinds of images (hello, Gmail and Outlook). That’s what the ALT attribute is for. It’s meant to be attached to each picture so there’s a text equivalent in case the picture can’t be displayed. At least someone can read a description of what the picture should be.

How to fix it

This one is easy. Every time you add a picture to your site, fill in the ALT text box or “image description” field. Almost every web editor prompts you for this information. Here’s what it might look like:

Where to add the ALT tag

Where to add the ALT tag

Infraction: Huge image, small space

Many people know how to take an enormous web photo and make it look small. You can set the image to shrink it down to fit in a reasonable sized box on the page. This technique can squish the picture into a weird shape and also slow down the loading of your page.

How to fix it

What’s better is to make the picture smaller to begin with. Pick one of the hundreds of image resizing programs out there – we use Photoshop in the office – and crop it down. It will load fast and look right.

Infraction: No padding

KoalasThe eye craves white space. When text is crammed up against a picture, there’s no white space, which makes the page look junky and makes it more difficult to read.

You can see I’ve added a picture here with no padding. See how the words are all mashed up against it? Makes it difficult to see the picture and read the text surrounding it.

How to fix it

KoalasIntroduce yourself to padding. Padding puts a margin around your pictures, which helps break up text and helps the eye move more fluidly down the page. The best way to add padding is to ask whoever is in charge of building your site to add it directly to the CSS file. But you can add it manually too.

In your image tool on your web editor, look for Image Properties. Sometimes this is in the advanced settings. Look for fields called Vertical Space and Horizontal Space, and enter 10. That will give your picture a nice gutter to help it stand out. See how the same picture as above looks that much nicer just because I added a little breathing room around it? It gives a more polished look to the whole site.

Helpful Way To Clean Up HTML E-mails

Tuesday, August 12th, 2008

Sending text-based e-mails is easy, but making them fancy with colors, background, tables or other HTML tricks is another story altogether. Not all e-mail programs will accept all HTML-generated messages.

Some of our clients sidestep some requirements by subscribing to services that do this for them by providing templates. While some of these can help you create fancy e-mails, they’re not perfect. Spam catchers often restrict messages that are sent from Constant Contact, for instance.

But you can still send custom, fancy HTML e-mails without using someone else’s template with Premailer. This service cleans up your existing HTML file and puts it into a format that most e-mail programs can use, or at least alerts you to red flags so you can clean up your files yourself.

Give it a shot; this site has a sample set up so you can see how it works.