<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>Websites</title>
<link>http://www.computersight.com/tags/Websites</link>
<description>New posts about Websites</description>
<item>
<title>Learn HTML Quickly</title>
<link>http://www.computersight.com/Programming/HTML/Learn-HTML-Quickly.320221</link>
<description>
<![CDATA[<p>Hello my name is Kevin Hopcraft and I am going to teach you how to make web pages with HTML code. HTML code is really simple and is nothing like programming at all; actually it is the easiest type of code out there. So if you are trying to learn HTML because you would like to be a programmer, HTML is good to start but don't study it for hours, when you are done go to CSS. Anyway, continuing the tutorial for making web pages.</p>
<p>It is best to start HTML by understanding what it means. So I will explain in detail to you exactly what HTML stands for: Hyper Text Markup Language. Why would it stand for this? I have no idea; I am not her to explain that(just to explain it's meaning;D). The code you use for a web page is never in capitals. A simple webpage looks like this:</p>
<p>This is the text that appears on any tabs you create in Firefox or Internet explorer. Also in a search engine this is what appears as the name of you're website.<br /><br />Under body is where you type all you're code that you want to do things and all you're text that you want displayed.</p>
<p>If you save this as an HTML file with notepad (for windows) or text edit (with Mac)<br />With the extension of html, you will get something like this:</p>
<p><img src="http://images.stanzapub.com/readers/2008/10/28/html_1.jpg" alt="" /></p>
<p>Notice that the text typed in between the  tags show up on the screen yet the title doesn't. This is because the text in the body tags always shows up here. By the way a tag is just a command used in HTML.</p>
<p>Now I'll explain all of the other commands shown. Always when you make an html document you must start it with  otherwise it will not work with all browsers. After the  tag you will have to make a  tag which holds all the &amp;lsquo;invisible' information needed, then there is a  tag which is the title of the page as I have said previously.</p>
<p>Now then you notice a  tag, whenever you make a tag there has to be an end and when you put a / in front of your tag it means that you have ended the code before it.</p>
<p>Make sure you have an end tag for every tag you make. Onward we march, after the  tag you will have a tag which ends the tag. There is then a  tag which has under it, all the info you write to make what you want and all the small tags to make images appear and text to grow bigger or make it different colors and a lot more which I will explain &amp;nbsp;in detail.</p>
<p>You guessed it the next tag is which ends the  tag. Now you make an tag which ends the  tag and you have made a web page. Go down and I'll show you some code to make images appear and align text. First a little review:</p>
<h3>Basic Commands Needed</h3>
<p>This is where you name your page. It will show in a new tab. Under body is where you type all the code and text you want to use for your page and stuff.</p>
<p>All right now then;</p>
<p>Web page with image and links:</p>
<p>Title</p>
<p><img src="name.jpg" alt="" /></p>
<p><a href="http://www.google.ca/" target="_blank">http://www.google.ca</a>/"&amp;gt;Google</p>
<p><img src="name.jpg" alt="" /></p>
<p>This is the image tag, you always need to have the img and the src part. Src is basically what you put the image in. Img is just there to tell the browser it's an image tag but it's still required. Notice that there is no  tag, that is because this is one of a dozen or so tags that does not require the end tag.</p>
<p><a href="http://www.google.ca/" target="_blank">Google</a></p>
<p>This is the link tag a means &amp;lsquo;anchor' href is what you always use for the link to the website, in between the "" you will see http://www.google.ca/ well if you wanted to link to a page you made you would have to just put the filename, for example: &amp;lsquo;thing.html'. Once the tag is ended you see Google, well this is where you name the link and it's what the user will see when they open the page. Then you close the tag with a  tag.</p>
<p>Now I am going to show you a few basic commands to layout the page and</p>
<p>make a table. Any other tags you want to learn (and there are lots!!!) you can</p>
<p>search Google for a lot . But I do recommend this website:</p>
<p><a href="http://www.w3schools.com/" target="_blank">http://www.w3schools.com</a></p>
<p>This website is a very good website for learning more html and stuff like that. Continuing: A table command.</p>
<p>
<table border="1">
makes a table with a border of 1 px. If you don't want a border
<p>just take that part away.</p>
<tbody>
<tr>
This starts a new table row
<td>This starts a new table cell
<p>Anything in between these shows up in a table cell!</p>
</td>
This ends the previous cell
</tr>
This ends the previous row     
<tr>
This starts another table row
<td>This starts another table cell
<p>Anything in between these shows up in a table cell!</p>
</td>
This ends that table cell
</tr>
This ends that table row
</tbody>
</table>
This ends the table</p>
<p>What this would end up with is something like this:</p>
<p><img src="http://images.stanzapub.com/readers/2008/10/28/gdsg_1.jpg" alt="" /></p>
<p>How to make your page aligned nice and neat:</p>
<p>Makes everything in between these two tags align left.</p>
<p>Makes everything in between these two tags align right.</p>
<p>To make things go in the center you use Alright that's the end of this tutorial. Hope you learned how to make a web page. Remember go to www.w3schools.com for more info.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FHTML%2FLearn-HTML-Quickly.320221"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FHTML%2FLearn-HTML-Quickly.320221" border="0"/></a>]]></description>
<pubDate>Wed, 29 Oct 2008 09:06:28 PST</pubDate></item>
<item>
<title>Free Software: Top 10 Useful Software for Your Computer</title>
<link>http://www.computersight.com/Software/Free-Software-Top-10-Useful-Software-for-Your-Computer.152095</link>
<description>
<![CDATA[<p>For now, the world depend on software programs, we cant leave without it.</p>
<p><img src="http://images.stanzapub.com/readers/computersight/2008/06/29/191215_0.jpg" alt="" /><br /><a href="http://www.flickr.com/photos/patrikberanek/1314461038/" target="_blank">Image source</a></p>
<p>Here is the list,  my personal review of some computer software programs that made our life easy.</p>
<h3><a href="http://www.mozilla.com" target="_blank">Firefox</a></h3>
<p>The Firefox Web Browser is the faster, more secure, and fully customizable way to surf the web than others.</p>
<h4>Features:</h4>
<ul>
<li> One-Click Bookmarking - you can search and organize Web sites quickly and easily</li>
<li> Instant Web Site ID -  You can avoid online scams, and suspicious transaction</li>
<li> Improved Performance - You can view Web Pages faster and less memory for your computer</li>
</ul>
<h3><a href="http://messenger.yahoo.com/" target="_blank">Yahoo Messenger</a></h3>
<p>Chit Chat with your buddies and find friends in Yahoo! Yahoo Messenger is the most widely used instant messenger in the world wide web.</p>
<h4>Features:</h4>
<ul>
<li> Send text messages in real-time to your buddies on Yahoo or Windows Live Messenger</li>
<li> Join a chat room to meet new friends while you discuss your favorite topics</li>
<li> Photo Sharing - Share photos from your desktop or Flickr, then discuss them over IM while you and a friend view them together</li>
<li> PC to PC calls - Make a voice call to another Yahoo! Messenger user for free</li>
<li> Send text messages from Messenger to your friends mobile phones for free</li>
</ul>
<h3><a href="http://www.skype.com" target="_blank">Skype</a></h3>
<p>No money for calls? With Skype you can chat and make free calls over the internet to other people on Skype for as long as you like, to wherever you like. You can call to mobiles using your computer.  And it is absolutely free to download.</p>
<h3><a href="http://www.adobe.com" target="_blank">Adobe Reader</a></h3>
<p>Adobe is a free software to download. This simplest of Adobe's PDF programs lets you do just about anything PDF-related (besides create new ones), including online collaboration. It includes a host of features to aid users with disabilities. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files.</p>
<h4>Features:</h4>
<ul>
<li> Leverage a simplified user interface - You can view information more precisely and efficiently with the redesigned, easier to use Reader 8 interface</li>
<li> More secure document workflows - Better protect documents, forms, and drawings</li>
<li> Automate digital certificate administration</li>
<li> Leverage existing security infrastructure </li>
</ul>
<h3><a href="http://audacity.sourceforge.net/" target="_blank">Audacity</a></h3>
<p>Audacity is a free to download software you can do recording and editing of your audio interest. Audacity available for Windows, Linux, and Mac OS X operating systems.</p>
<h4>Features:</h4>
<ul>
<li> Record Live Audio</li>
<li> Convert tape copies and records into digital recordings or Cds</li>
<li> You can Edit Ogg Vorbis, MP3, WAV or AIFF sound files</li>
<li> Do can copying, cutting, splicing or mixing sounds together</li>
<li> Change the beat or speed tempo of your Audio files</li>
</ul>
<h3><a href="http://www.gimp.org" target="_blank">GIMP</a></h3>
<p>The GNU Image Manipulation Program, or GIMP, is the most widely used bitmap editor in the printing industries. GIMP is a graphics, photo images, logos editor. Cropping, resizing, altering color, brightness adjusting, combing multiple images, and converting into different format files. It is often used as a free software replacement for Adobe Photoshop. But it is not designed to be Photoshop clone.</p>
<h4>Features:</h4>
<ul>
<li> Customizable Interface</li>
<li> Photo Enhancement</li>
<li> Digital Retouching </li>
</ul>
<h3><a href="http://www.apple.com/itunes" target="_blank">iTunes</a></h3>
<p>iTunes is a software free to download. A digital music or media player introduced by Apple Inc. The program used for playing and organizing mp3, digital music, and video files. This software can connect to the iTune store via internet to purchase download music, videos, TV shows, iPod games, audio books, movie trailers, ring tones, and more.</p>
<h4>Features:</h4>
<ul>
<li> iPod music downloader</li>
<li> Media player </li>
</ul>
<h3><a href="http://www.aim.com" target="_blank">AIM</a></h3>
<p>Advanced Information Management (AIM). It is one of the most widely used free  Instant Messenger program.</p>
<h4>Features:</h4>
<ul>
<li> AIM Plug-ins      
<ul>
<li> Whimsicals - They're web applications that let you interact with your Buddies, send &amp;amp; receive IMs, &amp;amp; more all from a web browser.</li>
<li> IM fight - Fight your buddy.</li>
<li> AIM share - Blast your buddy list.</li>
<li> AIM WIMZI - Put a chat window anywhere.</li>
<li> QQ games - Fun and play with your buddies. </li>
</ul>
</li>
</ul>
<h3><a href="http://www.winamp.com" target="_blank">WinAmp</a></h3>
<p>WinAmp the most famous media player after WPM. Play music, video, movie files, DVDs. Lots of  Skin to choose for their new version. WinAmp offers 50 free mp3 download for downloading the software. You can also search for skins and plug-ins, access thousands of shout cast Radio stations, get free Music and Videos and search the Web using Winamp Search.</p>
<h4>Feature:</h4>
<ul>
<li> Offers free download of music and videos in their toolbar</li>
<li> Remote Music and Video Playback and Sharing</li>
<li> Play list the Best Music on the Web with Media Monitor</li>
<li> Winamp Toolbar enables browser control of Winamp</li>
<li> Album Art Support for Portable Devices </li>
</ul>
<h3><a href="http://www.mozilla.com/thunderbird" target="_blank">Thunderbird</a></h3>
<p>Thunderbird is an ultimate open source desktop mail app support by mozilla. Its pluggable interface lets developers freely build extensions to make it ever more useful.</p>
<h4>Features:</h4>
<ul>
<li> Message tagging - Thunderbird 2 allows you to tag messages with descriptors such as to Do or Done</li>
<li> Advanced Folder Views - offers a variety of ways for you to organize and display your folders, whether by favorites, recently viewed or folders containing unread messages</li>
<li> Message history navigation - Show toolbar allows you to click forward and back much like in your Web browser</li>
<li> Saved Research - Thunderbird has a &amp;ldquo;saved&amp;rdquo; folder allows you to store your file searched</li>
</ul><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FFree-Software-Top-10-Useful-Software-for-Your-Computer.152095"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FFree-Software-Top-10-Useful-Software-for-Your-Computer.152095" border="0"/></a>]]></description>
<pubDate>Wed, 25 Jun 2008 03:08:17 PST</pubDate></item>
<item>
<title>10 Awesome Websites to Find Free Internet Tools That Will Supercharge Your PC</title>
<link>http://www.computersight.com/Software/10-Awesome-Websites-to-Find-Free-Internet-Tools-That-Will-Supercharge-Your-PC.125260</link>
<description>
<![CDATA[<p>To be fair, all of these sites are useful and helpful in their own way and for their own purpose and I cannot put these sites in any sort of Top 10 list, because they are all so outstanding.</p>
 
<p>The majority of the following sites offer free software downloads for the applications that they are representing, but there are a few exceptions.</p>
 
<h3><a href="http://www.appsafari.com" target="_blank">App Safari</a></h3>
 
<p>This is the most comprehensive iPhone &amp;amp; iPod touch apps website that stores more than 1,950 applications built specially for the iPhone and iPod touch on the Internet. So, if you want to modify your gear, then get your rear to appSafari.com and get your iPhone &amp;amp; iPod touch apps for free.</p>
 
<h3><a href="http://www.google.com/intl/en/options/index.html" target="_blank">Google</a></h3>
 
<p>Google has done amazing work on their archive of useful applications to get the most out of your Google experience. Google isn't just for search anymore. View the Earth using Google Earth or build 3D models with SketchUp, and so much more.</p>
 
<h3><a href="http://www.linux.org/apps" target="_blank">Linux</a></h3>
 
<p>Not a big fan of Windows and your loyalty is for Linux, this is one site that is loaded with a nice selection of Linux apps, so to soup up your OS.</p>
 
<h3><a href="http://www.tinyapps.org/internet.html" target="_blank">Tiny Apps</a></h3>
 
<p>TinyApps literally has hundreds of free apps for the Internet, System, OS X, etc., that you would need a lot of time exploring the site to see what surprises you might discover.</p>
 
<h3><a href="http://www.oldapps.com" target="_blank">Old Apps</a></h3>
 
<p>Here's a fantastic site for all of you vintage tech junkies. There are probably thousands of great old apps for everything imaginable. You require a new old app for your favorite Web Brower, then look no further. So, you're straight with your web browser needs, but maybe something in the Utilities department will strike your interest. Don't know what you need and would like to browse around, then get settled in, because this is a pretty big place.</p>
 
<h3><a href="http://www.makeuseof.com/tag/portable-software-usb" target="_blank">Make Use Of</a></h3>
 
<p>Now, here is an interesting article that has something cool in store for both Mac and Win users. &amp;ldquo;100 Portable Apps for your USB Stick&amp;rdquo; written by Aibek. This blogger did an excellent job collecting and organizing these most useful software applications for USB Stick. Files are saved in both Mac and Windows.</p>
 
<h3><a href="http://www.itsecurity.com/features/103-free-security-apps-041607" target="_blank">IT Security</a></h3>
 
<p>Attention everyone who wants or needs to beef up their security for their Mac, Windows and Linux operating system. There are 103 free security apps available on this site.</p>
 
<h3><a href="http://apps.myspace.com/Modules/AppGallery/Pages/index.aspx?fuseaction=apps.gallery" target="_blank">MySpace</a></h3>
 
<p>If you are one of the 100+ million MySpace members, well then this is the site that you shouldn't miss out on. Locate 100's of cool apps to pump up the volume or add cool new things to do when your friends drop-in on your page for a visit. You can thank me, later.</p>
 
<h3><a href="http://mashable.com/2007/05/24/facebook-platform-30-apps" target="_blank">Mashable</a></h3>
 
<p>Here is an excellent blog written by Kristen Nicole called &amp;ldquo;Facebook Platform: 30+ Awesome Applications for Facebook&amp;rdquo; that would be an interesting resource for Facebook members. Nicole performs an outstanding job laying out the summary of the apps capabilities. So, not to cherry-pick the this fine blog, it'scan be found here in it's entirety.</p>
 
<h3><a href="http://chris.pirillo.com/2007/11/06/top-100-mac-apps" target="_blank">Chris Pirillo</a></h3>
 
<p>So, I kind of save the best for last, so aren't you glad you finished reading this article? Mr. Pirillo's alreadyInternet popular article &amp;ldquo;Top 100 Mac Apps&amp;rdquo; is truly a great list of apps. You can check them out or download them, but check this site out for sure.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2F10-Awesome-Websites-to-Find-Free-Internet-Tools-That-Will-Supercharge-Your-PC.125260"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2F10-Awesome-Websites-to-Find-Free-Internet-Tools-That-Will-Supercharge-Your-PC.125260" border="0"/></a>]]></description>
<pubDate>Sat, 17 May 2008 06:47:25 PST</pubDate></item>
<item>
<title>Good Sites for PC Hardware</title>
<link>http://www.computersight.com/Hardware/Good-Sites-for-PC-Hardware.124143</link>
<description>
<![CDATA[<p>A very good hardware site I found was <a href="http://www.ComputerGeeks.com" target="_blank">ComputerGeeks.com</a> they have very good prices and a lot of old parts. I need to tell you a quick story so you can understand the point. Ok, a friend of mine got this old computer, two days later she got drunk, tripped over the monitor cord, and ripped out the AGP slot. After that my Fianc&amp;eacute; tells me that her computer doesn't work and she wants me to fix it. So I tried. It turns out that the operating system wasn't installed. But the computer was also really old, so when I started working on it the motherboard fried.</p>
 
<p>So now I'm working on the one that my friend broke and I need a video card. But the motherboard is so old that it doesn't have an AGP slot so I can't hook up another video card. The original video card was onboard. But on ComputerGeeks.com I found a new video card that plugs into a regular PCI slot for $17.99! And that's why I liked that site.</p>
 
<p><a href="http://www.frys.com" target="_blank"> Frys.com</a> this is another good site. They are a little pricey but they will have anything you want and or need for your electronics. Not just computers. I look on this site before any others when I need parts.</p>
 
<p>Where not to go: any online bidding site. You can't trust people's hardware to work right and they never list any right information about what systems the part(s) are compatible with. If you can't get it from a business or for free you might as well wait for one to drop into your lap. But both of these sites are great for all your projects and I hope you'll go have a look for yourself.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FHardware%2FGood-Sites-for-PC-Hardware.124143"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FHardware%2FGood-Sites-for-PC-Hardware.124143" border="0"/></a>]]></description>
<pubDate>Wed, 14 May 2008 07:05:45 PST</pubDate></item>
<item>
<title>Don't Have the Money? Free Software and Websites That Will Do the Job</title>
<link>http://www.computersight.com/Software/Dont-Have-the-Money-Free-Software-and-Websites-That-Will-Do-the-Job.58191</link>
<description>
<![CDATA[<h3> Email:</h3>


<p>
 The best Email service that I know of is AOL. This is why… AOL provides a free Email service for any age group with Parental Controls, Internet Security, Safe Browsing, Search Engine, News, Music, Video, and lots more! If you go to <a target="_blank" href="http://www.aol.com/">AOL.com</a>, you can create free email account. Then, you can download things like AOL toolbar for Internet Explorer and Firefox, AOL Parental Controls for your computer, myAOL for easy access to your favorite websites, FREE Version of a McAfee VirusScan Plus, AOL Computer Checkup, Active Security Monitor, and last but not least, AOL Instant Messenger. To get this go <a target="_blank" href="http://daol.aol.com/software/">here</a>. To get all of this in an all-in-one software, get AOL 9.1 within the link provided. By the way, if you have Windows Vista, almost everything is Vista Ready!</p>
 
 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/11/13/78049_0.jpg" /></p>
 

 
 

<h3>Web Browsing</h3>

<p>

I don't think that AOL 9.1 is the greatest web browser in the world, that's why I recommend Mozilla Firefox. Mozilla Firefox has many awards for being the safest, easiest, fastest, and overall best web browser around. It is being updated all the time, and only gets better. It's free and easy to use. And best of all, you can make it completely you with free add-ons that make Firefox your own. You can choose a theme to make Firefox the way you want it to look. Also, get free extensions such as eBay extension, which helps you with shopping for things online, or you could get extensions that add visual effects to Firefox. I have used Firefox for a year now and continue to support it completely. To get it go to their website <a target="_blank" href="http://www.mozilla.com/en-US/firefox/">here</a>.</p>
 
 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/11/13/78049_1.jpg" /></p>
 

 
 

<h3>Office Software</h3>


<p>

 The best part about this is that you don't have to download anything. There is a web-based office software that you can use instead of buying Microsoft Office. I am not saying Microsoft Office is bad in any way, but there is free office software out there that is almost as good and free. It is called ThinkFree. It looks almost exactly like Office 2003. It lets you have 1 gig of online storage too! To sign up, go <a target="_blank" href="http://www.thinkfree.com/common/main.tfo">here</a>. There is also OpenOffice that is free, but you do have to download it. You can get that <a target="_blank" href="http://www.openoffice.org/">here</a>.</p>
 
 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/11/13/78049_2.jpg" />	  <img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/11/13/78049_3.jpg" /></p>

 

<h3> Security: </h3>


<p>
I'm going to repeat one part here. You can get some basic Security for your computer for free. I mentioned in the Email section that with AOL you can get a free version of McAfee VirusScan Plus. There is also Windows Defender which is basic security for Windows. You can get that <a target="_blank" href="http://www.microsoft.com/athome/security/spyware/software/default.mspx">here</a>.</p>
 
 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/11/13/78049_4.jpg" /></p>
 

 
 
 
 <p>Hope this helps you guys out. Enjoy!</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FDont-Have-the-Money-Free-Software-and-Websites-That-Will-Do-the-Job.58191"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FDont-Have-the-Money-Free-Software-and-Websites-That-Will-Do-the-Job.58191" border="0"/></a>]]></description>
<pubDate>Tue, 13 Nov 2007 08:32:08 PST</pubDate></item>
<item>
<title>Danger of Proxy Sites</title>
<link>http://www.computersight.com/Communication-&amp;-Networks/Security/Danger-of-Proxy-Sites.48239</link>
<description>
<![CDATA[<p>Many schools and companies block certain websites. This is being done for many reasons. Companies may want to stop employees to waste time during working hours and Schools may want to ensure that the internet is only being used for educational purposes. Because people still want to use those sites people turn to proxy websites.</p>
 
 <p>By using proxy websites they can get passed the firewall and access the website they want. So people use 
<a target="_blank" href="http://www.Myspace.com">Myspace</a>
, 
<a target="_blank" href="http://www.facebook.com">Facebook</a>
, 
<a target="_blank" href="http://www.Bebo.com">Bebo</a>
, and other websites through a different website. You might wonder what the danger is? Well the danger is the actual proxy website. To understand the danger better we will have a look at how they work.</p>
 
 <p>When you enter a URL on a proxy website, the proxy website requests the page for you and changes then all the links on a page so that when you click on a link you will not be send to the real website. When you click on a link you will be sent to the proxy website which will then request the new page for you. This is also the case if you use forms.</p>
 
 <p>If you use 
<a target="_blank" href="http://www.Google.com">Google </a>
through a proxy website for example. You enter a search phrase or word in the text box and the information will be sent to the proxy website first who will then sent it to Google. The result that Google returns will again be changed and then be sent to you. Whats the danger there you wonder? Well the danger is if you look at websites that require a login. Proxy scripts can be easily changed so that they will record all usernames and passwords. The owner can then easily log into your account and steal it from you. He can change password email address and anything he wants. If you use a proxy website to check your online bank account or 
<a target="_blank" href="http://www.Paypal.com">Paypal</a>
 balance, they proxy owner could log on later and transfer all your money to a different account.</p>
 
 <p>We are not saying that this is actually happening but it is easy to do. So be safe and don't use a proxy website to log onto another one. If could be the last time you do that. </p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FCommunication-%26amp%3B-Networks%2FSecurity%2FDanger-of-Proxy-Sites.48239"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FCommunication-%26amp%3B-Networks%2FSecurity%2FDanger-of-Proxy-Sites.48239" border="0"/></a>]]></description>
<pubDate>Mon, 24 Sep 2007 11:27:51 PST</pubDate></item>
<item>
<title>C++ Tutorial 2</title>
<link>http://www.computersight.com/Programming/C++/C-Tutorial-2.39879</link>
<description>
<![CDATA[<p>Have you ever wanted to open a file through a C++ program? Well now you can! The process is simple. All you need to do is:</p>
 <p><ul>
  <li> Include the windows.h library. <img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/08/14/35969_0.jpg" />  </li>
 
  <li> Use the following function: <img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/08/14/35969_1.jpg" />  </li>
 </ul></p>


 
<h3>So, here is the complete code to open “file.exe”:</h3>


 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/08/14/35969_2.jpg" /></p>

 
<h3>Here is the complete code to open “WordDocument.doc”:</h3>


 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/08/14/35969_3.jpg" /></p>

 <p>Ok, so you know how to open files, but what if you want to open a folder?</p>


<h3> You would do this:</h3>


 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/08/14/35969_4.jpg" /></p>
 
 
<h3>Now, let's open a website:</h3>


 <p><img  alt="" src="http://images.stanzapub.com/readers/computersight/2007/08/14/35969_5.jpg" /></p>
 
 
 <p>Yay! Now you know how to open files, folders, and websites through C++ programs!</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FC%2B%2B%2FC-Tutorial-2.39879"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FC%2B%2B%2FC-Tutorial-2.39879" border="0"/></a>]]></description>
<pubDate>Tue, 12 Jun 2007 03:47:38 PST</pubDate></item>
<item>
<title>Attention - We are Being Followed!</title>
<link>http://www.computersight.com/Communication-&amp;-Networks/Security/Attention--We-are-Being-Followed.39885</link>
<description>
<![CDATA[<p>Spyware is a pest, which gathers information from our computer. Information like visited websites, log-in names and passwords, e-mail, installed programs. Spyware can show advertisements or dangerous websites. It can also steal personal information like credit card numbers and passwords.</p>
 <p>In this article you will find out how to kill all spies with “Ad-Aware”.</p>
 
 <h3>What spies want from us?</h3>
 <p>Spyware was created for personal gain. Spyware can be very dangerous. For example, in 2005 internet thieves tried to steal 220mln. sterlings from Japan bank Sumiton. They used spyware to collect banks customer's passwords.</p>
 
 <h3>How to find out if there is a spyware?</h3>
 <P><UL><LI>Computer works slower.</LI>
 <LI>Internet browser has new links, gadgets, buttons, which we didn't install.</LI>
 <LI>We enter a webpage name into our browser, but get into other webpage.</LI>
 <LI>Advertisements always show up from nowhere.</LI>
 <LI>Browsers homepage has changed.</LI></UL></P>
 
 <h3>Download and install “Ad-Aware”</h3>
 <p>There is many anti-Spywares created, but we need good and free. First go to <a target="_blank" href="http://www.download.com/3000-2144-10045910.html">download.com</a> and download this anti-spyware. Then install it. You have to know that this is the free version of “Ad-Aware”. It won't block Spywares from entering computer. It only scans and kills spyware. If you want to be always protected, you have to buy “Ad-Aware”.</p>
 
 <h3>Kill spyware</h3>
 <p>When install is finished, “Ad-Aware” downloads updates. It can take up to few minutes, depending on your internet speed. After that, scan begins. Be patient, because system scan can take up to 1 hour. When scan is finished, press SELECT ALL OBJECTS. After that all Spywares are selected. Then press NEXT. A window should appear which tells you, that all spies will be removed.</p>
 
 <h3>Performing full system scan again</h3>
 <p>Open “Ad-Aware”. Find button START and press it. Check PERFORM FULL SYSTEM SCAN in next window. Then press NEXT. Now “Ad-Aware” is performing full system scan. After scan completes, remove all spyware like you did earlier.</p>
 
 <p>That's it! All spies are removed. I recommend performing full system scan once a week.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FCommunication-%26amp%3B-Networks%2FSecurity%2FAttention--We-are-Being-Followed.39885"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FCommunication-%26amp%3B-Networks%2FSecurity%2FAttention--We-are-Being-Followed.39885" border="0"/></a>]]></description>
<pubDate>Sun, 06 May 2007 08:40:27 PST</pubDate></item>
</channel>
</rss>
