Random Tips Windows 8 Aasim Naseem, 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 Aasim Naseem, 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 Aasim Naseem, 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 Aasim Naseem, 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 Aasim Naseem, 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) Aasim Naseem, 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 Aasim Naseem, 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 Aasim Naseem, 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# Aasim Naseem, 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
Android Android Application Development Tutorial :: Part 1 Aasim Naseem, May 27, 2010April 9, 2025 Hello All. Hope everything is going good at your end … Today I’m going to start new series of my tutorial. This is related to Android application development. Here I will try to explain about androidplatform, its core constitutes and development of some simple applications for android based smartphones. In… Continue Reading