Quote (ThePwnEffect @ 15 Dec 2014 18:13)
I want to make my own craigslist style site.
I want it to have category style posting ie: [New Listing] -> select category [Electronics] -> select subcategory [Game Consoles].
I want it to have a jsp style posting system that has a post prefix [ WTB ] or [ WTS ].
I want it to have commenting/replying directly in the post, rather than having to have emails sent back and forth.
I want it to have ONLY facebook/social login.
I need it to be mobile friendly.
general knowledge of: php, sql, javascript, css, html will permit you to accomplish all of the above.
html, css: visual and design aspects, including a mobile friendly interface, keyword: responsive design.
php, sql, javascript: all functional requirements can be met with these. both javascript and php will provide the desired function while sql will provide help you meet data storage/access needs.
as for the fb login, you can use either the php or js sdk.
https://developers.facebook.com/docs/there are many resources on the web, use google to find tutorials which are appropriate for your skill level in the above languages and invest the time.