<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What's the best practice to work with YUI in Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244796#M197926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Personally, I hate Eclipse with a passion and only use it for Java work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use TextMate on the Mac, alongside the YUI documents: PDF "&lt;/SPAN&gt;&lt;A href="http://developer.yahoo.com/yui/#cheatsheets" rel="nofollow noopener noreferrer"&gt;cheat sheets&lt;/A&gt;&lt;SPAN&gt;" and a local copy of the API docs (&lt;/SPAN&gt;&lt;A href="http://developer.yahoo.com/yui/docs/" rel="nofollow noopener noreferrer"&gt;http://developer.yahoo.com/yui/docs/&lt;/A&gt;&lt;SPAN&gt;). It's like learning any other framework - it takes time to get going, but YUI is incredibly well documented and logically structured, so doesn't take long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe there's a YUI plug-in for Adobe Dreamweaver if you're so inclined, which does provide auto-complete, but I don't have any experience of that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2009 12:09:03 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2009-07-28T12:09:03Z</dc:date>
    <item>
      <title>What's the best practice to work with YUI in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244793#M197923</link>
      <description>Hi,I'm checking out the possibility of developing component for Share, however after studying the code, it looks like the entire presentation layer is written in YUI javascript, which is kind of counter intuitive since as I understand it the reason webscript is used is because it uses freemarker tem</description>
      <pubDate>Tue, 28 Jul 2009 05:39:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244793#M197923</guid>
      <dc:creator>jimjxr</dc:creator>
      <dc:date>2009-07-28T05:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best practice to work with YUI in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244794#M197924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use either method - either rendering on the server with Freemarker, or dynamically in the browser using AJAX/YUI. The decision on which method to use depends on how much of your UI will need updating in response to user input, and how you'd like that update to work. Generally, it's better for dashlets to just update their own content rather than refreshing the page. Also, for example, the Document Library is relatively heavy on initial load so we try to use as much AJAX updating as possible once in place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interestingly, the blog and discussion pages started off with server-based rendering, but then so much code needed duplicating to generate the AJAX updates that this approach was later abandoned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 09:13:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244794#M197924</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-07-28T09:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best practice to work with YUI in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244795#M197925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for explaining the design philosophy behind Share. I wonder what development tool you're using when doing the coding, just Eclipse with js code assistance? Because when I look at the YUI code, it's not easy to grasp what is happening, unlike JSF or ASP.NET development where you have frontend tags for layout and backend code for logic, YUI seems have have everything mixed together and the layout is entirely generated by js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 11:37:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244795#M197925</guid>
      <dc:creator>jimjxr</dc:creator>
      <dc:date>2009-07-28T11:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best practice to work with YUI in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244796#M197926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Personally, I hate Eclipse with a passion and only use it for Java work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use TextMate on the Mac, alongside the YUI documents: PDF "&lt;/SPAN&gt;&lt;A href="http://developer.yahoo.com/yui/#cheatsheets" rel="nofollow noopener noreferrer"&gt;cheat sheets&lt;/A&gt;&lt;SPAN&gt;" and a local copy of the API docs (&lt;/SPAN&gt;&lt;A href="http://developer.yahoo.com/yui/docs/" rel="nofollow noopener noreferrer"&gt;http://developer.yahoo.com/yui/docs/&lt;/A&gt;&lt;SPAN&gt;). It's like learning any other framework - it takes time to get going, but YUI is incredibly well documented and logically structured, so doesn't take long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe there's a YUI plug-in for Adobe Dreamweaver if you're so inclined, which does provide auto-complete, but I don't have any experience of that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 12:09:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244796#M197926</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-07-28T12:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best practice to work with YUI in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244797#M197927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great, thanks for the advice, I guess I have some documents to read &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 01:36:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-best-practice-to-work-with-yui-in-share/m-p/244797#M197927</guid>
      <dc:creator>jimjxr</dc:creator>
      <dc:date>2009-07-29T01:36:30Z</dc:date>
    </item>
  </channel>
</rss>

