Jan 15th, 2009 | No Comments
Microsoft issued its first patch for the just-released Windows 7 beta, but it passed on plugging a hole in an important file-sharing protocol that it fixed in older versions of the operating system. Yesterday, Windows Update, Microsoft’s primary update service, began delivering the first patch to Windows 7 since the company struggled to launch the public beta last Friday. The update fixes a flaw that shaves several seconds of audio from any MP3 file that’s edited, including files modified automatically as users connect to the Internet. “Without action on your part, all MP3 files...

Written by Ajay Matharu

January 15th, 2009 at 5:26 pm

Jan 14th, 2009 | 1 Comment
Microsoft initially released the Windows 7 beta Friday afternoon, but the massive user response caused Microsoft’s servers to buckle under the pressure. Following the addition of extra “infrastructure support,” the files are now back online in the following locations: • Windows 7 beta: Official Microsoft page Microsoft’s complete collection of Windows 7 news, videos, Q&As, and official download information. • Windows 7 beta TechNet download page The official download site for Windows 7 via Microsoft’s TechNet Evaluation Center. Article By: Ajay MatharuIf you...

Written by Ajay Matharu

January 14th, 2009 at 5:28 am

Jan 12th, 2009 | No Comments
Many a times you find the need to navigate to the function definition from the function call to see how the function has been defined. To do this you can either press F12 or right click on function call and select “Go to definition” option. Similarly from the function definition to go back to the function call press ctrl + – keys. Article By: Ajay MatharuIf you like This post, you can follow Ajay Matharu on Twitter.Subscribe to Ajay Matharu feed via RSS or EMAIL to receive instant updates. If you like this post, feel free to share this post
Jan 11th, 2009 | No Comments
Microsoft has delayed the public release of its Windows 7 beta download due to an overwhelming demand that its servers couldn’t handle. “Due to very heavy traffic we’re seeing as a result of interest in the Windows 7 Beta, we are adding some additional infrastructure support to the Microsoft.com properties before we post the public beta,”. Article By: Ajay MatharuIf you like This post, you can follow Ajay Matharu on Twitter.Subscribe to Ajay Matharu feed via RSS or EMAIL to receive instant updates. If you like this post, feel free to share this post

Written by Ajay Matharu

January 11th, 2009 at 6:21 am

Jan 6th, 2009 | No Comments
First off, what is cloud computing? It’s an emerging style of infrastructure that allows companies to utilize the Internet (the “cloud” in cloud computing) for functions such as data storage, security, and enterprise applications. And you can implement the structure both internally or externally (which is conceptually similar to the way you might have an external Web server or an Intranet Web server). Visualize with cloud computing that data storage and software as a service (SaaS) relies on the Internet to hide from a user or company the underlying structure and worries that...

Written by Ajay Matharu

January 6th, 2009 at 8:56 am

Jan 5th, 2009 | No Comments
Regular expressions are an extremely versatile text-matching language that gives you incredible power when searching your documents and when used with replace operations, can greatly assist with repetitive changes to blocks of code. The basic regular expression search is easily done. You simply open the Find dialog through the Edit – Find and Replace – Find menu or with Ctrl-F (Edit.Find). Enable regular expression searching by ensuring the Use checkbox is selected and the drop-down list has Regular Expressions selected. Enter your regular expression into the Find What text box...