Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD and RPG Webmasters
Click here to Register


This is a discussion on "A webmaster's tools" in the Top Mud Sites MUD and RPG Webmasters forum :

Webbrowsers and servers these days come with allot of options and capabilities, ranging from Cascading Style Sheets and basic Javascripting, to advanced scripting such as PHP and complicated markup like XML. However, which of these nifty gadgets do you actually use on your website? Which ones do you think that are quite capable of doing their job? Or maybe even why some are better then others?...



You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today!

If you have any problems with the registration process or your account login, please contact us.

If you are a registered member of the old TMS forums, please click here
Reply
 
LinkBack Thread Tools
Old 04-30-2002, 06:18 PM   #1
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Webbrowsers and servers these days come with allot of options and capabilities, ranging from Cascading Style Sheets and basic Javascripting, to advanced scripting such as PHP and complicated markup like XML. However, which of these nifty gadgets do you actually use on your website? Which ones do you think that are quite capable of doing their job? Or maybe even why some are better then others?
Seth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-30-2002, 07:09 PM   #2
Xanferious
Senior Member
 
Join Date: Apr 2002
Location: The Void
Posts: 490
Xanferious is on a distinguished road
Send a message via AIM to Xanferious
i use php, but im stilla novie in it, im good at dhtml, active-x and vb-script. with vb-script and active-x combiend you can make a dynamic and interactive website, but not as flashy as a php or flash website. but realy a sharp website needs grahics which i have no clue when it comes in that area.
but i belive you can have a nice presantion with the simple dhtml and html for a main site. i also do all my web design in NOTEPAD. i belive its still the best way to design a website
Xanferious is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2002, 08:44 AM   #3
nass
Member
 
nass's Avatar
 
Join Date: Apr 2002
Posts: 123
nass is on a distinguished road
Personal choices

HTML (ultradev, textpad)
Graphics (photoshop, illustrator)
CSS (textpad)
PHP (textpad)
MySQL (textpad)
dHTML (textpad)
flash (fun for extra splash if you want to draw attention to somehing)

html: neccessary
graphics: neccessary
css: neccessary for markup & dHTML
php: neccessary for dynamic and scaleable websites (ie forums, polls, showing #s online on homepage etc)
MySQL : neccessary for dynamic and scaleable data (ie forums, playerfiles, online help file editor, online room file editor)
dHTML: not really neccessary but can look cool.
flash: flash =)
nass is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-04-2002, 09:48 PM   #4
Igor
New Member
 
Join Date: Apr 2002
Posts: 2
Igor is on a distinguished road
Post

Mostly HTML and CSS.  Graphics via Photoshop.  Looking at possibly adding flash in the future

Don't know that I'd ever want to go to more than that.  I've seen php used on some sites fine, also seen it used unnecessarily.

Igor
Dragon's Gate Webmaster
www.dragons-gate.com
Igor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-06-2002, 11:23 AM   #5
Neranz Laverani
Member
 
Join Date: Apr 2002
Location: The States
Posts: 116
Neranz Laverani is on a distinguished road
Out of curiousity, what do you define as unnecessary use of php?

Neranz Laverani, Seeker of Knowledge
Neranz Laverani is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2002, 12:28 AM   #6
Mish
New Member
 
Join Date: Apr 2002
Location: Outer Banks, North Carolina
Posts: 9
Mish is on a distinguished road
I just use HTML. No CSS's for me; I haven't really found a use for them. I would use PHP for menubars, but my website's server doesn't seem to support it.

I stay away from JavaScript, as I've seen it fail for apparently no reason at all. It also annoys me for some reason.

Flash is another thing that I can see could be useful, but a lot of sites use it as meaningless eye-candy that takes too far to load, where HTML would serve perfectly well.

Basically, I'm interested in things that will load well for practically anyone, regardless of browser or platform. Plain old HTML serves that quite well, I think.
Mish is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2002, 12:26 PM   #7
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Actually, you can check if your HTML is good by using the HTML validator from the World Wide Web Consortium... It's a nice way to check your HTML.
Seth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-08-2002, 09:23 PM   #8
Xanferious
Senior Member
 
Join Date: Apr 2002
Location: The Void
Posts: 490
Xanferious is on a distinguished road
Send a message via AIM to Xanferious
why would u need to check it if you know how to make it?
Xanferious is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-09-2002, 02:19 AM   #9
Neranz Laverani
Member
 
Join Date: Apr 2002
Location: The States
Posts: 116
Neranz Laverani is on a distinguished road
Cascading Style Sheets can be useful if you have dynamic menus that you want to pretty up some.

Neranz Laverani, Seeker of Knowledge
Neranz Laverani is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-09-2002, 08:36 AM   #10
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Quote:
Originally Posted by (Xanferious @ May 09 2002,03:23 am)
why would u need to check it if you know how to make it?
Because W3C sets the standards for HTML and derivatives, but not ALL browsers are perfect. Internet Explorer, for example, is VERY fault tollerant, while Opera isn't. Henceforth, you can check your page if it complies with set W3C standards for a specific HTML versions. This will make sure your page should work on ALL browsers. (notice: work i's not the same as look like, tho)
Seth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools


A webmaster's tools - Similar Threads
Thread Thread Starter Forum Replies Last Post
Builder Prog Tools Dovolente MUD Builders and Areas 0 07-29-2005 02:36 PM
Custom MUD Clients/Tools Hephos MUD Announcements 1 08-21-2004 08:16 AM
Custom MUD Clients/Tools Hephos MUD Announcements 0 02-14-2004 01:49 PM
We make your custom clients/cuilding tools! Hephos MUD Announcements 0 01-15-2004 05:53 AM
Custom Clients/Tools/Websites Hephos Advertising for Staff 0 12-29-2003 04:44 AM

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -4. The time now is 08:13 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Style based on a design by Essilor
Copyright Top Mud Sites.com 2007