Back To The Old Blog!

After giving it some thought, I declare that from now on, I will be using the old blog again, since I actually want to be able to fully control every aspect of it....

June 17, 2016 · 1 min · 33 words

MVC Versus PAC

When I’m learning about the application of OOP in web programming, I come across something called MVC (Model-View-Controller). It’s an architecture for an application which allows the application to be easily configurable for different UI....

October 1, 2011 · 2 min · 335 words

Mobile Support for Blog Engine

I’m currently trying to learn some subjects, which is HTML5 for rich content editing and WebGL for better content presentation. I’ve also come across one major feature that will complete the Blog Engine (which I was referring to as “CMS” previously)....

June 10, 2011 · 2 min · 233 words

Secure Session Validation

It took me one night to realize that my session validation method in my admin page wasn’t secure at all. When a user logs in, the user database will be called, and the database will be matched with the username and password which he enters....

May 13, 2011 · 2 min · 224 words

A Live Concert In Your Blog

When I’m making this blog for the first time, it never cross my mind that I’ll be building the new kind of CMS. However, overtime, I realize that all of this effort will be worthless if I’m keeping it for myself....

March 15, 2011 · 3 min · 517 words

Captcha: Are You Talking To A Human?

I’ve just got my first spam comment. That’s not a big problem for me, since I disabled HTML tags in my comment system, so they can’t post any real link in this post, nor a malicious javascript....

March 15, 2011 · 1 min · 136 words

What Is A Blog? - Help Me To Redefine the Act of Blogging!

Lately, I’m preparing some great features to be released in the alpha2 version of this blog. However, I’ve been thinking lately, what a blog is really? Is it another kind of website which has a bunch of great features with no purpose whatsoever?...

March 14, 2011 · 2 min · 344 words

Integrating Facebook And Twitter With Your RSS Feed

Several weeks ago, I have a very raw idea of feeding my twitter and facebook account with my blog posts automatically. That includes making a specific facebook and twitter app, which is a deal-breaker for me, because that will be a very hard thing to do....

March 9, 2011 · 1 min · 213 words

A Short HTML Page at Work

Sometimes, we have only small amount of content to fill our page, and that makes the footer rises up to the middle of the screen. Today, my senior coworker asked me to figure out how to make the footer placed on the bottom of the screen when we have a short amount of content....

February 21, 2011 · 2 min · 294 words

A Quick Update About Youtube Video Embedding

Youtube is a widely used video hosting service that serves great hosting quality and multiple embedding options. The commonly used embedding option is by using the flash player, as HTML5 is still not supported in some browsers....

February 20, 2011 · 1 min · 172 words