Posts

  • Using Promises with the JavaScript Object Model in SharePoint 2013

    The front-end development provides support to have a responsive UI, now exist very third-party libraries that help the developers. In this article I want to explain how is possible to use the javascript promises applied to JSOM (javascript object model) in SharePoint 2013, I used this particular topic in a project for a customer.

  • SharePoint 2013 Device Channel custom UI component

    In my experience on SharePoint 2013, with the device channel I saw a gap in editing mode of the page. To fill this gap I have created a custom component UI with jQuery that allowing to switch across the device channel panel. This new feature of the device channel into SharePoint, allow to display the page created ad hoc for a specific device. This is possible because comes showed the device channel panel that contains the specific html markup for the device as set into site settings -> device channel, for understanding more see the link on MSDN.

  • How to create a pdf client side with Javascript

    How to create a pdf client side with a fantastic open source library JSPDF that transforms the contents of a div into a pdf page. After a bit of research, we came across this magnificent free library which is also updated frequently (last update was a couple of months ago) that greatly facilitates the creation of PDF pages for user’s experience benefit, without going into details like how you generate a PDF file.

  • How to create a SharePoint Farm on Azure

    Now is very simple creating a SharePoint farm on new azure portal….

  • How to create a SharePoint Timer Job

    In my first article I want to talk of the SharePoint Timer Job. The timer job is a very useful service on SharePoint, that allow automate a process, for example. For developing a timer job is necessary create a class in the follow method:     public class NotificationTimerJob : SPJobDefinition {}. There is a good example on MSDN that help us to understand better, how to develop a timer job for SharePoint 2010: http://msdn.microsoft.com/en-us/library/ff798313.aspx When I go to debug is absolutely important on visual studio to do “attach process” as in figure:

subscribe via RSS

Giuliano De Luca | Blog | delucagiuliano.com
Giuliano De Luca
Giuliano De Luca | Blog | delucagiuliano.com