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, 201113Year 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 ?
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:
Status: Offline
Joined: May 16, 201212Year Member
Posts: 582
Reputation Power: 25
Status: Offline
Joined: May 16, 201212Year 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
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
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 05, 201212Year Member
Posts: 2,686
Reputation Power: 142
I think you should just add like and dislike no commenting
- 0useful
- 0not useful
#4. Posted:
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
Thats just the basics
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 08, 201014Year 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, 201014Year 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.
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.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Aug 20, 201410Year Member
Posts: 6,813
Reputation Power: 413
Status: Offline
Joined: Aug 20, 201410Year 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.
- 1useful
- 0not useful
#7. Posted:
Status: Offline
Joined: May 07, 201410Year Member
Posts: 76
Reputation Power: 2
Status: Offline
Joined: May 07, 201410Year 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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.