Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 04-09-2008, 09:59 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2008
Posts: 4
Default help needed (urgent)


hi ...
im want to make social networking site for my college.
i want certain features like scraping ,mailing nd display of live nodes.
can anyone help me out as to how i should begin with this
wat all languages would be required ???
will it be possible to make the entire site in dreamweaver????
id really appreciate help...
thanks...
technoman is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-09-2008, 07:02 PM   #2 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: help needed (urgent)

PHP is a must, one of my friends did a social networking site as his 4th engg project. Has all of orkut's basic features. Just php and html.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 05-09-2008, 07:21 PM   #3 (permalink)
AFK
 
thewisecrab's Avatar
 
Join Date: Oct 2006
Location: Bombay
Posts: 1,599
Default Re: help needed (urgent)

Learn PHP
Dreamweaver can help in layout of templates and overall theme of the site
But PHP is a must
__________________
Follow me on http://twitter.com/thewisecrab

"This Jen, is the internet"
thewisecrab is offline  
Old 05-09-2008, 07:24 PM   #4 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,493
Default Re: help needed (urgent)

Do you want to hand-code it yourself? If yes, then you MUST know atleast PHP and Javascript. Ofcource you need to know (X)HTML and CSS!

Else, there are many free and readymade engines.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 07-09-2008, 01:15 AM   #5 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2008
Posts: 4
Default Re: help needed (urgent)

can anyone give me some opensource links for these kinda projects....
id realy appreciate help....thnks
technoman is offline  
Old 07-09-2008, 01:25 AM   #6 (permalink)
Alpha Geek
 
Krazy_About_Technology's Avatar
 
Join Date: Jun 2004
Location: Noida - India
Posts: 765
Default Re: help needed (urgent)

You can do it with most server side languages like ASP, ASP.NET or PHP along with XHTML, CSS and Javascript. Server side languages are not limited to PHP. Orkut itself is a ASP.NET Application, but ya, implementing ASP.NET based solutions is not free.
__________________
Dell Inspiron 1525 - C2D 2 Ghz, 3GB, 250GB, X3100 :)

Samsung Omnia Pro B7610 with Stock WM 6.1 ROM

Blog: http://www.sumitbhardwaj.co.in/blog
Krazy_About_Technology is offline  
Old 07-09-2008, 01:27 AM   #7 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,493
Default Re: help needed (urgent)

^Even I thought that orkut is ASP.net but then I just thought, what if the server is set to handle .aspx pages using PHP interpreter

Also, I think they use a proprietary database program, BigTable I think!
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 07-09-2008, 02:03 AM   #8 (permalink)
Alpha Geek
 
Krazy_About_Technology's Avatar
 
Join Date: Jun 2004
Location: Noida - India
Posts: 765
Default Re: help needed (urgent)

Very funny yaar, but check the source code of the pages, they contain a lot of the javascript code "generated" by the asp.net engine. So they are actually using the real thing i guess. As for the database, ya they have a proprietry solution, though i dunno the name.

BTW, how are you man ?
__________________
Dell Inspiron 1525 - C2D 2 Ghz, 3GB, 250GB, X3100 :)

Samsung Omnia Pro B7610 with Stock WM 6.1 ROM

Blog: http://www.sumitbhardwaj.co.in/blog
Krazy_About_Technology is offline  
Old 07-09-2008, 02:04 AM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2008
Posts: 4
Default Re: help needed (urgent)

can some one algorithimicaly explain me as to how i should go bout it???
technoman is offline  
Old 11-09-2008, 06:02 PM   #10 (permalink)
Addicted to FOSS
 
ManishSinha's Avatar
 
Join Date: Jan 2008
Location: Manipal
Posts: 32
Default Re: help needed (urgent)

Quote:
Originally Posted by technoman View Post
can some one algorithimicaly explain me as to how i should go bout it???
Present the synopsis before we can help you with it.

You know Sessions? Cookies? Database Handling? These are basics of a web app development...
ManishSinha is offline  
Old 15-09-2008, 11:21 AM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2008
Posts: 4
Default Re: help needed (urgent)

hi manish

actualy my project is changed nd i have to make a website for the department nd it should have the following:
  • To have a department news flasher for the students and the teachers to get the idea about the news the moment they go to the site
  • To have a department photo gallery.
  • To display the results of the department on the basis of registration number.
  • To have a login for students for submitting the articles. From which the best ones will be displayed on the main page.
  • To have a login for the teachers to upload the slides for the students to download.
  • To have a notice board on the main page.

so this is basically a website containing the stuff above(i can design the website nd stuff the thing i dont know is how to do point number 3,4,5) ....how should i go about it...
help appreciated...
technoman is offline  
Old 22-09-2008, 12:41 AM   #12 (permalink)
Addicted to FOSS
 
ManishSinha's Avatar
 
Join Date: Jan 2008
Location: Manipal
Posts: 32
Default Re: help needed (urgent)

3) Get the reg no of the student and try to fetch it from the database appending the reg no you got into the WHERE clause of SQL query.
Hope you know POST request and SQL/database concepts.

4) You know how to make a login system? Use sessions to register sessions. keep the name of the user logged in the array of SESSION.


I strongly think you should tell your proficiency in PHP. Esp tell us how much you know in Sessions, POST/GET requests, Database management, Cookies?
ManishSinha is offline  
Closed Thread

Bookmarks

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent help needed regarding TCS - PLZ HELP ME mrintech Chit-Chat 1 07-01-2008 10:20 PM
Urgent help needed!!! Harvik780 Hardware Q&A 5 26-07-2007 11:24 PM
help needed urgent.....Ram hermit QnA (read only) 3 22-05-2006 03:34 AM
Urgent help needed vignesh Open Source 6 09-08-2005 08:09 AM
URGENT HELP NEEDED striker_1909 QnA (read only) 3 01-12-2004 06:12 PM

 
Latest Threads
- by soumya
- by Sujeet
- by clmlbx
- by Sujeet

Advertisement




All times are GMT +5.5. The time now is 11:11 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2