[web] Web user interface design requirements.

Started by
8 comments, last by Basiror 18 years, 1 month ago
What are the necessary requirements for web user interface design e.g. languages etc.
Advertisement
Well, could you give us a little more information on what sort of interface you want?

You can use HTML, CSS, &#106avascript, PHP, ASP...

Check Usability Guidelnes, Everything you need to know at W3, Learn HTML, CSS, &#106avascript, PHP, ASP and many, many more languages</a>, <a href="http://www.webdesignfromscratch.com/">Web Design</a>, <a href="http://piepmatzel.de/">Examples of good web design</a>, and the BEST site &#111;n web usability, <a href="http://www.useit.com/">useit.com</a>.
gsgraham.comSo, no, zebras are not causing hurricanes.
Also, do yourself a favour and use a templating engines. I've used Smarty for PHP quite a bit and it's wonderfull. I'm sure similar engines exist if ASP is more your cup of tea.

<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>

Hi

This template engine sounds interesting, is it possible to output php files so you can seperate design and application code but for the final product you have the design and app code merged into a single file?
http://www.8ung.at/basiror/theironcross.html
Basiror - Why would you want to do that?
Avatar god, for your link "Examples of good web design" I got the following:

"Warning: main(./inc/library.inc.php): failed to open stream: No such file or directory in /home/www/ncf1299/html/piepmatzel/index.php on line 4

Fatal error: main(): Failed opening required './inc/library.inc.php' (include_path='.:/usr/local/php4/lib/php') in /home/www/ncf1299/html/piepmatzel/index.php on line 4"

I couldn't help but point out how amusing that is ;)
Quote:Original post by Xest
Avatar god, for your link "Examples of good web design" I got the following:

"Warning: main(./inc/library.inc.php): failed to open stream: No such file or directory in /home/www/ncf1299/html/piepmatzel/index.php on line 4

Fatal error: main(): Failed opening required './inc/library.inc.php' (include_path='.:/usr/local/php4/lib/php') in /home/www/ncf1299/html/piepmatzel/index.php on line 4"

I couldn't help but point out how amusing that is ;)
Hah! Yeah, I'll say. I guess the site went down.
gsgraham.comSo, no, zebras are not causing hurricanes.
Quote:Original post by Kylotan
Basiror - Why would you want to do that?



you might not be able to host your presentation on every server if you have to install these template engines


And another thing I am concerned about is performance, how will these templates engines perform on web presentation with more than 500 users at a time?


I had a look at the documentation of smarty, its a nice tool

Did you test it in a large project?
http://www.8ung.at/basiror/theironcross.html
Smarty is very powerfull. Plus, it has the option to compile templates, making it *very* vast. Compiled templates are nearly as fast as hand written code. Compiled and cached templates are as fast as serving plain HTML documents.

Also, Smarty doesn't need "installing". Just unzip and upload, so it's usable on all PHP servers.

<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>

ill give it a try thx
http://www.8ung.at/basiror/theironcross.html

This topic is closed to new replies.

Advertisement