|
| |||||||
| |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| | #16 (permalink) | |
| Ive been reading these boards since noows....that makes me uber Join Date: Apr 2002 Location: Rhode Island
Posts: 2,088
| Quote:
Also, VB Script for server side and Javascript for client side would be my primary focus. I wouldnt even bother with C/C++ unless programming was an absolute passion. Last edited by Warrik : 11-06-2007 at 01:28 PM. | |
| | |
| | #19 (permalink) |
| Registered User Join Date: Oct 2004
Posts: 1,654
| 24" screen and a second monitor(19" is what I use). Its nice to develop stuff on a big screen since the actual page you are developing+IDE take up a lot of space. Then a second monitor for other stuff you are working on/viewing the actual pages in a browser etc. 2gig ram and a basic video card that supports dual outputs. |
| | |
| | #21 (permalink) | ||
| euro scum Join Date: Aug 2002 Location: Sweden
Posts: 785
| Quote:
*in short, the mechanism between your client (web page) and your server (in most cases databases) Quote:
Last edited by slitz : 11-06-2007 at 11:46 PM. | ||
| | |
| | #23 (permalink) | |
| euro scum Join Date: Aug 2002 Location: Sweden
Posts: 785
| Quote:
If you're used to 24", 22" won't do, as 20" won't do if you're used to 22" etc... 20" would probably be the minimum for a good development environment however, so if you're buying a rig to start coding, 2x22" will probably be more than enough. If possible, I would go 24" & 20" though... The main monitor is the most important one since you have the IDE here and that's what takes a lot of space, while the 20" will most likely only show a webpage / design pdf or whatever anyway and most of this stuff isn't in need of a 22". So my suggestion would be 24" & 20" if it isn't much more expensive than the 22*2 setup. Last edited by slitz : 11-07-2007 at 02:29 AM. | |
| | |
| | #25 (permalink) |
| Registered User Join Date: Oct 2004
Posts: 1,654
| For Java in a Windows envornment: Netbeans or Eclipse for a Java IDE. Both are popular and have their strengths. You will find people religiously debating over either one. Tortoise SVN for version control (allows multiple people to work on the same project easier, its kind of like file sharing) tortoisesvn.tigris.org Welcome to Jama Software is nice for managing requirement docs/use cases in a central, online location. Jama - Requirements Redefined has a free demo. Not sure if you could just use the demo or need this. You could do it all in word. This aspect of a project can make or break its success though. Those are the main things I can think of for now. If you are going the .Net route you can use the Express versions of Visual Studio for free. Not sure what their limits are. Same deal with tortoise and jama for source control/documentation as far as software goes. I would say pay for hosting somewhere and let someone else worry about that aspect. The other thing to consider is the people are familiar with that are working on the project. Edit: Workspaces for agile teams and rapid application development | Assembla for free SVN hosting. Last edited by Hachima : 11-07-2007 at 07:35 PM. |
| | |
| | #26 (permalink) |
| Ben's Secret Assassins - HIPPITY HOP RABBIT Join Date: Feb 2005
Posts: 2,809
+25 Internets | I'm gonna catch shit for this... but I'd recommend getting at least 1 iMac. There are alot of programs that are mac only that have just been great for the multimedia and design aspect of web development. If you're going to have a graphics/flash station, that's what I'd recommend.
__________________ Locke: Where do you get electricity? Ben: We have two big hamsters running around in this giant wheel in our secret underground lair. Locke: Yeah, that's funny. |
| | |
| | #27 (permalink) |
| duh Join Date: May 2002 Location: Boiler Up
Posts: 567
| I would also advise some kind of issue tracking system. It's a good way to track bugs and assign them to users. It's a must. Main Page - Eventum |
| | |
| | #28 (permalink) |
| Dead Join Date: Apr 2002 Location: Salina, KS
Posts: 166
+12 Internets | I mainly do the front-end stuff at work. Graphics/Flash/HTML... only code stuff I'm fluent at all with is Actionscript/Javascript (which is like the same thing almost) and I know a little php and ColdFusion. To the actual programmer people in this thread. What does something like Java/.Net/etc do for web development stuff? We generally use ColdFusion or PHP with SQL and to my knowledge we've never had a project that we couldn't manage something just fine with those. Like the WOW site posted earlier I don't see any reason we couldn't build that using PHP/SQL unless I missed something. I never understood how they [Java/.net/etc] correlate to website development? I mainly stick to the visual side of developing, actually don't like programming at all, but I'm still curious as to what people are using them for. ![]() |
| | |
| | #29 (permalink) |
| Registered User Join Date: Oct 2004
Posts: 1,654
| .Net/Java would take the same role your PHP does. There is a lot more code snippets for PHP out there. So a lot of the times its just a matter of cut and paste. Java/.Net have some good testing platforms like JUnit/NUnit. They are both OO where PHP isn't pure OO. .Net and Java have built in memory management. My Tech Rantings: PHP vs JSP has a more detailed comparison that favors PHP. There are probably plenty of comparison arguments out there for advantages/disadvantages. |
| | |
| | #30 (permalink) |
| Dead Join Date: Apr 2002 Location: Salina, KS
Posts: 166
+12 Internets | Ah thanks. Its basically just a preference thing then eh. I'll just stick to what I know then unless theres really a good reason to jump to something like Java. On a sidenote, I've been messing with Adobe Air beta - it's actually looking to be pretty good, though the documentation kinda sucks still. Followed a tutorial and made me a drag and drop FLV player over the weekend. ^_^ |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |