<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>Adobe</title>
<link>http://www.computersight.com/tags/Adobe</link>
<description>New posts about Adobe</description>
<item>
<title>Adobe Reader: Listening PDF Files</title>
<link>http://www.computersight.com/Software/Adobe-Reader-Listening-PDF-Files.333371</link>
<description>
<![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 	--></p>
<p>Adobe Reader, the tool to opens PDF files created using Adobe Acrobat is one of the most used software for reading files. It is compatible with many devices, it easy to print PDF files, and also has several alternatives to accessing PDF files. One of these alternative to accessing PDF files that many people do not know is called Read Out Aloud. This feature converts text to spoken words. Adobe Reader versions 6.0, 7.0, 8.0 and 9.0 have this feature. You can use it to listen PDF files that have editable text. It cannot read images and documents that are scanned. It works in English.</p>
<p><strong>Setting the feature Reading Out Aloud </strong></p>
<p>For better use of this feature you need to set your preferences. Here, these are the steps:</p>
<p>-Open Adobe Reader</p>
<p>-Open Edit Menu and choose "Preferences" or hit "ctrl+k". This action opens a pop-up window.</p>
<p>-Choose in the left column headed "Categories", "Reading"</p>
<p>-In the box called "Read Out Aloud Options," set the volume that you want. Also, you can set pitch and velocity of listening in words per minutes. Windows only has a one default voice.</p>
<p>-In the box called "Reading Order Options," choose the reading order. The option recommended is: Infer reading order from the document.</p>
<p>-In the inferior right corner of the pop-up window click "OK"</p>
<p><strong>Listening Your File</strong></p>
<p>First, open your PDF file. Now, for listening your file you need to start Reading Out Aloud feature. The easier way is hitting the command "ctrl+ shift+y". Then, your have the following options to listen your file: listen one page, using the command ctrl+ shift+ v or listen the entire document use: ctrl+ shift+ b. If you like to make a pause in the listening use: ctrl+shift+c and resume using the same command again. Use the command ctrl+shift+e, if you want to stop your listening.</p>
<p>This accessibility feature is useful for people that have vision problems, or do not want to read a file. Also, it allows you to do other things like clean the house or cooking while you are listening your PDF files and it is a useful tool for people that are learning English.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FAdobe-Reader-Listening-PDF-Files.333371"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FAdobe-Reader-Listening-PDF-Files.333371" border="0"/></a>]]></description>
<pubDate>Fri, 07 Nov 2008 08:43:07 PST</pubDate></item>
<item>
<title>Using Snippets in Robohelp Seven</title>
<link>http://www.computersight.com/Software/Using-Snippets-in-Robohelp-Seven.311545</link>
<description>
<![CDATA[<p>Snippets are the standard contents like Note, Danger, and Caution which are used frequently in the help manual. These standard contents are stored in the form of snippets. These can be used wherever required by just inserting the specific snippet. This helps in keeping the format and style of these contents uniform throughout the help manual.</p>
<p>For example: You are creating a help manual which contains numerous processes and steps for doing those processes. In the help manual, you want to convey to the user that they should not skip any of the steps while carrying out the processes. To convey this, you create a Note.</p>
<p>Note: Do not skip any of the steps.</p>
<p>For this Note, you select a formatting style so that it appears difference from the general text.</p>
<p>Since the help manual comprises of numerous processes and steps, so the same thing repeats wherever applicable. This is where Snippet comes into picture. You just need to store the message as Snippet and insert it wherever required.</p>
<h3>How to create Snippets?</h3>
<p>To create snippets follow the steps given below:</p>
<ol>
<li> Open a RoboHelp Topic</li>
<li> Enter the message like Note, which is as shown below and select a style format or create a new style format<img src="http://images.stanzapub.com/readers/2008/10/22/408285_0.jpg" alt="" /></li>
<li>Select the text and right click. From the drop-down menu, select Add to &amp;gt; Snippets. A Snippet dialog appears. Enter the name of the Snippet and click OK, a new Snippet named Note will be added.<img src="http://images.stanzapub.com/readers/2008/10/22/408285_1.jpg" alt="" /></li>
<li> To insert the Note Snippet in another topic, open the topic and place the cursor at the place where you would like to insert the Snippet - Note</li>
<li>From the Insert menu, select Snippet as shown below.<img src="http://images.stanzapub.com/readers/2008/10/22/408285_2.jpg" alt="" /></li>
<li>A Snippet dialog appears. Select the Snippet - Note and click OK. The Snippet text is automatically inserted into the topic at the place of the cursor.<img src="http://images.stanzapub.com/readers/2008/10/22/408285_3.jpg" alt="" /></li>
</ol><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FUsing-Snippets-in-Robohelp-Seven.311545"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FUsing-Snippets-in-Robohelp-Seven.311545" border="0"/></a>]]></description>
<pubDate>Thu, 23 Oct 2008 08:43:47 PST</pubDate></item>
<item>
<title>Lets Learn C : Printing Strings on to the Screen</title>
<link>http://www.computersight.com/Programming/Lets-Learn-C--Printing-Strings-on-to-the-Screen.225265</link>
<description>
<![CDATA[<p>Here is the first article of my tutorial set. I aim to teach you the basics of C. In this first lesson, I am going to teach you how to output a series of strings on to terminal screen of C program.</p>
<p>Virtually every program code has inputs and outputs. Before compiling a source code, programs generally request an input from the user and then output it to the screen after compiling if the program is well designed and there is no error inside it. Usually, as the program becomes more complicated, error possibility increases. A good software expert easily realizes where the code has faults and corrects it. Since our first code will be very small and very simple, we will not face with any error.</p>
<p>Before starting to write code, we initially have a compiler which is going to evaluate our code. I use Dev C for this. There are many other compilers which run on different platforms like Unix, Linux and Windows.</p>
<p>In this project, we will output the names of  the subprograms of Triond on to C terminal screen. This is the simplest algorithm since there is no input in this example. Let's start writing our code step by step.</p>
<p>Step 1: Open the File from the menu bar of C software and save as the blank page Project1. This yields a file with an extension of cpp.</p>
<p>Step 2: Describe the name and aim of the programs. To do so, we use comments. Comments are ignored by the compiler. For commenting, we use some special scripts like double slash  or  slash-asterisk character .</p>
<p>If we use a single line comment, double slash is enough. However, if our comment is placed more than one line, we use double slash for each line or take the commented part between  slash-asterisk and asterisk-slash characters .</p>
<p>Step 3:  C needs library files which define what the input and output functions are and what they do when they are used in a code. Iostream is the library file of input and output function.</p>
<p>Before the name of library files, we use a special character,  preprocessor directive character. Include is used before the name of every library file and such file names are placed mathematical comparison characters.</p>
<p>Step 4:  Every C code uses functions. The default function is main. Main function is the first function compiled by the programs. This function usually calls other functions. Before the name of function, we specify which type of output our code returns. In our program, we think that it returns to integer and use int. After the function name, we use parantheses. In this example, there will be nothing between parantheses but in more complicated programs, there may be parameter names and it's types or definitions. We place our statements between left brace  and  right brace.</p>
<p>Step 5:  To print on to the screen,we use cout function. We simply place our string inside  double quote  characters. Every statement inside the functions ends with a special semicolon character.</p>
<p>Step 6:  To check the validity, we use return function.In this simple example, it returns to 0.</p>
<p><a href="http://clesson1.blogspot.com/" target="_blank">Click here for the code</a></p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FLets-Learn-C--Printing-Strings-on-to-the-Screen.225265"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FLets-Learn-C--Printing-Strings-on-to-the-Screen.225265" border="0"/></a>]]></description>
<pubDate>Sun, 24 Aug 2008 10:02:41 PST</pubDate></item>
<item>
<title>Five Free Alternatives to Commercial Products</title>
<link>http://www.computersight.com/Software/Five-Free-Alternatives-to-Commercial-Products.188963</link>
<description>
<![CDATA[<ol><li><a href="http://www.openoffice.org/" target="_blank">
<h3>OpenOffice</h3>
</a>
Free, open source, cross-platform Office suite. Includes a word processor, a Powerpoint-likwe presenters, and many other of the same features as Microsoft Office. Written in Java, so it's slow, sometimes.
</li><li><a href="http://www.linux.org/" target="_blank">
<h3>Linux</h3>
</a>
Official website for Linux operating system distributions. If you're new to Linux, you might want to get Ubuntu Linux, as it's the most user-friendly distribution. Great alternative to Microsoft Windows, and it's totally free!
</li><li><a href="http://www.compiz-fusion.org/" target="_blank">
<h3>CompizFusion  (Linux Only)</h3>
</a>
A nice alternative to the Aero theme on Windows Vista. Fast, easy to use, and perfect for anyone who likes all the bells and whistles on their GUI.
</li><li><a href="http://www.gimp.org/" target="_blank">
<h3>GIMP (GNU Image Manipulation Program)</h3>
</a>
If you like Photoshop, you'll love GIMP. GIMP has almost all of the features of Photoshop, as well as faster loading times. Whether you're editing images, or creating original artwork, GIMP is the free program you need.
</li><li><a href="http://avidemux.sf.net/" target="_blank">
<h3>Avidemux</h3>
</a>
One of the best alternatives to ADbe Premire Pro. You can edit videos at the click of a mouse button.</li></ol><p>
Hopefully these programs help you.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FFive-Free-Alternatives-to-Commercial-Products.188963"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FFive-Free-Alternatives-to-Commercial-Products.188963" border="0"/></a>]]></description>
<pubDate>Wed, 30 Jul 2008 05:43:05 PST</pubDate></item>
<item>
<title>10 Ways to Occupy Yourself on the Computer</title>
<link>http://www.computersight.com/Computers/10-Ways-to-Occupy-Yourself-on-the-Computer.168727</link>
<description>
<![CDATA[<ol>
<li>
<h3>Games</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_40.jpg" alt="" /><br /><br /> Games is probably the biggest thing on a computer. When either it be a simple 5kb online flash game or a CD-ROM 10GB sized FPS game, games is sure to take a lot of time. You might be occupied several hours a day just for having a little fun. A little reminder though: Don't play too much, it can hurt you. </li>
<li>
<h3>Video</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_41.jpg" alt="" /><br /><br /> Watching video is a huge, huge thing on the internet. There is probably over 100 video sites with video of anything you like. The best video site is probably <a href="http://www.YouTube.com/" target="_blank">YouTube</a> , But also <a href="http://www.metacafe.com/" target="_blank">MetaCafe</a>, <a href="http://www.stage6.com/" target="_blank">Stage 6</a> (DivX video), and <a href="http://www.video.google.com/" target="_blank">Google Video</a> (includes a lot of YouTube). </li>
<li>
<h3>Graphics</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_42.jpg" alt="" /><br /><br /> Staring at pictures, taking pictures, editing pictures, uploading, downloading, blogging, watching, almost everything you can think uses graphics and pictures.<br /><br /> If you're a website manager you might want to spiff up the site with some exciting pictures and icons.<br /><br /> If you're a photographer you might want to take your SD card, pop into your computer and upload your pictures. Then you can clean you SD card again, as the backup is on the computer, and then take more pictures. You save money on developing pictures too. </li>
<li>
<h3>Music</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_43.jpg" alt="" /><br /><br /> Face it, music makes everything more elaborate. What if you went to a concert, and all you heard was nothing. Or watching a movie, a horror movie, wouldn't be anything without the sound. But now you don't have to go to a concert or watch a horror movie, just to hear your favorite soundtrack. The computer is here for you. On the internet there is tons of sites who offers great musical enchantment like <a href="http://www.musicovery.com/" target="_blank">Musicovery</a> , and outside the internet, if you got a CD-ROM with your favorites on, press it into the computer and put it on your computer. It's easy, either you rip it with a software, or goto your drive and copy the sound. </li>
<li>
<h3>Editing</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_44.jpg" alt="" /><br /><br /> Ever wanted to edit anything that just isn't perfect yet? How about video special effects, drums and bass, masking pictures, creating your own Mario level? All you have to do is edit it.<br /><br /> For example, video effects, can be made quite good with FXHome VisionLab Pro, you can add laser sabers, fog, interference and lots of other stuff. But how about the sound? A sound editor that adds bass and drum and a lot of other stuff is available on the web, just search? How about VirtualDJ or FL Studio?<br /><br /> But you want to make pictures look better? Photoshop is the tool for you. Although there is a lot of other image editors from MS Paint to Photoshop, Photoshop is the ultimate. How about erasing the background and make it look like you are wounded, bleeding and on the moon? That would be cool. But lets say, you're more into games. You liked Super Mario 3 right? How about Super Mario Improvement 3? Where you can edit a existing SM3 rom and make your own levels. Sounds really entertaining (Note: Roms are not provided by Super Mario Improvement 3).<br /><br /> There is gigatons of equipment for all your need out there. Just search. </li>
<li>
<h3>Socializing</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_45.jpg" alt="" /><br /><br /> Social life is best when outside traveling around with friends. But it is not all dead on the computer. There is a lot of places where you can make new world wide friends. These includes forums, blogs, guestbooks, chat rooms, IRC, internet phone, instant messaging, e-mails or other online activity.<br /><br /> Popular software includes MSN, AIM, ICQ, Skype, mIRC, AOL and Yahoo. These are chat programs which sends instant messages or e-mail to all your friends for free (with the exception of Skype which is an online telephone that costs for anything else than other skype users). Making accounts is usually free and you have the chance to make an special name which could be world wide someday.<br /><br /> When it comes to forums however, these are mostly online based. And there is a huge collection of forums just waiting for you out there. You can even make your own forum. Just search the web for free forums or something. </li>
<li>
<h3>Development and Productivity</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_46.jpg" alt="" /><br /><br /> Sitting around the computer all day isn't always just a waste of time. You can do things that will cover up the time lost. Many people sit all day at the computer and earn a lot of money. Just look at Bill Gates, making the Windows system, he is one of the richest guys on the Earth. And to make the system, you don't think he sat all day with his DOS lines?<br /><br /> Now, development doesn't always bring in cash, but can be enjoyed by others. Take <a href="http://www.newgrounds.com/" target="_blank">New Grounds</a> for example. This site is almost fully dedicated to Adobe Flash users publishing their content which took around 6 weeks to complete, just to get credit and to be known world wide.<br /><br /> If you'r a grown person you might work with computers. Develop programs all day and such. You might have a major breakthrough and start producing something revolutionary. Now, this doesn't happen to everybody, but it is fun to create stuff, getting it published, and enjoyed by others. </li>
<li>
<h3>Knowledge</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_47.jpg" alt="" /><br /><br /> Ah, considered our prime function, learning is what differs us from single celled organisms. Learning is obtained by books, documentations, movies, audio, and by watching others. However, all this is easily obtained by the internet. If you have a question, search for it, and the answer might pop up. Half my brain is from things I learned from the web. Like scripting, tricks, history, math, development and science. <a href="http://www.en.wikipedia.org/" target="_blank">Wikipedia</a> is considered the biggest source of information (however, being editable by anyone, everything is not always 100% accurate), and it is also make in a huge selection of Languages (not tied together so everything may not be display the same at each language).. You have the power of knowledge in your browser. Use it. </li>
<li>
<h3>Creating and Design</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_48.jpg" alt="" /><br /><br /> Tied together with editing, development and productivity, creating and designing your own thing from scratch is one seriously huge thing on the computer. Think about it, many things you do, are created by you. If we take away text based stuff like forum posts and e-mail, have you ever though of all the videos, pictures, audio and such on the web? Many of those are made from scratch.<br /><br /> Take Photoshop, you can make a universe with stars, planets, twirls, waves, blasts and meteors just from scratch, without anything.<br /><br /> Creating a video might take some raw footage, but all the editing, titles, special effects and that things are made from scratch by you.<br /><br /> And audio, every piece of sound must have been made from scratch at some point. And they are created every second, many by software on a computer. And the web? The whole web was made from scratch, every site is made from scratch, html files that are made from scratch by someone, maybe you? Then hosted at an computer for viewing by everyone. My point is, most the time, many people are creating random stuff, when either it be games, graphics, video, audio, html, software or flash.<br /><br /> Speaking of flash, did you know, that almost every ad, banner and online video is made with flash? Of course YouTube videos are made with a camera and some editing, but in general, they are converted to flash video (flv). </li>
<li>
<h3>Rainy Days</h3>
<img src="http://images.stanzapub.com/readers/computersight/2008/07/14/218345_49.jpg" alt="" /><br /><br /> The final, and probably a very used reason to sit at the computer, is rainy days. When the weather is cloudy and rainy, the TV is broken, you have just sold your game boy, the fridge is empty, you're sealed inside your computer room and the computer is on, you will most likely jump into your chair and grab that mouse as if it were the end of the world.</li>
</ol><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FComputers%2F10-Ways-to-Occupy-Yourself-on-the-Computer.168727"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FComputers%2F10-Ways-to-Occupy-Yourself-on-the-Computer.168727" border="0"/></a>]]></description>
<pubDate>Mon, 14 Jul 2008 10:07:52 PST</pubDate></item>
<item>
<title>Fire Text</title>
<link>http://www.computersight.com/Software/Photoshop/Fire-Text.156271</link>
<description>
<![CDATA[<p>Today let's check how to make a firing text using the Photoshop.</p>
<ol>
<li> Open a 500x500 pixels document with Black as the background colour.   <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_0.jpg" alt="" /><br /><br /></li>
<li>Create a Text on it. I'm using Arial font. Just Type &amp;ldquo;Photoshop&amp;rdquo;. Font colour should be white.  Better to be in upper case. And Select the text layer and Go to Layer&amp;gt;&amp;gt;Rasterize&amp;gt;&amp;gt;Type.   <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_1.jpg" alt="" /><br /><br /></li>
<li> Now duplicate the &amp;ldquo;photoshop&amp;rdquo; layer once. And Select the middle layer (&amp;ldquo;Photoshop&amp;rdquo;).   <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_2.jpg" alt="" /><br /><br /> </li>
<li> Now we want to create a wind effect to this text, for that rotate canvas 90CW. Image &amp;gt;&amp;gt; Rotate Canvas &amp;gt;&amp;gt;90CW. Now Go to Filter &amp;gt;&amp;gt; Stylize &amp;gt;&amp;gt; Wind. Click the direction from the left, and method as wind. Click OK.  To make more effect press &amp;ldquo;Ctrl + Fthree times. Now rotate the canvas to 90 CCW. Image &amp;gt;&amp;gt; Rotate Canvas &amp;gt;&amp;gt; 90 CCW. &amp;ldquo;   <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_3.jpg" alt="" /><br /><br /></li>
<li> To make more effect to the wind, Go to Filter &amp;gt;&amp;gt; Blur &amp;gt;&amp;gt; Gaussian Blur and set the radius to 2  <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_4.jpg" alt="" /><br /><br /> </li>
<li> The next step is to give our Photoshop layer a black background which will be needed for the next step. To do this, duplicate Layer 1 (our original background layer) and merge this duplicate layer with the blurred text layer we just made.   <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_5.jpg" alt="" /><br /> <br />It will look like this...<br /> <br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_6.jpg" alt="" /><br /><br /> </li>
<li> With the middle layer still selected, go to Filter-&amp;gt;Liquify. St the brush size to 80, density to 11 and pressure to 92. Now take the Warp tool and push the streaks around to get a sort of rising "S" pattern over the letters. Then hit OK   <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_7.jpg" alt="" /><br /><br /> </li>
<li> Select the middle layer. Now go to Select Image-&amp;gt;Adjustments-&amp;gt;Hue/Saturation and select Colorize so we can fiddle with the color. Bring Saturation up to 100 and set Hue to about 40. Make sure the option &amp;ldquo;Colourize&amp;rdquo; is ticked. </li>
<br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_8.jpg" alt="" /><br /><br />
<li> Duplicate this colorized layer and select this duplicate. Then Go to Image-&amp;gt;Adjustments-&amp;gt;Hue/Saturation again, this time with Colorize off. Set the Hue to -20 to make the flames red. Set the Blending Mode of this duplicate layer to Overlay.  <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_9.jpg" alt="" /><br /><br /> </li>
<li> Select the &amp;ldquo;Photoshop copy&amp;rdquo; layer and click the transparency lock button. </li>
<li> Set foreground color to #f9e400 and the background color to #a36a06. Then click the gradient tool and draw. Finally it will look like this. You can also change the layer style.  <br /><br /><img src="http://images.stanzapub.com/readers/computersight/2008/07/03/203129_10.jpg" alt="" /></li>
</ol>
<p>That's all. Enjoy the tutorial.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FPhotoshop%2FFire-Text.156271"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FPhotoshop%2FFire-Text.156271" border="0"/></a>]]></description>
<pubDate>Thu, 03 Jul 2008 06:19:23 PST</pubDate></item>
<item>
<title>The Best FREE or Reasonably Priced Software Titles</title>
<link>http://www.computersight.com/Software/The-Best-FREE-or-Reasonably-Priced-Software-Titles.135428</link>
<description>
<![CDATA[<p>So you're looking for free or rather inexpensive software to you on your computer.  These are all compatible with Windows Vista but remember you download at your own risk!  This is just a suggestion based on what I've used and like.  I hope you can make some suggestions on what programs you like as well.</p>
 <ol>
<li>
<h3><a href="http://www.gimp.org/" target="_blank">GIMP </a></h3>
It's a lot like Photoshop without the huge price tag.  Free!  Originally designed for Linux, it has been made for Windows as well.  Works great for Vista where older Photoshop versions and other issues of compatibility don't exist! <br /></li>
<li>
<h3><a href="http://www.namo.com/products/webeditor_professional.php " target="_blank">Namo WebEditor</a></h3>
So you want to create a website and may or may not know some html.  Not a problem.  Namo is structured similarly to Dreamweaver and again without the huge pricetag.  This software runs $100 and comes with Namo FreeMotion and Namo FreeCanvas.  I'm more impressed with FreeMotion as it's a flash based program and the instructions included make it easy enough for an amateur to use.  Namo FreeCanvas isn't bad but I wouldn't pay anything extra for it.  Worth checking out as part of the bundle.  If you already own another web editor, there is typically a rebate for $20 off. <br /></li>
<li>
<h3><a href="http://www.pinnaclesys.com/PublicSite/us/Products/Consumer+Products/Home+Video/Studio+Family/Studio.html" target="_blank">Pinnacle Studio</a></h3>
Do you like editing video clips?  If you do this program is reasonably priced and though not as fancy as Adobe's Premiere it's also much cheaper!  Versions range from the original studio through Plus and Ultimate based on your needs.  If you're editing standard video you can pay as little as $50.  High Definition will cost you $100 and Studio Ultimate which allows for Dolby 5.1, fx editor, and a few other features be prepared to dish out $130.  Typically Studio allows for an upgrade version and/or rebate based on your previous purchase.<br /></li>
<li>
<h3><a href="http://www.getpaint.net/" target="_blank">Paint.net</a></h3>
Again another photo editing software similar to Photoshop but easier to navigate for those that aren't advanced users.  Free software again, can't complain there.  The interface is easy and it doesn't lack features</li>
</ol><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FThe-Best-FREE-or-Reasonably-Priced-Software-Titles.135428"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FThe-Best-FREE-or-Reasonably-Priced-Software-Titles.135428" border="0"/></a>]]></description>
<pubDate>Sun, 08 Jun 2008 03:11:36 PST</pubDate></item>
<item>
<title>What Can My OS Do for Graphic Design?</title>
<link>http://www.computersight.com/Operating-Systems/Windows/What-Can-My-OS-Do-for-Graphic-Design.119987</link>
<description>
<![CDATA[<p>Let's get a few things straight.  I have never had a problem with Windows Vista, it's far more compatible than XP was in its infancy, plus I like being able to find all my files.  I don't hate Apple, but suspect that they try so hard to be different that they end up making their products less accessible.  Linux is stuck in the catch-22 of it needing more users to gain better support from third party software retailers, and without said support will be unable to garner new users.</p>
 
<p>I'm a graphic designer.  I have a pretty broad range of projects on the go at any one time and accordingly, use a wide range of tools.  I build websites, design for print, create video presentations, flash animations 3D models and some animation.  I still use older, Macromedia versions of programs (thank you eBay), as I don't have the money to upgrade to the newest Adobe versions.</p>
 
<p>My computer has plenty of RAM, and a decent processor.  I have the full use of both arms and all of my fingers.  So why does it take me so long to finish a project?</p>
 
<p>Well, no one program can do what I need.  I used to be fairly Photoshop-centric in my work, but now I like Adobe Illustrator, as it does almost everything Adobe Photoshop can do short of photo editing and having all my art as vectors is better for file sizes and for scaling up in later projects.  But, for example, if I'm making a video, and posting it online, often my work flow looks like this:</p>
 
<p>Receive brief from client.  It's in .doc format, so I open it in Open Office. (if it's in .docx format, I get angry and have to dig out my Microsoft Word viewer)</p>
 
<ul>
<li>Create concepts in Adobe Photoshop.</li>
<li>Email them to client from Thunderbird.</li>
<li>Get the go-ahead from the client.</li>
<li>Animate some segments in Blender.</li>
<li>Edit together footage in Adobe Premiere.</li>
<li>Export using Adobe Media Encoder.</li>
<li>Import into Macromedia Flash.</li>
<li>Create title overlays in Illustrator, as Flash wont read all my fonts.</li>
<li>Import these as vectors.</li>
<li>Save as a .swf.</li>
<li>Build web page in Dreamweaver.</li>
<li>Write the rest of the page code by hand in Notepad2.</li>
</ul>
<p>Phew.  As fast as my PC is, I can't realistically keep all of those programs running.  However, to speed things up, I'll often have five or so open at any one time.  Once I start moving content between them I start losing time.</p>
 
<p>I have several options.  I could use Adobe Bridge.  I <u>could</u>.  It's cumbersome and at the end of the day, eve if I liked the interface, it's just one more program to run and will only link about a quarter of the programs I want.</p>
 
<p>I don't use Windows Flip 3D.  It's beautiful, it's original (unless you've ever used a Mac in the last 10 years), it's....  ..utterly useless.  It's eye-candy and the sort of thing that ageing men everywhere use when someone walks past their PC, just so they can look as if they're doing something complicated.</p>
 
<p>But, I digress.  What I want to do is finish my project.  I need to edit content, add stuff in and export it.  I'm fairly sure that given enough motivation, someone, somewhere, could teach my PC to understand that a vector in one program can be a vector in another.  I can drop stuff from Illustrator into Flash, (after a fair amount of groaning on my computer's part).  Premiere can open up Photoshop files, though why it would want to is utterly beyond my comprehension.  This is a start.  And it's the reason I was happy to hear Adobe bought out Macromedia, though it will still take a while before the Macromedia programs are anything but Adobe in name only.  Premiere has been an Adobe project of several generations, but still remains very different, besides it's ability to crash at the slightest provocation.</p>
 
<p>So, what am I getting at?</p>
 
<p>I think the very concept of the Windows OS needs re-examining.  Windows functions by running, applications, processes and everything else in, (would you believe it!?) Windows.</p>
 
<p>Once upon a time, this model worked very well, everyone had 256k of RAM and they were happier for it.  But not any more.  Let me give you an example:</p>
 
<p>I'm running Photoshop, Illustrator, Flash, Blender and Open Office .org at the moment.</p>
 
<p>All of them have options to insert text into a document.  This means on my PC, I have five instances of text features, running at once.  They're not all compatible, Flash wont read all my fonts, Blender wont read the other half and that only leaves me with with Arial Black and Papyrus (which just screams, &amp;ldquo;I'm six years old, here's my Egyptian homework project!&amp;rdquo;).</p>
 
<p>I think, I could save RAM and improve compatibility if my OS handled fonts.  Then, I could just call up that feature, like the character map and chose my font.  It only runs once on the system, so I save memory.  These days Photoshop and Illustrator are about 50% identical, already it would make more sense for there to be a basic framework with individual features which can be called upon as needed.  Both have colour pickers, (think what integration could do for managing colour profiles), Photoshop has vectors, Illustrator has layer styles...   ..can you see where I'm going with this?</p>
 
<p>So, really I think it's up to the OS to incorporate everything, or at least provide a framework to make this possible.  That way, more features could be integrated as individual modules.  Think of the amounts of memory we could save.  No longer would I have to load  huge font list in five individual programs as they start up.  Nor would I have to wait for all those Photoshop brushes to load when all I want to do is correct red eye in one photo.</p>
 
<p>It could work from a marketing perspective too; iTunes found success by selling individual songs from albums, I think programs could do the same with features.  It might provide useful feedback on exactly what users want in applications.  I think Adobe would be hard pressed to find anyone willing to buy some of the tackier Photoshop filters.  And if users could spend less at a time, I'm sure more people would invest in these programs.  People could buy the basic module, the equivalent of Photoshop Elements and then customise their package.  Illustrator already doubles up with Photoshop on so many features, and Adobe already allows people to build packages of whole programs as custom Creative Suites, they're getting there already.</p>
 
<p>I realize it's not an easy answer, but you have to do these things one step at a time.  If we ever want to make changes this immense, and in my opinion, this useful, we have to plan them and then implement them one step at a time.</p>
 
<p>Surely some of this is almost reaching the point of being a necessity?  I thought that code was meant to get leaner and cleaner with each new release.  And whilst this seems to be the case with smaller open source applications, like Lightbox and full open source programs like Blender, other programs, like Microsoft Word are power-hungry beasts, with god-knows what built in as standard.  It's a Word processor for gods sake!!!  You know, I got the feeling that perhaps Word Art was a step too far in 1998, I can't even use Word these days!  On my new Vista laptop I had a 90 day trial of Microsoft Word, and along side it, a whole program just to activate it.  To activate it.  Am I insane here!?  Why does my new laptop have a program on it to activate a 90 day free trial of an unusable word processor!?</p>
 
<p>But I digress, I want my OS to take on more of the workload.  It's a lot to ask for, I know.</p>
 
<p>Having said this, I'm not the first person to think about this.  Douglas Adams, suggested being able to "cut and paste" functions in Macs, nineteen years ago in an <a href="http://www.douglasadams.com/dna/980707-00-a.html" target="_blank">article</a> in MacUser magazine.</p>
 
<p>Just stop and think, for a second.  Think of Minority Report, The Matrix, Twenty Four, well, actually any film where the writers had no clue about how technology really works.  And it's no slur on them, (god forbid we criticise the Writers Guild of America, I'm only just getting over my TV withdrawal) it's just the way we want computers to work.  They are simple, integrated and fast.  Agent Smith never had to pause to buffer, Jack Bauer never found his computer couldn't open PNGs, Tom Cruise never had to wait whilst his image manipulation software loaded, so why should we?</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FWindows%2FWhat-Can-My-OS-Do-for-Graphic-Design.119987"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FWindows%2FWhat-Can-My-OS-Do-for-Graphic-Design.119987" border="0"/></a>]]></description>
<pubDate>Mon, 05 May 2008 16:39:14 PST</pubDate></item>
<item>
<title>Adobe Photoshop Express</title>
<link>http://www.computersight.com/Software/Photoshop/Adobe-Photoshop-Express.105926</link>
<description>
<![CDATA[<p>A short while ago Adobe launched a free online version of their Photoshop program. It can be accessed <a href="http://www.photoshop.com/express" target="_blank">here</a>. For those that re not familiar with Photoshop, it is a software that allows you to edit pictures. Alot of professionals are using it to improve images. You probably have heard about the question "Have you googled it?" meaning have you searched for it on the Internet. Well there is also the question "Have you photoshoped it?" meaning have you edited the image.</p>
 
<p>Photoshop is a quite expensive program but it is worth it. Now the free online version is certainly not a full blown application. It can do a few things but will not replace the application it self.</p>
 
<p>Photoshop Express is free to sign up to. Adobe gives you a 2GB space on which you can create albums and upload images to. From there you can download images, email them to friends and family and also link to from other websites.</p>
 
<p>The Interface is simple and easy to use. It is clear about where you have to click to get certain actions. No need to search for hours to find a simple function.</p>
 
<p>When you start editing your images, you will be able to access three types of tools:</p>
 <ol>
<li>Basics</li>
<li>Tuning</li>
<li>Effects</li>
</ol> 
<p>In the Basic Tools you will find tools to crop the image or rotate it, auto correct colors, change the exposure, remove red eyes and a couple more.</p>
 
<p>The Tuning Tools are quite usefull too. Here you can change the White Balance, sharpen or soften the images, change the fill light and more.</p>
 
<p>The effect tools are as well only very basic. You can distort thr image, change it into a sketch image, change it to a black and white one and some other tools.</p>
 
<p>All together Adobe managed to createa useful application and if they continue to improve it, they will be able to match the full blown application soon. The question then will be if they will continue to offer this service for free or for a charge.</p>
 
<p>Well done Adobe.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FPhotoshop%2FAdobe-Photoshop-Express.105926"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FPhotoshop%2FAdobe-Photoshop-Express.105926" border="0"/></a>]]></description>
<pubDate>Mon, 07 Apr 2008 06:51:39 PST</pubDate></item>
<item>
<title>Vista: A New World to Explore</title>
<link>http://www.computersight.com/Operating-Systems/Windows/Vista-A-New-World-to-Explore.102919</link>
<description>
<![CDATA[<p>On March 15, 2008 I unpacked my new Dell XPS420 high powered performance bundle that comes with Vista Ultimate. The only setup problem I had was in determining which port to plug the speakers into; it should go in the green port. Other than that, I made these settings or played with Vista in the following manner. Before we begin,  My brother worked with computers since 1982 on software and hardware. He has a college degree in electronics and am currently retired. So he still goes to school in his spare time to get a BSCIS degree. He is currently publishing a website with a <a href="http://www.vistahelppage.com" target="_blank">blog</a> addressing all these issues and others for free.</p>
 
<h3>Turn off the Welcome Center startup page.<br /></h3>
<p> This is as simple as deselecting the Run at Startup check box. You do not need this to run at startup to enjoy Vista.</p>
 
<h3>Change the sleep time on your computer.</h3>
<p>If your computer has already gone to sleep please note that tapping a couple of times on the space bar wakes it quicker than moving the mouse. Go to the Windows start button and select Control Panel. It is the 3rd item from the bottom right. Select System and Maintenance green link, then go to Power options and select the blue link Change when the computer sleeps. You will notice they have it set for a measly 30 minutes, way too short for going to get something to eat and drink while you work at home. Set the Turn off display time to something you can live with, say 4 hours (I set mine to never). Set the Put the computer to sleep time to something you can live with. Save changes and exit out of the power options.</p>
 
<h3>Change the defrag disk parameters.</h3>
<p> It comes set to defrag every week and this is overkill for most users. I set mine for monthly defrag although on my old XP Professional system I only defragged once a year. Go to the Windows Start button and select Control Panel, the 3rd item from the bottom right. Select the green System and Maintenance link then scroll down to the category called Administrative Tools. Select the blue link Defragment your hard drive and click on the link. It should come up as Run on a Schedule and you can modify schedule. Do so. Select monthly out of how often, day 1 in days and 6pm or another time suited to you. This would mean defrag at 6pm on the first day of the month. Defragging keeps your files tight and together on your hard drive so they load faster. Of course, you could always take it off the schedule and defrag by going to the defrag scheduler when you want to.</p>
 
<h3>Get on the Internet.</h3>
<p>Get with your ISP and hook up to the Internet. Hopefully you do not have dial-up as it is much slower than anything else out there. I use my cell phone as a modem and typically run 7-10 times faster than dial-up for $25 a month. If you are stuck with dial-up but have a cell phone see if this option is available to you. After you connect to the Internet, just let your computer sit idle for awhile….Windows will download some updates and notify you to restart when it is done.</p>
 
<h3>Get rid of PC-cillin by Trend and buy Norton Internet Security 2008 for $49.</h3>
<p> If you decide to do this, go to the Start button and select Control Panel. Under the green link Programs select the blue link to Uninstall a program. Select Trend software PC-cillin and uninstall it. After it has done its' job close the Control Panel. Have your Internet up and running and put the CD in the CD player to install Norton Internet Security 2008. Once Norton Internet Security 2008 has been installed, change the scan schedule. It comes set to full scan weekly as did disk defrag, this is also overkill as long as you do a quick scan after every days work is done if you were on the Internet. Double click the Norton Icon and select Schedule a scan. The select Schedule a full system scan. Select month for Schedule Task: and then select The 1st Sunday of every month, select time consistent with when you will be on the computer (You might shy away from 6pm or whatever time you set your defrag to, give full system scan a couple of hours prior to defrag. Select OK to save your changes and exit out of Norton.</p>
 
<h3>Burn your music library to Windows Media Player.</h3>
<p>Windows Media Player has been completely revamped and it is well done. Once again make sure the Internet is up and running. This will fill in your album information and your song tracks for you. Place the CD you want to copy songs from in the CD player and it should auto start. You will see a tab on the Windows Media Player that says RIP. This is the tab to copy from CD to computer, they call it ripping now. Select the RIP tab. You should see the list of song titles with them all checked. Deselect the songs you do not wish to copy. Select START RIP at the bottom right. Wait for ripping to finish and then you can close Windows Media Player. Repeat this process for each of your CD's you want to copy from. I have 95 songs from 24 CD's in my music library.</p>
 
<h3>Burn a custom CD for your car from Windows Media Player.</h3>
<p>You do not need the Internet up and running to do this. Install a blank CD in your CD-W drive. Open Windows Media Player and select a playlist you have made and want to burn from, or select Play All if you do not have a previously made playlist.  Select Play, and then View Queue.  You can then Edit Queue which will allow you to select a delete box by each song. Delete the songs you do not want burned to your CD, bearing in mind the CD can only hold 80 minutes of audio. Once you have done this, save the playlist under a new name. Use the Window button to return to the main selection screen and select your new playlist. This time select Burn, if you have too much songs selected it will warn you and you can delete some more. If not, it will merrily burn you a music CD with your favorite music on it.</p>
 
<h3>Change your desktop background to your favorite photo.</h3>
<p>You do not need the internet up and running for this activity. Your photo must be downloadable from where it is. I have a digital camera with compact flash card, so here is what I do. I have taken a photo of my son and his fiancée, turned off my camera, removed the compact flash media card and inserted it in the appropriate compact flash reader in my 9 in 1 card reader on the front panel of my computer. I then go to Windows start button, select computer, and select the drive with the media in it. I then select the photos I want copied and copy them to the Sample Pictures folder.  This is under C:/users/public/public pictures. After doing this, make sure you expand your right task bar and find the safely remove hardware icon and click on it. It should bring up a yellow dialog box telling you it is safe to remove your media card. Do so and click the dialog box. Go back to the Windows start button and select it. Select the Control Panel, 3rd item from bottom right. Go over to the second column and find Appearance and personalization the second from the top. Go to the blue link called Change desktop background and select it. Browse photo locations if not started in Sample Pictures to Public pictures/Sample pictures which is where you should have put your photo when you copied it over. Just click on your picture twice to turn the background to it. Under How should the picture be positioned select the leftmost button. This stretches the picture over your monitor screen. Select OK and close the Control Panel.</p>
 
<p>Getting the red eye out of your computer photos using Adobe Elements Studio. You need the Internet up and running if this is the first time you've used Adobe Elements Studio. You will patiently wait at most an hour, unless you have dial-up and then it will be even longer, for an update package to load of 193 Mb. Open Adobe Elements Studio and allow the updater to do its thing. Afterwards, click on the camera icon to load Adobe Elements Photoshop 6.0. Select the Edit button. Once the program has loaded, under the menu heading FILE select open. Navigate to Sample Pictures, or wherever you put the photo with red eye at. Double click the photo to load it. A little past mid-way down the left screen side you will see a “red eye”. Select this tool and then position it over your photos red eye and click it. This  however, does not remove the entire red eye-it did not on mine. The third icon down on the left side is an eye dropper. Select this tool and then at the top of the icons set sample size to 3 by 3. Using the keyboard hold down the CTRL key and press the "=" key 2 times to enlarge the photo. Move the eyedropper tool over the part of the eye you want the color to be and click one time. Now switch to the brush tool, it is above the paint can icon on the bottom left. Using the eye  drop tool this way causes the paint brush to change to that color. Set the paint brush paint size at the top to a small brush. Then just paint over your red eye and your job is complete. Don't forget to go to the file menu and Save your changes. If you were working on your background picture you will need to reload it or restart your computer for it to take effect.</p>
 
<p>Burn a movie DVD. Once again, if this is the first time you have used Adobe Elements Video shop 4.0 you need to be connected to the internet. Double click the Adobe Elements Studio icon, and then click the camcorder icon in the middle. If this is the first time, let the updater do its job prior to continuing, the wait could be as long as an hour, much longer if you have dial-up. Assuming this is a new project select the new project icon. Name your new project and the film layout studio will load. Click on the left most tool bar item titled Get Media. Click on DVD on the lists that come up. Select GET MEDIA FROM: to be your DVD player where the movie you want to make a copy of is in. Then click the Get Media button at the bottom of the pop up box. It will load the time clips backwards, if you hold the mouse over the first clip it will be VTS_01.03, the second clip will be VTS_01.02 and the third one will be VTS_01.01 if you have 3 scenes.</p>
<p>When you drag and drop them to the time line make sure you drag them in numerical order so you do not play your movie backwards. After you do this you can press play in the center of the screen to make sure your movie plays in the correct order. Then insert a blank DVD of 2 hours total time and select the green share tab at the top left. Click on disk Burn DVD or blue ray disk. Make sure your Burn To: is set to disc. Disc name should be what you want to name the disc, such as Jenna's Wedding. Burner location is the DVD drive you have the blank disc in, either DVD or Blue Ray drive. Select how many copies you want to make. Leave presets alone. On quality, deselect the Fit contents to available space. The Burn button is in the middle right of the screen. This will start encoding the material for you. It takes about 12 minutes to encode 1.5 hours on my system. After that it burns the disc in about 5 minutes, and if you are making more than one copy each copy will take about 5 minutes. That is all there is to it.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FWindows%2FVista-A-New-World-to-Explore.102919"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FWindows%2FVista-A-New-World-to-Explore.102919" border="0"/></a>]]></description>
<pubDate>Tue, 01 Apr 2008 10:09:23 PST</pubDate></item>
</channel>
</rss>
