<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-531443798821684723</id><updated>2011-07-30T09:20:25.752-07:00</updated><category term='BCA/ASSIGN/VI/2009'/><category term='Edit Any Web Page in your Browser'/><category term='Bachelor in Computer Applications - BCA'/><category term='Create Table Statement'/><category term='Transaction Control in SQL'/><category term='My Computer / Computer'/><category term='Show labels without the post count'/><category term='Recovering Deleted Files'/><category term='UNIX Commads'/><category term='A Guide to Ethernet Components and Terminology'/><category term='how do I change the permissions for a file?'/><category term='Small images Album'/><category term='Mobile Games'/><category term='Tips N Tricks.'/><category term='SQL Syntax - SELECT'/><category term='Cyclic Redundancy Check Errors'/><category term='Open source and java based shopping cart'/><category term='Talking cat'/><category term='Software'/><category term='How to Repair Broken/ Corrupted AVI files through DivFx++'/><category term='Ms-Access : Creating Queries using QueryDef'/><category term='Build Your Self Confidence'/><category term='10 Tips For Securing Your Computer'/><category term='Windows XP Secrets'/><category term='READ MORE in Blogger'/><category term='UPDATE and DELETE'/><category term='Mathematics 1=2 ?'/><category term='How to remove recent projects from Visual Studio Start Page'/><category term='Open edit PSD without Photoshop'/><category term='WolframMathematica'/><category term='Gamers’ Grammar'/><category term='ignou bca assignment (2008)'/><category term='Search Engines (boost your traffic)'/><category term='Insert Into Statement'/><category term='HOLY QUARAN'/><category term='Local Area Network (LAN) Basic Components'/><category term='Orissa e-Admission 11th standard'/><category term='Common Mistakes Interview Tips'/><category term='Modify the My Computer text to show logged on username and machine name'/><category term='Character of People according to Blood Group'/><category term='Microsoft Access Tutorial'/><category term='LAN Technologies'/><category term='Prepare to laugh'/><category term='xp-installing update 1 of 1'/><category term='Rescue Your AVI Clips With Digital Video Repair'/><category term='Orissa Board of Secondary Education Results 2008'/><category term='Referalls'/><category term='Skins'/><category term='Specifying a primary key'/><category term='Motorola Modding'/><category term='what does a beep mean - ERROR CODES IN A PC'/><category term='In Unix'/><title type='text'>Hamid-World</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>94</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1304571692854230505</id><published>2010-09-25T22:35:00.001-07:00</published><updated>2010-09-25T22:35:09.924-07:00</updated><title type='text'>Javascript Char Codes (Key Codes)</title><content type='html'>&lt;style&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;td {&lt;br /&gt;border : 1px solid #000;&lt;br /&gt;}&lt;/style&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;table border="1" cellspacing="0" cellpadding="0" width="303"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="301"&gt;         &lt;table border="1" cellspacing="5" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td&gt;Key Pressed &lt;/td&gt;                &lt;td&gt;Javascript Key Code &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;backspace &lt;/td&gt;                &lt;td&gt;8 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;tab &lt;/td&gt;                &lt;td&gt;9 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;enter &lt;/td&gt;                &lt;td&gt;13 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;shift &lt;/td&gt;                &lt;td&gt;16 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;ctrl &lt;/td&gt;                &lt;td&gt;17 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;alt &lt;/td&gt;                &lt;td&gt;18 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;pause/break &lt;/td&gt;                &lt;td&gt;19 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;caps lock &lt;/td&gt;                &lt;td&gt;20 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;escape &lt;/td&gt;                &lt;td&gt;27 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;page up &lt;/td&gt;                &lt;td&gt;33 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;page down &lt;/td&gt;                &lt;td&gt;34 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;end &lt;/td&gt;                &lt;td&gt;35 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;home &lt;/td&gt;                &lt;td&gt;36 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;left arrow &lt;/td&gt;                &lt;td&gt;37 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;up arrow &lt;/td&gt;                &lt;td&gt;38 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;right arrow &lt;/td&gt;                &lt;td&gt;39 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;down arrow &lt;/td&gt;                &lt;td&gt;40 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;insert &lt;/td&gt;                &lt;td&gt;45 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;delete &lt;/td&gt;                &lt;td&gt;46 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;0 &lt;/td&gt;                &lt;td&gt;48 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;1 &lt;/td&gt;                &lt;td&gt;49 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;2 &lt;/td&gt;                &lt;td&gt;50 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;3 &lt;/td&gt;                &lt;td&gt;51 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;4 &lt;/td&gt;                &lt;td&gt;52 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;5 &lt;/td&gt;                &lt;td&gt;53 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;6 &lt;/td&gt;                &lt;td&gt;54 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;7 &lt;/td&gt;                &lt;td&gt;55 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;8 &lt;/td&gt;                &lt;td&gt;56 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;9 &lt;/td&gt;                &lt;td&gt;57 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;a &lt;/td&gt;                &lt;td&gt;65 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;b &lt;/td&gt;                &lt;td&gt;66 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;c &lt;/td&gt;                &lt;td&gt;67 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;d &lt;/td&gt;                &lt;td&gt;68 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;e &lt;/td&gt;                &lt;td&gt;69 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f &lt;/td&gt;                &lt;td&gt;70 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;g &lt;/td&gt;                &lt;td&gt;71 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;h &lt;/td&gt;                &lt;td&gt;72 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;i &lt;/td&gt;                &lt;td&gt;73 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;j &lt;/td&gt;                &lt;td&gt;74 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;k &lt;/td&gt;                &lt;td&gt;75 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;l &lt;/td&gt;                &lt;td&gt;76 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;m &lt;/td&gt;                &lt;td&gt;77 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;n &lt;/td&gt;                &lt;td&gt;78 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;o &lt;/td&gt;                &lt;td&gt;79 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;p &lt;/td&gt;                &lt;td&gt;80 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;q &lt;/td&gt;                &lt;td&gt;81 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;r &lt;/td&gt;                &lt;td&gt;82 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;s &lt;/td&gt;                &lt;td&gt;83 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;t &lt;/td&gt;                &lt;td&gt;84 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;u &lt;/td&gt;                &lt;td&gt;85 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;v &lt;/td&gt;                &lt;td&gt;86 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;w &lt;/td&gt;                &lt;td&gt;87 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;x &lt;/td&gt;                &lt;td&gt;88 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;y &lt;/td&gt;                &lt;td&gt;89 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;z &lt;/td&gt;                &lt;td&gt;90 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;left window key &lt;/td&gt;                &lt;td&gt;91 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;right window key &lt;/td&gt;                &lt;td&gt;92 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;select key &lt;/td&gt;                &lt;td&gt;93 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 0 &lt;/td&gt;                &lt;td&gt;96 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 1 &lt;/td&gt;                &lt;td&gt;97 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 2 &lt;/td&gt;                &lt;td&gt;98 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 3 &lt;/td&gt;                &lt;td&gt;99 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 4 &lt;/td&gt;                &lt;td&gt;100 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 5 &lt;/td&gt;                &lt;td&gt;101 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 6 &lt;/td&gt;                &lt;td&gt;102 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 7 &lt;/td&gt;                &lt;td&gt;103 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 8 &lt;/td&gt;                &lt;td&gt;104 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;numpad 9 &lt;/td&gt;                &lt;td&gt;105 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;multiply &lt;/td&gt;                &lt;td&gt;106 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;add &lt;/td&gt;                &lt;td&gt;107 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;subtract &lt;/td&gt;                &lt;td&gt;109 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;decimal point &lt;/td&gt;                &lt;td&gt;110 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;divide &lt;/td&gt;                &lt;td&gt;111 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f1 &lt;/td&gt;                &lt;td&gt;112 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f2 &lt;/td&gt;                &lt;td&gt;113 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f3 &lt;/td&gt;                &lt;td&gt;114 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f4 &lt;/td&gt;                &lt;td&gt;115 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f5 &lt;/td&gt;                &lt;td&gt;116 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f6 &lt;/td&gt;                &lt;td&gt;117 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f7 &lt;/td&gt;                &lt;td&gt;118 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f8 &lt;/td&gt;                &lt;td&gt;119 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f9 &lt;/td&gt;                &lt;td&gt;120 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f10 &lt;/td&gt;                &lt;td&gt;121 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f11 &lt;/td&gt;                &lt;td&gt;122 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;f12 &lt;/td&gt;                &lt;td&gt;123 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;num lock &lt;/td&gt;                &lt;td&gt;144 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;scroll lock &lt;/td&gt;                &lt;td&gt;145 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;semi-colon &lt;/td&gt;                &lt;td&gt;186 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;equal sign &lt;/td&gt;                &lt;td&gt;187 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;comma &lt;/td&gt;                &lt;td&gt;188 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;dash &lt;/td&gt;                &lt;td&gt;189 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;period &lt;/td&gt;                &lt;td&gt;190 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;forward slash &lt;/td&gt;                &lt;td&gt;191 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;grave accent &lt;/td&gt;                &lt;td&gt;192 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;open bracket &lt;/td&gt;                &lt;td&gt;219 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;back slash &lt;/td&gt;                &lt;td&gt;220 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;close braket &lt;/td&gt;                &lt;td&gt;221 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;single quote &lt;/td&gt;                &lt;td&gt;222 &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;&amp;#160;&lt;/td&gt;                &lt;td&gt;&amp;#160;&lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1304571692854230505?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1304571692854230505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2010/09/javascript-char-codes-key-codes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1304571692854230505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1304571692854230505'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2010/09/javascript-char-codes-key-codes.html' title='Javascript Char Codes (Key Codes)'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-2542500824236388089</id><published>2009-08-10T02:58:00.001-07:00</published><updated>2009-08-10T02:58:23.143-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Common Mistakes Interview Tips'/><title type='text'>Common Mistakes Interview Tips</title><content type='html'>&lt;/a&gt;  &lt;p&gt;&lt;/p&gt; &lt;img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://lh6.ggpht.com/_wTYo1VncEdM/Sn_uEZm1Z8I/AAAAAAAAAhc/RmprkQ7cMoc/s800/interview.jpg" /&gt;   &lt;p&gt;&lt;/p&gt;  &lt;p align="center"&gt;&amp;#160; &lt;/p&gt;  &lt;p align="left"&gt;All that hard work sending out resumes has finally paid off and you've been called in for a face-to-face job interview.    &lt;br /&gt;    &lt;br /&gt;Congratulations!     &lt;br /&gt;    &lt;br /&gt;This is an important step in your job search. It's also your only chance to make a lasting first impression.     &lt;br /&gt;On the day of your interview, sweating palms and stomach butterflies are to be expected. But you can reduce your stress level by knowing some common mistakes that interviewees make when meeting with potential employers -- and avoiding them.     &lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;   &lt;br /&gt;    &lt;br /&gt;&lt;b&gt;Here are 10 of the most common mistakes people make on job interviews:&lt;/b&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p align="left"&gt;   &lt;br /&gt;&lt;font size="5" face="Arial Narrow"&gt;&lt;b&gt;1. &lt;/b&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;Not taking the interview seriously: Don't make the mistake of thinking the interview is just a formality. Even if all the preliminaries have gone well, don't be cavalier and start imagining how you'll start spending your new salary. The biggest error you can make is to assume that, because you've gotten this far, the job is in the bag.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;2. &lt;/font&gt;&lt;/b&gt;&lt;font size="2" face="Arial"&gt;Dressing down: How you present yourself during your initial meeting with a potential employer is very important, and your physical appearance can speak volumes to someone who is meeting you for the first time. Even if you know that the firm allows employees to wear jeans, don't sabotage yourself by showing up to the interview in casual clothing. Err on the side of conservative and show up in neat, professional clothing, preferably a business suit.      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;3. &lt;/font&gt;&lt;/b&gt;&lt;font size="2" face="Arial"&gt;Not showing why you're the best choice: Be familiar with the job description of the position you're interviewing for so you can illustrate how your experience, abilities, and strengths are in line with the company's needs. Many potential employers want to know why they should hire you specifically. Make it clear to them.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;4. &lt;/font&gt;&lt;/b&gt;&lt;font size="2" face="Arial"&gt;Being too modest: Failing to talk yourself up during an interview is one of the most self-defeating mistakes you can make. This is not the time for humility, so sing your praises! Don't be afraid to talk up everything you've accomplished, whether in school or in previous companies. This is your time to shine.      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;5. &lt;/font&gt;&lt;/b&gt;&lt;font size="2" face="Arial"&gt;Talking too much: Be careful not to talk over the interviewer. This meeting should be a two-way conversation, and many interviewees cover up their nervousness by blathering on. Sit calmly and listen carefully, answering questions thoughtfully.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;6.&lt;/font&gt;&lt;/b&gt; &lt;font size="2" face="Arial"&gt;Focusing on the funds: Don't start talking about money too soon into the interview. Focusing on your salary requirements and previous salary history right off the bat may cause you to reveal too much. While the topic of salary will certainly come up, follow the interviewer' s lead. He or she may be saving that topic for a later conversation.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;7. &lt;/font&gt;&lt;/b&gt;&lt;font size="2" face="Arial"&gt;Trash talking: Even if you hated your former boss or felt you were treated unfairly by your previous employer, a job interview is not the place to launch into a litany of complaints. Don't go there. If you were laid off or fired from a previous position, be prepared with an explanation that puts a positive spin on the circumstances.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;8. &lt;/font&gt;&lt;/b&gt;&lt;font size="2" face="Arial"&gt;Failing to ask questions: Your résumé may be impressive on paper, but employers also appreciate a candidate who can ask several intelligent questions during an interview. Prepare at least 3 or 4 questions in advance to ask the interviewer. Interviews are an exchange of information, and not having questions to ask can reveal a lack of preparation.      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;9.&lt;/font&gt;&lt;/b&gt; &lt;font size="2" face="Arial"&gt;Lack of enthusiasm: This is your first and sometimes only chance to showcase your personality. Don't walk in announcing how you're having a bad day. Be polite and upbeat. Show your enthusiasm for both the job and the opportunity to interview for it. And don't forget to thank the person at the end of the interview!      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;font size="2" face="Arial"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="5" face="Arial Narrow"&gt;10.&lt;/font&gt;&lt;/b&gt; &lt;font size="2" face="Arial"&gt;Forgetting the follow-up: Make sure to send a handwritten thank-you note or polite email to the interviewer expressing gratitude for his or her time and consideration.. And while you don't want to start calling the company on a daily basis, a phone call checking in a week after the interview is perfectly acceptable.&lt;/font&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-2542500824236388089?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/2542500824236388089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/08/common-mistakes-interview-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2542500824236388089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2542500824236388089'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/08/common-mistakes-interview-tips.html' title='Common Mistakes Interview Tips'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_wTYo1VncEdM/Sn_uEZm1Z8I/AAAAAAAAAhc/RmprkQ7cMoc/s72-c/interview.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-884761054587427128</id><published>2009-08-07T19:35:00.000-07:00</published><updated>2009-08-07T19:36:02.175-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xp-installing update 1 of 1'/><title type='text'>xp-installing update 1 of 1</title><content type='html'>&lt;p&gt;Google will have a bazillion different listing s for this, all complicated processes. Maybe i just got lucky with this one, but try it first!&lt;/p&gt;  &lt;p&gt;My problem was an install from windows update the often gets corrupted, xml4. Whenever I shut down my computer, Windows said it is installing update 1 of 1. It toggled between the message of “Installing update 1 of 1″ and a don’t turn off the computer, it would shut down by itself. But it will stay on that until I force shut down, and still be there whenever I want to restart or shutdown. If this is you:&lt;/p&gt;  &lt;ol&gt;   &lt;ol&gt;     &lt;ol&gt;       &lt;li&gt;Disable automatic updates &amp;gt; more on that &lt;/li&gt;        &lt;li&gt;Download “&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=021E12F5-CB46-43DF-A2B8-185639BA2807&amp;amp;displaylang=en" target="_blank"&gt;msxml4-KB936181-enu.exe&lt;/a&gt;” from the Microsoft site, not Windows Update. &lt;/li&gt;        &lt;li&gt;Run the program &amp;gt; Remove &lt;/li&gt;        &lt;li&gt;Reboot &lt;/li&gt;        &lt;li&gt;Run the program again &amp;gt; Install &lt;/li&gt;        &lt;li&gt;Turn on Automatic Updates. I left automatic updates OFF, but the problem should be fixed so you shouldn’t have to. &lt;/li&gt;     &lt;/ol&gt;   &lt;/ol&gt; &lt;/ol&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-884761054587427128?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/884761054587427128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/08/xp-installing-update-1-of-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/884761054587427128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/884761054587427128'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/08/xp-installing-update-1-of-1.html' title='xp-installing update 1 of 1'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1057667588858549399</id><published>2009-08-03T01:32:00.000-07:00</published><updated>2009-08-03T01:32:52.052-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orissa e-Admission 11th standard'/><title type='text'>Orissa e-Admission 11th standard</title><content type='html'>&lt;p&gt;dhe orissa e-Admission declared College wise 1st Selection List at &lt;a href="http://dheorissa.in" target="_blank"&gt;dheorissa.in&lt;/a&gt;. DHE Orissa 11th Std 1st Selection List at www.dheorissa.in DHE Orissa Selection List 2009 at &lt;a href="http://www.dheorissa.in" target="_blank"&gt;www.dheorissa.in&lt;/a&gt;     &lt;br /&gt;Department of Higher Education Orissa 11th Standard First Selection List 2009 at &lt;a href="http://www.dheorissa.in" target="_blank"&gt;www.dheorissa.in&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1057667588858549399?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1057667588858549399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/08/orissa-e-admission-11th-standard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1057667588858549399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1057667588858549399'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/08/orissa-e-admission-11th-standard.html' title='Orissa e-Admission 11th standard'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4062923369457383580</id><published>2009-08-02T15:46:00.000-07:00</published><updated>2009-08-02T15:52:01.573-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to remove recent projects from Visual Studio Start Page'/><title type='text'>How to remove recent projects from Visual Studio Start Page</title><content type='html'>&lt;p&gt;&lt;img alt="Visual Studio Recent Project List" src="http://aspnetcoe.files.wordpress.com/2007/02/vs2005_recent_projects.JPG" /&gt;&lt;/p&gt;  &lt;p&gt;Sometimes we create projects just for experimentation and then soon after we are done with the experimentation, we delete the project from the file system in order not to clutter up our working environment. But what about Visual Studio? The Start page of Visual Studio has a list of recent projects and it is meant for a convenient feature. But for the experimental projects that no longer exist, that list does not really reflect the reality.&lt;/p&gt;  &lt;p&gt;To remove the projects from the list, follow these steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Close Visual Studio if it is running. &lt;/li&gt;    &lt;li&gt;Start the Registry Editor (run regedit).     &lt;br /&gt;      &lt;br /&gt;&lt;img src="http://aspnetcoe.files.wordpress.com/2007/02/regedit.JPG" /&gt;       &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Navigate to this registry key:     &lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList      &lt;br /&gt;      &lt;br /&gt;&lt;img src="http://aspnetcoe.files.wordpress.com/2007/02/regedit2.JPG" width="591" height="326" /&gt;       &lt;br /&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Then delete the key that has the project you do not want to keep in the list. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;A little note to keep in mind is that the list only lists consecutive items starting File1. So if in the above list I deleted File6, then only projects corresponding to File1 to File5 will be displayed in the recent project list. File7 and above will not be displayed. If in case you like File7 and above to be displayed, you will need to rename one of the keys so that they form a consecutive numbered list.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4062923369457383580?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4062923369457383580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/08/how-to-remove-recent-projects-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4062923369457383580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4062923369457383580'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/08/how-to-remove-recent-projects-from.html' title='How to remove recent projects from Visual Studio Start Page'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-7959357495638225215</id><published>2009-07-26T11:28:00.000-07:00</published><updated>2009-07-26T11:29:47.328-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Show labels without the post count'/><title type='text'>Show labels without the post count</title><content type='html'>&lt;p&gt;Some people prefer not to display the label count in their blogs as it looks a bit unprofessional. Lets say if you have a label 'Funny sms' with 50 label count and another one ' Good morning sms' with 2 as label count... less people will show interest on clicking the second one.   &lt;br /&gt;&lt;img border="0" alt="hiding blogger label count" src="http://2.bp.blogspot.com/_Toi-rh0Nm00/Sj-KfNxYmyI/AAAAAAAADaw/7E_qyPnGW7o/s400/how+to+hide,remove+label+count+in+blogger.jpg" /&gt;    &lt;br /&gt;So, lets see how to hide or remove the Label count in your blogger blog(s)...    &lt;br /&gt;    &lt;br /&gt;1. Sign into Blogger dashboard » Layout » Edit html    &lt;br /&gt;Tick the expand widget templates and remove this line from the template..    &lt;br /&gt;&lt;code&gt;     &lt;br /&gt;&amp;lt;span dir='ltr'&amp;gt;(&amp;lt;data:label.count/&amp;gt;)&amp;lt;/span&amp;gt;      &lt;br /&gt;&lt;/code&gt;    &lt;br /&gt;&lt;img border="0" alt="removing blogger label count" src="http://1.bp.blogspot.com/_Toi-rh0Nm00/Sj-dRAuDQLI/AAAAAAAADa4/kIdaig0xbRI/s1600/removing%2Blabel%2Bcount.jpg" /&gt;    &lt;br /&gt;2. Save the Changes and done!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-7959357495638225215?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/7959357495638225215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/07/show-labels-without-post-count.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7959357495638225215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7959357495638225215'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/07/show-labels-without-post-count.html' title='Show labels without the post count'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Toi-rh0Nm00/Sj-KfNxYmyI/AAAAAAAADaw/7E_qyPnGW7o/s72-c/how+to+hide,remove+label+count+in+blogger.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-681667996707713486</id><published>2009-07-26T03:01:00.001-07:00</published><updated>2009-07-26T03:01:53.990-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Talking cat'/><title type='text'>Talking cat</title><content type='html'>&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:33719d2a-1261-4c1b-8794-c6957a013089" class="wlWriterEditableSmartContent"&gt;&lt;div id="0bfd08db-3c70-4be8-a168-273b3850f8cc" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=7tRWRSfcDuQ&amp;amp;feature=player_embedded" target="_new"&gt;&lt;img src="http://lh4.ggpht.com/_wTYo1VncEdM/Smwpj5qEjBI/AAAAAAAAAds/Wusu_XmdnLQ/video381924dd7135%5B3%5D.jpg?imgmax=800" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('0bfd08db-3c70-4be8-a168-273b3850f8cc'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;611\&amp;quot; height=\&amp;quot;511\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/7tRWRSfcDuQ&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/7tRWRSfcDuQ&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;611\&amp;quot; height=\&amp;quot;511\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="clear:both;font-size:.8em;"&gt;Hamid - World&lt;/div&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-681667996707713486?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/681667996707713486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/07/talking-cat.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/681667996707713486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/681667996707713486'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/07/talking-cat.html' title='Talking cat'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_wTYo1VncEdM/Smwpj5qEjBI/AAAAAAAAAds/Wusu_XmdnLQ/s72-c/video381924dd7135%5B3%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1844175189907377474</id><published>2009-07-25T19:16:00.001-07:00</published><updated>2009-07-25T19:16:54.948-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Access Tutorial'/><title type='text'>Microsoft Access Tutorial</title><content type='html'>&lt;tbody&gt;&lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center" colspan="5"&gt;  &lt;hr /&gt;  &lt;br /&gt;&lt;img alt="Microsoft Access 2000" src="http://www.bcschools.net/staff/images/AccessTitle.jpg" width="388" height="100" /&gt;   &lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a name="top"&gt;&lt;font size="3" face="Goudy Old Style"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="3" face="Goudy Old Style"&gt;&lt;a href="#AccessIntro"&gt;Introduction into Microsoft Access&lt;/a&gt;    &lt;br /&gt;&lt;a href="#Starting%20Access"&gt;Starting Up Microsoft Access&lt;/a&gt;    &lt;br /&gt;&lt;a href="#CreatingOpening"&gt;Creating New, and Opening Existing Databases&lt;/a&gt;    &lt;br /&gt;&lt;a href="#CreatingWizard"&gt;Creating a database using a wizard&lt;/a&gt;    &lt;br /&gt;&lt;a href="#CreatingScratch"&gt;Creating a database &lt;i&gt;without &lt;/i&gt;using a wizard&lt;/a&gt;    &lt;br /&gt;&lt;a href="#Tables"&gt;Tables - What they are and how they work&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#TableScratch"&gt;Create a table from scratch in Design view&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#PrimaryKey"&gt;Primary Keys&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#SwitchingViews"&gt;Switching Views&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#EnterData"&gt;Entering Data&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#ManipulateData"&gt;Manipulating Data&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#AdvancedFeatures"&gt;Advanced Table Feature Examples&lt;/a&gt;    &lt;br /&gt;&lt;a href="#Relationships"&gt;Relationships - How to link multiple tables together&lt;/a&gt;    &lt;br /&gt;&lt;a href="#Forms"&gt;Forms - What they are and how they work&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#FormWizard"&gt;Creating A Form Using A Wizard&lt;/a&gt;    &lt;br /&gt;&lt;a href="#Reports"&gt;Reports - What they are and how they work&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#ReportWizard"&gt;Creating A Report Using A Wizard&lt;/a&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="#MailMerge"&gt;Creating Mail Merge Labels using aWizard&lt;/a&gt;    &lt;br /&gt;&lt;/font&gt;  &lt;br /&gt;  &lt;br /&gt;&lt;a name="AccessIntro"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Microsoft Access Description &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;    &lt;br /&gt;&lt;/a&gt;  &lt;ul&gt;&lt;a name="AccessIntro"&gt;&lt;/a&gt;    &lt;li&gt;&lt;a name="AccessIntro"&gt;Microsoft Access is a powerful program to create and manage your databases. It has many built in features to assist you in constructing and viewing your information. Access is much more involved and is a more genuine database application than other programs such as Microsoft Works.        &lt;br /&gt;        &lt;br /&gt;This tutorial will help you get started with Microsoft Access and may solve some of your problems, but it is a very good idea to use the Help Files that come with Microsoft Access, or go to Microsoft's web site located at &lt;/a&gt;&lt;a href="http://microsoft.com/office/access/default.htm" target="_Blank"&gt;http://microsoft.com/office/access/default.htm&lt;/a&gt; for further assistance.       &lt;br /&gt;      &lt;br /&gt;First of all you need to understand how Microsoft Access breaks down a database. Some keywords involved in this process are: &lt;i&gt;Database File, Table, Record, Field, Data-type&lt;/i&gt;. Here is the Hierarchy that Microsoft Access uses in breaking down a database.       &lt;br /&gt;      &lt;table border="0" cellspacing="10"&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td rowspan="4" align="center"&gt;&lt;img src="http://www.bcschools.net/staff/images/Breakdown.jpg" width="166" height="338" /&gt; &lt;/td&gt;            &lt;td&gt;&lt;u&gt;&lt;b&gt;Database File:&lt;/b&gt;&lt;/u&gt; This is your main file that encompasses the entire database and that is saved to your hard-drive or floppy disk.               &lt;br /&gt;Example) StudentDatabase.mdb &lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;u&gt;&lt;b&gt;Table:&lt;/b&gt;&lt;/u&gt;A table is a collection of data about a specific topic. There can be multiple tables in a database.               &lt;br /&gt;Example #1) Students               &lt;br /&gt;Example #2) Teachers &lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;u&gt;&lt;b&gt;Field:&lt;/b&gt;&lt;/u&gt;Fields are the different categories within a Table. Tables usually contain multiple fields.               &lt;br /&gt;Example #1) Student LastName               &lt;br /&gt;Example #2) Student FirstName &lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;u&gt;&lt;b&gt;Datatypes:&lt;/b&gt;&lt;/u&gt;Datatypes are the properties of each field. A field only has 1 datatype.               &lt;br /&gt;FieldName) Student LastName               &lt;br /&gt;Datatype) Text &lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;      &lt;br /&gt;This tutorial will help you get started with Microsoft Access and may solve some of your problems, but it is a very good idea to use the Help Files that come with Microsoft Access (or any program you use for that matter), or go to Microsoft's web site located at &lt;a href="http://microsoft.com/office/access/default.htm" target="_blank"&gt;http://microsoft.com/office/access/default.htm&lt;/a&gt; for further assistance. &lt;/li&gt; &lt;/ul&gt; &lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;   &lt;br /&gt;  &lt;br /&gt;&lt;a name="Starting Access"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Starting Microsoft Access &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;    &lt;br /&gt;&lt;/a&gt;  &lt;ul&gt;&lt;a name="Starting Access"&gt;&lt;/a&gt;    &lt;li&gt;&lt;a name="Starting Access"&gt;&lt;font size="4"&gt;&lt;u&gt;Two Ways&lt;/u&gt;&lt;/font&gt;&lt;/a&gt; &lt;a name="Starting Access"&gt;       &lt;br /&gt;&lt;/a&gt;      &lt;ol&gt;&lt;a name="Starting Access"&gt;&lt;/a&gt;        &lt;li&gt;&lt;a name="Starting Access"&gt;&lt;font size="3"&gt;Double click on the Microsoft Access icon on the desktop.&lt;/font&gt;&lt;/a&gt; &lt;a name="Starting Access"&gt;           &lt;br /&gt;&lt;img alt="Access Icon On Desktop" src="http://www.bcschools.net/staff/images/AccessIconWords.jpg" width="66" height="74" /&gt; &lt;/a&gt;&lt;/li&gt;        &lt;li&gt;&lt;a name="Starting Access"&gt;&lt;font size="3"&gt;Click on Start --&amp;gt; Programs --&amp;gt; Microsoft Access&lt;/font&gt;&lt;/a&gt; &lt;a name="Starting Access"&gt;           &lt;br /&gt;&lt;img alt="Access from Start Menu" src="http://www.bcschools.net/staff/images/GetAccess.jpg" width="421" height="374" /&gt; &lt;/a&gt;&lt;/li&gt;     &lt;/ol&gt;     &lt;a name="Starting Access"&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;   &lt;br /&gt;  &lt;br /&gt;&lt;a name="CreatingOpening"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Creating New, and Opening Existing Databases &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;    &lt;br /&gt;    &lt;br /&gt;&lt;/a&gt;&lt;center&gt;&lt;a name="CreatingOpening"&gt;&lt;img alt="Creating A Database" src="http://www.bcschools.net/staff/images/CreateDatabase.jpg" width="388" height="374" /&gt; &lt;/a&gt;&lt;/center&gt;&lt;a name="CreatingOpening"&gt;&lt;font color="#000000" size="4"&gt;The above picture gives you the option to: &lt;/font&gt;    &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;  &lt;ul&gt;&lt;a name="CreatingOpening"&gt;&lt;font color="#000000" size="3"&gt;       &lt;li&gt;Create a New Database from scratch &lt;/li&gt;        &lt;li&gt;Use the wizard to create a New Database &lt;/li&gt;        &lt;li&gt;Open an existing database &lt;/li&gt;     &lt;/font&gt;      &lt;ul&gt;&lt;a name="CreatingOpening"&gt;&lt;font color="#000000" size="3"&gt;           &lt;li&gt;             &lt;p&gt;The white box gives you the most recent databases you have used. If you do not see the one you had created, choose the More Files option and hit OK. Otherwise choose the database you had previously used and click OK. &lt;/p&gt;           &lt;/li&gt;         &lt;/font&gt;&lt;/a&gt;&lt;/ul&gt;     &lt;a name="CreatingOpening"&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/a&gt;&lt;/ul&gt; &lt;a name="CreatingOpening"&gt;&lt;font color="#000000" size="3"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;   &lt;br /&gt;    &lt;br /&gt;&lt;a name="CreatingWizard"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Create a database using the Database Wizard &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;/a&gt;&lt;/font&gt;  &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="CreatingWizard"&gt;&lt;/a&gt;      &lt;li&gt;       &lt;p&gt;&lt;a name="CreatingWizard"&gt;&lt;font size="3"&gt;When Microsoft Access first starts up, a dialog box is automatically displayed with options to create a new database or open an existing one. If this dialog box is displayed, click &lt;b&gt;Access Database Wizards, pages, and projects&lt;/b&gt; and then click &lt;b&gt;OK. &lt;/b&gt;              &lt;br /&gt;              &lt;br /&gt;If you have already opened a database or closed the dialog box that displays when Microsoft Access starts up, click &lt;b&gt;New Database&lt;/b&gt; on the toolbar. &lt;/font&gt;&lt;/a&gt;&lt;/p&gt;       &lt;a name="CreatingWizard"&gt;&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;       &lt;p&gt;&lt;a name="CreatingWizard"&gt;&lt;font size="3"&gt;On the &lt;b&gt;Databases&lt;/b&gt; tab, double-click the icon for the kind of database you want to create. &lt;/font&gt;&lt;/a&gt;&lt;/p&gt;       &lt;a name="CreatingWizard"&gt;&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;       &lt;p&gt;&lt;a name="CreatingWizard"&gt;&lt;font size="3"&gt;Specify a name and location for the database. &lt;/font&gt;&lt;/a&gt;&lt;/p&gt;       &lt;a name="CreatingWizard"&gt;&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;       &lt;p&gt;&lt;a name="CreatingWizard"&gt;&lt;font size="3"&gt;Click &lt;b&gt;Create&lt;/b&gt; to start defining your new database &lt;/font&gt;&lt;/a&gt;&lt;/p&gt;     &lt;/li&gt;   &lt;/font&gt;&lt;/ol&gt; &lt;font color="#000000" size="3"&gt;&lt;a name="CreatingWizard"&gt;     &lt;br /&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;a name="CreatingScratch"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Create a database &lt;i&gt;without &lt;/i&gt;using the Database Wizard &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;/a&gt;&lt;/font&gt;  &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="CreatingScratch"&gt;&lt;/a&gt;      &lt;li&gt;       &lt;p&gt;&lt;a name="CreatingScratch"&gt;&lt;font size="3"&gt;When Microsoft Access first starts up, a dialog box is automatically displayed with options to create a new database or open an existing one. If this dialog box is displayed, click &lt;b&gt;Blank Access Database&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt;.               &lt;br /&gt;              &lt;br /&gt;If you have already opened a database or closed the dialog box that displays when Microsoft Access starts up, click &lt;b&gt;New Database&lt;/b&gt; on the toolbar, and then double-click the &lt;b&gt;Blank Database&lt;/b&gt; icon on the &lt;b&gt;General&lt;/b&gt; tab. &lt;/font&gt;&lt;/a&gt;&lt;/p&gt;       &lt;a name="CreatingScratch"&gt;&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;       &lt;p&gt;&lt;a name="CreatingScratch"&gt;&lt;font size="3"&gt;Specify a name and location for the database and click &lt;b&gt;Create&lt;/b&gt;. (Below is the screen that shows up following this step)               &lt;br /&gt;&lt;/font&gt;&lt;center&gt;&lt;img alt="Database Window" src="http://www.bcschools.net/staff/images/DatabaseWindow.jpg" width="486" height="340" /&gt; &lt;/center&gt;&lt;/a&gt;&lt;/p&gt;        &lt;p&gt;&lt;/p&gt;     &lt;/li&gt;   &lt;/font&gt;&lt;/ol&gt; &lt;font color="#000000" size="3"&gt;&lt;a name="CreatingScratch"&gt;     &lt;br /&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;a name="Tables"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Tables &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;  &lt;p&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Tables"&gt;&lt;font color="#000000" size="3"&gt;A table is a collection of data about a specific topic, such as students or contacts. Using a separate table for each topic means that you store that data only once, which makes your database more efficient, and reduces data-entry errors. &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;font color="#000000" size="3"&gt;&lt;a name="Tables"&gt;&lt;font color="#000000" size="3"&gt;       &lt;br /&gt;Tables organize data into columns (called &lt;b&gt;fields&lt;/b&gt;) and rows (called &lt;b&gt;records&lt;/b&gt;).         &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;center&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Tables"&gt;&lt;font color="#000000" size="3"&gt;&lt;img alt="Table Output" src="http://www.bcschools.net/staff/images/TableOutput.gif" width="570" height="253" /&gt; &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/center&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Tables"&gt;&lt;font color="#000000" size="3"&gt;       &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;     &lt;br /&gt;      &lt;br /&gt;&lt;a name="TableScratch"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Create a Table from scratch in Design view &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="TableScratch"&gt;&lt;font color="#000000" size="5"&gt;           &lt;li&gt;&lt;font color="#000000" size="3"&gt;If you haven't already done so, switch to the Database Window You can press F11 to switch to the Database window from any other window. &lt;/font&gt;              &lt;br /&gt;&lt;center&gt;&lt;img alt="Database Window" src="http://www.bcschools.net/staff/images/DatabaseWindow.jpg" width="486" height="340" /&gt; &lt;/center&gt;&lt;/li&gt;            &lt;li&gt;&lt;font color="#000000" size="3"&gt;Double-Click on &lt;b&gt;&amp;quot;Create table in Design view&amp;quot;&lt;/b&gt;.                 &lt;br /&gt;&lt;i&gt;(DESIGN VIEW)&lt;/i&gt; &lt;/font&gt;&lt;center&gt;&lt;img alt="Design View" src="http://www.bcschools.net/staff/images/TableDesign.jpg" width="480" height="346" /&gt; &lt;/center&gt;&lt;/li&gt;            &lt;li&gt;&lt;font color="#000000" size="3"&gt;Define each of the fields in your table. &lt;/font&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;      &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="TableScratch"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;                 &lt;li&gt;Under the Field Name column, enter the categories of your table. &lt;/li&gt;                  &lt;li&gt;Under Data Type column, enter the type you want for you categories.                    &lt;ul&gt;                     &lt;li&gt;                       &lt;p&gt;The attribute of a variable or field that determines what kind of data it can hold. For example, in a Microsoft Access database, the Text and Memo field data types allow the field to store either text or numbers, but the Number data type will allow the field to store numbers only. Number data type fields store numerical data that will be used in mathematical calculations. Use the Currency data type to display or calculate currency values. Other data types are Date/Time, Yes/No, Auto Number, and OLE object (Picture). &lt;/p&gt;                     &lt;/li&gt;                   &lt;/ul&gt;                 &lt;/li&gt;                  &lt;li&gt;Under the Description column, enter the text that describes what you field is. (This field is optional). &lt;/li&gt;                  &lt;li&gt;For our tutorial enter the following items:                    &lt;br /&gt;&lt;img alt="Field Information" src="http://www.bcschools.net/staff/images/FieldInfo.jpg" width="506" height="142" /&gt; &lt;/li&gt;               &lt;/font&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;     &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="TableScratch"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="TableScratch"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;           &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000" size="5"&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;         &lt;br /&gt;          &lt;br /&gt;&lt;a name="PrimaryKey"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Primary Key &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="PrimaryKey"&gt;&lt;/a&gt;            &lt;li&gt;&lt;a name="PrimaryKey"&gt;One or more fields (columns) whose value or values uniquely identify each record in a table. A primary key does not allow Null values and must always have a unique value. A primary key is used to relate a table to foreign keys in other tables. &lt;/a&gt;&lt;a name="PrimaryKey"&gt;&lt;/a&gt;&lt;/li&gt;            &lt;li&gt;&lt;a name="PrimaryKey"&gt;&lt;b&gt;NOTE:&lt;/b&gt; You do not have to define a primary key, but it's usually a good idea. If you don't define a primary key, Microsoft Access asks you if you would like to create one when you save the table. &lt;/a&gt;&lt;a name="PrimaryKey"&gt;&lt;/a&gt;&lt;/li&gt;            &lt;li&gt;&lt;a name="PrimaryKey"&gt;For our tutorial, make the &lt;b&gt;Soc Sec #&lt;/b&gt; field the primary key, meaning that &lt;i&gt;every&lt;/i&gt; student has a social security number and no 2 are the same. &lt;/a&gt;              &lt;ul&gt;&lt;a name="PrimaryKey"&gt;&lt;/a&gt;                &lt;li&gt;&lt;a name="PrimaryKey"&gt;To do this, simply select the Soc Sec # field and select the primary key button                    &lt;br /&gt;&lt;img alt="Primary Key" src="http://www.bcschools.net/staff/images/PrimaryKeyIcon.jpg" width="27" height="32" /&gt; &lt;/a&gt;&lt;a name="PrimaryKey"&gt;&lt;/a&gt;&lt;/li&gt;                &lt;li&gt;&lt;a name="PrimaryKey"&gt;After you do this, Save the table&lt;/a&gt; &lt;a name="PrimaryKey"&gt;&lt;/a&gt;&lt;/li&gt;             &lt;/ul&gt;             &lt;a name="PrimaryKey"&gt;&lt;/a&gt;&lt;a name="PrimaryKey"&gt;&lt;/a&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="PrimaryKey"&gt;           &lt;br /&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;           &lt;br /&gt;          &lt;br /&gt;&lt;a name="SwitchingViews"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Switching Views &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="SwitchingViews"&gt;&lt;/a&gt;            &lt;li&gt;&lt;a name="SwitchingViews"&gt;To switch views form the datasheet (spreadsheet view) and the design view, simply click the button in the top-left hand corner of the Access program. &lt;/a&gt;&lt;a name="SwitchingViews"&gt;&lt;/a&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="SwitchingViews"&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;blockquote&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="SwitchingViews"&gt;&lt;/a&gt;            &lt;table border="2" bordercolor="#000000"&gt;&lt;tbody&gt;               &lt;tr&gt;                 &lt;td bgcolor="#dddddd" align="center"&gt;Datasheet View &lt;/td&gt;                  &lt;td bgcolor="#dddddd" align="center"&gt;Design View &lt;/td&gt;               &lt;/tr&gt;                &lt;tr&gt;                 &lt;td align="center"&gt;&lt;img alt="Datasheet View Button" src="http://www.bcschools.net/staff/images/DatasheetViewIcon.jpg" width="36" height="25" /&gt;                     &lt;br /&gt;Displays the view, which allows you to enter raw data into your database table. &lt;/td&gt;                  &lt;td align="center"&gt;&lt;img alt="Design View Button" src="http://www.bcschools.net/staff/images/DesignViewIcon.jpg" width="37" height="24" /&gt;                     &lt;br /&gt;Displays the view, which allows you to enter fields, data-types, and descriptions into your database table. &lt;/td&gt;               &lt;/tr&gt;             &lt;/tbody&gt;&lt;/table&gt;           &lt;a name="SwitchingViews"&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/blockquote&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="SwitchingViews"&gt;           &lt;br /&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;           &lt;br /&gt;          &lt;br /&gt;&lt;a name="EnterData"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Entering Data &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="EnterData"&gt;&lt;/a&gt;            &lt;li&gt;&lt;a name="EnterData"&gt;Click on the Datasheet View and simply start &amp;quot;chugging&amp;quot; away by entering the data into each field. &lt;b&gt;&lt;u&gt;NOTE:&lt;/u&gt;&lt;/b&gt; Before starting a new record, the &lt;b&gt;Soc Sec #&lt;/b&gt; field must have something in it, because it is the Primary Key. If you did not set a Primary Key then it is OK. &lt;/a&gt;&lt;a name="EnterData"&gt;&lt;/a&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="EnterData"&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;blockquote&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="EnterData"&gt;&lt;img src="http://www.bcschools.net/staff/images/DatasheetView.jpg" width="460" height="330" /&gt; &lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/blockquote&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="EnterData"&gt;           &lt;br /&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;           &lt;br /&gt;          &lt;br /&gt;&lt;a name="ManipulateData"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Manipulating Data &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ManipulateData"&gt;&lt;/a&gt;            &lt;li&gt;&lt;a name="ManipulateData"&gt;&lt;b&gt;&lt;u&gt;Adding a new row&lt;/u&gt;&lt;/b&gt; &lt;/a&gt;              &lt;ul&gt;&lt;a name="ManipulateData"&gt;&lt;/a&gt;                &lt;li&gt;&lt;a name="ManipulateData"&gt;Simply drop down to a new line and enter the information&lt;/a&gt; &lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;/li&gt;             &lt;/ul&gt;             &lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;/li&gt;            &lt;li&gt;&lt;a name="ManipulateData"&gt;&lt;b&gt;&lt;u&gt;Updating a record&lt;/u&gt;&lt;/b&gt;&lt;/a&gt; &lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;      &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ManipulateData"&gt;&lt;/a&gt;                &lt;li&gt;&lt;a name="ManipulateData"&gt;Simply select the record and field you want to update, and change its data with what you want &lt;/a&gt;&lt;/li&gt;             &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;     &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;/font&gt;            &lt;li&gt;&lt;a name="ManipulateData"&gt;&lt;b&gt;&lt;u&gt;Deleting a record&lt;/u&gt;&lt;/b&gt; &lt;/a&gt;              &lt;ul&gt;&lt;a name="ManipulateData"&gt;&lt;/a&gt;                &lt;li&gt;&lt;a name="ManipulateData"&gt;Simply select the entire row and hit the Delete Key on the keyboard&lt;/a&gt; &lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;/li&gt;             &lt;/ul&gt;             &lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;a name="ManipulateData"&gt;&lt;/a&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ManipulateData"&gt;           &lt;br /&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;           &lt;br /&gt;          &lt;br /&gt;&lt;a name="AdvancedFeatures"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Advanced Table Features w/Microsoft Access &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;            &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;&lt;b&gt;&lt;u&gt;Assigning a field a specific set of characters&lt;/u&gt;&lt;/b&gt; &lt;/a&gt;              &lt;ul&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Example) Making a Social Security Number only allows 9 characters.&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                  &lt;ol&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Switch to Design View&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select the field you want to alter&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;At the bottom select the General Tab                       &lt;br /&gt;                        &lt;br /&gt;&lt;img alt="Field &amp;#13;&amp;#13;&amp;#10;Properties" src="http://www.bcschools.net/staff/images/FieldProperties.jpg" width="327" height="173" /&gt;&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select &lt;b&gt;Field Size&lt;/b&gt;&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Enter the number of characters you want this field to have&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                 &lt;/ol&gt;                 &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;             &lt;/ul&gt;             &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;            &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;&lt;b&gt;&lt;u&gt;Formatting a field to look a specific way (HINT: You do not need to assign a field a specific set of characters if you do this)&lt;/u&gt;&lt;/b&gt;&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;      &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Example) Formatting Phone Number w/ Area Code (xxx) xxx-xxxx&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;             &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;          &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Switch to Design View&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select the field you want to format &lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;At the bottom select the General Tab &lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select &lt;b&gt;Input Mask Box&lt;/b&gt; and click on the &lt;b&gt;...&lt;/b&gt; button at the right. &lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select Phone Number option                       &lt;br /&gt;&lt;img alt="Input &amp;#13;&amp;#13;&amp;#10;Mask" src="http://www.bcschools.net/staff/images/InputMask.jpg" width="303" height="256" /&gt;&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Click on Next&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Leave &lt;i&gt;!(999) 000-0000 the way it is&lt;/i&gt;. This is a default.&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Click Next&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select which option you want it to look like&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Click Next&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Click Finish&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt;         &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;     &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/font&gt;            &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;&lt;b&gt;&lt;u&gt;Selecting a value from a dropdown box with a set of values that you assign to it. This saves you from typing it in each time&lt;/u&gt;&lt;/b&gt;&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;         &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;      &lt;ul&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Example)Choosing a city that is either Auburn, Bay City, Flint, Midland, or Saginaw&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;             &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;          &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Switch to Design View&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select the field you want to alter (City) &lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;At the bottom select the Lookup Tab &lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;In the &lt;b&gt;Display Control&lt;/b&gt; box, select &lt;b&gt;Combo Box&lt;/b&gt;&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Under &lt;b&gt;Row Source Type&lt;/b&gt;, select &lt;b&gt;Value List&lt;/b&gt;&lt;/a&gt; &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Under &lt;b&gt;Row Source&lt;/b&gt;, enter the values how you want them displayed, separated by a comma. (&lt;i&gt;Auburn, Bay City, Flint, Midland, Saginaw&lt;/i&gt;) &lt;/a&gt;                      &lt;ul&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;                        &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;&lt;b&gt;NOTE:&lt;/b&gt;This will not alphabetize them for you, so you will have to do that yourself. It should look something like this:                             &lt;br /&gt;&lt;img alt="Value List" src="http://www.bcschools.net/staff/images/ValueList.jpg" width="327" height="179" /&gt; &lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                     &lt;/ul&gt;                     &lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                    &lt;li&gt;&lt;a name="AdvancedFeatures"&gt;Select in the datasheet view and you should see the change when you go to the city field.                       &lt;br /&gt;&lt;img alt="Output" src="http://www.bcschools.net/staff/images/ComboBox.jpg" width="160" height="110" /&gt; &lt;/a&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/li&gt;                 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt;         &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;     &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="AdvancedFeatures"&gt;           &lt;br /&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/a&gt;           &lt;br /&gt;          &lt;br /&gt;&lt;a name="Relationships"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Relationships &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;            &lt;br /&gt;            &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;p&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Relationships"&gt;&lt;font color="#000000" size="3"&gt;After you've set up multiple tables in your Microsoft Access database, you need a way of telling Access how to bring that information back together again. The first step in this process is to define relationships between your tables. After you've done that, you can create queries, forms, and reports to display information from several tables at once.                &lt;br /&gt;                &lt;br /&gt;A relationship works by matching data in key fields - usually a field with the same name in both tables. In most cases, these matching fields are the primary key from one table, which provides a unique identifier for each record, and a foreign key in the other table. For example, teachers can be associated with the students they're responsible for by creating a relationship between the teacher's table and the student's table using the TeacherID fields.                 &lt;br /&gt;                &lt;br /&gt;Having met the criteria above, follow these steps for creating relationships between tables. &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Relationships"&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Relationships"&gt;&lt;font color="#000000" size="3"&gt;               &lt;li&gt;In the database window view, at the top, click on Tools ---&amp;gt; Relationships &lt;/li&gt;                &lt;li&gt;Select the Tables you want to link together, by clicking on them and selecting the Add Button &lt;/li&gt;                &lt;li&gt;Drag the primary key of the Parent table (Teacher in this case), and drop it into the same field in the Child table (Student in this case.)                 &lt;br /&gt;&lt;img alt="Relationships" src="http://www.bcschools.net/staff/images/RelationshipDrag.jpg" width="366" height="146" /&gt; &lt;/li&gt;                &lt;li&gt;Select &lt;b&gt;Enforce Referential Integrity&lt;/b&gt;                   &lt;br /&gt;&lt;img alt="Referential Integrity" src="http://www.bcschools.net/staff/images/RefIntegrity.jpg" width="356" height="240" /&gt;                   &lt;ul&gt;                   &lt;li&gt;When the Cascade Update Related Fields check box is set, changing a primary key value in the primary table automatically updates the matching value in all related records. &lt;/li&gt;                    &lt;li&gt;When the Cascade Delete Related Records check box is set, deleting a record in the primary table deletes any related records in the related table &lt;/li&gt;                 &lt;/ul&gt;               &lt;/li&gt;                &lt;li&gt;Click Create and Save the Relationship &lt;/li&gt;             &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Relationships"&gt;&lt;font color="#000000" size="3"&gt;             &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;           &lt;br /&gt;            &lt;br /&gt;&lt;a name="Forms"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Forms &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;              &lt;br /&gt;              &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;p&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Forms"&gt;&lt;font color="#000000" size="3"&gt;A form is nothing more than a graphical representation of a table. You can add, update, delete records in your table by using a form. &lt;b&gt;NOTE:&lt;/b&gt; Although a form can be named different from a table, they both still manipulate the same information and the same exact data. Hence, if you change a record in a form, it will be changed in the table also.                   &lt;br /&gt;                  &lt;br /&gt;A form is very good to use when you have numerous fields in a table. This way you can see all the fields in one screen, whereas if you were in the table view (datasheet) you would have to keep scrolling to get the field you desire. &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Forms"&gt;&lt;font color="#000000" size="3"&gt;               &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;             &lt;br /&gt;              &lt;br /&gt;&lt;a name="FormWizard"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Create a Form using the Wizard &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;                &lt;br /&gt;                &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;p&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="FormWizard"&gt;&lt;font color="#000000" size="3"&gt;It is a very good idea to create a form using the wizard, unless you are an advanced user and know what you are doing. Microsoft Access does a very good job of creating a form using the wizard. The following steps are needed to create a basic form: &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="FormWizard"&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="FormWizard"&gt;&lt;font color="#000000" size="3"&gt;                   &lt;li&gt;Switch to the Database Window. You can do this by pressing F11 on the keyboard. &lt;/li&gt;                    &lt;li&gt;Click on the &lt;b&gt;Forms&lt;/b&gt; button under &lt;b&gt;Objects&lt;/b&gt; on the left side of screen &lt;/li&gt;                    &lt;li&gt;Double click on &lt;b&gt;Create Form Using Wizard&lt;/b&gt; &lt;/li&gt;                    &lt;li&gt;On the next screen select the fields you want to view on your form. Most of the time you would select all of them. &lt;/li&gt;                    &lt;li&gt;Click Next &lt;/li&gt;                    &lt;li&gt;Select the layout you wish &lt;/li&gt;                    &lt;li&gt;Click Next &lt;/li&gt;                    &lt;li&gt;Select the style you desire...&lt;b&gt;HINT&lt;/b&gt;: if you plan on printing your form, I suggest you use a light background to save on printer toner and ink &lt;/li&gt;                    &lt;li&gt;Click Next &lt;/li&gt;                    &lt;li&gt;Give you form a name, and select &lt;b&gt;Open the Form and enter information&lt;/b&gt; &lt;/li&gt;                    &lt;li&gt;Select &lt;b&gt;Finish&lt;/b&gt; &lt;/li&gt;                    &lt;li&gt;You should see your form. To adjust the design of your form, simply hit the design button (same as with the tables), and adjust your form accordingly &lt;/li&gt;                 &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="FormWizard"&gt;&lt;font color="#000000" size="3"&gt;                 &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;               &lt;br /&gt;                &lt;br /&gt;&lt;a name="Reports"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Reports &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;                  &lt;br /&gt;                  &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;p&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Reports"&gt;&lt;font color="#000000" size="3"&gt;A report is an effective way to present your data in a printed format. Because you have control over the size and appearance of everything on a report, you can display the information the way you want to see it. &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="Reports"&gt;&lt;font color="#000000" size="3"&gt;                   &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;                 &lt;br /&gt;                  &lt;br /&gt;&lt;a name="ReportWizard"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Create a Report using the Wizard &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;                    &lt;br /&gt;                    &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;p&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ReportWizard"&gt;&lt;font color="#000000" size="3"&gt;As with the Form, it is a very good idea to create a report using the wizard, unless you are an advanced user. Microsoft Access does a very good job using the wizard to create reports. &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ReportWizard"&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ReportWizard"&gt;&lt;font color="#000000" size="3"&gt;                       &lt;li&gt;Switch to the Database Window. You can do this by pressing F11 on the keyboard. &lt;/li&gt;                        &lt;li&gt;Click on the &lt;b&gt;Reports&lt;/b&gt; button under &lt;b&gt;Objects&lt;/b&gt; on the left side of screen &lt;/li&gt;                        &lt;li&gt;Double click on &lt;b&gt;Create Report Using Wizard&lt;/b&gt; &lt;/li&gt;                        &lt;li&gt;On the next screen select the fields you want to view on your form. Most of the time you would select all of them. &lt;/li&gt;                        &lt;li&gt;Click Next &lt;/li&gt;                        &lt;li&gt;Select if you would like to group your files. Keep repeating this step for as many groupings as you would like. &lt;/li&gt;                        &lt;li&gt;Click Next &lt;/li&gt;                        &lt;li&gt;Select the layout and the paper orientation you desire &lt;/li&gt;                        &lt;li&gt;Click Next &lt;/li&gt;                        &lt;li&gt;Select the style you desire...&lt;b&gt;HINT&lt;/b&gt;: if you plan on printing your report, I suggest you use a light background to save on printer toner and ink &lt;/li&gt;                        &lt;li&gt;Click Next &lt;/li&gt;                        &lt;li&gt;Give you report a name, and select &lt;b&gt;Preview the Report&lt;/b&gt; &lt;/li&gt;                        &lt;li&gt;Select &lt;b&gt;Finish&lt;/b&gt; &lt;/li&gt;                        &lt;li&gt;You should see your report. To adjust the design of your report, simply hit the design button (same as with the tables), and adjust your report accordingly &lt;/li&gt;                     &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="ReportWizard"&gt;&lt;font color="#000000" size="3"&gt;                     &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;                   &lt;br /&gt;                    &lt;br /&gt;&lt;a name="MailMerge"&gt;&lt;font color="#000000" size="5"&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Creating Mail Merge Labels using a Wizard &lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;                      &lt;br /&gt;                      &lt;br /&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;p&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="MailMerge"&gt;&lt;font color="#000000" size="3"&gt;Microsoft Access lets you create Mailing Labels for your database that you have. To do this do the following: &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="MailMerge"&gt;&lt;font color="#000000" size="3"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;  &lt;ol&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="MailMerge"&gt;&lt;font color="#000000" size="3"&gt;                         &lt;li&gt;Switch to the Database Window. You can do this by pressing F11 on the keyboard. &lt;/li&gt;                          &lt;li&gt;Click on the &lt;b&gt;Reports&lt;/b&gt; button under &lt;b&gt;Objects&lt;/b&gt; on the left side of screen &lt;/li&gt;                          &lt;li&gt;Click on &lt;b&gt;New&lt;/b&gt;                             &lt;br /&gt;&lt;img alt="Mail Merge" src="http://www.bcschools.net/staff/images/MailMerge.jpg" width="292" height="161" /&gt; &lt;/li&gt;                          &lt;li&gt;Select &lt;b&gt;Label Wizard&lt;/b&gt; and the table you would like to get your information from.                            &lt;br /&gt;&lt;img alt="Label Wizard" src="http://www.bcschools.net/staff/images/LabelWizard.jpg" width="266" height="201" /&gt; &lt;/li&gt;                          &lt;li&gt;Click OK &lt;/li&gt;                          &lt;li&gt;Select the layout of your labels &lt;/li&gt;                          &lt;li&gt;Click Next &lt;/li&gt;                          &lt;li&gt;Select the font size and color you want on each label &lt;/li&gt;                          &lt;li&gt;Click Next &lt;/li&gt;                          &lt;li&gt;Select how you want your label to look &lt;/li&gt;                          &lt;li&gt;Click Next &lt;/li&gt;                          &lt;li&gt;Select how you want your labels sorted &lt;/li&gt;                          &lt;li&gt;Give your label report a name and preview it &lt;/li&gt;                       &lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt; &lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="5"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;font color="#000000" size="3"&gt;&lt;a name="MailMerge"&gt;&lt;font color="#000000" size="3"&gt;                       &lt;br /&gt;&lt;/font&gt;&lt;/a&gt;&lt;a href="#Top"&gt;&lt;font color="#000000" size="3"&gt;&lt;font size="3"&gt;Back to top&lt;/font&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color="#000000" size="3"&gt;                     &lt;br /&gt;                      &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1844175189907377474?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1844175189907377474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/07/microsoft-access-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1844175189907377474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1844175189907377474'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/07/microsoft-access-tutorial.html' title='Microsoft Access Tutorial'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-7990253548206847292</id><published>2009-07-25T18:43:00.001-07:00</published><updated>2009-07-25T18:43:35.007-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ms-Access : Creating Queries using QueryDef'/><title type='text'>Ms-Access : Creating Queries using QueryDef</title><content type='html'>&lt;h5&gt;Coding Queries&lt;/h5&gt;  &lt;p&gt;Once you’ve created a database and populated it with data you need to find a way to get the data out to view. You also need to be able to change, remove or update the data in order for a database to be truly useful. So how do you go about doing this?&lt;/p&gt;  &lt;p&gt;Well, to communicate with a database in Microsoft Access you use what is called SQL or Structured Query Language.&lt;/p&gt;  &lt;p&gt;Microsoft Access makes manipulating database information very easy because it allows users to manipulate data visually or through coding using VBA. Both methods enable you to retrieve specific information based on set conditions.&lt;/p&gt;  &lt;p&gt;For example in a database that holds information about books you might want to view books that were written by a specific author instead of viewing all the books in the database. This type of limitation is also called filtering and is fully supported by MS Access.&lt;/p&gt;  &lt;p&gt;To demonstrate the use of SQL in Access we are going to create a database called Books with two tables called genre and book. So, we startup Microsoft Access 2000 and create a database with the above details. Then after creating the database, create the tables with the following data and structure:&lt;/p&gt;  &lt;p&gt;&lt;img alt="Books table structure" src="http://www.databasedev.co.uk/image/bookstbl.gif" width="546" height="188" /&gt;    &lt;br /&gt;Fig 1. Books table structure&lt;/p&gt;  &lt;p&gt;&lt;img alt="Books table Data" src="http://www.databasedev.co.uk/image/bookstbldata.gif" width="313" height="170" /&gt;    &lt;br /&gt;Fig 2. Books table Data&lt;/p&gt;  &lt;p&gt;&lt;img alt="Genre table structure" src="http://www.databasedev.co.uk/image/genretbl.gif" width="556" height="186" /&gt;    &lt;br /&gt;Fig 3. Genre table structure&lt;/p&gt;  &lt;p&gt;&lt;img alt="Genre table Data" src="http://www.databasedev.co.uk/image/genretbldata.gif" width="216" height="116" /&gt;    &lt;br /&gt;Fig 4. Genre table Data&lt;/p&gt;  &lt;h5&gt;Creating a Query&lt;/h5&gt;  &lt;p&gt;Microsoft Access makes this extremely easy to do. Simply click on Insert » Query, you will then get dialog box popping up that will give you various options to create a query. If you are new to creating queries then I suggest you take the Simple Query Wizard option, because the wizard will guide you in creating the kind of query that you want otherwise use the design view option.&lt;/p&gt;  &lt;p&gt;After creating the query, you have a choice of saving it for later use. For the purposes of this article, save the query as ListEducationalBooks. I’ve created this query using the visual design method which as the name suggests lets you construct a query visually:&lt;/p&gt;  &lt;p&gt;&lt;img alt="Creating the query in design view" src="http://www.databasedev.co.uk/image/visualdesign.gif" width="445" height="290" /&gt;    &lt;br /&gt;Fig 5. Creating the query in design view&lt;/p&gt;  &lt;p&gt;The query retrieves a list of all the titles that fall within the educational genre. You can create the same query programmatically, using CreateQueryDef() function.&lt;/p&gt;  &lt;p&gt;The function has the syntax: &lt;strong&gt;CreateQueryDef(QueryName, SQLStatement)&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;The first argument of the function is the name of the new query that you want to create and the second argument is the SQL statement i.e.:&lt;/p&gt;  &lt;blockquote&gt;   &lt;pre&gt;Private Sub createquery_Click()&lt;br /&gt;  Dim query As String&lt;br /&gt;       Query = &amp;quot;SELECT books.title FROM books WHERE (((books.genreID)=3))&amp;quot;&lt;br /&gt;       CreateQueryDef(ListEducationalBooks, Query) &lt;br /&gt;End Sub&lt;/pre&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;Running a query &lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;After creating and saving the query it automatically becomes a method of the database object. You can execute the query or “open” it by clicking on the red exclamation mark on the toolbar or selecting Query and then run from the menu bar.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;To run the query through code, you use the &lt;strong&gt;OpenQuery()&lt;/strong&gt; method of the&lt;strong&gt; doCmd&lt;/strong&gt; object. The method takes three arguments which is the name of the query, view (optional) and the &lt;strong&gt;datamode&lt;/strong&gt; (optional).&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The syntax is as follows: &lt;strong&gt;OpenQuery(QueryName, View, DataMode)&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;You can use the method in something like this:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;  &lt;pre&gt;Private Sub Command2_Click()&lt;br /&gt;    On Error GoTo Err_Command2_Click&lt;br /&gt;&lt;br /&gt;    Dim stDocName As String&lt;br /&gt;&lt;br /&gt;    stDocName = &amp;quot;ListEducationalBooks&amp;quot;&lt;br /&gt;    DoCmd.OpenQuery stDocName, acNormal, acEdit&lt;br /&gt;&lt;br /&gt;Exit_Command2_Click:&lt;br /&gt;    Exit Sub&lt;br /&gt;&lt;br /&gt;Err_Command2_Click:&lt;br /&gt;    MsgBox Err.Description&lt;br /&gt;    Resume Exit_Command2_Click&lt;br /&gt;&lt;br /&gt;End Sub&lt;/pre&gt;&lt;/blockquote&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-7990253548206847292?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/7990253548206847292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/07/ms-access-creating-queries-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7990253548206847292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7990253548206847292'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/07/ms-access-creating-queries-using.html' title='Ms-Access : Creating Queries using QueryDef'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-7375081303956900792</id><published>2009-07-24T19:39:00.000-07:00</published><updated>2009-07-24T19:42:33.633-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Prepare to laugh'/><title type='text'>Prepare to laugh</title><content type='html'>&lt;div style="padding-bottom: 0px; margin: 0px auto; padding-left: 0px; width: 610px; padding-right: 0px; display: block; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:97f02373-8701-4c3f-a663-d239323a5470" class="wlWriterEditableSmartContent"&gt;&lt;div id="c72fda55-4127-447b-b7a0-11eccfe0765e" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=YPQ_N4imYVE&amp;amp;feature=player_embedded" target="_new"&gt;&lt;img src="http://lh4.ggpht.com/_wTYo1VncEdM/SmpxF4xKZSI/AAAAAAAAAdI/-I4aSKbPUFg/video38dd9f9f9bf4%5B6%5D.jpg?imgmax=800" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('c72fda55-4127-447b-b7a0-11eccfe0765e'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;610\&amp;quot; height=\&amp;quot;509\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/YPQ_N4imYVE&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/YPQ_N4imYVE&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;610\&amp;quot; height=\&amp;quot;509\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="clear:both;font-size:.8em;"&gt;hamid-world&lt;/div&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-7375081303956900792?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/7375081303956900792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/07/prepare-to-laugh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7375081303956900792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7375081303956900792'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/07/prepare-to-laugh.html' title='Prepare to laugh'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_wTYo1VncEdM/SmpxF4xKZSI/AAAAAAAAAdI/-I4aSKbPUFg/s72-c/video38dd9f9f9bf4%5B6%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3829344590186166824</id><published>2009-07-21T16:56:00.001-07:00</published><updated>2009-07-21T16:56:21.486-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='In Unix'/><category scheme='http://www.blogger.com/atom/ns#' term='how do I change the permissions for a file?'/><title type='text'>In Unix, how do I change the permissions for a file?</title><content type='html'>&lt;h2&gt;In Unix, how do I change the permissions for a file?&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;You can change file permissions with the &lt;code&gt;chmod&lt;/code&gt; command.&lt;br /&gt;In &lt;a href="data/agat.html"&gt;Unix&lt;/a&gt;, file permissions, which establish who may have&lt;br /&gt;different types of access to a file, are specified by both access&lt;br /&gt;classes and access types.  Access classes are groups of users, and&lt;br /&gt;each may be assigned specific access types.  The access classes are&lt;br /&gt;"user", "group", "other", and "all".  These refer, respectively, to&lt;br /&gt;the user who owns the file, a specific &lt;a href="data/aeqw.html"&gt;group&lt;/a&gt;&lt;br /&gt;of users, the other remaining users who are not in the group, and all&lt;br /&gt;three sets of users.  Access types (read, write, and execute)&lt;br /&gt;determine what may be done with the file by each access class.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;There are two basic ways of using &lt;code&gt;chmod&lt;/code&gt; to change file&lt;br /&gt;permissions:&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Symbolic method&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The first and probably easiest way is the relative (or symbolic)&lt;br /&gt;method, which lets you specify access classes and types with single&lt;br /&gt;letter abbreviations.  A &lt;code&gt;chmod&lt;/code&gt; command with this form of&lt;br /&gt;syntax consists of at least three parts from the following lists:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;table class="noborder" cellpadding="4"&gt;&lt;br /&gt;&lt;col&gt;&lt;br /&gt;&lt;br /&gt;&lt;col&gt;&lt;br /&gt;&lt;col&gt;&lt;br /&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;th class="noborder" id="id2450540" align="left"&gt;Access Class &lt;/th&gt;&lt;br /&gt;&lt;th class="noborder" id="id2271526" align="left"&gt;Operator &lt;/th&gt;&lt;br /&gt;&lt;th class="noborder" id="id2452206" align="left"&gt;Access Type&lt;/th&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="noborder" id="id2446170" align="left"&gt;u (user) &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2449362" align="left"&gt;+ (add access) &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2454104" align="left"&gt;r (read)&lt;/td&gt;&lt;br /&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="noborder" id="id2453235" align="left"&gt;g (group) &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2454608" align="left"&gt; - (remove access) &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2454570" align="left"&gt;w (write)&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="noborder" id="id2453632" align="left"&gt;o (other) &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2453338" align="left"&gt;= (set exact access) &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2453795" align="left"&gt;x (execute)&lt;/td&gt;&lt;br /&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;td class="noborder" id="id2453635" align="left"&gt;  a (all: u, g, and o)&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;For example, to add permission for everyone to read a file in the&lt;br /&gt;current directory named &lt;code&gt;myfile&lt;/code&gt;, at the Unix prompt, you&lt;br /&gt;would enter:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod a+r myfile&lt;/span&gt;&lt;br /&gt;&lt;p&gt;The &lt;code&gt;&amp;nbsp;a&amp;nbsp;&lt;/code&gt; stands for "all", the&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp;+&amp;nbsp;&lt;/code&gt; for "add", and the&lt;br /&gt;&lt;code&gt;&amp;nbsp;r&amp;nbsp;&lt;/code&gt; for "read".&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; This assumes that everyone already has access&lt;br /&gt;to the directory where &lt;code&gt;myfile&lt;/code&gt; is located and its parent&lt;br /&gt;directories; that is, you must set the directory permissions&lt;br /&gt;separately.  &lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;If you omit the access class, it's assumed to be all, so you could&lt;br /&gt;also enter the previous example as:&lt;/p&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod +r myfile&lt;/span&gt;&lt;br /&gt;&lt;p&gt;You can also specify multiple classes and types with a single command.&lt;br /&gt;For example, to remove read and write permission for group and other&lt;br /&gt;users (leaving only yourself with read and write permission) on a file&lt;br /&gt;named &lt;code&gt;myfile&lt;/code&gt;, you would enter:&lt;/p&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod go-rw myfile&lt;/span&gt;&lt;br /&gt;&lt;p&gt;You can also specify that different permissions be added and removed&lt;br /&gt;in the same command.  For example, to remove write permission and add&lt;br /&gt;execute for all users on &lt;code&gt;myfile&lt;/code&gt;, you would enter:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod a-w+x myfile&lt;/span&gt;&lt;br /&gt;&lt;p&gt;In each of these examples, the access types that aren't specified are&lt;br /&gt;unchanged.  The previous command, for example, doesn't change any&lt;br /&gt;existing settings specifying whether users besides yourself may have&lt;br /&gt;read (&lt;code&gt;&amp;nbsp;r&amp;nbsp;&lt;/code&gt;) access to &lt;code&gt;myfile&lt;/code&gt;.  You&lt;br /&gt;could also use the exact form to explicitly state that group and other&lt;br /&gt;users' access is set only to read with the &lt;code&gt;&amp;nbsp;=&amp;nbsp;&lt;/code&gt;&lt;br /&gt;operator:&lt;/p&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod go=r myfile&lt;/span&gt;&lt;br /&gt;&lt;p&gt;The &lt;code&gt;chmod&lt;/code&gt; command also operates on directories.  For&lt;br /&gt;example, to remove write permission for other users on a subdirectory&lt;br /&gt;named &lt;code&gt;mydir&lt;/code&gt;, you would enter:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod o-w mydir&lt;/span&gt;&lt;br /&gt;&lt;p&gt;To do the same for the current directory, you would enter:&lt;/p&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod o-w &lt;/span&gt;&lt;br /&gt;&lt;p&gt;Be careful when setting the permissions of directories, particularly&lt;br /&gt;your home directory; you don't want to lock yourself out by removing&lt;br /&gt;your own access. Also, you must have execute permission on a directory&lt;br /&gt;to switch (&lt;code&gt;&amp;nbsp;cd&amp;nbsp;&lt;/code&gt;) to it.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Absolute form&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;The other way to use the &lt;code&gt;chmod&lt;/code&gt; command is the absolute&lt;br /&gt;form.  In this case, you specify a set of three numbers that together&lt;br /&gt;determine all the access classes and types.  Rather than being able to&lt;br /&gt;change only particular attributes, you must specify the entire state&lt;br /&gt;of the file's permissions.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The three numbers are specified in the order: user (or owner), group,&lt;br /&gt;other.  Each number is the sum of values that specify read (4), write&lt;br /&gt;(2), and execute (1) access, with 0 (zero) meaning no access.  For&lt;br /&gt;example, if you wanted to give yourself read, write, and execute&lt;br /&gt;permissions on &lt;code&gt;myfile&lt;/code&gt;; give users in your group read and&lt;br /&gt;execute permissions; and give others only execute permission, the&lt;br /&gt;appropriate number would be calculated as (4+2+1)(4+0+1)(0+0+1) for&lt;br /&gt;the three digits 751.  You would then enter the command as:&lt;/p&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod 751 myfile&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;As another example, to give only yourself read, write, and execute &lt;br /&gt;permission on the current directory, you would calculate the digits&lt;br /&gt;as (4+2+1)(0+0+0)(0+0+0) for the sequence 700, and enter the command:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod 700 &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;If it seems clearer to you, you can also think of the three digit&lt;br /&gt;sequence as the sum of attributes you select from the following table:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="example"&gt;  400 read by owner&lt;br /&gt;  200 write by owner&lt;br /&gt;  100 execute by owner&lt;br /&gt;&lt;br /&gt;  040 read by group&lt;br /&gt;  020 write by group&lt;br /&gt;  010 execute by group&lt;br /&gt;&lt;br /&gt;  004 read by others&lt;br /&gt;  002 write by others&lt;br /&gt;  001 execute by others&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;To create an access mode, sum all the accesses you wish to permit.&lt;br /&gt;For example, to give read privileges to all, and write and execute&lt;br /&gt;privileges to the owner only for a file, you would sum:&lt;br /&gt;400+200+100+040+004 = 744.  Then, at the Unix prompt, you would enter:&lt;/p&gt;&lt;br /&gt;&lt;span class="example"&gt;  chmod 744 myfile.ext&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Some other frequently used examples are:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;table class="noborder" cellpadding="4"&gt;&lt;br /&gt;&lt;col&gt;&lt;br /&gt;&lt;col&gt;&lt;br /&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="noborder" id="id2453786" align="left"&gt;777 &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2453788" align="left"&gt;anyone can do anything (read, write, or execute)&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="noborder" id="id2454704" align="left"&gt;755 &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2454707" align="left"&gt;you can do anything; others can only read and execute&lt;/td&gt;&lt;br /&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="noborder" id="id2452059" align="left"&gt;711 &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2452717" align="left"&gt;you can do anything; others can only execute&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="noborder" id="id2445734" align="left"&gt;644 &lt;/td&gt;&lt;br /&gt;&lt;td class="noborder" id="id2445736" align="left"&gt;you can read and write; others can only read&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;More information&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;For more information about &lt;code&gt;chmod&lt;/code&gt;, consult the manual&lt;br /&gt;page.  At the Unix prompt, enter:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="example"&gt;  man chmod&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3829344590186166824?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3829344590186166824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/07/in-unix-how-do-i-change-permissions-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3829344590186166824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3829344590186166824'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/07/in-unix-how-do-i-change-permissions-for.html' title='In Unix, how do I change the permissions for a file?'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-2197854752064136960</id><published>2009-07-21T04:47:00.001-07:00</published><updated>2009-07-21T04:47:59.653-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='UNIX Commads'/><title type='text'>UNIX Commads</title><content type='html'>&lt;h4&gt;&lt;a name="SECTION0001000000000000000"&gt;1 Log In Session&lt;/a&gt;&lt;/h4&gt;  &lt;h5&gt;&lt;a name="SECTION0001100000000000000"&gt;1.1 Log In&lt;/a&gt;&lt;/h5&gt;  &lt;p&gt;Enter username at &lt;tt&gt;login: &lt;/tt&gt;prompt. Be carefull - Unix is case sensitive.    &lt;br /&gt;Enter password at &lt;tt&gt;password: &lt;/tt&gt;prompt.&lt;/p&gt;  &lt;h5&gt;&lt;a name="SECTION0001200000000000000"&gt;1.2 Change Password&lt;/a&gt;&lt;/h5&gt;  &lt;p&gt;&lt;tt&gt;passwd &lt;/tt&gt;&lt;/p&gt;  &lt;h5&gt;&lt;a name="SECTION0001300000000000000"&gt;1.3 Log Out&lt;/a&gt;&lt;/h5&gt;  &lt;p&gt;&lt;tt&gt;logout&lt;/tt&gt; or&lt;tt&gt; exit&lt;/tt&gt;&lt;/p&gt;  &lt;h4&gt;&lt;a name="SECTION0002000000000000000"&gt;2 File System&lt;/a&gt;&lt;/h4&gt;  &lt;h5&gt;&lt;a name="SECTION0002100000000000000"&gt;2.1 Create a File&lt;/a&gt;&lt;/h5&gt;  &lt;pre&gt;cat &amp;gt; &lt;i&gt; file &lt;/i&gt;     Enter text and end with &lt;tt&gt; ctrl-D&lt;/tt&gt;&lt;br /&gt;vi &lt;i&gt; file &lt;/i&gt;        Edit &lt;i&gt; file &lt;/i&gt; using the &lt;tt&gt; vi &lt;/tt&gt; editor &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002200000000000000"&gt;2.2 Make a Directory&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;mkdir&lt;/tt&gt;   &lt;i&gt;directory-name&lt;/i&gt;&lt;p&gt;&lt;/p&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002300000000000000"&gt;2.3 Display File Contents&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;cat  &lt;/tt&gt;&lt;i&gt; file &lt;/i&gt;   display contents of &lt;i&gt; file &lt;/i&gt;&lt;br /&gt;&lt;tt&gt;more &lt;/tt&gt;&lt;i&gt; file &lt;/i&gt;   display contents of &lt;i&gt; file &lt;/i&gt;one screenfull at a time.&lt;br /&gt;&lt;tt&gt;view &lt;/tt&gt;&lt;i&gt; file &lt;/i&gt;   a read only version of vi. &lt;br /&gt;&lt;tt&gt;less &lt;/tt&gt;&lt;i&gt; file &lt;/i&gt;   similar to, but more powerfull than more. &lt;br /&gt;&lt;tt&gt; &lt;/tt&gt;&lt;i&gt;             &lt;/i&gt;See the man page for more infomation on less.&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002400000000000000"&gt;2.4 Comparing Files&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;diff &lt;/tt&gt;&lt;i&gt;file1 file2&lt;/i&gt;   line by comparison&lt;br /&gt;&lt;tt&gt;cmp &lt;/tt&gt;&lt;i&gt;file1 file2&lt;/i&gt;    byte by byte comparison&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002500000000000000"&gt;2.5 Changing Access Modes&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;chmod &lt;/tt&gt;&lt;i&gt;mode file1 file2 ...&lt;/i&gt;&lt;br /&gt;&lt;tt&gt;chmod -R &lt;/tt&gt;&lt;i&gt; mode dir&lt;/i&gt; (changes all files in &lt;i&gt; dir &lt;/i&gt; )&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt; &lt;b&gt;   Mode Settings&lt;/b&gt;&lt;br /&gt;&lt;br /&gt; u  user (owner)&lt;br /&gt; g  group&lt;br /&gt; o  other&lt;br /&gt;&lt;br /&gt; +  add permission&lt;br /&gt; -  remove permission&lt;br /&gt;&lt;br /&gt; r  read&lt;br /&gt; w  write&lt;br /&gt; x  execute&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Example:&lt;/b&gt; &lt;tt&gt;chmod go+rwx public.html&lt;/tt&gt; adds read, write, and execute permissions for &lt;em&gt;group&lt;/em&gt; and &lt;em&gt;other&lt;/em&gt; on &lt;tt&gt;public.html&lt;/tt&gt;. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002600000000000000"&gt;2.6 List Files and Directories&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;ls&lt;/tt&gt;        list contents of directory&lt;br /&gt;&lt;tt&gt;ls -a&lt;/tt&gt;     include files with &amp;quot;.&amp;quot; (dot files)&lt;br /&gt;&lt;tt&gt;ls -l&lt;/tt&gt;     list contents in long format (show modes)&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002700000000000000"&gt;2.7 Move (or Rename) Files and Directories&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;mv &lt;i&gt;src-file dest-file&lt;/i&gt;    rename &lt;i&gt;src-file&lt;/i&gt; to &lt;i&gt; dest-file&lt;/i&gt;&lt;br /&gt;mv &lt;i&gt;src-file dest-dir&lt;/i&gt;     move a file into a directory&lt;br /&gt;mv &lt;i&gt;src-dir dest-dir&lt;/i&gt;      rename &lt;i&gt;src-dir&lt;/i&gt;, or move to &lt;i&gt;dest-dir&lt;/i&gt;&lt;br /&gt;mv -i &lt;i&gt;src dest&lt;/i&gt;           copy &amp;amp; prompt before overwriting&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002800000000000000"&gt;2.8 Copy Files&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;cp &lt;i&gt;src-file dest-file&lt;/i&gt;    copy &lt;i&gt;src-file&lt;/i&gt; to &lt;i&gt; dest-file&lt;/i&gt;&lt;br /&gt;cp &lt;i&gt;src-file dest-dir&lt;/i&gt;     copy a file into a directory&lt;br /&gt;cp -R &lt;i&gt;src-dir dest-dir&lt;/i&gt;   copy one directory into another&lt;br /&gt;cp -i &lt;i&gt;src dest&lt;/i&gt;           copy &amp;amp; prompt before overwriting&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0002900000000000000"&gt;2.9 Remove File&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;rm &lt;i&gt;file&lt;/i&gt;      remove (delete) a file&lt;br /&gt;rmdir &lt;i&gt;dir&lt;/i&gt;    remove an empty directory&lt;br /&gt;rm -r &lt;i&gt;dir&lt;/i&gt;    remove a directory and its contents&lt;br /&gt;rm -i &lt;i&gt;file&lt;/i&gt;   remove file, but prompt before deleting&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION00021000000000000000"&gt;2.10 Compressing files&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;compress &lt;i&gt;file&lt;/i&gt;       encode &lt;i&gt;file&lt;/i&gt;, replacing it with &lt;i&gt;file.Z&lt;/i&gt;&lt;br /&gt;zcat &lt;i&gt;file.Z&lt;/i&gt;         display compressed file&lt;br /&gt;uncompress &lt;i&gt;file.Z&lt;/i&gt;   decode &lt;i&gt;file.Z&lt;/i&gt;, replacing it with &lt;i&gt;file&lt;/i&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION00021200000000000000"&gt;2.11 Find Name of Current Directory&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;pwd    display absolute path of working directory&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION00021300000000000000"&gt;2.12 Pathnames&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;dl&gt;&lt;dt&gt;simple: &lt;/dt&gt;&lt;dd&gt;One filename or directory name for accessing local file or directory. &lt;br /&gt;    &lt;br /&gt;&lt;b&gt;Example:&lt;/b&gt; &lt;tt&gt;foo.c&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;    &lt;p&gt;&lt;/p&gt;&lt;br /&gt;  &lt;/dd&gt;&lt;dt&gt;absolute: &lt;/dt&gt;&lt;dd&gt;List of directory names from root directory to desired file or directory name, each separated by /. &lt;br /&gt;    &lt;br /&gt;&lt;b&gt;Example:&lt;/b&gt; &lt;tt&gt;/src/shared&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;    &lt;p&gt;&lt;/p&gt;&lt;br /&gt;  &lt;/dd&gt;&lt;dt&gt;relative: &lt;/dt&gt;&lt;dd&gt;List of directory names from working directory to desired file or directory name, each separated by /. &lt;br /&gt;    &lt;br /&gt;&lt;b&gt;Example:&lt;/b&gt; &lt;tt&gt;Mail/inbox/23&lt;/tt&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION00021400000000000000"&gt;2.13 Directory Abbreviations&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;~           Your home (login) directory&lt;br /&gt;~username   Another user's home directory&lt;br /&gt;.           Working (current)  directory&lt;br /&gt;..          Parent of working directory&lt;br /&gt;../..       Parent of parent directory&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION00021100000000000000"&gt;2.14 Change Working Directory&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;cd /	   			go to the root directory&lt;br /&gt;cd        			go to your login (home) directory&lt;br /&gt;cd ~username 			go to username's login (home) directory&lt;br /&gt;			&lt;i&gt;	not allowed in the Bourne shell&lt;/i&gt;&lt;br /&gt;cd ~username/directory		go to username's indicated directory&lt;br /&gt;cd ..				go up one directory level from here&lt;br /&gt;cd ../..			go up two directory levels from here&lt;br /&gt;cd /full/path/name/from/root	change directory to absolute path named &lt;br /&gt;&lt;i&gt; 				note the leading slash&lt;/i&gt;&lt;br /&gt;cd path/from/current/directory	change directory to path relative to here. &lt;br /&gt;&lt;i&gt;				note there is no leading slash&lt;/i&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;&lt;a name="SECTION0003000000000000000"&gt;3.0 Commands&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0003100000000000000"&gt;3.1 Date&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;date    display date and time&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0003200000000000000"&gt;3.2 Wild Cards&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;?    single character wild card&lt;br /&gt;*    Arbitrary number of characters&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0003300000000000000"&gt;3.3 Printing&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;lpr &lt;i&gt;file&lt;/i&gt;            print &lt;i&gt;file&lt;/i&gt; on default printer&lt;br /&gt;lpr -P&lt;i&gt;printer file&lt;/i&gt;  print &lt;i&gt;file&lt;/i&gt; on &lt;i&gt;printer&lt;/i&gt;&lt;br /&gt;lpr -c&lt;i&gt;# file&lt;/i&gt;        print &lt;i&gt;#&lt;/i&gt; copies of &lt;i&gt;file&lt;/i&gt;&lt;br /&gt;lpr -d &lt;i&gt;file&lt;/i&gt;         interpret &lt;i&gt;file&lt;/i&gt; as a dvi file&lt;br /&gt;lpq                 show print queue (-P&lt;i&gt;printer&lt;/i&gt; also valid)&lt;br /&gt;lprm -&lt;i&gt;#&lt;/i&gt;             remove print request &lt;i&gt;#&lt;/i&gt; (listed with lpq)&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0003400000000000000"&gt;3.4 Redirection&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;i&gt;command &amp;gt; file&lt;/i&gt;		direct output of &lt;i&gt;command&lt;/i&gt; to &lt;i&gt;file&lt;/i&gt; instead of&lt;br /&gt;			to standard output (screen), replacing current &lt;br /&gt;			contents of &lt;i&gt;file&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;command &amp;gt; &amp;gt; file&lt;/i&gt;	as above, except output is &lt;b&gt;appended&lt;/b&gt; to the current &lt;br /&gt;			contents of &lt;i&gt;file&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;command &amp;lt; file&lt;/i&gt;		&lt;i&gt;command&lt;/i&gt; receives input from &lt;i&gt;file&lt;/i&gt; instead of&lt;br /&gt;			from standard input (keyboard)&lt;br /&gt;&lt;br /&gt;&lt;i&gt;cmd1 | cmd2&lt;/i&gt;		&amp;quot;pipe&amp;quot; output of &lt;i&gt;cmd1&lt;/i&gt; to input of &lt;i&gt;cmd2&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;script &lt;i&gt;file&lt;/i&gt;		log &lt;b&gt;everything&lt;/b&gt; displayed on the terminal to &lt;i&gt;file&lt;/i&gt;; &lt;br /&gt;			end with &lt;b&gt;exit&lt;/b&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;&lt;a name="SECTION0004000000000000000"&gt;4 Search Files&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;grep &lt;i&gt;string filelist&lt;/i&gt; 		show lines containing &lt;i&gt;string&lt;/i&gt; in any file &lt;br /&gt;				in &lt;i&gt;filelist&lt;/i&gt;&lt;br /&gt;grep -v &lt;i&gt;string filelist&lt;/i&gt; 	show lines &lt;b&gt;not&lt;/b&gt; containing &lt;i&gt;string&lt;/i&gt;&lt;br /&gt;grep -i &lt;i&gt;string filelist&lt;/i&gt; 	show lines containing &lt;i&gt;string&lt;/i&gt;, ignore case&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;&lt;a name="SECTION0005000000000000000"&gt;5 Information on Users&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;finger &lt;i&gt;user&lt;/i&gt; or&lt;br /&gt;finger &lt;i&gt;user@machine&lt;/i&gt; 	get information on a &lt;i&gt;user&lt;/i&gt;&lt;br /&gt;finger &lt;i&gt;@machine&lt;/i&gt; 	list users on &lt;i&gt;machine&lt;/i&gt;&lt;br /&gt;who      		list current users&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;&lt;a name="SECTION0006000000000000000"&gt;6 Timesavers&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0006100000000000000"&gt;6.1 Aliases&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;alias &lt;i&gt;string command &lt;/i&gt;    abbreviate &lt;i&gt;command&lt;/i&gt; to &lt;i&gt;string&lt;/i&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0006200000000000000"&gt;6.2 History: Command Repetition&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Commands may be recalled &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;history    show command history&lt;br /&gt;!&lt;i&gt;num&lt;/i&gt;       repeat command with history number &lt;i&gt;num&lt;/i&gt;&lt;br /&gt;!&lt;i&gt;str&lt;/i&gt;       repeat last command beginning with string &lt;i&gt;str&lt;/i&gt;&lt;br /&gt;!!         repeat entire last command line&lt;br /&gt;!$         repeat last word of last command line&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;&lt;a name="SECTION0007000000000000000"&gt;7.0 Process and Job Control&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0007100000000000000"&gt;7.1 Important Terms&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;pid		Process IDentification number.  See section &lt;a href="http://sunsite.utk.edu/UNIX-help/quickref.html#pids"&gt;7.2&lt;/a&gt;.&lt;br /&gt;job-id 	Job identification number. See section &lt;a href="http://sunsite.utk.edu/UNIX-help/quickref.html#jobids"&gt;7.2&lt;/a&gt;.&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0007200000000000000"&gt;7.2 Display Process and/or Job IDs&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;a name="pids"&gt;&lt;/a&gt;&lt;a name="jobids"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;ps       report processes and pid numbers&lt;br /&gt;ps gx    as above, but include &amp;quot;hidden&amp;quot; processes&lt;br /&gt;jobs     report current jobs and job id numbers&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0007300000000000000"&gt;7.3 Stop (Suspend) a Job&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;ctrl-Z&lt;/tt&gt;    &lt;b&gt;NOTE&lt;/b&gt;:process still exists!&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0007400000000000000"&gt;7.4 Run a Job in the Background&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;To start a job in  background add &lt;b&gt;&amp;amp;&lt;/b&gt; to the end of the command. &lt;br /&gt;&lt;b&gt;Example:&lt;/b&gt; &lt;tt&gt;xv foo.gif &amp;amp;&lt;/tt&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To force a running job into the background: &lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;ctrl-Z&lt;/tt&gt;    stop the job&lt;br /&gt;&lt;tt&gt;bg&lt;/tt&gt;        &amp;quot;push&amp;quot; the job into the background&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0007500000000000000"&gt;7.5 Bring a Job to the Foreground&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;fg&lt;/tt&gt;              bring a job to foreground&lt;br /&gt;&lt;tt&gt;fg &lt;/tt&gt;&lt;i&gt;%job-id&lt;/i&gt;      foreground by &lt;i&gt;job-id&lt;/i&gt; (see &lt;a href="http://sunsite.utk.edu/UNIX-help/quickref.html#pids"&gt;7.2&lt;/a&gt;)&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;&lt;a name="SECTION0007600000000000000"&gt;7.6 Kill a Process or Job&lt;/a&gt;&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;ctrl-C&lt;/tt&gt;                 kill foreground process&lt;br /&gt;&lt;tt&gt;kill -KILL &lt;/tt&gt;&lt;i&gt;pid#&lt;/i&gt;        see &lt;a href="http://sunsite.utk.edu/UNIX-help/quickref.html#pids"&gt;7.2&lt;/a&gt; for &lt;br /&gt;&lt;tt&gt;kill -KILL &lt;/tt&gt;&lt;i&gt;%job-id#&lt;/i&gt;    displaying &lt;i&gt; pids &amp;amp; job-ids &lt;/i&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;&lt;a name="SECTION0008000000000000000"&gt;8.0 Mail Handler (MH)&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;MH commands are issued directly to the terminal. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;inc        incorporate new mail&lt;br /&gt;scan       show list of mail messages&lt;br /&gt;show       show current message&lt;br /&gt;next       show next message&lt;br /&gt;prev       show previous message&lt;br /&gt;repl       reply to current message&lt;br /&gt;forw       forward current message&lt;br /&gt;comp       compose a mail message&lt;br /&gt;rmm        remove current mail message&lt;br /&gt;&lt;i&gt;cmd &lt;/i&gt;-help  print help on mh commmand &lt;i&gt;cmd &lt;/i&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The file &lt;b&gt;.mh_profile&lt;/b&gt; is used to enable/disable MH features. &lt;tt&gt;man mh-profile&lt;/tt&gt; for more information. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;&lt;a name="SECTION0009000000000000000"&gt;9.0 On-line Assistance&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;On-line Documentation&lt;/b&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;man &lt;i&gt;command-name&lt;/i&gt;   display on-line manual pages&lt;br /&gt;man -k &lt;i&gt; string&lt;/i&gt;     list one-line summaries of manual pages containing &lt;i&gt;string&lt;/i&gt;&lt;/pre&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-2197854752064136960?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/2197854752064136960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/07/unix-commads.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2197854752064136960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2197854752064136960'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/07/unix-commads.html' title='UNIX Commads'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3934330448101612441</id><published>2009-06-21T13:54:00.000-07:00</published><updated>2009-06-21T14:01:21.881-07:00</updated><title type='text'>Toolbar</title><content type='html'>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font size="5" face="Centaur"&gt;My Toolbar has been Updated with &lt;strong&gt;Lots of New TV Channels&lt;/strong&gt; and Lots of &lt;strong&gt;Addictive Games&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="5" face="Centaur"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="5" face="Centaur"&gt;And My Toolbar has Already a number of Great Stuffs.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="5" face="Centaur"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;&lt;font size="6" face="Tempus Sans ITC"&gt;&lt;strong&gt;&lt;a href="http://hamidrazapagetl.ourtoolbar.com/" target="_blank"&gt;Try It&lt;/a&gt;&lt;/strong&gt;&lt;/font&gt; &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="400"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;         &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" align="absMiddle" src="http://storage.conduit.com/BankImages/Dsilkset_television_add.gif" /&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;TV Channels &lt;/b&gt;&lt;img src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor1"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/minus3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/flags/usa_flag.gif" /&gt; USA &lt;img align="absMiddle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeSubMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor2"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; ABC News &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor3"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Bloomberg &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor4"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; BME Music &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor5"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; CBN Espanol &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor6"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; CBC News &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor7"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; CSPAN 2 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor8"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Fox11 LA &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor9"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Fox5 Las Vegas &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor10"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; NASA TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor11"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; NBC - News &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor12"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; NBC Weather &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor13"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Wildlife Channel &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor14"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/minus3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/flags/uk_flag.gif" /&gt; UK &lt;img align="absMiddle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeSubMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor15"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; BBC Headlines &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor16"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; BBC News &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor17"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; BBC Question Time &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor18"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Blomberg UK - Business &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor19"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; BME Music &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor20"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Classic FM TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor21"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Cycling TV - Sport &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor22"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Europsort News UK &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor23"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Ministry of sound - Music &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor24"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Sports Portal TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor25"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Sky - News &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor26"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Wildlife Channel &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor27"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/minus3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/flags/Germany_flag.gif" /&gt; Germany &lt;img align="absMiddle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeSubMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor28"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; 1-2-3 TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor29"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; 3SAT &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor30"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Allgaeo TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor31"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Bundesligen TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor32"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Camorakel TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor33"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; CampusTV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor34"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Def TV - Business&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor35"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Donau TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor36"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; FLOTT TV - Local from Guenzburg&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor37"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; GameTV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor38"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Munchen 2 - Business&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor39"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Regio TV Schwaben&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor40"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; RTL&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor41"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; StreetClip TV - Music&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor42"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TRP1 - Local from Niederbayern&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor43"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TV Halle&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor44"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; ZDF &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor45"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/minus3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/flags/holland_flag.gif" /&gt; Holland&amp;#160; &lt;img align="absMiddle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeSubMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor46"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; AT5 - News&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor47"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Geloven (NCRV)&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor48"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; GP TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor49"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Graafschap TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor50"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; MAXX XS&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor51"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Museeum TV - Lifestyle&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor52"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Omroep Fryslan&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor53"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Oog TV - Local from Groningen&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor54"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Regio 22 - Local&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor55"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; RTL ZTV - Business&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor56"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; RTV Noord Holland&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor57"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; RTV West - Local from Zuid-Holland&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor58"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; RTV Oost - Local&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor59"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Salto A1&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor60"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Salto A2&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor61"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Stads TV Utrecht&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor62"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TV Orange&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor63"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TV West - Local from Zuid-Holland&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor64"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/minus3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/flags/france_flag.gif" /&gt; France &lt;img align="absMiddle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeSubMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor65"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; ASTV - Local from Grande-Synthe &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor66"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Clap TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor67"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; France 2 Meteo &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor68"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; France 2 - Revue de presse &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor69"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; France 24 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor70"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Labelle TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor71"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Lusophonie Parisienne TVweb&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor72"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; M6 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor73"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Mulivan TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor74"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Orange Sports &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor75"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Tele 102 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor76"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Telenight com &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor77"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TF1 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor78"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TLM TV - Local from Lyon &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor79"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TV5 Journal &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor80"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TVSF &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor81"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/minus3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/flags/spain_flag.gif" /&gt; Spain &lt;img align="absMiddle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeSubMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor82"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; A3 noticias&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor83"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Canal 13 Digital&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor84"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; CRTVG&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor85"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; ESMADRID TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor86"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; ETB&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor87"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; ETB 2&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor88"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; GALICA TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor89"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; IB3 LOCAL&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor90"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; RTV INSULAR&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor91"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TORREVIEJA TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor92"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TV CANARIA&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor93"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; TV ZAMORA&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor94"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line1.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; UPV TV&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor95"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/minus2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/flags/italy_flag.gif" /&gt; Italy &lt;img align="absMiddle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeSubMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor96"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; 3 Channel &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor97"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; All Music &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor98"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Bloomberg - Business &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor99"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Piu Blu &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor100"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Rai News 24 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor101"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Rai Sports News&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor102"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; RTL - Music &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor103"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; SAT 2000 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor104"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Sky 906 - General&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor105"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Tele 90 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor106"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Tele Liguria Sud - Local from La Spezia &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor107"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Tele Radioerre &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor108"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Telesud TV &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor109"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="top" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/empty.gif" height="24" /&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/bullet.gif" /&gt; Teletruria&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="200"&gt;         &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" align="absMiddle" src="http://storage.conduit.com/BankImages/Dsilkset_controller_add.gif" /&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;Games &lt;/b&gt;&lt;img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/DynamicMenuImg/treeMenuArrow.gif" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor1"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Clash_N_Slash.gif" /&gt; Clash'N'Slash &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor2"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/FinalFortress.gif" /&gt; Final Fortress&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor3"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/PyramidRunner.gif" /&gt; Pyramid Runner&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor4"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/SnowyBearsAdventures.gif" /&gt; Snowy: Bear's Adventures&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor5"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/SnowyTreasureHunter.gif" /&gt; Snowy: Treasure Hunter&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor6"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor7"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Backgammon.gif" /&gt; Backgammon &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor8"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Checkers.gif" /&gt; Checkers &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor9"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Chess.gif" /&gt; Chess &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor10"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Connect4.gif" /&gt; Connect 4&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor11"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Darts.gif" /&gt; Darts&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor12"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Marbles.gif" /&gt; Marbles&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor13"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Pool.gif" /&gt; Pool &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor14"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Reversi.gif" /&gt; Reversi &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor15"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Simon.gif" /&gt; Simon &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor16"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Sudoku.gif" /&gt; Sudoku &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor17"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/TicTacToe.gif" /&gt; Tic Tac Toe &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor18"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor19"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Poker.gif" /&gt; Poker &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor20"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt;&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor21"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/ArcticQuest.gif" /&gt; Arctic Quest&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor22"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/AtlantisQuest.gif" /&gt; Atlantis Quest&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor23"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/BistroStars.gif" /&gt; Bistro Stars&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor24"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/FlowerQuest.gif" /&gt; Flower Quest&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor25"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Go.gif" /&gt; Go&lt;/p&gt;          &lt;p&gt;&lt;a name="anchor26"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/HiddenExpedition.gif" /&gt; Hidden Expedition&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor27"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/MahjonggArtifacts2.gif" /&gt; Mahjongg Artifacts 2&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor28"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Match4.gif" /&gt; Match 4 &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor29"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/Puzzle_Wat_Animals.gif" /&gt; Puzzle War Animals &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor30"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/PuzzleWarArt.gif" /&gt; Puzzle War Art &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor31"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/PuzzleWarFood.gif" /&gt; Puzzle War Food &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor32"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/PuzzleWarWorldTravel.gif" /&gt; Puzzle War World Travel &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor33"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line3.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/RiseofAtlantis.gif" /&gt; Rise of Atlantis&amp;#160; &lt;/p&gt;          &lt;p&gt;&lt;a name="anchor34"&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;&lt;img border="0" align="middle" src="http://accounts.conduit.com/JavaScript/JavascriptTreeView/TreeImgEmpty/line2.gif" height="24" /&gt; &lt;img align="absMiddle" src="http://storage.conduit.com/images/icons/gamesicons/SheepMe.gif" /&gt; SheepMe &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;br /&gt;  &lt;br /&gt;  &lt;br /&gt;  &lt;br /&gt;  &lt;br /&gt;&lt;script src="http://hosting.conduit.com//Banners/Download/DownloadBanner.js"&gt;&lt;/script&gt;&lt;script&gt;var ctId = 'CT1817835';var downloadButtonBannerCulture = 'en';var clientBaseUrl='http://hosting.conduit.com/'; __CreateDownloadToolbar();&lt;/script&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3934330448101612441?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3934330448101612441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/06/toolbar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3934330448101612441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3934330448101612441'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/06/toolbar.html' title='Toolbar'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1635036271731434295</id><published>2009-06-18T05:06:00.001-07:00</published><updated>2009-06-18T05:06:44.917-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Open source and java based shopping cart'/><title type='text'>Open source and java based shopping cart</title><content type='html'>&lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;p&gt;Here are some of the “open source” and java based shopping cart…..no magic, just do a Krugle &lt;/p&gt;  &lt;p&gt;strutmyshop   &lt;br /&gt;* Project homepage: http://sourceforge.net/projects/strutmyshop    &lt;br /&gt;* Programming language: Java    &lt;br /&gt;* License: GPL&lt;/p&gt;  &lt;p&gt;jspshop   &lt;br /&gt;jspShop is a JSP-based eCommerce platform. It allows you to build online stores with shopping carts, product categories, and secure ordering. It relies on a Java backend and some sort of transactional database. jspShop aims to be cross- platform and to provide a user-friendly interface for administration and maintenance. The backend is designed to be as reusable as possible.&lt;/p&gt;  &lt;p&gt;* Project homepage: http://sourceforge.net/projects/jspshop/   &lt;br /&gt;* Programming language: Java    &lt;br /&gt;* License: GPL&lt;/p&gt;  &lt;p&gt;frontstore   &lt;br /&gt;FrontStore is a web-based shopping cart application and server side administration such as order management, product inventory and customer management. It utilizes best of breed Java technologies such as JSP/Servlets, EJB and xDoclet.    &lt;br /&gt;* Project homepage: http://sourceforge.net/projects/frontstore    &lt;br /&gt;* Programming language: Java    &lt;br /&gt;* License: GPL&lt;/p&gt;  &lt;p&gt;netpushcart   &lt;br /&gt;This project is an open source e-commerce shopping cart written in Java and JSP under the Struts framework and making use of Tiles for the templating framework. The application is designed to be highly configurable and customizable.&lt;/p&gt;  &lt;p&gt;* Project homepage: http://sourceforge.net/projects/netpushcart   &lt;br /&gt;* Programming language: Java    &lt;br /&gt;* License: GPL    &lt;br /&gt;* OS: POSIX Linux Win-95/98 Win-32bit&lt;/p&gt;  &lt;p&gt;eshop   &lt;br /&gt;eShop is a online shop system written in lightweight Java.    &lt;br /&gt;* Project homepage: http://sourceforge.net/projects/eshop    &lt;br /&gt;* Programming language: Java    &lt;br /&gt;* License: GPL&lt;/p&gt;  &lt;p&gt;eyuan   &lt;br /&gt;eYuan is a feature packed out-of-the-box online shop solution for small to intermediate size companies. It is similar to osCommerce, but Java-based. eYuan is based on some well-designed frameworks, such as Hibernate, Struts, Spring, etc. No EJB needed.    &lt;br /&gt;* Project homepage: http://sourceforge.net/projects/eyuan    &lt;br /&gt;* Programming language: Java _JavaScript    &lt;br /&gt;* License: Apache-20    &lt;br /&gt;* OS: POSIX Win-32bit&lt;/p&gt;  &lt;p&gt;karpuz   &lt;br /&gt;a simple web-shop framework. receives orders from a web front-end (browser) and delivers to producer at specified time. written in tiger (java 5.0).    &lt;br /&gt;* Project homepage: http://sourceforge.net/projects/karpuz    &lt;br /&gt;* Programming language: Java    &lt;br /&gt;* License: GPL&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="http://www.mwsearch.com/mwsonlinecatalog.html"&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1635036271731434295?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1635036271731434295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/06/open-source-and-java-based-shopping.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1635036271731434295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1635036271731434295'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/06/open-source-and-java-based-shopping.html' title='Open source and java based shopping cart'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-303595403052431839</id><published>2009-06-16T19:13:00.001-07:00</published><updated>2009-06-16T19:13:40.111-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='10 Tips For Securing Your Computer'/><title type='text'>10 Tips For Securing Your Computer</title><content type='html'>&lt;h5&gt;&amp;#160;&lt;/h5&gt;  &lt;p&gt;1. Update/patch ALL your software every now and then!   &lt;br /&gt;2. Check/adjust ALL your settings so they are safe, since they ARENT by default!    &lt;br /&gt;3. Use firewall, like ZoneAlarm!    &lt;br /&gt;4. Use good passwords: at least 13marks long, containing both letters and numbers. Remember to chance your password every few months atleast!    &lt;br /&gt;5. Get a good antivirus program &amp;amp; spyware programms and keep it updated!    &lt;br /&gt;6. Don’t open or execute files that you are not 100% sure are absolutely safe nomatter where or how you get them.    &lt;br /&gt;7. Wipe your historyfiles (like cookies, internet history and temporary files, etc.), logs and personal files, with specific wiping program (like Eraser) instead of just deleting them.    &lt;br /&gt;8. Use encryption to enhance your privacy! Use encrypted email (like Hushmail or Ziplip) and encrypt sensitive files on your computer (PGP).    &lt;br /&gt;9. Don’t use public computers for anything you need to type in your logins, they usually have Trojan horses that capture your passwords.    &lt;br /&gt;10. Don’t assume anything. If you don’t know, find out! If you cant or don’t understand, ask someone who knows! There’s nothing more dangerous than doing something you don’t really know anything about. That’s the best way to cripple your system or get a Trojan horse on your computer!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-303595403052431839?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/303595403052431839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/06/10-tips-for-securing-your-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/303595403052431839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/303595403052431839'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/06/10-tips-for-securing-your-computer.html' title='10 Tips For Securing Your Computer'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6659771823379138097</id><published>2009-05-24T06:02:00.000-07:00</published><updated>2009-05-26T06:05:55.552-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Character of People according to Blood Group'/><title type='text'>Character of People according to Blood Group</title><content type='html'>&lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Type O &amp;quot;Hot&amp;quot;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Population   &lt;br /&gt;Roughly 38% of the world is O +ve and 6% O -ve. &lt;/p&gt;  &lt;p&gt;Traits   &lt;br /&gt;Confident and Strong-Willed, Proud, Dedicated, Sociable, Energetic, Extroverted, Frank, Realist, Showy, Flighty, Generalist, Positive, Independent, Risk-Takers, Dislike taking orders, Insecure, Stubborn &amp;amp; Self-Centered. &lt;/p&gt;  &lt;p&gt;Make friends easily and go with flow and grasp opportunity. Quick to start a project or chase an idea. Are good at organizing activities. May have short attention span, and expresses strong emotions. May quickly take opposite views that are deep but not always durable. Classic entrepreneurs and movers and shakers. &lt;/p&gt;  &lt;p&gt;Express their emotions but can be swayed by other blood types. Have an intrinsic elegance. Sociable and showy. May be good at adapting to circumstances. Words come easily to them. Not self conscious and will frankly reveal inner feelings. Ambitious, but may have issues with detail. &lt;/p&gt;  &lt;p&gt;Like to be touch and be touched by others. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Type A &amp;quot;Cool&amp;quot;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Population   &lt;br /&gt;Roughly 34% of the world is A +ve and 6% A -ve. &lt;/p&gt;  &lt;p&gt;Traits   &lt;br /&gt;Obedient, Careful, Sympathetic, Self-Sacrificing, Polite, Honest, Loyal, Emotional, Introverted &amp;amp; Nervous. &lt;/p&gt;  &lt;p&gt;Are reserved calm and even tempered. Sensitive to public opinion. May be Introverted, shy and nervous or ill at ease with others. May be Pessimistic. Value relationships and are loyal. Hesitant to change. Nature lovers and dislike crowds - need a private place or secret hideaway. Can be indecisive. Good at team work and obey rules. &lt;/p&gt;  &lt;p&gt;Dislike to touch or be touched by others. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Type B &amp;quot;Active&amp;quot;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Population   &lt;br /&gt;Roughly 9% of the world is B +ve and 2% B -ve. &lt;/p&gt;  &lt;p&gt;Traits   &lt;br /&gt;Cheerful, Optimistic, Active, Sensitive, Kind, Forgetful, unorganized, Noisy, Egocentric &lt;/p&gt;  &lt;p&gt;Energetic and have the drive to reach towards goals. May be workaholics. Not the best team players and are individualistic. Do things at one's own pace. Strong personality adventurous. Likes to get one's own way. Are Sociable and enjoy entertaining. &lt;/p&gt;  &lt;p&gt;Like to touch or be touched by others. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Type AB &amp;quot;Care-Free&amp;quot;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Population   &lt;br /&gt;Roughly 4% of the world is AB +ve and 1% AB -ve. &lt;/p&gt;  &lt;p&gt;Traits    &lt;br /&gt;Social, Easy-going, Sympathetic, Diplomatic, Outgoing, Laid-back, Creative, Unpredictable, Artistic, Flexible, Moody and Brooding. &lt;/p&gt;  &lt;p&gt;Blend of opposites. Shy with some and bold with some. Introvert and Extrovert. Unpredictable and may seem to have calm exterior. Strong creative strain. Good at spotting problems and skirting them. Like city environment. Get bored easily. Everything they do is compelling. Never take things for granted. Appear mysterious. Contribute harmoniously to society. &lt;/p&gt;  &lt;p&gt;Dislike to touch or be touched by others. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6659771823379138097?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6659771823379138097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/05/character-of-people-according-to-blood.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6659771823379138097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6659771823379138097'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/05/character-of-people-according-to-blood.html' title='Character of People according to Blood Group'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-2469240991307719093</id><published>2009-05-23T23:50:00.001-07:00</published><updated>2009-05-23T23:50:18.683-07:00</updated><title type='text'>Lock Folder</title><content type='html'>&lt;p&gt;Say u want to lock a folder named &lt;strong&gt;Hamid&lt;/strong&gt; in your &lt;strong&gt;C&lt;/strong&gt; drive &lt;/p&gt;  &lt;p&gt;Open notepad and type &lt;/p&gt;  &lt;p&gt;&lt;font color="#000080" face="Gill Sans MT"&gt;ren Hamid Hamid.{21EC2020-3AEA-1069-A2DD-08002B30309D} &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Save it as &lt;strong&gt;lock.bat&lt;/strong&gt; in &lt;strong&gt;C&lt;/strong&gt; drive &lt;/p&gt;  &lt;p&gt;Open notepad again and type &lt;/p&gt;  &lt;p&gt;&lt;font color="#000080" face="Gill Sans MT"&gt;ren Hamid.{21EC2020-3AEA-1069-A2DD-08002B30309D} Hamid &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Save it as &lt;strong&gt;unlock.bat&lt;/strong&gt; in &lt;strong&gt;C&lt;/strong&gt; drive &lt;/p&gt;  &lt;p&gt;To lock the folder &lt;/p&gt;  &lt;p&gt;just double click on the &lt;strong&gt;lock.bat&lt;/strong&gt; and the folder will be inaccessible &lt;/p&gt;  &lt;p&gt;To unlock the folder &lt;/p&gt;  &lt;p&gt;Just double click on &lt;strong&gt;unlock.bat&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Enjoy&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-2469240991307719093?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/2469240991307719093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/05/lock-folder.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2469240991307719093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2469240991307719093'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/05/lock-folder.html' title='Lock Folder'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3285830294963928139</id><published>2009-05-23T22:10:00.000-07:00</published><updated>2009-05-25T22:10:46.927-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Open edit PSD without Photoshop'/><title type='text'>Open edit PSD without Photoshop</title><content type='html'>&lt;p&gt;&lt;img src="http://lh4.ggpht.com/_wTYo1VncEdM/Sht4-hXWorI/AAAAAAAAANQ/dWk98-Dtav8/Open PSD without Photoshop.JPG" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Photoshop&lt;/b&gt; is one of the most popular&lt;b&gt; graphic editing software&lt;/b&gt; in the world . Source of Photoshop work files are automatically saved in PSD format and we usually need Photoshop to open and edit PSD files . But sometimes we may not have Photoshop installed in our computer , then we can use Paint.NET to &lt;b&gt;open PSD&lt;/b&gt; files , provided we have an extra &lt;b&gt;PSDplugin &lt;/b&gt;.     &lt;br /&gt;Paint.NET doesn't need any introduction .It is highly modified version of Microsoft paint . Paint.NET has lot of options which are similar to&lt;b&gt; Adobe Photoshop&lt;/b&gt; . It can work with layers , apply affects ,operate with different colors,image profiles etc . We cannot &lt;b&gt;convert PSD file&lt;/b&gt; fully in manner to work with&lt;b&gt; Paint.NET&lt;/b&gt; , but it can operate basic editing functions and save the resulting file to any other format supported by Paint.NET .&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;a href="http://www.getpaint.net/download.html"&gt;Download&lt;/a&gt;&amp;#160; Paint.NET    &lt;br /&gt;&lt;a href="http://frankblumenberg.de/doku/lib/exe/fetch.php?id=paintnet%3Apsdplugin&amp;amp;cache=cache&amp;amp;media=paintnet:photoshop.zip"&gt;Download&lt;/a&gt; Paint.NET addon to open and &lt;b&gt;edit PSD&lt;/b&gt; files .&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3285830294963928139?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3285830294963928139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/05/open-edit-psd-without-photoshop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3285830294963928139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3285830294963928139'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/05/open-edit-psd-without-photoshop.html' title='Open edit PSD without Photoshop'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_wTYo1VncEdM/Sht4-hXWorI/AAAAAAAAANQ/dWk98-Dtav8/s72-c/Open PSD without Photoshop.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4171040160217025511</id><published>2009-05-12T11:20:00.000-07:00</published><updated>2009-05-12T11:32:56.015-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Build Your Self Confidence'/><title type='text'>Build Your Self Confidence</title><content type='html'>&lt;p align="center"&gt;&lt;strong&gt;How To Build Your Self Confidence&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;One of the most&lt;br /&gt;important steps to achieving your goals in life is to develop a strong&lt;br /&gt;sense of self confidence. This does not however involve becoming loud or&lt;br /&gt;arrogant. On the contrary, people with genuine self confidence are usually&lt;br /&gt;calm and self assured and do not need to 'big note' themselves.&lt;br /&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left"&gt;Here are my top ten tips for building your self&lt;br /&gt;confidence: &lt;/p&gt;&lt;p align="left"&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;b&gt;1. Visualise Yourself As The Person You Want To Be&lt;/b&gt; &lt;/p&gt;&lt;p align="left"&gt;Each morning spend a few minutes visualising yourself as the person you want to be. Think about the way you dress, the way you carry yourself and the way you interact with other people. Seeing yourself as the person you want to become is the first step towards building self confidence.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. Self Confidence Statement&lt;br /&gt;&lt;/b&gt;After visualising yourself as the person you want to be, read the following statement out loud:&lt;br /&gt;&lt;br /&gt;"I know I have the ability to achieve my major goal in life. Therefore today, I demand of myself persistent and continuous action towards achieving my goal"&lt;br /&gt;&lt;br /&gt;Reading this statement out loud is a great way to start your day in a confident state of mind. &lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;b&gt;3. Dress Well&lt;br /&gt;&lt;/b&gt;One of the most effective ways to instantly improve your level of self confidence is to dress well and to make the decision to always be well groomed. This does not mean you have to go out and buy a whole new wardrobe. Instead, just focus on gradually building up a small collection of good quality clothes. Also remember that simple accessories such as a tie clip or necklace can make a big difference to the way you look and feel. &lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;b&gt;4. Positive Posture&lt;br /&gt;&lt;/b&gt;Another powerful way to build your sense of self confidence is to stand up straight and lose the slouch that many of us have acquired over the years. While you may be able to make a change to your posture by simply becoming aware of it, the best way to make a long lasting change to your posture is to practice yoga or pilates. &lt;/p&gt;&lt;p align="left"&gt;&lt;br /&gt;&lt;b&gt;5. Move With Purpose&lt;br /&gt;&lt;/b&gt;A simple but effective tip for increasing your levels of self confidence is to always move with a sense of purpose. In his book 'The Magic of Thinking Big', David Schwartz recommends walking 25% faster than normal. Having a spring in your step lets people know that you have important things to do and actually makes you feel more confident as you go about your daily business.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;6. Become A Participant &lt;/b&gt;&lt;br /&gt;Have you ever noticed that in most meetings or groups, people immediately head towards the back of the room so that they can remain as inconspicuous as possible? A great way to increase your visibility and sense of self confidence is to make the decision to always sit towards the front of the room and be a participant. When you have something to say - don't be afraid to say it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;7. Connect With Confidence &lt;/b&gt;&lt;br /&gt;Another way to quickly improve your self confidence is to practice making a strong first impression. When you meet someone face-to-face, look them directly in the eye, smile broadly, shake hands firmly and say, "Hi Jim, nice to meet you".&lt;br /&gt;Similarly,&lt;br /&gt;you can sound more confident on the phone by answering, "Good morning Carol Jones speaking" instead of simply saying "Hello" &lt;/p&gt;&lt;p align="left"&gt;&lt;b&gt;8. Build Your Success File&lt;/b&gt;&lt;br /&gt;Occasionally your self confidence will take a hit when something doesn't work out the way you hoped. One of the best ways to repair your self confidence in this situation is to keep a folder outlining your past achievements and successes. You should also include any positive feedback that you've received from others.&lt;br /&gt;As you review your success file and fill your mind with positive comments, your doubts and insecurities will quickly disappear and your self confidence will be restored.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;9. Preparation&lt;br /&gt;&lt;/b&gt;The BIG secret to being self confident that people rarely talk about is - preparation. The more you prepare and practice for an event, the more self confident you will become.&lt;br /&gt;&lt;br /&gt;If you are worried about an upcoming event, use your apprehension as a stimulus to take action and practice, practice, practice. The simple but powerful truth is that self confidence grows through repetition and experience.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;10. Toastmasters&lt;/b&gt;&lt;br /&gt;My final tip for developing self confidence is to join a Toastmasters group.&lt;br /&gt;&lt;br /&gt;Toastmasters is a non-profit organisation that helps people from all walks of life to develop their public speaking and leadership skills. In my experience Toastmasters offers a safe and relaxed environment to step out of your comfort zone and develop the invaluable skills of being able to think on your feet and speak in public.&lt;br /&gt;&lt;br /&gt;So there you have it!&lt;br /&gt;&lt;br /&gt;If you implement some or all of these 10 techniques you'll gradually develop a greater sense of self confidence which in turn will help you to pursue and achieve your most important life goals.&lt;br /&gt;&lt;br /&gt;Until next time,&lt;br /&gt;Dare To Dream! &lt;/p&gt;&lt;/td&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4171040160217025511?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4171040160217025511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/05/build-your-self-confidence.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4171040160217025511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4171040160217025511'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/05/build-your-self-confidence.html' title='Build Your Self Confidence'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-425540747989694642</id><published>2009-05-12T02:41:00.000-07:00</published><updated>2009-05-12T02:41:00.876-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orissa Board of Secondary Education Results 2008'/><title type='text'>Orissa Board of Secondary Education Results 2008</title><content type='html'>&lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;p&gt;&lt;ins&gt;&lt;ins&gt;&lt;/ins&gt;&lt;/ins&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Board of Secondary Education, Orissa     &lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;Orissa Examination Results&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Govt of Orissa H.S.C. Examination Results will be declared on 25th June at 11:00 Hrs. Check official site for the results. The results on the official website at 11:00 Hrs. Also Result is available through SMS from BSNL Mobile.&lt;/p&gt;  &lt;p&gt;SMS Code : HSCR Roll No.   &lt;br /&gt;(For Regular/Regular Correspondence Courses)&lt;/p&gt;  &lt;p&gt;SMS Code : HSCX Roll No.   &lt;br /&gt;(For Ex-Regular/Ex-Regular Correspondence Courses)&lt;/p&gt;  &lt;p&gt;SMS To : 56505&lt;/p&gt;  &lt;p&gt;Recommended link &lt;a href="http://i69.in/goto/http://i69.in/?redirect=http://www.indihot.com" target="_blank"&gt;www.indihot.com&lt;/a&gt; for Latest News&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://i69.in/goto/http://i69.in/?redirect=http://orissaresults.nic.in/" target="_blank"&gt;H.S.C. Exam Results&lt;/a&gt;&lt;/strong&gt;    &lt;br /&gt;Declared on 25th June at 11:00 Hrs&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-425540747989694642?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/425540747989694642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/05/orissa-board-of-secondary-education.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/425540747989694642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/425540747989694642'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/05/orissa-board-of-secondary-education.html' title='Orissa Board of Secondary Education Results 2008'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4182524990960342889</id><published>2009-05-05T18:04:00.000-07:00</published><updated>2009-05-05T18:07:55.896-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='what does a beep mean - ERROR CODES IN A PC'/><title type='text'>what does a beep mean - ERROR CODES IN A PC</title><content type='html'>&lt;p&gt;&lt;font face="Papyrus"&gt;One Beep :      &lt;br /&gt;DRAM refresh failure       &lt;br /&gt;This may be due to - Bad memory chips       &lt;br /&gt;- A bad DMA Chip       &lt;br /&gt;- Bad memory addressing chips on the motherboard       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Two Beeps :      &lt;br /&gt;Parity error or Parity Circuit failure       &lt;br /&gt;-Your memory may not be seated properly on the mother board.       &lt;br /&gt;-Unplug and plug it properly       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Three Beeps :      &lt;br /&gt;Bad memory or bad mother board       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Four beeps :      &lt;br /&gt;Timer failure in the RAM.       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Five Beeps :      &lt;br /&gt;CPU chip may be dead       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Six Beeps :      &lt;br /&gt;Keyboard controller may have failed       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Seven beeps :      &lt;br /&gt;CPU is dead. Retry the connections and test.       &lt;br /&gt;-Replace the whole motherboard.       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Eight Beeps :      &lt;br /&gt;Video card is missing or Bad.       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Nine Beeps :      &lt;br /&gt;Damaged ROM BIOS.       &lt;br /&gt;-BIOS chip has to be replaced if it persists.       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Ten Beeps :      &lt;br /&gt;CMOS shutdown.       &lt;br /&gt;-Replace CMOS memory and associated chips.       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;Eleven Beeps :      &lt;br /&gt;Cache memory test has failed.       &lt;br /&gt;-To enable cache memory try CTRL+ALT+SHIFT++.       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;One long Beep and Three short Beeps:      &lt;br /&gt;Memory failure       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;One long Beep and Eight short Beeps :      &lt;br /&gt;Video card failure.       &lt;br /&gt;-Try to install video card in another slot.       &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Papyrus"&gt;No Beeps :      &lt;br /&gt;Check Power supply       &lt;br /&gt;-Check mother board connections       &lt;br /&gt;-Remove all cards except video card and check for system power up       &lt;br /&gt;-Insert all cards one at a time and check their operation.       &lt;br /&gt;-If system hangs on the installation of a particular card, then it is the cause for the problem and replace it with another of that type and check&lt;/font&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4182524990960342889?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4182524990960342889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/05/what-does-beep-mean-error-codes-in-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4182524990960342889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4182524990960342889'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/05/what-does-beep-mean-error-codes-in-pc.html' title='what does a beep mean - ERROR CODES IN A PC'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4109632417438100199</id><published>2009-04-28T15:50:00.001-07:00</published><updated>2009-04-28T15:53:09.243-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Rescue Your AVI Clips With Digital Video Repair'/><title type='text'>Rescue Your AVI Clips With Digital Video Repair</title><content type='html'>&lt;p&gt;&lt;b&gt;Repair Incomplete or Corrupted Files&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;I used to send partially-downloaded AVI files to the recycle bin until I stumbled upon Digital Video Repair. &lt;/p&gt;  &lt;p&gt;It&amp;#160; helps repair incomplete&amp;#160; AVI files downloaded from P2P sites and also incomplete torrent files. It could also fix an incomplete AVI file from a DVD Rip. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://click.adbrite.com/mb/click.php?sid=792024&amp;amp;banner_id=12862690&amp;amp;variation_id=1492988&amp;amp;uts=1240959119&amp;amp;cpc=302e3131&amp;amp;keyword_id=1474020&amp;amp;ab=168296565&amp;amp;sscup=9c9065fc4f5868a3d95a74b8386ecdd1&amp;amp;sscra=6d761a1bac16ba3add703b9d4be61596&amp;amp;ub=1985942122&amp;amp;guid=7cbb559e-4388-41cd-99f1-a6a3f66e2b2e&amp;amp;odc=svx&amp;amp;rs=&amp;amp;r=" target="_blank"&gt;&lt;img height="216" src="http://www.freevideoworkshop.com/digitalvideorepair1.gif" width="357" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;First you input the file and DVR immediately reveals the status of the file.&lt;/p&gt;  &lt;p&gt;You can see from the screenshot above that the incomplete AVI file that I input was damaged.&lt;/p&gt;  &lt;p&gt;I press the &lt;b&gt;Repair! &lt;/b&gt;button.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://click.adbrite.com/mb/click.php?sid=792024&amp;amp;banner_id=12862690&amp;amp;variation_id=1492988&amp;amp;uts=1240959119&amp;amp;cpc=302e3131&amp;amp;keyword_id=1474020&amp;amp;ab=168296565&amp;amp;sscup=9c9065fc4f5868a3d95a74b8386ecdd1&amp;amp;sscra=6d761a1bac16ba3add703b9d4be61596&amp;amp;ub=1985942122&amp;amp;guid=7cbb559e-4388-41cd-99f1-a6a3f66e2b2e&amp;amp;odc=svx&amp;amp;rs=&amp;amp;r=" target="_blank"&gt;&lt;img height="228" src="http://www.freevideoworkshop.com/digitalvideorepair2.gif" width="353" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;DVR checks the file.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://click.adbrite.com/mb/click.php?sid=792024&amp;amp;banner_id=12862690&amp;amp;variation_id=1492988&amp;amp;uts=1240959119&amp;amp;cpc=302e3131&amp;amp;keyword_id=1474020&amp;amp;ab=168296565&amp;amp;sscup=9c9065fc4f5868a3d95a74b8386ecdd1&amp;amp;sscra=6d761a1bac16ba3add703b9d4be61596&amp;amp;ub=1985942122&amp;amp;guid=7cbb559e-4388-41cd-99f1-a6a3f66e2b2e&amp;amp;odc=svx&amp;amp;rs=&amp;amp;r=" target="_blank"&gt;&lt;img height="236" src="http://www.freevideoworkshop.com/digitalvideorepair3.gif" width="357" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It then starts repairing it. At the end of the repairing process it makes another copy of the file and places it in the same directory.&lt;/p&gt;  &lt;p&gt;For a freeware it does an exceptionally good job although it was unable to recognise a few partially-downloaded AVI files.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Problems With Incomplete AVI Files &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Now.the thing with partially-downloaded AVI files is that they can freeze with certain players. But it worked well with the VLC player. However, I could not use the seek feature, meaning I couldn't fastforward it while it was playing. When I did&amp;#160; the whole movie froze. Windows Media Player would not play the file at all citing no codecs available for it. &lt;/p&gt;  &lt;p&gt;After repairing the file with&amp;#160; DVR I could fastforward and rewind with VLC !&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Editing an Incomplete AVI File&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The next thing I did was to try to edit the repaired AVI.&amp;#160; Magix Movie edit pro could not import it. Even AVCutty could not accept it citing invalid format.&lt;/p&gt;  &lt;p&gt;So, how did I go about editing the repaired file? I converted the AVI file into a MPEG1 file with IMtoo Converter after which I used Magix Edit Pro,to edit and output it to VCD!&lt;/p&gt;  &lt;p&gt;What was an unusable file is now functional, never mind if it's incomplete.&lt;/p&gt;  &lt;p&gt;Something is better than nothing.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;PS. I could not test out corrupted AVI files because I had none available. Maybe you could give a try and let me know the outcome.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.risingresearch.com/en/dvr/" target="_blank"&gt;Download Digital Video Repair&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4109632417438100199?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4109632417438100199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/04/rescue-your-avi-clips-with-digital.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4109632417438100199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4109632417438100199'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/04/rescue-your-avi-clips-with-digital.html' title='Rescue Your AVI Clips With Digital Video Repair'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3734555331339630089</id><published>2009-04-28T15:13:00.000-07:00</published><updated>2009-04-28T15:16:19.902-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to Repair Broken/ Corrupted AVI files through DivFx++'/><title type='text'>How to Repair Broken/ Corrupted AVI files through DivFx++</title><content type='html'>&lt;p&gt;One of the most frustrating moments of a person's life is when he downloads a movie from the internet spending 5-6 hours and almost 1 GB bandwidth and then realizes that the darn AVI file is broken and no video player can play that file, including VLC. You have none to blame but yourself at that time. So, here is a solution for you. Wbhy don't you just &lt;em&gt;repair&lt;/em&gt; it. Is it possible? My answer is, Yes.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;DivFix++&lt;/strong&gt; is a FREE widows utility which lets you repair corrupted files and you can also preview parts of the movie files which you download and combine them to form the final movie file.&lt;/p&gt;  &lt;p&gt;You can fix a list of corrupted AVI files in one go as the program supports a list more than one avi file to be repaired in one run. Drag and drop all the AVI files you want repair, select them all in the list and press Fix button at the bottom of the interface of &lt;strong&gt;DivFix++. &lt;/strong&gt;&lt;/p&gt;  &lt;h4&gt;Download&lt;/h4&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;&lt;a href="http://downloads.sourceforge.net/divfixpp/DivFix%2B%2B_v0.31-Win32.zip?modtime=1230449269&amp;amp;big_mirror=0"&gt;For Windows&lt;/a&gt;&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;&lt;a href="http://downloads.sourceforge.net/divfixpp/DivFix%2B%2B_v0.31-src.tar.bz2?modtime=1230433679&amp;amp;big_mirror=0"&gt;For Linux&lt;/a&gt;&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;&lt;a href="http://downloads.sourceforge.net/divfixpp/DivFix%2B%2B_v0.31-Mac.dmg?modtime=1230445343&amp;amp;big_mirror=0"&gt;For MAC&lt;/a&gt;&lt;/strong&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3734555331339630089?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3734555331339630089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/04/how-to-repair-broken-corrupted-avi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3734555331339630089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3734555331339630089'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/04/how-to-repair-broken-corrupted-avi.html' title='How to Repair Broken/ Corrupted AVI files through DivFx++'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6115365591667118105</id><published>2009-04-22T15:03:00.000-07:00</published><updated>2009-04-22T15:06:20.439-07:00</updated><title type='text'>How to configure EditPlus to compile JAVA codes</title><content type='html'>&lt;h5&gt;&amp;#160;&lt;/h5&gt;  &lt;p&gt;What is Edit Plus ?    &lt;br /&gt;&lt;a href="http://www.editplus.com/"&gt;EditPlus&lt;/a&gt; is a text editor, HTML editor and programmers editor for Windows.     &lt;br /&gt;How to configure Edit Plus to compile and run JAVA code ?     &lt;br /&gt;Go to Tools &amp;gt;&amp;gt; Configure     &lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_q0kgZ1_xiKs/SedrFwG9aoI/AAAAAAAABLE/9BrnPmiK5uE/s1600-h/Untitled.jpg"&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_q0kgZ1_xiKs/SedrFwG9aoI/AAAAAAAABLE/9BrnPmiK5uE/s400/Untitled.jpg" border="0" /&gt;&lt;/a&gt;     &lt;br /&gt;Click Add Tool &amp;gt;&amp;gt;&lt;/p&gt;  &lt;blockquote&gt;Tool #1 (for compiling the code)    &lt;br /&gt;Menu text : compile     &lt;br /&gt;Command : C:\Program Files\Java\jdk1.5.0\bin\javac.exe (Browse for javac.exe)     &lt;br /&gt;Argument : $(FileName) (File Name)     &lt;br /&gt;Initial Directory : $(FileDir) (File Directory)     &lt;br /&gt;Check &amp;quot;Capture Output&amp;quot; and &amp;quot;Save Open Files&amp;quot;     &lt;br /&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_q0kgZ1_xiKs/Sedtcy_3RNI/AAAAAAAABLU/ZHbUmEZSEvE/s400/compile.jpg" border="0" /&gt;&lt;/blockquote&gt;  &lt;blockquote&gt;Tool #2 (for executing the code)    &lt;br /&gt;Menu text : run     &lt;br /&gt;Command : C:\Program Files\Java\jdk1.5.0\bin\java.exe (Browse for java.exe)     &lt;br /&gt;Argument : $(FileNameNoExt) (File Name Without Extension)     &lt;br /&gt;Initial Directory : $(FileDir) (File Directory)     &lt;br /&gt;Check &amp;quot;Save Open Files&amp;quot;&lt;/blockquote&gt; &lt;img alt="" src="http://2.bp.blogspot.com/_q0kgZ1_xiKs/SedtdBGgBEI/AAAAAAAABLc/ntlSqDI7goI/s400/run.jpg" /&gt;   &lt;blockquote&gt;Tool #3 (for applets)    &lt;br /&gt;Menu text : applet viewer     &lt;br /&gt;Command : C:\Program Files\Java\jdk1.5.0\bin\appletviewer.exe     &lt;br /&gt;Argument : $(FileName) (File Name)     &lt;br /&gt;Initial Directory : $(FileDir) (File Directory)     &lt;br /&gt;Check &amp;quot;Save Open Files&amp;quot;     &lt;br /&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_q0kgZ1_xiKs/SedtcxTF6pI/AAAAAAAABLM/uXB9NCjoUQE/s400/applet.jpg" border="0" /&gt;&lt;/blockquote&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6115365591667118105?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6115365591667118105/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/04/how-to-configure-editplus-to-compile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6115365591667118105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6115365591667118105'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/04/how-to-configure-editplus-to-compile.html' title='How to configure EditPlus to compile JAVA codes'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_q0kgZ1_xiKs/SedrFwG9aoI/AAAAAAAABLE/9BrnPmiK5uE/s72-c/Untitled.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4996410657761325878</id><published>2009-04-01T21:13:00.000-07:00</published><updated>2009-04-10T18:21:32.244-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Small images Album'/><title type='text'>Small images Album</title><content type='html'>&lt;div class="wlWriterEditableSmartContent" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:6b8f54ae-c6d4-45ff-a3bd-37700a0294e1" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;a style="border:0px" href="http://cid-1521ad2d145e443d.skydrive.live.com/redir.aspx?page=browse&amp;amp;resid=1521AD2D145E443D!160&amp;amp;ct=photos"&gt;&lt;img style="border:0px" alt="View HamidRaza" src="http://lh3.ggpht.com/_bIzDtcqcYP8/SdRAYaTxs6I/AAAAAAAAAQw/azlOS5UkCys/InlineRepresentation31d7d8b4-70ca-41ac-8df7-45931e4ebe65.jpg?imgmax=800" /&gt;&lt;/a&gt;&lt;div style="width:400px;text-align:right;" &gt;&lt;a href="http://cid-1521ad2d145e443d.skydrive.live.com/redir.aspx?page=browse&amp;amp;resid=1521AD2D145E443D!160&amp;amp;ct=photos"&gt;View Full Album&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4996410657761325878?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4996410657761325878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/04/small-images-album.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4996410657761325878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4996410657761325878'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/04/small-images-album.html' title='Small images Album'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_bIzDtcqcYP8/SdRAYaTxs6I/AAAAAAAAAQw/azlOS5UkCys/s72-c/InlineRepresentation31d7d8b4-70ca-41ac-8df7-45931e4ebe65.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-504356130343219311</id><published>2009-03-30T08:13:00.000-07:00</published><updated>2009-04-10T18:21:32.363-07:00</updated><title type='text'>If You Can Raed Tihs, You Msut Be Raelly Smrat</title><content type='html'>&lt;p&gt;&lt;em&gt;&amp;quot;Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is taht the frist and lsat ltteers be at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe.&amp;quot;&lt;/em&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-504356130343219311?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/504356130343219311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/if-you-can-raed-tihs-you-msut-be-raelly.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/504356130343219311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/504356130343219311'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/if-you-can-raed-tihs-you-msut-be-raelly.html' title='If You Can Raed Tihs, You Msut Be Raelly Smrat'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1611498846414739718</id><published>2009-03-23T18:17:00.000-07:00</published><updated>2009-04-10T18:21:32.369-07:00</updated><title type='text'>BCA IGNOU 6th sem.</title><content type='html'>&lt;p align="center"&gt;&lt;font face="Wide Latin" size="4"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;font face="Wide Latin" size="4"&gt;&lt;strong&gt;IGNOU BCA 6th Sem.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;For Only IGNOU BCA students.&lt;/p&gt;  &lt;p align="center"&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;p align="center"&gt;&lt;font face="Colonna MT" size="6"&gt;Synopsis Form&lt;/font&gt;&lt;/p&gt;    &lt;p align="center"&gt;&lt;a title="http://www.ziddu.com/download/3982091/cs76-bca-synopsis-form.doc.html" href="http://www.ziddu.com/download/3982091/cs76-bca-synopsis-form.doc.html"&gt;http://www.ziddu.com/download/3982091/cs76-bca-synopsis-form.doc.html&lt;/a&gt;&lt;/p&gt;    &lt;p align="center"&gt;&amp;#160;&lt;/p&gt;    &lt;p align="center"&gt;&lt;font face="Colonna MT" size="6"&gt;Training Letter&lt;/font&gt;&lt;/p&gt;    &lt;p align="center"&gt;&lt;a title="http://www.ziddu.com/download/3982090/cs76-bca-project-trainee-letter.doc.html" href="http://www.ziddu.com/download/3982090/cs76-bca-project-trainee-letter.doc.html"&gt;http://www.ziddu.com/download/3982090/cs76-bca-project-trainee-letter.doc.html&lt;/a&gt;&lt;/p&gt;    &lt;p align="center"&gt;&amp;#160;&lt;/p&gt;    &lt;p align="center"&gt;&lt;font face="Colonna MT" size="6"&gt;Guide Remuneration Form&lt;/font&gt;&lt;/p&gt;    &lt;p align="center"&gt;&lt;a title="http://www.ziddu.com/download/3982092/cs76-gude-remuneration-form.doc.html" href="http://www.ziddu.com/download/3982092/cs76-gude-remuneration-form.doc.html"&gt;http://www.ziddu.com/download/3982092/cs76-gude-remuneration-form.doc.html&lt;/a&gt;&lt;/p&gt;    &lt;p align="center"&gt;&lt;strong&gt;&lt;u&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p align="center"&gt;&lt;font face="Colonna MT" size="6"&gt;Certificates of Originality&lt;/font&gt;&lt;/p&gt;    &lt;p align="center"&gt;&lt;a title="http://www.ziddu.com/download/3982089/cs76-bca-certificate-originality.doc.html" href="http://www.ziddu.com/download/3982089/cs76-bca-certificate-originality.doc.html"&gt;http://www.ziddu.com/download/3982089/cs76-bca-certificate-originality.doc.html&lt;/a&gt;&lt;/p&gt;    &lt;p align="center"&gt;&amp;#160;&lt;/p&gt;    &lt;p align="center"&gt;&amp;#160;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;Last Date of Synopsis / Final Project Report Submission &lt;/b&gt;      &lt;table cellpadding="0" border="1"&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td&gt;             &lt;p&gt;&lt;b&gt;Sl.No.&lt;/b&gt;&lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;&lt;b&gt;Topic&lt;/b&gt;&lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/p&gt;           &lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;             &lt;p&gt;1. &lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;&lt;b&gt;Submission of a guide's bio-data and project proposal at the following address:&lt;/b&gt;&lt;/p&gt;              &lt;p&gt;The Regional Director of your Regional Centre &lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;&lt;b&gt;Twice a year as shown below: &lt;/b&gt;&lt;/p&gt;              &lt;p&gt;1 st April to 30 th June &lt;/p&gt;              &lt;p&gt;&lt;b&gt;or &lt;/b&gt;&lt;/p&gt;              &lt;p&gt;1 st October to 31 st December&lt;/p&gt;           &lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;             &lt;p&gt;2.&lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;Approval of Project &lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;30 days after the project proposal is received. &lt;/p&gt;           &lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;             &lt;p&gt;3.&lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;&lt;b&gt;Submission of the Project Report ( one copy ) in bound form to: &lt;/b&gt;&lt;/p&gt;              &lt;p&gt;The Regional Director of your Regional Centre &lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;&lt;b&gt;Twice a year as shown below: &lt;/b&gt;&lt;/p&gt;              &lt;p&gt;1 st July to 30 th September&lt;/p&gt;              &lt;p&gt;(For Project Proposals that have been approved during the 1 st April to 30 th June slot) &lt;/p&gt;              &lt;p&gt;&lt;b&gt;or &lt;/b&gt;&lt;/p&gt;              &lt;p&gt;1 st January to 31 st March &lt;/p&gt;              &lt;p&gt;(For Project Proposals that have been approved during 1 st October to 31 st December slot)&lt;/p&gt;           &lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;             &lt;p&gt;4.&lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;Viva-Voce to be conducted &lt;/p&gt;           &lt;/td&gt;            &lt;td&gt;             &lt;p&gt;&lt;b&gt;In July&lt;/b&gt; (For project reports submitted during 1st January - 31st March slot) &lt;/p&gt;              &lt;p&gt;&lt;b&gt;In January&lt;/b&gt; (For project reports submitted during 1st July - 30th September slot)&lt;/p&gt;           &lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;   &lt;/p&gt;    &lt;p align="center"&gt;&lt;/p&gt; &lt;/ul&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1611498846414739718?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1611498846414739718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/bca-ignou-6th-sem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1611498846414739718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1611498846414739718'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/bca-ignou-6th-sem.html' title='BCA IGNOU 6th sem.'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-5265197287451372926</id><published>2009-03-19T17:31:00.000-07:00</published><updated>2009-04-10T18:21:32.376-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Search Engines (boost your traffic)'/><title type='text'>Search Engines (boost your traffic)</title><content type='html'>&lt;p&gt;Submit your website to these search engines for free.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.scrubtheweb.com/addurl.html"&gt;www.scrubtheweb.com/addurl.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.altavista.com/addurl/default"&gt;www.altavista.com/addurl/default&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.whatuseek.com/addurl.shtml"&gt;www.whatuseek.com/addurl.shtml&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://search.aol.com/add.adp"&gt;http://search.aol.com/add.adp&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.findlaw.com/info/write/addurl.html"&gt;www.findlaw.com/info/write/addurl.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.alltheweb.com/help/webmaster/submit_site"&gt;www.alltheweb.com/help/webmaster/submit_site&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://submitit.bcentral.com/msnsubmit.htm"&gt;http://submitit.bcentral.com/msnsubmit.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://docs.yahoo.com/info/suggest/"&gt;http://docs.yahoo.com/info/suggest/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.exactseek.com/add.html"&gt;www.exactseek.com/add.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.infotiger.com/addurl.html"&gt;www.infotiger.com/addurl.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.walhello.com/addlinkgl.html"&gt;www.walhello.com/addlinkgl.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.canada.com/search/web/addurl.asp"&gt;www.canada.com/search/web/addurl.asp&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.mastersite.com/addurl.htm"&gt;www.mastersite.com/addurl.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.gigablast.com/addurl"&gt;www.gigablast.com/addurl&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.uknetguide.co.uk/AddURL/"&gt;www.uknetguide.co.uk/AddURL/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.qango.com/dir/addurl.html"&gt;www.qango.com/dir/addurl.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.surfgopher.com/addurl.htm"&gt;www.surfgopher.com/addurl.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.uazone.net/go/addurl.cgi"&gt;www.uazone.net/go/addurl.cgi&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.ananzi.co.za/Add_site/"&gt;www.ananzi.co.za/Add_site/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.ixquick.com/eng/url_submission.html"&gt;www.ixquick.com/eng/url_submission.html&lt;/a&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;For yahoo:    &lt;br /&gt;&lt;a href="http://searchmarketing.yahoo.com/srchsb/ssb.php"&gt;http://searchmarketing.yahoo.com/srchsb/ssb.php&lt;/a&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;For google:    &lt;br /&gt;&lt;a href="http://www.google.com/addurl/"&gt;http://www.google.com/addurl/&lt;/a&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.ineedhits.com/free-tools/submit-free.aspx"&gt;http://www.ineedhits.com/free-tools/&lt;b&gt;submit&lt;/b&gt;-free.aspx&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://dmoz.org/add.html"&gt;http://dmoz.org/add.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.exactseek.com/add.html"&gt;http://www.exactseek.com/add.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.submitexpress.com/submit.html"&gt;www.submitexpress.com/&lt;b&gt;submit&lt;/b&gt;.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.iwebtool.com/top_sites/"&gt;http://www.iwebtool.com/top_sites/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.linkreferral.com/"&gt;http://www.linkreferral.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.evrsoft.com/fastsubmit/"&gt;www.evrsoft.com/fastsubmit/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.addme.com/"&gt;www.addme.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.uswebsites.com/submit/"&gt;www.uswebsites.com/&lt;b&gt;submit&lt;/b&gt;/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.addyoururl.org/"&gt;www.addyoururl.org/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.pagerank10.co.uk/"&gt;www.pagerank10.co.uk/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.searchsight.com/submit.htm"&gt;www.searchsight.com/&lt;b&gt;submit&lt;/b&gt;.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.gigablast.com/addurl"&gt;www.gigablast.com/addurl&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.dmegs.com/"&gt;www.dmegs.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.hit-counter-download.com/free-search-engine-submission.html"&gt;www.hit-counter-download.com/free-search-engine-submission.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.websitesubmit.hypermart.net/freesubmit.htm"&gt;www.websitesubmit.hypermart.net/freesubmit.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.search.live.com/docs/submit.aspx"&gt;www.search.live.com/docs/&lt;b&gt;submit&lt;/b&gt;.aspx&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.infotiger.com/addurl.html"&gt;www.infotiger.com/addurl.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.caribseek.com/Suggest_A_Website/"&gt;www.caribseek.com/Suggest_A_Website/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.referer.org/"&gt;www.referer.org/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.firefactor.coffeecup.com/"&gt;www.firefactor.coffeecup.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.thebest25sites.com/"&gt;www.thebest25sites.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.alexa.com/site/help/webmasters"&gt;www.alexa.com/site/help/webmasters&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.geminigraphics.com/promote.htm"&gt;www.geminigraphics.com/promote.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.addurl.altavista.com/"&gt;www.addurl.altavista.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.bravenet.com/"&gt;www.bravenet.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.searchmonster.org/"&gt;www.searchmonster.org/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.relevantdirectory.com/"&gt;www.relevantdirectory.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.iblogbusiness.com/add.html"&gt;www.iblogbusiness.com/add.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.dxpnet.com/riot/submit.asp"&gt;www.dxpnet.com/riot/&lt;b&gt;submit&lt;/b&gt;.asp&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.rlrouse.com/add-url.html"&gt;www.rlrouse.com/add-&lt;b&gt;url&lt;/b&gt;.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.canada.com/search/web/addurl.asp"&gt;www.canada.com/search/web/addurl.asp&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.powerhomebiz.com/Links/addurl.htm"&gt;www.powerhomebiz.com/Links/addurl.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.entireweb.com/free_submission/"&gt;www.entireweb.com/free_submission/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.travelnotes.org/General/addurl.htm"&gt;www.travelnotes.org/General/addurl.htm&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.global.gr/mtools/linkstation/"&gt;www.global.gr/mtools/linkstation/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.wwwomen.com/notes/addurl.shtml"&gt;www.wwwomen.com/notes/addurl.shtml&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.walhello.com/addlinkgl.html"&gt;www.walhello.com/addlinkgl.html&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.search.iwon.com/commerce/submitasite.jsp"&gt;www.search.iwon.com/commerce/submitasite.jsp&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.maxxhits.com/"&gt;www.maxxhits.com/&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.aesop.com/add.html"&gt;www.aesop.com/add.html&lt;/a&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;Most of these links do it for free (over 98%) but there are maybe a two, which require payment...    &lt;br /&gt;How this works?     &lt;br /&gt;Ok...here i will explain how this works...     &lt;br /&gt;When you &lt;b&gt;submit&lt;/b&gt; your site to these sites...u will either will be entered into the search engines or onto their website...     &lt;br /&gt;But in both cases...your traffic would boost higher than before as more people will be exposed to your site... &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-5265197287451372926?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/5265197287451372926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/search-engines-boost-your-traffic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/5265197287451372926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/5265197287451372926'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/search-engines-boost-your-traffic.html' title='Search Engines (boost your traffic)'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4220024586418684131</id><published>2009-03-19T16:07:00.000-07:00</published><updated>2009-04-17T02:07:11.305-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Edit Any Web Page in your Browser'/><title type='text'>Edit Any Web Page in your Browser</title><content type='html'>&lt;p&gt;&lt;strong&gt;&lt;textarea name="comments" cols="60" rows="1" onfocus="this.selectAll()"&gt;javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200&lt;/textarea&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Copy and past the above code on your url. Or Just click &lt;a href="javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200"&gt;here&lt;/a&gt; and start editing this page.&lt;/p&gt;  &lt;p&gt;for handy use right click and clik on (&lt;strong&gt;bookmark This &lt;u&gt;L&lt;/u&gt;ink&lt;/strong&gt; or &lt;strong&gt;add to favorites…&lt;/strong&gt;) this &lt;a href="javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200"&gt;link.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;img title="Edit Websites - Animation" alt="Edit Websites - Animation" src="http://labnol.org/assets/images/EditContentofAnyWebPageLiveInyourBrowser_D6D3/EditWebsites.gif" width="464" height="200" /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4220024586418684131?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4220024586418684131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/edit-any-web-page-in-your-browser.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4220024586418684131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4220024586418684131'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/edit-any-web-page-in-your-browser.html' title='Edit Any Web Page in your Browser'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4591301018304209648</id><published>2009-03-15T03:01:00.000-07:00</published><updated>2009-04-10T18:21:32.394-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Modify the My Computer text to show logged on username and machine name'/><title type='text'>Modify the My Computer text to show logged on username and machine name</title><content type='html'>A. It may be useful to have the My Computer icon to show the current logged on user and computer name and this can be configured as follows:&lt;br /&gt;&lt;br /&gt;   1. Start the registry editor (regedt32.exe)&lt;br /&gt;   2. Move to HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}&lt;br /&gt;   3. Select the value and Delete&lt;br /&gt;   4. From the Edit menu select 'Add Value'&lt;br /&gt;   5. Leave the value name blank and set the type to REG_EXPAND_SZ&lt;br /&gt;   6. Click OK and enter the text&lt;br /&gt;      User: %USERNAME% on: %COMPUTERNAME%&lt;br /&gt;   7. Click OK&lt;br /&gt;   8. Click on the desktop and press F5 (for refresh) and the change takes effect&lt;br /&gt;&lt;br /&gt;Without changing the value type to REG_EXPAND_SZ the %username% and %computername% does not get expanded to the actual user name and computer name. This works for Windows NT 4.0, for Windows 2000 perform the following:&lt;br /&gt;&lt;br /&gt;   1. Start the registry editor (regedt32.exe)&lt;br /&gt;   2. Move to HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}&lt;br /&gt;   3. Double-click the value LocalizedString to edit and cut'n'paste the contents to somewhere safe. It will be something like:&lt;br /&gt;      @D:\WINNT\system32\shell32.dll,-9216@1033,My Computer&lt;br /&gt;   4. Use Registry/Save Subkey to save the current entry.&lt;br /&gt;   5. Delete the value LocalizedString.&lt;br /&gt;   6. Create a new value named LocalizedString of type REG_EXPAND_SZ and paste in the content saved at step 3). Edit the text 'My Computer' at the end of the string and change it to '%USERNAME% on %COMPUTERNAME%', for example to:&lt;br /&gt;      @D:\WINNT\system32\shell32.dll,-9216@1033,%username% on %computername%&lt;br /&gt;   7. Right-click on the desktop and choose Refresh, if you have desktop icons shifted to the taskbar, right-click on the desktop section and choose Refresh.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4591301018304209648?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4591301018304209648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/modify-my-computer-text-to-show-logged.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4591301018304209648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4591301018304209648'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/modify-my-computer-text-to-show-logged.html' title='Modify the My Computer text to show logged on username and machine name'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-7222756443116862455</id><published>2009-03-15T02:56:00.000-07:00</published><updated>2009-04-10T18:21:32.401-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows XP Secrets'/><title type='text'>Windows XP Secrets</title><content type='html'>&lt;table width="100%" bgcolor="#eff1f6" border="0" cellpadding="3" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Heres a collects of tips, and secrets I found regarding your copy of Windows XP. When I say 'your' copy, I mean all general distro's of XP from Home edition to Pro.&lt;br /&gt;&lt;br /&gt;Level: Easy to Intermediate&lt;br /&gt;&lt;br /&gt;1) Newbie but nice tips&lt;br /&gt;&lt;br /&gt;Stop CD's from auto playing - Hold down the Shift key for a few seconds after inserting CD.&lt;br /&gt;&lt;br /&gt;Did you know you can open a explorer window of XP folders by simply&lt;br /&gt;typing it's name in the run box.&lt;br /&gt;&lt;br /&gt;Try this&lt;br /&gt;&lt;br /&gt;Start ---&gt; Run&lt;br /&gt;&lt;br /&gt;Then in the run box type "Desktop" ( without or without the quotes )&lt;br /&gt;&lt;br /&gt;Click ENTER&lt;br /&gt;&lt;br /&gt;Voila! Your desktop contents in an explorer window&lt;br /&gt;&lt;br /&gt;Try it out on others, I've tried "Desktop" and "Control Panel"&lt;br /&gt;they work...nice eh?&lt;br /&gt;&lt;br /&gt;Here's an interesting one for ya. In the run box enter a . (period, full stop whatever you call it) only.&lt;br /&gt;&lt;br /&gt;Click ENTER&lt;br /&gt;&lt;br /&gt;If you know DOS you'll understand what's happening here ( hint try ".." too )&lt;br /&gt;&lt;br /&gt;2) System Properties &gt; I Can't access it with out my Mouse !&lt;br /&gt;&lt;br /&gt;To access the System Properties window when your mouse won't work, hold down the Windows key (usually between Ctrl and Alt) then hit Pause/Break (up there by scroll lock) and presto! One System Properties windows coming right up!&lt;br /&gt;&lt;br /&gt;Did you know that you can password protect your PC without 3rd party software? Yup...it's easy.&lt;br /&gt;&lt;br /&gt;Lockdown is a very effective way to secure your machine **IF** you have a passwrd on your acount and don't use "auto-logon" software/settings. No more wiating for the screen saver password to come on! Instant and easy:&lt;br /&gt;&lt;br /&gt;1) Click on Start -&gt; Settings -&gt; Control Panel -&gt; User Accounts&lt;br /&gt;&lt;br /&gt;2) Click on "Change the way users logon on and off"&lt;br /&gt;&lt;br /&gt;3) Uncheck "Use Fast User Switching"&lt;br /&gt;&lt;br /&gt;4) Uncheck "Use Welcome Screen"&lt;br /&gt;&lt;br /&gt;5) Close that window (optional)&lt;br /&gt;&lt;br /&gt;6) Hold down the Windows key then hit the letter "L"&lt;br /&gt;&lt;br /&gt;7) Your workstation is now locked&lt;br /&gt;&lt;br /&gt;**There's another way to put the workstation into lockdown...&lt;br /&gt;&lt;br /&gt;1) Go through steps 1-5 of the previous list&lt;br /&gt;&lt;br /&gt;2) Hit Ctrl-Alt-Del&lt;br /&gt;&lt;br /&gt;3) Hit Enter&lt;br /&gt;&lt;br /&gt;3) clsid Codes - and what they are for..&lt;br /&gt;&lt;br /&gt;My Computer&lt;br /&gt;::{20D04FE0-3AEA-1069-A2D8-08002B30309D}&lt;br /&gt;&lt;br /&gt;Network Neighborhood&lt;br /&gt;::{208D2C60-3AEA-1069-A2D7-08002B30309D}&lt;br /&gt;&lt;br /&gt;Recycle Bin&lt;br /&gt;::{645FF040-5081-101B-9F08-00AA002F954E}&lt;br /&gt;&lt;br /&gt;Task Scheduler&lt;br /&gt;::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF}&lt;br /&gt;&lt;br /&gt;Printers&lt;br /&gt;::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{2227A280-3AEA-1069-A2DE-08002B30309D}&lt;br /&gt;&lt;br /&gt;Control Panel&lt;br /&gt;::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}&lt;br /&gt;&lt;br /&gt;Web Folders&lt;br /&gt;::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{BDEADF00-C265-11D0-BCED-00A0C90AB50F}&lt;br /&gt;&lt;br /&gt;4) Windows XP shortcut keys&lt;br /&gt;&lt;br /&gt;* Windows: Display the Start menu&lt;br /&gt;* Windows + D: Minimize or restore all windows&lt;br /&gt;* Windows + E: Display Windows Explorer&lt;br /&gt;* Windows + F: Display Search for files&lt;br /&gt;* Windows + Ctrl + F: Display Search for computer&lt;br /&gt;* Windows + F1: Display Help and Support Centre&lt;br /&gt;* Windows + R: Display Run dialog box&lt;br /&gt;* Windows + break: Display System Properties dialog box&lt;br /&gt;* Windows + shift + M: Undo minimize all windows&lt;br /&gt;* Windows + L: Lock the workstation&lt;br /&gt;* Windows + U: Open Utility Manager&lt;br /&gt;* Windows + Q: Quick switching of users (Powertoys only)&lt;br /&gt;* Windows + Q: Hold Windows Key, then tap Q to scroll thru the different users on your pc&lt;br /&gt;&lt;br /&gt;Sometimes a file just won't allow itself to be deleted. The most common&lt;br /&gt;reason for this is that Explorer has a grip on this file and won't let go!&lt;br /&gt;&lt;br /&gt;The following method should allow us to delete the wee bugger....&lt;br /&gt;&lt;br /&gt;How to delete an Undeletable file&lt;br /&gt;&lt;br /&gt;* Open a Command Prompt window and leave it open. Close all open programs.&lt;br /&gt;* Click Start, Run and enter TASKMGR.EXE&lt;br /&gt;* Go to the Processes tab and End Process on Explorer.exe. Leave Task Manager open.&lt;br /&gt;* Go back to the Command Prompt window and change to the directory the undeletable file is located in.&lt;br /&gt;* At the command prompt type DEL &lt;filename&gt; where &lt;filename&gt; is the file you wish to delete.&lt;br /&gt;* Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.&lt;br /&gt;* Close Task Manager&lt;br /&gt;&lt;br /&gt;Display the on-screen keyboard&lt;br /&gt;&lt;br /&gt;* Start --&gt; Run ( or Windows + R )&lt;br /&gt;* Type osk ( Press ENTER )&lt;br /&gt;&lt;br /&gt;5) Setting Folder Permissions in XP Pro&lt;br /&gt;&lt;br /&gt;Using the GUI to set XP folder permissions...&lt;br /&gt;&lt;br /&gt;Windows XP Pro&lt;br /&gt;&lt;br /&gt;This only works on NTFS formatted drives!&lt;br /&gt;&lt;br /&gt;Ensure Simple File sharing is disabled.&lt;br /&gt;&lt;br /&gt;My Computer ---&gt; Tools ---&gt; Folder Options ---&gt; View&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The folder I will change will be the MSOCache&lt;br /&gt;&lt;br /&gt;Before&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Notice the folder is showing as 315MB.&lt;br /&gt;&lt;br /&gt;Okay, now select the Security Tab, and set permissions accordingly. You can&lt;br /&gt;select users to hide/disable access for. In this example I deny all permissions for myself! ( You would normally select a different user or user group ).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Properties of folder after we set the permissions&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Notice the folder is showing as 0KB's! Also, if you try and enter the folder you&lt;br /&gt;will be presented with an access denied message. Kool for keeping snoopers&lt;br /&gt;from your pr0n&lt;br /&gt;&lt;br /&gt;Now, for the more advanced!&lt;br /&gt;&lt;br /&gt;Same thing using command line&lt;br /&gt;&lt;br /&gt;I won't go into all the details, but the command you use is named CACLS&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;hr /&gt;D:\&gt;CACLS /?&lt;br /&gt;Displays or modifies access control lists (ACLs) of files&lt;br /&gt;&lt;br /&gt;CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]&lt;br /&gt;              [/P user:perm [...]] [/D user [...]]&lt;br /&gt;  filename      Displays ACLs.&lt;br /&gt;  /T            Changes ACLs of specified files in&lt;br /&gt;                the current directory and all subdirectories.&lt;br /&gt;  /E            Edit ACL instead of replacing it.&lt;br /&gt;  /C            Continue on access denied errors.&lt;br /&gt;  /G user:perm  Grant specified user access rights.&lt;br /&gt;                Perm can be: R  Read&lt;br /&gt;                             W  Write&lt;br /&gt;                             C  Change (write)&lt;br /&gt;                             F  Full control&lt;br /&gt;  /R user       Revoke specified user's access rights (only valid with /E).&lt;br /&gt;  /P user:perm  Replace specified user's access rights.&lt;br /&gt;                Perm can be: N  None&lt;br /&gt;                             R  Read&lt;br /&gt;                             W  Write&lt;br /&gt;                             C  Change (write)&lt;br /&gt;                             F  Full control&lt;br /&gt;  /D user       Deny specified user access.&lt;br /&gt;Wildcards can be used to specify more that one file in a command.&lt;br /&gt;You can specify more than one user in a command.&lt;br /&gt;&lt;br /&gt;Abbreviations:&lt;br /&gt;  CI - Container Inherit.&lt;br /&gt;       The ACE will be inherited by directories.&lt;br /&gt;  OI - Object Inherit.&lt;br /&gt;       The ACE will be inherited by files.&lt;br /&gt;  IO - Inherit Only.&lt;br /&gt;       The ACE does not apply to the current file/directory.&lt;hr /&gt;&lt;/blockquote&gt;     &lt;/filename&gt;&lt;/filename&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td align="right"&gt;&lt;br /&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td align="right"&gt;      &lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-7222756443116862455?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/7222756443116862455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/windows-xp-secrets.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7222756443116862455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7222756443116862455'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/windows-xp-secrets.html' title='Windows XP Secrets'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4048959284325147146</id><published>2009-03-12T14:58:00.000-07:00</published><updated>2009-04-10T18:21:32.409-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cyclic Redundancy Check Errors'/><title type='text'>Cyclic Redundancy Check Errors</title><content type='html'>&lt;p&gt;How to Copy a File and Ignore Cyclic Redundancy Check Errors &lt;/p&gt;  &lt;p&gt;Cyclic redundancy check errors are common when trying to read data from a damaged CD or DVD. Usually the computer becomes less responsive and you hear repetitive seek noises from the drive for up to a minute. And then, if you are using Windows XP, you will encounter &amp;quot;Cannot copy... Data error (cyclic redundancy check)&amp;quot;. The copy process is then aborted with no option of retrying to read from the damaged area or skipping over it. This is very frustrating when copying large files because you must try copying again from the beginning. Follow these steps to copy a file from a damaged disk. &lt;/p&gt;  &lt;p&gt;Steps &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 1. Launch JFileRecovery, a free cross platform file recovery utility (link provided below).   &lt;br /&gt;&amp;#160;&amp;#160; 2. Specify the source file that needs to be recovered.    &lt;br /&gt;&amp;#160;&amp;#160; 3. Specify a destination file to copy the file to.    &lt;br /&gt;&amp;#160;&amp;#160; 4. Click &amp;quot;Begin Recovery&amp;quot; and wait for the recovery process to complete.    &lt;br /&gt;&amp;#160;&amp;#160; 5. The location of damaged parts of the file will be indicated and you may retry these areas.    &lt;br /&gt;&amp;#160;&amp;#160; 6. The destination file can now be used and copied without CRC errors. &lt;/p&gt;  &lt;p&gt;Tips &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * When copying a large file that fills the entire CD you can use JFileRecovery to gain insight into the location of the damaged region of the disk. CDs are written from the inside out. Use the diagram in JFileRecovery to determine the location and concentrate on removing scratches from that region.   &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; * You can retry reading damaged regions of the CD again after cleaning. &lt;/p&gt;  &lt;p&gt;Warnings &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * This technique should only be used for multimedia files such as music and videos and not executable files. A few bad bytes in video and music files might result in a small glitch in playback. &lt;/p&gt;  &lt;p&gt;Download&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.jfilerecovery.com/" href="http://www.jfilerecovery.com/"&gt;http://www.jfilerecovery.com/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;First install it&lt;/strong&gt; : &lt;a title="http://java.com/en/download/manual.jsp" href="http://java.com/en/download/manual.jsp"&gt;http://java.com/en/download/manual.jsp&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Any doubt feel free to ask me, I am 100% it will work.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4048959284325147146?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4048959284325147146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/cyclic-redundancy-check-errors.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4048959284325147146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4048959284325147146'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/cyclic-redundancy-check-errors.html' title='Cyclic Redundancy Check Errors'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-7356992861201919083</id><published>2009-03-12T14:11:00.000-07:00</published><updated>2009-04-10T18:21:32.415-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='My Computer / Computer'/><title type='text'>My Computer / Computer</title><content type='html'>&lt;p&gt;::{20D04FE0-3AEA-1069-A2D8-08002B30309D}&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-7356992861201919083?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/7356992861201919083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/my-computer-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7356992861201919083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7356992861201919083'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/my-computer-computer.html' title='My Computer / Computer'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6526839704753681472</id><published>2009-03-11T21:47:00.000-07:00</published><updated>2009-04-10T18:21:32.421-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Recovering Deleted Files'/><title type='text'>Recovering Deleted Files</title><content type='html'>&lt;p&gt;Today's tip is on recovering deleted files from your hard drive... Accidentally deleting files is something we all try to avoid, but it can happen on occasion... Emptying the recycle bin before checking its contents, performing a Shift+Delete on a file or folder, or deleting a file from the command line can all render your data invisible to XP, and seemingly lost forever... This can be quite upsetting if the data in question was something you've spent a lot of time working on... Fortunately, your chances for recovery of deleted data are actually quite good, especially if you take immediate action...   &lt;br /&gt;Windows XP does not ship with any application for assisting you in recovering your data, so I would recommend using a free application called &lt;a href="http://www.geocities.jp/br_kato/"&gt;Restoration&lt;/a&gt; (&lt;a href="http://www.topdrawerdownloads.com/files/rest2514.zip"&gt;mirror&lt;/a&gt;)... This program is very effective at recovering deleted files from your hard drive... The application does not require installation either, so it is a handy application to carry on a USB flash drive as well...    &lt;br /&gt;Below is an example of recovering files using Restoration:&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;img title="Recovering Deleted Files " alt="Recovering Deleted Files " src="http://www.jameser.com/images/tip-6-1.jpg" border="0" /&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;Simply select the drive you'd like to restore from in the pulldown menu at the upper right, then click on the &amp;quot;Search Deleted Files&amp;quot; button... After the search is complete, select the files you'd like to restore and click on the &amp;quot;Restore By Copying&amp;quot; button...   &lt;br /&gt;It is important that you try to restore your files either to another drive or partition, so as to avoid overwriting information on your source drive... So if you only have one drive/partition, try to restore the data to diskette, USB flash drive, or a network drive...    &lt;br /&gt;Hopefully you'll never need to put today's tip to use, but if you ever need to undelete files, now you'll be prepared...&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6526839704753681472?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6526839704753681472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/03/recovering-deleted-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6526839704753681472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6526839704753681472'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/03/recovering-deleted-files.html' title='Recovering Deleted Files'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6355029005574735591</id><published>2009-01-27T01:13:00.000-08:00</published><updated>2009-04-10T18:21:32.533-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BCA/ASSIGN/VI/2009'/><title type='text'>BCA/ASSIGN/VI/2009</title><content type='html'>&lt;p align="center"&gt;&lt;font face="Imprint MT Shadow" size="5"&gt;     &lt;br /&gt;&lt;font color="#0000ff"&gt;BACHELOR OF COMPUTER APPLICATIONS&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;(BCA)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://lh5.ggpht.com/_wTYo1VncEdM/SX7RIy6fjQI/AAAAAAAAAEs/7ItdJ8aVE1k/s1600-h/clip_image001%5B3%5D.gif"&gt;&lt;font color="#0000ff"&gt;&lt;img title="clip_image001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="60" alt="clip_image001" src="http://lh3.ggpht.com/_wTYo1VncEdM/SX7RL-uh8LI/AAAAAAAAAFQ/FOGkzSkUgqQ/clip_image001%5B4%5D.gif?imgmax=800" width="240" border="0" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;ASSIGNMENTS&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;Year, 2009&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;(6&lt;sup&gt;th&lt;/sup&gt; Semester)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;h6 align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;CS-74&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; CS-75&lt;/font&gt;&lt;/b&gt;&lt;/h6&gt; &lt;/blockquote&gt;  &lt;h6 align="center"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/h6&gt;  &lt;h6 align="center"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/h6&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;CS-74&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; CS-75&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;font color="#0000ff"&gt;&lt;img title="clip_image003" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="89" alt="clip_image003" src="http://lh3.ggpht.com/_wTYo1VncEdM/SX7RO2dFt-I/AAAAAAAAAE0/XTbYfJkWDIw/clip_image003_thumb%5B1%5D.gif?imgmax=800" width="64" border="0" /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;SCHOOL&lt;/b&gt;&lt;b&gt; OF COMPUTER&lt;/b&gt;&lt;b&gt; AND INFORMATION SCIENCES&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;INDIRA&lt;/b&gt;&lt;b&gt; GANDHI NATIONAL OPEN UNIVERSITY&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;MAIDAN GARHI, NEW DELHI – 110 068&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="228"&gt;           &lt;p align="center"&gt;&lt;font color="#0000ff"&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p align="center"&gt;&lt;font color="#0000ff"&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="100"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt; &lt;b&gt;&lt;/b&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#0000ff"&gt;CONTENTS:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="605" border="2"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="52"&gt;         &lt;table cellspacing="0" cellpadding="0" border="1"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign="top" width="68"&gt;                 &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;Course Code&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;        &lt;td valign="top" width="226"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;Assignment No.&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="175"&gt;         &lt;h6&gt;&lt;font color="#0000ff"&gt;Submission-Schedule &lt;/font&gt;&lt;/h6&gt;       &lt;/td&gt;        &lt;td valign="top" width="153"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="52"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td valign="top" width="226"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td valign="top" width="175"&gt;         &lt;h6&gt;&lt;font color="#0000ff"&gt;For Jan-June Session&lt;/font&gt;&lt;/h6&gt;       &lt;/td&gt;        &lt;td valign="top" width="153"&gt;         &lt;h6&gt;&lt;font color="#0000ff"&gt;For july-Dec Session&lt;/font&gt;&lt;/h6&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="52"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;CS-72&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="226"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;BCA(6)-72/Assignment/09&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="175"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; April,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="153"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; October,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="52"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;CS-73&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="226"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;BCA(6)-73/Assignment/09&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="175"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; April,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="153"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; October,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="52"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;CS-74&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="226"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;BCA(6)-74/Assignment/09&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="175"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; April,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="153"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; October,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="52"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;CS-75&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="226"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;BCA(6)-75/Assignment/09&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="175"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; April,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="153"&gt;         &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;15&lt;sup&gt;th&lt;/sup&gt; October,2009&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;__________________________________________________________&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Code : CS 72&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Title : C++ and Object Oriented Programming&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Assignment Number : BCA (6)-72/Assignment/ 09&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Maximum Marks : 25&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Last Date of Submission : 30&lt;sup&gt;th&lt;/sup&gt; April, 2009/30&lt;sup&gt;th&lt;/sup&gt; October, 2009&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#008000"&gt;&lt;b&gt;There are eight questions in this Assignment. &lt;/b&gt;&lt;b&gt;Answer all the questions. You may use illustrations and diagrams to enhance your explanations. Answer to each part of the question should be confined to about 300 words.&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 1 Explain four major advantages of Object Oriented Programming with the help of an &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;example each. &lt;b&gt;(2 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 2 Explain the following terms in the context of object oriented programming. Also explain how these concepts are implemented in C++ by giving an example program for each.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(a) Single Inheritance&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(b) Abstraction&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(c) Encapsulation&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(d) Function Overloading&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(4 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 3 Explain the concept of late binding and dynamic binding with the help of at least two examples. Are these concepts related to polymorphism? Explain your answer.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(2 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 4 What is the need of UML? Explain the use of any two diagrams used in UML with the help of an example of each.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(2 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 5 Explain the usage of the following C++ operators with the help of an example program.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(a) sizeof operator&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(b) bitwise AND operator&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(c) ++ as post increment operator&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(d) Dereferencing operator&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(2 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 6 Write a function swap that exchanges the values of two variables using a third variable, by using the:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(a) Pointers&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(b) &amp;amp; (address of) operator&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Explain the two functions that you have written.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(2 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 7 Create a class hierarchy for the Worker and Supervisor using C++. The Worker class should include details like worker ID, Name, address of the worker, department ID and Supervisor ID. The classes should have necessary functions to input the required information and a polymorphic function to print the details of the workers or supervisors. For the worker’s this print function should output the worker ID, Name and Supervisor ID. Whereas for the supervisor’s this function should out put the Name and department ID of the supervisor. Please note that a supervisor is also a worker. Make and state suitable assumptions, if any.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(4 marks)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 8 Write a template class “stack” in C++. The class should have functions for push, pop, stack full and stack empty. Use this template to create a stack of integer and a stack of character. Make suitable assumptions, if any.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(3 marks)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 9 Create a class IntStr that stores a positive decimal integer as a string (the maximum number of decimal digits in the string can be assumed to be only 5 digits, so the maximum value that can be stored is 99999, whereas minimum value that can be stored is 00000.). The class should have a copy constructor, and an overloaded + operator. The overloaded + operator should perform the addition. On addition using this + operator, if the length of result exceeds 5 digit then the class should give the result as 00000. Write the necessary main() function to demonstrate the use of the class.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(4 marks)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;__________________________________________________________&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Code CS-73&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Title : Theory of Computer Science&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Assignment Number : BCA(6)-73/Assignment/2009&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h5&gt;&lt;font color="#008000"&gt;Maximum Marks : 25&lt;/font&gt;&lt;/h5&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Last date of Submission : 30&lt;sup&gt;th&lt;/sup&gt; April, 2009/30&lt;sup&gt;th&lt;/sup&gt; October, 2009&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;This assignment is having five questions. Answer all the questions.&lt;/font&gt; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 1 Define the following concepts formally/mathematically, with one example for each:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;a) Regular Language&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;b) Primitive Recursive Function&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;c) Turing Machine&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;d) Unsolvable Problem&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;e) Turing-Decidable Problem&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;f) Mealy Automata&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;g) Universal Turing Machine&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;h) Deterministic Finite Automata&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;i)Context-Free Grammar&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;j) Godel Number&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(5 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 2 &lt;b&gt;&lt;/b&gt;Construct a DFA (Deterministic Finite Automata) accepting the following &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Set:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="http://lh6.ggpht.com/_wTYo1VncEdM/SX7RQcIiw7I/AAAAAAAAAE4/rOLg0bnJwmw/s1600-h/clip_image005%5B3%5D.gif"&gt;&lt;font color="#ff0000"&gt;&lt;img title="clip_image005" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="20" alt="clip_image005" src="http://lh4.ggpht.com/_wTYo1VncEdM/SX7RR5Sek2I/AAAAAAAAAFU/TRVNf2IgsCU/clip_image005%5B4%5D.gif?imgmax=800" width="76" border="0" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color="#ff0000"&gt;w has an even number of a’s and odd number of b’s } &lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(5 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 3 Construct Turing Machine for the following languages:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(i) {a&lt;sup&gt;n&lt;/sup&gt;b&lt;sup&gt;n&lt;/sup&gt;c&lt;sup&gt;n&lt;/sup&gt; : n &lt;u&gt;&amp;gt;&lt;/u&gt; 1} &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(ii) {ww&lt;sup&gt;R&lt;/sup&gt; : w is any string of 0’s and 1’s} &lt;b&gt;(5 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 4 &lt;b&gt;&lt;/b&gt;Find the minimum state finite automaton equivalent to the following &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;transition diagram :&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_wTYo1VncEdM/SX7RTf4_piI/AAAAAAAAAFA/b2h-I7uokYo/s1600-h/clip_image007%5B3%5D.gif"&gt;&lt;font color="#ff0000"&gt;&lt;img title="clip_image007" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="77" alt="clip_image007" src="http://lh6.ggpht.com/_wTYo1VncEdM/SX7RU8wMIjI/AAAAAAAAAFY/3MHH3NMWJiI/clip_image007%5B4%5D.gif?imgmax=800" width="240" border="0" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color="#ff0000"&gt; &lt;b&gt;(5 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 5&lt;b&gt; &lt;/b&gt;Design the Push Down Automata (PDA) which accepts the language:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_wTYo1VncEdM/SX7RWUEk6_I/AAAAAAAAAFI/j1N8z4QUcDs/s1600-h/clip_image009%5B3%5D.gif"&gt;&lt;font color="#ff0000"&gt;&lt;img title="clip_image009" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="43" alt="clip_image009" src="http://lh5.ggpht.com/_wTYo1VncEdM/SX7RYK6SecI/AAAAAAAAAFc/hGye1dTH1uk/clip_image009%5B4%5D.gif?imgmax=800" width="240" border="0" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color="#ff0000"&gt; &lt;b&gt;(5 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;__________________________________________________________&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Code : CS-74 &lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Title : Introduction to Internet Programming&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Assignment Number : BCA(6)-74/Assignment/09&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Maximum Number : 100 (weightage = 25)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Last Date of Submission : 30&lt;sup&gt;th&lt;/sup&gt; April, 2009/30&lt;sup&gt;th&lt;/sup&gt; October, 2009&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;This assignment is having six questions. Answer all the questions.&lt;/font&gt; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 1 Answer the following questions through examples:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(i) What are the benefits of inheritance in Java programming? &lt;b&gt;(6 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(ii) What are the applications of &lt;b&gt;super&lt;/b&gt; and &lt;b&gt;this&lt;/b&gt; keyword? &lt;b&gt;(2 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(iii) What is the use of the &lt;b&gt;final&lt;/b&gt; modifier? &lt;b&gt;(2 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 2 (i) What is the input and output to a Java compiler?. &lt;b&gt;(2 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(ii) What is the relationship between Java and HTML? &lt;b&gt;(2 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(iii) What is the &lt;b&gt;import&lt;/b&gt; statement for? &lt;b&gt;(2 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(iv) What are the differences between application and applets? How do you &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;run an application and an applet? &lt;b&gt;(9 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 3 (i) Describe the JAVA throughable class hierarchy and types of exceptions.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(10 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(ii) What is the purpose of claiming exceptions? &lt;b&gt;(3 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;(iii) What is the keyword &lt;b&gt;throw&lt;/b&gt; and&lt;b&gt; throws&lt;/b&gt; used for? &lt;b&gt;(2 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 4 Design a menu-driven interactive programme to find out capital cities of all the states of India using &lt;b&gt;switch &lt;/b&gt;statement. &lt;b&gt;(20 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 5 Admission to a professional course is subject to the following condition:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;b&gt;a) &lt;/b&gt;Marks in mathematics &amp;gt; = 60 &lt;b&gt;(20 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;b) Marks in Physics &amp;gt; = 50&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;c) Marks in Chemistry &amp;gt; = 40&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;d) Total in all three subjects &amp;gt; = 200&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Or&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Total in mathematics and Physics &amp;gt; = 150&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Given the marks in the three subjects, write a programme to process the applications to list the eligible candidate.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 6 Write a programme to perform binary operations on integer argument. The arguments and operators should be accepted using command line parameters.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(20 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;__________________________________________________________&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Code : CS-75&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Course Title : Intranet Administration&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Assignment Number : BCA (6)-75/Assignment/ 09&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h5&gt;&lt;font color="#008000"&gt;Maximum Marks : 25&lt;/font&gt;&lt;/h5&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;Last Date of Submission : 30&lt;sup&gt;th&lt;/sup&gt; April, 2009/30&lt;sup&gt;th&lt;/sup&gt; October, 2009&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#008000"&gt;There are five questions in this assignment. Answer all the questions. You may use illustrations and diagrams to enhance your explanations.&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 1 Define the term “Intranet”. &lt;b&gt;(3 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 2 &lt;b&gt;&lt;/b&gt;Define the term “Extranet”. &lt;b&gt;(3 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 3&lt;b&gt; &lt;/b&gt;Explain the differences between Internet and Intranet. &lt;b&gt;(3 marks)&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 4&lt;b&gt; &lt;/b&gt;How&lt;b&gt; &lt;/b&gt;can it be ensured that the transactions that take place across Intranet are secure? Explain with an example. &lt;b&gt;(10 marks)&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Q. 5&lt;b&gt; &lt;/b&gt;What is Internet Protocol Version 6.0? Explain any two features of it? &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;(6 marks)&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;__________________________________________________________&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6355029005574735591?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6355029005574735591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/bcaassignvi2009.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6355029005574735591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6355029005574735591'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/bcaassignvi2009.html' title='BCA/ASSIGN/VI/2009'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_wTYo1VncEdM/SX7RL-uh8LI/AAAAAAAAAFQ/FOGkzSkUgqQ/s72-c/clip_image001%5B4%5D.gif?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3501654851718618619</id><published>2009-01-22T14:35:00.000-08:00</published><updated>2009-04-10T18:21:32.526-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='READ MORE in Blogger'/><title type='text'>How to create READ MORE in Blogger platform!</title><content type='html'>&lt;h4&gt;How to create READ MORE in Blogger platform!&lt;/h4&gt;  &lt;p&gt;Today i create a new blog on &lt;a href="http://www.blogger.com"&gt;Blogger&lt;/a&gt; platform. I write some posts and when i want to put ”Read more” on a post i can find it! I search on the Internet, i found something    &lt;br /&gt;but with few explications. Now i want to write this tutorial with some printscreens! Let’s start!&lt;/p&gt;  &lt;p&gt;[1] Login to your blogger account and go to&lt;strong&gt; Settings&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img height="170" alt="Blogger Dashboard" src="http://i24.tinypic.com/2mfj4uc.jpg" width="497" border="1" /&gt;&lt;/p&gt;  &lt;p&gt;[2] Now click on &lt;strong&gt;Template&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img height="134" alt="Blogger Dashboard Settings" src="http://i20.tinypic.com/72q0y8.jpg" width="289" border="1" /&gt;&lt;/p&gt;  &lt;p&gt;[3] Now click on &lt;strong&gt;Edit HTML&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img height="127" alt="Blogger Dashbord Template" src="http://i21.tinypic.com/dvhbq1.jpg" width="328" border="1" /&gt;&lt;/p&gt;  &lt;p&gt;[4] Before editing click on the check box of &lt;strong&gt;Expand Widget Templates,     &lt;br /&gt;&lt;/strong&gt; to see the complete structure of your page&lt;/p&gt;  &lt;p&gt;&lt;img height="34" src="http://i24.tinypic.com/34rhshs.jpg" width="212" border="1" /&gt;&lt;/p&gt;  &lt;p&gt;[5] Search this: ( Find with your Browser: Edit -&amp;gt; Find )&lt;/p&gt;  &lt;p&gt;&amp;lt;b:if cond=’data:blog.pageType != “item”‘&amp;gt;&amp;lt;br /&amp;gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://i20.tinypic.com/nzitma.jpg" border="1" /&gt;&lt;/p&gt;  &lt;p&gt;[6] Now you need to write this code: &amp;lt;a expr:href=’data:post.url’&amp;gt;Read more!&amp;lt;/a&amp;gt;&lt;img height="53" src="http://i21.tinypic.com/2vjos3o.jpg" width="428" border="1" /&gt;&lt;/p&gt;  &lt;p&gt;[7] You finished, now when you create a post and if you want ot put “Read More”,   &lt;br /&gt;write this:&lt;/p&gt;  &lt;p&gt;&amp;lt;span class=”fullpost”&amp;gt;&amp;lt;/span&amp;gt;&lt;/p&gt;  &lt;p&gt;Example:   &lt;br /&gt;About hamid-info.blogspot.com&amp;lt;span class=”fullpost”&amp;gt;Read more&amp;lt;/span&amp;gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3501654851718618619?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3501654851718618619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/how-to-create-read-more-in-blogger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3501654851718618619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3501654851718618619'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/how-to-create-read-more-in-blogger.html' title='How to create READ MORE in Blogger platform!'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i24.tinypic.com/2mfj4uc_th.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-2395907410003927106</id><published>2009-01-21T05:24:00.000-08:00</published><updated>2009-04-10T18:21:32.517-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gamers’ Grammar'/><title type='text'>Gamers’ Grammar</title><content type='html'>&lt;span style="color: green" family="Bradley Hand ITC" type="Bradley Hand ITC"&gt;   &lt;p&gt;&lt;strong&gt;&lt;font face="Chiller" size="6"&gt;Gamers’ Grammar&lt;/font&gt;&lt;/strong&gt;&lt;a href="http://lh4.ggpht.com/_wTYo1VncEdM/SXdID8YBjyI/AAAAAAAAACQ/0oYqzsuz5Xc/s1600-h/clip_image001%5B3%5D.gif"&gt;&lt;img title="clip_image001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="101" alt="clip_image001" src="http://lh3.ggpht.com/_wTYo1VncEdM/SXdIFhRBAMI/AAAAAAAAACU/rJGvLpn2sMw/clip_image001_thumb.gif?imgmax=800" width="240" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;/p&gt; &lt;/span&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0" width="100%" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;p&gt;&lt;em&gt;You love games but you don’t understand the mumbo jumbo? Here are some of the terms most commonly used by gamers around the world and their meanings.&lt;/em&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Playing Games on your PC doesn’t make you a gamer. To truly become a gamer, you must understand the spirit of gaming. The first step in the process of becoming a gamer is to understand the gamin terms. Given below are a few of the commonly used gaming terms with their meanings:&lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0" width="100%" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="569"&gt;           &lt;p style="font-family: times new roman"&gt;&lt;span style="font-size: 180%"&gt;&lt;em&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;strong&gt;&lt;font face="Arial"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="font-family: times new roman"&gt;&lt;span style="font-size: 180%"&gt;&lt;em&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;strong&gt;&lt;font face="Arial"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="font-family: times new roman"&gt;&lt;span style="font-size: 180%"&gt;&lt;em&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;strong&gt;&lt;font face="Arial"&gt;A. SUB GENRE&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;1. &lt;strong&gt;FPS&lt;/strong&gt; : FPS stands for First Person Shooter. The term FPS is used in action games played from a first person’s perspective, i.e. you play through the eyes of the character you control.&lt;/p&gt;            &lt;p&gt;&lt;i&gt;Eg : Half life &lt;/i&gt;is a FPS game.&lt;/p&gt;            &lt;p&gt;2. &lt;strong&gt;TPS&lt;/strong&gt; : TPS stands for Third Person Shooter. The term TPS is used in games where the character which is controlled is viewed from a distance, i.e. the camera seems to be behind the characters head.&lt;/p&gt;            &lt;p&gt;&lt;i&gt;Eg. : Max Payne &lt;/i&gt;is a TPS game.&lt;/p&gt;            &lt;p&gt;3. &lt;strong&gt;RTS&lt;/strong&gt; : RTS stands for Real Time Strategy. The term RTS is used in strategy games which are not turn based, i.e. the game continues playing irrespective of whether you make your move or not.&lt;/p&gt;            &lt;p&gt;&lt;i&gt;Eg. : Age of Empire&lt;/i&gt; is a RTS game.&lt;/p&gt;            &lt;p&gt;4. &lt;strong&gt;SIM&lt;/strong&gt; : Sim is short for simulation. The term sim or simulation is used for games that simulate reality.&lt;/p&gt;            &lt;p&gt;&lt;i&gt;Eg. : Flight simulator&lt;/i&gt; is a sim.&lt;/p&gt;            &lt;p&gt;5. &lt;strong&gt;MMORPG OR MMO&lt;/strong&gt; : MMORPG stands for Massive Multiplayer Online Role Play Games. The term MMO is used for online games that have many players playing simultaneously. The term RPG (Role Play Games) is used when players assume the role of a fictional character in a fantasy are combined with role play, MMORPG is born.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="569"&gt;           &lt;br /&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0" width="100%" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="369"&gt;           &lt;p&gt;&lt;span style="font-size: 180%"&gt;&lt;strong&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;&lt;span style="font-size: 180%"&gt;&lt;strong&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;&lt;span style="font-size: 180%"&gt;&lt;strong&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;em&gt;B. IN GAME TERMS&lt;/em&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;1. &lt;strong&gt;GAMEPLAY&lt;/strong&gt; : Gameplay basically refers to anything you do in the game. The term gameplay is used to define the overall experience of the game with respect to the gamer.&lt;/p&gt;            &lt;p&gt;Eg. : running, Shooting, Jumping etc all constitutes to gameplay.&lt;/p&gt;            &lt;p&gt;2. &lt;strong&gt;HUD&lt;/strong&gt; : HUD stands for Heads Up Display. It is usually the area on screen that contains the basic information about the character.&lt;/p&gt;            &lt;p&gt;Eg. : Health, ammo, map etc are displayed on the HUD.&lt;/p&gt;            &lt;p&gt;3. AI : AL stands for Artificial Intelligence. AI is basically the measure of the intelligence of characters in the game that are not under the user’s control.&lt;/p&gt;            &lt;p&gt;Eg. : If you are shooting at bad guys in the game and they don’t duck for convers it shows poor AI.&lt;/p&gt;            &lt;p&gt;4. BOT : BOT is short for robot. The term bot is used to refer to computer controlled characters in the game.&lt;/p&gt;            &lt;p&gt;Eg. : During online play, if the teams are unbalanced, bots are used to fill the gap.&lt;/p&gt;            &lt;p&gt;5. RESPAWN : RESPAWNING is the recreation of a game character after its death or destruction.&lt;/p&gt;            &lt;p&gt;Eg. In &lt;i&gt;counter strike, &lt;/i&gt;usually you cannot respawn until the end of the round where as in games such as &lt;i&gt;Unreal &lt;/i&gt;you can respwan as soon as you die.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="193"&gt;           &lt;p&gt;&lt;/p&gt;            &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_wTYo1VncEdM/SXcg7I4ySFI/AAAAAAAAACA/nD7T2TrYWVU/s1600-h/clip_image006%5B7%5D.jpg"&gt;&lt;img title="clip_image006" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="662" alt="clip_image006" src="http://lh3.ggpht.com/_wTYo1VncEdM/SXcg92i4ptI/AAAAAAAAACE/TvjFZYqqfJA/clip_image006_thumb%5B4%5D.jpg?imgmax=800" width="204" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0" width="100%" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="638"&gt;           &lt;p&gt;&lt;span style="font-size: 180%"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;&lt;span style="font-size: 180%"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: rgb(128,0,0)"&gt;&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;&lt;span style="font-size: 180%"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: rgb(128,0,0)"&gt;C. MISCELLANEWOUS TERMS&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;1. &lt;strong&gt;RL&lt;/strong&gt; : RL stands for Real Life. This term is usually used by gamers to differentiate between the gaming chat and real life char.&lt;/p&gt;            &lt;p&gt;Eg. I am an emperor here, but a student in RL.&lt;/p&gt;            &lt;p&gt;2. &lt;strong&gt;CRACK&lt;/strong&gt; : A crack is a small file or code developed by a cracker. A crack is used in pirated games to bypass its security.&lt;/p&gt;            &lt;p&gt;3. &lt;strong&gt;PATCHES&lt;/strong&gt; : Patches are small or medium size files which could be developed by the developer or cracker. Patches are minor updates used to improve a programme.&lt;/p&gt;            &lt;p&gt;Eg. If a game has very high loading time, patches could be released to rectify this.&lt;/p&gt;            &lt;p&gt;4. &lt;strong&gt;BUGS&lt;/strong&gt; : A bug is an error in the game or malfunction in the gaming code.&lt;/p&gt;            &lt;p&gt;Eg.: Hands becoming transparent, gun going inside walls, getting stuck at corners etc while playing a game are all bugs.&lt;/p&gt;            &lt;p&gt;5. &lt;strong&gt;EXPANSION PACK&lt;/strong&gt; : Expansion packs are an addition to existing games like extra level, new characters etc with the essence of the game till being the same. Expansion packs may or may not be dependent of the original.&lt;/p&gt;            &lt;p&gt;6. &lt;strong&gt;PLATFORM&lt;/strong&gt; : The different consoles on which a game can be played is called a platform.&lt;/p&gt;            &lt;p&gt;Eg. : The commonly used platforms are PC, PS3, and Xbox.&lt;/p&gt;            &lt;p&gt;7. &lt;strong&gt;LAG&lt;/strong&gt; : This condition occurs usually during online play and is caused due to congested network or a slow systems. When your movements are slower than the others you are said to be lagging.&lt;/p&gt;            &lt;p&gt;8. &lt;strong&gt;DEVELOPERS AND PUBLISHERS&lt;/strong&gt; : A Develper is a company or an individual who has created the game from scratch and Publisher is the company or companies which sell the game to the public.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;img src="http://lh3.ggpht.com/_wTYo1VncEdM/SXchEcqK5-I/AAAAAAAAACM/mww3xS3zkRY/clip_image008_thumb%5B5%5D.jpg?imgmax=800" width="100%" border="0" /&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-2395907410003927106?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/2395907410003927106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/gamers-grammar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2395907410003927106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2395907410003927106'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/gamers-grammar.html' title='Gamers’ Grammar'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_wTYo1VncEdM/SXdIFhRBAMI/AAAAAAAAACU/rJGvLpn2sMw/s72-c/clip_image001_thumb.gif?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6784526590967803737</id><published>2009-01-18T13:35:00.000-08:00</published><updated>2009-04-10T18:21:32.508-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Local Area Network (LAN) Basic Components'/><title type='text'>Local Area Network (LAN) Basic Components</title><content type='html'>&lt;p&gt;&lt;span class="dropcap"&gt;T&lt;/span&gt;he &lt;strong&gt;local area network (LAN)&lt;/strong&gt; is home to sheer bandwidth and countless client server applications. Different companies have radically different networks; some have a single PC and others have hundreds of locations and thousands of computers. This page is intended to explain the basic principles and components frequently found on the LAN. The internal network is usually built with the highest bandwidth available. It is then connected to a tiny internet connection which is almost always a bottle neck for internet traffic. Most businesses of any size have at least one server to provide extra computing features to the business. The internet is explicitly distrusted and generally the network has protection from the internet built in. The LAN is something that businesses have complete control over. Network devices are much simpler than servers and PCs. It is common (and best practice) to duplicate significant portions of the Network to allow for failure without having a noticeable impact on the network. A LAN is the local cabling and set of network devices at an individual location building or campus but the internal network can easily include many LANs connected to form a WAN.&lt;/p&gt;  &lt;p&gt;The internal network, and therefore the LAN, exists to link all of the PCs, laptops, servers, printers, and anything else that might be useful for a computer to talk to. Most LANs have a cable running from every computer to a wall jack. The wall jack is connected to a very similar type of cable that runs to a patch panel in a wiring closet. A patch panel is simply a bank of cable ports that allows all of the cables coming from each wall jack to be connected to the LAN if desired. Any active wall jack must have the corresponding port in the patch panel connected to a switch in the wiring closet. A wiring closet is a centralized room where these cables end. It is common for there to be many wiring closets in a building. The standard is that these wiring closets not actually be used for anything else besides LAN equipment, although this rarely happens in practice. If there are many switches in a wiring closet, they are connected to one or two switches within in the same closet. These serve to connect all of the switches there as well as some of the cable runs entering the room. The switches in a wiring closets are connected to a centralized switch or switch pair in a main wiring closet. The centralized switch or switch pair serves to connect the entire LAN together. These distribution switches connect to the router(s) that the location may have to further connect the switches to the internet or the enterprise WAN thus extending the LAN.&lt;/p&gt;  &lt;p&gt; The internet is full of hackers which means that the traffic that comes from the internet is usually distrusted. On most local area networks there are more things that communicate or are set up to communicate than are used and fewer that are really needed. However everything that is on a computer that communicates on the LAN is a potential vulnerability for a hacker to exploit. For this reason most networks use a firewall which simply restricts what can communicate (IP address) to what is on the other side of a firewall and what type of communications (port number) can pass through it. Generally this means that only the things frequently used are allowed to pass through it. The idea is that anything that is not a business need is not allowed through which greatly reduces what a hacker can attack. In reality it does leave many options open for attack, although it is certainly a much smaller set of options than what would be available without it. Because the servers that communicate directly with the internet are considered the highest risk these are frequently placed in what’s called a demilitarized zone (DMZ). This simply means that the traffic to and from these servers and the normal internal network is restricted by additional firewalls. Some DMZ’s have additional firewalls inside them to further protect the LAN from any internal threat.&lt;/p&gt;    &lt;p&gt;There is usually a firewall between the internet and the internal network (LANs); that is the firewall is placed between the internet border router and the adjacent core switch to protect the LAN. A firewall is simply a device that restricts communication and helps improve security much like a guard post does. Firewalls are also commonly used to segregate off anything else that is considered a higher risk. If there are any servers that accept connections from the internet there is frequently a demilitarized zone (DMZ). With DMZ’s a firewall is placed both between the servers and the internet and between the servers and the internal network (both LAN and WAN). This reduces the probability and impact of a server being hacked. (A hacked server on the network is a serious risk to the rest of the network and common practice is to remove it from the network regardless of it’s purpose.) There are frequently additional firewalls within a DMZ to further reduce the security risk within the DMZ. It is also common to have an intrusion detection system (IDS) at various points of the WAN, especially in the DMZ and internet connection where there is the greatest chance that an attack will happen. Unlike a firewall an IDS is not necessarily intended to stop malicious activity but rather to simply detect it, log it, and possibly notify the appropriate persons.&lt;/p&gt;  &lt;p&gt;Many people enjoy being able to use a wireless connection to connect to the LAN rather than having cables connected to their laptop. This means that there are (depending on the size of the building) many antennas installed throughout the building. These antennas are called access points. Because the reception area provided by the access points is relatively small there are many access points connecting to each wiring closet. It is worth noting that because each access point potentially connects many computers it is much cheaper to install wireless than it is to install physical cabling to each computer. However there are many drawbacks of wireless. It is possible for someone who would not normally be allowed to both connect to the LAN to connect and to intercept the connection. Both are considered security risks. The first allows a hacker, potentially off company property, to connect to sensitive systems only accessible to employees on the LAN. The latter allows a hacker to read sensitive information being transmitted such as passwords, e-mails, etc. There are steps that can be taken to reduce this risk such as encrypting the wireless signal and placing all of the wireless traffic behind a firewall on the outside of the regular LAN. Wireless communication is somewhat slower than the physically cabled counterparts as well. For these two reasons, most businesses do not connect most of their computers to a wireless connection with exceptions for some laptop users. This may not be allowed for non-employee access and is treated as a security risk. It is common to find wireless access points on a LAN. &lt;/p&gt;    &lt;p&gt;The LAN connects most of the computers and devices together with switches. A switch is basically a large bank of network cards. The switch is what connects all of the cables. A patch panel looks similar to a switch from the front but merely provides a convenient and neat way to end the cables collected in a wiring closet. A patch panel connects nothing and is just a large multi-port panel where a switch is an electronic device that connects these electronically to the LAN. Switches switch small chunks of traffic at lightning speed between whichever cables the traffic needs to go through to reach the destination. Many of these allow administrators to login from a portion of the LAN to administer the connections and advanced settings. The number of cable connections that a single one can support varies. These are a more advanced technology than a hub which has been replaced by switches in all modern LAN’s. Many of these devices in a modern network are layer 3 switches which means that they are also capable of acting as a router. If there are enough computers to require many switches, the switches connect to each other and are arranged with one or two switches connecting all of the other switches. Most larger networks contain many switches.&lt;/p&gt;  &lt;p&gt;A router is the device that connects different smaller networks (LAN’s) together to form a WAN or MAN. The purpose of a router is to determine the next route a packet of data should take to get to the destination most efficiently. This simply means picking a device it is connected to and forwarding the packet to that device which is closer to the destination. There are usually only one or two routers in most offices. However larger networks have multiple routers at central locations such as the headquarters, data centers, and carrier’s facilities. Routers are usually only connected to only other switches and routers. Routers are generally more advanced than switches. These devices contain knowledge of the entire network where switches normally only contain knowledge of the individual LAN they service. If there is more than one office (thus multiple LANs) then there is normally a virtual circuit used to connect the locations together for which the company spends additional money. For example frame relay and asynchronous transmission mode (ATM) connections both create a virtual connection between the LANs. This means that only network traffic between the two locations can pass through and security precautions normally needed for internet connections are not necessary. This is true even though there may be a great deal of distance between the locations. Virtual private networking (VPN) can also be used for the same effect which is implemented very differently. Because this uses encryption to form the virtual circuit, it is often used to connect corporate laptops on the internet to the internal network.&lt;/p&gt;  &lt;p&gt;If there is a shared resource, such as a website, that is used by many people there are sometimes many servers that provide the service. A load balancer is used to determine and regulate exactly how each individual server provides which portion of the load within the LAN. This provides both greater capacity (multiple servers are sharing the load rather than just one) and reliability (theoretically) as long as there is one server left the service is still available. In practice a load balancer may improve reliability but it can never be guaranteed to always detect a failure and rebalance the load without using the failed server. Similar means of balancing loads can be done other ways. For example a DNS server can simply rotate the IP address given for a DNS entry. This is how Google rotates load between different servers at different data centers. It is rare for a load balancer to balance the load to dissimilar devices or devices not on the same LAN segment.&lt;/p&gt;  &lt;p&gt;It is common for a network to contain a proxy. A proxy is used to restrict web access, filter viruses, and move some of the load on the internet connection to the LAN. This is simply a server that caches web pages and retrieves those that are not in the cache from the internet. This allows any requests for the same web page to be loaded from the cache on the LAN rather than the internet connection reducing the load on the LAN connection. For example if two people both go to Google’s home page early in the morning the second one does not have to be loaded from the internet. This saves bandwidth. This is also sometimes used to restrict the sites that employees can go to as well as record where they go. There are companies that compile lists of websites by category intended for use as a type of parental control over the employees. For example a business can display a web page saying access denied whenever an employee tries to go to a porn site from work. Some businesses have also reported tremendous success with distributing a list of the employees who visit porn sites the most at work throughout the company. Similar things can be done with game sites where employees may waste time, racist, bigot, or malicious websites. Some people object to proxies citing privacy or censorship concerns.&lt;/p&gt;   &lt;p&gt;Businesses’ networks almost always have at least one server on the LAN. Very large companies may have hundreds of servers. It is considered best practice to have at least two redundant network cables connected to the servers that also connect to different switches for a reliable LAN connection. This sometimes requires software installed and configured on the server to ensure that if one LAN connection fails it starts to use the other one. It is possible to have more than one LAN connection and load balance these but this requires special configuration on the switch as well as the server. If the network connection is load balanced it provides better performance due to the double sized network connectivity. Severs also are the first to receive the latest cabling and network cards. Because servers are used by many people it is often attractive to upgrade the network connections long before the rest of the network. These are often also much easier to upgrade because they are usually in the same room as the switch so the manual labor and cable length used is minimal.&lt;/p&gt;  &lt;p&gt;Most businesses have directory services in place. This is normally considered an application level service rather than part of the LAN. This simply means that there is one or more servers on the network which are tasked with authenticating passwords and possibly other related tasks such as storing user settings. Whenever there is a need for user authentication, such as logging intro a computer or accessing a network file share, a authentication request is sent to the directory services server. This prevents someone who may have been able to gain unauthorized physical access to an enterprise PC from logging into any computer on the LAN. Of course if the intruder happens to obtain the username and password of an employee this will do little good. This is also used for internal employees to use a single password. The password is valid for shared resources such as network file shares and applications in a controllable and restrictive manner. Some examples are active directory and NIS.&lt;/p&gt;  &lt;p&gt;There are a lot of components to the internal business network. Local area networks (LAN) are usually fairly modern and very fast and make up a great portion of the internal network. However these are almost always connected to an internet connection that is significantly slower. For this reason there are many things that can be done on a LAN or WAN that are not financially feasible on the internet. This page kept it very simple, but if you look around you will find more information on this site about local area networks and networking in general.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6784526590967803737?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6784526590967803737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/local-area-network-lan-basic-components.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6784526590967803737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6784526590967803737'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/local-area-network-lan-basic-components.html' title='Local Area Network (LAN) Basic Components'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3838708264232488618</id><published>2009-01-18T13:12:00.000-08:00</published><updated>2009-04-10T18:21:32.497-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LAN Technologies'/><title type='text'>LAN Technologies</title><content type='html'>&lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;In general terms, LAN (Local Area Network)     refers to a group of computers interconnected into a network so that they are able to     communicate, exchange information and share resources (e.g. printers, application     programs, database etc). In other words, the same computer resources can be used by     multiple users in the network, regardless of the physical location of the resources.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;Each computer in a     LAN can effectively send and receive any information addressed to it. This information is     in the form of data 'packets'. The standards followed to regularize the transmission of     packets, are called LAN standards. There are many LAN standards as Ethernet, Token Ring ,     FDDI etc. Usually LAN standards differ due to their media access technology and the     physical transmission medium . Some popular technologies and standards are being covered     in this article.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 128);font-family:MS Sans Serif;" &gt;&lt;strong&gt;Media Access Control     methods&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;There are different     types of Media Access Control methods in a LAN, the prominent ones are mentioned below :&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);font-size:100%;" &gt;&lt;strong&gt;Ethernet     -&lt;/strong&gt;&lt;/span&gt; Ethernet is a 10Mbps LAN that uses the Carrier Sense Multiple Access     with Collision Detection (CSMA/CD) protocol to control access network. When an endstation     (network device) transmits data, every endstation on the LAN receives it. Each endstation     checks the data packet to see whether the destination address matches its own address. If     the addresses match, the endstation accepts and processes the packet. If they do not     match, it disregards the packet. If two endstations transmit data simultaneously, a     collision occurs and the result is a composite, garbled message. All endstations on the     network, including the transmitting endstations, detect the collision and ignore the     message. Each endstation that wants to transmit waits a random amount of time and then     attempts to transmit again. This method is usually used for traditional Ethernet LAN. &lt;/small&gt;&lt;/span&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Token Ring     -&lt;/strong&gt;&lt;/span&gt; This is a 4-Mbps or 16-Mbps token-passing method, operating in a ring     topology. Devices on a Token Ring network get access to the media through token passing.     Token and data pass to each station on the ring. The devices pass the token around the     ring until one of the computer who wants to transmit data , takes the token and replaces     it with a frame. Each device passes the frame to the next device, until the frame reaches     its destination. As the frame passes to the intended recipient, the recipient sets certain     bits in the frame to indicate that it received the frame. The original sender of the frame     strips the frame data off the ring and issues a new token.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);font-size:100%;" &gt;&lt;strong&gt;Fast     Ethernet -&lt;/strong&gt;&lt;/span&gt; This is an extension of 10Mbps Ethernet standard and supports     speed upto 100Mbps. The access method used is CSMA/CD .For physical connections Star     wiring topology is used. Fast Ethernet is becoming very popular as an upgradation from     10Mbps Ethernet LAN to Fast Ethernet LAN is quite easy. &lt;/small&gt;&lt;/span&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;FDDI     (Fiber Distributed Data Interface) - &lt;/strong&gt;&lt;/span&gt;FDDI provides data speed at 100Mbps     which is faster than Token Ring and Ethernet LANs . FDDI comprise two independent,     counter-rotating rings : a primary ring and a secondary ring. Data flows in opposite     directions on the rings. The counter-rotating ring architecture prevents data loss in the     event of a link failure, a node failure, or the failure of both the primary and secondary     links between any two nodes. This technology is usually implemented for a backbone     network.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;              &lt;p align="right"&gt;&lt;a href="http://www.hamidworld.blogspot.com/#top"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;p align="justify"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:Verdana;font-size:100%;"  &gt;&lt;a name="Technical"&gt;&lt;u&gt;&lt;strong&gt;Topologies     &lt;/strong&gt;&lt;/u&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;     &lt;div align="center"&gt;&lt;center&gt;&lt;table bg="" style="color: rgb(252, 218, 245);" width="76%" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt;       &lt;tr&gt;         &lt;td width="100%"&gt;&lt;p align="justify"&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;" &gt;&lt;strong&gt;Topologies         &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;small&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;The various ways in         which cables are arranged constitute the topologies in a LAN. Some of the Ethernet         Topologies are described here :&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;small&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Bus         Topology :&lt;/strong&gt;&lt;/span&gt; Thick and thin Ethernet LANs use a bus topology, in which         devices connect directly to the backbone at both the physical and logical levels . This         type of LAN is very easy to use and cheap to implement, but the problem is to troubleshoot         and maintain. &lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;small&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Star         Topology : &lt;/strong&gt;&lt;/span&gt;In this topology , a individual twisted pair or fiber optic         cable is coming from each node and terminating at central network concentrator as         hub/switch.The star wiring simplifies LAN administration and maintenance.&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;span style="color: rgb(64, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;&lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Token         Ring Topology : &lt;/strong&gt;&lt;/span&gt;Stations on a Token Ring network attach to the network         using a multistation access unit (MAU ) through UTP/STP cable. Although the Token Ring is         logically a ring, physically it is a star, with devices radiating from each MAU .&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt; &lt;/tbody&gt;     &lt;/table&gt;     &lt;/center&gt;&lt;/div&gt;&lt;hr /&gt;     &lt;p align="right"&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#top"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;p&gt;&lt;span style="color: rgb(0, 0, 64);font-family:Verdana;font-size:100%;"  &gt;&lt;strong&gt;LAN &lt;a name="Components"&gt;Components&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;     &lt;div align="center"&gt;&lt;center&gt;&lt;table bg="" style="color: rgb(252, 218, 245);" width="76%" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt;       &lt;tr&gt;         &lt;td width="100%"&gt;&lt;strong&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;font-size:100%;"  &gt;Basic LAN         components &lt;/span&gt;&lt;/strong&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;&lt;p align="center"&gt;.&lt;img alt="Switching LAN" src="http://www.wb.nic.in/nicnet/images/p91.gif" width="411" height="340" /&gt;&lt;/p&gt;         &lt;/span&gt;&lt;p align="justify"&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;" &gt;&lt;small&gt;There are         essentially five basic components of a LAN&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;small&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;" &gt;&lt;strong&gt;Network Devices&lt;/strong&gt;         &lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;such as Workstations, Printers, File         Servers which are normally accessed by all other computers &lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;small&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;" &gt;&lt;strong&gt;Network         Communication Devices&lt;/strong&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;i.e.         devices such as hubs, routers, switches etc., used for network operations &lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;small&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;" &gt;&lt;strong&gt;Network Interface         Cards (NICs)&lt;/strong&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;for each network         device required to access the network .&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;small&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;" &gt;&lt;strong&gt;Cable&lt;/strong&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;as a physical transmission medium.&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;small&gt;&lt;span style="color: rgb(128, 0, 255);font-family:MS Sans Serif;" &gt;&lt;strong&gt;Network Operating         System -&lt;/strong&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;software applications         required to control the use of the network LAN standards.&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt; &lt;/tbody&gt;     &lt;/table&gt;     &lt;/center&gt;&lt;/div&gt;&lt;hr /&gt;     &lt;p align="right"&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#top"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;p&gt;&lt;a name="network"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:Verdana;font-size:100%;"  &gt;&lt;u&gt;&lt;strong&gt;Network     Communication Devices&lt;/strong&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;     &lt;div align="center"&gt;&lt;center&gt;&lt;table bg="" style="color: rgb(252, 218, 245);" width="76%" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt;       &lt;tr&gt;         &lt;td width="100%"&gt;&lt;span style="color: rgb(64, 0, 128);"&gt;&lt;strong&gt;Network Communication devices &lt;/strong&gt;&lt;/span&gt;&lt;p align="justify"&gt;&lt;small&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;A LAN comprises of         different communication devices across the network such as the following :&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Repeater : &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;small&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;A Device that amplifies and regenerates signals , so         that they can travel for longer distance on the cable.&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Router : &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;The basic function of the router is to route         the traffic from one network to another network efficiently. It provide intelligent         redundancy and security required to select the optimum path. Usually routers are used for         connecting remote networks. &lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Hub :&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;A typical hub is a multi-port repeater. The         signals received at the backbone is regenerated and transmitted to all other ports. &lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="13" height="14" /&gt; &lt;span style="color: rgb(151, 0, 151);"&gt;&lt;strong&gt;Switch : &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;This is a device with multiple ports which         forwards packets from one port to another. In case of 10Mbps Ethernet switch, each port         supports dedicated 10Mbps bandwidth. Ethernet switch is fast emerging as a replacement of         the traditional thick backbone and best way to improve performance of the network.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt; &lt;/tbody&gt;     &lt;/table&gt;     &lt;/center&gt;&lt;/div&gt;&lt;hr /&gt;     &lt;p align="right"&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#top"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;p&gt;&lt;a name="physical"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:Verdana;font-size:100%;"  &gt;&lt;u&gt;&lt;strong&gt;Physical     Transmission Media&lt;/strong&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;     &lt;div align="center"&gt;&lt;center&gt;&lt;table bg="" style="color: rgb(252, 218, 245);" width="76%" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt;       &lt;tr&gt;         &lt;td width="100%"&gt;&lt;span style="color: rgb(128, 0, 0);font-family:Arial;font-size:130%;"  &gt;Physical Transmission Media &lt;/span&gt;&lt;p&gt;&lt;small&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;Cables constitute the Physical Transmission Medium in         a LAN and could be of the following types.&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;p&gt;&lt;span style="color: rgb(0, 0, 64);font-size:130%;" &gt;Cables&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;&lt;strong&gt;Coaxial cable :&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);"&gt; &lt;small&gt;&lt;span style="font-family:MS Sans Serif;"&gt;Coaxial cable consists of a stiff         copper conductor wire as core surrounded by an insulating material. There are two type of         coaxial cables used in Ethernet LAN - Thick coaxial cable used for distances upto 500m and         thin coaxial cables upto 185m.&lt;/span&gt;&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;&lt;strong&gt;Twisted pair cable:&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);"&gt; &lt;small&gt;&lt;span style="font-family:MS Sans Serif;"&gt;They are four pairs of insulated copper         conductors twisted and bounded by single plastic sheath with or without conductor shield         termed as STP and UTP respectively. &lt;/span&gt;&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;img src="http://www.wb.nic.in/nicnet/images/bullet.gif" alt="bullet.gif (1653 bytes)" width="14" height="14" /&gt;&lt;strong&gt;&lt;span style="color: rgb(128, 0, 255);"&gt;Fiber Optic Cables :&lt;/span&gt;&lt;span style="color: rgb(0, 0, 64);"&gt;         &lt;/span&gt;&lt;/strong&gt;&lt;span style="color: rgb(0, 0, 64);"&gt;&lt;small&gt;&lt;span style="font-family:MS Sans Serif;"&gt;In Fiber Optic cable, the medium used is         optical fiber instead of any conductors .The information is transmitted in form of optical         signal. Due to the high speed of optical signals the cable can support high bandwidth for         longer distance. Depending upon the type of fiber, there are two types of Fiber Optic         cables, single mode and multi-mode.&lt;/span&gt;&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt; &lt;/tbody&gt;     &lt;/table&gt;     &lt;/center&gt;&lt;/div&gt;&lt;hr /&gt;     &lt;p align="right"&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#top"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;p&gt;&lt;a name="atm"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:Verdana;font-size:100%;"  &gt;&lt;u&gt;&lt;strong&gt;ATM&lt;/strong&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;     &lt;div align="center"&gt;&lt;center&gt;&lt;table bg="" style="color: rgb(252, 218, 245);" width="76%" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt;       &lt;tr&gt;         &lt;td width="100%"&gt;&lt;span style="color: rgb(128, 0, 0);font-family:Arial;font-size:130%;"  &gt;Asynchronous Transfer Mode         (ATM) &lt;/span&gt;&lt;p align="justify"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;In         recent years, with the boom in information technology leading to new GUI based         applications, more emphasis is being given to improving backbone and inter LAN         performance. This has lead to a new concept of connecting the backbone through ATM         switches. &lt;strong&gt;ATM ( asynchronous transfer mode)&lt;/strong&gt; is the switching technology         where data is sent in forms of fixed length cells instead of packets of various lengths.         The speed of , in case of the ATM switches, is comparatively much faster than the         traditional Ethernet switch, as the network overhead is less for ATMs.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt; &lt;/tbody&gt;     &lt;/table&gt;     &lt;/center&gt;&lt;/div&gt;&lt;hr /&gt;     &lt;p align="right"&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#top"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;     &lt;p&gt;&lt;a name="internet"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:Verdana;font-size:100%;"  &gt;&lt;u&gt;&lt;strong&gt;Internet     Access over LAN&lt;/strong&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;     &lt;div align="center"&gt;&lt;center&gt;&lt;table bg="" style="color: rgb(252, 218, 245);" width="76%" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt;       &lt;tr&gt;         &lt;td width="100%"&gt;&lt;span style="color: rgb(128, 0, 0);font-family:Arial;font-size:130%;"  &gt;Internet Access over LAN &lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;&lt;br /&gt;    There are various methods of connecting a LAN to the Internet Gateway, which are explained         as below : &lt;/small&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;    &lt;strong&gt;&lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="6" height="7" /&gt; &lt;/strong&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#dial"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a name="dial"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;Dial - Up&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;    &lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="6" height="7" /&gt; &lt;/strong&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#leased"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a name="leased"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;Leased line&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#leased"&gt; &lt;/a&gt;&lt;br /&gt;    &lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="6" height="7" /&gt; &lt;/strong&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#isdn"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a name="isdn"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;a name="isdn"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#vsat"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a name="vsat"&gt;&lt;span style="color: rgb(151, 0, 151); font-family: Arial;"&gt;&lt;strong&gt;ISDN&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;&lt;a name="isdn"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;    &lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="6" height="7" /&gt; &lt;/strong&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#vsat"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a name="vsat"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;VSAT &lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#vsat"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a name="vsat"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;Technology&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;      &lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="6" height="7" /&gt; &lt;a href="http:///"&gt;&lt;span style="color: rgb(128, 0, 64);"&gt;RF Technology (Wireless Access)&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;    &lt;img alt="*" src="http://www.wb.nic.in/nicnet/images/bullpurp.gif" width="6" height="7" /&gt; &lt;/strong&gt;&lt;a href="http://www.wb.nic.in/nicnet/lan1.html#cable"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a name="cable"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;Cable Modem&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;p align="center"&gt;&lt;img alt="Internet Access Over LAN" src="http://www.wb.nic.in/nicnet/images/p81.gif" width="496" height="298" /&gt;&lt;/p&gt;         &lt;hr /&gt;         &lt;p&gt;&lt;a name="dial"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;Dial - Up&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;A common way of         accessing Internet over LAN is the Dial-Up approach. In this method, a remote user gets to         Internet as follows - Initially the remote user¹s PC is linked to the local gateway         through an existing dialup line using modems, once the user has reached the local gateway,         further routing up to Internet is taken care of, by the local gateway itself. The routing         procedures are transparent to the end user. &lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;hr /&gt;         &lt;p align="justify"&gt;&lt;a name="leased"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;Leased line&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;         &lt;p&gt;&lt;small&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;Leased line facility provides         reliable, high speed services starting as low as 2.4kbps and ranging as high as 45 Mbps         (T3 service). A leased line connection is an affordable way to link two or more sites for         a fixed monthly charge. Leased Lines can be either fiber optic or copper lines High         capacity leased line service is an excellent way to provide data, voice and video links         between sites. Leased line service provides a consistent amount of bandwidth for all your         communication needs.&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;         &lt;hr /&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;&lt;a name="isdn"&gt;ISDN&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;Integrated Services         digital Network (ISDN) is a digital telephone system. ISDN involves the digitization of         telephone network so that voice, data, graphics, text, music, video and other source         material can be provided to end users from a single end-user terminal over existing         telephone wiring.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;p&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;ISDN BRI (Basic Rate ISDN) delivers         two 64 kbps channels called B channels and one at 16kbps (D channel). ISDN offers speed at         64 Kbps and 128 Kbps and is an alternative for those with a need for greater Bandwidth         than dial service.For utilizing the ISDN service, the User needs to have an ISDN Terminal         Adapter and an ISDN Card on the system.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;hr /&gt;         &lt;p align="justify"&gt;&lt;a name="vsat"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;VSAT&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;VSAT technology has         emerged as a very useful, everyday application of modern telecommunications. VSAT stands         for 'Very Small Aperture Terminal' and refers to 'receive/transmit' terminals installed at         dispersed sites connecting to a central hub via satellite using small diameter antenna         dishes (0.6 to 3.8 meter). VSAT technology represents a cost effective solution for users         seeking an independent communications network connecting a large number of geographically         dispersed sites. VSAT networks offer value-added satellite-based services capable of         supporting the Internet, data, voice/fax etc. over LAN. Generally, these systems operate         in the Ku-band and C-band frequencies.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;         &lt;hr /&gt;         &lt;p align="justify"&gt;&lt;a name="cable"&gt;&lt;span style="color: rgb(151, 0, 151);font-family:Arial;" &gt;&lt;strong&gt;Cable Modem&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;         &lt;p align="justify"&gt;&lt;span style="color: rgb(0, 0, 64);font-family:MS Sans Serif;" &gt;&lt;small&gt;The Internet Access         over cable modem is a very new and fast emerging technology. A "Cable Modem" is         a device that allows high speed data access via a cable TV (CATV) network. A cable modem         will typically have two connections, one to the cable wall outlet and the other to the PC.         This will enable the typical array of Internet services at speeds of 100 to 1000 times as         fast as the telephone modem. The speed of cable modems range from 500 Kbps to 10 Mbps.&lt;/small&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt; &lt;/tbody&gt;     &lt;/table&gt;     &lt;/center&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3838708264232488618?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3838708264232488618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/lan-technologies.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3838708264232488618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3838708264232488618'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/lan-technologies.html' title='LAN Technologies'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3280441016278555649</id><published>2009-01-18T10:33:00.000-08:00</published><updated>2009-04-10T18:21:32.490-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='A Guide to Ethernet Components and Terminology'/><title type='text'>A Guide to Ethernet Components and Terminology</title><content type='html'>&lt;p style="font-weight: bold;" class="ProductCategory"&gt;A Guide to Ethernet Components and                      Terminology&lt;/p&gt;                   &lt;p&gt;The power of an Ethernet LAN (Local Area Network) is tremendous                      when applied to a factory floor or other industrial application.                      However, to take full advantage of its features, it requires                      more than simple wire connections from one device to another.                      Following are descriptions and explanations of some of the                      infrastructure devices that can make your Ethernet LAN come                      alive.&lt;/p&gt;                   &lt;p align="center"&gt;&lt;img src="http://www.bb-elec.com/images/ethernetInfrastructure.jpg" width="500" height="291" /&gt;&lt;/p&gt;                   &lt;p&gt;&lt;strong&gt;Unmanaged Ethernet switches&lt;/strong&gt; are a plug and                      play installation. Switches increase the number of nodes and                      the length of the LAN. They are designed to divide the network                      into separate collision domains. This reduces overall traffic                      on a LAN, improving communication speed and reducing errors.&lt;/p&gt;                   &lt;p&gt;Switches route communication to the desired end device instead                      of broadcasting the communication to everyone connected to                      the LAN. This is accomplished by the switch’s ability                      to set up a table of device addresses connected to each leg                      of the switch. With this information the switch knows where                      to send each Ethernet packet once it is received.&lt;br /&gt;&lt;/p&gt;                   &lt;p&gt; &lt;strong&gt;Managed Ethernet Switches&lt;/strong&gt; allow advanced                      control of your LAN. They usually include software to configure                      your network and diagnostic ports to monitor LAN traffic.                      If communications fail, most managed switches will alert the                      manager via e-mail or by closing a relay to trigger an audible                      signal or flash a light. Another feature available on managed                      switches is QoS (Quality of Service) programming which prioritizes                      messages ensuring important data receives the highest priority                      on the LAN segment.&lt;br /&gt;&lt;/p&gt;                   &lt;p&gt;&lt;strong&gt; Ethernet Hubs&lt;/strong&gt; are a simple way to increase                      the number of nodes, extend network distances while introducing                      the smallest amount of latency. Hubs don’t examine the                      Ethernet packets for destination information so they deliver&lt;br /&gt;                    the packets even more quickly than a switch. All messages                      received by the hub are sent out on all legs to all the connected                      devices. Installation is a plug and play operation.&lt;br /&gt;&lt;/p&gt;                   &lt;p&gt; &lt;strong&gt;Media Converters&lt;/strong&gt; change Ethernet twisted                      pair copper wires into fiber optic signals. Fiber optic is                      often preferable because it is impervious to interference                      that can disrupt the signals being carried by copper. Because                      fiber can extend the distance of a network up to 2 km in each                      segment, media converters can also increase the range of a                      network.&lt;br /&gt;&lt;/p&gt;                   &lt;p&gt; &lt;strong&gt;10BASE-T &lt;/strong&gt;- 10 Mbps Ethernet communications                      over Category 3 or better cable.&lt;/p&gt;                   &lt;p&gt;&lt;strong&gt; 100BASE-TX&lt;/strong&gt; - 100 Mbps Fast Ethernet communications                      over Category 5 or better cable.&lt;/p&gt;                   &lt;p&gt;&lt;strong&gt; 10BASE-FL&lt;/strong&gt; - 10 Mbps Ethernet transmitted                      over fiber optic cable.&lt;/p&gt;                   &lt;p&gt;&lt;strong&gt; 100BASE-FX&lt;/strong&gt; - 100 Mbps Fast Ethernet transmitted                      over fiber optic cable.&lt;/p&gt;                   &lt;p&gt; &lt;strong&gt;Auto-negotiation&lt;/strong&gt; - A protocol defined in                      the Ethernet standard that allows devices at either end of                      a link segment to advertise and negotiate modes of operation                      such as link speed (10 or 100 Mbps), half or full-duplex operation                      and full-duplex flow control.&lt;/p&gt;                   &lt;p&gt; &lt;strong&gt;MDI&lt;/strong&gt; - Medium Dependent Interface. The name                      for the connector used to make a physical and electrical connection                      between a transceiver and a media segment. For example, the                      RJ45 style connector is the MDI for 10BASE-T and 100BASE-TX.&lt;/p&gt;                   &lt;p&gt; &lt;strong&gt;MDI-X&lt;/strong&gt; - An MDI port on a hub or media converter                      with an internal crossover function. A “straight-through”                      cable can be used to connect a station to this port since                      the signal crossover is performed inside the port.&lt;/p&gt;                   &lt;p&gt;&lt;strong&gt; Quality of Service (QoS)&lt;/strong&gt; - Some switches                      support QoS (per 802.1p and 802.1Q standards) wherein tagged                      messages can be assigned one of eight levels of priority.                      QoS can be important where time-critical applications can                      be affected by data delays.&lt;/p&gt;                   &lt;p&gt;&lt;strong&gt; VLAN&lt;/strong&gt; - Virtual Local Area Network. A LAN                      that maps stations on a basis other than location —                      such as by department, user type or application. Managing                      traffic, workstations and bandwidth can be easier with a VLAN.&lt;br /&gt;                    This improves network efficiency.&lt;/p&gt;                   &lt;p&gt; &lt;strong&gt;Structured Cabling&lt;/strong&gt; — Nothing in Ethernet                      is left to chance. A set of cabling standards for design,                      installation, performance and testing provides a “structure”                      for Ethernet. (Refer to EIA/TIA 568 and ISO11801) &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3280441016278555649?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3280441016278555649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/guide-to-ethernet-components-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3280441016278555649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3280441016278555649'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/guide-to-ethernet-components-and.html' title='A Guide to Ethernet Components and Terminology'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-5735928745120506950</id><published>2009-01-18T07:42:00.000-08:00</published><updated>2009-04-10T18:21:32.483-07:00</updated><title type='text'>BCS-061P &amp; CS-68P</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;span style='color:blue; font-size:14pt; text-decoration:underline'&gt;&lt;strong&gt;For Each Set &lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='color:blue'&gt;Total Marks: 20&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='color:blue'&gt;Duration: 1 Hrs&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;					&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='color:blue; font-size:14pt'&gt;&lt;strong&gt;Term End Practical, July 2008 &lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-family:Times New Roman; font-size:16pt'&gt;&lt;strong&gt;&lt;br /&gt;					&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-size:16pt'&gt;&lt;strong&gt;BCS-061P (Set 1)&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;1)    Run the following command &amp;amp; write its use.                            &lt;span style='color:maroon'&gt;[5]&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;a.    mail&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;b.    cat&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;2)    Write &amp;amp; run a program in c-language for a simple data transfer between a client &amp;amp; server machine using TCP Protocol.                                    &lt;span style='color:maroon'&gt;[15]&lt;/span&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-size:16pt'&gt;&lt;strong&gt;BCS-061P (Set 2)&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;1)    Run the following command &amp;amp; write its use.                            &lt;span style='color:maroon'&gt;[5]&lt;/span&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;a.    ping&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;b.    who&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;2)    Write &amp;amp; run a program in c-language for implanting swap function, which exchange two socket addresses.                                        &lt;span style='color:maroon'&gt;[15]&lt;/span&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-family:Times New Roman; font-size:16pt'&gt;&lt;strong&gt;&lt;br /&gt;					&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-size:16pt'&gt;&lt;strong&gt;CS-68P (Set 1)&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;1)    How can you check the MAC address of your machine? Show it &amp;amp; writer all the steps.     &lt;span style='color:maroon'&gt;[5]&lt;/span&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;2)    Examine the Ethernet in your Study centre.                            &lt;span style='color:maroon'&gt;[15]&lt;/span&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;a)    What new network components (transceivers, switch, router etc) did you find? Write detailed specifications of each.&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;b)    What is the length of cable used?&lt;br /&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-size:16pt'&gt;&lt;strong&gt;CS-68P (Set 2)&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;1)    How can you assign IP address to your machine? Show it &amp;amp; writer all the steps.         &lt;span style='color:maroon'&gt;[5]&lt;/span&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;2)    We have a wire up to 200 meter of type UTP Cat5. We have to make a connection of one computer with another computer located at 200 meter. There are two additional switches also available for this purpose. Show how both computers will be connected.            &lt;span style='color:maroon'&gt;[15]&lt;/span&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;span style='font-family:Times New Roman'&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Arial; font-size:10pt'&gt;&lt;br /&gt;				&lt;/span&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-5735928745120506950?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/5735928745120506950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/bcs-061p-cs-68p.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/5735928745120506950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/5735928745120506950'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/bcs-061p-cs-68p.html' title='BCS-061P &amp;amp; CS-68P'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-5582874223595613327</id><published>2009-01-17T14:24:00.000-08:00</published><updated>2009-04-10T18:21:32.477-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Insert Into Statement'/><title type='text'>Insert Into Statement</title><content type='html'>&lt;p&gt;In SQL, there are essentially basically two ways to &lt;span style="color:green;"&gt;&lt;b&gt;INSERT&lt;/b&gt;&lt;/span&gt; data into a table: One is to insert it one row at a time, the other is to insert multiple rows at           a time. Let's first look at how we may &lt;span style="color:green;"&gt;&lt;b&gt;INSERT&lt;/b&gt;&lt;/span&gt; data one row at a time:&lt;/p&gt;            &lt;p&gt;The syntax for inserting data into a table one row at a time is as follows:&lt;/p&gt;            &lt;p&gt;&lt;span style="color:green;"&gt;&lt;b&gt;INSERT INTO "table_name" ("column1", "column2", ...)&lt;br /&gt;          VALUES ("value1", "value2", ...)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;Assuming that we have a table that has the following structure,&lt;/p&gt;            &lt;p&gt;Table &lt;i&gt;&lt;b&gt;Store_Information&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;          &lt;table class="content" border="1"&gt;             &lt;tbody&gt;&lt;tr&gt;               &lt;td&gt;Column Name&lt;/td&gt;               &lt;td&gt;Data Type&lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td&gt;store_name&lt;/td&gt;               &lt;td&gt;char(50)&lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td&gt;Sales&lt;/td&gt;               &lt;td&gt;float&lt;/td&gt;             &lt;/tr&gt;             &lt;tr&gt;               &lt;td&gt;Date&lt;/td&gt;               &lt;td&gt;datetime&lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;            &lt;/p&gt;&lt;p&gt;and now we wish to insert one additional row into the table representing the sales data for Los Angeles on January 10, 1999. On that day, this store had $900 in sales. We will hence use the following SQL script:&lt;/p&gt;            &lt;p&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;INSERT INTO Store_Information (store_name, Sales, Date)&lt;br /&gt;          VALUES ('Los Angeles', 900, 'Jan-10-1999')&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;The second type of &lt;span style="color:green;"&gt;&lt;b&gt;INSERT INTO&lt;/b&gt;&lt;/span&gt; allows us to insert multiple rows into a table. Unlike the previous example, where we insert a single row by specifying its values for all columns, we now use a &lt;span style="color:green;"&gt;&lt;b&gt;SELECT&lt;/b&gt;&lt;/span&gt; statement to specify the data that we want to insert into the table. If you are thinking whether this means that you are using information from another table, you are correct. The syntax is as follows:&lt;/p&gt;            &lt;p&gt;&lt;span style="color:green;"&gt;&lt;b&gt;INSERT INTO "table1" ("column1", "column2", ...)&lt;br /&gt;          SELECT "column3", "column4", ...&lt;br /&gt;          FROM "table2"&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;Note that this is the simplest form. The entire statement can easily contain &lt;span style="color:green;"&gt;&lt;b&gt;WHERE&lt;/b&gt;&lt;/span&gt;, &lt;span style="color:green;"&gt;&lt;b&gt;GROUP BY&lt;/b&gt;&lt;/span&gt;, and &lt;span style="color:green;"&gt;&lt;b&gt;HAVING&lt;/b&gt;&lt;/span&gt; clauses, as well as table joins and aliases.&lt;/p&gt;            &lt;p&gt;So for example, if we wish to have a table, &lt;i&gt;&lt;b&gt;Store_Information&lt;/b&gt;&lt;/i&gt;, that collects the sales information for year 1998, and you already know that the source data resides in the           &lt;i&gt;&lt;b&gt;Sales_Information table&lt;/b&gt;&lt;/i&gt;, we'll type in:&lt;/p&gt;            &lt;p&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;INSERT INTO Store_Information (store_name, Sales, Date)&lt;br /&gt;          SELECT store_name, Sales, Date&lt;br /&gt;          FROM Sales_Information&lt;br /&gt;          WHERE Year(Date) = 1998&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;Here I have used the SQL Server syntax to extract the year information out of a date. Other relational databases will have different syntax. For example, in Oracle, you will use to_char(date,'yyyy')=1998. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-5582874223595613327?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/5582874223595613327/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/insert-into-statement.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/5582874223595613327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/5582874223595613327'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/insert-into-statement.html' title='Insert Into Statement'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3839841969959456527</id><published>2009-01-17T14:22:00.000-08:00</published><updated>2009-04-10T18:21:32.470-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Create Table Statement'/><title type='text'>Create Table Statement</title><content type='html'>&lt;span style="float: left; width: 350px;"&gt;  &lt;/span&gt;  &lt;p&gt;Tables are the basic structure where data is stored in the database. Given that in most cases, there is no way for the database vendor to know ahead of time what your data storage needs are, chances are that you will need to create tables in the database yourself. Many database tools allow you to create tables without writing SQL, but given that tables are the container of all the data, it is important to include the &lt;span style="color:green;"&gt;&lt;b&gt;CREATE TABLE&lt;/b&gt;&lt;/span&gt; syntax in this tutorial.&lt;/p&gt;            &lt;p&gt;Before we dive into the SQL syntax for &lt;span style="color:green;"&gt;&lt;b&gt;CREATE TABLE&lt;/b&gt;&lt;/span&gt;, it is a good idea to understand what goes into a table. Tables are divided into rows and columns. Each row represents one piece of data, and each column can be thought of as representing a component of that piece of data. So, for example, if we have a table for recording customer information, then the columns may include information such as First Name, Last Name, Address, City, Country, Birth Date, and so on. As a result, when we specify a table, we include the column headers and the data types for that particular column.&lt;/p&gt;            &lt;p&gt;So what are data types? Typically, data comes in a variety of forms. It could be an integer (such as 1), a real number (such as 0.55), a string (such as 'sql'), a date/time expression (such as '2000-JAN-25 03:22:22'), or even in binary format. When we specify a table, we need to specify the data type associated with each column (i.e., we will specify that 'First Name' is of type char(50) - meaning it is a string with 50 characters). One thing to note is that different relational databases allow for different data types, so it is wise to consult with a database-specific reference first.&lt;/p&gt;            &lt;p&gt;The SQL syntax for &lt;b&gt;CREATE TABLE&lt;/b&gt; is&lt;/p&gt;            &lt;p&gt;&lt;span style="color:green;"&gt;&lt;b&gt;CREATE TABLE "table_name"&lt;br /&gt;          ("column 1" "data_type_for_column_1",&lt;br /&gt;          "column 2" "data_type_for_column_2",&lt;br /&gt;          ... )&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;So, if we are to create the customer table specified as above, we would type in&lt;/p&gt;  &lt;p&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;CREATE TABLE customer&lt;br /&gt;(First_Name char(50),&lt;br /&gt;Last_Name char(50),&lt;br /&gt;Address char(50),&lt;br /&gt;City char(50),&lt;br /&gt;Country char(25),&lt;br /&gt;Birth_Date date)&lt;/b&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p&gt;Sometimes, we want to provide a default value for each column. A default value is used when you do not specify a column's value when inserting data into the table. To specify a default value, add "Default [value]" after the data type declaration. In the above example, if we want to default column "Address" to "Unknown" and City to "Mumbai", we would type in &lt;/p&gt;&lt;p&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;CREATE TABLE customer&lt;br /&gt;(First_Name char(50),&lt;br /&gt;Last_Name char(50),&lt;br /&gt;Address char(50) default 'Unknown',&lt;br /&gt;City char(50) default 'Mumbai',&lt;br /&gt;Country char(25),&lt;br /&gt;Birth_Date date)&lt;/b&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p&gt;You can also limit the type of information a table / a column can hold.  This is done through the &lt;span style="font-weight: bold;"&gt;CONSTRAINT&lt;/span&gt; keyword&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-3839841969959456527?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/3839841969959456527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/create-table-statement.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3839841969959456527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/3839841969959456527'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/create-table-statement.html' title='Create Table Statement'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6051499295721566347</id><published>2009-01-17T14:16:00.000-08:00</published><updated>2009-04-10T18:21:32.464-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Specifying a primary key'/><title type='text'>Specifying a primary key</title><content type='html'>&lt;span style="float: left; width: 350px;"&gt;  &lt;/span&gt;  &lt;p&gt;A primary key is used to uniquely identify each row in a table. It can either be part of the actual record itself , or it can be an artificial field (one that has nothing to do with the actual record). A primary key can consist of one or more fields on a table. When multiple fields are used as a primary key, they are called a composite key. &lt;/p&gt;&lt;p&gt;Primary keys can be specified either when the table is created     (using &lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;CREAT TABLE&lt;/span&gt;&lt;/span&gt;) or     by changing the existing table structure (using &lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;ALTER TABLE&lt;/span&gt;&lt;/span&gt;).        &lt;/p&gt;&lt;p&gt;Below are examples for specifying a primary key when creating a table:      &lt;/p&gt;&lt;p&gt;&lt;b&gt;MySQL&lt;/b&gt;:      &lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;CREATE TABLE Customer    &lt;br /&gt;(SID integer,    &lt;br /&gt;Last_Name varchar(30),    &lt;br /&gt;First_Name varchar(30),    &lt;br /&gt;PRIMARY KEY (SID));&lt;/b&gt;&lt;/span&gt;      &lt;/p&gt;&lt;p&gt;&lt;b&gt;Oracle&lt;/b&gt;:      &lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;CREATE TABLE Customer    &lt;br /&gt;(SID integer PRIMARY KEY,    &lt;br /&gt;Last_Name varchar(30),    &lt;br /&gt;First_Name varchar(30));&lt;/b&gt;&lt;/span&gt;      &lt;/p&gt;&lt;p&gt;&lt;b&gt;SQL Server&lt;/b&gt;:      &lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;CREATE TABLE Customer    &lt;br /&gt;(SID integer PRIMARY KEY,    &lt;br /&gt;Last_Name varchar(30),    &lt;br /&gt;First_Name varchar(30));&lt;/b&gt;&lt;/span&gt;          &lt;/p&gt;&lt;p&gt;Below are examples for specifying a primary key by altering a table:      &lt;/p&gt;&lt;p&gt;&lt;b&gt;MySQL&lt;/b&gt;:      &lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;ALTER TABLE Customer ADD PRIMARY KEY (SID);&lt;/b&gt;&lt;/span&gt;      &lt;/p&gt;&lt;p&gt;&lt;b&gt;Oracle&lt;/b&gt;:      &lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;ALTER TABLE Customer ADD PRIMARY KEY (SID);&lt;/b&gt;&lt;/span&gt;      &lt;/p&gt;&lt;p&gt;&lt;b&gt;SQL Server&lt;/b&gt;:      &lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;b&gt;ALTER TABLE Customer ADD PRIMARY KEY (SID);&lt;/b&gt;&lt;/span&gt;      &lt;/p&gt;&lt;p&gt;Note:  Before using the ALTER TABLE command to add a primary key, you'll need     to make sure that the field is defined as 'NOT NULL' -- in other words,     NULL cannot be an accepted value for that field.  &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6051499295721566347?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6051499295721566347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/specifying-primary-key.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6051499295721566347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6051499295721566347'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/specifying-primary-key.html' title='Specifying a primary key'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-780938957147645527</id><published>2009-01-17T14:00:00.000-08:00</published><updated>2009-05-25T13:05:05.883-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bachelor in Computer Applications - BCA'/><title type='text'>Bachelor in Computer Applications - BCA</title><content type='html'>&lt;p&gt;&lt;span style="font-family: webdings; color: rgb(204, 0, 0);font-size:180%;" &gt;&lt;span style="font-weight: bold;"&gt;BCA From IGNOU&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The BCA provides an understanding and skills related to the use of computer      and its application. Its design is based on the BDP programme of the IGNOU,      with a special focus on computer application and possibly of moving on to      an MCA after completing the BCA.&lt;/p&gt;   &lt;p&gt;The minimum duration of the course is 3 years ad the maximum duration is      6 years. The facilities for counselling and practical second and third year      will, however, not automatically be extended after first year of study. Practical      sessions in subsequent years is at the discretion of the University and subject      to payment for the same. During practical 2 students have to share one computer.      In the first year total no of practical sessions is 40 (10 sessions in semester      - 1 and 30 sessions in 2nd semester ). In 2nd year total number of practical      session is 40 and in 3rd year total number of practical counselling sessions      is 60. Each practical counselling session is equal to 3 hrs. &lt;/p&gt;   &lt;p&gt;The BCA comprises of the following courses year-wise.&lt;/p&gt;      &lt;p style="font-weight: bold;"&gt;First Year&lt;br /&gt;   1st Semester &amp;amp; 2nd Semester&lt;/p&gt;      &lt;p&gt;&lt;span style="font-weight: bold;"&gt;CS-610&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Foundation course in English for Computing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-612&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;P.C. Software application Skills&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    FHS&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Foundation Course in Humanities &amp;amp; Social Science&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-60&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Foundation Course in Mathematics in Computing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    CS-611&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Computer Fundamentals &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-62&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;C Programming &amp;amp; Data Structure     &lt;/span&gt;&lt;br /&gt;    &lt;/p&gt;&lt;p style="font-weight: bold;"&gt;Second Year&lt;br /&gt;2nd Semester &amp;amp; 3rd Semester &lt;/p&gt;            &lt;p&gt; &lt;span style="font-weight: bold;"&gt;FST&lt;/span&gt;&lt;span style="font-style: italic;"&gt; : Foundation Course in Science &amp;amp; Technology&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-06&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Introduction to DBMS&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-63 &lt;/span&gt;: &lt;span style="font-style: italic;"&gt;Introduction to System Software &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-64&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Introduction to Computer      Organisation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-05&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Elements of System Analysis and Design &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-65&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Window Programming     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    CS-66&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Multimedia&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    CS-67&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;A RDBMS Lab&lt;/span&gt;&lt;/p&gt;      &lt;p style="font-weight: bold;"&gt;Third Year&lt;br /&gt;5th Semester &amp;amp; 6th Semester&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;    CS-68&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Computer Network &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-72 &lt;/span&gt;:&lt;span style="font-style: italic;"&gt; C++ and Object Oriented Programming&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    CS-69&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;TCP/IP Programming &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-73 &lt;/span&gt;:&lt;span style="font-style: italic;"&gt; Theory of Computer Science&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    CS-70&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Introduction to Software Engineering &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-74&lt;/span&gt; :&lt;span style="font-style: italic;"&gt; Introduction to Internet      Programming (JAVA, ACTIVEX)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-71&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Computer Oriented Numerical Techniques &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CS-75&lt;/span&gt; : &lt;span style="font-style: italic;"&gt;Intranet Administration     &lt;/span&gt;&lt;br /&gt;   &lt;span style="font-weight: bold; font-style: italic;"&gt;CS-76 : Project &lt;/span&gt;&lt;/p&gt;   &lt;p&gt;After passing BCA 3rd year a student can join from MCA 2nd year&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-780938957147645527?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/780938957147645527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/bachelor-in-computer-applications-bca.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/780938957147645527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/780938957147645527'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/bachelor-in-computer-applications-bca.html' title='Bachelor in Computer Applications - BCA'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-8507881481128048148</id><published>2009-01-17T10:05:00.000-08:00</published><updated>2009-04-10T18:21:32.450-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='UPDATE and DELETE'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Syntax - SELECT'/><title type='text'>SQL Syntax - SELECT,UPDATE and DELETE</title><content type='html'>&lt;span style="color: rgb(0, 0, 0);"&gt;Below is the Lists of possible syntax for SELECT,UPDATE and DELETE&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;strong&gt;SELECT&lt;/strong&gt;&lt;/span&gt; &lt;span style="color: rgb(51, 51, 255);"&gt;Syntax&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;-&lt;span style="font-size: 85%;"&gt; Get Information from a table in database&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 85%;"&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName1&lt;/span&gt;,&lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName2&lt;/span&gt;, &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName3&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt;&lt;br /&gt;SELECT &lt;span style="color: rgb(255, 0, 0);"&gt;DISTINCT&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 85%;"&gt;SELECT &lt;span style="color: rgb(255, 0, 0);"&gt;COUNT&lt;/span&gt; (ColumnName) FROM TableName&lt;br /&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;WHERE &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; = value&lt;/span&gt;&lt;br /&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;WHERE &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName1&lt;/span&gt; = value &lt;span style="color: rgb(255, 0, 0);"&gt;AND&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName2&lt;/span&gt; = value&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 85%;"&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;WHERE &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName1&lt;/span&gt; = value &lt;span style="color: rgb(255, 0, 0);"&gt;OR&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName2&lt;/span&gt; = value&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 85%;"&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;WHERE &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;IN&lt;/span&gt; (Value1,Value2)&lt;/span&gt;&lt;br /&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;WHERE &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;BETWEEN&lt;/span&gt; (Value1 &lt;span style="color: rgb(255, 0, 0);"&gt;AND&lt;/span&gt; Value2)&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 85%;"&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;WHERE&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Like&lt;/span&gt; '%Value1%'&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 85%;"&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;ORDER&lt;/span&gt; BY&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;SELECT &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName1&lt;/span&gt; , SUM(&lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName2&lt;/span&gt; ) FROM &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;GROUP BY&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName1&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;HAVING&lt;/span&gt; (Arithematic Condition)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;strong&gt;UPDATE&lt;/strong&gt; Syntax&lt;/span&gt;&lt;br /&gt;UPDATE &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; SET &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; = &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Value&lt;/span&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;WHERE {Condition}&lt;/span&gt;&lt;br /&gt;UPDATE &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; SET &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; = Value WHERE &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; = value&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;strong&gt;DELETE&lt;/strong&gt; Syntax&lt;/span&gt;&lt;br /&gt;DELETE &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;WHERE {Condition}&lt;/span&gt;&lt;br /&gt;DELETE &lt;span style="color: rgb(0, 153, 0);"&gt;TableName&lt;/span&gt; WHERE &lt;span style="color: rgb(0, 153, 0);"&gt;ColumnName&lt;/span&gt; = value&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-8507881481128048148?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/8507881481128048148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/sql-syntax-selectupdate-and-delete.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/8507881481128048148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/8507881481128048148'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/sql-syntax-selectupdate-and-delete.html' title='SQL Syntax - SELECT,UPDATE and DELETE'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-131393233191892889</id><published>2009-01-17T06:31:00.000-08:00</published><updated>2009-04-10T18:21:32.443-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Transaction Control in SQL'/><title type='text'>Transaction Control in SQL</title><content type='html'>&lt;div align="left"&gt;&lt;h1 class="P48" id="mbp_toc_15"&gt;Transaction Control&lt;/h1&gt;  &lt;p class="P20_borderStart"&gt;A TRANSACTION is a unit of work.  A TRANSACTION may be a single action or it may be a series of actions.  For example, if you add 5 records and all 5 records must be added before saving, that is a single transaction.  If you add 5 records and you save between each, those are 5 discrete transactions.&lt;/p&gt;  &lt;p class="Note"&gt;NOTE: Whether or not the 5 transactions must be saved as one transaction or as multiple transactions is based on the busines&lt;span class="T18"&gt;s rules for an application.  In general, the database does not care.&lt;/span&gt;&lt;/p&gt;  &lt;p class="P23_borderEnd"&gt;TRANSACTION CONTROL refers to the commands that allow you to save, or not, any data that you may have manipulated.  Technically, transaction control has its own language, separate from DML called the Transaction Control Language or TCL.  However, in most conversations, TCL is usually encompassed  in DML.  Regardless, TCL is important to understand before you start using DML.&lt;/p&gt;  &lt;h2 class="Heading_20_2" id="mbp_toc_16"&gt;&lt;a&gt;&lt;span style="margin-right: 0.381cm;"&gt;&lt;/span&gt;&lt;/a&gt;Begin Transaction/End Transaction&lt;/h2&gt;  &lt;p class="P20_borderStart"&gt;The keywords “BEGIN TRANSACTION” and “END TRANSACTION” are part of the ANSI SQL standard.  Unfortunately, not all vendors have implemented these keywords the same way.  For some, the keywords are optional, other required.  For some, END TRANSACTION is implicitly called by COMMIT or ROLLBACK and you will get an error by using this keyword.  Others require an END TRANSACTION and will commit your data when called.&lt;/p&gt;  &lt;p class="P20"&gt;To make it a little more difficult, at least one database treats your DML  and DDL commands differently depending on whether or not you call BEGIN TRANSACTION.  For this database, if you do not explicitly begin the transaction, each successful DML command is auto-saved and any errors are rolled back.  If you do explicitly begin the transaction, by calling BEGIN TRANSACTION, all commands are treated as a single transaction and are committed or rolled back together. &lt;/p&gt;  &lt;p class="P26"&gt; The easiest way to see if your database requires these commands is to check the documentation for your chosen database.  &lt;/p&gt;  &lt;p class="P26"&gt;The important thing to remember about these keywords is that they really don't do anything to your data.  They don't add data or change data.  In some databases, using the END TRANSACTION will save any changes you have already made.&lt;/p&gt;  &lt;p class="P26_borderEnd"&gt;Synonyms for BEGIN TRANSACTION are BEGIN, BEGIN WORK and START TRANSACTION.&lt;/p&gt;  &lt;h2 class="Heading_20_2" id="mbp_toc_17"&gt;&lt;a&gt;&lt;span style="margin-right: 0.381cm;"&gt;&lt;/span&gt;&lt;/a&gt;Rollback&lt;/h2&gt;  &lt;p class="P20_borderStart"&gt;ROLLBACK is arguably the most important command that you will learn.  I call it, fondly, the “oops” command.  With the ROLLBACK command you can undo any kind of DML.  In many databases, you can even undo Data Definition Language (DDL) commands.&lt;/p&gt;  &lt;p class="P20"&gt;ROLLBACK will rollback all changes back to the beginning of a transaction.  In some systems, that means back to the last BEGIN TRANSACTION, where as in other databases that means back to the last COMMIT or ROLLBACK.&lt;/p&gt;  &lt;p class="P20"&gt;In Oracle, DDL cannot be undone via ROLLBACK.  DML can.  You are not required to begin a transaction in Oracle and a ROLLBACK will rollback to the last COMMIT or ROLLBACK before it.&lt;/p&gt;  &lt;p class="P26"&gt;The syntax for a ROLLBACK is very simple:&lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK;&lt;/p&gt;    &lt;p class="P26_borderEnd"&gt;Many vendors like to extend the database with proprietary syntax extensions on the standard.  Oracle, for example, adds the FORCE keyword to handle special situations with distributed transactions.  One extension to rollback, albeit part of the standard, is rollback to savepoint.  Not all databases support SAVEPOINT.&lt;/p&gt;  &lt;h2 class="Heading_20_2" id="mbp_toc_18"&gt;&lt;a&gt;&lt;span style="margin-right: 0.381cm;"&gt;&lt;/span&gt;&lt;/a&gt;Savepoint&lt;/h2&gt;  &lt;p class="Text_20_body_borderStart"&gt;&lt;span class="T8"&gt;A &lt;/span&gt;&lt;span class="T8"&gt;savepoint&lt;/span&gt;&lt;span class="T8"&gt;allows a developer or user to maintain multiple &lt;/span&gt;&lt;span class="T8"&gt;rollback&lt;/span&gt;&lt;span class="T8"&gt;points in a &lt;/span&gt;&lt;span class="T8"&gt;SQL&lt;/span&gt;&lt;span class="T8"&gt;script or procedure.  You can use them interactively but that is less useful as it can quickly get &lt;/span&gt;&lt;span class="T8"&gt;confusing.&lt;/span&gt;&lt;/p&gt;  &lt;p class="P20"&gt;Savepoints allow nested rollbacks.  You can execute a DML command, i.e. insert a record, issue a savepoint, insert another record and then rollback just the second insert.  Without savepoints, a rollback would roll back both inserts.&lt;/p&gt;  &lt;p class="P20"&gt;Savepoint work by giving a name to a savepoint.&lt;/p&gt;  &lt;p class="Code"&gt;INSERT INTO taba(column1) VALUES (123);&lt;/p&gt;  &lt;p class="Code"&gt;SAVEPOINT first_savepoint;&lt;/p&gt;  &lt;p class="Code"&gt;INSERT INTO tabb(column2) VALUES (456);&lt;/p&gt;    &lt;p class="P26"&gt;To rollback all changes, we would use:&lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK;&lt;/p&gt;    &lt;p class="P26"&gt;To rollback just the second insert, we roll back to the named savepoint:&lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK TO first_savepoint; &lt;/p&gt;    &lt;p class="P26"&gt;It is possible for the script or session to have multiple savepoints.&lt;/p&gt;  &lt;p class="Code"&gt;INSERT INTO taba(column1) VALUES (123);&lt;/p&gt;  &lt;p class="Code"&gt;SAVEPOINT first_savepoint;&lt;/p&gt;  &lt;p class="Code"&gt;INSERT INTO tabb(column2) VALUES (456);&lt;/p&gt;  &lt;p class="Code"&gt;SAVEPOINT another_save;&lt;/p&gt;  &lt;p class="Code"&gt;INSERT INTO taba(column2) VALUES (456);&lt;/p&gt;  &lt;p class="Code"&gt;SAVEPOINT oogabooga;&lt;/p&gt;  &lt;p class="Code"&gt;INSERT INTO tabd(column3) VALUES (789);&lt;/p&gt;    &lt;p class="P20"&gt;We could roll back to any one of these:&lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK TO oogabooga;&lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK TO another_save;&lt;/p&gt;    &lt;p class="P20"&gt;Executing these two rollback commands would leave the first two inserts intact but would undo inserts 3 and 4.&lt;/p&gt;  &lt;p class="P20"&gt;Had we issued:&lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK TO first_savepoint; &lt;/p&gt;  &lt;p class="P20"&gt;None of the other savepoints would remain.  Rolling back to a higher level savepoint invalidates the lower level savepoints.  As a matter of a fact, if we executed:&lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK TO first_savepoint; &lt;/p&gt;  &lt;p class="Code"&gt;ROLLBACK TO oogabooga;&lt;/p&gt;  &lt;p class="P20_borderEnd"&gt;We would get an error in most databases.&lt;/p&gt;  &lt;h2 class="Heading_20_2" id="mbp_toc_19"&gt;&lt;a&gt;&lt;span style="margin-right: 0.381cm;"&gt;&lt;/span&gt;&lt;/a&gt;Commit&lt;/h2&gt;  &lt;p class="P20_borderStart"&gt;The second most important command you can learn is the COMMIT command.  Commit tells the database to save any additions, changes or deletions that you may have made.  The basic syntax is very simple:&lt;/p&gt;  &lt;p class="Code"&gt;COMMIT;&lt;/p&gt;  &lt;p class="P20"&gt; In some databases, you may need to say:&lt;/p&gt;  &lt;p class="Code"&gt;COMMIT WORK:&lt;/p&gt;  &lt;p class="P20"&gt;In some databases, COMMIT WORK and COMMIT TRANSACTION are synonyms for COMMIT.  As mentioned above, in some databases, END TRANSACTION is also a synonym for COMMIT.&lt;/p&gt;  &lt;p class="P20"&gt;Some extensions that you may see for the COMMIT keyword allow you to COMMIT your work but let you continue processing before the change is written to disk (NOWAIT) or  to force a commit on distributed transactions (FORCE).&lt;/p&gt;  &lt;p class="P20_borderEnd"&gt;It's always important to review your vendor documentation for specific extensions to the SQL standard as some of these extensions are extremely valuable.  For example, Oracle's NOWAIT extension can dramatically improve performance in certain situations where there is an extremely high transaction rate and during batch loads.&lt;/p&gt;&lt;p class="P20_borderEnd"&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;______________________________________&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 153, 153);"&gt;Source : http://databasewisdom.com/sql_toc_chapter2.shtml&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-131393233191892889?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/131393233191892889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/transaction-control-in-sql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/131393233191892889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/131393233191892889'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/transaction-control-in-sql.html' title='Transaction Control in SQL'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1621461842548645587</id><published>2009-01-08T13:23:00.000-08:00</published><updated>2009-04-10T18:21:32.437-07:00</updated><title type='text'>Direct FTP games on ftp</title><content type='html'>"ftp://leech:l33ch@61.145.123.141:5632/"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1621461842548645587?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.mechodownload.com/forum/games-zone/50206-games-ftp.html' title='Direct FTP games on ftp'/><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1621461842548645587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/direct-ftp-games-on-ftp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1621461842548645587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1621461842548645587'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/direct-ftp-games-on-ftp.html' title='Direct FTP games on ftp'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4194181228698263171</id><published>2009-01-06T01:49:00.000-08:00</published><updated>2009-04-10T18:21:32.432-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WolframMathematica'/><title type='text'>WolframMathematica</title><content type='html'>&lt;a href="http://integrals.wolfram.com/index.jsp?expr=((x^5)(1-x)^4)%2F(1%2Bx^2)&amp;amp;random=false"&gt;http://integrals.wolfram.com/index.jsp?expr=((x^5)(1-x)^4)%2F(1%2Bx^2)&amp;amp;random=false&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 153, 102);"&gt;Wolfram &lt;/span&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;Mathematica&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;ONLINE INTEGRATOR&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 153, 102);"&gt;The world's only full-power integration solver&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4194181228698263171?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4194181228698263171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/wolframmathematica.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4194181228698263171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4194181228698263171'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/wolframmathematica.html' title='WolframMathematica'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-4368376598237298206</id><published>2009-01-06T01:32:00.000-08:00</published><updated>2009-04-10T18:21:32.427-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mathematics 1=2 ?'/><title type='text'>Mathematics 1=2 ?</title><content type='html'>&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;prove 1=2&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;______________&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Consider x^2 -x^2:&lt;br /&gt;x^2-x^2=x(x-x).........eqn.1&lt;br /&gt;also,x^2-x^2=(x+x)(x-x).......eqn.2&lt;br /&gt;equating 1 n 2........x(x-x)=(x+x)(x-x)........&lt;br /&gt;cancelling (x-x) both sides...........we get........&lt;br /&gt;x=x+x&lt;br /&gt;=&gt; x=2x&lt;br /&gt;cancelling x both sides.........&lt;br /&gt;=&gt; 1=2.....&lt;br /&gt;hence proved.................&lt;br /&gt;______________&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To Prove 1 = 2&lt;br /&gt;Let x = y&lt;br /&gt;=&gt; 2x - x = 2y - y&lt;br /&gt;=&gt; 2x - 2y = x - y&lt;br /&gt;{taking 2 common in LHS}&lt;br /&gt;=&gt; 2(x - y) = (x - y)&lt;br /&gt;=&gt; 2 = 1&lt;br /&gt;hence proved.....!!!&lt;br /&gt;______________&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;x^2 = x*x&lt;br /&gt;x^2=x+x+x.......(x times)&lt;br /&gt;differentiating both sides...&lt;br /&gt;2x = 1+1+1+.......(x times)&lt;br /&gt;2x=x&lt;br /&gt;2=1&lt;br /&gt;&lt;/div&gt;&lt;div&gt;______________&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;Source : Orkut Community&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-4368376598237298206?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/4368376598237298206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2009/01/mathematics-12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4368376598237298206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/4368376598237298206'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2009/01/mathematics-12.html' title='Mathematics 1=2 ?'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-9035961732654030799</id><published>2008-09-23T10:51:00.000-07:00</published><updated>2009-04-10T18:21:32.542-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HOLY QUARAN'/><title type='text'>"HOLY QUARAN"</title><content type='html'>Click the link to read &lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;"HOLY QUARAN"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:georgia;font-size:180%;"  &gt;&lt;a href="http://swffiles.synthasite.com/resources/Holy_Quran.pdf" target="_blank"&gt;Read Holy_Quran.pdf&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Downloading link of &lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;"HOLY QUARAN"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;&lt;a style="font-family: georgia; font-weight: bold;" href="http://www.4shared.com/file/64155378/1464a3aa/Holy_Quran.html?dirPwdVerified=267f7dfc" target="_blank"&gt;Download Holy_Quran&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Size : 4.13 Mb.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-9035961732654030799?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/9035961732654030799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/quaran.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/9035961732654030799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/9035961732654030799'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/quaran.html' title='&amp;quot;HOLY QUARAN&amp;quot;'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-2318680161032221170</id><published>2008-09-21T18:40:00.000-07:00</published><updated>2009-04-10T18:21:32.548-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips N Tricks.'/><title type='text'>Tired of chasing your mouse? Use keyboard shortcuts</title><content type='html'>&lt;h1&gt;Tired of chasing your mouse? Use keyboard shortcuts&lt;/h1&gt;&lt;div class="date"&gt;Published: September 7, 2006&lt;/div&gt;&lt;p&gt;The mouse, one of the greatest advances in computing history, provides you with an intuitive point-and-click method for using your computer. Depending on the type of work you're doing, however, sometimes using a mouse actually slows you down. If you are a good typist, taking your hands away from the keyboard to move the mouse can use up a few seconds. Over the course of a full day, you could save several minutes by using keyboard shortcuts instead of the mouse.&lt;/p&gt;&lt;p&gt;You can use your keyboard instead of your mouse to do these three tasks:&lt;/p&gt;•    Start a program&lt;br /&gt;•    Navigate menus&lt;br /&gt;•    Minimize, maximize, and close windows&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Start a program using a keyboard shortcut&lt;/h2&gt;&lt;p&gt;The Start menu is great for finding programs, but its multiple levels of folders can be time consuming to navigate. If there is a program you start frequently, you should set a keyboard shortcut for it so that you can start the program without taking your hands off the keyboard.&lt;/p&gt;&lt;p&gt;&lt;b&gt;To set a keyboard shortcut to start a program&lt;/b&gt;&lt;/p&gt;&lt;table class="numberedList" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;td class="listNumber" align="right" nowrap="nowrap"&gt;&lt;p&gt;1.&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Click the &lt;b&gt;Start&lt;/b&gt; menu, and then click &lt;b&gt;All Programs&lt;/b&gt;. Right-click the program that you want to start with a keyboard shortcut, and then click &lt;b&gt;Properties&lt;/b&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-ie-Properties.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px;" src="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-ie-Properties.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;2. Click in the &lt;b&gt;Shortcut key&lt;/b&gt; box. Now press the letter on your keyboard that you want to use to start the program. Make it easy to remember—for example, press I for Microsoft Internet Explorer.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; You can use either uppercase or lowercase letters when creating your keyboard shortcuts—and when accessing them later. In the Shortcut key box, Microsoft Windows XP automatically adds &lt;b&gt;Ctrl + Alt +&lt;/b&gt; before the key you pressed. When you want to start the program, hold down both the CTRL and ALT keys simultaneously, while also pressing the letter you chose. This way, your program won't start every time you type that letter.&lt;/p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-press-shortcut-key.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px;" src="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-press-shortcut-key.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;3. Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-keycombination.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px;" src="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-keycombination.jpg" alt="" border="0" /&gt;&lt;/a&gt;4. Now test your shortcut. Hold down the CTRL and ALT keys, and then press the letter you chose. If you find it difficult to hold down two keys at once, read Turn on the Sticky Keys feature. Your program should start.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-ie-properties-click-okcopy.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px;" src="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-ie-properties-click-okcopy.gif" alt="" border="0" /&gt;&lt;/a&gt;When your friends see you start up programs without touching your mouse, they just might think you have a psychic connection with your computer!&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Navigate menus using the keyboard&lt;/h2&gt;&lt;p&gt;You can speed up tasks in almost any program by choosing menu items using your keyboard instead of your mouse. This operation is particularly handy when you're performing repetitive tasks.&lt;/p&gt;&lt;p&gt;&lt;b&gt;To control menus using your keyboard&lt;/b&gt;&lt;/p&gt;&lt;table class="numberedList" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;td class="listNumber" align="right" nowrap="nowrap"&gt;&lt;p&gt;1.&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;With your program open, press the ALT key. Notice that one letter on each menu name is now underlined. To open the menu, press the underlined key. For example, in Internet Explorer, the &lt;b&gt;View&lt;/b&gt; menu name shows the V underlined after you press the ALT key. To open the &lt;b&gt;View&lt;/b&gt; menu, press the ALT key, and then press V.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-menu1-highlight.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px;" src="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-menu1-highlight.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;2. Now, each menu item will show one letter underlined. To access or activate the menu item you want, simply press the underlined key. For example, in Internet Explorer, after you open the &lt;b&gt;View&lt;/b&gt; menu, the &lt;b&gt;Privacy Report&lt;/b&gt; menu item shows the V underlined. Instead of clicking &lt;b&gt;Privacy Report&lt;/b&gt; with your mouse, you can just press the V key.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img src="http://www.microsoft.com/library/media/1033/windowsxp/images/using/setup/tips/67431-menu2-highlight.gif" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;3. You can also choose menu commands by pressing key sequences quickly, without waiting for the menus to open. For example, to quickly view a Web page's privacy report in Internet Explorer, press ALT, V, V. Similarly, to save a Web page in Internet Explorer, you would normally click the &lt;b&gt;File&lt;/b&gt; menu, and then click &lt;b&gt;Save As&lt;/b&gt;. To choose the same commands using your keyboard, press ALT, F, A.&lt;/p&gt;&lt;h2&gt;Control windows using your keyboard&lt;/h2&gt;&lt;p&gt;If you like to keep four or five windows open while you work (or play) on your computer, you'll appreciate knowing these keyboard shortcuts. You can quickly switch between your Web browser, e-mail, instant message windows, and other programs without taking your hands off the keyboard.&lt;/p&gt;&lt;table class="dataTable" id="EWE" cellpadding="0" cellspacing="0"&gt;&lt;thead&gt;&lt;tr class="stdHeader" valign="top"&gt;&lt;td id="colEYE"&gt;Action&lt;/td&gt;&lt;td id="colE2E" style="border-right: 1px solid rgb(204, 204, 204);"&gt;Shortcut&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class="record" valign="top"&gt;&lt;td&gt;&lt;p class="lastInCell"&gt;Minimize a window to your taskbar&lt;/p&gt;&lt;/td&gt;&lt;td style="border-right: 1px solid rgb(204, 204, 204);"&gt;&lt;p class="lastInCell"&gt;ALT, SPACEBAR, N&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="record" valign="top"&gt;&lt;td&gt;&lt;p class="lastInCell"&gt;Maximize a window so it takes up your whole desktop&lt;/p&gt;&lt;/td&gt;&lt;td style="border-right: 1px solid rgb(204, 204, 204);"&gt;&lt;p class="lastInCell"&gt;ALT, SPACEBAR, X&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="record" valign="top"&gt;&lt;td&gt;&lt;p class="lastInCell"&gt;Restore a window so it's visible but doesn't take up your whole desktop&lt;/p&gt;&lt;/td&gt;&lt;td style="border-right: 1px solid rgb(204, 204, 204);"&gt;&lt;p class="lastInCell"&gt;ALT, SPACEBAR, R&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="record" valign="top"&gt;&lt;td&gt;&lt;p class="lastInCell"&gt;Close a window&lt;/p&gt;&lt;/td&gt;&lt;td style="border-right: 1px solid rgb(204, 204, 204);"&gt;&lt;p class="lastInCell"&gt;ALT+F4&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="record" valign="top"&gt;&lt;td&gt;&lt;p class="lastInCell"&gt;Switch to the last window you had open&lt;/p&gt;&lt;/td&gt;&lt;td style="border-right: 1px solid rgb(204, 204, 204);"&gt;&lt;p class="lastInCell"&gt;ALT+TAB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="record" valign="top"&gt;&lt;td&gt;&lt;p class="lastInCell"&gt;Switch to any window&lt;/p&gt;&lt;/td&gt;&lt;td style="border-right: 1px solid rgb(204, 204, 204);"&gt;&lt;p class="lastInCell"&gt;Hold down the ALT key, and press TAB until the window you want is active&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;Programs often start up in a "restored" state, where the window takes up only part of the screen. To maximize the window so that it takes up the entire screen, press the ALT key, press the SPACEBAR, and then press X. This will feel natural after you do it a few times, and you will feel much more efficient while using your computer.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Source : &lt;span style="font-style: italic;"&gt;Microsoft&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-2318680161032221170?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/2318680161032221170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/tired-of-chasing-your-mouse-use.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2318680161032221170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2318680161032221170'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/tired-of-chasing-your-mouse-use.html' title='Tired of chasing your mouse? Use keyboard shortcuts'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1441220800240839696</id><published>2008-09-21T18:37:00.000-07:00</published><updated>2009-04-10T18:21:32.555-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips N Tricks.'/><title type='text'>MULTIPLE LOGIN THROUGH FIREFOX</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHAMIDR%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} span.apple-style-span 	{mso-style-name:apple-style-span;} span.apple-converted-space 	{mso-style-name:apple-converted-space;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p style="font-weight: bold;" class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: Tahoma;"&gt;MULTIPLE LOGIN THROUGH FIREFOX&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-weight: bold;" class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: Tahoma;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-weight: bold;" class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: Tahoma;"&gt;Multiple login in firefox (100% working) &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-weight: bold;" class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: Tahoma;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: Tahoma;"&gt;&lt;span style="font-weight: bold;"&gt;Step 1&lt;/span&gt;: open system properties (by right clicking my computer), choose tab advanced, click to environment variables button. In system variables section, click new. Type this information to each textbox.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Tahoma;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;Variable name: moz_no_remote (should be all small letters) &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;variable value: 1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;press ok to close all windows.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;br /&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: Tahoma;"&gt;&lt;span style="font-weight: bold;"&gt;Step 2&lt;/span&gt;: open firefox icon's properties (from desktop and quick launch). Add extension -p to command line (like "c:program filesmozilla firefoxfirefox.exe" -p). Press ok.&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-family: Tahoma;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Tahoma;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="apple-style-span"&gt;Done!!!!!!!!!!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;br /&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: Tahoma;"&gt;While starting firefox u has to create two separate profiles of firefox so that u can login to two accounts of any (orkut, yahoo, rediff or anything else)....... for three logins create three profiles of firefox.........&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-family: Tahoma;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1441220800240839696?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1441220800240839696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/multiple-login-through-firefox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1441220800240839696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1441220800240839696'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/multiple-login-through-firefox.html' title='MULTIPLE LOGIN THROUGH FIREFOX'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1375203586103090998</id><published>2008-09-21T18:26:00.000-07:00</published><updated>2009-04-10T18:21:32.562-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Software'/><title type='text'>HTML Editor 2008 Professional v11.0.3</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHAMIDR%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Verdana; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:536871559 0 0 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:Verdana; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman";} h3 	{mso-style-next:Normal; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	mso-outline-level:3; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:Verdana; 	font-weight:normal;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;h3 style="margin-left: 63pt; line-height: 12pt;"&gt;&lt;b&gt;&lt;span style="font-size: 9pt;"&gt;&lt;a href="http://9n9.blogspot.com"&gt;&lt;span style="color: windowtext;"&gt;9n9)………….&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt;  &lt;h3 style="margin-left: 63pt; line-height: 12pt;"&gt;&lt;b&gt;&lt;span style="font-size: 9pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt;  &lt;h3 style="margin-left: 63pt; line-height: 12pt;"&gt;&lt;b&gt;&lt;span style="font-size: 9pt;"&gt;HTML Editor 2008 Professional v11.0.3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt;  &lt;h3 style="margin-left: 63pt; line-height: 12pt;"&gt;&lt;b&gt;&lt;span style="font-size: 9pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 9pt;"&gt;Design, upload and maintain your website with this multi-award-winning Web development application with dual-mode visual (also known as WYSIWYG) and code-based (HTML, CSS and PHP) editing functionality.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;With a huge range of easy to use functions, tutorials for beginners, free updates, integrated technical support contact capabilities and a dedicated Customer Benefits program - its no surprise why the Best Address HTMLEditor is fast becoming the number one choice in website development and HTML editing for both beginners and experts alike.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The huge range of professional features include:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 9pt;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;* Templates included + download more for free&lt;br /&gt;&lt;br /&gt;* Visual editing mode&lt;br /&gt;&lt;br /&gt;* Coding mode with live split-screen previewing&lt;br /&gt;&lt;br /&gt;* HTML tutorials included for beginners&lt;br /&gt;&lt;br /&gt;* Free technical support - even from within the software itself&lt;br /&gt;&lt;br /&gt;* FTP program included for uploading your website files (DigitalAccess FTP)&lt;br /&gt;&lt;br /&gt;* Site project capabilities&lt;br /&gt;&lt;br /&gt;* Spell checking&lt;br /&gt;&lt;br /&gt;* DHTML menu editor&lt;br /&gt;&lt;br /&gt;* HTML syntax checking&lt;br /&gt;&lt;br /&gt;* Support for opening and saving directly from the Internet&lt;br /&gt;&lt;br /&gt;* Image map editing&lt;br /&gt;&lt;br /&gt;* Source code securing: helps prevent unauthorised code and design copying&lt;br /&gt;&lt;br /&gt;* Mange tasks you need to complete with the to-do list&lt;br /&gt;&lt;br /&gt;* Comprehensive help&lt;br /&gt;&lt;br /&gt;* And over 70 other major features!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Download Links:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Rapidshare&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/79653717/BestAddress.&lt;b&gt;HTML&lt;/b&gt;.&lt;b&gt;Editor&lt;/b&gt;.2008.Professional.v11.0.3.rar&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Size : 8 Mb&lt;br /&gt;&lt;br /&gt;RarPass:&lt;/b&gt; &lt;b&gt;softbase.info&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1375203586103090998?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1375203586103090998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/html-editor-2008-professional-v1103.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1375203586103090998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1375203586103090998'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/html-editor-2008-professional-v1103.html' title='HTML Editor 2008 Professional v11.0.3'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-7013426488840163682</id><published>2008-09-21T18:08:00.000-07:00</published><updated>2009-04-10T18:21:32.570-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips N Tricks.'/><title type='text'>15 Tips to Bring More Traffic to Your Blog</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHAMIDR%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} span.style2 	{mso-style-name:style2;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: Tahoma; color: rgb(251, 112, 20);"&gt;15 Tips to Bring More Traffic to Your Blog&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="style2"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="style2"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="style2"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;There are many factors that make blogs much better than normal WebPages including the speed at which blogs are indexed, ability to submit to blog directories &amp;amp; normal directories, pings and track backs. All these little things can help drive more traffic to blogs. Here are 15 popular techniques you can use: &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;1. Create at least four keyword posts per day. Most of the top blogs such as Boing Boing, Daily Kos, and Instapundit (with literally tens of thousands of visitors per day) publish an average of 30 small 100-150 word posts per day according to "Secrets of the A-list Bloggers: Lots of Short Posts" by TNL.net &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;2. Submit to My Yahoo! When you submit your own RSS to My Yahoo it is indexed by Yahoo. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;3. Submit to Google's Reader. When you submit your own blog RSS to Google's Reader the Google Blog Search will index your site. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;4. Add a relevant link directory to your blog and trade links like a demon possessed! Although it may take more time than simply submitting to a search engine one time, this method is perhaps the best way to drive traffic to your site. Use software such as Zeus to speed up the link trading process. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;5. Use ping sites like ping-o-matic. Ping your site every time you add a new post. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;6. Submit your blog to traditional search engines such as AltaVista, and MSN. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;7. Submit your blog to traditional directories such as DMOZ. Directories (particularly DMOZ) increase relevance with Google. DMOZ is very picky, but what do you have to lose by trying? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;8. Submit to as many RSS Directories and Search Engines as possible. This is a simple but repetitive process that can be done with software such as RSS SUBMIT. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;9. Comment on other blogs. Do not just leave short, lazy comments like "I agree." Leave well thought out replies that will force readers to wonder "who wrote this?" &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;10. Use track backs. If there is a blog that you refer to or quote and it is highly relevant to your subject, leave a track back. It increases your link popularity and may even score a few interested readers from the linked site. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;11. Go offline. Use newspaper ads, public bulletin boards, business cards, even stickers to let as many people as possible know your blog exists. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;12. Add a link to your blog in your e-mail signature block. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;13. Use Groups (Usenet). Find a relevant group on Google groups, Yahoo groups, MSN groups or any of the thousands of other FREE group services and find like minded people and talk with them. Make sure to use your blog URL like it is your name. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;14. Use Forums. Forums are one of the best places to go for advice. Go to forums and find problems to solve. Make sure you leave your blog name, but be tactful about it; some forums get annoyed with those who selfishly drop a few links to their own site and leave. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="style2"&gt;15. Tag your website. Tagging is a new idea that has erupted across the web. Sites like Del.icio.us, Technorati and many others have a social feature that allows you to place your article under keywords or "tags" that everyone interested in that tag can see.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-7013426488840163682?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/7013426488840163682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/15-tips-to-bring-more-traffic-to-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7013426488840163682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7013426488840163682'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/15-tips-to-bring-more-traffic-to-your.html' title='15 Tips to Bring More Traffic to Your Blog'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6278053748279706416</id><published>2008-09-20T18:12:00.000-07:00</published><updated>2009-04-10T18:21:32.577-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Motorola Modding'/><title type='text'>MotoSound</title><content type='html'>&lt;h1&gt;Motosound&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="Motosound" src="http://e770.kiev.ua/e107_files/downloadthumbs/motosound_screen.png" width="490" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/61428464/4339729c/MotoSound_1208.html"&gt;&lt;br /&gt;&lt;h2&gt;download&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;hr size="7" width="100%"&gt;&lt;br /&gt;&lt;h3&gt;Some gaintables&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/account/file/44354867/26c4a188/bumbastic.html?sId=HPDqSs2qtkV6F10o"&gt;bumbastic&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/61429938/879c3ec4/Extreme_Bass.html"&gt;Extreme_Bass&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/61429947/5862b592/ginjatables.html"&gt;ginjatables&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/61429956/367eb445/wazzup_gain_table.html"&gt;wazzup gain table&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr size="7" width="100%"&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6278053748279706416?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6278053748279706416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motosound.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6278053748279706416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6278053748279706416'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motosound.html' title='MotoSound'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-6439672478242093866</id><published>2008-09-20T18:09:00.000-07:00</published><updated>2009-04-10T18:21:32.588-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Skins'/><title type='text'>Skins</title><content type='html'>&lt;a href="http://www.4shared.com/file/41829297/d47ee338/BlackLive.html" target="_blank"&gt;BlackLive.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829295/3a708214/Crystal.html" target="_blank"&gt;Crystal.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829288/5ddacfe8/e1000xp.html" target="_blank"&gt;e1000xp.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829283/ca081660/Fire_cube.html" target="_blank"&gt;Fire cube.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829286/ba62e2ef/firefox4345.html" target="_blank"&gt;firefox4345.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829280/530147da/Fluid_9_Menu.html" target="_blank"&gt;Fluid_9_Menu.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829276/3dfafe20/halflife2skin40.html" target="_blank"&gt;halflife2skin40.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829269/b45ed2f0/HarryPotter.html" target="_blank"&gt;HarryPotter.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829267/53e6fff7/icybluespeedymo06.html" target="_blank"&gt;icybluespeedymo06.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829263/548b3bee/itiger.html" target="_blank"&gt;itiger.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41830076/7e164c74/Motorola_pack_theme_softonic.html" target="_blank"&gt;Motorola_pack_theme_softonic.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41830229/905a71ce/motovista2_i21ap82i.html" target="_blank"&gt;motovista2_i21ap82i.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/45289973/5ea1fa9a/original_skins.html" target="_blank"&gt;original skins.rar&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41830651/d6c9c7e7/poeticfolly_black.html" target="_blank"&gt;poeticfolly_black.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41830709/a4a7d1a7/spider-man_85wydc3j.html" target="_blank"&gt;spider-man_85wydc3j.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/46266150/2d362cb0/Vista__M.html" target="_blank"&gt;Vista _M.rar&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41829299/33c6ce3f/vistav.html" target="_blank"&gt;vistav.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41830939/8514af6e/xp1x1byjai_cktpjfct.html" target="_blank"&gt;xp1x1byjai_cktpjfct.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41830967/1fdb762c/XYconLess.html" target="_blank"&gt;XYconLess.zip&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-6439672478242093866?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/6439672478242093866/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/skins.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6439672478242093866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/6439672478242093866'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/skins.html' title='Skins'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-1288557693645865085</id><published>2008-09-20T18:08:00.000-07:00</published><updated>2009-04-10T18:21:32.594-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Motorola Modding'/><title type='text'>Motoskinv0.1.8</title><content type='html'>&lt;u&gt;&lt;span style="font-size:130%;"&gt;&lt;em&gt;Motoskinv0.1.8            &lt;/em&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img src="http://publish.it168.com/2006/1222/images/244124.jpg" alt="" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;This software is for editing skins.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/41828192/1eeece8b/motoskinv018.html?dirPwdVerified=cb3ab001"&gt; &lt;h2&gt;Download&lt;/h2&gt;&lt;/a&gt;&lt;a href="http://www.4shared.com/file/41828192/1eeece8b/motoskinv018.html?dirPwdVerified=cb3ab001"&gt; &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-1288557693645865085?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/1288557693645865085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motoskinv018.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1288557693645865085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/1288557693645865085'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motoskinv018.html' title='Motoskinv0.1.8'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-2753692587900860442</id><published>2008-09-20T18:06:00.000-07:00</published><updated>2009-04-10T18:21:32.600-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Motorola Modding'/><title type='text'>MotoKit</title><content type='html'>&lt;p&gt;&lt;u&gt;&lt;span style="font-size:130%;"&gt;&lt;i&gt;&lt;span style="font-weight: bold;font-size:180%;" &gt;MotoKit           &lt;/span&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/u&gt;&lt;span class="normal"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;div align="center"&gt;&lt;span class="normal"&gt;&lt;img alt="" src="http://img120.imageshack.us/img120/2876/masterresetwi2.jpg" _fcksavedurl="http://img120.imageshack.us/img120/2876/masterresetwi2.jpg" /&gt; &lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;span class="normal"&gt;&lt;br /&gt;THE all-in-wonder phone editor! Advanced Users ONLY! Very powerful software so BE CAREFUL.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Also has some Scripting options, though the Language barrier has not been fully breached yet and some features are hard to use and understand as a result. We wait in hopeful anticipation for a new release!&lt;/p&gt; &lt;p&gt;Excellent Software system! Includes many advanced features on a remarkably modular engine. BEWARE though, this software has been know to have a few bugs, so BACK IT UP! if you forget to, see if we have a flex/backup that you can restore your phone with.&lt;/p&gt; &lt;a href="http://www.4shared.com/file/41828075/1fcb1c91/MotoKit.html?dirPwdVerified=cb3ab001" _fcksavedurl="http://www.4shared.com/file/41828075/1fcb1c91/MotoKit.html?dirPwdVerified=cb3ab001"&gt; &lt;h2&gt;Download&lt;/h2&gt; &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-2753692587900860442?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/2753692587900860442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motokit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2753692587900860442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/2753692587900860442'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motokit.html' title='MotoKit'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-7366056251977130635</id><published>2008-09-20T18:02:00.000-07:00</published><updated>2009-04-10T18:21:32.607-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Motorola Modding'/><title type='text'>MotorolaDrivers</title><content type='html'>&lt;u&gt;&lt;span style="font-size:130%;"&gt;&lt;b&gt;&lt;i&gt;Motorola Drivers             &lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img src="http://images.amazon.com/images/P/B00028XNQ8.02._SCLZZZZZZZ_.jpg" _fcksavedurl="http://images.amazon.com/images/P/B00028XNQ8.02._SCLZZZZZZZ_.jpg" alt="" /&gt;&lt;/div&gt; &lt;div align="center"&gt;&lt;span style="font-size:180%;"&gt;&lt;a href="http://www.4shared.com/file/41826307/5c1d2210/motoroladrivers.html?dirPwdVerified=cb3ab001" _fcksavedurl="http://www.4shared.com/file/41826307/5c1d2210/motoroladrivers.html?dirPwdVerified=cb3ab001"&gt;Download&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt; This guide is intended to help you get your L7 connected to the computer so that you can mod it using p2k programs.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step&lt;/b&gt; 1. Get the software.&lt;br /&gt;&lt;br /&gt;Download Motorola USB Driver&lt;br /&gt;&lt;br /&gt;Windows (32-bit)&lt;br /&gt;&lt;a href="https://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver/Handset_USB_Driver_32_v3.5.0.msi/" _fcksavedurl="https://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver/Handset_USB_Driver_32_v3.5.0.msi/"&gt;https://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver/Handset_USB_Driver_32_v3.5.0.msi/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Windows (64-bit)&lt;br /&gt;&lt;a href="https://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver_64/Handset_USB_Driver_x64_v3.5.0.msi/" _fcksavedurl="https://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver_64/Handset_USB_Driver_x64_v3.5.0.msi/"&gt;https://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver_64/Handset_USB_Driver_x64_v3.5.0.msi/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step&lt;/b&gt; 2. Install the driver program&lt;br /&gt;&lt;br /&gt;Extract the file Motorola_EU_Driver_Installation.msi from the zip file you downloaded.&lt;br /&gt;&lt;br /&gt;Double click on this file and the installation will start.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/1.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/1.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Click next and the EULA will appear&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/2.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/2.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Click on "I Agree" (obviously having read the agreement first ), then next&lt;br /&gt;&lt;br /&gt;The program will now install&lt;br /&gt;&lt;br /&gt;Click close to end the install procedure&lt;br /&gt;&lt;br /&gt;hit "Continue Anyway"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step&lt;/b&gt; 3: Install the drivers&lt;br /&gt;&lt;br /&gt;You will now have a new program group in your start&gt;programs menu - "Motorola Driver Installer", with a shortcut called "Motorola Driver Installer.exe" within it.&lt;br /&gt;&lt;br /&gt;Make sure the phone is disconnected at this time.&lt;br /&gt;&lt;br /&gt;Run this program&lt;br /&gt;&lt;br /&gt;Under "Operation Mode" (lower left), select "Clean and Reinstall" (the bottom option).&lt;br /&gt;&lt;br /&gt;Then hit "Start"&lt;br /&gt;&lt;br /&gt;The program will then do its thing. When it is finished hit "Exit"&lt;br /&gt;&lt;br /&gt;You may get the message about Windows Logo testing again - if you do, hit "Continue Anyway"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step&lt;/b&gt; 4: Connect the phone&lt;br /&gt;&lt;br /&gt;Make sure the phone is turned on then connect the USB cable. It is best to use a USB port on the rear of the PC rather than front mounted ports&lt;br /&gt;&lt;br /&gt;as these sometimes connect to the motherboard via a hub&lt;br /&gt;&lt;br /&gt;When you plug the phone in Windows will find new hardware - Motorola Phone (Model), then Motorola USB Modem. The installation should&lt;br /&gt;&lt;br /&gt;complete without intervention.&lt;br /&gt;&lt;br /&gt;You should now be able to connect using Mobile Phone Tools, the phone should also be charging.&lt;br /&gt;&lt;br /&gt;We now want to install the P2k Drivers. First make sure MPT is not running.&lt;br /&gt;&lt;br /&gt;Now with the phone still connected run one of the P2k programs, I generally use P2kMan - but thats just me.&lt;br /&gt;&lt;br /&gt;When you do this Windows should find several new devices and after a short while the new hardware wizard will run. In the rare event the new hardware wizard does not start, install and run RSD Lite.&lt;br /&gt;The first screen to appear asks if you wish to connect to Windows Update&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/3.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/3.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Select "No, not this time", then click on "Next"&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/4.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/4.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Choose "Install the software automatically (Recommended)", then hit "Next"&lt;br /&gt;&lt;br /&gt;The driver for Accessories Interface is then installed, after a short while the following screen is displayed&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/5.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/5.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Click "Finish"&lt;br /&gt;&lt;br /&gt;The new hardware wizard will then run again&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/6.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/6.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Once again select "No, not this time", then click on "Next"&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/7.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/7.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;This time the wizard asks for drivers for "Data Logging MCU Interface".&lt;br /&gt;&lt;br /&gt;Choose "Install the software automatically (Recommended)", then hit "Next"&lt;br /&gt;&lt;br /&gt;Again the drivers are installed then after a short while the following screen is displayed.&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/8.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/8.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Click "Finish"&lt;br /&gt;&lt;br /&gt;The new hardware wizard will then run for a third time&lt;br /&gt;&lt;br /&gt;At the first screen select "No, not this time", then click on "Next" in the same way as before&lt;br /&gt;&lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/9.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/9.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;This time the wizard asks for drivers for "Test Command Interface".&lt;br /&gt;&lt;br /&gt;Choose "Install the software automatically (Recommended)", then hit "Next"&lt;br /&gt;&lt;br /&gt;Again the drivers are installed then after a short while the following screen is displayed.&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/10.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/10.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Click "Finish"&lt;br /&gt;&lt;br /&gt;Your P2k drivers are now installed and the P2k programs should recognize the phone&lt;br /&gt;&lt;br /&gt;Remember if you connect using a different USB port in the future, Windows will recongnise new hardware and you will need to repeat these&lt;br /&gt;&lt;br /&gt;steps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step&lt;/b&gt; 5: Flash Interface Device&lt;br /&gt;&lt;br /&gt;If at anytime you choose to flash your phone you will need the Flash Interface device installed. This device is used to communicate with the phone&lt;br /&gt;&lt;br /&gt;while it is in bootloader mode.&lt;br /&gt;&lt;br /&gt;In order to run the hardware installation wizard for this device you can do one of two things. Either use RSD Lite to flash the phone as normal&lt;br /&gt;&lt;br /&gt;(browse to the file and hit start) and RSD Lite will switch the phone to bootloader mode for you. Alternatively you can start in bootloader manually&lt;br /&gt;&lt;br /&gt;(hold * and # while turning the phone on), then connect the USB cable.&lt;br /&gt;&lt;br /&gt;Either way the new hardware wizard will run again.&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/11.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/11.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;As before select "No, not this time", then click on "Next"&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/12.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/12.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Choose "Install the software automatically (Recommended)", then hit "Next"&lt;br /&gt;&lt;br /&gt;Again the drivers are installed then after a short while the following screen is displayed.&lt;br /&gt; &lt;img src="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/13.jpg" _fcksavedurl="http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/13.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Click "Finish" and you are done - you can now flash your phone with RSD Lite.&lt;br /&gt;&lt;br /&gt;Once more remember if you connect using a different USB port in the future, Windows will recongnise new hardware and you will need to repeat&lt;br /&gt;these steps.&lt;br /&gt;Congrats you have gotten your phone connected and can now start your modding.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/531443798821684723-7366056251977130635?l=hamid-world.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamid-world.blogspot.com/feeds/7366056251977130635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motoroladrivers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7366056251977130635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/531443798821684723/posts/default/7366056251977130635'/><link rel='alternate' type='text/html' href='http://hamid-world.blogspot.com/2008/09/motoroladrivers.html' title='MotorolaDrivers'/><author><name>Hamid</name><uri>http://www.blogger.com/profile/01785945126920361713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_wTYo1VncEdM/SkHGr_ZDAJI/AAAAAAAAAWg/FigtO4eVhns/S220/HAMID.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i44.photobucket.com/albums/f5/jonss3456/motodrivers/th_1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-531443798821684723.post-3068405959427642890</id><published>2008-09-20T17:53:00.000-07:00</published><updated>2009-04-10T18:21:32.614-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Motorola Modding'/><title type='text'>P2K-EASY-TOOL-V39</title><content type='html'>&lt;u style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;&lt;i&gt;P2K-EASY-TOOL-V39               &lt;/i&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&
