Monday, July 22, 2013

Overview Of JQuery in SharePoint 2010

          I spent one week to play with JQuery language in SharePoint 2010 environment. Initially it was boring because it is not related to  intellisense code snippets or auto completion. After that i found that it is a curious language.In this article, I am going to explore valid vital points about JQuery in SharePoint 2010. This article will be very useful for beginners, inter-mediator and experts.

What is JQuery?
         JQuery is a concise and advanced version of Java script library. It simplifies the HTML document elements transitions, events, animations and ajax interactions. No need to install at server level, we can use it at anywhere in SharePoint environment. We simply can say about JQuery that "Write Less, Do more".

Advantage of JQuery in SharePoint

  1. It Reduces the Brain storm work in SharePoint deployment.
  2. It is a lightweight language means that Do not increase the page size when page load. Page load will be faster than ASP.Net and Ajax controls.
  3. It is a fastest Language with high performance.
  4. It is a open source language.
  5. It is not a case sensitive language.
keep on update....

Change Date format to ddMMyyyy to entire SharePoint site 2010

By default, SharePoint 2010 site date format will be MMDDYYYY. follow below instructions to change the date format to indian format (ddMMyyyy).

1. Go to Site Actions->Site Settings->Regional Settings then set it as below screen shot.

Click on "OK" button. Now date format will be changed in your entire site collection.