New Post: Outputting data from a Picasa RSS feed on a page gives...
Hi Inna, Many thanks for the Razor function. It works brilliantly! I've not yet had time to learn about Razor, so it's a bit outside of my comfort zone. However, I have used your example to add some...
View ArticleNew Post: Multiple Hostname Bindings (Not Aliases) Going to the same Root...
If you have a patch which will embrace the existing behavior and what you need without complicating the setup experience too much, we're definitely interested.
View ArticleNew Post: Multiple Hostname Bindings (Not Aliases) Going to the same Root...
Below is what we did initially, to allow pages to resolve correctly during the routing when requested with "alternate" hostnames. We did not tackle the issue of picking the "correct" hostname when...
View ArticleNew Post: Outputting data from a Picasa RSS feed on a page gives...
A friend gave me a hand with this bit. Together, we've added:public static XName XML_LINK = XName.Get("link", "http://www.w3.org/2005/Atom"); ... to the top of the function, and:var althref = (from...
View ArticleNew Post: composite.community.blog add property not displaying in xslt function
Hi, I needed to add a property to the composite.community.blog. I managed to add this no problems through the CMS/Data. I basically added a new text field to the Author object called GooglePlusURL....
View ArticleNew Post: Outputting data from a Picasa RSS feed on a page gives...
Hi, Below is an example with caching where you can specify Cache time as input parameter@inherits RazorFunction @using System.Web.Caching @functions { public override string FunctionDescription { get {...
View ArticleNew Post: Template strategy
Hi These are just my thoughts regarding code bloat and just adding javascript to master cshtml. This reminds me that few years ago some people argued against Silverlight and Flash with the statements...
View ArticleNew Post: Template strategy
Another one issue I did not address: Some jQuery plugins need initializtion which is mostly impossible to do it generalized in master files (for example size of the quicks) and this should be done...
View ArticleNew Post: composite.community.blog add property not displaying in xslt function
Hi Edit XSLT function and make sure that Selected fields in function call contains Author.GooglePlusURL field. See screenshot below
View ArticleNew Post: XSD for PackageCreator Install.xml
Hello, I'm currently working on a C1 project, where we develop a custom site with custom functions / layouts / masterpages. To deploy the developed pieces, we need to collect the created files and pack...
View ArticleNew Post: XSD for PackageCreator Install.xml
Hi Chris, we haven't created any XSD's for the install.xml / fragment installer xml, sorry. I can dig up documentation on the format if you are interested. What you build sounds awesome and like a...
View ArticleNew Post: XSD for PackageCreator Install.xml
Hi Marcus, A documentation about that would be great. Especially what kind of elements and attributes are used where would be helpful. Need to check the publishing with my company, but if we publish,...
View ArticleNew Post: XSD for PackageCreator Install.xml
It would be difficult to create a complete and definite xsd for install.xml since its plugin based and anyone can add their own FragmentInstallers that uses their own undocumented xml markup. I can...
View ArticleNew Post: composite.community.blog add property not displaying in xslt function
Thank you so much! That worked great :)
View ArticleNew Post: Template strategy
@burningice Something like that I'll take a look, but right now I solved it more current Composite way moved dependencies into Page Templates and added few new ones. I'll test that on newer and smalelr...
View ArticleNew Post: Template strategy
The simple way is also to maintain a xml/config file where you group sets of js and css files together and give them names. This way you can at any point in the Rendering pipeline define what js/css...
View ArticleNew Post: Outputting data from a Picasa RSS feed on a page gives...
Thank you Inna. That's wonderful. It works brilliantly. David.
View ArticleNew Post: Error "Failed to get page template by id"
Its def. not datastore related the problems you're having. Xml templates are only stored in Composite.Data.Types.IXmlPageTemplate_Published.xml. Default there is an .xml file being created in...
View ArticleNew Post: Error "Failed to get page template by id"
Hi BurningIce, Yes, the ILocking and IFlow I copied just out of frustration, seeing as I wasn't able to solve my issue. The ~/App_Data/PageTemplates are copied and checked that are visible. The IPage...
View Article