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.
Microsoft’s New CEO – Satya Nadella

Microsoft’s New CEO – Satya Nadella

It's a humble day for him & proud day for all Indians. Satya Nadella from India has been announced new CEO of Microsoft. I wish Microsoft should reach new height…
12 things all Helpdesk Workers should perform

12 things all Helpdesk Workers should perform

Help Desk: The Help Desk is a department within a company that is responsible for answering the technical questions of its customers. The questions and their answers are usually channelized through E-mail, Telephone, Website, or Online Chat. There is even some help desk softwares make it easier for the people running the help desk to quickly find answers to common questions.