Current location: Hot Scripts Forums » General Web Coding » JavaScript » How would I do this


How would I do this

Reply
  #1 (permalink)  
Old 11-13-03, 12:20 AM
BarbulaM1 BarbulaM1 is offline
New Member
 
Join Date: Nov 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
How would I do this

Im very new at this and im just wondering how would I make a exchange like this http://www.simtropolis.com/lots/lots.cfm you can rate everything and it is great. I want to know how to do. If there is a script i could use please post it.
Reply With Quote
  #2 (permalink)  
Old 03-04-05, 09:06 AM
GO4TF4CE's Avatar
GO4TF4CE GO4TF4CE is offline
Wannabe Coder
 
Join Date: Apr 2004
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
You would need to use what we call server side screen which basically means it reads all the script on the server and then just outputs html, this is so no one can then steal your code.

Server side scripting includes the following:

.cfm Cold Fusion - not widely used, so it may be difficult to learn
.asp Active server pages - widely used, but slowly getting phased out.
.aspx asp .net - this is the next generation of scripting
.php - I know really use this, so I can tell you much info about it.

Javascript is client side, so it can be copied by looking at the page source in your browser. Javascript does allow you to have on the fly dynamic content which is why it is used so widely

to do anything fancy you will need a combination of both.

hope this makes some sense
Reply With Quote
  #3 (permalink)  
Old 03-05-05, 03:17 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
Off Topic:
Quote:
.asp Active server pages - widely used, but slowly getting phased out.
.aspx asp .net - this is the next generation of scripting
I'd say ASP will survive for a long time and that it's not at all being phase out.
ASP.Net might be the next generation, but it's not automatically better (or easier to use). Look at www.naltabyte.se to see what I mean.
I don't do much ASP myself but these guys know what they are talking about.
Reply With Quote
Reply

Bookmarks


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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 11:20 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.