Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Tips for new developing site.

I wanted to know what platform/framework would be ideal for building a site that would have users login and add events to promote. At the moment I know how to use the following

HTML CSS JS PHP

I have only created sites that are associated with blogs. Using wordpress and ghost. This will be something new for me and just dont know where to start.

Forgot to mention that it will have a payment method for a user that want to promote an event. Will have to register for a monthly membership.

3 Answers

I would recommend PHP for E-Commerce related web dev. This is because many of the 2015 websites associated with checkout's have been using PHP and their reasoning is because of the ease of change and user interface.

Thanks for your reply. Any specific framework? I was thinking laravel, but not sure.

I assume that would work.

My PHP dev friends usually use Magento and OpenCart. From first glance I seemed to prefer OpenCart because its designed feature rich, easy to use, search engine friendly and with a visually appealing interface.

Hi Christian, If youΒ΄re familiar with Wordpress you can use it for your site, you can add an event calendar with this plugin: https://wordpress.org/plugins/the-events-calendar/ and, to sell your events, you could install a great plugin for e-commerce: Woocommerce http://www.woothemes.com/woocommerce/

Both are free and great to use on your site, also, you colud check great courses here on teamtreehouse on making Wordpress Themes.

Good luck with your site