Image from http://systemsarchitect.net/performance-benchmark-of-popular-php-frameworks/

What is the fastest PHP framework?

Lukasz Kujawa did some benchmark on famous PHP frameworks. I’m glad that my all time favorite Codeigniter is in the upper half. It may not be the fastest, but the point of a framework is for faster and more comfortable development, so it’s ok.

Bootstrap snippet repository

Bootstrap snippet repository

http://bootsnipp.com/ is a collection of commonly used snippets for twitter bootstrap. All you need to do is select a layout and then copy the codes for the layout. You can also add your own snippets to the repository for the betterment of all!

Don’t make your program perfect

One of the things I learned in the world of software/website development is to not make it perfect in the first version. This doesn’t mean that don’t put your heart in to it, what I am trying to say is don’t put too much features in the first version. This is due to the fact that [...]

Fragment Numpad Exercise

Fragment Numpad Exercise

The “Fragment Numpad” is a simple keypad app that has buttons from  0 to 9 and clear, when a number is pressed it is then appended to the display board. When the clear button is pressed all numbers in the board will be removed.   Tips Display Fragment – in order to receive messages, you [...]

How to: Save instance of an object into a file in android

How to: Save instance of an object into a file in android

Best way to make your data persist even when your app is destroyed is by saving your object’s instance into a file and loading them back when you need them. But in the course of using these technique, I stumbled upon some things to consider to make it work. Sample Code: private void storePoints(HashMap<String,WifiPoint> list) [...]

Affordable and Reliable Hosting

Affordable and Reliable Hosting

Since I am very satisfied with my favorite hosting company, I might as well share it to you. It’s called Dreamcode Web Hosting. They have been in the business since 2001 and one of the pioneers to offer affordable hosting in the Philippines. The costs reach down to Php 95/month (2 dollars/month). From my personal experience, [...]

How to: Copying a live site to local without reconfiguration

How to: Copying a live site to local without reconfiguration

When you want to make changes to a live website, you ideally copy the website to your computer, modify it there and re upload it when you’re done. The problem with this is that most sites are configured to work in a specific domain. Transferring to “localhost” will need further fixing. To work around this [...]

Fortinet® Rolls Out New FortiOS 5.0 Operating System for Enabling More Security, Control and Intelligence to Fight Advanced Threats and Secure BYOD Environments

MANILA, Philippines – Fortinet® (NASDAQ: FTNT) – a world leader in high-performance network security – today announced FortiOS 5.0, the world’s most advanced security operating system that is the foundation for all Fortinet FortiGate integrated security platforms. This new release provides more security, intelligence and control to help enterprises be better protected against today’s advanced [...]

7 Tips on how to work efficiently

Even when you have your dream job and you love what you do, things can still get stressful. Specially when doing tasks you don’t want. Here are some tips Get in the zone In order to get the most out of yourself in doing any activity, you must first get in “the zone”. This is [...]