<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for JR Thomas</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/foreachdev/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for JR Thomas</title><link>http://channel9.msdn.com/Niners/foreachdev/</link></image><description>Entries, comments and threads posted by JR Thomas</description><link>http://channel9.msdn.com/Niners/foreachdev/</link><language>en-us</language><pubDate>Wed, 25 Feb 2009 21:45:16 GMT</pubDate><lastBuildDate>Wed, 25 Feb 2009 21:45:16 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>My million dollar idea please steal it hardware mfrs [My million dollar idea please steal it hardware mfrs]</title><description>Why not sell a pair of wireless transcievers with DVI, HDMI and/or VGA interfaces on them. Have Drivers for the OS that once your monitor meets the transceiver in your laptop they out synch when they are both turned on within 30 feet of each other or so.&lt;br&gt;&lt;br&gt;One less cord to plug in. You could build the transcievers into displays and laptops after a few generations.&lt;br&gt;&lt;br&gt;Why hasn't this been done? &lt;br&gt;&lt;br&gt;Docking stations the next generation:)&lt;br&gt;&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/458830-My-million-dollar-idea-please-steal-it-hardware-mfrs/'&gt;My million dollar idea please steal it hardware mfrs&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/458830/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/458830-My-million-dollar-idea-please-steal-it-hardware-mfrs/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/458830-My-million-dollar-idea-please-steal-it-hardware-mfrs/</link><pubDate>Wed, 25 Feb 2009 21:45:16 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/458830-My-million-dollar-idea-please-steal-it-hardware-mfrs/</guid><evnet:views>854</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/458830/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Why not sell a pair of wireless transcievers with DVI, HDMI and/or VGA interfaces on them. Have Drivers for the OS that once your monitor meets the transceiver in your laptop they out synch when they are both turned on within 30 feet of each other or so.One less cord to plug in. You could build the&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/458830-My-million-dollar-idea-please-steal-it-hardware-mfrs/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/458830/Trackback.aspx</trackback:ping></item><item><title>using Sys.Services.AuthenticationService.login and Decoding url in Javascript [using Sys.Services.AuthenticationService.login and Decoding url in Javascript]</title><description>So I have the following code using JQUERY with Sys.Services.AuthenticationService.login.&lt;BR&gt;
&lt;P&gt;var username = $('#username').attr("value");&lt;/P&gt;
&lt;P&gt;var password = $('#password').attr("value");&lt;/P&gt;
&lt;P&gt;var isPersistent = false;&lt;/P&gt;
&lt;P&gt;var customInfo = null;&lt;/P&gt;
&lt;P&gt;var redirectUrl = $.jqURL.get('ReturnUrl');&lt;/P&gt;
&lt;P&gt;Sys.Services.AuthenticationService.login(&lt;/P&gt;
&lt;P&gt;username,&lt;/P&gt;
&lt;P&gt;password,&lt;/P&gt;
&lt;P&gt;isPersistent,&lt;/P&gt;
&lt;P&gt;customInfo,&lt;/P&gt;
&lt;P&gt;redirectUrl,&lt;/P&gt;
&lt;P&gt;loginCompleted,&lt;/P&gt;
&lt;P&gt;loginFailed);&lt;/P&gt;Life is great except when the service redirects it does not decode the query string parameter before using it so it ends up at:&lt;BR&gt;&lt;A href="http://localhost:54201/%2fAdmin%2fdefault.aspx"&gt;http://localhost:54201/%2fAdmin%2fdefault.aspx&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;With a 400 bad request HTTP error.&lt;BR&gt;&lt;BR&gt;Anybody know of a sample where the decode a url in javascript?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/458706-using-SysServicesAuthenticationServicelogin-and-Decoding-url-in-Javascript/'&gt;using Sys.Services.AuthenticationService.login and Decoding url in Javascript&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/458706/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/458706-using-SysServicesAuthenticationServicelogin-and-Decoding-url-in-Javascript/</comments><link>http://channel9.msdn.com/forums/TechOff/458706-using-SysServicesAuthenticationServicelogin-and-Decoding-url-in-Javascript/</link><pubDate>Wed, 25 Feb 2009 02:27:55 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/458706-using-SysServicesAuthenticationServicelogin-and-Decoding-url-in-Javascript/</guid><evnet:views>701</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/458706/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So I have the following code using JQUERY with Sys.Services.AuthenticationService.login.
var username = $('#username').attr("value");
var password = $('#password').attr("value");
var isPersistent = false;
var customInfo = null;
var redirectUrl =&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/458706-using-SysServicesAuthenticationServicelogin-and-Decoding-url-in-Javascript/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/458706/Trackback.aspx</trackback:ping></item><item><title>Skype Wan Party Wenesday (Tonight) 7:30 PM [Skype Wan Party Wenesday (Tonight) 7:30 PM]</title><description>&lt;A href="http://girldeveloper.com/vlog/my-first-video-blog/"&gt;http://girldeveloper.com/vlog/my-first-video-blog/&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;.NET Wan Party yet again! Tonight on Skype 7:30 (UTC -5) Chirp me for details.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/457917-Skype-Wan-Party-Wenesday-Tonight-730-PM/'&gt;Skype Wan Party Wenesday (Tonight) 7:30 PM&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/457917/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/457917-Skype-Wan-Party-Wenesday-Tonight-730-PM/</comments><link>http://channel9.msdn.com/forums/TechOff/457917-Skype-Wan-Party-Wenesday-Tonight-730-PM/</link><pubDate>Wed, 18 Feb 2009 15:05:45 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/457917-Skype-Wan-Party-Wenesday-Tonight-730-PM/</guid><evnet:views>314</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/457917/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://girldeveloper.com/vlog/my-first-video-blog/.NET Wan Party yet again! Tonight on Skype 7:30 (UTC -5) Chirp me for details.in reply to Skype Wan Party Wenesday (Tonight) 7:30 PM</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/457917-Skype-Wan-Party-Wenesday-Tonight-730-PM/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/457917/Trackback.aspx</trackback:ping></item><item><title>No partay like a Skype Party [No partay like a Skype Party]</title><description>&lt;A href="http://girldeveloper.com/vlog/my-first-video-blog/"&gt;http://girldeveloper.com/vlog/my-first-video-blog/&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Come crash the 2ND Wan Party this Wenesday at 7:30 PM EST (GMT -5)&amp;nbsp;on Skype. See the above url for the Conference organizer's&amp;nbsp;Skype ID.&lt;BR&gt;&lt;BR&gt;If you ever wanted to flame me in person this as close as you ll get. Trust me my lawyers are on it.&lt;BR&gt;&lt;BR&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/457061-No-partay-like-a-Skype-Party/'&gt;No partay like a Skype Party&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/457061/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/457061-No-partay-like-a-Skype-Party/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/457061-No-partay-like-a-Skype-Party/</link><pubDate>Wed, 11 Feb 2009 02:20:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/457061-No-partay-like-a-Skype-Party/</guid><evnet:views>733</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/457061/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://girldeveloper.com/vlog/my-first-video-blog/Come crash the 2ND Wan Party this Wenesday at 7:30 PM EST (GMT -5)&amp;nbsp;on Skype. See the above url for the Conference organizer's&amp;nbsp;Skype ID.If you ever wanted to flame me in person this as close as you ll get. Trust me my lawyers are on it.in&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/457061-No-partay-like-a-Skype-Party/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/457061/Trackback.aspx</trackback:ping></item><item><title>IE 8 comments [IE 8 comments]</title><description>1)Flash does not work. No Hulu, no Netflix, no nothing.&lt;br&gt;2)Gmail looks like a 3rd grader tried to draw my inbox.&lt;br&gt;&lt;br&gt;Think I will give the powers that be sometime to get major websites in line. Not ready for primetime. I blame the work arounds everyone is using. Hope for epic fail so hopefully some browser that works better FF or Chrome don't care which can lead us to the promise land:) Where web developers don't have to get it to work in IE and then all other browsers. Or vice versa depending on your world view.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/455417-IE-8-comments/'&gt;IE 8 comments&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/455417/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/455417-IE-8-comments/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/455417-IE-8-comments/</link><pubDate>Wed, 28 Jan 2009 16:13:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/455417-IE-8-comments/</guid><evnet:views>1246</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455417/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>1)Flash does not work. No Hulu, no Netflix, no nothing.2)Gmail looks like a 3rd grader tried to draw my inbox.Think I will give the powers that be sometime to get major websites in line. Not ready for primetime. I blame the work arounds everyone is using. Hope for epic fail so hopefully some browser&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/455417-IE-8-comments/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/455417/Trackback.aspx</trackback:ping></item><item><title>Microsoft Research should definately pick up this project [Microsoft Research should definately pick up this project]</title><description>&lt;A href="http://wiseperception.com/node/110"&gt;http://wiseperception.com/node/110&lt;/A&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/455260-Microsoft-Research-should-definately-pick-up-this-project/'&gt;Microsoft Research should definately pick up this project&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/455260/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/455260-Microsoft-Research-should-definately-pick-up-this-project/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/455260-Microsoft-Research-should-definately-pick-up-this-project/</link><pubDate>Tue, 27 Jan 2009 20:41:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/455260-Microsoft-Research-should-definately-pick-up-this-project/</guid><evnet:views>608</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455260/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://wiseperception.com/node/110in reply to Microsoft Research should definately pick up this project</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/455260-Microsoft-Research-should-definately-pick-up-this-project/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/455260/Trackback.aspx</trackback:ping></item><item><title>MSDN events are now charging [MSDN events are now charging]</title><description>&lt;A href="http://blogs.msdn.com/gduthie/archive/2008/11/04/the-msdn-developer-conference-is-coming-are-you-ready.aspx?CommentPosted=true#commentmessage"&gt;http://blogs.msdn.com/gduthie/archive/2008/11/04/the-msdn-developer-conference-is-coming-are-you-ready.aspx?CommentPosted=true#commentmessage&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Not to look a gift horse in the mouth but why would one pay to see the content when they can:&lt;BR&gt;1)Watch the PDC content on the same subjects&lt;BR&gt;2)Wait a month or two after this MSDN Conference thing and watch the content on VisitMix.com.&lt;BR&gt;&lt;BR&gt;MSDN events folks need to get with program. If it is expensive to send your evangelists out to event sites and your budget is getting slash why not virtualize your content so it is widely available instead?&lt;BR&gt;&lt;BR&gt;For 99 dollars I can buy three books on Book pool on the technology of my choosing and get more out of it. There is afterall an inherent cost in going to MSDN events for attendees. They are held on Tuesdays and Thursday, so you have to get permission from the boss or in some cases take a personal day to go.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/440681-MSDN-events-are-now-charging/'&gt;MSDN events are now charging&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/440681/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/440681-MSDN-events-are-now-charging/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/440681-MSDN-events-are-now-charging/</link><pubDate>Tue, 04 Nov 2008 22:23:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/440681-MSDN-events-are-now-charging/</guid><evnet:views>1150</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/440681/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://blogs.msdn.com/gduthie/archive/2008/11/04/the-msdn-developer-conference-is-coming-are-you-ready.aspx?CommentPosted=true#commentmessageNot to look a gift horse in the mouth but why would one pay to see the content when they can:1)Watch the PDC content on the same subjects2)Wait a month or two&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/440681-MSDN-events-are-now-charging/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/440681/Trackback.aspx</trackback:ping></item><item><title>PDC content [PDC content]</title><description>&lt;P&gt;I thought the goal was to publish the sessions 24 hours after they took place. Doesn't this mean we should already have videos for Sunday. Saw the keynote from yesterday. Like to start getting my feet wet with the more important content.&lt;BR&gt;&lt;BR&gt;&lt;A href="http://microsoftpdc.com/Agenda/Preconference.aspx#data-access-from-a-to-z"&gt;http://microsoftpdc.com/Agenda/Preconference.aspx#data-access-from-a-to-z&lt;/A&gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/436261-PDC-content/'&gt;PDC content&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/436261/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/436261-PDC-content/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/436261-PDC-content/</link><pubDate>Tue, 28 Oct 2008 18:22:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/436261-PDC-content/</guid><evnet:views>888</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436261/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I thought the goal was to publish the sessions 24 hours after they took place. Doesn't this mean we should already have videos for Sunday. Saw the keynote from yesterday. Like to start getting my feet wet with the more important&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>16</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/436261-PDC-content/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/436261/Trackback.aspx</trackback:ping></item><item><title>ScottGu MIA [ScottGu MIA]</title><description>&lt;P&gt;Just curious what happened to ScottGu and his blog. He hasn't posted in over a month. Really missing his posts.&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/422528-ScottGu-MIA/'&gt;ScottGu MIA&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/422528/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/422528-ScottGu-MIA/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/422528-ScottGu-MIA/</link><pubDate>Wed, 20 Aug 2008 20:01:50 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/422528-ScottGu-MIA/</guid><evnet:views>820</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/422528/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Just curious what happened to ScottGu and his blog. He hasn't posted in over a month. Really missing his posts.in reply to ScottGu MIA</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/422528-ScottGu-MIA/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/422528/Trackback.aspx</trackback:ping></item><item><title>Look whose filed under retards [Look whose filed under retards]</title><description>&lt;B&gt;http://tinyurl.com/687rp9&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;Look at the second picture :)&lt;BR&gt;&lt;BR&gt;Coincidinc I think I not.&lt;BR&gt;&lt;BR&gt;Just thought it was cute&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/414817-Look-whose-filed-under-retards/'&gt;Look whose filed under retards&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/414817/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/414817-Look-whose-filed-under-retards/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/414817-Look-whose-filed-under-retards/</link><pubDate>Fri, 11 Jul 2008 14:48:36 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/414817-Look-whose-filed-under-retards/</guid><evnet:views>876</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/414817/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://tinyurl.com/687rp9Look at the second picture :)Coincidinc I think I not.Just thought it was cutein reply to Look whose filed under retards</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>13</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/414817-Look-whose-filed-under-retards/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/414817/Trackback.aspx</trackback:ping></item><item><title>PDF from XSLT [PDF from XSLT]</title><description>&lt;P&gt;I was reading XSLT (&lt;A href="http://tinyurl.com/69ch5h"&gt;http://tinyurl.com/69ch5h&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;In the 2.5.2. The Hello World PDF File sample he uses the XSLT appended to the end of this message and then uses :&lt;BR&gt;java org.apache.fop.apps.Fop greeting.fo greeting.pdf&lt;/P&gt;
&lt;P&gt;Is there any .NET equivalent without having to have dependency on a Java lib? Or is third party lib abstracted object model the way(&amp;nbsp;like PDF Sharp ). Its interesting either way to see where JAVA draws the line and where .NET devs have drawn the line.&lt;/P&gt;
&lt;P&gt;&amp;lt;?xml version="1.0"?&amp;gt;&amp;lt;!-- fo-greeting.xsl --&amp;gt;&lt;BR&gt;&amp;lt;xsl:stylesheet version="1.0" &lt;BR&gt;&amp;nbsp; xmlns:xsl="&lt;A href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;"&lt;BR&gt;&amp;nbsp; xmlns:fo="&lt;A href="http://www.w3.org/1999/XSL/Format"&gt;http://www.w3.org/1999/XSL/Format&lt;/A&gt;"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:output method="xml"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:template match="/"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fo:root xmlns:fo="&lt;A href="http://www.w3.org/1999/XSL/Format"&gt;http://www.w3.org/1999/XSL/Format&lt;/A&gt;"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fo:layout-master-set&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fo:simple-page-master master-name="standard"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-right="75pt" margin-left="75pt" &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; page-height="11in" page-width="8.5in"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-bottom="25pt" margin-top="25pt"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fo:region-body margin-top="50pt" margin-bottom="50pt"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fo:simple-page-master&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fo:layout-master-set&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fo:page-sequence master-reference="standard"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fo:flow flow-name="xsl-region-body"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:apply-templates select="greeting"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fo:flow&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fo:page-sequence&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fo:root&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/xsl:template&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:template match="greeting"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fo:block line-height="76pt" font-size="72pt" text-align="center"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select="."/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fo:block&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/xsl:template&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/414504-PDF-from-XSLT/'&gt;PDF from XSLT&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/414504/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/414504-PDF-from-XSLT/</comments><link>http://channel9.msdn.com/forums/TechOff/414504-PDF-from-XSLT/</link><pubDate>Thu, 10 Jul 2008 01:01:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/414504-PDF-from-XSLT/</guid><evnet:views>1097</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/414504/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I was reading XSLT (http://tinyurl.com/69ch5h)
In the 2.5.2. The Hello World PDF File sample he uses the XSLT appended to the end of this message and then uses :java org.apache.fop.apps.Fop greeting.fo greeting.pdf
Is there any .NET equivalent without having to have dependency on a Java lib? Or is&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/414504-PDF-from-XSLT/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/414504/Trackback.aspx</trackback:ping></item><item><title>.NET 3.0 Add-ins in VS2005 [.NET 3.0 Add-ins in VS2005]</title><description>&lt;P&gt;I start a new job in a week that work in WCF. I been working samples in VS 2008 just fine. &lt;BR&gt;&lt;BR&gt;I am trying to figure out what install I need to get the project templates in VS&amp;nbsp; 2005. I can create services and all just fine manually since .NET 3.0 is installed. But it would be nice to have a SVC template for example for hosting services on IIS. What do I need to install to get the templates in New Project.. and Add New Item...?&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/413548-NET-30-Add-ins-in-VS2005/'&gt;.NET 3.0 Add-ins in VS2005&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/413548/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/413548-NET-30-Add-ins-in-VS2005/</comments><link>http://channel9.msdn.com/forums/TechOff/413548-NET-30-Add-ins-in-VS2005/</link><pubDate>Thu, 03 Jul 2008 14:53:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/413548-NET-30-Add-ins-in-VS2005/</guid><evnet:views>902</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/413548/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I start a new job in a week that work in WCF. I been working samples in VS 2008 just fine. I am trying to figure out what install I need to get the project templates in VS&amp;nbsp; 2005. I can create services and all just fine manually since .NET 3.0 is installed. But it would be nice to have a SVC&amp;#8230;</evnet:previewtext><dc:creator>JR Thomas</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/413548-NET-30-Add-ins-in-VS2005/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/413548/Trackback.aspx</trackback:ping></item></channel></rss>