The1
The1

Reputation: 1

What one needs to know as a web developer?

List so far ...

  1. xHTML, CSS, XML, XSLT.
  2. JavaScript, Ajax, JSON, jQuery.
  3. A Server Side programming – C#, Asp .Net, MVC, Java, PHP, Ruby.
  4. Silverlight, Flex, RIA tools.
  5. Web server - Apache or IIS
  6. Usability, Security, Accessibility standards, Performance, Privacy.
  7. IDE, Build, Unit Testing, Deployment, Continuous Integration tools,e.g. JUnit, NUnit.
  8. Tools like Fiddler, Firebug, Selenium, Watir, WatiN.
  9. Knowledge of Scrum, Agile, Waterfall Methodologies.
  10. Multiple browsers and O/S for testing.

Please help me to refine this list or provide pointers.

Upvotes: 0

Views: 217

Answers (5)

user215054
user215054

Reputation:

Skill (or not even a skill, but just a good habit) to run validating (W3C etc.) against your artifacts.

Upvotes: 0

JB King
JB King

Reputation: 11910

I wouldn't forcibly put this in but graphics may be something that some people like to use for some web work, more so in terms of design using tools like Photoshop.

Upvotes: 0

Asaph
Asaph

Reputation: 162801

Items missing from your list

  • A revision control system such a SVN or GIT is essential.
  • SQL.
  • Algorithms/problem solving skills.
  • communication skills.

Upvotes: 3

monksy
monksy

Reputation: 14234

Problem solving skills, ability to communicate with others, HCI, and the ability to debug.

Upvotes: 3

milesmeow
milesmeow

Reputation: 3767

You'll also need to add:

  1. Database design
  2. Working with databases...connecting to them, etc.
  3. Some flavor of SQL
  4. Search Engine Optimization
  5. Usage tracking/reporting

Upvotes: 2

Related Questions