Personal computing discussed

Moderators: renee, Dposcorp

 
idchafee
His Holy Gerbilness
Topic Author
Posts: 14060
Joined: Thu Sep 25, 2003 8:39 am
Location: Chicago, IL
Contact:

What web page designer do you use?

Fri Apr 20, 2012 10:14 am

For years I've maintained most of our intranet. For what I was doing and the limited audience, FrontPage worked fine. It was there, it let me do the basic stuff and it was WISIWIG. Never had a need to move to anything else.

Well, now I'm starting to maintain the public site, that EVERYONE sees. So I want a more professional look, some flyout menus, stuff like that, maybe a scrolling slideshow banner. I'm messing with Dreamweaver, but holy crap it seems unnecessarily complicated. What do you use? Ive been told I can buy something if I want, so it doesn't have to be free, although a trial period would be nice - they bought Dreamweaver sight unseen and so far me no likey.
YOU CAN RUPTURE SOMEONE'S SPLEEN WITH A WATER BALLOON!!!!
 
steelcity_ballin
Gerbilus Supremus
Posts: 12072
Joined: Mon May 26, 2003 5:55 am
Location: Pittsburgh PA

Re: What web page designer do you use?

Fri Apr 20, 2012 10:57 am

Dreamweaver isn't bad for WYSIWYG but it has a lot of problems correctly parsing complicated/nested stylesheets among other things. If it's JUST design work (no need for datatier and what not) I prefer notepad++ and will write raw html/css/jquery, but usually even then I'd rather use Visual Studio 2k10. For smooth rollouts and what not I suggest you look into JQuery or one of it's adaptations - they provide a really simple way to add basic animation and control to static elements like a DIV for example. There is some scripting involved but it's mostly lightweight and you should be able to copypaste until you get the hang of it. Good luck!

http://api.jquery.com/category/effects/

Complete with examples, running code, and the demonstration.
 
UberGerbil
Grand Admiral Gerbil
Posts: 10368
Joined: Thu Jun 19, 2003 3:11 pm

Re: What web page designer do you use?

Fri Apr 20, 2012 11:18 am

Is this purely a "frontpage" brochure/web presence site, or are you going to be managing more than that (a lot of pages, some provided by others, perhaps downloads or images, etc) -- now or in the future? If you think it's going to turn into something a little beefier than just a set of front pages, you might want to look at using one of the content management systems which generally separate content from design, allowing you to change one without affecting the other. There are several good free ones (WordPress, Joomla, Drupal); they require a bit of up-front setup on the server side, but save you enormous headaches in the long run if the site gets big or updated frequently (and especially if other contributors get involved).

If you're just going to be maintaining a few pages yourself, you probably don't even need WYSIWYG, but I realize those sorts of tools tend to present less of an initial learning curve (though keep in mind WYG is often different from WYS, because the tool presents an approximation and users visit the site on different platforms and browsers). I found Microsoft Expression Web a little easier than Dreamweaver, but that may be because I was a longtime Visual Studio user so my brain already works the way Microsoft expects it to. It has a free download so you can see if that describes you, also. I've also heard somebody enthuse about the CoffeeCup editor but I haven't used it myself.

Can I make one suggestion: fly-out menus generally aren't necessary unless your site is quite extensive and complicated; in fact, with good design I'd argue they're never necessary. They tend to look a little dated and unless you're careful about which script library you use they can be hard to navigate with touch devices (heck, some of them are hard to use just with a mouse). You'll note TR doesn't use them, and neither do many other well-designed sites (some of which are quite complicated but manage just fine).
 
Kurotetsu
Gerbil Elite
Posts: 548
Joined: Sun Dec 09, 2007 12:13 pm

Re: What web page designer do you use?

Fri Apr 20, 2012 12:23 pm

Notepad++
Under Construction Forever~~~
 
RedAdmiral
Gerbil
Posts: 14
Joined: Wed Nov 17, 2010 11:09 am

Re: What web page designer do you use?

Fri Apr 20, 2012 12:28 pm

If you are open to something different, you could create your site with a content management system. I created and maintain our intranet site (and databases) using joomla. Wordpress and drupal are also free options. It was hard to start, but after a slight learning curve, it was incredibly easy to create/maintain. I also use it for our company's main page...
 
Kurotetsu
Gerbil Elite
Posts: 548
Joined: Sun Dec 09, 2007 12:13 pm

Re: What web page designer do you use?

Fri Apr 20, 2012 12:45 pm

RedAdmiral wrote:
If you are open to something different, you could create your site with a content management system. I created and maintain our intranet site (and databases) using joomla. Wordpress and drupal are also free options. It was hard to start, but after a slight learning curve, it was incredibly easy to create/maintain. I also use it for our company's main page...


I've just started learning Drupal. I highly recommend it.
Under Construction Forever~~~
 
idchafee
His Holy Gerbilness
Topic Author
Posts: 14060
Joined: Thu Sep 25, 2003 8:39 am
Location: Chicago, IL
Contact:

Re: What web page designer do you use?

Fri Apr 20, 2012 1:35 pm

Thanks for the replies. The current plan is for us to get several other projects done, then look at a content manager. We just got a lot more fires to put out before we get there. I'll look at a couple of these solutions, thanks!
YOU CAN RUPTURE SOMEONE'S SPLEEN WITH A WATER BALLOON!!!!
 
Dposcorp
Minister of Gerbil Affairs
Posts: 2771
Joined: Thu Dec 27, 2001 7:00 pm
Location: Detroit, Michigan

Re: What web page designer do you use?

Fri Apr 20, 2012 2:04 pm

I was just given a 8 hour super-basic class in dotnetnuke..............what do you guys think of that?
Looked pretty simple when i was playing with it.
 
RedAdmiral
Gerbil
Posts: 14
Joined: Wed Nov 17, 2010 11:09 am

Re: What web page designer do you use?

Fri Apr 20, 2012 3:12 pm

I've never used dotnetnuke, but it should be about the same. dotnetnuke is based on Microsoft .NET and phpnuke, joomla, wordpress and drupal are php. I think it's great if it allows you to get what you want for as little cost as possible.
 
Firestarter
Gerbil Elite
Posts: 773
Joined: Sun Apr 25, 2004 11:12 am

Re: What web page designer do you use?

Fri Apr 20, 2012 4:11 pm

Kurotetsu wrote:
Notepad++

Yup.

Then XAMMP, Git, Photoshop, old and new Firefox instances, at least 1 VM to debug IE7, preferably another to debug IE8, Chrome (my personal favourite), Safari. If possible, try and have at least 1 smartphone nearby, preferably both IOS and Android. And stackoverflow.com ofcourse, half the time I google anything work-related, I end up finding good insight on stackoverflow.
 
ShadowTiger
Gerbil First Class
Posts: 125
Joined: Wed Oct 01, 2008 2:39 pm

Re: What web page designer do you use?

Fri Apr 20, 2012 5:58 pm

I just write it myself. Theres plenty of free references for HTML and Javascript widgets.

I think it is silly that there isn't a comprehensive drag and drop editor for webpages... Is it really that hard to dynamically generate CSS?
 
jss21382
Gerbil Jedi
Posts: 1655
Joined: Wed Apr 30, 2003 8:20 am
Location: Grand Rapids, MI
Contact:

Re: What web page designer do you use?

Fri Apr 20, 2012 6:20 pm

Mostly notepad here, Wordpress and the countless themes will give you a pretty professional looking site for very little effort...just sayin
X2 3800+ @ 2.3, 2GB Mushkin pc3200, Lanparty Ultra-D, X850XT @ 560/585
 
RickyTick
Gerbil Elite
Posts: 746
Joined: Fri Aug 03, 2007 2:29 pm
Location: South Carolina

Re: What web page designer do you use?

Thu Jun 21, 2012 7:04 am

UberGerbil wrote:
I found Microsoft Expression Web a little easier than Dreamweaver, but that may be because I was a longtime Visual Studio user so my brain already works the way Microsoft expects it to. It has a free download so you can see if that describes you, also..


I also prefer MS Expression Web over Dreamweaver.
For a basic editor, Notepad ++ is excellent too.
Corsair 450D | EVGA SuperNova G3 650W | Asus Z270 Prime-A | Intel i7-7700K | Cryorig H7 | MSI GTX1070 Gaming X 8G | 16gb GSkill TridentZ DDR4 3200 | Crucial MX300 M.2-2280 1TB | Corsair K70 Rapidfire | Logitech G502 | Asus ROG Swift PG279Q

Who is online

Users browsing this forum: No registered users and 1 guest
GZIP: On