Author Archives: admin

ETL Developers for contract to hire roles.

  DUTIES AND RESPONSIBILITIES: Provides high level of Data Warehouse environment and ETL software technical expertise and direction to projects while still maintaining hands on independent individual contributor role. Provides detailed technical program specifications and leads testing of design and code for the most complex application program development, generates requirements and analysis/design documentation for all… Read More »

Mark Zuckerberg’s Facebook fan page hacked

Last night Zuckerberg’s fan page on the website was under attack by hackers, who hacked his status and posted the following message, which appeared where Zuckerberg’s message would have appeared: “Let the hacking begin: If Facebook needs money, instead of going to the banks, why doesn’t Facebook let its users invest in Facebook in a social way? Why… Read More »

And C?

The inventor of C programming language: Dennis Ritchie. We owe so much to him Home page http://cm.bell-labs.com/cm/cs/who/dmr/

Windows Hooks

SetWindowsHookEx( )  this method allows a function to be added in the hook chain for particular events. For example: WH_CALLWNDPROC WH_KEYBOARD WH_CALLWNDPROCRET etc. So if we want to have a user defined function to be called for a certain windows event we can install a hook and then write our own procedure to handle the… Read More »