-
Recent Posts
Recent Comments
- Yosh on Microsoft to Show Off Windows 7 Slider Tablet at CES
- admin on SQL Server – Denali – The next version of SQL Server
- xsserver vps hosting on SQL Server – Denali – The next version of SQL Server
- xsserver vps hosting on SQL Server – Denali – The next version of SQL Server
- xsserver premium VPS on SQL Server – Denali – The next version of SQL Server
Archives
Categories
Meta
Category Archives: Uncategorized
Former President APJ Abdul Kalam cuts language barriers
New language translation tool unveiled at the 20th International WWW conference. Former President APJ Abdul Kalam today launched the Machine translation (MT) systems, also called content multiplier tools, developed with funding from TDIL (Technology Development for Indian Languages) programme at … Continue reading
Posted in Uncategorized
1 Comment
Smartphone Shipment Growth May Slow This Year, IDC Says
Global sales of smartphones will probably increase at a slower pace this year, with Google Inc. (GOOG)’s Android likely to become the world’s best-selling smartphone system, according to International Data Corp. Shipments of handsets that allow users to surf the … Continue reading
Posted in Uncategorized
1 Comment
Moonlight 4 Preview Now Available
Novell has announced that Moonlight 4 is now available. This version of Moonlight comes with full support for all prior version of Silverlight and preview support for Silverlight 4, including support of Microsoft-licensed codecs for Silverlight 3 and 4, today’s … Continue reading
Posted in Uncategorized
1 Comment
Groupon Expands Into India, Israel, South Africa
Groupon Inc. said Tuesday it has expanded to India, Israel and South Africa by acquiring fellow online-coupon discount sites in those countries. Closely held Groupon has been rapidly expanding by persuading local businesses to spend money online to attract customers. … Continue reading
Yahoo plans to shudown couple of services !!!
As yahoo plans to shut down couple of services, people have started migrating their data from yahoo. In a news statement, Yahoo mentioned that it will be turning off the following services: 1. Delicious – the famous social bookmarking website … Continue reading
jQuery – Huge size of calendar widget
Most of you must be aware of jQuery – a Javascript framework. jQuery has an plugin for the UIs – jQueryUI. When you see the Demos on jQueryUI.com the calendar looks so elelgant and right sized. But when you download … Continue reading
SQL Server – Getting Today’s Date only
It is quite common that you want to extract todays’ date component only in sql. The most obvious approach to do is use GETDATE(). This returns today’s date and time. To just get the date component use this select CONVERT(datetime, … Continue reading
Posted in Tip, Tutorial, Uncategorized
Tagged datetime, SQL, SQL Server, tip, tutorial
Leave a comment
Windows Phone 7 now available in US
Windows Phone 7 is now available at AT&T and T-Mobile retailers across the United States. The launch was on Nov 8, 2010. The app market already has more than 2000 apps and games. Lets see if Windows Phone 7 can … Continue reading
Posted in Uncategorized
Tagged Microsoft, news, Smart Phone, Windows 7, Windows Phone 7
Leave a comment
Consuming webservices/website running on development machine from Android Emulator
It is quite common to develop a webservice/website and test it on the same machine. The same can be tested and viewed through localhost. But in the android emulator localhost doesn’t work. To access the development machine, use 10.0.2.2 Hope … Continue reading
Creating WCF RESTful services
Windows Communication Foundation (WCF) a part of the dot NET framework which allows you to easily create webservices. Couple of years back, SOAP based services gained lot of popularity and soon became the de facto standard in the industry. But … Continue reading