Blog

Mysql count with conditions

Mysql count with conditions

A simple tip on mysql query for multiple counts with conditions. SELECT COUNT( * ) AS totalUsers, SUM( xu.state = "QLD" ) AS queenslandUsers FROM xxx_users AS xu
Why businesses need a blog?

Why businesses need a blog?

Blog is a Web page that serves as an online personal journal with a collection of content typically focuses on a particular type of content or technology.
“Key” for Secure Data Transmission

“Key” for Secure Data Transmission

"Secure" the most used word in communication world.  Most of our Private Office Instant Messenger enterprise customer’s prime question "Is Our chat messages are encrypted ?". Let’s see the methods available in cryptography…
HipHop Virtual Machine(HHVM) for PHP

HipHop Virtual Machine(HHVM) for PHP

HHVM is the execution engine for PHP developed by facebook and opensourced in early 2010. It is termed as HipHop for PHP. It increases web page generation by factors of up to 9 over Zend PHP. This engine compile PHP source into a high level bytecode(intermediate language). Bytecode is then translated into x64 machine code dynamically at the run time using Just-in-time(JIT) compiler.
Getting Started with Twitter Bootstrap

Getting Started with Twitter Bootstrap

Twitter Bootstrap is a CSS framework that helps in designing web applications. It is one of the easiest CSS frameworks to use in the Industry today. It assumes you have no designing knowledge and all you want to do is write some HTML as per the Bootstrap specifications. In short, Twitter Bootstrap has already written a CSS style sheet for you, has inbuilt jQuery support and also has some popular JavaScript tools. Wooh! Isn’t that great? You get a bunch of popular tools ready to use. All you have to do is just place the right HTML mark-up at correct place.
Why All PHP Frameworks Suck?

Why All PHP Frameworks Suck?

Recently, Rasmus Lerdorf, the creator of PHP, stated in a PHP frameworks conference that all PHP frameworks suck. He also answered several interesting questions about the present and future solutions in PHP 7 or beyond. Read this article to learn more about Rasmus said and the what it means for the way you develop PHP now and in the future.