what should I learn for this?

This is a discussion on "what should I learn for this?" within the Starting Out section. This forum, and the thread "what should I learn for this? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 11th, 2007, 23:12
New Member
Join Date: Oct 2007
Location: london
Age: 32
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
what should I learn for this?

Hi all,

I'm a beginner and would like to ask you a suggestion:

i'd like to create a site that should allow users to:
1) register with username and password
2) upload pictures with some tags
3) see all the pictures in one (or more pages), possibly sorted according to tags.

what is the best of doing this kind of site, and what should I learn? HTML and PHP?

thanks!
p.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 11th, 2007, 23:19
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: what should I learn for this?

You should learn (x)HTML and PHP for this. This may take a while, but PHP has a small learning curve compared to other languages.
I recommend you use xhtml instead of basic html as most find it neater and easier to produce valid code.
Here is a link for learning PHP http://www.webforumz.com/php-forum/6...-beginners.htm


Also, if you don't want to learn all these languages you can try using a cms (content management system) such as Drupal.

Good luck, any questions just ask!

- Alex
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 12th, 2007, 05:38
Highly Reputable Member
Join Date: Apr 2007
Location: Kent, England
Age: 38
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: what should I learn for this?

Don't forget CSS too! If you're starting from scratch, then go for HTML and CSS first, get the basics of them down, then look at PHP or whatever else you choose. There's some useful things in the beginner resources section, you could start with resources for learning html and css. You can always ask if you get stuck on anything along the way, someone around here will have the answer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 12th, 2007, 09:10
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: what should I learn for this?

For creating a membeship system have a look here
http://www.devarticles.com/c/a/PHP/C...ship-System/1/

I have a script to upload images into a database and a page whcih displays all the thumbnails as links if you are interested
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 17th, 2007, 22:41
Junior Member
Join Date: May 2007
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Wink Re: what should I learn for this?

hi pck76,

i would say all the advice giving so far is very good and would add to this by saying i think you should start with xhtml first as this is now, more or less the accepted standard and replaces the old html. It is better to get into good habits now and the proper way of doing things rather than having to break bad habits latter. You also might want to give some thought to any database skills you might require, that is if you are going to develop a site with the kind of functionality you stated

best of luck
1databyte
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 18th, 2007, 06:37
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: what should I learn for this?

Quote:
Originally Posted by AdRock View Post
For creating a membeship system have a look here
http://www.devarticles.com/c/a/PHP/C...ship-System/1/

I have a script to upload images into a database and a page whcih displays all the thumbnails as links if you are interested
What language would that be AdRock?
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Oct 18th, 2007, 07:59
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: what should I learn for this?

Monie, it's in the URL if you had looked.
PHP.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Oct 18th, 2007, 08:17
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: what should I learn for this?

Quote:
Originally Posted by AdRock View Post
I have a script to upload images into a database and a page whcih displays all the thumbnails as links if you are interested
Lol, I mean this one AdRock...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Oct 18th, 2007, 09:22
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,777
Thanks: 0
Thanked 16 Times in 16 Posts
Re: what should I learn for this?

If you wanted to create it yourself, you would need to know the above and MySQL aswell.
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Oct 18th, 2007, 09:57
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: what should I learn for this?

Quote:
Originally Posted by monie View Post
What language would that be AdRock?
PHP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Oct 19th, 2007, 03:03
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: what should I learn for this?

Quote:
Originally Posted by AdRock View Post
PHP
Wow, I always wanted to do that (in asp)
Maybe I'll come to you someday.

Thanks.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 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
How did you learn php? danny322 PHP Forum 45 May 28th, 2008 13:15
want to learn cressy Web Page Design 11 Jun 27th, 2007 00:51
want to learn cressy JavaScript Forum 0 Jun 24th, 2007 17:16
what do I need to learn? marie27 Starting Out 5 Apr 28th, 2007 05:29
what to learn next? Compumaniac12 Webforumz Cafe 8 Nov 12th, 2006 23:49


All times are GMT. The time now is 06:53.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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