February 26, 2013

WordPress Function – Load Serialized Array from a Binary File

wordpress

WordPress Function – Load Serialized Array from a Binary File This function give you the convenience of reading serialized array from a binary file. It is good to manage few things with files instead of querying the database for very small flags which can be intelligently manged through filing. if(!function_exists(‘load_binary_file’)) { function load_binary_file($settings=array()) { $binary_file_file […]

WordPress Plugin – Keep Backup Daily

WordPress Plugin Keep Backup Daily

Keep Backup Daily

February 19, 2013

HTML5 Game: Hope of a Bug (HOAB)

HTML5

HTML5 Game: Hope of a Bug (HOAB) HOAB is short form of Hope of a Bug. This name is suggested by a child. Zarrar Mahmood was doing QA of this game while i was developing it. HOAB HTML5 became its identity as a logo and branding visuals. As it is a HTML5 Game with the […]

February 4, 2013

Virus Behavior

Virus Behavior

Virus Behavior In early years i heard about the viruses which were famous by infecting the files. I myself experienced that double click a file but it was not opening. Somewhere in books i read that viruses joins the start action of a file to its ending action. We can also elaborate it with constructor […]