<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cameras for photographies and videos &#187; Uncategorized</title>
	<atom:link href="http://gorilla-studio.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorilla-studio.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 01:43:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hello world!</title>
		<link>http://gorilla-studio.com/uncategorized/hello-world/</link>
		<comments>http://gorilla-studio.com/uncategorized/hello-world/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:03:20 +0000</pubDate>
		<dc:creator>Jovanny Whitehead</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[consultants.xmarter]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[firms]]></category>
		<category><![CDATA[tibco]]></category>
		<category><![CDATA[trainer]]></category>
		<category><![CDATA[trainers]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://gorilla-studio.com/?p=1</guid>
		<description><![CDATA[Hello World at Amazon This TIBCO tutorial teaches you how to formulate a routine definition that writes the words &#8220;Hello, World!&#8221; into a file using TIBCO Designer. You will actually be grateful for how easy this is to do with &#8230; <a href="http://gorilla-studio.com/uncategorized/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&amp;field-keywords=hello+world&amp;tag=gorilla-studio-20" rel="nofollow"> Hello World at Amazon</a></h2>
<table width="100%">
<tr>
<td> <!--  google_ad_section_start  --></p>
<p>This  <b>TIBCO  tutorial</b>  teaches  you  how  to  formulate  a  routine  definition  that  writes  the  words  &#8220;Hello,  World!&#8221;  into  a  file  using  TIBCO  Designer.  You  will  actually  be grateful for  how  easy  this  is  to  do  with  TIBCO.  The  neat  thing  regarding  application  development  with  TIBCO  Designer  is  that  you  do  not  have  to  know  the  programming  syntax  on  how  to  carry out  most  of  the  tasks.  Take,  for  example,  the  syntax  for  writing  to  a  file  so  that  you  may  output  &#8220;Hello,  World!&#8221;  into  the  file.  This  task  requires  psychological result of perception learning and reasoning  of  the  file  writing  syntax  specific  to  the  programming  language  being  used.  With  the  TIBCO  Designer  tool,  all  you  have  to  do  is  place  the  suitable  action  (in  this  case,  the  Write  File  activity)  into  the  process.  After  that,  you  provide  the  file  path  and  text  content  of  &#8220;Hello,  World!&#8221;  into  the  action  configuration.  Then  you&#8217;re  done!  No  need  to  recognise  the  syntax  and  the  use  of  the  suitable  classes  behind  the  scenes.  This  tutorial  is  a  good  activity of formally presenting something  of  how  TIBCO  increments  developer  productivity.  Enjoy!</p>
<p>The  writing  of  output  into  a  file  may  be  achieved  by  creating  and  configuring  a  Write  File  action  in  TIBCO  Designer.  The  steps  to  do  this  are  as  follows:</p>
<p>
<ol>
<li>Create  a  new  empty  project  called  <i>XmarterTIBCOTutorials</i>.</li>
<li>Inside  the  XmarterTIBCOTutorials  root  folder,  manufacture  a  new  folder  called  <i>BusinessProcesses.</i></li>
<li>Inside  the  BusinessProcesses  folder,  develop  a  new  folder  called  <i>HelloWorld</i>.</li>
<li>Inside  the  HelloWorld  folder,  add  a  procedure  definition  called  <i>HelloWorld</i>.</li>
<li>Add  a  <i>Write  File</i>  action  into  the  routine  definition.  Configure  the  Write  File  action  as  follows:
<ul>
<li>Go  to  the  <i>Input</i>  tab  of  the  activity:</p>
<ul>
<li>In  the  <i>fileName</i>  field,  type  <i>&#8220;C:/HelloWorld.txt&#8221;</i>.</li>
<li>In  the  <i>textContent</i>  field,  type  <i>&#8220;Hello,  World!&#8221;</i></li>
</ul>
</li>
<li>When  done,  click  the  <i>Apply</i>  button  in  the  Write  File  action  and  save  the  whole  project.</li>
</ul>
</li>
<li>Create  a  transition  line  from  the  Start  action  to  the  Write  File  action  and  another  from  the  Write  File  action  to  the  End  activity.</li>
<li>Validate  the  resource  and  make  sure  there  are  no  faults  before  testing  the  process.
<ul>
<li>To  do  this,  deselect  all  the  activenesses  by  clicking  on  a  white  space  inside  the  procedure  definition.  Then  click  on  the  <i>Validate  Resource</i>  button  on  the  top  section  of  TIBCO  Designer.</li>
</ul>
</li>
<li>
  Go  to  the  <i>Tester</i>  tab  on  the  left-hand  side  of  TIBCO  Designer.  Click  on  the  <i>Start  testing</i>  button.  In  the  dialog  box  that  comes  up,  click  on  the  <i>Load  &amp;  Start  Current</i>  button.
<ul>
<li>The  routine  must  now  execute.</li>
</ul>
</li>
<li>To  check  the  output,  go  to  <i>My  Computer</i>,  and  open  the  <i>C  drive</i>.  Check  to  see  that  it  holds  a  <i>HelloWorld.txt</i>  file  with  a  <i>&#8220;Hello,  World!&#8221;</i>  text  written  to  the  file.</li>
</ol>
<p>I  hope  this  <b>TIBCO  tutorial</b>  has  been  helpful  to  you.  As  you  may  see  in  the  steps  above,  no  coding  is  required  for  you  to  write  text  into  a  file.  The  main  bulk  of  the  work  is  genuinely  in  the  Write  File  activity.  The  steps  where  I  had  you  develop  the  project  folders  were  just  for  good  project  organization.  Those  steps  were  not  necessary  to  the  actual  functionality.</p>
<p>This  is  just  one  of  a lot of  instances  in  which  TIBCO  dramatically  boosts  developer  productivity.  In  my  opinion,  developer  productivity  is  one  of  the  reasons  that  make  TIBCO  such  a  spectacular  tool  for  application  development.</p>
<p>			<!--  google_ad_section_end  --><br />
<table>
<h2>Hello  World</h2>
<p><DIV>
<p>&#8220;Computer  programming  is  a  powerful  tool  for  children  to  &#8216;learn  learning,&#8217;  that  is,  to  learn  the  achievements  of  thinking  and  problem-solving&#8230;Children  who  engage  in  programming  transfer  that  kind  of  learning  to  other  things.&#8221;&#8211;Nicholas  Negroponte,  the  man  behind  the  One  Laptop  Per  Child  project  that  hopes  to  put  a  computer  in  the  hands  of  each  child  on  earth,  January  2008</p>
<p>Your  computer  won&#8217;t  respond  when  you  yell  at  it.  Why  not  learn  to  talk  to  your  computer  in  it is  own  language?  Whether  you  want  to  write  games,  start out  a  business,  or  you&#8217;re  just  curious,  learning  to  program  is  a  great  place  to  start.  Plus,  programming  is  fun!</p>
<p><i>Hello  World!</i>  provides  a  tame  but  indepth  introduction  to  the  world  of  computer  programming.  It&#8217;s  written  in  language  a  12-year-old  may  follow,  but  any individual  who  wants  to  learn  how  to  program  a  computer  may  use  it.  Even  adults.  Written  by  Warren  Sande  and  his  son,  Carter,  and  reviewed  by  professional  educators,  this  book  is  kid-tested  and  parent-approved.</p>
<p>You  don&#8217;t  need  to  know  anything  when it comes to  programming  to  use  the  book.  But  you  will have to  know  the  fundamental principle  of  using  a  computer&#8211;e-mail,  surfing  the  web,  listening  to  music,  and  so  forth.  If  you  may  commence  a  program  and  save  a  file,  you  ought to  have  no  disturb  using  this  book.</p>
</div>
<ul>
<li>Amazon  Sales  Rank:  #7500  in  Books</li>
<li>Brand:  Books</li>
<li>Published  on:  2009-05-05</li>
<li>Original  language:            English</li>
<li>Number  of  items:  1</li>
<li>Dimensions:  .93&#8243;  h  x    7.34&#8243;  w  x    9.16&#8243;  l,      1.60  pounds    </li>
<li>Binding:  Paperback</li>
<li>440  pages</li>
</ul>
</div>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td>
<table width="100%">
<tr>
<td>About  the  Author
<p>Warren  Sande  is  an  Electronic  Systems  Engineer  who  uses  Python  (and  other  languages)  in  his  work,  and  likewise  uses  it  to  support  instruct  his  son  when it comes to  computers  and  programming.  He  holds  a  degree  in  Electronic  Systems  Engineering  from  the  University  of  Regina,  Saskatchewan  as  well  as  a  Diploma  in  Communication  Arts,  specializing  in  Broadcasting,  from  the  Southern  Alberta  Institute  of  Technology.  He  has  taught  original  software  courses  to  computer  novices.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0">
<div class="wp-caption alignleft" style="width: 145px"><a href="http://www.debtfreeadventure.com/wp-content/uploads/2009/01/helloworld-300x300.jpg" class="lightbox"><img src="http://www.debtfreeadventure.com/wp-content/uploads/2009/01/helloworld-300x300.jpg" alt="Hello World" class="alignleft" width="145"></img></a>
<p class="wp-caption-text">Hello World Pic</p>
</div>
<div class="wp-caption alignleft" style="width: 145px"><a href="http://sunilsukumar4u.files.wordpress.com/2010/07/hello-world1.jpg" class="lightbox"><img src="http://sunilsukumar4u.files.wordpress.com/2010/07/hello-world1.jpg" alt="Hello World" class="alignleft" width="145"></img></a>
<p class="wp-caption-text">Hello World Picture</p>
</div>
<div class="wp-caption alignleft" style="width: 145px"><a href="http://rlv.zcache.com/hello_world_tshirt-p235293718888979482zvf1f_400.jpg" class="lightbox"><img src="http://rlv.zcache.com/hello_world_tshirt-p235293718888979482zvf1f_400.jpg" alt="Hello World" class="alignleft" width="145"></img></a>
<p class="wp-caption-text">Hello World Pic</p>
</div>
<div class="wp-caption alignleft" style="width: 145px"><a href="http://benjamintsai.com/plog/wp-content/uploads/2009/02/20090202-300_4812-edit1.jpg" class="lightbox"><img src="http://benjamintsai.com/plog/wp-content/uploads/2009/02/20090202-300_4812-edit1.jpg" alt="Hello World" class="alignleft" width="145"></img></a>
<p class="wp-caption-text">Hello World Photo</p>
</div>
<div class="wp-caption alignleft" style="width: 145px"><a href="http://www.voidspace.org.uk/python/articles/images/hello_world2b.jpg" class="lightbox"><img src="http://www.voidspace.org.uk/python/articles/images/hello_world2b.jpg" alt="Hello World" class="alignleft" width="145"></img></a>
<p class="wp-caption-text">Hello World Picture</p>
</div>
<div class="wp-caption alignleft" style="width: 145px"><a href="http://shirtoid.com/wp-content/uploads/2010/03/hello-world.jpg" class="lightbox"><img src="http://shirtoid.com/wp-content/uploads/2010/03/hello-world.jpg" alt="Hello World" class="alignleft" width="145"></img></a>
<p class="wp-caption-text">Hello World Pic</p>
</div>
</tr>
</table>
<p>64 of 66 people found the following review helpful.<br /><img height="11" width="56" style="margin-left:0px;margin-right:10px" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" alt="5">The Excellent Teach Your Kids  (Or Teach Yourself) Programming In The Python Language Book.<br /><span>By Ira Laefsky<br />This attractive and moderately-sized volume gets elementary through high school education in programming computers right, and makes the best use of the universally available (and free) &#8220;batteries-included&#8221; language&#8211;Python.  In the early days of personal computers (about 1978), everyone and his brother had a Teach Yourself Basic on the TRS-80 or Apple-II programming book that got you and your kids  up to speed in the Dartmouth-developed (Digital Equipment Corporation-improved) BASIC computer programming language.  At that time, you were lucky if at the conclusion of the book you could produce a simple-minded character-based Tic-Tac-Toe game (or self-prompted lessons in the multiplication tables).  With excellent pedagogy and the libraries (like PYGAME) now available for the modern Python programming language this book enables the home-schooled student (or timid grandparent) to build sophisticated simulations and graphical entertainment (like a virtual pet) at least equivalent to the commercial games available in that era.</p>
<p>Due to the excellent tools and step-by-step examples given by Warren and Carter Sande the young reader, or his/her parent, is well prepared for a modern college level course in Data Structures or Algorithms with well illustrated examples of Lists, Modules, Event-driven and Object-Oriented Programming. The use of GUI-builders and programming libraries enable the novice to achieve impressive results within the course of a few short months of self-instruction.  </p>
<p>The book is well illustrated, and the examples and tools downloadable from the book&#8217;s web site run correctly without the need to fix typo&#8217;s. </p>
<p>All in all, the book is an excellent read for a 12-year old, or an adult novice, and will provide superb instruction and entertainment for its readers.</p>
<p>&#8211;Ira Laefsky</p>
<p>40 of 42 people found the following review helpful.<br /><img height="11" width="56" style="margin-left:0px;margin-right:10px" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" alt="5">Excellent but designed for PC not Mac<br /><span>By I Teach Typing<br />I have been programming and teaching programming at the university level for 25 years and I have been looking for years to find a book for children, like my 10 year old son, who wanted to learn about programming but were not up to the high school reading level.  This book perfectly fills the niche.  With clear writing, well thought through examples and gentle humor, it is superb for the young learner.  My son has taken over my PC since I gave him the book.  So, it is safe to say it can hold a child&#8217;s attention. </p>
<p>The fact that it is good for a young audience does not mean that it is dumbed down too far to be useful for any age.  The depth and pace of the material is appropriate for anyone, starting from scratch, who wants to learn to program from lots of examples.  Actually, it sets the stage nicely for someone who is anxious about needing to learn programming at the university level.</p>
<p>The only real down side is the support for Mac.  The book uses Python which works on Mac, Windows and Linux but a couple of the components used in the book do not have good instructions for the Mac on the books website.  For example, they are written for older Mac OS or require you to dig deep in the system files to find the directories where things belong.  The forums on the website will help but expect to need to dig around a bit, especially if you use Mac OS 10.5 (Leopard), until the author(s) fix the main Mac instructions. </p>
<p>Even though I had to poke around a bit to make sure the Mac would behave, I still love this book.  Setting aside the fact that this fills a badly need gap in programming instruction for kids, this book is just great with a wonderful ratio of code snippets to explanations and clear concise discussions of both basic and fairly advanced concepts (like object oriented programming).</p>
<p>27 of 29 people found the following review helpful.<br /><img height="11" width="56" style="margin-left:0px;margin-right:10px" class="custReviewStars" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" alt="5">What a great book for kids!<br /><span>By Lisa Hartjes<br />My husband&#8217;s a computer programmer, and my nine year old son told us he wants to learn how to write computer programs too.  I did a lot of looking around for something that would be suitable for my son to use, and finally discovered this book. </p>
<p>We had to wait a while for this book, as the release date was changed and there were other problems, but this was definitely worth the wait.  My son read through the book in no time flat, and definitely understands what&#8217;s in it.  </p>
<p>The next step is for the two of them to sit down and go through the code examples together.</p>
<p>Mr. Sande (young and old), thank you so much for writing this book!</p>
<p><span><a href="http://www.amazon.com/product-reviews/1933988495?tag=gorilla-studio-20&amp;linkCode=sb1&amp;camp=212353&amp;creative=380553" target="_blank">See all 42 customer reviews&#8230;</a></span></div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://gorilla-studio.com/uncategorized/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

