//flex table opened by JP

Click to See Complete Forum and Search --> : cold fusion or ASP - creating Data driven web site


KATYAL_RINKU
11-08-2001, 01:14 AM
i am very new to web programming.
what i want is to create a web site which will show the data from an Excel worksheet.
everyday the contents of that excel sheet will change and i want that changes to be reflected in the web site.
being new i won't be able to register a domain , so i will be putting y web page at any free sites available that means i wll be having limited space say 4-5 MB , s is it possible.
if it is then pls let me know what what would be better language for the same Cold fusion or ASP.
pls suggest : it's urgent.

Rajeev

rh71
11-10-2001, 02:25 PM
There will be no quick-fix solution to doing this... since you're new to programming. If you know any HTML at all, CF will definitely be the way to go. It's completely tag-driven like HTML, while powerful/flexible at the same time.

Check out FreeCFM (http://www.cfm-resources.com) since they already have CF Server running for you... just open an account and you can run CFMs to play around with.

The Excel part will have to come after becoming familiar with CF.

UKLee
11-28-2001, 12:02 PM
I agree, ColdFusion would be much better than ASP if you are not familiar with programming. In fact, it is probably better than ASP 3 anyway - you can do a lot more with it without having to write your own components.