Hello, i am new, and guess what !!

This is a discussion on "Hello, i am new, and guess what !!" within the Introduce Yourself section. This forum, and the thread "Hello, i am new, and guess what !! are both part of the Community category.



Go Back   Webforumz.com > Community > Introduce Yourself

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 25th, 2004, 12:19
Junior Member
Join Date: Aug 2004
Location: United Kingdom
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Hello, i am new, and guess what !!

I have a question,

I am about to start a big web site, containg all sorts of pics and vids, and other rubbish, I can do the normal HTML, and I am going to borrow a nice java fading menu, but there are 2 things I want that i dont know how to do,


Online shopping list: - just a list of clothes ,cds and other studenty rubbish i am going to buy in the near future, would like this to be seen by anyone but only have me to update it, with new items , and also grey out items i have bought,


Forum/Guest list type, i know you can host these with external companies but how do you make your own??


I am quite handy with visual basic programming but never done much programming for the web, i am taking an 'Internet Programming' Module in my third year of uni, coming up in september but it would be nice to get a head start!

Thanks for any advice!
Reply With Quote

  #2 (permalink)  
Old Aug 25th, 2004, 12:42
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
to do online shopping and forum / guestbook type applications require more than just HTML and javascript - you must use a language like ASP or PHP
Reply With Quote
  #3 (permalink)  
Old Aug 25th, 2004, 12:55
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
If you know VB then you should be able to use ASP, what type of hosting have you got? windows or *nix?
Reply With Quote
  #4 (permalink)  
Old Aug 25th, 2004, 22:26
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I'd say look at a portal type system, unless your goal is to write everything yourself. They'll do almost everything you're looking for.
There's PHP and ASP based portals (PHPnuke,etc), so first decide on what type of server you're going to be using (Unix or Windows) then look for something that'll run on it.
Reply With Quote
  #5 (permalink)  
Old Aug 26th, 2004, 12:08
Junior Member
Join Date: Aug 2004
Location: United Kingdom
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
The server is windows, so do i have to use microsoft ASP coded pages?

Also what is ASP .net, just the newer version?
Reply With Quote
  #6 (permalink)  
Old Aug 26th, 2004, 13:32
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
Yes and yes!
Reply With Quote
  #7 (permalink)  
Old Aug 26th, 2004, 15:37
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
ASP.net is not really a newer version of ASP... its completely different. But it is supposed to replace ASP in the next 3000 years or so...
Reply With Quote
  #8 (permalink)  
Old Aug 26th, 2004, 15:48
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
Its not completely different at all dude... have you used it?
Reply With Quote
  #9 (permalink)  
Old Aug 27th, 2004, 09:20
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,953
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
It is pretty much normal ASP, but on steroids. It's object model has been totally beefed up, and is fully object oriented. It supports all the things you would expect from an objected oriented language such as inheritance, overloading, etc

If you looked at page of asp.net code, and a page of ASP code, you would see the striking simalarity.

If anyone here codes ASP like me and uses mainly classes, then that is about as close to ASP.NET as is possible, and certainly the best way to code classic ASP if there is a chance it will one day get ported to .NET
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #10 (permalink)  
Old Aug 27th, 2004, 12:02
Junior Member
Join Date: Aug 2004
Location: United Kingdom
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
right ok, had a quick look around, can anyone suggest any good books or sites for learning asp?

i must admit it does look like my vb knowledge will come in handy, is it best to go straight in at the '.net' deep end or progress through normal ASP and then migrate slowly to .net,

this is all helping me loads! Thanks!

oh also, if i install IIS on my xp pro machine, can i view the pages as i would on my web server?
Reply With Quote
  #11 (permalink)  
Old Aug 27th, 2004, 12:31
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
yes

and see the "sticky" topic in the asp development forum for the best book...
Reply With Quote
  #12 (permalink)  
Old Aug 27th, 2004, 12:51
Junior Member
Join Date: Aug 2004
Location: United Kingdom
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
book is bought! I better read it aswell for twenty quid! along with my logie baird biography and spaced DVD box set!
Reply With Quote
  #13 (permalink)  
Old Aug 27th, 2004, 13:12
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote" class="ffs">quote:<hr height="1" noshade="noshade" id="quote" />[i]Originally posted by simontheu[/i]

oh also, if i install IIS on my xp pro machine, can i view the pages as i would on my web server?<hr height="1" noshade="noshade" id="quote" /></blockquote id="quote">

Yes thats correct, if you need any help setting up IIS and viewing pages, start a new topic!
Reply With Quote
  #14 (permalink)  
Old Aug 27th, 2004, 13:18
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
IIS is quite confusing to set up... so you might well need help!
Reply With Quote
  #15 (permalink)  
Old Aug 31st, 2004, 12:27
Junior Member
Join Date: Aug 2004
Location: United Kingdom
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
well i should try it tonight with a bit of example code i have sniffed out, and if i am unsuccessful, new topic will begin tomorrow!

thanks all again
Reply With Quote
Reply

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Guess who else is back ! Accurax Webforumz Cafe 11 Aug 28th, 2007 14:06
Guess what - I'm new! Tomarse Introduce Yourself 10 Apr 24th, 2007 09:24
Well as you can guess, Im new. iStylus Introduce Yourself 9 Apr 14th, 2007 04:30
Guess What Daniel Webforumz Cafe 9 Feb 27th, 2007 20:20


All times are GMT. The time now is 19:17.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43