Skip to main content

Posts

Showing posts with the label sharepoint 365

Resources to help office 365 developers

The new way of development in the Microsoft world has chnaged. In other to keep up, you must keep abreast with information.  Here are couple of sites you may need: https://github.com/sharepoint https://sharepoint.stackexchange.com/ https://developer.microsoft.com/en-us/office https://sharepoint.uservoice.com/

How to completely uninstall node.js

There is no need to panic if your node.js version is wrong or if you need to deep clean. Follow these steps: Calm down and take a deep breath. From your shell environment, run the command - npm cache clean --force From the operating system, carry out an uninstall with the uninstaller. Reboot the machine. Find these folders and remove them and all the contents if they exist. Some of them may or may not exist: C:\Program Files (x86)\Nodejs C:\Program Files\Nodejs C:\Users\{User}\AppData\Roaming\npm (or %appdata%\npm ) C:\Users\{User}\AppData\Roaming\npm-cache (or %appdata%\npm-cache ) C:\Users\{User}\.npmrc (and possibly check for that without the . prefix too) C:\Users\{User}\AppData\Local\Temp\npm-* Confirm that the  %PATH% environment variable has no references to Nodejs or npm exist. If node is still there,  type where node at the command prompt and you can locate where it resides -- delete all the folders. Reboot your machine again.

Register client side scripts in code behind

Quick way to register client side scripts.     Let us take the css files first: CssLink cssLink = new CssLink (); cssLink . DefaultUrl = "/_layouts/appname/cssfiletoregister.css" ; this . Page . Header . Controls . Add ( cssLink );     string scriptPath = "/_layouts/appname/jstoregister.js" ; if (! this . Page . ClientScript . IsClientScriptBlockRegistered ( scriptPath )) this . Page . ClientScript . RegisterClientScriptBlock ( this . GetType (), scriptPath , "

SharePoint "Agaves"

What is a SharePoint Agave? Agaves is a codename for content-aware web apps, built with HTML and JavaScript, that can extend both desktop and web Office applications. Categories Content Agaves Contextual (Mail) Agaves  Task Pane Agaves     This is a term that will be deprecated soon as we move into a final release to Apps for Office. Become an apps for office publisher .  

SharePoint 2013 preview release

It's SharePoint 2013! Hello everyone. SharePoint 2013 preview release is now out.  It is time to get your hands on the new release after a long silence from Microsoft.  The whole Office family of products have got some extras to showcase.  What a good time to see/read/hear new things this summer. Read Microsoft Corp. CEO Steve Ballmer's  press release here . Straight to the point for SharePoint 2013.  Download SharePoint 2013 Follow me to download SharePoint 2013 (Wave 15) from here . Get trained on SharePoint 2013 Become familiar with SharePoint 2013 features and development scenarios. SharePoint 2013.