Pointers for Beginners on Publishing Your Personal Website

The Internet has drastically transformed the way we look at life. Business, politics, even society itself has been turned upside down by the Internet, and all in the last few decades. Whereas a decade ago, websites were only for the most avant garde businesses and networks, today it is seen as naive for even the plainest individuals to go without one. Having a website keeps you on the cutting edge as a cyber-conscious individual.

Having your own website does something for your online, worldwide personality that is way out of the league of common social networking sites such as Facebook and Twitter. It gets you out to the world in a charming, efficient way that says, “Check me out! I’m different!” And the good news is it’s not even that hard to make your own. Below, we’ve compiled a few pointers to help you get started on your own personal, world changing website.

Continue reading…

Posted in Best Practices, Server & Hosting, Thought | Leave a comment

So Many Work, So Little Time

I would like to thanks everyone for all the feedback regarding The Future of FeedMalaya. Yes we are going GPL, at the moment we already have some draft plan to be executed but it will take some time, opening our source code alone will not make the developer community to improve the project.

What we need to do is build a solid foundation so that developers will improve the feature based on current foundation or base code instead of forking the project to another name. Don’t get me wrong, in GPL there no issue of forking one project into another but at the moment we still want FeedMalaya to grow instead just a name.

Posted in FeedMalaya | 2 Comments

The Future of FeedMalaya

Some of you might have already come across FeedMalaya, a project that me and Mohd Huzairy did more than a year ago. It’s was a project that we did for fun and at the time the wasn’t any real business plan that we build from the project. So over this period of time we how far can a web application survive in term of performance, mind you the application is currently running on just a single shared hosting service under IPServerOne.com.

Continue reading…

Posted in FeedMalaya, Thought | 4 Comments

Startup Fuzz

Taken from Wulffmorgenthaler.com

Posted in Asides | 1 Comment

CodeIgniter for Oracle: ADOdb Database Abstraction vs CodeIgniter Database Library

Early last year, I got the chance to learn and develop a huge web application using CodeIgniter PHP Framework. It was my first project using the framework so at that time we have decided to avoid using CodeIgniter default Database Library in fear of incompatibility with oci8 or Oracle10g.

Only afterward did I got a chance to test out CodeIgniter Database Library or ActiveRecord Library on project using MySQL. At this point, the simplicity of ActiveRecord really caught my attention but how would it be enough compared to ADOdb when using Oracle Database?

Continue reading…

Posted in ADOdb for PHP, Best Practices, CodeIgniter, Oracle | 1 Comment