<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Reacties op: Umbraco 4.5 &amp; Visual Studio 2010 &amp; .Less &amp; jQuery vsdoc &amp; SquishIt &amp; masterpages</title>
	<atom:link href="http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/</link>
	<description>Tech blog by kipusoep</description>
	<lastBuildDate>Fri, 06 Jan 2012 10:03:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Door: kipusoep</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4574</link>
		<dc:creator>kipusoep</dc:creator>
		<pubDate>Wed, 05 Jan 2011 13:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4574</guid>
		<description>Rob, stop spamming about XSLT ;) It&#039;s just bad :P</description>
		<content:encoded><![CDATA[<p>Rob, stop spamming about XSLT <img src='http://tech.kipusoep.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  It&#8217;s just bad <img src='http://tech.kipusoep.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Rob</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4573</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 05 Jan 2011 13:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4573</guid>
		<description>&quot;It’s not even possible to assign a value to a variable for a second time.&quot;
That&#039;s because it&#039;s a functional programming language; it&#039;s actually by design (rather than a missing feature). Variable, here, means something like this:
&quot;Varying, in the context of mathematical variables, does not mean change in the course of time, but rather dependence on the context in which the variable is used.&quot;

It&#039;ll make more sense to mathematicians than to programmers, but at least there&#039;s a reasonable explanation. Other functional programming languages work the same way, tho some may have implemented a work-around (and possibly violate the functional programming paradigm in doing so).

(See also: http://www.wisegeek.com/what-is-functional-programming.htm)</description>
		<content:encoded><![CDATA[<p>&#8220;It’s not even possible to assign a value to a variable for a second time.&#8221;<br />
That&#8217;s because it&#8217;s a functional programming language; it&#8217;s actually by design (rather than a missing feature). Variable, here, means something like this:<br />
&#8220;Varying, in the context of mathematical variables, does not mean change in the course of time, but rather dependence on the context in which the variable is used.&#8221;</p>
<p>It&#8217;ll make more sense to mathematicians than to programmers, but at least there&#8217;s a reasonable explanation. Other functional programming languages work the same way, tho some may have implemented a work-around (and possibly violate the functional programming paradigm in doing so).</p>
<p>(See also: <a href="http://www.wisegeek.com/what-is-functional-programming.htm)" rel="nofollow">http://www.wisegeek.com/what-is-functional-programming.htm)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: thomas.stock</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4459</link>
		<dc:creator>thomas.stock</dc:creator>
		<pubDate>Wed, 01 Dec 2010 08:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4459</guid>
		<description>Ok thanks a lot, I thought you meant linq2sql in your original post. :-)
I was unaware there was something like linq2umbraco.

Thanks for the help!</description>
		<content:encoded><![CDATA[<p>Ok thanks a lot, I thought you meant linq2sql in your original post. <img src='http://tech.kipusoep.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I was unaware there was something like linq2umbraco.</p>
<p>Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: kipusoep</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4456</link>
		<dc:creator>kipusoep</dc:creator>
		<pubDate>Tue, 30 Nov 2010 16:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4456</guid>
		<description>Thomas

These are indeed very basic Umbraco questions. If you have any questions in the future, please use http://our.umbraco.org, there are lot&#039;s of helpful people over there :-) This blog isn&#039;t really a forum you know ;-)
Anyway:
1. There is no DB communication. The XSLT uses the umbraco XML cache file. .NET uses this file too when you&#039;re using the umbraco NodeFactory or Linq2Umbraco.
2. When I want to Save and Publish a new or altered Document ;-) Like:
Document d = new Document(docId);
d.GetProperty(&quot;someProperty&quot;).value = &quot;some value&quot;;
d.SaveAndPublish();

You must declare &quot;using InfoCaster.Umbraco.Library;&quot; when you want to use the extension methods.</description>
		<content:encoded><![CDATA[<p>Thomas</p>
<p>These are indeed very basic Umbraco questions. If you have any questions in the future, please use <a href="http://our.umbraco.org" rel="nofollow">http://our.umbraco.org</a>, there are lot&#8217;s of helpful people over there <img src='http://tech.kipusoep.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  This blog isn&#8217;t really a forum you know <img src='http://tech.kipusoep.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Anyway:<br />
1. There is no DB communication. The XSLT uses the umbraco XML cache file. .NET uses this file too when you&#8217;re using the umbraco NodeFactory or Linq2Umbraco.<br />
2. When I want to Save and Publish a new or altered Document <img src='http://tech.kipusoep.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Like:<br />
Document d = new Document(docId);<br />
d.GetProperty(&#8220;someProperty&#8221;).value = &#8220;some value&#8221;;<br />
d.SaveAndPublish();</p>
<p>You must declare &#8220;using InfoCaster.Umbraco.Library;&#8221; when you want to use the extension methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: thomas.stock</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4455</link>
		<dc:creator>thomas.stock</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4455</guid>
		<description>Ok sounds very nice. I&#039;ll give this method a try for future projects.

I got 2 more newbish questions if you dont mind: 

- You communicate with the DB in the masterpages. I hope this only happens upon publishing (to generate static pages without DB calls in the frontend)? I&#039;m not that familiar with the caching/publishing mechanism and find it a bit odd that you use DB calls where xslt (that works on the cache xml) is normally used.

- When and where do you use the SaveAndPublish extension method in your extension methods file?

Thanks a lot for the replies</description>
		<content:encoded><![CDATA[<p>Ok sounds very nice. I&#8217;ll give this method a try for future projects.</p>
<p>I got 2 more newbish questions if you dont mind: </p>
<p>- You communicate with the DB in the masterpages. I hope this only happens upon publishing (to generate static pages without DB calls in the frontend)? I&#8217;m not that familiar with the caching/publishing mechanism and find it a bit odd that you use DB calls where xslt (that works on the cache xml) is normally used.</p>
<p>- When and where do you use the SaveAndPublish extension method in your extension methods file?</p>
<p>Thanks a lot for the replies</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: kipusoep</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4454</link>
		<dc:creator>kipusoep</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4454</guid>
		<description>Yes, it works just like a &#039;normal&#039; ASP.NET project. We always deploy using the built-in Visual Studio Deploy option. Code-behind files will not be deployed, instead the binary file (assembly) of the project will be deployed.</description>
		<content:encoded><![CDATA[<p>Yes, it works just like a &#8216;normal&#8217; ASP.NET project. We always deploy using the built-in Visual Studio Deploy option. Code-behind files will not be deployed, instead the binary file (assembly) of the project will be deployed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: thomas.stock</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4453</link>
		<dc:creator>thomas.stock</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4453</guid>
		<description>yes but I mean, when u add new usercontrols and masterpages this way, the usercontrols and masterpages have .cs codebehind files, right? How do you deploy afterwards?</description>
		<content:encoded><![CDATA[<p>yes but I mean, when u add new usercontrols and masterpages this way, the usercontrols and masterpages have .cs codebehind files, right? How do you deploy afterwards?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: kipusoep</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4452</link>
		<dc:creator>kipusoep</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4452</guid>
		<description>Nope, I just downloaded the compiled version of umbraco :-) And I encapsulate the compiled version with this Visual Studio solution</description>
		<content:encoded><![CDATA[<p>Nope, I just downloaded the compiled version of umbraco <img src='http://tech.kipusoep.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  And I encapsulate the compiled version with this Visual Studio solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: thomas.stock</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4451</link>
		<dc:creator>thomas.stock</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4451</guid>
		<description>@kipusoep

if its everything together, don&#039;t you have .cs files in the umbraco installation then? how do you deal with that?</description>
		<content:encoded><![CDATA[<p>@kipusoep</p>
<p>if its everything together, don&#8217;t you have .cs files in the umbraco installation then? how do you deal with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Using .LESS and the Client Dependency Framework in Umbraco &#171; Matt Brailsford</title>
		<link>http://tech.kipusoep.nl/2010/07/23/umbraco-45-visual-studio-2010-dotless-jquery-vsdoc-squishit-masterpages/comment-page-1/#comment-4161</link>
		<dc:creator>Using .LESS and the Client Dependency Framework in Umbraco &#171; Matt Brailsford</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://tech.kipusoep.nl/?p=37#comment-4161</guid>
		<description>[...] .LESS and the Client Dependency Framework in Umbraco August 12, 2010  // 0    Inspired by a resent blog post by Stefan Kip and a conversation with Geert Pasteels on twitter, I thought it was about time I had a play with [...]</description>
		<content:encoded><![CDATA[<p>[...] .LESS and the Client Dependency Framework in Umbraco August 12, 2010  // 0    Inspired by a resent blog post by Stefan Kip and a conversation with Geert Pasteels on twitter, I thought it was about time I had a play with [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

