• 0

Best way to design a web site?


Question

This may be a very general topic, but I have no experience with web design. I have Adobe CC 2015 with Dreamweaver so I can use that. I have messed with it and I am really not very good with it yet. Is there better software for beginners? I want to design a very simple web site for my business that just has basic information pages and a price sheet.

I am very versed in Illustrator. Is it feasible for me to create web page designs in Illustrator and then just extract the elements and place them in the web design software to recreate it?

Link to comment
https://www.neowin.net/forum/topic/1275396-best-way-to-design-a-web-site/
Share on other sites

Recommended Posts

  • 0

I just wouldn't host with windows azure they hiked pricing up drastically in the past 2 months... my site that only got 1000 hits in one month racked up 50 dollars in charges!!! and it was sitting low at 10/mo till they mucked with the database tiers 2 months ago!

Damn I feel happy hearing that at $2/m xD

  • 0

Here is what I have so far designed totally with Muse. The copy was all just put in kind of fast because I wanted something on each page. What do you guys think?

http://coveredwagonembroidery.com/index.html

 

The design makes me feel nostalgic :p

And It doesn't look and work bad but the fact that the text is actually an image is bad for a lot of reasons: high res screens see a low res image of text which results in blurry text, seo obviously, page size(mobile devices have a network data limit) and since the content is an image it's hard to update the text with some sort of cms.

  • 0

The design makes me feel nostalgic :p

And It doesn't look and work bad but the fact that the text is actually an image is bad for a lot of reasons: high res screens see a low res image of text which results in blurry text, seo obviously, page size(mobile devices have a network data limit) and since the content is an image it's hard to update the text with some sort of cms.

What do you mean? I created all the text with the text box tool in Muse.

and what do you mean nostalgic? Dies it look dated or something?

  • 0

What do you mean? I created all the text with the text box tool in Muse.

and what do you mean nostalgic? Dies it look dated or something?

The text tool in muse generated images with text in them :/ Which means your website is made out of multiple images instead of text.

And yes it looks a bit dated :p

Gimme 1min and I'll rewrite your current website in proper code so you can take a look at that ;) Which font did you use?

  • 0

Hmm, why would it render the text as an image? The font is Unisans.

That's probably how the program you use works :(

Anyway here's the frontpage in proper code: https://dl.dropboxusercontent.com/u/4281191/cw.zip

I used OpenSans Instead of Unisans since Unisans was a licensed font for which I don't have a license ^^

  • 0

Strange nobody has suggested Google's Web Designer:

https://www.google.com/webdesigner/

I know it can be daunting at first (Web), but if it's something easy and fast to use, no better tool than the one above... Plus it's free!

As far as I remember it was meant to be used to create ads and such right?

  • 0

What do you mean? I created all the text with the text box tool in Muse.

and what do you mean nostalgic? Dies it look dated or something?

That's the problem with ~WYSIWYG builders, they take the easy route rather than the correct one. Not a lot you can do about that.
Your most important thing there is that your brand name, main navigation and contact details are all images which is baaaaaaaad.

As for design, yeah it's very dated. Try cutting out the drop shadows and glows. That should help it look a tad more modern.

As far as I remember it was meant to be used to create ads and such right?

Yeah originally. I've seen a few sites it spits out and it's chilling :o

  • 0

I just wouldn't host with windows azure they hiked pricing up drastically in the past 2 months... my site that only got 1000 hits in one month racked up 50 dollars in charges!!! and it was sitting low at 10/mo till they mucked with the database tiers 2 months ago!

$50 for 1000 hits! Unless your site is distributing massive ISO's or films, that's just ridiculous.
We only use Amazon/Azure fr large scale sites where scalability is a major factor, otherwise it's a VPS on a reputable hosting company.

  • 0

That's probably how the program you use works :(

Anyway here's the frontpage in proper code: https://dl.dropboxusercontent.com/u/4281191/cw.zip

I used OpenSans Instead of Unisans since Unisans was a licensed font for which I don't have a license ^^

That's how it's done! Look at Sea's code along side the Muse code, and you'll see a brilliant example of what i'm talking about. 

  • 0

 

$50 for 1000 hits! Unless your site is distributing massive ISO's or films, that's just ridiculous.
We only use Amazon/Azure fr large scale sites where scalability is a major factor, otherwise it's a VPS on a reputable hosting company.

Not really anything large... just a wordpress based site and a static html based site... no downloads and the wordpress based one only has a gallery with 1MB images, nothing really huge or 4K.

 

I am going to dispute it if I freakin find out how to thier system is so clunky and hard to find anything... and people are allready raging on forums bc of that recent change. This is BS and I have to move to another host..

  • Like 1
  • 0

I updated the site with a web safe font. I guess I learned that if you create a text object with a font that is not web safe, it makes it an image?

I also took out the glows and drop shadows. I do still have the glow on the menu words for active status. Do you guys recommend something else other than glow to make it look more modern?

  • 0

I updated the site with a web safe font. I guess I learned that if you create a text object with a font that is not web safe, it makes it an image?

I also took out the glows and drop shadows. I do still have the glow on the menu words for active status. Do you guys recommend something else other than glow to make it look more modern?

Personal opinion...

  • Remove the gradients from the purple bars
  • Pick a better font pair for use on the headers and body text (have a look at http://fontpair.co/), currently you're using Arial which falls back to Helvetica on Macs, neither are particularly good at readability on screen.
  • Make your text a darker grey rather than solid black (#000) as it makes font blending less apparent and easier on the eye. Don;t go crazy though, you'll still need some contrast.
  • Have a look at your colours. I'm not going to go in to all aspects of colour theory right now, but some of the choices are very clashing (light blue hovers on purple, for instance).

Those adjustments should go some way to perking it up a bit.

  • 0

 

Personal opinion...

  • Remove the gradients from the purple bars
  • Pick a better font pair for use on the headers and body text (have a look at http://fontpair.co/), currently you're using Arial which falls back to Helvetica on Macs, neither are particularly good at readability on screen.
  • Make your text a darker grey rather than solid black (#000) as it makes font blending less apparent and easier on the eye. Don;t go crazy though, you'll still need some contrast.
  • Have a look at your colours. I'm not going to go in to all aspects of colour theory right now, but some of the choices are very clashing (light blue hovers on purple, for instance).

Those adjustments should go some way to perking it up a bit.

I will certainly try all of that, thanks I really appreciate it. I think I am starting to learn what is more modern but boy am I a noob at web design.

I guess flat is what looks modern? People seem to be consistently saying that the bevels, gradients, glows, etc. don't look good. Do you have a recommendation for the states of the menu text? I have them white and just made the highlight color blue just because it seemed visible, And the glow seemed like the best option to show the active menu.

  • Like 1
  • 0

Google font embedding FTW though... works very solidly... I would use those if you were to use a different font.

It is quick and easy, but personally i never trust a third party with the performance and stability of a client (or personal) site.

An example of this is FontKit. It went down for three days at the beginning of the month and caused havoc with sites using it. Some of my colleagues were getting 30 calls a day from ###### off clients, even more ###### off when they were told there was nothing that could be done. Having a decent font stack in place goes some way to alleviating the issue, but it is still an issue none the less.

 

@font-face ftw. 

  • 0

I will certainly try all of that, thanks I really appreciate it. I think I am starting to learn what is more modern but boy am I a noob at web design.

I guess flat is what looks modern? People seem to be consistently saying that the bevels, gradients, glows, etc. don't look good. Do you have a recommendation for the states of the menu text? I have them white and just made the highlight color blue just because it seemed visible, And the glow seemed like the best option to show the active menu.


No problem mate, every one starts somewhere, most importantly is you want the help and you're listening. I've worked in the industry since 2001 (when gradients, glows, drop shadows and bevels were par the course!), run my own business since 2006 and run a web design forum so i actually enjoy helping :p

The flat thing is very 'in' right now, but it's actually more the web finding it's own style, just so happens "flat" is trendy at the same time. I'd say less 'flat' is the way forward and more 'subtlety' is the way forward.

In regards to the navigation items, i'd have the items, that are the current pages, stay as the same as the hover effect. Either that or have the current items underlined. Again subtlety is the key. 

  • 0

 

It is quick and easy, but personally i never trust a third party with the performance and stability of a client (or personal) site.

An example of this is FontKit. It went down for three days at the beginning of the month and caused havoc with sites using it. Some of my colleagues were getting 30 calls a day from ###### off clients, even more ###### off when they were told there was nothing that could be done. Having a decent font stack in place goes some way to alleviating the issue, but it is still an issue none the less.

 

@font-face ftw. 

Ouch!! That sucks...

  • Like 1
  • 0

how many hits you get though? and how many databases?

I got 100GB bandwidth so hits are kinda infinite :p
And I got unlimited databases ;)

It's shared hosting btw, if you want an actual vps: http://vpsdepot.com It's a part of webhostingpad ^^

  • 0

Ouch!! That sucks...


Yeah it was a bit of a headache for them. None of my clients using TypeKit (I haven't used it for a commercial project for a while) actually noticed the down time because i'll always put as close as possible web safe fonts in the font stack just in case. Either that or they just never looked :p

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • If they ever come out and say the AI is no longer accessible to the gen pop people aren't going to know how to tie their own shoelaces.
    • It's hard not to when they are shoehorning Ai into EVERYTHING. Some are active users by choice, I bet a lot of them are because it's shoved in their face the entire time.
    • Thunderbird 152.0 by Razvan Serea Thunderbird is a free, open-source, cross-platform application for managing email and news feeds. It is a local (rather than a web-based) email application that is powerful yet easy-to-use. Thunderbird is clean and elegant by default, but easily customizable to match your workflow and visual preferences. It is loaded with unique and powerful features. Thunderbird is developed, tested, translated and supported by the folks at Mozilla Corporation and by a group of dedicated volunteers. Thunderbird gives you control and ownership over your email. There are lots of add-ons available for Thunderbird that enable you to extend and customize your email experience. Thunderbird gives you IMAP/POP support, a built-in RSS reader, support for HTML mail, powerful quick search, saved search folders, advanced message filtering, message grouping, labels, return receipts, smart address book LDAP address completion, import tools, and the ability to manage multiple e-mail and newsgroup accounts. Thunderbird 152.0 changelog: SecurityDevices enabled in enterprise policies One-click account setup for Thundermail accounts What’s Changed Use 'Add' instead of 'New' for account, calendar, address book creation buttons GMail OAuth updated to use PKCE Mail server hostname also checked when detecting address books and calendars Updated about:rights to replace local with hosted url 'Hide completed tasks' now also hides cancelled tasks What’s Fixed New mail alerts appeared on wrong monitor in three-monitor setup Spam messages triggered new mail notifications before being moved to Spam folder Filtered IMAP or NNTP subscriptions were lost after closing Subscribe dialog 'Download Headers' dialog for newsgroups failed to open Messages nested deeper than 255 levels disappeared from threading view Performing Delete followed by Undo on thread parent message could corrupt view Single messages still appeared collapsible after thread members were deleted Updated threads remained misordered until folder refresh or resort Non-threaded subject sorting separated 'RE:' replies from original messages BCC recipients were included in signed email headers Filter search on Body missed draft messages containing German umlauts Thunderbird could crash during local message search Blocked file warning showed without 'Unblock File' button in compose window Forwarding/Redirecting Exchange messages failed with NS_ERROR_OUT_OF_MEMORY Compose window closed early and send progress dialog hung after NNTP failure Compose window stayed open after sending when mailnews.sendInBackground set Microsoft OAuth2 failed when HTTPS localhost redirect was not intercepted Pasting contact photos stopped working when photo button had focus Filter dialog lacked focus ring and had poorly distinguishable buttons Subfolder kept stale accessibility unread count after unread messages were deleted 'Edit as New Message' and inline 'Forward' not possible with PGP-signed messages Various MIME improvements EWS messages could go missing from folder view IMAP "Show only subscribed folders" could not be changed without restart Unable to delete more than 1000 messages at a time on Microsoft 365 EWS folders in Trash were moved to Trash again instead of being hard deleted IMAP notifications repeated for emails read on another device after sleep wake POP3 deadlocked when server went silent without closing socket Calendar acceptance no longer distinguished between single occurrence and series Transparent popups on macOS made calendar event editing difficult Duplicate attendees were added to invitations instead of being filtered out Task percentage complete was not preserved separately from status in tooltips Visual and UX improvements Security fixes Download: Thunderbird 152.0 for Windows (EN/US) | 32-bit | ~70.0 MB (Open Source) Download: Thunderbird 152.0 for Mac OS (EN/US) | 145.0 MB Download: Thunderbird 152.0 in other languages View: Thunderbird Website | Screenshot | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Nearly half of American adults now use AI, but concerns are also growing by Hamid Ganji Since the launch of ChatGPT in 2022, the way people research, get their news, and perform routine tasks has changed dramatically. Now, almost everything around us has a touch of AI, and companies are trying to embed it into nearly every product and service they offer. With that in mind, new research shows how Americans are actually adopting this change and using AI in their everyday lives. According to new research conducted by the Pew Research Center, 49% of American adults now use AI chatbots like ChatGPT or Gemini. This marks a significant increase over last year, when only 33% of American adults reported using AI. Additionally, four in ten U.S. adults (42%) said they use AI tools to research information, while 38% said they use these tools to handle tasks at work. Entertainment, image and video editing, and getting medical advice are among the other ways Americans are using AI. Moreover, ChatGPT dominates the U.S. AI market, with 44% of respondents saying they use OpenAI's chatbot. Gemini follows at 24%, while Copilot and Meta AI account for 17% and 14%, respectively. Respondents also said that AI chatbots generally have a positive impact on their productivity and how informed they are. But when it comes to AI’s impact on society, Americans remain largely skeptical. About 40% of American adults believe AI will be more harmful than beneficial to society over the next 20 years. Additionally, 31% expect AI to have a negative effect on them personally. Another 31% of respondents say AI could be equally positive and negative. As for data security, pessimism remains high: 71% of respondents say AI will make their personal information less secure, while only 3% believe it will make their data more secure. American adults also largely lack confidence in both the government and AI companies when it comes to regulating and developing AI. About 67% of Americans have little to no confidence in the U.S. government’s ability to regulate AI effectively. Six in ten adults are also not confident that U.S. companies will develop and use these tools responsibly.
    • MultiOS-USB 0.11.1 by Razvan Serea MultiOS-USB is a versatile, open-source utility designed to create multiboot USB drives capable of hosting multiple operating systems on a single portable device. The project simplifies the process of building a bootable USB by automating the configuration of various boot loaders and file systems, enabling users to install and run diverse operating systems, including Windows, Linux distributions, and diagnostic tools, directly from one drive. It supports ISO booting and persistence, which allows changes made during live sessions to be retained, making it ideal for testing, troubleshooting, or system recovery. Features: BIOS and UEFI support Secure Boot support (boot, manage uefi keys) Load UEFI drivers Launch .efi executables and other boot loaders Boot Linux from .iso images Boot WinPE from bootable .wim images Boot Windows 10/11 installer from ISO (currently, SB must be disabled during installation) Boot Linux installer from network (experimental) Boot locally installed systems: Linux, Windows Automatically update configuration files Without background services exFAT file system support Automatic detection of compatible ISO images (GRUB loopback) Support for systems without loopback support Allows customisation of ISO boot menu (for example: custom kernel options) Support for USB, SSD, nvme, mmcblk, loop, nbd and virtual disks Support for x86, x86_64 A list of tested ISO images can be found here MultiOS-USB 0.11.1 changelog: 68122b7: Fixed-release AUR package #63 fba0283: Update shim to 16.1 8c2ae95: Update grub to v2.14-1 ea15c1d: Update Memtest86+ to v8.10 162f4e6: Add secureblue (#71) b2da8ae: Add AerynOS (#74) ac6640e: Bump config.version 34e9ca6: Add Bluefin (#72) 7a10edd: Add Aurora (#66) cab701b: Update wimboot to v2.9.0-1 90da7f7: Fix Windows error: 0x80070001 - 0x4002F (#52) 2dea73d: Add Microsoft certificates 01f479e: Remove old efi_uga module Download: MultiOS-USB 0.11.1 | 5.3 MB (Open Source) View: MultiOS-USB Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      76
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!