Coded In PHP We need a blog to share our learnings and increase our marketability. Create a blog system that allows you to write posts, set a title and date them. Create a database to store each post (title, date, and post). Also create a web interface to administer the blog. This administrative interface should be password protected in some way. Constraints The blog must be styled, use something like bootstrap or a pre-built theme It is not acceptable to use an already built blogging engine. Going Beyond To really push yourself find a javascript or CSS plugin that styles code examples many of them will just require you to put in to start your code sample and to end it Add a WYSIWYG editor to your admin interface for the blog entries
Coded In PHP
We need a blog to share our learnings and increase our marketability. Create a blog system that allows you to write posts, set a title and date them. Create a
Constraints
The blog must be styled, use something like bootstrap or a pre-built theme
It is not acceptable to use an already built blogging engine.
Going Beyond
To really push yourself find a javascript or CSS plugin that styles code examples many of them will just require you to put in <pre> to start your code sample and </pre> to end it
Add a WYSIWYG editor to your admin interface for the blog entries
Trending now
This is a popular solution!
Step by step
Solved in 2 steps