• 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

    • Millions of users to benefit from Windows 11's new performance boost on Adobe Photoshop by Sayan Sen Despite the advent of AI-generated imagery, Adobe's Photoshop remains one of the most popular tools on this planet. Adobe does not have a publicly reported total user count but it's probably not wrong to assume there are millions. As of 2025, Adobe Creative Cloud has had approximately 41 million paid subscribers, many of whom likely use Photoshop. In addition, more than 166,000 companies worldwide are apparently also using the app. These figures are according to a very recent report by SQ Magazine. Out of them, it is fair to assume that many are probably running Windows. As such, there is good news for these users as Microsoft has announced Photoshop is getting a big 20% performance boost on x86-64 (AMD64) systems and a 13% bump-up on Arm devices. This is definitely great news for them as many have complained about the slow performance and general sluggishness of Photoshop on Windows 11 ever since the advent of the latter back in 2021. If you are wondering how Microsoft managed to do this, the answer lies in a combination of compiler-level optimizations and a technology called Sample Profile Guided Optimization (SPGO). According to Microsoft, Adobe worked closely with the company’s Visual C++ team and adopted the latest MSVC toolchain enhancements together with SPGO to squeeze more performance out of Photoshop’s CPU-bound workloads. Unlike traditional Profile Guided Optimization (PGO), which requires developers to create special instrumented builds and run lengthy training workloads, SPGO gathers performance data directly from optimized release binaries. This means Adobe could collect real-world usage information which gives a major advantage to this technique, as companies could leverage data collected from actual customer workloads rather than only relying on synthetic benchmark runs. In theory, this should allow optimizations to better reflect how users interact with software in the real world. Thanks to this, there are improvements to code layout, function inlining, hot-and-cold code separation, and other low-level tweaks that help processors execute instructions more efficiently. Essentially the compiler is better able to identify “hot” code paths, those which are most frequently executed, and optimize them accordingly.
    • "The 2TB Samsung 990 PRO NVMe SSD hits lowest price in over three months¨ I'd prefer to see the lowest price in over a year
    • Glad these prices are starting to come down, but that is still crazy. I bought the 2TB 9100 Pro (slightly more expensive version with PCIe 5.0) last year for $240.
    • The 2TB Samsung 990 PRO NVMe SSD hits lowest price in over three months by Sayan Sen Yesterday, we covered a really good deal wherein you can get a 4TB TeamGroup T-FORCE G50 NVMe PCIe Gen4 SSD for a low price of just $400 with a special discount coupon. That's just $100 per TB, making it a very good offer during these hard times. The deal is still live, so you can check it out in its dedicated article here if you do not want to miss out. Meanwhile, if you don't have that kind of budget but still wish to buy an SSD for a good price, the 2TB variant of the TeamGroup SSD at $280 its lowest price in over three months. Meanwhile, those seeking 2TB but faster performance can check out Samsung's 990 PRO, which has hit the lowest price also in the last quarter or so, as it's on sale for $370 (purchase links under the specs table down below). Thus, you want a faster drive, get the 990 Pro, or you want more capacity, grab the TeamGroup 4TB linked in the first para. The 990 PRO is a PCIe Gen4 NVMe SSD and still one of the fastest drives available today for under $500. Speaking of fast, sequential reads and writes are rated at 7450 MB/s and 6900 MB/s, respectively. The random throughputs for reads and writes are 1400K IOPS and 1550K IOPS, respectively. The 990 PRO is based on Samsung's 7th Gen V-NAND flash, and it too is TLC. It packs 2 gigs of LPDDR4 DRAM cache, which helps the random performance. The endurance rating for this is 1200 TBW (terabytes written), which should be sufficient for most users. The Samsung 990 PRO is compatible with the PlayStation 5, but if you are going to use the 990 PRO on a PC, check out the Samsung Magician app that lets you track your drive's health, update its firmware, customize various settings, and more. The tech specs are given below: Specification TeamGroup T-FORCE G50 2TB Samsung 990 PRO 2TB Interface PCIe 4.0 x4, NVMe 1.4 PCIe Gen 4.0 x4, NVMe 2.0 Form Factor M.2 2280 M.2 2280 Controller InnoGrit Controller Samsung In-house Controller NAND Flash 3D TLC 3D TLC DRAM Cache None (HMB supported) 2GB LPDDR4 Sequential Read (Max) 5,000 MB/s 7,450 MB/s Sequential Write (Max) 4,500 MB/s 6,900 MB/s Random Read (4K) Up to 600,000 IOPS Up to 1,400,000 IOPS Random Write (4K) Up to 700,000 IOPS Up to 1,550,000 IOPS TBW (Endurance) 1,300 TBW 1,200 TBW MTBF 3,000,000 hours 1,500,000 hours Operating Temperature 0°C to 70°C 0°C to 70°C Storage Temperature -40°C to 85°C -40°C to 85°C Shock Resistance 1,500G / 0.5ms 1,500G / 0.5ms Heatsink Patented Graphene Heat Spreader No Get them at the links below: Samsung 990 PRO SSD 2TB (MZ-V9P2T0B/AM): $369.99 (Sold and Shipped by Amazon US) TEAMGROUP T-Force G50 2TB SSD (TM8FFE002T0C129): $279.99 (Sold by TeamGroup, Shipped by Amazon US) Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • If you can't spell a simple word that 2nd graders learn, your entire argument is suspect.
  • Recent Achievements

    • 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
    • Week One Done
      Prasann earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      519
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      81
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!