Posts

Showing posts with the label MCTS

CRM online 2011 with Odata and WCF

Hi guys, I have strugled a lot with working on CRM 2011 online. It has killed my two day's. Oh!!  It might be beacause of my low brain or subject :) :) Any how I am able to manage to get data from CRM 2011 online.  In my previous blog, I have explained about basics about CRM 2011. Now, I am going to explain how do we access CRM 2011 online data using services. CRM 2011 Online 1. Register for CRM 2011 Online using Windows Live ID. You can get it here: http://crm.dynamics.com/en-us/home Available services in CRM 2011. CRM can allow multiple Organizations to be created on 1 CRM installation. Each Organization can be for a different company/purpose. So, users may want to access one of the Organizations on CRM installation. If the user/code already knows the Organization URL OR Organization Service URL then fine he can directly use organization service. If not known, then he needs to write code to connect Discovery Service URL, then browse through all Organization...

jQuery Mobile.- Play with jQuery (No coding knowledge required.)

JQuery Mobile (Alpha 2.0). Introduction o jQuery Mobile, a user interface (UI) framework to write a functional mobile web application without writing a single line of JavaScript code.  jQuery Mobile o jQuery Mobile is a touch-friendly web UI development framework that allows to develop mobile web applications that work across smart phones and tablets. The jQuery Mobile framework builds on top of jQuery core and provides a number of facilities, including HTML and XML document object model (DOM) traversing and manipulation, handling events, performing server communication using Ajax, as well as animation and image effects for web pages. The mobile framework itself is a separate, additional download of around 12KB (minified and gzipped) from jQuery core, which is around 25KB when minified/gzipped. As with the rest of the jQuery framework, jQuery Mobile is a free, dual-licensed (MIT and GPL) library. Downloads available @ o http://www.ibm.com/developerworks/web/library...

Wrapping information in a symbol-Microsoft Tag

Image
Microsoft TAG Created By: Aravind  Mob:9886836592 Date:26/11/2010 Overview of Microsoft Tag Tag is a high-capacity color barcode (HCCB) with encoded information. Organizations and individuals can create specific Tags by using the Microsoft Tag Manager Web service. When the Microsoft Tag Reader application is installed on a mobile device, the Tag Reader can be used to scan a Tag using the built-in the device camera. When a Tag is scanned by the Tag Reader, the information encoded into the Tag becomes available on the mobile device. Although Tags are easy to create, how Tags are placed in the field will influence how effective they are in communicating the encoded information to the audience. This guide provides best practices for producing Tags in different types of media. Additionally, it addresses the best practices for testing Tags in the field. Usage Scenarios The possibilities for usage and placement of Tags are almost limitless. To give you an idea of ...

Radar Chart/Spider Web Chart-Powered by Aravind.

Image
Radar Chart Version 1.0. A Radar chart is a graphical method of representing multivariate data in the form of a multi-dimensional chart of three or more quantitative variables represented on axes starting from the same point. The relative position and angle of the axes is typically uninformative. Radar chart is a part of next generation charts and also called as web chart, spider chart, and spider web chart. In a radar chart, a point close to the center on any axis indicates a low value. A point near the edge is a high value. In the football example, we would high marks near the outside due to the nature of what was being measured. In other scenarios, you might want points near the center, or low values. When you're interpreting a radar chart, check each axis as well as the overall shape to see how well it fits your goals.   Radar chart developed in silverlight! Yes. I have developed radar chart using silverlight technology. Some of the basic concept behind the radar chart i...