Jump to content

Recommended Posts

I would like to create my own blog. I am aware, that there are plenty of powerful open source and simple to use blog engines out there, but I would like to create my own for sake of learning and later for my personal usage. In other words, main purpose to build my own blog is to learn how to create modern web applications from scratch and to fully understand the web application I will be using later ;)

I would like to keep my blog as simple as possible, jet able to extend it later. For a start I would like to have a simple WYSIWYG editor built in JavaScript, able to upload articles to my blog and use MySQL database for storing the data. Blog should be really simple- just articles listed based on the upload data. In addition, I would like to modify articles later and delete the articles. In addition, I would like to have possibility to leave comments under the articles.

As I understand I need to use PHP, JavaScript, MySQL, HTML to fulfil this goal. Any other technologies? In addition, any recommended books to read, which might help to tie those technologies together? ::)

You don't need to use Javascript - it will just make the user experience a little nicer.

 

Creating a blog is just basic PHP with MySQL interaction. Learn how to insert rows into a database, and retrieve them later and you have a blog.

Can't really say more than scootstah; once you've learnt how to insert and retrieve from a database you have the essentials to create a blog. Any additional features or 'dynamic functionality' are all extras you will learn in time.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.