Comments on: jQuery for Everyone: The SharePoint Game Changer http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 14:28:49 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: EUSP – Solutions » Blog Archive » So what’s up with jQuery in SharePoint 2010? http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-19009 EUSP – Solutions » Blog Archive » So what’s up with jQuery in SharePoint 2010? Wed, 11 Nov 2009 12:26:10 +0000 http://www.endusersharepoint.com/?p=2874#comment-19009 [...] Lawrence of the jPoint Codeplex Team commented on another article I wrote, jQuery for Everyone: The SharePoint Game Changer, and I thought it would be beneficial to expose his comment to a wider audience.   From Will [...] [...] Lawrence of the jPoint Codeplex Team commented on another article I wrote, jQuery for Everyone: The SharePoint Game Changer, and I thought it would be beneficial to expose his comment to a wider audience.   From Will [...]

]]>
By: So what's up with jQuery in SharePoint 2010? | End User SharePoint http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-18891 So what's up with jQuery in SharePoint 2010? | End User SharePoint Mon, 09 Nov 2009 14:01:53 +0000 http://www.endusersharepoint.com/?p=2874#comment-18891 [...] Lawrence of the jPoint Codeplex Team commented on another article I wrote, jQuery for Everyone: The SharePoint Game Changer, and I thought it would be beneficial to expose his comment to a wider [...] [...] Lawrence of the jPoint Codeplex Team commented on another article I wrote, jQuery for Everyone: The SharePoint Game Changer, and I thought it would be beneficial to expose his comment to a wider [...]

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-18873 EndUserSharePoint Mon, 09 Nov 2009 02:18:47 +0000 http://www.endusersharepoint.com/?p=2874#comment-18873 Will - I will respond to this in an article on the site this Monday, November 9. -- Mark Will – I will respond to this in an article on the site this Monday, November 9. — Mark

]]>
By: Will Lawrence http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-18865 Will Lawrence Sun, 08 Nov 2009 21:25:25 +0000 http://www.endusersharepoint.com/?p=2874#comment-18865 Mark, I am not so sure that jQuery is included as part of SharePoint 2010. Yes, it is integrated into Visual Studio 2010 in so far as intellisense and jQuery is provided in a local folder post install. However, in all the demos I saw at SPC09, jQuery had been downloaded to a SharePoint library or folder and referenced via traditional means (i.e. script tag hack or document.write method, or as HTML ). After a Microsoft Presentation on SharePoint Mashups with Bing Maps, I asked the question on what is the recommended method to include jQuery on SharePoint pages and the answer was there is no best method. I caught up with Mike Amerlan later at the conference and he did say that deploying jQuery and script solutions via WSP is the best way to go. I still think the best way to go for now is to use Jan Tielen's SmartTools.jQuery (server side install which adds jQuery to all pages in a site collection) or his new jQueryLoader (client side install which modifies the master page to include jQuery on all site pages). The community still needs a better solution. We need a way to: - Push the script to pages that we want. - Allow Script on Demand or lazy loading (it's a waste of resources to load jQuery and other libraries on a page that don't need it). I am going to have the jPoint community look into implementing this, possibly by using an Aspect Oriented Programming design. Mark,

I am not so sure that jQuery is included as part of SharePoint 2010. Yes, it is integrated into Visual Studio 2010 in so far as intellisense and jQuery is provided in a local folder post install. However, in all the demos I saw at SPC09, jQuery had been downloaded to a SharePoint library or folder and referenced via traditional means (i.e. script tag hack or document.write method, or as HTML ).

After a Microsoft Presentation on SharePoint Mashups with Bing Maps, I asked the question on what is the recommended method to include jQuery on SharePoint pages and the answer was there is no best method. I caught up with Mike Amerlan later at the conference and he did say that deploying jQuery and script solutions via WSP is the best way to go.

I still think the best way to go for now is to use Jan Tielen’s SmartTools.jQuery (server side install which adds jQuery to all pages in a site collection) or his new jQueryLoader (client side install which modifies the master page to include jQuery on all site pages).

The community still needs a better solution. We need a way to:

- Push the script to pages that we want.
- Allow Script on Demand or lazy loading (it’s a waste of resources to load jQuery and other libraries on a page that don’t need it).

I am going to have the jPoint community look into implementing this, possibly by using an Aspect Oriented Programming design.

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-18341 EndUserSharePoint Tue, 27 Oct 2009 14:24:06 +0000 http://www.endusersharepoint.com/?p=2874#comment-18341 Christophe, I actually had a discussion with Jeremy Thake (@jthake) last night on that. Yes, jQuery is included as part of 2010, however "No one's talking!". I can't find documentation or discussion on it. Probably have to wait for the beta rollout in November. Mark Christophe,

I actually had a discussion with Jeremy Thake (@jthake) last night on that. Yes, jQuery is included as part of 2010, however “No one’s talking!”. I can’t find documentation or discussion on it. Probably have to wait for the beta rollout in November.

Mark

]]>
By: Christophe http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-18339 Christophe Tue, 27 Oct 2009 13:50:51 +0000 http://www.endusersharepoint.com/?p=2874#comment-18339 Surprisingly, I have seen no mention of jQuery in SPC09 related articles...or did I miss something? Surprisingly, I have seen no mention of jQuery in SPC09 related articles…or did I miss something?

]]>
By: Will Lawrence http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-18239 Will Lawrence Thu, 22 Oct 2009 19:52:44 +0000 http://www.endusersharepoint.com/?p=2874#comment-18239 Great question Dean. One answer is to help the jPoint open source project improve their API so that jQuery solutions can be jPoint-ized (which will basically involve cutting and pasting the code into a jPart template) so that the solution will work seamlessly from 2007 to 2010. But we, as a community, have a lot of work to do. The jPoint project has the vision to make everyone's lives easier by making it easier to develop, deploy, and upgrade javascript solutions on Sharepoint. We are looking for devs to help overload our functions to allow jPoint to leverage the optimized functions in the SharePoint Javascript Client Object Model (ie. bulk load queries). Please check out the jPoint project on Codeplex - http://jPoint.codeplex.com. @Willhlaw Great question Dean. One answer is to help the jPoint open source project improve their API so that jQuery solutions can be jPoint-ized (which will basically involve cutting and pasting the code into a jPart template) so that the solution will work seamlessly from 2007 to 2010.

But we, as a community, have a lot of work to do. The jPoint project has the vision to make everyone’s lives easier by making it easier to develop, deploy, and upgrade javascript solutions on Sharepoint. We are looking for devs to help overload our functions to allow jPoint to leverage the optimized functions in the SharePoint Javascript Client Object Model (ie. bulk load queries). Please check out the jPoint project on Codeplex – http://jPoint.codeplex.com.

@Willhlaw

]]>
By: Dean http://www.endusersharepoint.com/2009/10/22/jquery-for-everyone-the-sharepoint-game-changer/comment-page-1/#comment-18223 Dean Thu, 22 Oct 2009 14:22:53 +0000 http://www.endusersharepoint.com/?p=2874#comment-18223 Any idea what will happen to pages that have calls to Jquery when we upgrade to the next version of SharePoint? Any idea what will happen to pages that have calls to Jquery when we upgrade to the next version of SharePoint?

]]>