johnlivingstontech.blogspot.com
john.livingston.tech: Parsing XML and databinding using jsRender and jsViews (RIP jQuery Templates)
http://johnlivingstontech.blogspot.com/2011/11/parsing-xml-and-databinding-using.html
Wednesday, November 23, 2011. Parsing XML and databinding using jsRender and jsViews (RIP jQuery Templates). I have always been a huge fan of the very flexible ASP.NET ListView. Control for creating templates and databinding nested data collections. Recently though I have been making a stronger effort to work with client side technologies like jQuery and client friendly data formats like JSON and JSONP. Thanks to the hard work of Microsoft’s Boris Moore. Append($.render(obj, "tblTemplate". 5 Run the code!
johnlivingstontech.blogspot.com
john.livingston.tech: January 2011
http://johnlivingstontech.blogspot.com/2011_01_01_archive.html
Tuesday, January 25, 2011. Recursively set SharePoint MasterPages and CSS. Here is a quick sample of how to set master pages and CSS recursively and make sure that they are inherited from the parent site. This would be used within a SharePoint project’s FeatureEventReceiver class. System.Runtime.InteropServices;. AcmeIntranet.Ui.Features.Feature1. SPSite site = (SPSite)properties.Feature.Parent). SPWeb web = site.RootWeb). Uri(web.Url "/ catalogs/masterpage/Custom.master". WebMasterUrl = masterPageUrl;.
johnlivingstontech.blogspot.com
john.livingston.tech: Get SharePoint audit details across the farm for specific users
http://johnlivingstontech.blogspot.com/2011/06/get-sharepoint-audit-details-across.html
Wednesday, June 1, 2011. Get SharePoint audit details across the farm for specific users. Configure audit settings for a site collections. Http:/ office.microsoft.com/en-us/sharepoint-server-help/configure-audit-settings-for-a-site-collection-HA010099726.aspx. Custom Auditing in SharePoint. Http:/ msdn.microsoft.com/en-us/magazine/cc794261.aspx. System.IO; using. System.Text; using. System.Windows.Forms; using. Microsoft.SharePoint; using. Microsoft.SharePoint.Administration; namespace. UserLogin, GetExt...
johnlivingstontech.blogspot.com
john.livingston.tech: November 2010
http://johnlivingstontech.blogspot.com/2010_11_01_archive.html
Monday, November 22, 2010. Use C# to generate sample Word and PDF files on the fly! 1 Create a console application in Visual Studio 2010. Make sure it is .NET 4.0. Dd a reference to “Microsoft Word 14.0 Object Library”. It is likely this will work with 12.0, but I haven’t tested it. 3 Copy and paste the code below. Make sure to update your namespace if necessary. MSDN - Saving Word 2007 Documents to PDF and XPS Formats. COM Interop Gets Much Better in C# 4.0. System.Collections.Generic;. ParamExportOptim...
johnlivingstontech.blogspot.com
john.livingston.tech: December 2010
http://johnlivingstontech.blogspot.com/2010_12_01_archive.html
Friday, December 17, 2010. SharePoint - User Profile Properties Provider Web Part. This snippet of code allows you to create a hidden SharePoint Provider Web Part that is used to pass properties from the current user’s profile to consumer web parts. All of the User Profile properties are populated into a drop down list. When a value is picked, the current user’s property value is displayed. You also have the option to override this value. System.Collections.Generic;. System.Web.UI;. Epc, lstEditorPart);.
johnlivingstontech.blogspot.com
john.livingston.tech: November 2011
http://johnlivingstontech.blogspot.com/2011_11_01_archive.html
Wednesday, November 23, 2011. Parsing XML and databinding using jsRender and jsViews (RIP jQuery Templates). I have always been a huge fan of the very flexible ASP.NET ListView. Control for creating templates and databinding nested data collections. Recently though I have been making a stronger effort to work with client side technologies like jQuery and client friendly data formats like JSON and JSONP. Thanks to the hard work of Microsoft’s Boris Moore. Append($.render(obj, tblTemplate.
johnlivingstontech.blogspot.com
john.livingston.tech: June 2010
http://johnlivingstontech.blogspot.com/2010_06_01_archive.html
Monday, June 7, 2010. Create an Excel workbook from a DataSet using Open XML SDK. Here is a simple code snippet for creating Excel workbooks from a DataSet using Open XML SDK. It will create a tab for each DataTable object and apply some basic formatting. 1 Open a project in Visual Studio. In my case, I used a Web Application project. 2 Add a reference to the following assemblies:. 160; Document.OpenXml. C: Program Files Open XML SDK V2.0 lib). Download here: Simple OOXML. 160; . 160; &#...160;...
docs.angularjs.org
AngularJS
https://docs.angularjs.org/api/AUTO.$provide
Seed App project template. Show / Hide Table of Contents. Super-powered by Google 2010-2016 (. Code licensed under The MIT License. Documentation licensed under CC BY 3.0.
blog.davideferrero.com
AngularJs | Davide Ferrero
http://blog.davideferrero.com/category/informatica/web-informatica/angularjs
Web developer for passion. Ng-Cookies e cookies su localhost con AngularJs. Oggi scrivo di una piccola scoperta fatta giocando con AngularJs. Che potrebbe tornare utile a chi di voi si deve cimentare nell’utilizzo di questa funzionalità javascript con l’ormai noto framework. Dopo aver perso tutte le speranze e mentre vagavo senza meta all’interno delle issues del repository Github di AngularJs. Facciamo un esempio: se il vostro progetto risponde all’url. Il particolare importante da notare è lo.
SOCIAL ENGAGEMENT