All posts tagged Product and Software

How to Create a Strong Web Presence with a One-Page Website

1

There are quite a few individuals, and even businesses, that wish they had the ability to create a simple website. Websites typically double as an informational resource and a connection to a particular topic or industry. People commonly refer to websites as a person’s or company’s “web presence”, referring to the fact that the subject of the site is known on the World Wide Web. We are here to tell you that creating a “web presence”, or website, doesn’t have to be a time or skill intensive task. Actually, we are going to show you how to create a one-page website that will get the job done in no time.

We are going to use the Wix.com website builder to build our one-page website for a variety of reasons: (1) It’s 100% free to create and publish a website, (2) the free website builder’s drag-and- drop tool makes the design process a breeze and (3) the builder offers users unique features, like Flash components, that can be added to any website. With this being said, let’s get started creating our new website.

1.       Create a new user account at Wix.com. This is a simple task that will only require minimal information from you.

2.       Click the “Create” button, which is located on the navigation menu towards the top of the screen.

3.       You can choose one of thousands of pre-made templates, but because all of the templates are multiple page website, it is probably easiest to start from scratch. To start from scratch, scroll to the bottom of the “Create” page and select the size of your blank website.

4.       The first thing you will need to add to your website is a background. Move your cursor over the “Page Parts” button, which is located at the top of the left navigation menu. You will then see another menu pop up and click on the “Background” button. Browse the background gallery and click on the one you like.

5.       Now you need a title. This can be the name of your company or even your name (if you are creating a personal portfolio). Move your cursor over the “Text” button on the main navigation menu and click on “Title”. Choose the format that you like. You will see the text pop up on your page. Select the text, press delete and type your own title. You can move the text box anywhere on the page by clicking and dragging it.

6.       From here, you can add any elements you wish to your website. A navigation bar is not needed because it is only a one-page website. To your own photo or photo of your business, move your cursor over the “Media” button on the navigation bar. Click on “Pics”. A box will pop up and will direct you to the pictures you have saved on your computer.

As we mentioned above, there are literally thousands of things that you can add to your new Wix website. Explore the navigation menu to see all the features that can be added. The opportunities are endless. When you are happy with the website you have created, click the “Publish” button at the top of the screen. You website will be instantly published on the internet at the domain that Wix has generated for you.

Viola! You have just created a custom web presence with a simple, one-page website!

Balsamiq Mock Ups Review

Balsamiq Mockups is a program that makes wireframing incredibly quick and easy to do. It is an Adobe Air app so will run cross browser and will set you back $79.

Video Review

What I like about Balsamiq:

  • Very easy to use.
  • Works in all Operating Systems.
  • Comes with lots of pre-made common items.
  • Presentation mode means explaining things to clients is so easy.

What I don’t like about Balsamiq:

  • Can get a bit slow if you have a big wireframe in progress (or a slow PC!).
  • Cost of $79 seems a bit overpriced.
  • Hand drawn style will not appeal to everyone.

So that’s what I think, what about you? Please let us know which application you use for wireframing, and if there are any apps you think we should review.

Smush.it, a free image optimising service

Smush.it is a website that can reduce the size of your images. It’s free, fast, and effective. Smush.it has been created by two members of Yahoo’s Exceptional Performance team—the same people who brought you Yslow.

Smush.it will never reduce the quality of your images, but it can reduce their file size. So you get exactly the same image, but it takes less time to download. Since images are typically the heaviest part of a web page, Smushing them can make your pages load much faster.

How do you use it?

You can use Smush.it in three ways:

  • Upload images through your browser
  • Supply a list of links to images
  • Use the Firefox add-on, or the browser bookmarklet, to Smush all the images from one of your pages

Smush.it will tell you how much it saved, and give you the option to download the optimised (Smushed) images individually or packed in a ZIP file.

Smush.it also has an API, which allows you to Smush images automatically as they are published (without needing to visit the Smush.it website). The documentation is sparse, but likely to improve soon.

How does it work?

Smush.it uses several image-compression algorithms:

  • ImageMagick converts GIFs to PNGs, whenever this reduces file size.
  • PNGcrush for PNG files
  • JPEGtran for JPEGs
  • GIFsicle for animated GIFs

None of these algorithms is new; Smush.it simply packages them into a friendly interface.

If you use GIFs, you can expect Smush.it to convert them to PNGs (because PNGs are usually smaller). Because this conversion changes the file extension (image.gif becomes image.png), you will need to update any references to the image (such as in your CSS or HTML).

How effective is Smushing?

Smushing can substantially reduce your file sizes, especially when applied to GIFs or PNGs. The actual savings will depend on the nature of your images; in extreme cases you can save over 90%, but occasionally you may save nothing. Smushing generally produces larger savings for GIFs and PNGs than for JPEGs. As a hand-waving estimate, I reckon you can expect about 10–20% savings on PNG files.

I already optimise my images in Photoshop. Why Smush them?

Photoshop is extremely weak at optimising images. It does some things well (JPEG compression), but others badly. In particular, Photoshop’s PNG output is usually bloated; the size of your Photoshop PNGs can be substantially reduced by Smushing them.

I only pick on Photoshop because it’s popular. The same criticism applies to graphics programs in general.

There’s more to image optimisation than Smushing

By design, Smushing is fundamentally limited because it only performs lossless compression: it preserves the quality of the original image. Much greater savings are possible by using lossy compression, which reduces the image quality. Graphics programmes are generally good at this: when saving a JPEG for the web, you can choose how much compression to use. Moderate lossy compression should be used on almost all your JPEGs.

Lossy compression applies not only to JPEGs, but also to PNGs. Your PNGs may have thousands of unique colours, but can you actually appreciate them all? By reducing the palette to 256 colours (or fewer!), you can make the file much smaller; this is lossy compression, because colours are changed slightly. In many cases, it’s impossible to spot any difference between truecolour and 8-bit PNGs.

To summarise: use moderate JPEG compression, and use 8-bit PNGs instead of truecolour PNGs whenever you can. Smush.it can’t help you here; you have to manage this yourself.

Smushing vs. running the same tools yourself

Instead of using Smush.it, you can run the same image optimisation algorithms yourself. In some cases this will result in greater savings, because you have direct control of the tools and can configure them to act more aggressively.

For example, you can run PNGcrush in a brute-force mode that uses every algorithm in its library. This is much slower than the standard smart method, but it sometimes gets a better result. More significantly, you can use JPEGtran to remove useless metadata from your JPEGs—but Smush.it currently does not implement this, because they are concerned about removing copyright information.

In other words, running the tools yourself will offer significant savings for JPEGs, and small savings for PNGs. However, these tools are not designed to be soft and cuddly: they don’t have plush graphical interfaces, and their websites don’t have reassuringly large, green Download now! buttons. They are made for geeks, by geeks.

Examples

I ran Smush.it on a few home pages to see how much could be saved:

  • Microsoft.com: saved 18% (26 kb)
  • Amazon.com: saved 3% (8 kb)
  • Number10.gov.uk: saved 15% (44 kb)
  • TheWebSqueeze.com: saved 7% (20 kb)

These savings are clearly worth having, but they don’t tell the whole story. Let’s use the WebSqueeze logo text as an example:

The original Websqueeze logo, as a JPEG

This image is a 45.2 kb JPEG; Smushing reduces this to 43.7 kb. But since this is a low-colour image, the JPEG format was a poor choice. I saved it as a PNG in Photoshop, choosing a palette of only 64 colours. The PNG version is 18.8 kb—less than half the size of the original! I then ran the image through a brute-force PNGcrush, which reduced it to 16.6 kb. Finally, I ran the 18.8 kb image through Smush.it, which produced exactly the same result. A summary:

  • JPEG format
    • Original JPEG: 45.2 kb
    • Smushing it: 43.7 kb
  • PNG format
    • Lossy compression to a 64-colour PNG: 18.8 kb
    • Smushing this, or running PNGcrush myself: 16.6 kb

In total, I saved 62%. By far the greatest part of this saving came from reducing the colours; Smushing then shaved off a little more. The two images are visually indistinguishable from each other. Take a look. Can you tell the difference?

The Websqueeze logo, as a Smushed 64-colour PNGThe original Websqueeze logo, as a JPEG

By applying lossy compression to just one image, I achieved greater savings than by Smushing the entire page! Smushing is good, but it can’t hold a candle to lossy compression.

The verdict

If you’re comfortable installing and running these tools yourself, then you may get somewhat better results. In fairness, however, you are not really part of Smush.it’s intended audience; you’re an alpha-geek!

Smush.it makes lossless image optimisation accessible to the masses. It’s easy, fast, and free. Unless you’re already running the same tools, there’s really no excuse not to start Smushing!

However, Smushing is no substitute for traditional lossy compression. You can get much greater savings by applying lossy JPEG compression or using reduced-colour PNGs. Do these things first, and then Smush the resulting images.