Page 1 of 1 [ 3 posts ] 

wbport
Sea Gull
Sea Gull

User avatar

Joined: 16 Sep 2012
Gender: Male
Posts: 220

23 Mar 2013, 3:57 pm

What are the necessary skills to be a commercial web designer? I would imagine HTML and CSS would be mandatory, but what else is needed? JavaScript, PHP, Java? In general what is the process when a signed on customer orders something with a credit card?

TIA



ScrewyWabbit
Veteran
Veteran

User avatar

Joined: 8 Oct 2008
Gender: Male
Posts: 1,157

26 Mar 2013, 12:08 pm

I would say HTML, Javascript and CSS for sure - that's if you're just designing the front end and not necessarily implementing it or tying it to the back end. For web sites that do more than just display brouchures to the user, then you need to know some back end programming - PHP, Ruby, Java (JSP), ASP (old Visual Basic 6 - sort of obsolete now) or ASP.NET (VB.NET or C#).

That said, there's probably by now all sorts of third party tool kits where you could build a site that accepts credit card orders without knowing anything more than basic HTML - or even maybe not that much i.e. just Dreamweaver etc.



wbport
Sea Gull
Sea Gull

User avatar

Joined: 16 Sep 2012
Gender: Male
Posts: 220

27 Mar 2013, 3:35 pm

Thank you.