ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 12th, 2008, 11:02 PM
Table16 Table16 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2008
Location: Dekalb, IL
Posts: 63 Table16 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 10 h 59 m 5 sec
Reputation Power: 0
Send a message via AIM to Table16
Social Networking Site Example

I'm doing a school project and want to create a small social networking site. I want to do it from scratch but need some input on how to exactly handle things. I will be using a SQL Server 2008 database. As far as the user's settings and profile settings, should they be stored in the database or is there someway of doing it in asp? How would I load in those settings after the user logs in?

Thanks.

Reply With Quote
  #2  
Old December 13th, 2008, 02:00 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,233 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 14 h 15 m 56 sec
Reputation Power: 4445
Quote:
How would I load in those settings after the user logs in?
You should visit some learning sites like www.w3schools.com and work through some tutorials and examples of database-driven asp forms and pages.

I'd store the user info in a database, but it kind of depends on the way your site may interact with other applications. For example, if all your users are domain members of an AD domain, you'd probably want to come up with some code that uses the existing user information in active directory. Or if you have some other ldap user datastore, then you'd use it.

And if you're starting new, use asp.NET not classic asp, which is the focus of this forum.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi

Reply With Quote
  #3  
Old December 13th, 2008, 09:26 AM
Table16 Table16 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2008
Location: Dekalb, IL
Posts: 63 Table16 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 10 h 59 m 5 sec
Reputation Power: 0
Send a message via AIM to Table16
Quote:
Originally Posted by Doug G
And if you're starting new, use asp.NET not classic asp, which is the focus of this forum.


Thanks for the reply. I am using .net I thought that would have been assumed since what you said that it is the focus. Sorry about the confusion.

Reply With Quote
  #4  
Old December 13th, 2008, 10:59 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,233 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 14 h 15 m 56 sec
Reputation Power: 4445
I worded it wrong. This forum is primarily classic asp coding, there is more help with NET in the NET forum, although there is some overlap. I don't code in NET myself.

Reply With Quote
  #5  
Old January 10th, 2009, 04:50 PM
shmai shmai is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2009
Posts: 3 shmai User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 30 sec
Reputation Power: 0
hello!
Go to this site: hotscript and get some free .net social networking script and Read the code. Reading Coding also help you to write a script.

Regards,
shmai

Reply With Quote
  #6  
Old January 24th, 2009, 04:03 PM
Table16 Table16 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2008
Location: Dekalb, IL
Posts: 63 Table16 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 10 h 59 m 5 sec
Reputation Power: 0
Send a message via AIM to Table16
Quote:
Originally Posted by Doug G
I worded it wrong. This forum is primarily classic asp coding, there is more help with NET in the NET forum, although there is some overlap. I don't code in NET myself.


Sorry about that.

Reply With Quote
  #7  
Old May 4th, 2011, 10:06 AM
webmaster_user webmaster_user is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2011
Posts: 1 webmaster_user User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 18 m 49 sec
Reputation Power: 0
Chameleon is good if you buy a unique design, because in this case you will have a unique site. Some of the designs can be seen here chameleondesign.net/gallery.php?gid=52
But if you get it without it it is useless because no one likes clone sites. Also their support may be sometimes slow, but i am using their script on 2 sites of mine (they are listed here chameleonsites.net/) and everything is ok.
Comments on this post
Ronster disagrees: You dug up a two year old thread? Poor forum etitquette.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > Social Networking Site Example

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap