Web Site creation Advice?
by Johnny Hill · in General Discussion · 01/03/2004 (2:43 pm) · 18 replies
Well were now working on a website but like our programming skills were a bit new most of us just artist and occasionally dabble with web design.
I notice a few nice project sites so what Iam asking is what do you guys recommend for creating a making a nice site creation.
My requirement list:
General News
Team Members only Section
Articles
Products
Projects
Forum Board
Gallery
Frontpage 2003, PHP, PostNuke, etc., I looked at them all but not quite sure which to put my energy into. Any info or Advice greatly appericated.
I notice a few nice project sites so what Iam asking is what do you guys recommend for creating a making a nice site creation.
My requirement list:
General News
Team Members only Section
Articles
Products
Projects
Forum Board
Gallery
Frontpage 2003, PHP, PostNuke, etc., I looked at them all but not quite sure which to put my energy into. Any info or Advice greatly appericated.
About the author
#2
It would be helpful if we knew a little more about your products and projects.
I use NOTEPAD (I am not kidding). Our websites are driven by PHP, so I create a template and can modify the graphical look just by modifying a few JPGs, GIFs or PNGs.
01/03/2004 (2:53 pm)
There was a thread posted not even 2 days ago that kind of touched on this: Game Marketing Cornerstones: The Game WebsiteIt would be helpful if we knew a little more about your products and projects.
I use NOTEPAD (I am not kidding). Our websites are driven by PHP, so I create a template and can modify the graphical look just by modifying a few JPGs, GIFs or PNGs.
#3
01/03/2004 (3:13 pm)
I also use notepad. I think Frontpage is a waste of time IMHO.
#4
@Randall I read the info but one thing is we want to do more then present a gamesite only company. Its really good information but we dont want to be a Gamesite. Games will be our in-house projects but we want room to show a variety of media needs from custom artwork to company logos etc.,, :)
@Both ok going to try out some of those PHP tuts and fired up my notepad and see what I can do LOL. thnks for the info Guys.
01/04/2004 (9:19 am)
@Kuhles I check the hosting company I dump my $$ into and a lot of those features you mention are included in the plan I pick. :) So that saved me a lot right there @Randall I read the info but one thing is we want to do more then present a gamesite only company. Its really good information but we dont want to be a Gamesite. Games will be our in-house projects but we want room to show a variety of media needs from custom artwork to company logos etc.,, :)
@Both ok going to try out some of those PHP tuts and fired up my notepad and see what I can do LOL. thnks for the info Guys.
#5
Textpad is shareware, but the free version isn't crippled at all - it just has an annoying little window that pops up.
My favorite thing about it is that you can open a bunch of files at once and just click on the name of the file in a box on the left to look at that file. You can configure alot of stuff, including compiling things from within the text editor, but I don't bother with that stuff.
There's also lots of free plugins.
Textpad is alot of options for programming, including syntax-highlighting for most major programming languages.
01/04/2004 (10:20 am)
If you like notepad, try textpad from http://www.textpad.com .Textpad is shareware, but the free version isn't crippled at all - it just has an annoying little window that pops up.
My favorite thing about it is that you can open a bunch of files at once and just click on the name of the file in a box on the left to look at that file. You can configure alot of stuff, including compiling things from within the text editor, but I don't bother with that stuff.
There's also lots of free plugins.
Textpad is alot of options for programming, including syntax-highlighting for most major programming languages.
#6
And of course, if you like making websites with notepad, you'll love making them in vi... ;)
01/04/2004 (1:12 pm)
Yeah, textpad is great.And of course, if you like making websites with notepad, you'll love making them in vi... ;)
#7
Woo for text editors, boo for WYSIWYG.
01/04/2004 (1:40 pm)
I strongly recommend Macromedia (formerly Allaire) HomeSite, and even more strongly recommend TopStyle. The free version of TopStyle is very, very, very nice.Woo for text editors, boo for WYSIWYG.
#8
As for editors, I personally tap out all my PHP in Komodo.
01/04/2004 (5:09 pm)
There are lots of content management systems out there, so I would google for one or check Hot-Scripts before you go and learn PHP just to re-invent the wheel.As for editors, I personally tap out all my PHP in Komodo.
#9
The nifty thing about eclipse is that with the right plugins you can program in pretty much any language with syntax highlighting (and other nifty features depending on the plugin). You can get a PHP plugin for eclipse here. There is even work being done on a plugin for torque script.
Eclipse also has CVS integration, so you can access CVS repositories and such right in the editor.
(/fanboy rant)
GF
01/05/2004 (8:28 am)
I'd recommend using Eclipse for web dev. I find using a pure text editor for HTML fine but anything more complex I like having syntax highlighting and if possible auto complete.The nifty thing about eclipse is that with the right plugins you can program in pretty much any language with syntax highlighting (and other nifty features depending on the plugin). You can get a PHP plugin for eclipse here. There is even work being done on a plugin for torque script.
Eclipse also has CVS integration, so you can access CVS repositories and such right in the editor.
(/fanboy rant)
GF
#10
01/05/2004 (9:17 am)
I use photoshop to make a design, then Image Ready to make a html version of that design/optimize the graphics.... and then textpad, textpad and some more textpad. And if I don't use textpad I'm using the editor that comes with visual studio (used to be called interdev, not sure if it still goes by that name) (becuase its also has nice syntax highliting, a formatting feature to format the html, and debugging features)
#11
I use a WYSIWYG editor for quickly getting a layout designed, I'll then use UltraEdit or another text editor to add in PHP code and/or to build up content.
01/05/2004 (9:45 am)
I use a combination of methods for building websites.I use a WYSIWYG editor for quickly getting a layout designed, I'll then use UltraEdit or another text editor to add in PHP code and/or to build up content.
#12
But best of all it writes clean, indented code and does not touch your custom code. It also has SQL server intergration features, site-wide template creation, file checkout for multiple people working on the site, and a pretty good interface.
Also, you can set which HTML standard or browser versions you want it to check its code against.
Edit: oops, I can't spell
01/05/2004 (11:35 am)
I am surprised that no one has mentioned it yet, but for WSIWYG editing, Macromedia Dreamweaver has no peer. It edits HTML, XML, PHP, and a large number of other scripting languages with color coding, highlighting and tag completion - and you can easilly switch from code view to graphic view.But best of all it writes clean, indented code and does not touch your custom code. It also has SQL server intergration features, site-wide template creation, file checkout for multiple people working on the site, and a pretty good interface.
Also, you can set which HTML standard or browser versions you want it to check its code against.
Edit: oops, I can't spell
#13
Truely, dont use it.
Edit Pad is also a good line editor.
You could always hire someone like me to set up your site for you providing you have your graphics ready.
01/05/2004 (1:17 pm)
PostNuke is the spawn of satan. I think it was written by AOLers (not really).Truely, dont use it.
Edit Pad is also a good line editor.
You could always hire someone like me to set up your site for you providing you have your graphics ready.
#14
01/05/2004 (4:08 pm)
@Greg: TORQUE script Eclipse module?!? When is is available. I would love to have some auto-complete or intellisense. That would be fantastical.
#15
Hmmm....seems as though this is just for compiling the engine and working with it. No torque script editing module there, but I'm sure I've heard rumors of it.
GF
01/05/2004 (6:45 pm)
I'm not personnaly working on the eclipse module, I've just heard about it. See this thread about it though (it's even a recent one).Hmmm....seems as though this is just for compiling the engine and working with it. No torque script editing module there, but I'm sure I've heard rumors of it.
GF
#16
01/05/2004 (10:35 pm)
Oh, I almost forgot! HTMLTidy is a wonderful addition to any editing environment. I use it to make sure everything I'm doing is XHTML 1.0 Strict, and to convert my named entities into numeric ones.
#17
They're more structured and well written.
http://www.drupal.org/ or http://www.xoops.org/
01/06/2004 (12:33 am)
I'd recommend Drupal, or Xoops, as a content management system against phpNuke at any time.They're more structured and well written.
http://www.drupal.org/ or http://www.xoops.org/
#18
Thanks for the info. I am looking into all this stuff with every free minute heh.
01/06/2004 (1:07 pm)
@allThanks for the info. I am looking into all this stuff with every free minute heh.
Torque 3D Owner Frogger