Posted by Ajay Matharu in TechnologyAug 25th, 2009 | No Comments
Apple’s latest operating system update, Mac OSX Snow Leopard, should be ready to roll on August 28, it’ll become the de facto competitor to Microsoft Windows 7 come October.
Mac OSX Snow Leopard:
Exposé Interactivity: The feature that shows all windows together is no longer a simple means for switching among them. It will be possible to drag content from one previewed window to the other. Exposé will also work for individual applications by clicking and holding their icons in the dock. As a workaround for the miniscule preview windows in the dock, these improvements aren’t...
Posted by Ajay Matharu in TechnologyJul 24th, 2009 | No Comments
As anticipated, Microsoft used CES to launch the beta of Windows 7, posting the preview of the company’s next operating system to its developer download services.
Microsoft made it clear that the beta will be available for a “limited time,” and said it will cap the beta after the first 2.5 million downloads.
IT professionals and developers who subscribe to the Microsoft Developer Network (MSDN) or TechNet services, however, get a jump on the public at large; they can grab the beta right away.
The beta, which Microsoft called “feature complete,” requires a PC with...
Posted by Ajay Matharu in Microsoft, TechnologyJul 24th, 2009 | 1 Comment
Millions of Windows computers have been infected by a new computer worm dubbed “Conficker.” The situation is “not getting better,” but rather is “getting worse,” according to security software vendor F-Secure.
In a blog post, F-Secure security researchers report that the number of machines infected by the Downadup worm has skyrocketed from roughly 2.4 million to over 8.9 million in the last four days alone.
Downadup is a malicious worm that “uses computer or network resources to make complete copies of itself,” according to F-Secure. And it may also...
Posted by Ajay Matharu in Microsoft, TechnologyJul 7th, 2009 | No Comments
Hi Guys,
Many of you must be bugged off with the security alerts in Vista, You can however disable that feature to annoy you.
Here are the steps to be performed to disable UAC on Vista,
1. Click the round blue Windows Start button. Now click Control Panel
2. From the Control Panel, click User Accounts and Family Safety
(or User Accounts if your in classic view)
3. Click the option to Turn User Account Control on or off
4. Uncheck the box next to Use User Account Control (UAC) to help
protect your computer and click OK
5. Restart when prompted
Turn off user Account Control(UAC)
Turn off user Account...
Posted by Ajay Matharu in Development, Featured Articles, PHP, WebApr 29th, 2009 | 1 Comment
Following are the steps to debug your PHP code using Zend Debugger on Windows machine via WAMP,
1. Download http://downloads.zend.com/pdt/server-debugger/ZendDebugger-5.2.12-cygwin_nt-i386.zip or check for new version at http://downloads.zend.com/pdt/server-debugger/
2. Locate ZendDebugger.so or ZendDebugger.dll file that is compiled for the
correct version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, 5.2.x) in the
appropriate directory.
Get debugger from folder called “5_2_x_comp” or you may receive some errors about a non-thread safe debugger if you take it from “5_2_x_nts_comp”
3....