What’s the best method to design a webpage (Joomla or Drupal)?
March 9th, 2010 | by rarzi |I’m not articulate about a general out of a box solution, though a full web build. I’m seeking to set up a office website, which would concede users assorted levels of access… I’m seeking during you do it by possibly Durpal or Joomla… though unequivocally confused which trail to take. we wish to be means to customize a scripts which will crop up upon a page as well, & confederate widgets/data feeds from alternative sources….
Also a take upon my routine of how to put all together…
1) conclude requirements/functions
2) rise wireframe
3) pattern a creative
4) formula it in to css
5) formula it? (through a CMS or alternative path?)
does this have sense?
One Response to “What’s the best method to design a webpage (Joomla or Drupal)?”
By colanth on Mar 9, 2010 | Reply
Use a library like JQuery, but build the site yourself.
Your process is the artwork creation, but leaves the programming (the major part of the site) out completely. (CSS is just a statement of the style of the various elements.) You’re going to have to write the HTML (the content itself), then the Javascript (the program that runs in the browser), the server-side program (language to be determined by what’s available on the server – PHP is a pretty universal choice) and SQL to talk to the database (which you’ll need if you have user accounts – which you have to have to let people log in).
Depending on the content of the site, you might also want to use AJAX.