<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0" xmlns:media="http://search.yahoo.com/mrss" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Reasonate News: Latest Posts</title>
    <link>http://www.reasonate.co.nz/project/Reasonate_News</link>
    <description>Test site for BBSc303 Digital Craft.</description>
    <ttl>60</ttl>
    <generator>http://www.sporkmonger.com/projects/feedtools/</generator>
    <item>
      <title>Reasonate questionnaire online and websites</title>
      <link>http://www.reasonate.co.nz/messages/show/1862</link>
      <dc:creator>David Harrison</dc:creator>
      <content:encoded>
        <![CDATA[<p>This afternoon I have put the questionnaire online for you to complete. When logged in to Reasonate you will see a link to it next to your name at the top left of the window. Filling the questionnaire in is hopefully very easy. When you click the submit button your feedback will be recorded, your name ticked off a list and the Questionnaire link will disappear from your top menu.</p><p>&nbsp;</p><p>Now that this is out of the way I will be going through all the website call for helps tomorrow (Sunday) and checking that everyones website is working. I have not heard anything from Mike Donn but I am assuming marking will probably begin sometime next week. If I come across any issues with anyones website I will contact them via email and put a comment on their blog.&nbsp;</p>]]>
      </content:encoded>
      <pubDate>Sat, 10 Jun 2006 16:06:18 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1862</guid>
    </item>
    <item>
      <title>Syncing your website from the local network to Reasonate</title>
      <link>http://www.reasonate.co.nz/messages/show/1586</link>
      <dc:creator>David Harrison</dc:creator>
      <content:encoded>
        <![CDATA[<p>When submitting your website to Reasonate run through the following checklist:</p><ol><li>Have you have copied your website onto the R-Drive?</li><li>Is the website in the correct directory? (the one with your name)</li><li>Is index.html at the very top of the folder structure (i.e. not buried three folders down)</li><li>Have you checked the site by going to:<br />http://www.vuw.ac.nz/architecture-onlineteaching/courses/bbsc303/students/2006/(Lastname)_(Firstname)<br /></li></ol><p>&nbsp;</p><p>If you answer yes to all of those questions then press the sync button on Reasonate. You will find it on your blog page next to the Edit and Tag This buttons. It looks like an arrow going around in a circle.</p><p>&nbsp;<img width="170" height="55" border="0" src="../../uploads/files/20060602_1357sync.jpg" /></p><p>Once you have pressed the button a little message will tell you that the sync process has started. Reasonate will go to the location mentioned in step 4 and open the index.html file. Using this file as a reference it will copy across all the linked files and references, literally rebuilding your website on the Reasonate server. If all goes correctly you should have a carbon copy of your website on Reasonate. If something fails check <a href="show/1585">this post for some answers</a>, make a few changes and start the sync process again.<br /></p>]]>
      </content:encoded>
      <pubDate>Fri, 02 Jun 2006 13:57:06 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1586</guid>
      <category>assignment 2</category>
      <category>reasonate update</category>
      <category>website</category>
    </item>
    <item>
      <title>Common website issues and fixes</title>
      <link>http://www.reasonate.co.nz/messages/show/1585</link>
      <dc:creator>David Harrison</dc:creator>
      <content:encoded>
        <![CDATA[<p>The websites in general look okay, if anything many people have spent too much time on getting them looking pretty rather than throwing one together in a night and then going off to do work on your design papers. You are after all training to become architects and building scientists, not website designers (even if there is a lot more money in the later).</p><p>&nbsp;</p><p>As you upload your files to the R-Drive and they get copied across to Reasonate you will in no doubt notice a few issues. Here are the main ones and how to fix them:<br /></p><h2>Hyperlinks that don&rsquo;t work</h2><p>If you find a hyperlink that does not work check that it is not pointing to a resource on one of your network drives (e.g. I://web/about.html).<br /></p><h2>Missing normal images</h2><p>Likewise with missing images check that the image source is not pointing to a resource on a network drive. All images should use relative urls (i.e. images/example.jpg).<br /></p><h2>Missing rollover images</h2><p>The Dreamweaver rollover technique seems to have been used a lot by people which is unfortunate. It is 10 years out of date and really unsightly with all that Javascript code. Because of all the Javascript the copy process from the VUW server to the Reasonate server does not &lsquo;see&rsquo; the roll-over images and as a consequence it does not copy them across.</p><p><br />The easiest fix for this is on one of your pages at the bottom insert all your rollover images. The copy process will see all these images and copy them off the server so that when the Javascript runs the image it is looking for is on Reasonate.<br />Now you will be thinking, this is going to look silly, I don&rsquo;t want a page with all these random images on it. To get around this problem go into the html code view enclose all those image tags with the following:&nbsp;</p><h4>&lt;div style=&rdquo;display: none;&quot;&gt;<br /></h4><h4>&hellip;.All your rollover image tags i.e. &lt;img xsrc=&rdquo;images/myrollover1.jpg&rdquo;/&gt; &hellip;.</h4><h4>&lt;/div&gt;</h4><p>This &lt;div style=&rdquo;display: none&rdquo;&gt;..&lt;/div&gt; set of tags will hide all these images from view. The copy process will still see all the images and download them for you but to the normal user they will not notice anything at all.</p><p><br />Alternatively for a solution that is far prettier but more time intensive checkout <a target="_blank" href="http://www.tutorio.com/tutorial/pure-css-image-rollovers">image rollovers using CSS</a>. This is definitely in the extra's for experts category but also a technique that if you are planning on doing more websites you should get to know.<br /></p>]]>
      </content:encoded>
      <pubDate>Fri, 02 Jun 2006 13:41:55 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1585</guid>
      <category>assignment 2</category>
      <category>website issues</category>
    </item>
    <item>
      <title>Assignment 2: Website handin</title>
      <link>http://www.reasonate.co.nz/messages/show/1583</link>
      <dc:creator>David Harrison</dc:creator>
      <content:encoded>
        <![CDATA[  <p>I checked through everyone&rsquo;s R drives today for the presence of their web pages.<br />    The following people did not have any website related files in their R drive hand-in folder (as of 10:00am Friday 2nd June). This maybe because of a different hand-in time or perhaps you have it copied to the wrong location:</p>   <p>&nbsp;</p>   <table border="0" style="margin-left: 45px"> <tbody>   <tr>    <td>Raymond Atkins &nbsp;&nbsp;  <br /></td>       <td>Wesley Baigent</td>       <td>Timothy Bland</td>    </tr>       <tr>    <td>Julie Cook</td>       <td>Eliza Crocker</td>       <td>Nick Deans</td>    </tr>       <tr>    <td>Helena Dazhi</td>       <td>Herman Fong</td>       <td>Emil Ismail</td>    </tr>       <tr>    <td>Ben Kepk</td>       <td>Yong-Wang Kim</td>       <td>Philip Kingsbury</td>    </tr>       <tr>    <td>Stephanie Lam</td>       <td>Kuau Lu</td>       <td>Peter Marment</td>    </tr>       <tr>    <td>Anna Marsh</td>       <td>Mahonri McDonald&nbsp;&nbsp;  <br />  </td>       <td>Simon McDowell</td>    </tr>       <tr>    <td>James Mitchell</td>       <td>Haley Moselen</td>       <td>Clare Nicholson</td>    </tr>       <tr>    <td>Nick Owen</td>       <td>Kevin Park</td>       <td>Shane Righton</td>    </tr>       <tr>    <td>Byron Searle</td>       <td>James Sutter</td>       <td>Sing Tie</td>    </tr>       <tr>    <td>Hugh Veale</td>       <td>Yimeng Wang</td>       <td>Rosemary Wilkins</td>    </tr>       <tr>    <td>&nbsp; <br />  </td>       <td>Samedy Yim</td>       <td>&nbsp;</td>    </tr>    </tbody></table>   <p>  <br />    The following people had a website in their R-Drive but they did not have an index.html in their hand-in folder. The index.html file <strong>MUST BE</strong> in the hand-in folder, not buried two or three directories down. If it is not in the correct place the process that copies the files from the VUW server to Reasonate will not work.</p>   <p>&nbsp;</p>   <table border="0" style="margin-left: 45px"> <tbody>   <tr>    <td>Ursula Adams</td>       <td>Amun Balram</td>       <td>Andre Bishop</td>    </tr>       <tr>    <td>Matthew Colson</td>       <td>Gwynn Hoskins</td>       <td>Karina Madsen</td>    </tr>       <tr>    <td>Matthew Mitchell&nbsp; <br />  </td>       <td>Paul Muir</td>       <td>Joanna Murchison</td>    </tr>       <tr>    <td>Hannah Oey</td>       <td>Greg Parsonson&nbsp; <br />  </td>       <td>Sheena Paterson</td>    </tr>       <tr>    <td>Yi Qu</td>       <td>May Wang</td>       <td>&nbsp;</td>    </tr>    </tbody></table>    <br />    Congratulations to Jeremy Chan, Greg Emms, Helene Kaschel, Levi Faufata, Evelyn Liu, Justin Moyes, Kylie Robinson, Nick Smith, Caroline Thorsson and Richard Watt for following instructions when it came to directory structures and index.html files.<br />    Unfortunately there are some issues with the websites that have been uploaded. Most are easy fixes that I will outline in my next post.<br />    <br />    ]]>
      </content:encoded>
      <pubDate>Fri, 02 Jun 2006 13:18:57 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1583</guid>
      <category>assignment 2</category>
    </item>
    <item>
      <title>Website hand-ins to R-Drive</title>
      <link>http://www.reasonate.co.nz/messages/show/1560</link>
      <dc:creator>David Harrison</dc:creator>
      <content:encoded>
        <![CDATA[<p>For the website hand-in please submit it to the R drive as there have been issues uploading files through the SOAD firewall. If you are not working from the University however you should be able to upload your Reasonate via ftp or webdav using the instructions provided.</p><p>I will be adding a process this afternoon that will synchronize your R-drive directory with Reasonate so if all goes well you should have your websites on Reasonate by dinner. Do not panic however, if you have issues please contact me via email describing your problem. The best way to do this is to write a Reasonate post and then check the notify administrators option below. <br /></p>]]>
      </content:encoded>
      <pubDate>Thu, 01 Jun 2006 14:31:17 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1560</guid>
    </item>
    <item>
      <title>b****r - the solution to the REVIT model in Viz not rendering in Light Studio</title>
      <link>http://www.reasonate.co.nz/messages/show/1530</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Gidday</p><p>&nbsp;</p><p>Due to a marvellous little feature of Viz there is apparently nothing we can do about the collapse&nbsp; of Viz when we try to render in Light Studio. This feature is something that AutoDesk tried to implement to help people, but according to one expert I consulted it is a feature that many users of Viz worldwide are complaining about! So if you are members of the architectsrule.org collaborative because you have downloaded Viz/Revit etc - please complain! Now! LOUDLY! Everyone! I could have done with more time to prep my travel and your classes than trying to solve their problems.<br /></p><p>&nbsp;</p><p>So:</p><p>WHAT TO DO?</p><p>&nbsp;</p><p><font color="#990000">fortunately the answer is simple: use 3DS MAX</font>&nbsp;</p><p>&nbsp;</p><p>The interface inside the program is much the same. </p><p>The material editor, the renderers, the sun system for Light STudio etc are all the same.</p><p>&nbsp;</p><p>As we have 30 licenses of Max and 90 of Viz, please only use this program if you have had Revit render problems with Light Studio in Viz...</p><p>&nbsp;</p><p>Good Luck! Hope no more issues come out of the woodwork to bite us in the soft unprotected regions ...</p><p>&nbsp;</p><p>M&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>]]>
      </content:encoded>
      <pubDate>Mon, 29 May 2006 16:32:03 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1530</guid>
    </item>
    <item>
      <title>So long - and thanks for all the fish (with apologies to the dolphins)</title>
      <link>http://www.reasonate.co.nz/messages/show/1520</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Hi</p><p>&nbsp;</p><p>I will be on a 'plane at 4:30pm on Tuesday heading at first to a&nbsp; seminar on </p><p><a href="http://www.smartgeometry.com/">Generative Components</a>&nbsp; run by <a href="http://www.bentley.com/en-US/Markets/Building/GenerativeComponents.htm">Bentley</a> about which you can find out more <a href="http://www.smartgeometry.com/2006workshop.htm">here</a> I will not be at Tuesday's lecture. You will however be in very good hands - with some crucial information that should assist the hand in...</p><p>&nbsp;</p><p>For this reason, I plan to come to make a presentation at the Tuesday 11:30 and the 1:30pm&nbsp; tutorials on Light Studio materials as the lecture room LT1 demo has been a little unsatisfactory for me thus far. </p><p>&nbsp;</p><p>M&nbsp;</p><p>&nbsp;</p><p>REF: <a href="http://www.douglasadams.com/creations/0671745530.html">dolphins</a> &nbsp;</p>]]>
      </content:encoded>
      <pubDate>Sun, 28 May 2006 18:23:04 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1520</guid>
    </item>
    <item>
      <title>Last lecture - DREAMWEAVER upload &amp; some render ideas  - Tuesday 30 May 3:40pm</title>
      <link>http://www.reasonate.co.nz/messages/show/1519</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Gidday</p><p>&nbsp;</p><p>Tuesday 30 May 3:30pm. For those who don't remember, the lectures are in LT1.</p><p>&nbsp;</p><p>David Harrison has kindly agreed to talk through the process that he has described in his blog post on the <a href="show/1490">summary web pages you are creating</a>&nbsp; for this Thursday's web site hand in.</p><p>&nbsp;</p><p>Rachel Ryan will talk through how to post your files to a Google Earth locale.</p><p>&nbsp;</p><p>==============================================================&nbsp;</p><p>&nbsp;</p><p>&nbsp;Remember, the publish options in Dreamweaver <a href="show/1459">that David has blogged</a> will work from outside the schools of architecture and design. They do not work from inside the school. SO: IF YOU ARE PUBLISHING USING DREAMWEAVER FROM INSIDE THE SOAD:</p><p>&nbsp;</p><p>when you set up your site&nbsp; (or when you edit an existing site) as per the instructions in David's blog, mine and David's lectures and in the 'my first web page' tutorial on the bbsc303 web site, there is a small change that needs to be made:</p><p>&nbsp;</p><p>When you select the remote info location to publish TO; you&nbsp; should set </p><ul><li>the access as Local/Network</li><li>the Remote Folder as your R:\drive file hand in location (REMEMBER your index.html file should be at the start level of this folder - the level defined by your name, not some sub-folder)</li></ul>Michael<br /><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>]]>
      </content:encoded>
      <pubDate>Sun, 28 May 2006 18:16:47 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1519</guid>
      <category>dy_references</category>
    </item>
    <item>
      <title>Assignment 1 and 2 Hand in details</title>
      <link>http://www.reasonate.co.nz/messages/show/1505</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Please do not forget what we have talked about in class, and what is on the assignment web site:</p><p>&nbsp;</p><p>&nbsp;</p><p>ASSIGNMENT 2:&nbsp;</p><p>you hand in around 1 June 2006 (check web site timetable for&nbsp; the date relevant to your class group)</p><p>&nbsp;</p><p>you hand in a web page / pages on 2 June that summarises the model making / collaboration process and has a pointer to a web page / pages where the renders will appear the following week<br /></p><p>&nbsp;</p><p>ASSIGNMENT 1:</p><p>you hand in around 8 June 2006 (check web site timetable for&nbsp; the date relevant to your class group)</p><p>&nbsp;</p><p>you hand in the web page / pages with the renders in thumbnail form,&nbsp; linking in each case to the larger format picture.<br /></p><p>&nbsp;</p>]]>
      </content:encoded>
      <pubDate>Sat, 27 May 2006 04:11:10 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1505</guid>
    </item>
    <item>
      <title>TAG Requests - I've been thinking</title>
      <link>http://www.reasonate.co.nz/messages/show/1504</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Gidday all</p><p>&nbsp;</p><p>I have a thought that will help us all:</p><p>It is that we can all help each other develop a guide book / helpful suggestions good practice guide to rendering by tagging our problems and solutions appropriately. My idea is that we will rapidly reach a stage where when you have a problem / issue with rendering you will search through the tags for that program to find how other people have dealt with the issue.<br /> </p><p>&nbsp;</p><p>So: could we please&nbsp; use the following tags on the relevant blog entries:</p><p>&nbsp;</p><p>Light Studio</p><p>Mental Ray&nbsp;</p><p>Dreamweaver</p><p>&nbsp;</p><p>Materials</p><p>People</p><p>Furniture</p><p>Skies</p><p>&nbsp;</p><p>Plus, could you please add a tag of </p><p>Light Flow Meter&nbsp;</p><p>to all uploaded pictures / questions about the array of white balls to be placed in a sectional view of your building about which Merete gave a lecture a couple of weeks back.&nbsp;</p><p>&nbsp;</p>]]>
      </content:encoded>
      <pubDate>Sat, 27 May 2006 04:03:15 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1504</guid>
    </item>
    <item>
      <title>Assignment 2: Concisely documenting your overall process</title>
      <link>http://www.reasonate.co.nz/messages/show/1490</link>
      <dc:creator>David Harrison</dc:creator>
      <content:encoded>
        <![CDATA[<p>It is good to see a number of you are diving head first into your personal website development. You must remember that the purpose of assignment 2 is to explain clearly the decisions and processes undertaken during the development of your model and renders.</p><p>&nbsp;</p><p>To determine exactly what is meant by this imagine you are in practice and have just spent 4 months modelling and rendering this building but will be leaving to go overseas next week. You have to document enough so that a stranger to the project can sit down and learn what the project is all about and the processes behind it.</p><p>For example a new person to the team would have to understand:<br /></p><ul><li>The file and CAD naming standards employed</li><li>Who modeled what parts of the building in case there are further questions</li><li>How the process by which the model was built and any issues that are not yet resolved</li><li>Useful pieces of information that relate to the project or are generally useful to know (i.e. good rendering settings)</li></ul><p>For the most part you have done an excellent job of recording all this information within the Reasonate blog posts. However these blogs posts are only so useful. <br />If you were the new person to the team you do not want to read everyone&rsquo;s entire blogs to understand what has happened. What you want to do is read one concise document that has hyperlinks to the blog posts that relate to the information being discussed.</p><p><br />For your assignment 2 hand-in (i.e. your web-page) what you should focus on doing is putting together an html document (or set of documents) that provide this general overview of your project. This document should not recreate all the information you have already entered into your blogs. What it should do is outline the project and its processes in a clear, easy to understand manner and then within this outline provide hyperlinks to the relevant Reasonate blog posts that detail the issue.</p><p><br />Sorry for being deliberately vague on exactly how you should structure and word this document. What we are interested in is how you choose to tackle this problem keeping in mind that your completed work should be clear, concise and make extensive use of hyperlinks to the work you have submitted to Reasonate.</p><p><br />Just to give you some ideas on what is possible, you are not just limited to hyper-linking to a specific blog post (<a href="../show/1490">like this</a>).<br />It is possible to hyperlink to <a href="../../search/tag/David_Harrison/funny">all the things I tagged as funny</a>  by copying the url in the browser&rsquo;s address bar.<br />Or if you like you could reference <a href="../../search/results?f%5Btype6%5D=Image&amp;s%5Border%5D=&amp;s%5Btype%5D=project&amp;s%5Bterm%5D=&amp;s%5Bwhen%5D=anytime&amp;s%5Bmedia%5D=specific">all the image files created by your project</a>. To do so perform an advanced search, limiting the results to your project and only image files. On the results page click on the &lsquo;Permalink&rsquo; button to get the url for this search in the address bar which you can then copy and paste into Dreamweaver.<br />If you have any questions please contact me either by posting a comment to this post or to my space in Reasonate.<br />&nbsp;</p>]]>
      </content:encoded>
      <pubDate>Fri, 26 May 2006 15:02:36 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1490</guid>
    </item>
    <item>
      <title>Requesting edits to your blog before hand-in</title>
      <link>http://www.reasonate.co.nz/messages/show/1483</link>
      <dc:creator>David Harrison</dc:creator>
      <content:encoded>
        <![CDATA[<p>If anyone has blog posts that they wish to be removed or edited before the handin please post a new blog entry to your <strong>personal blog</strong> entitled:</p><h2>'Edits I would like to my blog'</h2><p>Or tag your post:</p><h2>blog edits&nbsp;</h2><p>I will keep an eye out for posts with this title and make any reasonable changes you request. These edits should not be for simple spelling or grammar errors but rather times when you have experienced 'multiple postulation' or even worse, 'premature postulation' (some of you guys will understand) and are embarrassed of their existence. <br /></p>]]>
      </content:encoded>
      <pubDate>Thu, 25 May 2006 22:48:02 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1483</guid>
      <category>blog edits</category>
    </item>
    <item>
      <title>Changes to the Course info web site...</title>
      <link>http://www.reasonate.co.nz/messages/show/1469</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Please note:</p><p>&nbsp;</p><p>Changes to the <a href="http://www.vuw.ac.nz/architecture-onlineteaching/courses/bbsc303/">course information web site</a>  (after its final publication on 7 March 2006) are announced on that web site. For those who don't bother going back to that, here is a reminder of two crucuailly important pieces of info:<br /><br />On the <a href="http://www.vuw.ac.nz/architecture-onlineteaching/courses/bbsc303/timetable.html">timetable page</a>  the deadline for hand in of assignment 1 has been moved ONLY FOR BArch Year 5, students, to 10 June 2006 from current 8 June date, so long as there are no other clashes with core courses. [Changed 25 May 2006] <br /><br />On the <a href="http://www.vuw.ac.nz/architecture-onlineteaching/courses/bbsc303/timetable.html">timetable page</a>  the deadline for hand in of assignment 2 has been moved ONLY FOR BArch Year 3, ARCH 311 students, to 3 June 2006 from current 1 June date, so long as there are no other clashes with core courses. [Changed 1 April 2006]&nbsp; <br /></p>]]>
      </content:encoded>
      <pubDate>Thu, 25 May 2006 01:39:14 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1469</guid>
    </item>
    <item>
      <title>Light Studio cool renders on the web</title>
      <link>http://www.reasonate.co.nz/messages/show/1468</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Hi</p><p>&nbsp;</p><p>I was looking for the web site for the producers of Light Studio and discovered these cool images!</p><p>&nbsp;</p><p>Check out the web site by clicking these images.</p><p>&nbsp;</p><p><a href="http://www.evermotion.org/index.php?unfold_exclusive=19&amp;unfold=exclusive"><img width="445" height="445" border="0" title="Light Studio example render" alt="Light Studio example render" src="http://www.vuw.ac.nz/architecture-onlineteaching/courses/bbsc303/graphics/Forecourt_daylight.jpg" /></a> &nbsp;</p><p>&nbsp;</p><p><a href="http://www.evermotion.org/index.php?unfold_exclusive=19&amp;unfold=exclusive"><img width="445" height="445" border="0" title="Light Studio example Render 2" alt="Light Studio example Render 2" src="http://www.vuw.ac.nz/architecture-onlineteaching/courses/bbsc303/graphics/Forecourt_artificiallight.jpg" /></a> &nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>]]>
      </content:encoded>
      <pubDate>Thu, 25 May 2006 01:21:59 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1468</guid>
      <category>light studio</category>
    </item>
    <item>
      <title>Make sure you set up dreamweaver to publish via ftp at tutorials on Thursday</title>
      <link>http://www.reasonate.co.nz/messages/show/1467</link>
      <dc:creator>Mike Donn</dc:creator>
      <content:encoded>
        <![CDATA[<p>Hi</p><p>&nbsp;</p><p>Follow up to my comment on David's post about publishing your files on the web..</p><p>&nbsp;</p><p>Here are some screen captures of setting up a site - the first and most important thing to do...</p><p>&nbsp;</p><p>M</p><p>&nbsp;</p><p>&nbsp;</p><p>Once this is done you should be able to instantly publish your site, and then check it online at Reasonate.</p><p>&nbsp;</p><p>&nbsp;</p><p>NB: to see stuff on the webarea in reasonat you need to follow the instructions to activate that function...&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>NBB: sometimes when checking web sites online you will open a file only to be shown an old copy. This is a result of a trick that Internat Explorer and Firefox and other browsers use to speed themselves up. If you 'ask' them to load&nbsp; a page they have laoded recently they will probably load a copy of the file from a local 'cache'. If you make a change in dreamweaver, publish and then browse and nothing looks different, it may be for this reason. To override this one normally presses &lt;CTRL&gt;&lt;F5&gt; or &lt;CTRL&gt;&lt;R&gt; to force a refresh off the original server...<br /></p>]]>
      </content:encoded>
      <pubDate>Thu, 25 May 2006 01:11:58 +1200</pubDate>
      <guid isPermaLink="true">http://www.reasonate.co.nz/messages/show/1467</guid>
    </item>
  </channel>
</rss>
