Simple Content Management System (CMS)

This is just a extremely simple CMS for blogging that I made during my Internet Programming class.

It has some very basic features, like multi-user blogging, comment, image upload, and admin dashboard.

See it in action here.

To try posting, just sign up for a user account and you can post freely. Read more of this post

Object-Oriented Programming in PHP

Object-oriented programming (OOP) in PHP is pretty much the same as in Java, with the classes and objects, methods, and inheritance.

In this example I made for my Internet Programming class, there are some generic features of OOP in PHP, such as classes and inheritance. There is also some features of PHP, such as value transmission using POST method.

It is a simple CD catalog, using three classes: Product, CDMusic, and CDCabinet, with CDMusic and CDCabinet is inherited from Product. Read more of this post

Creating Diamond Shape from Text in PHP

This is something that I tried during my Internet Programming class. It will create a diamond shape consists of star characters, and the size of the diamonds (height  & weight) is based on the numbers you input. For example, if you input 7, it will create a 7×7 characters diamond shape.

See it in action! (in Bahasa)

Source code: Read more of this post

August Greetings

It’s been almost a month since I last posted here, because I was very busy then. There will be no New Song A Week entry this month, so just wait until September to listen to my new songs :)

Creating Restaurant Menu

This is a simple program to manage a list menu for a restaurant. This is the final project for the Advanced Programming course in my campus.

This program contains implementations of struct, pointer of struct and dynamic memory allocation.

Note: the program is running in Bahasa. You can translate it to your own language using Google Translate or similar service, because I’m too lazy to translate them :)

Read more of this post

Follow

Get every new post delivered to your Inbox.