You are viewing our Forum Archives. To view or take place in current topics click here.
[website] what will i need to build this website
Posted:

[website] what will i need to build this websitePosted:

Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
The site i want to design/develop:

A simple website that allows people come to the site and post images and nothing else

no login/signup

I have learned HTML,CSS and javascript. will i need to leanrn php to develop this site ? how hard will it be ?
#2. Posted:
Freighter
  • Wise One
Status: Offline
Joined: May 16, 201211Year Member
Posts: 582
Reputation Power: 25
Status: Offline
Joined: May 16, 201211Year Member
Posts: 582
Reputation Power: 25
Kinda have instagram though.

Just post images? Like might as well add something where we can comment on the images.

EDIT: Should also add like and dislike system.


Last edited by Freighter ; edited 1 time in total
#3. Posted:
ITA
  • V5 Launch
Status: Offline
Joined: Jun 05, 201211Year Member
Posts: 2,685
Reputation Power: 134
Status: Offline
Joined: Jun 05, 201211Year Member
Posts: 2,685
Reputation Power: 134
I think you should just add like and dislike no commenting
#4. Posted:
BurnedDesigns
  • New Member
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
You will need php and ajax but you should be able to get jquey to replace most javascript, as jquery is shorthand for javascript anyway and you will also need a database for comments

Thats just the basics
#5. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
If you're good with HTML and CSS then you should look into a server-side scripting language and a database. Most web hosts offer PHP and MySQL, so I'd go with that.

Javascript, jQuery and AJAX are not necessary to develop your website. They enhance user experience and are simply a bonus to make your website more dynamic and fancy. Prioritize and start with the fundamentals first.
#6. Posted:
Skittle
  • V5 Launch
Status: Offline
Joined: Aug 20, 20149Year Member
Posts: 6,813
Reputation Power: 413
Status: Offline
Joined: Aug 20, 20149Year Member
Posts: 6,813
Reputation Power: 413
You will need HTML & CSS to make the structure of the website, and PHP and MySQL to store and retrieve info from your Database storing the images/comments/likes/dislikes. JavaScript/jQuery are not needed but do improve the functionality of the website greatly.
#7. Posted:
Kessinger
  • Junior Member
Status: Offline
Joined: May 07, 20149Year Member
Posts: 76
Reputation Power: 2
Status: Offline
Joined: May 07, 20149Year Member
Posts: 76
Reputation Power: 2
ITA wrote I think you should just add like and dislike no commenting

I think commenting should be allowed so other people can give their opinions on what they like and dislike about it.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.