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;...
blog.tagged.com
Using HTML5’s File API to Improve User Experience | Tagged
http://blog.tagged.com/2014/07/summer-2014-hackathon-project-using-html5s-file-api-to-improve-user-experience
Technically, Social Discovery. Summer 2014 Hackathon Project: Using HTML5’s File API to Improve User Experience. For the summer 2014 hackathon, we (the Tagged interns) decided to work on a project to improve the user experience for the Add Photos section of Tagged. How to style an HTML5 file upload button? After that, it was just a matter of styling the label into a visually-appealing button. We used CSS3’s linear-gradient for the background with a solid fallback color for older browsers. As an aside, we...
auspiciousday.com
Auspicious Day | The Terrific Trio
http://www.auspiciousday.com/news-and-reviews/2014/09/22/the-terrific-trio
The Terrific Trio - posted on Monday 22 Sep 2014 by Adrian. It is human nature that we will always want to make our lives easier, it is a deep seated primal drive. And when it comes to technology there are some extremely bright and capable people out there who have produced some fantastic innovations that help so much, especially in web development and design. From personal experience and as one who uses SASS. But more specifically Node JS. It is very flexible too. And when used in conjunction with m...
SOCIAL ENGAGEMENT