<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-3313364141501101134</atom:id><lastBuildDate>Thu, 19 Dec 2024 03:20:28 +0000</lastBuildDate><category>JAVA FOR ALL</category><category>resume</category><title>M.Siva Kameswara rao</title><description>part of                                               &#xa;&#xa;             www.mskrao.co.cc</description><link>http://mskrao.blogspot.com/</link><managingEditor>noreply@blogger.com (M.Siva Kameswara Rao)</managingEditor><generator>Blogger</generator><openSearch:totalResults>63</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-8557957641479084267</guid><pubDate>Thu, 07 Jul 2011 16:19:00 +0000</pubDate><atom:updated>2011-07-07T21:49:05.448+05:30</atom:updated><title>MS-DOS secret or unknown commands</title><description>&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/07/ms-dos-secret-or-unknown-commands.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-5427777554119984817</guid><pubDate>Fri, 10 Jun 2011 05:50:00 +0000</pubDate><atom:updated>2011-06-10T11:20:18.636+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">JAVA FOR ALL</category><title>LEARN JAVA YOURSELF----JAVA THROUGH BASICS--SIVAKAMESWARA RAO</title><description>&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;BEFORE GOING INTO JAVA LET ME TEACH U SOME BASICS&lt;/h2&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;ALL THAT YOU NEED TO PRACTISE IS..&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;JDK&lt;/li&gt;
&lt;li&gt;JRE&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;YOU CAN GET THEM FREE......@.&lt;a href=&quot;http://www.oracle.com/technetwork/java/index.html&quot;&gt;http://www.oracle.com/technetwork/java/index.html&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Java Architecture&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;The Java environment is composed of a number of system components. You use these components at compile time to create the Java program and at run time to execute the program. Java achieves its independence by creating programs designed to run on the Java Virtual Machine rather than any specific computer system.&lt;/div&gt;&lt;ul style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot; type=&quot;disc&quot;&gt;&lt;li&gt;After you write a Java program, you use a compiler that reads the statements in the program and translates them into a machine independent format called bytecode.&lt;/li&gt;

&lt;center&gt;
&lt;/center&gt;
&lt;li&gt;Bytecode files, which are very compact, are easily transported through a distributed system like the Internet.&lt;/li&gt;
&lt;li&gt;The compiled Java code (resulting byte code) will be executed at run time.&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;em&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;Java programs can be written and executed in two ways:&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;ul style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot; type=&quot;disc&quot;&gt;&lt;li&gt;Stand-alone application (A Java Swing Application)&lt;/li&gt;
&lt;li&gt;Applet which runs on a web browser (Example: Internet Explorer)&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Java source code&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;A Java program is a collection of one or more java classes. A Java source file can contain more than one class definition and has a .java extension. Each class definition in a source file is compiled into a separate class file. The name of this compiled file is comprised of the name of the class with .class as an extension. Before we proceed further in this section, I would recommend you to go through the&amp;nbsp;&lt;span style=&quot;text-decoration: underline;&quot;&gt;‘Basic Language Elements’.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Below is a java sample code for the traditional Hello World program. Basically, the idea behind this Hello World program is to learn how to create a program, compile and run it. To create your java source code you can use any editor( Text pad/Edit plus are my favorites) or you can use an IDE like Eclipse.&lt;/div&gt;&lt;table bgcolor=&quot;#fafadf&quot; border=&quot;0&quot; cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;font-family: verdana; font-size: 13px; line-height: 20px; width: 500px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;pre&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;public class HelloWorld {
 public static void main(String[] args) {
  System.out.println(&quot;Hello World&quot;);
 }//End of main
}//End of HelloWorld Class&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;span class=&quot;style4&quot;&gt;&lt;br /&gt;
Output&lt;/span&gt;&lt;br /&gt;
Hello World&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;span class=&quot;style4&quot;&gt;ABOUT THE PROGRAM&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;I created a class named “HelloWorld” containing a simple main function within it. The keyword class specifies that we are defining a class. The name of a public class is spelled exactly as the name of the file (Case Sensitive). All java programs begin execution with the method named main(). main method that gets executed has the following signature : public static void main(String args[]).Declaring this method as public means that it is accessible from outside the class so that the JVM can find it when it looks for the program to start it. It is necessary that the method is declared with return type void (i.e. no arguments are returned from the method). The main method contains a String argument array that can contain the command line arguments. The brackets { and } mark the beginning and ending of the class. The program contains a line ‘System.out.println(”Hello World”);’ that tells the computer to print out on one line of text namely ‘Hello World’. The semi-colon ‘;’ ends the line of code. The double slashes ‘//’ are used for comments that can be used to describe what a source code is doing. Everything to the right of the slashes on the same line does not get compiled, as they are simply the comments in a program.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;span class=&quot;style4&quot;&gt;Java Main method Declarations&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;class MainExample1 {public static void main(String[] args) {}}&lt;br /&gt;
class MainExample2 {public static void main(String []args) {}}&lt;br /&gt;
class MainExample3 {public static void main(String args[]) {}}&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;All the 3 valid main method’s shown above accepts a single String array argument.&amp;nbsp;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Compiling and Running an Application&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;To compile and run the program you need the JDK distributed by Sun Microsystems. The JDK contains documentation, examples, installation instructions, class libraries and packages, and tools. Download an editor like Textpad/EditPlus to type your code. You must save your source code with a .java extension. The name of the file must be the name of the public class contained in the file.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;span class=&quot;style4&quot;&gt;Steps for Saving, compiling and Running a Java&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Step 1:Save the program With .java Extension.&lt;br /&gt;
Step 2:Compile the file from DOS prompt by typing javac &amp;lt;filename&amp;gt;.&lt;br /&gt;
Step 3:Successful Compilation, results in creation of .class containing byte code&lt;br /&gt;
Step 4:Execute the file by typing java &amp;lt;filename without extension&amp;gt;&lt;br /&gt;
&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Java Development Kit&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;The Java Developer’s Kit is distributed by Sun Microsystems. The JDK contains documentation, examples, installation instructions, class libraries and packages, and tools&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;javadoc&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;The javadoc tool provided by Sun is used to produce documentation for an application or program,&lt;br /&gt;
&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Jar Files&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;A jar file is used to group together related class files into a single file for more compact storage, distribution, and transmission.&lt;br /&gt;
&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;PATH and CLASSPATH&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;The following are the&amp;nbsp;&lt;strong style=&quot;font-weight: 400;&quot;&gt;general programming errors&lt;/strong&gt;, which I think every beginning java programmer would come across. Here is a solution on how to solve the problems when running on a Microsoft Windows Machine.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;strong&gt;1. ‘javac’ is not recognized as an internal or external command, operable program or batch file&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;When you get this error, you should conclude that your operating system cannot find the compiler (javac). To solve this error you need to set the PATH variable.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;span class=&quot;style4&quot;&gt;How to set the PATH Variable?&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Firstly the PATH variable is set so that we can compile and execute programs from any directory without having to type the full path of the command. To set the PATH of jdk on your system (Windows XP), add the full path of the jdk&amp;lt;version&amp;gt;\bin directory to the PATH variable. Set the PATH as follows on a Windows machine:&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;a. Click Start &amp;gt; Right Click “My Computer” and click on “Properties”&lt;br /&gt;
b. Click Advanced &amp;gt; Environment Variables.&lt;br /&gt;
c. Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. A typical value for PATH is:&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;C:\jdk&amp;lt;version&amp;gt;\bin (jdk&amp;lt;version is nothing but the name of the directory where jdk is installed)&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;If there are already some entries in the PATH variable then you must add a semicolon and then add the above value (Version being replaced with the version of JDK). The new path takes effect in each new command prompt window you open after setting the PATH variable.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;strong&gt;2. Exception in thread “main” java.lang.NoClassDefFoundError: HelloWorld&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;If you receive this error, java cannot find your compiled byte code file, HelloWorld.class.If both your class files and source code are in the same working directory and if you try running your program from the current working directory than, your program must get executed without any problems as, java tries to find your .class file is your current directory. If your class files are present in some other directory other than that of the java files we must set the CLASSPATH pointing to the directory that contain your compiled class files.CLASSPATH can be set as follows on a Windows machine:&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;a. Click Start &amp;gt; Right Click “My Computer” and click on “Properties”&lt;br /&gt;
b. Click Advanced &amp;gt; Environment Variables.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Add the location of classes’ folder containing all your java classes in User Variables.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;If there are already some entries in the CLASSPATH variable then you must add a semicolon and then add the new value . The new class path takes effect in each new command prompt window you open after setting the CLASSPATH variable.&lt;/div&gt;&lt;h2 style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Java 1.5&lt;/h2&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;The Java 1.5 released in September 2004.&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;strong style=&quot;font-weight: 400; text-decoration: underline;&quot;&gt;Goals&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Less code complexity&lt;br /&gt;
Better readability&lt;br /&gt;
More compile-time type safety&lt;br /&gt;
Some new functionality (generics, scanner)&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;New Features&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana; font-size: 13px; line-height: 20px;&quot;&gt;Enhanced for loop&lt;br /&gt;
Enumerated types&lt;br /&gt;
Autoboxing &amp;amp; unboxing&lt;br /&gt;
Generic types&lt;br /&gt;
Scanner&lt;br /&gt;
Variable number of arguments (varargs)&lt;br /&gt;
Static imports&lt;br /&gt;
Annotations&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/06/learn-java-yourself-java-through-basics.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-8856438734979043666</guid><pubDate>Fri, 10 Jun 2011 05:43:00 +0000</pubDate><atom:updated>2011-06-10T11:13:52.587+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">resume</category><title>5 common erros in writing a resume--siva kameswara rao</title><description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;Resumes are the most significant asset or the biggest liability for a candidate. Being the most important document ever written about a candidate, it is surprising how little time and thought is used in creating resumes.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;Does this sound like you? The bad news about this is that your resume is actually hurting you. If you cannot get an interview after sending your resume to a recruiter, posting it on a website or sending it to a company, your resume is not selling you. Without proper sales, you cannot get a job interview. If you cannot get a job interview, you cannot find a job. Why then do candidates continue to use the same resume even if it does not work for them is unclear.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;Studies have shown that Recruiters and Employers will not spend too much time reviewing a resume. If in 30 seconds to a minute, the resume does not grab their attention, it will be discarded.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;Some common errors in resumes are:&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Resume Error #1&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;- Candidates Career Objectives are unclear. Many resumes show Career Objectives that specify what the candidate wants for himself. What are you bringing to an employer? That is an important area to be covered in a Career Objective.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;Managers are looking for candidates who are clear in their objective and thinking. Sadly, this aspect is missing from a number of resumes. To sell yourself, I propose a clear and concise objectives. The subsequent writing in the resume needs to relate to the Career Objectives. Many readers will not read beyond Career Objectives as this can be the basis on which a candidate is seen to be clear or unclear.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Resume Error #2&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;- Key Skills and Competencies of the candidate are not identified. I have come across many resumes where key skills and competencies are not written. The Resume reader is left to identify these by reading the resume. If an organisation is looking for certain key skills and competencies in a resume, not identifying these means that the initial scan reveals that the candidate is not qualified for the role.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;It is therefore critical that key skills and competencies are identified.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Resume Error #3&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;- Your Resume is not Achievements Driven - Your resume should not just list dates, jobs and duties statement. Under every single job, you should list your outstanding achievements. Many candidates I have spoken to are at a loss to identify their achievements even in conversation. Not listing achievements means that you are missing out on vital roles.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;To further sell yourself, you must have a clear and concise list of experience and achievements.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Resume Blunder #4&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;- There are no Industry Key Words in the resume. Aptitude job seekers must utilise the net to search for and include industry key words. Many organisations receive hundreds of resumes in these depressed economic times. Having a number of key industry words in your resume gives you an edge over anyone else.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Resume Blunder #5&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;- The Resume is too long and filled with duty statements. Resumes must only be two to three pages in length maximum. If you are an older worker, do not list all your previous positions. You will look overqualified to a reader. In addition, the reader could roughly calculate your age and you could then be the victim of age discrimination.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;Lengthy resumes remain unread and do not attract attention of the recruiter.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;As you can see, these mistakes and many others act against you in your quest to search for suitable work. These blunders cause delays. Even when you get a job, others with lesser qualifications receive more salary than you do.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;Investment in a good resume is a critical first step to your job search. Talk to a professional who writes hundreds of individual resumes and has the market knowledge to be able to create an effective resume for you. Many candidates do not realize the importance of being different from others. A professional resume writer has years of experience and can be a key asset to your job search.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #7a7a7a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/06/5-common-erros-in-writing-resume-siva.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-1245021165601898084</guid><pubDate>Tue, 01 Feb 2011 16:03:00 +0000</pubDate><atom:updated>2011-02-01T21:33:02.967+05:30</atom:updated><title>Gigabyte India Grows 37 Percent YoY</title><description>&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Motherboards manufacturer Gigabyte Technology reported a 37 percent year-over-year (YoY) revenue growth in Q4 FY10 in which its motherboard sales in many tier 2 and tier 3 regions grew by over 100 percent.&lt;/div&gt;&lt;div style=&quot;float: right; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;The company credited its partners who drove over 85 percent of the company business. Rajan Sharma, General Manager, Marketing and Sales, Gigabyte India, said, &quot;We were able to leverage our distribution strength, spread and expertise to reach new regions and partners. Our local resources were spent more on channel building, education, training, marketing and brand-building activities that ensured sustainable and continuous demand generation.”&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&quot;In Q4, we also continued with the smooth transition of our business model to direct shipment, which began in Q3,&quot; he added. While over 2,000 resellers registered for the Q3 2010 Gigabyte Value Partner Program (GVPP), the company expects to increase its value partner base to over 2,500 with its current GVPP. Its post-sales infrastructure includes a service network spread over 100 locations across India and a dedicated RMA team.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Commenting on the 2011 plans Sharma said, &quot;In 2011, we look forward to further increasing our presence in non-metros by focusing on product visibility, availability and channel penetration. We also intend to increase our Premium Partner base for smoother and efficient supply chain. As always, our focus will be on ensuring the right price /performance ratio for our products and customers. We are also working closely with our distributors to leverage their strengths in warehousing and supply to reach more locations.&quot;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Gigabyte’s national distributors include Avnet, Ingram Micro, Redington and Neoteric.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/gigabyte-india-grows-37-percent-yoy.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-8672096983534933568</guid><pubDate>Tue, 01 Feb 2011 16:02:00 +0000</pubDate><atom:updated>2011-02-01T21:32:06.328+05:30</atom:updated><title>Philips updates markets on Lighting and Design in meeting</title><description>&lt;div class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; height: 52px; margin-bottom: 5px; margin-right: 10px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; width: 52px;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; original=&quot;/portal/boxx/modules/resources/Piczoom.asp?type=news&amp;amp;id=2245&quot; src=&quot;http://itvoir.com/portal/boxx/modules/resources/Piczoom.asp?type=news&amp;amp;id=2245&quot; width=&quot;50&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px;&quot;&gt;&lt;strong&gt;Royal Philips Electronics will update the markets on progress at its Lighting sector. Rudy Provoost, Chief Executive officer of Philips Lighting and member of the Philips Board of Management,&lt;/strong&gt;&amp;nbsp;will discuss Philips’ strategy to further strengthen its global leadership position in Lighting.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Mr. Provoost, together with members of his management team, will discuss the drivers that are expected to help further increase profitable growth, including a progress update on both ‘Green’ lighting solutions and on the integration of recent strategic acquisitions.&lt;/strong&gt;&amp;nbsp;Mr. Provoost will also address Philips Lighting’s strategy for emerging markets and will elaborate on developments in the important business area of Solid State Lighting explaining how the sector is well positioned to capture the opportunities in this fast-growing field.&lt;br /&gt;
&lt;br /&gt;
Mr. Provoost will confirm that Philips Lighting is on track to achieve its EBITA margin target of 12% to 14% for 2010, supporting Philips’ Vision 2010 group guidance. He will also confirm Lighting expects for the medium term an average annual sales growth of around 6% on a comparable basis.&lt;br /&gt;
&lt;br /&gt;
At today’s meeting, Philips will also update the markets on its Design activities. Stefano Marzano, Chief Executive Officer and Chief Creative Director of Philips Design, will discuss how Philips’ deep understanding of people, society and trends shapes the company’s people-centric design approach. Mr. Marzano and his team will explain how this approach creates value for the Philips Group, enabling the creation of a steady stream of innovative solutions for customers and clients&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/philips-updates-markets-on-lighting-and.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-5358588376335478998</guid><pubDate>Tue, 01 Feb 2011 16:00:00 +0000</pubDate><atom:updated>2011-02-01T21:30:41.574+05:30</atom:updated><title>Samsung Claims 10 Million Galaxy S Phones Sold</title><description>&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Samsung Electronics said that Galaxy S, the company&#39;s showpiece Android-based smartphone, has crossed the 10 million-sold threshold seven months after it launched. The milestone puts Samsung among the vanguard manufacturers backing Google&#39;s white-hot Android platform, which is itself now the No 2 mobile OS in the world behind Symbian, according to analysts.&lt;/div&gt;&lt;div style=&quot;float: right; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;According to Samsung, 4 million Galaxy S units have been sold in North America, with 2.5 million sold in Europe and 2 million sold in Asia.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&quot;The Galaxy S is the result of our 22-year heritage in the mobile industry,&quot; said JK Shin, President and Head, Mobile Communications Business, Samsung Electronics, in a statement. &quot;It is the realization of our concept of &#39;the Smart Life&#39;— we wanted to make users&#39; lives more convenient, more exciting and more integrated. Today&#39;s milestone shows that we have succeeded: 10 million Galaxy S users around the world are living the Smart Life.&quot;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Shin added that Samsung is selling more than 1.4 million Galaxy S devices per month.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Galaxy S was first introduced by Samsung at CTIA Las Vegas in March 2010, and strong word-of-mouth, solid reviews and customer embrace of Android devices propelled it to a spot among the coolest smartphones of 2010.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Galaxy S was released on all four of the major U.S. carriers last year, under different names, such as Sprint&#39;s Epic 4G and Verizon&#39;s Fascinate. Though each version has slightly different features, each includes a 4-inch Super AMOLED screen and a 1Ghz processor, 5MP camera, 2GB of storage and support for Bluetooth, GPS and Wi-Fi.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Samsung&#39;s strength with the Android platform should come into sharper focus in 2011, as its Samsung Galaxy Tab—an Android-based rival to Apple&#39;s mighty iPad—looks to gain traction among tablet customers. Samsung has not released initial sales figures for the Galaxy Tab, which launched in November.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/samsung-claims-10-million-galaxy-s.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-8909679685311236646</guid><pubDate>Tue, 01 Feb 2011 15:59:00 +0000</pubDate><atom:updated>2011-02-01T21:29:42.159+05:30</atom:updated><title>Intel Adds New Members In Its Processor Family</title><description>&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Intel introduced the second generation Intel Core processor family. Throughout the next year, more than 500 desktops and laptops are expected from all major OEMs worldwide. In India, systems are likely to be available from OEMs like HCL, Wipro, MSI, HP, Lenovo, Toshiba and Dell amongst others as well as from local channel partners.&lt;/div&gt;&lt;div style=&quot;float: right; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;The processor features include, Intel quick sync video, and a new version of Intel Wireless Display (WiDi), which now adds 1080p HD and content protection for those wishing to beam premium HD content from their laptop screen to their TV. “The new second generation Intel Core processors represent the biggest advance in computing performance and capabilities over any other previous generation,” said R Sivakumar, Managing Director, Sales and Marketing Group, Intel South Asia.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;The second generation Intel Core processor family is the first micro architecture to combine visual and 3D graphics technology with performance-leading microprocessors on a single chip. Incorporating the newly architected Intel HD graphics on each 32nm die enables significant graphics performance improvements over previous generation graphics, for both HD media processing and mainstream gaming.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;The new processor graphics technology will focus on high-definition (HD) video, photos, mainstream gaming, multi-tasking and online socializing and multimedia.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;“Today, the consumption patterns clearly indicate a shift towards heavy access to online audio and video content by mainstream users and I am confident our partnership will produce a range of products that will address the growing need, offering mainstream users an immersive computing experience on our products powered by the 2nd generation Intel Core processors,” said George Paul, Executive Vice President, HCL Infosystems.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;“The second generation Core processor family promises to offer a better set of visual capabilities that’s now seamlessly integrated with the processor performance. We’re very excited to bring to market a set of products based on these new processors, which will offer the consumers an unparalleled and entertaining PC experience,” added Amar Babu, Managing Director, Lenovo India.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/intel-adds-new-members-in-its-processor.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-5161705344582307981</guid><pubDate>Tue, 01 Feb 2011 15:59:00 +0000</pubDate><atom:updated>2011-02-01T21:29:11.877+05:30</atom:updated><title>&quot;Microsoft has lost interest in merger &quot; - says Yahoo</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; original=&quot;/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=1464&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=1464&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &#39;times new roman&#39;, times;&quot;&gt;In a major twist Yahoo Inc Chief Executive Jerry Yang is said to have claimed that&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;Microsoft seems to have lost the interest in a&lt;span&gt;&amp;nbsp;&lt;/span&gt;merger eventually.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &#39;times new roman&#39;, times;&quot;&gt;The talks have been going on for quite some time with Microsoft initially expressing interest and then backing off owing to cold response from Yahoo.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &#39;times new roman&#39;, times;&quot;&gt;&lt;strong&gt;Microsoft offered $31 a share in a half-cash, half-stock bid, to buy Yahoo, which valued it at $44.6 billion. Yahoo rejected the offer quoting the value to be much lower than its actual worth.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &#39;times new roman&#39;, times;&quot;&gt;&lt;strong&gt;According to the sources recently, Microsoft has proposed buying Yahoo&#39;&#39;&#39;&#39;s search business and taking a minority but reinitiated full merger negotiations.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &#39;times new roman&#39;, times;&quot;&gt;Several orientations have changed since the beginning and now a complete merger was proposed. The exact course of action has still not been decided.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &#39;times new roman&#39;, times;&quot;&gt;&quot;Microsoft is no longer interested in buying the company, and we are talking about other things. We definitely have to understand what they&#39;&#39;&#39;&#39;re proposing...they clearly have an interest in Yahoo, and we need to understand more,&quot; Yang said.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;NormalWeb7&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px; margin-bottom: 0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &#39;times new roman&#39;, times;&quot;&gt;Another modulation of a proposed deal theory is that, Yahoo would sell its Asian assets including significant minority stakes in Yahoo Japan and China&#39;&#39;&#39;&#39;s Alibaba Group, while Microsoft would buy a chunk of what remains of the company, the source said.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/microsoft-has-lost-interest-in-merger.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-4555531870307534423</guid><pubDate>Tue, 01 Feb 2011 15:57:00 +0000</pubDate><atom:updated>2011-02-01T21:27:45.857+05:30</atom:updated><title>Microsoft Unveils Free Software Tools for development in Open access and interoperability</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; original=&quot;/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=2002&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=2002&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;In a bid to help improve research process as well as offer innovative tools for developing and supporting efforts in open access, open tools, open technology and interoperability, Microsoft has unveiled free software tool for Scholarly communication.&lt;br /&gt;
&lt;br /&gt;
Microsoft has drawn a sketch for the exercise of computing technology in research progression. T&lt;strong&gt;he software tools launched by Microsoft help to enhance interoperability with commonly used existing tools.&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
In the area of scholarly communication, essential processes are collecting, analyzing, authoring, publishing and preserving information. All these processes can be performed with ease with the assistance of search and discovery.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;The free available tools are Creative Commons Add-in v1.0 for Microsoft Office( for creating common licenses directly into office documents), Microsoft e-Journal Service (Alpha)( facilitates easy self-publishing of online journals), Research Output Repository Platform (Alpha)( helps capture and leverage semantic relationships among academic objects), Research Information Center (Beta)( allow researchers to collaborate) and Microsoft Math Add-in for Microsoft Office Word 2007(aids mathematical calculations).&lt;/strong&gt;&lt;br /&gt;
All of the above tools are free to download and users can download the tools from the site www.microsoft.com/mscorp/tc/scholarycommunication.m.spx&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/microsoft-unveils-free-software-tools.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-8962281974508051835</guid><pubDate>Tue, 01 Feb 2011 15:54:00 +0000</pubDate><atom:updated>2011-02-01T21:24:21.874+05:30</atom:updated><title>DDR3 Prices Crash by 50 Percent in Last 45 Days</title><description>&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;DDR3 prices have hit an all-time low following sluggish markets and liquidation of stocks by major Far Eastern distributors as the Chinese New Year approaches.&lt;/div&gt;&lt;div style=&quot;float: right; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;According to the recent report by DRAMExchange, the lowest price for 4GB DDR3 module quoted for the third week of January 2011 was around $32, which is approximately 50 percent lower than the price at the start of December 2010.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;“Prices have been steadily dropping. It&#39;s a great time to upgrade or buy new memory,” said Suresh Purohit, Manager at Hyderabad-based DRAM India, a memory distributor, “Spot prices for a 4GB DDR3 module has dipped to less than Rs 2,000 from Rs 4,000 during the past 45 days.”&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;J Ramesh, Manager at Chennai-based Ralco Synergy added, “There is nothing new in the lows we are seeing in the DRAM market. It’s a cyclical trend that we have seen it in the past too. In Q3 and Q4 memory prices usually go up due to the Christmas season, and once that is over, it falls.”&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;According to GA Mannan, Country Manager, Corsair India the other reason for the crash in prices is the transition that is happening from 45nm to 32nm manufacturing.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;“Leading chip manufacturers have moved a large chunk of their memory manufacturing to 32nm fabs and hence are liquidating the 45nm inventory in order to move completely to the new and more efficient fabrication process,” opined Mannan.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Mannan sees memory prices firming up post the Chinese New Year, which is on February 3, 2011.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/ddr3-prices-crash-by-50-percent-in-last.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-887476036684153263</guid><pubDate>Tue, 01 Feb 2011 15:52:00 +0000</pubDate><atom:updated>2011-02-01T21:22:38.846+05:30</atom:updated><title>Microsoft to unveil Beta 2 for IE8</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; original=&quot;/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=2198&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=2198&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;strong&gt;The world&#39;s largest software giant Microsoft Corp. unveils the second test version of Internet Explorer 8 which is complete with features update on the Web browser, most commonly used. This second test version&amp;nbsp; is beta 2. Although the internet Explorer enjoys a market share of almost 75%, the new version has come up with new features.&lt;/strong&gt;&lt;br /&gt;
This version being aimed at a larger customer base will enable convenience, flexibility and complete security.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;A part of the market share of Internet Explorer was taken away by Mozilla&#39;s Firefox, so Microsoft is on the way to bring up more updates on Internet Explorer.&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
•The beta 2 version will have features similar to the ones found in Firefox 3 and will include a&amp;nbsp;&lt;strong&gt;&quot;smart&quot;&lt;/strong&gt;&amp;nbsp;address bar too so that users can be directed to the unique website addresses.&lt;br /&gt;
&lt;br /&gt;
•This version will also have a mode called&amp;nbsp;&lt;strong&gt;&quot;InPrivate Browsing&quot;&lt;/strong&gt;&amp;nbsp;so that the temporary and the previous internet files and also the cookies are not stored on a user&#39;s PC.&lt;br /&gt;
&lt;br /&gt;
•Also the version is having feature which will allow a user to obstruct the content coming from the third-party site. This enhanced capability will block the third party from tracking the user&#39;s online behaviour.&lt;br /&gt;
&lt;br /&gt;
•The other features known as&amp;nbsp;&lt;strong&gt;&quot;Activities&quot;&lt;/strong&gt;&amp;nbsp;will also be included in this version which will allow the user to use information such as the address existing on one page along with other service like the online mapping without even coming out from the original site.&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;br /&gt;
The official launch date of Internet Explorer 8 has not been declared by Microsoft as yet.&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/microsoft-to-unveil-beta-2-for-ie8.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-2124273004883381379</guid><pubDate>Tue, 01 Feb 2011 15:47:00 +0000</pubDate><atom:updated>2011-02-01T21:17:07.996+05:30</atom:updated><title>Speech capabilties come to Google Chrome</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=7593&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;Now Chrome users have a new reason to smile. Considering it as an industry-standard technology, Google technologists have the idea to develop audio capabilities that could serve just the right purpose.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;A potential text-to-speech system for mobile and desktop browsers has been developed in the company. To spread the message across, sources claim that a formal conference was held in San Francisco recently.&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;They’re hoping that the text-to-speech APIs as well as the voice input, voice recognition ship in Chrome but also become a Web standard that is implementable by any browser out there. However, the estimated date of offering this facility has not been out as yet.&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
It must be noted here that people who want to use voice input system can now speak of their queries with quite an ease.&lt;/strong&gt;&lt;br /&gt;
There&#39;s voice recognition and there&#39;s text-to-speech, so not eventually a bad idea to build that into the browser adding that the company is hopeful its technology will enable a whole new class of applications.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/speech-capabilties-come-to-google.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-4965360108016803754</guid><pubDate>Tue, 01 Feb 2011 15:39:00 +0000</pubDate><atom:updated>2011-02-01T21:09:15.934+05:30</atom:updated><title>Non-IT Company Dumps Products In Mumbai</title><description>&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Supreme Infrastructure, a non-IT and public-listed company, has allegedly dumped IT products in the Mumbai market, at prices 20-30 percent below the market operating price. Supreme has allegedly dumped inventory worth Rs 12-14 crore in the past four to six weeks. These include products from HP, Asus, LG, Kaspersky and Microsoft hardware, according to informed market sources.&lt;/div&gt;&lt;div style=&quot;float: right; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Ketan Patel, CEO, Creative Peripherals and Committee Member, TAIT informed, “We have investigated the matter as a distributor of Microsoft hardware products and also at the level of TAIT based on complaints from a few members. What has emerged is that Supreme had sourced IT products from a company called eOffice Planet—now part of Office Depot—to supply to MMRDA. For some reason this product wasn’t supplied to Mumbai Metropolitan Region Development Authority (MMRDA) and instead landed back in the open market. We don’t know the reason behind why products meant for MMRDA were sold in the open market.”&lt;br /&gt;
Patel said that Creative had in fact supplied a large number of Microsoft hardware to eOffice Planet at Rs 600 per mouse and keyboard combo. “These products came back in the open market and began selling at Rs 450 per unit. That’s what raised our eyebrows.”&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Patel informed that TAIT has also investigated the matter after few members reported dumping. “TAIT did the investigation and found the above facts. More than the dumping of products we were concerned about TAIT members who may have supplied the products to eOffice Planet. So we checked with all our members if they had received their payments. Fortunately, Creative and KK Overseas, both who had supplied products have received their payments. So we didn’t pursue the matter further,” he opined.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;A Mumbai-based reseller, who didn’t want to be named, admitted to having purchased around Rs 60 lakh of products from the company. “The reason we bought products from Supreme is because they were duty-paid with India warranty; and prices offered were almost 30 percent less than the distributor transfer price,” said the reseller.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;When contacted Supreme’s Company Secretary Vijay Joshi said his company has no interest in IT business and that the allegations brought forward by CRN about the company dumping IT products in the market has absolutely no basis. “I am completely shocked with such speculations and allegations against our company. We are a listed company and such news could have negative impact. We are a real estate and infrastructure developer and have no interest in IT business whatsoever. Probably it’s some other company having a similar name that is involved,” he said.&lt;/div&gt;&lt;div style=&quot;font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; text-align: left;&quot;&gt;Patel said that Creative has verified that ePlanet Office sold products sourced from his company to Supreme Infrastructure for a MMRDA project. Supreme’s Web site lists MMRDA as one of the large projects it is executing currently.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/non-it-company-dumps-products-in-mumbai.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-6821307064864837360</guid><pubDate>Tue, 01 Feb 2011 13:14:00 +0000</pubDate><atom:updated>2011-02-01T18:44:14.079+05:30</atom:updated><title>HCL Introduces new Beanstalk Range of Desktop - Latest IT News, Computer vendors in India, IT Blogs, IT industry in India : Latest IT News</title><description>&lt;a href=&quot;http://itvoir.com/portal/news/Press-Releases/HCL-Introduces-new-Beanstalk-Range-of-Desktop-15-899.asp&quot;&gt;HCL Introduces new Beanstalk Range of Desktop - Latest IT News, Computer vendors in India, IT Blogs, IT industry in India : Latest IT News&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/hcl-introduces-new-beanstalk-range-of.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-4505190934471864384</guid><pubDate>Tue, 01 Feb 2011 13:12:00 +0000</pubDate><atom:updated>2011-02-01T18:42:34.053+05:30</atom:updated><title>Scientists Extract Images Directly From Brain</title><description>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;&lt;a href=&quot;http://www.techpark.net/wp-content/uploads/2008/12/neuron_brain_reading.jpg&quot; title=&quot;&amp;quot;Brain reading&amp;quot; &quot;&gt;&lt;span style=&quot;color: black; mso-no-proof: yes; mso-themecolor: text1; text-decoration: none; text-underline: none;&quot;&gt;&lt;v:shapetype coordsize=&quot;21600,21600&quot; filled=&quot;f&quot; id=&quot;_x0000_t75&quot; o:preferrelative=&quot;t&quot; o:spt=&quot;75&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; stroked=&quot;f&quot;&gt;  &lt;v:stroke joinstyle=&quot;miter&quot;&gt;  &lt;v:formulas&gt;   &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;   &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;   &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;   &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;   &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;  &lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;  &lt;v:path gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot; o:extrusionok=&quot;f&quot;&gt;  &lt;o:lock aspectratio=&quot;t&quot; v:ext=&quot;edit&quot;&gt; &lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:stroke&gt;&lt;/v:shapetype&gt;&lt;v:shape alt=&quot;Brain reading&quot; href=&quot;http://www.techpark.net/wp-content/uploads/2008/12/neuron_brain_reading.jpg&quot; id=&quot;Picture_x0020_24&quot; o:button=&quot;t&quot; o:spid=&quot;_x0000_i1027&quot; style=&quot;height: 197.25pt; mso-wrap-style: square; visibility: visible; width: 397.5pt;&quot; title=&quot;&amp;quot;Brain reading&amp;quot;&quot; type=&quot;#_x0000_t75&quot;&gt;  &lt;v:imagedata o:title=&quot;Brain reading&quot; src=&quot;file:///C:\Users\sivamskr\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg&quot;&gt; &lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.pinktentacle.com/2008/12/scientists-extract-images-directly-from-brain/&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Pink Tentacle reports&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;that researchers at Japan’s ATR Computational Neuroscience Laboratories have developed a system that can “reconstruct the images inside a person’s mind and display them on a computer monitor.”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;According to the researchers, further development of the technology may soon make it possible to view other people’s dreams while they sleep.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;The scientists were able to reconstruct various images viewed by a person by analyzing changes in their cerebral blood flow. Using a functional magnetic resonance imaging (fMRI) machine, the researchers first mapped the blood flow changes that occurred in the cerebral visual cortex as subjects viewed various images held in front of their eyes. Subjects were shown 400 random 10 x 10 pixel black-and-white images for a period of 12 seconds each. While the fMRI machine monitored the changes in brain activity, a computer crunched the data and learned to associate the various changes in brain activity with the different image designs.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Then, when the test subjects were shown a completely new set of images, such as the letters N-E-U-R-O-N, the system was able to reconstruct and display what the test subjects were viewing based solely on their brain activity.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;The researchers suggest a future version of this technology could be applied in the fields of art and design — particularly if it becomes possible to quickly and accurately access images existing inside an artist’s head. The technology might also lead to new treatments for conditions such as psychiatric disorders involving hallucinations, by providing doctors a direct window into the mind of the patient.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;ATR chief researcher Yukiyasu Kamitani says, “This technology can also be applied to senses other than vision. In the future, it may also become possible to read feelings and complicated emotional states.”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;&lt;a href=&quot;http://www.techpark.net/wp-content/uploads/2008/12/neuron_brain_reading_2_child.jpg&quot; style=&quot;border-color: initial; border-width: initial;&quot; title=&quot;&amp;quot;Child Brain reading&amp;quot; &quot;&gt;&lt;span style=&quot;color: black; mso-no-proof: yes; mso-themecolor: text1; text-decoration: none; text-underline: none;&quot;&gt;&lt;v:shape alt=&quot;Child Brain reading&quot; href=&quot;http://www.techpark.net/wp-content/uploads/2008/12/neuron_brain_reading_2_child.jpg&quot; id=&quot;Picture_x0020_25&quot; o:button=&quot;t&quot; o:spid=&quot;_x0000_i1026&quot; style=&quot;height: 73.5pt; mso-wrap-style: square; visibility: visible; width: 262.5pt;&quot; title=&quot;&amp;quot;Child Brain reading&amp;quot;&quot; type=&quot;#_x0000_t75&quot;&gt;  &lt;v:imagedata o:title=&quot;Child Brain reading&quot; src=&quot;file:///C:\Users\sivamskr\AppData\Local\Temp\msohtmlclip1\01\clip_image002.jpg&quot;&gt; &lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;May be in future you could use this technology to understand why your kid is crying?&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-no-proof: yes; mso-themecolor: text1;&quot;&gt;&lt;v:shape alt=&quot;;-)&quot; id=&quot;Picture_x0020_26&quot; o:spid=&quot;_x0000_i1025&quot; style=&quot;height: 11.25pt; mso-wrap-style: square; visibility: visible; width: 11.25pt;&quot; type=&quot;#_x0000_t75&quot;&gt;  &lt;v:imagedata o:title=&quot;;-)&quot; src=&quot;file:///C:\Users\sivamskr\AppData\Local\Temp\msohtmlclip1\01\clip_image003.gif&quot;&gt; &lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;The research results appear in the December 11 issue of US science journal Neuron.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/scientists-extract-images-directly-from.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-2952555661177021537</guid><pubDate>Tue, 01 Feb 2011 13:11:00 +0000</pubDate><atom:updated>2011-02-01T18:41:27.317+05:30</atom:updated><title>Research: Bacteria Capable Of Generating Electricity</title><description>&amp;nbsp;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Researchers at the University of Minnesota studying bacteria capable of generating electricity have&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www1.umn.edu/urelate/newsservice/NS_details.php?release=080303_3794&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;discovered&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;that riboflavin (commonly known as vitamin B-2) is responsible for much of the energy produced by these organisms.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.techpark.net/wp-content/uploads/2008/03/shewanella.jpg&quot; style=&quot;border-color: initial; border-width: initial;&quot; title=&quot;Shewanella&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;v:shapetype coordsize=&quot;21600,21600&quot; filled=&quot;f&quot; id=&quot;_x0000_t75&quot; o:preferrelative=&quot;t&quot; o:spt=&quot;75&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; stroked=&quot;f&quot;&gt;  &lt;v:stroke joinstyle=&quot;miter&quot;&gt;  &lt;v:formulas&gt;   &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;   &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;   &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;   &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;   &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;  &lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;  &lt;v:path gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot; o:extrusionok=&quot;f&quot;&gt;  &lt;o:lock aspectratio=&quot;t&quot; v:ext=&quot;edit&quot;&gt; &lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:stroke&gt;&lt;/v:shapetype&gt;&lt;v:shape alt=&quot;Shewanella&quot; href=&quot;http://www.techpark.net/wp-content/uploads/2008/03/shewanella.jpg&quot; id=&quot;Picture_x0020_3&quot; o:allowoverlap=&quot;f&quot; o:button=&quot;t&quot; o:spid=&quot;_x0000_s1026&quot; style=&quot;height: 93.75pt; margin-left: 88.25pt; margin-top: 0; mso-position-horizontal-relative: text; mso-position-horizontal: right; mso-position-vertical-relative: line; mso-position-vertical: absolute; mso-wrap-distance-bottom: 7.5pt; mso-wrap-distance-left: 7.5pt; mso-wrap-distance-right: 7.5pt; mso-wrap-distance-top: 7.5pt; mso-wrap-style: square; position: absolute; visibility: visible; width: 128.25pt; z-index: 251658240;&quot; title=&quot;&amp;quot;Shewanella&amp;quot;&quot; type=&quot;#_x0000_t75&quot;&gt;  &lt;v:imagedata o:title=&quot;Shewanella&quot; src=&quot;file:///C:\Users\sivamskr\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg&quot;&gt;  &lt;w:wrap anchory=&quot;line&quot; type=&quot;square&quot;&gt; &lt;/w:wrap&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;span style=&quot;color: black; mso-no-proof: yes; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.techpark.net/wp-content/uploads/2008/03/shewanella.jpg&quot; title=&quot;Shewanella&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;The bacteria, Shewanella, are commonly found in water and soil and are of interest because they can convert simple organic compounds (such as lactic acid) into electricity, according to Daniel Bond and Jeffrey Gralnick, of the University of Minnesota’s BioTechnology Institute and department of microbiology, who led the research effort.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;The discovery means Shewanella can produce more power simply by increased riboflavin levels. Also, the finding opens up multiple possibilities for innovations in renewable energy and environmental clean-up. The research is published in the March 3 issue of the Proceedings of the National Academy of Sciences.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/research-bacteria-capable-of-generating.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-3053615504967002205</guid><pubDate>Tue, 01 Feb 2011 13:09:00 +0000</pubDate><atom:updated>2011-02-01T18:39:15.655+05:30</atom:updated><title>Microsoft feels the urgency to bring iPad killer?</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=8043&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;It seems Microsoft has taken the investors feedback very seriously and is now aiming towards consumer segment.&amp;nbsp;&lt;strong&gt;The company in wake of ruling the consumer segment too has announced slew of tablets and Smartphones.&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
To catch up the rivals and in fact to beat them, company has all set its roadmap and is betting on Intel’s upcoming “Oak Trail” processor. The devices as expected would run on Windows.&lt;br /&gt;
&lt;br /&gt;
The company is on roller coaster ride and is in full mood to beat the milestones and achievements met by Apple till date, cited related sources.&amp;nbsp;&lt;strong&gt;To make things happen and actually to create a buzz in marketplace, the company is betting big time on Windows operating system and Intel Oak Trail processor. The pact that Microsoft entered with ARM holdings would offer an edge, for sure.&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Microsoft is betting on&amp;nbsp;&lt;strong&gt;Oak Trail since it promises longer battery life, lower power consumption, and many other pre-requisites for portable devices.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Over tablets, Microsoft is preparing a whole spectrum and is in talks with various OEMs including Asus, Dell, Samsung, Toshiba, Sony, Lenovo, and Fujitsu.&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/microsoft-feels-urgency-to-bring-ipad_01.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-1879820988563914655</guid><pubDate>Tue, 01 Feb 2011 13:09:00 +0000</pubDate><atom:updated>2011-02-01T18:39:06.137+05:30</atom:updated><title>Microsoft feels the urgency to bring iPad killer?</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=8043&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;It seems Microsoft has taken the investors feedback very seriously and is now aiming towards consumer segment.&amp;nbsp;&lt;strong&gt;The company in wake of ruling the consumer segment too has announced slew of tablets and Smartphones.&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
To catch up the rivals and in fact to beat them, company has all set its roadmap and is betting on Intel’s upcoming “Oak Trail” processor. The devices as expected would run on Windows.&lt;br /&gt;
&lt;br /&gt;
The company is on roller coaster ride and is in full mood to beat the milestones and achievements met by Apple till date, cited related sources.&amp;nbsp;&lt;strong&gt;To make things happen and actually to create a buzz in marketplace, the company is betting big time on Windows operating system and Intel Oak Trail processor. The pact that Microsoft entered with ARM holdings would offer an edge, for sure.&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Microsoft is betting on&amp;nbsp;&lt;strong&gt;Oak Trail since it promises longer battery life, lower power consumption, and many other pre-requisites for portable devices.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Over tablets, Microsoft is preparing a whole spectrum and is in talks with various OEMs including Asus, Dell, Samsung, Toshiba, Sony, Lenovo, and Fujitsu.&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;Renu Singh/ITVoir Network&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/microsoft-feels-urgency-to-bring-ipad.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-3062233008407691482</guid><pubDate>Tue, 01 Feb 2011 13:08:00 +0000</pubDate><atom:updated>2011-02-01T18:38:00.373+05:30</atom:updated><title>NASA Tests Linux For Spacecraft Control</title><description>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;According to&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.linuxdevices.com/news/NS5714800202.html&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot; title=&quot;LinuxDevices.com&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;LinuxDevices.com&lt;/span&gt;&lt;/a&gt;, Linux was selected for a NASA experiment aimed at proving the feasibility of COTS (commercial off-the-shelf) hardware and software for scientific space missions. A key requirement was for application development and runtime environments familiar to scientists, to facilitate porting applications from the lab to the spacecraft.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;NASA’s “Dependable Multiprocessor” (DM) experiment is among four scientific payloads scheduled for launch in November of 2009, in the “&lt;a href=&quot;http://www.esto.nasa.gov/conferences/ESTC2006/presentations/C7P1.pdf&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;New Millennium Program Space Technology 8&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;(ST8) mission. Honeywell Aerospace was chosen to be the lead contractor for the DM experiment, while Orbital Sciences was selected to build ST8&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-themecolor: text1;&quot;&gt;′&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;s “Spacecraft bus.”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;In order to attain success, Honeywell will have to overcome several obstacles — primarily through enhancements to Linux via custom high-availability middleware, it appears.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Embedded Linux vendor Wind River says it was selected to “support the development of NASA’s New Millennium Program Space Technology 8 (ST8) Dependable Multiprocessor.” As part of its role in supporting the project, the company will supply its&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.linuxdevices.com/news/NS2640810809.html&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;new&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Platform for Network Equipment, Linux Edition&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;(PNE-LE) for use on the DM system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Wind River said that as a whole, the DM system’s Linux-based software would enable the ST8 to “process and analyze its own data to make instant decisions about what is observed without having to send the information to Earth and wait for a reply.” The environment will also be able to dynamically adjust the level of fault tolerance for various subsystems, according to their criticality, the software vendor said.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Hope Linux passes this test!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/nasa-tests-linux-for-spacecraft-control.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-3129484375861878295</guid><pubDate>Tue, 01 Feb 2011 13:06:00 +0000</pubDate><atom:updated>2011-02-01T18:36:12.094+05:30</atom:updated><title>Apple to get a slimmer version of iPad by next year</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=8731&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;Apple just does not seem to cease extending boundaries in terms of innovation. The recent buzz doing the rounds is that Apple is working on getting a slimmer version of its popular product, iPad.&lt;br /&gt;
&lt;br /&gt;
Analysts are of the opinion that the improved version of iPad will have features such as a camera for video-calling and chips made by Qualcomm that let it work on global wireless networks. Sources reveal that the production may start as early as January. Moreover it is being said that the product will be introduced to the public by February or March.&lt;br /&gt;
&lt;br /&gt;
It has been reported that the device will feature Qualcomm chips that allow a Web connection on both GSM and CDMA networks, the most prominent radio standards used in mobile phones. Trusted aides have reported that Infineon Technologies, whose wireless business is being acquired by Intel, will make those radio chips for the iPad.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/apple-to-get-slimmer-version-of-ipad-by.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-8219113949357378640</guid><pubDate>Tue, 01 Feb 2011 13:02:00 +0000</pubDate><atom:updated>2011-02-01T18:32:55.058+05:30</atom:updated><title>Modu Mini Phone: Worlds Lightest And Smallest Phone</title><description>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Everyday there is a new&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.techpark.net/category/mobiles/&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;mobile&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;phone model is being released in to the market. Some are trendy, some are smart and well designed and loaded with hundreds of features.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Did you ever wanted to have a phone that’s just a phone. Here comes the lightest and smallest phone: Modu Mini phone. You can think of&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.techcrunch.com/2008/02/07/modu-revealed/&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Modu&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;as an expanded SIM card. It can make a call, send text messages, and hold a contact list—the bare minimum required to be a mobile phone. That is why it is so small—about the size of an iPod Nano.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;This Modu Mini Phone is a modular phone, that can be slipped into different device jackets —like an MP3 player, a GPS device, a bigger cell phone, car stereo, or a digital camera. (Although, it will initially only support GPRS, which is slow. Another drawback—there is no WiFi.) In a camera, for instance, Modu can be used to send pictures over the wireless network. (Although, it will initially only support GPRS, which is slow. Another drawback—there is no WiFi.)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; padding: 0in;&quot;&gt;&lt;a href=&quot;http://www.techpark.net/wp-content/uploads/2008/04/lightest-phone-modu-mini1.jpg&quot; style=&quot;border-color: initial; border-width: initial;&quot; title=&quot;&amp;quot;Modu Mini Phone&amp;quot; &quot;&gt;&lt;span style=&quot;color: black; mso-no-proof: yes; mso-themecolor: text1; text-decoration: none; text-underline: none;&quot;&gt;&lt;v:shapetype coordsize=&quot;21600,21600&quot; filled=&quot;f&quot; id=&quot;_x0000_t75&quot; o:preferrelative=&quot;t&quot; o:spt=&quot;75&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; stroked=&quot;f&quot;&gt;  &lt;v:stroke joinstyle=&quot;miter&quot;&gt;  &lt;v:formulas&gt;   &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;   &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;   &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;   &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;   &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;  &lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;  &lt;v:path gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot; o:extrusionok=&quot;f&quot;&gt;  &lt;o:lock aspectratio=&quot;t&quot; v:ext=&quot;edit&quot;&gt; &lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:stroke&gt;&lt;/v:shapetype&gt;&lt;v:shape alt=&quot;Modu Mini Phone&quot; href=&quot;http://www.techpark.net/wp-content/uploads/2008/04/lightest-phone-modu-mini1.jpg&quot; id=&quot;Picture_x0020_22&quot; o:button=&quot;t&quot; o:spid=&quot;_x0000_i1025&quot; style=&quot;height: 228.75pt; mso-wrap-style: square; visibility: visible; width: 337.5pt;&quot; title=&quot;&amp;quot;Modu Mini Phone&amp;quot;&quot; type=&quot;#_x0000_t75&quot;&gt;  &lt;v:imagedata o:title=&quot;Modu Mini Phone&quot; src=&quot;file:///C:\Users\sivamskr\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg&quot;&gt; &lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/modu-mini-phone-worlds-lightest-and.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-2891195127618242795</guid><pubDate>Tue, 01 Feb 2011 13:02:00 +0000</pubDate><atom:updated>2011-02-01T18:32:06.649+05:30</atom:updated><title>IBM To Build Next Generation Chips Using DNA</title><description>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;In future DNA wouldn’t just control human evolution but also computing evolution, if IBM succeeds to use DNA in development of next-generation microchips.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-no-proof: yes; mso-themecolor: text1;&quot;&gt;&lt;v:shapetype coordsize=&quot;21600,21600&quot; filled=&quot;f&quot; id=&quot;_x0000_t75&quot; o:preferrelative=&quot;t&quot; o:spt=&quot;75&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; stroked=&quot;f&quot;&gt;  &lt;v:stroke joinstyle=&quot;miter&quot;&gt;  &lt;v:formulas&gt;   &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;   &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;   &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;   &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;   &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;  &lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;  &lt;v:path gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot; o:extrusionok=&quot;f&quot;&gt;  &lt;o:lock aspectratio=&quot;t&quot; v:ext=&quot;edit&quot;&gt; &lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:stroke&gt;&lt;/v:shapetype&gt;&lt;v:shape alt=&quot;IBM To Use DNA scaffoldingi to build tiny circuit boards&quot; id=&quot;Picture_x0020_20&quot; o:spid=&quot;_x0000_i1025&quot; style=&quot;height: 173.25pt; mso-wrap-style: square; visibility: visible; width: 174pt;&quot; type=&quot;#_x0000_t75&quot;&gt;  &lt;v:imagedata o:title=&quot;IBM To Use DNA scaffoldingi to build tiny circuit boards&quot; src=&quot;file:///C:\Users\sivamskr\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg&quot;&gt; &lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;IBM scientists are using DNA scaffolding to build tiny circuit boards; this image shows high concentrations of triangular DNA origami binding to wide lines on a lithographically patterned surface; the inset shows individual origami structures at high resolution.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Scientists at IBM&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.techpark.net/category/research/&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Research&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;and the California Institute of Technology&lt;a href=&quot;http://www-03.ibm.com/press/us/en/pressrelease/28185.wss&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;announced&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;a scientific advancement that could be a major breakthrough in enabling the semiconductor industry to pack more power and speed into tiny computer chips, while making them more energy efficient and less expensive to manufacture.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Today, the semiconductor industry is faced with the challenges of developing lithographic technology for feature sizes smaller than 22 nm and exploring new classes of transistors that employ carbon nanotubes or silicon nanowires. IBM’s approach of using DNA molecules as scaffolding &amp;nbsp;– where millions of carbon nanotubes could be deposited and self-assembled into precise patterns by sticking to the DNA molecules – may provide a way to reach sub-22 nm lithography.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span id=&quot;more-375&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;The utility of this approach lies in the fact that the positioned DNA nanostructures can serve as scaffolds, or miniature circuit boards, for the precise assembly of components – such as carbon nanotubes, nanowires and nanoparticles – at dimensions significantly smaller than possible with conventional semiconductor fabrication techniques. This opens up the possibility of creating functional devices that can be integrated into larger structures, as well as enabling studies of arrays of nanostructures with known coordinates.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;“The cost involved in shrinking features to improve performance is a limiting factor in keeping pace with Moore’s Law and a concern across the semiconductor industry,” said Spike Narayan, manager, Science &amp;amp; Technology, IBM Research – Almaden. “The combination of this directed self-assembly with today’s fabrication technology eventually could lead to substantial savings in the most expensive and challenging part of the chip-making process.”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;The lithographic templates were fabricated at IBM using traditional semiconductor techniques, the same used to make the chips found in today’s&lt;a href=&quot;http://www.techpark.net/category/computers/&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;computers&lt;/span&gt;&lt;/a&gt;, to etch out patterns. Either electron beam or optical lithography were used to create arrays of binding sites of the proper size and shape to match those of individual origami structures. Key to the process were the discovery of the template material and deposition conditions to afford high selectivity so that origami binds only to the patterns of “sticky patches” and nowhere else.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-themecolor: text1;&quot;&gt;The paper on this work, “Placement and orientation of DNA nano structures on lithographically patterned surfaces,” by scientists at IBM Research and the California Institute of Technology, will be published in the September issue of Nature Nanotechnology and is currently available at:&lt;a href=&quot;http://www.nature.com/nnano/journal/vaop/ncurrent/abs/nnano.2009.220.html&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;http://www.nature.com/nnano/journal/vaop/ncurrent/abs/nnano.2009.220.html&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/ibm-to-build-next-generation-chips.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-730298650272173276</guid><pubDate>Tue, 01 Feb 2011 13:01:00 +0000</pubDate><atom:updated>2011-02-01T18:31:05.391+05:30</atom:updated><title>Is Charging Your Gadget Overnight Waste Of Energy?</title><description>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-no-proof: yes; mso-themecolor: text1;&quot;&gt;&lt;v:shapetype coordsize=&quot;21600,21600&quot; filled=&quot;f&quot; id=&quot;_x0000_t75&quot; o:preferrelative=&quot;t&quot; o:spt=&quot;75&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; stroked=&quot;f&quot;&gt;  &lt;v:stroke joinstyle=&quot;miter&quot;&gt;  &lt;v:formulas&gt;   &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;   &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;   &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;   &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;   &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;   &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;   &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;   &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;  &lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;  &lt;v:path gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot; o:extrusionok=&quot;f&quot;&gt;  &lt;o:lock aspectratio=&quot;t&quot; v:ext=&quot;edit&quot;&gt; &lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:stroke&gt;&lt;/v:shapetype&gt;&lt;v:shape alt=&quot;A six gadget charger&quot; id=&quot;Picture_x0020_18&quot; o:spid=&quot;_x0000_i1025&quot; style=&quot;height: 159.75pt; mso-wrap-style: square; visibility: visible; width: 212.25pt;&quot; type=&quot;#_x0000_t75&quot;&gt;  &lt;v:imagedata o:title=&quot;A six gadget charger&quot; src=&quot;file:///C:\Users\sivamskr\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg&quot;&gt; &lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;A six gadget charger&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Many times we leave our gadgets Mobile phones, PDAs, MP3 players, Cameras, Laptops etc with charger plugged in overnight. Lets check if this is a major waste of energy..&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;What happens if you leave the mobile phone plugged in all night?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;According to&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://standby.lbl.gov/summary-table.html&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;measurements from Lawrence Berkeley National Laboratory&lt;/span&gt;&lt;/a&gt;, the average cell phone draws 3.68 watts of power from the outlet while it’s charging and 2.24 watts when charged. Let’s take the worst-case scenario and assume that you’re over-juicing a charged battery for the entire night. Leave the average phone plugged in for eight unnecessary hours, and it’ll use about 0.018 kilowatt-hours of electricity. Do that every night for a week, and the figure rises to 0.13 kWh; every night for a year, and you’re looking at a grand total of 6.5 kWh of electricity.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span id=&quot;more-416&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;What if you leave your phone charger plugged in all the time, even when the phone itself isn’t attached—how much vampire power would that suck up? Again using the Berkeley Lab figures, if the average charger is plugged in for the entire 8,760 hours of the year, it’ll use about 2.3 kWh of electricity.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Your iPod or Zune probably isn’t worth worrying too much about, either: According to Chris Calwell, the founder of energy efficiency consulting firm Ecos, digital music players only draw about 0.25 to 0.4 watts when fully charged.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;What about laptops? If you got yours in the last few years, it may not be much of a nighttime energy hog. According to figures from the University of Pennsylvania’s IT department—which looked at&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.upenn.edu/computing/provider/docs/hardware/powerusage.html&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;several laptops purchased between 2005 and 2009&lt;/span&gt;&lt;/a&gt;—today’s laptops draw between one to three watts when switched off but plugged in, and roughly the same amount in sleep mode. That puts them in about the same ballpark as cell phones. A laptop that’s idle, but not asleep, will draw closer to 15 to 20 watts.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;Given that the average American’s residential electricity consumption is more than 4,000 kWh each year (PDF), the Lantern doesn’t think that a handful of kilowatt-hours are worth much tossing and turning. You could do way more for the planet, for example, by swapping out a single incandescent light bulb in your home for a compact fluorescent one; as the Lantern pointed out in a previous column, that simple action alone can save 126 kWh a year. Plus, charging your gadgets while you sleep has the added benefit of shifting a tiny fraction of your energy usage from the daytime, when demand is highest, to the nighttime, making things just a bit easier on your local grid.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;As Cambridge professor David MacKay notes in his book&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;a href=&quot;http://www.withouthotair.com/Contents.html&quot; style=&quot;border-color: initial; border-width: initial;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Sustainable Energy—Without the Hot Air&lt;/span&gt;&lt;/a&gt;, obsessively unplugging your charger is like “bailing the Titanic with a teaspoon.” By all means, do it, he says, “but please be aware how tiny a gesture it is.” (He goes on to note that, according to his calculations, keeping your phone charger unplugged for a year saves as much energy as skipping a single hot bath.)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/is-charging-your-gadget-overnight-waste.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-1187380812064925913</guid><pubDate>Tue, 01 Feb 2011 12:59:00 +0000</pubDate><atom:updated>2011-02-01T18:29:53.960+05:30</atom:updated><title>25 Best Web Design Practices – How to Make Your Website Stand Out From the Crowd</title><description>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;You might have a complete business model and the perfect plan. But&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;business can’t run without a website&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;. However, designing a website can be a Herculean task!&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Here are some of the&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;best web design practices that can make your website unique from all the others&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;. Make sure to keep it subtle, witty and captivating at the same time for the visitors.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-bidi-font-family: Arial; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;25 Best Web Design Practices:&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-bidi-font-family: Arial; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-bidi-font-family: Arial; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;1.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;First and foremost make sure your website displays properly on the popular versions of IE(7+), Firefox(3+), Opera(9+), Safari(Mac and Windows) to provide tousle free access.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;2.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Navigation links should be clearly and consistently labeled. Make use of navigation aids such as site map, skip navigation link etc.&lt;br /&gt;
&lt;br /&gt;
&lt;span id=&quot;more-438&quot;&gt;&lt;/span&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;3.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Use various keywords, phrases and unique titles for each page of your site. Make key ideas on page in bold text font.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;4.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Your contact information should be prominent and should have all the details like contact name, email address, contact numbers and address information is possible. Also include contact link in the footer.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;5.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;The header/logo should grab the attention of the visitors. It should be consistent. The purpose should be immediately apparent.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;6.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Content presentation is very important. It should be informative and meaningful. Make it presentable and not in haphazard manner. Content should provide links to other useful sites also.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;7.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Please no outdated information, no grammatical or spelling errors! Always spell check and proof-read your documents.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;8.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Page layout is very important. Make good use of design principals like repetition, contrast, proximity and alignment. It should display without horizontal scrolling at 1024*768 and higher resolutions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;9.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Don’t forget to&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;a href=&quot;http://www.etechbuzz.com/simple-3-steps-from-google-to-optimize-your-site-for-search-engines/&quot; style=&quot;border-color: initial; border-style: initial;&quot; target=&quot;_self&quot; title=&quot;search engine optimization&quot;&gt;&lt;strong&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;optimize website for search engines&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;. Besides a great design websites should also be optimized for search engines using meta tags, title and content keywords, anchor texts and internal linking.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;10.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Home page should have compelling information and should download within 10 second on dial up connection. Also be clear and precise. Ambiguity is certainly not advisable.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;11.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Don’t use too many colors in page background/text. It should not appear tacky.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;12.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Colors should be used consistently and there should be good contrast with the text.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;13.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Use of graphics should serve the purpose. They should be optimized and should not slow down the page. Use small graphics which can load more quickly.&lt;a href=&quot;http://www.etechbuzz.com/how-to-make-your-post-attractive-using-images/&quot; style=&quot;border-color: initial; border-style: initial;&quot; target=&quot;_self&quot; title=&quot;making post attractive using images&quot;&gt;&lt;strong&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Use images&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;to make your content attractive.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;14.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Your website should be functional. Keep in mind that all the internal and external hyperlinks should work. No page not found error please!&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;15.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Make use of CSS (Cascading Style Sheets) to keep excessive code out of the way.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;16.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Don’t make your content dull and boring. Break up those long paragraphs. Try to break the monotony with bullet points, use of white spaces and relevant headings and sub headings.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;17.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Header tags should be used on every page consisting of the information relevant to the page.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;18.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;All the forms should function as expected and there should be no JavaScript errors.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;19.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Make use of multimedia features. The audio/video/flash file should serve the purpose and should not distract user from the website.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;20.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Include download times for the audio and video files and provide suitable captions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;21.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Provide links to download for media plug-ins.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;22.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Buying or reserving information should be accessible and hassle free. (Book now, Checkout, Shopping cart, etc.) You can also create logical navigation with “Product” and “Purchase” links.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;23.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;Your site should be friendly to the volunteers. Give detailed information on how you can get them involved and let them participate.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;24.&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;If you running business website then you can include a News Section or Blog. People will come back to your site and your website will get more exposure. Add news about your firm and your cause.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;25&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;. Lastly, don’t forget to update your navigation and&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;a href=&quot;http://www.etechbuzz.com/sitemap-file-for-faster-crawling-and-indexing-of-site/&quot; style=&quot;border-color: initial; border-style: initial;&quot; target=&quot;_self&quot; title=&quot;Tips for using sitemap&quot;&gt;&lt;strong&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;sitemap&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&amp;nbsp;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;whenever you add pages to a site.&lt;o:p&gt;&lt;/o:p&gt;&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: black; mso-themecolor: text1;&quot;&gt;&lt;span class=&quot;msoIns&quot;&gt;&lt;ins&gt;&lt;br /&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-text-decorations-in-effect: underline;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Have a wonderful website design that everyone will remember as a unique business brand!&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/25-best-web-design-practices-how-to.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3313364141501101134.post-8422583779526848658</guid><pubDate>Tue, 01 Feb 2011 12:56:00 +0000</pubDate><atom:updated>2011-02-01T18:26:54.489+05:30</atom:updated><title>Intel discovers flaw in chip,cuts revenue expectation for Q1</title><description>&lt;div style=&quot;color: #333333; float: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 5px; padding-right: 10px;&quot;&gt;&lt;table class=&quot;borderedimage&quot; style=&quot;border-bottom-color: rgb(51, 51, 51); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(51, 51, 51); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(51, 51, 51); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(51, 51, 51); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; float: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; padding-top: 1px; text-align: left;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; original=&quot;/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=9139&quot; src=&quot;http://itvoir.com/portal/boxx/modules/newsarticles/Piczoom.asp?type=news&amp;amp;id=9139&quot; width=&quot;50&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;strong&gt;&lt;a href=&quot;http://www.intel.com/?en_US_01&quot; style=&quot;color: #000066; text-decoration: none;&quot;&gt;Intel&lt;/a&gt;&amp;nbsp;chopped off its first quarter revenue expectation, by $300 million yesterday following a flaw they discovered in one of its chips, sources reported.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
According to sources, the chip which is used with the company’s latest processor, the sandy bridge is not being shipped anymore, though they are fixing the flaw.&amp;nbsp;&lt;strong&gt;The total amount needed to repair the chip and come up with a renewed version would be about $700 million.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Intel’s shares fell 1.6% after they made the announcement, but Intel insiders believe that this flaw will not take a toll on their entire year’s revenue as they plan to manufacture and ship the renewed version late February onwards, sources reported.&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The largest chipmaker reportedly, is reducing its gross margin, by almost 4% points for the quarter, as some affected chipset units were sent out in the last quarter.&lt;/strong&gt;&amp;nbsp;For the first quarter the gross margin percentage will be down by 2 points.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;But Intel recently has made a couple of important acquisitions such as McAfee,&amp;nbsp; therefore it now expects first-quarter revenue of $11.7 billion, give or take $400 million,&lt;/strong&gt;&amp;nbsp;compared to prior expectation of $11.5 billion, give or take $400 million.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;by       M.Siva Kameswara Rao&lt;/div&gt;</description><link>http://mskrao.blogspot.com/2011/02/intel-discovers-flaw-in-chipcuts.html</link><author>noreply@blogger.com (M.Siva Kameswara Rao)</author><thr:total>0</thr:total></item></channel></rss>