Posts

Showing posts from September, 2011

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 Organizations ava

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/wa-