After numerous requests of publishing the source code of my demo as showed before in JQuery Mobile Web Client on SharePoint enabled I have decided to do so. You lucky bastards… from the goodness of my hart… and for the good of community… and for world peace. Please be aware that the solution has not left [...]
Archive for the ‘JavaScript’ Category
JQuery Mobile Web Client on SharePoint – The Source Code
Posted in JavaScript, JQuery, JQuery Mobile, MOSS2007, SharePoint on August 4, 2011 | 3 Comments »
JQuery Mobile Web Client on SharePoint enabled
Posted in JQuery Mobile, Uncategorized on May 10, 2011 | Leave a Comment »
This is what JQuerMobile and SharePoint Designer can do together. Show list and subsites from SharePoint enabled for iPhone and iPad and Androi or WP7 for that matter.
Pass a ListItemId to SharePoint workflow
Posted in JavaScript, MOSS2007, SharePoint on March 18, 2011 | Leave a Comment »
In SharePoint Designer 2007 open the page where an action is needed. Right click the control the wher you want to start the workflow from… click Form Actions. Add Custom Action and click Settings and the Workflow Wizard will start. Click Variables and add a variable called something like MyListItemId. Finish the workflow and see [...]
Preview JavaScript files in Windows7 Explorer
Posted in JavaScript on January 26, 2011 | Leave a Comment »
For all you JS-hackers out there… here’s the way to make Windows7 to show a preview of a JavaScript file.In the registry add a STRING value to the HKEY_CLASSES_ROOT\.js node called PerceivedType with the value text.That’s all there’s to it. Like this..! Or make a registry file containing: Windows Registry Editor Version 5.00 [...]
Copying Dynamics CRM form values to the clipboard
Posted in JavaScript, MS CRM 4.0, MS Dynamics CRM on January 5, 2011 | Leave a Comment »
For multiple records MS CRM options like mail merge and Excel exports are mighty handy.For single record data export the Clipboard is more the way to go. If you need the name and address of a certain account or contact … you want that to be directly available… in your CTRL-V.If you want to print [...]
CRM 4 to CRM 2011 JavaScript Converter Tool
Posted in JavaScript, MS CRM 2011, MS CRM 4.0, MS Dynamics CRM on December 3, 2010 | Leave a Comment »
Do not forget this..! CRM 4 to CRM 2011 JavaScript Converter Tool.
How is this for a cool MS CRM 2011 feature explanation?
Posted in JavaScript, MS CRM 2011, MS Dynamics CRM on December 3, 2010 | Leave a Comment »
I love it when people make blog posts like thesehttp://blogs.msdn.com/b/crm/archive/2010/10/25/bing-maps-and-microsoft-dynamics-crm-online.aspx Like this you can learn to use and understand MS CRM 2011 Solutions, Dashboard, JQuery, BingMaps, CRM Discovery Service, usage of REST services, Web Resources,. Here’s the direct download link of the source code. All I needed.
DateJS.js and MS CRM 4.0
Posted in JavaScript, MS CRM 4.0 on November 2, 2010 | Leave a Comment »
My customer had a wish of calculating estimated revenue based on hour per week, amount per hour and calculated based on business days between start date and the end data.There was a tiny little detail that caused some thinking… which was that the end data is most cases start date + 3 months… so I [...]
ISV Buttons reappear after resize
Posted in JavaScript, MS CRM 4.0, Uncategorized on October 5, 2010 | Leave a Comment »
MS CRM 4.0 has a great feature… disappearing ISV button label on a CRM Form when the form is not maximized. However there is a problem…. the reappearance of ISV buttons after resizing the window. Only a F5 (refresh) of the window will re-disappear the ISV buttons… since the OnLoad is re-executed. In my [...]
The Big List of JavaScript, CSS, and HTML Development Tools, Libraries, Projects, and Books
Posted in JavaScript, tagged JavaScript on April 30, 2010 | 1 Comment »
Courtesy to Rey Bango Debugging Tools That Make Life MUCH Easier: Effectively debugging JavaScript applications is a royal pain in the derriere and to compile that, the available tools just don’t stand up to those used by managed code developers. Luckily, we do have a decent set of tools that lessens the pain substantially. Firebug [...]