Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 20th, 2005, 3:02 PM   #1
pazforeva
Newbie
 
Join Date: Sep 2005
Posts: 2
Rep Power: 0 pazforeva is on a distinguished road
pc specs required for web programming

Hi, im doin a coure at college and i need some info for an assignment. What are the minimum pc specs required for web programming and what are the recommened. Also, could anyone recommend software for web programming.
This would be a big help, Thanks.
pazforeva is offline   Reply With Quote
Old Sep 20th, 2005, 3:11 PM   #2
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
notepad for the code, photoshop for the graphics.
Polyphemus_ is offline   Reply With Quote
Old Sep 20th, 2005, 3:15 PM   #3
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
No specs really... just make sure in your designs you accomodate people with different browsers, different resolutions, broadband AND dial-up friendly.

Linux: VI for your code / GIMP for graphics
Windows: Textpad, Dreamweaver for code / Adobe Photoshop for graphics
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Sep 20th, 2005, 3:22 PM   #4
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
for programming you can use any machine possible, as long as it has a text-editor, for the webserver it really depends how many hits you get. but anything will do. For the longest time i had a webserver running on a 166Ghz with 32MB of RAM.
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline   Reply With Quote
Old Sep 20th, 2005, 3:27 PM   #5
stevengs
Professional Programmer
 
stevengs's Avatar
 
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4 stevengs is on a distinguished road
That certainly is a strange question. I would recommend an Editor . Anything from WordPad to vi/emacs or any other all purpose editor, whatever your favorite is. You can also use editors like Bluefish or Quanta, which have been 'enhanced' to make web programming easier. There are lots of editors out there. Dreamweaver, CoffeeCup, HTMLEdit, Phase5, etc. etc. Whatever you feel most comfortable with (many require a high tolerance of bells and whistles ). Most IDE's will do the job as well.
__________________
-Steven
"Is this a piece of your brain?" - Basil Fawlty
stevengs is offline   Reply With Quote
Old Sep 20th, 2005, 3:32 PM   #6
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
for linux, i prefer kate over VI
Polyphemus_ is offline   Reply With Quote
Old Sep 20th, 2005, 4:28 PM   #7
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
pc specs = ANY
software = see above... I prefer VI in Linux and TextPad in Windows.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Sep 20th, 2005, 4:48 PM   #8
LegionZero
Newbie
 
LegionZero's Avatar
 
Join Date: Jul 2005
Location: Tijuana, B.C.
Posts: 19
Rep Power: 0 LegionZero is on a distinguished road
Send a message via MSN to LegionZero Send a message via Yahoo to LegionZero
minimum specs: you can make a website any bitmap editor (paint, gimp, photoshop) you can use any platform to make the site and in my experience if you stick as close as you can to wc3 standards your site can be viewed well enough on most browsers.

The htm code can be done using any text editor as long as you save it as a valid extension (htm, html, etc.)

Best software to use, in my experience there is no better webdesign software than Macromedia Dreamweaver it can be run on most systems using 128 RAM (256 is preferred) and about 600MHZ processor speed (though 800 is preferred)

Best image creation software for web has to be #1 Photoshop and #2 Gimp, the only thing that makes photoshop better is that you can easily do slices and save compressed images ready for web, you can also integrate on your images rollovers and export them as such. The rollovers photoshop creates work on most major browsers, the only drawback is the javascript it generates for the rollovers is quite extensive, every byte counts for fast loading times for your page. (same specs as mentioned above)
__________________
War cannot be avoided until the physical cause
for its recurrence is removed and this, in the last analysis,
is the vast extent of the planet on which we live. ~ Nikola Tesla
LegionZero is offline   Reply With Quote
Old Sep 21st, 2005, 1:29 AM   #9
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6 bl00dninja is on a distinguished road
i think you'd be hard pressed to find a computer incapable of doing web programming.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Sep 21st, 2005, 2:04 AM   #10
iignotus
Professional Programmer
 
iignotus's Avatar
 
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 iignotus is on a distinguished road
Send a message via AIM to iignotus
Well, the biggest part of web programming is the rendering of the site you made. If you're using things like flash, java, or extensive javascript, you'll need a high-class PII or so with at least 128MB of ram. It may not sound like much to most people, but it's a bit better than what most people have "laying around", if anything.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[ 
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
iignotus is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:27 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC