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....
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....
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....
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)....
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....
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....
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....
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?...
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....
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....
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....