![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2008
Posts: 1
Rep Power: 0
![]() |
I have no programming experience. I've been writing HTML for the last decade and worked loosely with web related languages like XML, CSS, PHP, and Javascript. Note that I cannot write anything in any of these. I've successfully modify existing code only and even then such modifications were generally minor.
I want to create a website that will have a member registry that will include names, addresses, personal details, and numerous other fields. Eventually there will be tens of thousands of people within it. I'd like to create a simpler form of MySpace for users to create their own small websites within the community which would include custom backgrounds, wiki's, blogs, and several "user friendly" submission systems for things like news, journal entries, wiki entries, etc... I assume this will require a database and that is something I know nothing about. I've worked with them in the past when I installed and ran phpBB forums but all of the hard work was pretty much taken care of by the installer. Other than this website I do not plan on "programming" anything. If I can avoid learning multiple languages to accomplish this I would like to. This is definitely a situation where I would like to take the path of least resistance. I'm just not sure what that route is. C# and ASP? Java? CSS and XML? I am willing to put in the time but would like to avoid wasting time wherever possible. What would be the best route to go? Any suggestions would be most appreciated. |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Dec 2007
Location: Durban, South-Africa
Posts: 193
Rep Power: 1
![]() |
Re: Not Sure What Language Makes The Most Sense
Hi, cool task you are taking on.
I'm sure you could find a development kit around that will take care of the physical attributes for you, where you could maybe easilly design everything. Not sure about web- design, but I know in Visual C# you can easily design the form layouts, but it's the intensive coding that really gets everything going. Not sure if your task might require coding, but if there is a database present, I think you will probably have to get down with at least one language. I can be wrong though. Good Luck
__________________
Be kinder than necessary because everyone you meet is fighting some kind of battle. |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
Re: Not Sure What Language Makes The Most Sense
I suggest PHP for the code, CSS for the layout and MySQL for the database backend.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Feb 2008
Posts: 2
Rep Power: 0
![]() |
Re: Not Sure What Language Makes The Most Sense
To be frank there is no "path of least resistance." This will be a pretty large project for a beginner. I'd recommend php/css/mysql and hunt around for a free pre-made one you can modify.
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Feb 2008
Location: pr2
Posts: 2
Rep Power: 0
![]() |
Re: Not Sure What Language Makes The Most Sense
ye ive done a similar sort of idea, but mines a text based rpg game.
were users sign up and do there stats etc. still working on it but your best using php/mysql/css. research on php and mysql first |
|
|
|
|
|
#6 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Re: Not Sure What Language Makes The Most Sense
I'd recommend you throw some XHTML in there too. Y'know, for kicks and all.
|
|
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 192
Rep Power: 2
![]() |
Re: Not Sure What Language Makes The Most Sense
With all the blog, wiki and personal stuff you want on your website, you would need to know some programming. As BstrucT said, there could be some development kits out there.
As well as programming, look up Relational Databases to get a good background knowledge on handling the information for the users.
__________________
SYNTAX ERROR ... Last edited by Grich; Feb 24th, 2008 at 12:49 AM. Reason: Syntax .... again |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If you had it to do all over again, which language? | peace_of_mind | Coder's Corner Lounge | 24 | Jan 13th, 2008 5:06 PM |
| The C programming Language (2nd Edition) | nnxion | Book Reviews | 10 | Jul 6th, 2007 3:29 PM |
| Assembly Language | DaWei | Coder's Corner Lounge | 0 | Apr 26th, 2007 10:15 PM |
| Language creation/extending | gryfang | Project Ideas | 43 | Jul 20th, 2006 1:42 PM |
| Language display in program | Prm753 | C++ | 3 | May 30th, 2006 5:45 PM |