February 22nd, 2008
OpenID eliminates the need for multiple usernames across different websites, simplifying your online experience. With one OpenID you can login to all your favorite websites and forget about online paperwork.
You get to choose the OpenID Provider that best meets your needs and most importantly that you trust. At the same time, your OpenID can stay with you, no matter which Provider you move to. And best of all, the OpenID technology is not proprietary and is completely free.
OpenID Foundation announced that Google, IBM, Microsoft, VeriSign, and Yahoo! have joined the board. Here are some places you can visit to see where you can use your OpenID to log in today:
Posted in General, Programming | No Comments »
December 3rd, 2007
Google launched a location service for mobile users on that doesn’t rely on GPS. Google Maps with My Location(beta), locates users who don’t have GPS-enabled phones.
Google locates users based on their location from neares base station. The result isn’t as accurate as GPS (Global Positioning System) but works for people who lack the positioning technology in their phones.
Google maps with My location(Beta)
If you have GPS then google can find ur position accurately but if you are not using GPS then the result may not be accurate but it will be within about 1000 meters.
watch demo
This service is available on web-enabled mobile phones, including Java, BlackBerry, Windows Mobile, and Nokia/Symbian devices.
Posted in Google | 1 Comment »
December 1st, 2007
Google has decided to take part in sale of mobile phone spectrum in US. This is the sign of its entrance in wireless market.
Google is now ready to invest $4.6 bn (£2.3bn) and more when FCC would sell off part of the 700 Mega Hertz band.
Google is already running a small wireless network in California and now they decided to build national wireless network across the U.S. But the big hurdle is auction against bidders which are big giant of wireless market including AT&T wireless and verizon wireless.
Google is interested in block called Part C in which a customer can download any software from their devices.Google is trying to build a strong lobby to win this auction.
Posted in Google | No Comments »
October 12th, 2007
1. Visual Studio .Net
a. MCTS: .NET Framework 2.0 Web Applications Candidates for this certification must pass two exams, one focusing on .NET Framework 2.0 foundational skills and one focusing on Web-based client development.
Exam-1 (70-536): MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0–Application Development Foundation
Exam-2 (70-528): MCTS Self-Paced Training Kit (Exam 70-528): Microsoft .NET Framework 2.0 Web-Based Client Development
b. MCPD: Web Developer MCPD: Web Developer candidates must first complete the requirements for the MCTS: .NET Framework 2.0 Web Applications certification (two exams).
After earning this certification, candidates may earn their MCPD: Web Developer by passing one additional required exam. If you are a Microsoft Certified Application Developer (MCAD), you can upgrade to the MCPD: Web Developer certification by taking one upgrade exam, Exam 70–551: UPGRADE: MCAD Skills to MCPD: Web Developer by Using the Microsoft .NET Framework. By passing this upgrade exam, you will automatically obtain the relevant MCTS prerequisite, MCTS: .NET Framework 2.0 Web Applications.
Exam-1 (70-547): MCPD Self-Paced Training Kit (Exam 70-547): Designing and Developing Web-Based Applications Using the Microsoft .NET Framework
Posted in General | No Comments »
October 12th, 2007
The simplest types in the .NET Framework, primarily numeric and Boolean types, are value types. Value types are variables that contain their data directly instead of containing a reference to the data stored elsewhere in memory. Instances of value types are stored in an area of memory called the stack, where the runtime can create, read, update, and remove them quickly with minimal overhead.
There are three general value types:
- Built-in types
- User-defined types
- Enumerations
Each of these types is derived from the System.Value base type.
Posted in DotNet 2005 Foundation, Learning | No Comments »