Random Tips A new look for Gmail AasimNaseem, August 11, 2010April 7, 2025 Google has redesign his main interface for Gmail, and has finally got a new contact manager, which is 100 times better than the earlier one. The new contact manager is fast and easier to use, and is definitely a welcome change to one of the best email services available online… Continue Reading
Random Tips Windows 8 AasimNaseem, August 8, 2010April 7, 2025 Windows 7 isn’t out the door yet, but Microsoft seems to be making good progress with Windows 8. Microsoft had already begun work on Windows 8 before Windows 7 was completed. The reason being that different teams work on different aspects of the operating system, which is why Microsoft was… Continue Reading
Random Tips Keyboard Shortcut List AasimNaseem, August 4, 2010April 7, 2025 Hi everyone … hope all is well … here is a list of some (infact many) keyboard shortcuts for your ease in work. Kindly try all these shortcuts and tell me which one(s) doesn’t work 🙂 GENERAL SHORTCUTS ALT- F4 – Quit a program / Shut down ALT-TAB – Hold… Continue Reading
Random Tips Microsoft slates IE9 beta for September 2k10 AasimNaseem, July 31, 2010April 7, 2025 MIcrosoft will ship a beta of Internet Explorer 9 (IE9) in September, a company executive said today. If the timeline is accurate, the IE9 beta release will come a month later than earlier speculation, which had settled on August, a pick based in large part on PowerPoint slides purportedly from… Continue Reading
JavaScript How to trim string value :: JavaScript Tutorial AasimNaseem, July 29, 2010April 30, 2025 Hi all.. Hope everything is good at your end. Today, there is a small tip for JavaScript users… Umm, in fact, not a tip but a utility function to trim string values… I was working on a project I had a need to trim user input before submitting to server… Continue Reading
JavaScript Event Object :: JavaScript Tutorial AasimNaseem, July 23, 2010April 30, 2025 Hello All … Hope enjoying most enjoyable activity .i.e development 🙂 i love it … really love it .. Today i will try to explain something related to javascript event object. By using JavaScript, we have the ability to create dynamic web pages. Events are actions that can be detected… Continue Reading
Android Android Application Development Tutorial :: Part 2 (Setting up your system) AasimNaseem, July 21, 2010April 9, 2025 Hello All … hope everything is good at your end .. Here is a 2nd part of my tutorial on Android Application Development. The first part was just an introduction to this series. Today you will learn how to setup your system to start android application development. Android applications, like… Continue Reading
Random Tips New Features in C# 4.0 AasimNaseem, July 4, 2010April 7, 2025 Visual Studio 2010 is packed with new and enhanced features that simplify the entire development process from design to deployment. Customize your workspace with multiple monitor support. Create rich applications for SharePoint and the Web. Target multiple versions of the .NET Framework with the same tool. Eliminate the dreaded “no… Continue Reading
JavaScript Document Object Model :: JavaScript Tutorial AasimNaseem, June 30, 2010April 30, 2025 Hello All … Hope everything is going good at your end … today we will explore something about Document Object Model (DOM). From last few days i’m working on javascript and hence i read some good articles about script and dom…i learned alot and now sharing with you … Introduction… Continue Reading
Random Tips Date Formatting in C# AasimNaseem, June 15, 2010April 7, 2025 Hello all. hope doing well … here is another tip related to C# programming …. i found it useful so sharing with you people … this is how you can format date in different format in asp.net / C# the usage is as follows <%= String.Format(“{specifier}”, DateTime.Now) %> where… Continue Reading