views:

471

answers:

10

Hello,

I'm under very hard pressure to complete designing of a basic company website.

Are there any tips and tricks that will help me finish the job very quickly?

I don't know if some people use any specific software to get it done very fast or maybe shortcut keys or different designing standards or maybe some css/html templates? I really don't know what is the answer.

Please help me.

Thanks

+3  A: 

These are the things that will give you the most bang for the buck. Rest is user preference imo.

EDIT to add.

Look at this article on css grid frameworks.

Ólafur Waage
And yes I'm answering this like he is designing through html, since this is a programming site. Not a photoshop design site.
Ólafur Waage
+10  A: 

If you aren't a designer by training, and don't need something totally unique, you could also get an existing design as a starting point.

See oswd.org for some examples.

garrow
Is this free for commercial use?
Josh
http://www.oswd.org/site/usage/
Ólafur Waage
+2  A: 

Follow this formula:

  1. Find a few sites you like.
  2. Draw a wireframe on paper or using something like balsamiq.com
  3. Show others and get feedback
  4. Use Dreamweaver or something similar to create your HTML (everyone will hate me for this, but it often helps to "borrow" someone elses code and cut and paste till you get something similar to what you want)

    • Then you're done.

Remember you can get 30 day trial versions of things like Dreamweaver and Photoshop and there are plenty of tutorials to help you start using them in an hour or so.

Ankur
Regarding number 4 of your formula and to play on T.S. Elliot's words: Bad programmers borrow. Good programmers steal.
jJack
+4  A: 

Use a Content Management System like, fo example, Drupal or DotNetNuke if you dont want to start from scratch.

Those will give you professional looking results in no time and provide all the content management infrastructure out of the box. So you dont have to necessarily be the webadmin yourself.

At the same time these frameworks are flexible enough to allow any kind of stylistic modification to suit your needs.

cschol
+1  A: 

Expression Engine is great if you're building a slightly larger site. Checkout EE's Embed ability. It saves hours when developing.

Kevin Brown
+3  A: 

Online website builders are quick, easy, and pretty (and free):

Wix, Weebly,Synthasite.

Google has something called sites, but it is limited in what it can do and is not that easy to use.
Yahoo has a downloadable tool called Sitebuilder, but last I checked it could only be used on Yahoo hosted sites (without modification). Difficult to use as well.
I think MS also has a tool, no experience there (shudder).


If you want to host your own with a tool/CMS that will do it all for you, the best for now is Concrete5 (though I have not yet checked out Bildy).
You'll be all up and running in a jiffy.

Don't waste time on Joomla/Drupal - you will spend as much time learning it as you would learning any new programming language.

In a short while, Siteroller should launch (right now its just some lorum ipsum pages - but there's big stuff a foot). When that happens, it will be the best all round solution - bar none - so check back if you have the same requirements later.


Balsamic was mentioned before - tools such as it are excellent for getting ideas on paper, but don't actually work as sites. I highly recommend Pencil as being better for the task (though it does require an install.)


If you care to build your own, start with a template. oswd.org is a bit of a waste of time, but check out free-css and Templates Exchange

Good Luck

SamGoody
Wix, Weebly,Synthasite don't have an option to remove their ad from my page. :-(Secondly,they don't give an option to take the created site and host it on another server.
Josh
A: 

You could give Office Live a try: http://www.officelive.com/

A: 

Depending on what you're trying to achieve, Expression Engine is decent for a small site and Joomla is pretty good for small to mid size. There are tons of templates to pick from too.

wavyGravy
A: 

The fastest way to create a web site is to use a host service like Weebly. You can literally create a site in minutes by clicking on a few templates. Many ISPs also host pages, check with your ISP.

Dour High Arch
A: 

I will also have to second the CMS solution. With a content management solution, you worry more about the presentation layout first, then the content second. As already given, there are several Content management solutions out there, including Sharepoint, Wordpress, Drupal, DotNetNuke, and Sitecore.

You design how the pages should be laid out by creating templates, then add these templates with content. You will have a very scalable site that is easy to build.

johnofcross