what do pro's use to make game websites?

how do the pros make websites? surely they dont use weebly :stuck_out_tongue: do they use notepad to make the website? please reply if you know, God Bless :slight_smile:

I use Netbeans =/

Dreamweaver is also very popular.

do those make you have like: www.example.[insert website name].com ?

There are as many ways to make websites as there are websites. I don’t really think there’s a standard approach to make one. What exactly do you mean by a ā€˜pro’ game website? Any examples?

Personally I’m not very experienced in web design or web development, but when I do engage in it I use Notepad++ for all the coding. :slight_smile:

a pro game website like WoW (World of Warcraft)…
www.worldofwarcraft.com

I have my own domain name. It’s just www.[my site name].com

The quality of the website depends on your web design skills.

For $100 I can make you a website?

im a young developer i cant use money :confused: (((((((((((yet))))))))))))

How young? I made $1000 between the ages of 11 and 12.

Wingedfox, you can purchase a domain name online. A lot of websites providing this service also provide e-mail domains. So for your World of Warcraft example the supprt@blizzard.net is an e-mail domain. Some also provide hosting, but I highly doubt that Blizzard have someone else hosting their website. As far as making the website goes then you can use any software you like.

This is a site I’ve used before:

http://www.domainexpress.co.uk/

Here, if you get the business package for £90 or so every two years, they HOST the website as well as getting a FREE domain name, along with 100 e-mail accounts.

use a CMS like joomla or something.

They use good grammar. And html, probably. And their brains.

The grammar part is over rated, the other two are a must do …

Coda + Photoshop + WordPress

Obviously no one here ACTUALLY makes (professional) websites, or else they’d have better answers than name-dropping programs.

I’d be interested to know how a AAA quality website like WoW’s was done. Both the artwork, GUI, buttons, and code itself. Obviously it can be done with ANY program or code, but it’s interesting to know what professionals prefer, and WHY they prefer it.
WoW probably has the best website, IMO, of any game’s website I’ve ever seen.

I absolutely HATE Guild War 2’s new website. When browsing various game websites, I wasn’t even able to access any of SOE’s games because of the recent hacking.

They normally hire other ā€œprosā€ to do them, unless the company has it’s own webdesign/webdevelopment section.

text editor (for the client side- all html tools are poor), netbeans or eclipse (for server side, mostly eclipse these days). photoshop+illy+camera+… (visuals). local server and database; thats what we use.

why not use dreamweaver or some other html helper tool? well because none of them really work well with dynamic serverside code (in reality). if you’d like to know the design process of building a site i could go over it, but i’d expect the bad situation would get very dull.

and html is outdated, php is what you want…

HTML isn’t outdated, it’s just different - PHP and HTML are not mutually exclusive, PHP/ASP pages still make heavy use of HTML (in fact, the most common use of PHP, by far, is to execute server-side code and push dynamic HTML to the client).

Edit:

To actually answer the O.P., I’m with ant001 on this one. Most designers I know use Adobe products for art asset creation (Photoshop/Illustrator) and netbeans. You are not going to find any one-pipeline-fits-all approach though; the only really ā€œstandardā€ tool is Adobe art products - and only because there really aren’t any good alternatives out there. For everything else there are tons of alternatives, and most of the code is done by hand - so it really comes down to personal preference.

As for CMS, something on the caliber of the WoW webpage uses an in-house solution for content management more often than not. If you want a CMS though, I suggest googling a comparison between all the popular ones - they all have their own strengths and weaknesses.

That’s a bold assumption, i’d hate to think i’ve been supporting my family unprofessionally all these years :wink:

A PHP application can’t actually exist without some form of HTML. The H actually stands for hypertext.

Then you’re being lazy with just the 1 + 2 + 3 post.

Not even an ounce of explanation as to why you use those, and what benefits they have (for you) over other applications of web design.