<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-59087556486124052</id><updated>2011-08-01T09:50:05.681-07:00</updated><category term='Seputar Skripsi'/><category term='Games'/><category term='Download'/><category term='Gadget'/><category term='Java'/><category term='Artist'/><category term='BlackBerry'/><category term='Teknik Informatika'/><category term='Sistem  Informasi'/><category term='Ebook'/><category term='Article'/><title type='text'>skripsi-komputer.blogspot.com</title><subtitle type='html'>    skripsi, tugas akhir, free ebook, free download, free software</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-8593064764019204173</id><published>2010-08-08T03:37:00.000-07:00</published><updated>2010-08-08T03:37:15.355-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>Java Diagnostics Tools and Options</title><content type='html'>&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;This chapter introduces the various diagnostic and monitoring tools which can be used with J2SE 5.0.&lt;br /&gt;The tools described here include command line utilities, command line options, and log files.&lt;br /&gt;In almost all cases the command line utilities described in this chapter are either included in the Java&lt;br /&gt;2 Platform Standard Edition Development Kit (JDK 5.0), or are operating system tools and utilities.&lt;br /&gt;Although the JDK 5.0 command line utilities are included in the JDK download, it is important to note&lt;br /&gt;that they can be used to diagnose issues and monitor applications that are deployed with the Java 2&lt;br /&gt;Platform Standard Edition Runtime Environment 5.0 (JRE 5.0).&lt;br /&gt;In general, the diagnostic tools and options described in this chapter use various mechanisms to&lt;br /&gt;obtain the information they report. In many cases the mechanisms are specific to the virtual machine&lt;br /&gt;implementation (5.0 in the case of this document), operating system, and version of each.&lt;br /&gt;Consequently, there is some overlap of the information reported by some of the tools. This should be&lt;br /&gt;viewed in the context of the various problems and issues for which these tools are intended. In many&lt;br /&gt;cases only a subset of the tools will be applicable to an issue at a particular point in time.&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Caveats and Other Notes&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;Some of the command line utilities described in this chapter are experimental. The jstack, jinfo,&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;and jmap utilities are examples of utilities that are experimental. These utilities are subject to change&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;in future JDK releases, and may not be included in future releases.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;The format of log files and other output from command line utilities or options is version specific. For&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;example, if you develop a script that relies on the format of the fatal error log&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;(hs_err_pid&lt;pid&gt;.log file) then this script may cease to work as expected if the format of the log&lt;/pid&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;file changes in the future.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;Command line options that are prefixed with -XX are Java HotSpotTM Virtual Machine specific&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;options. In general, most -XX options are unsupported, undocumented, and were originally included&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;for the purposes of testing components of the HotSpot Virtual Machine during its development.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;However many -XX options are important for performance tuning and diagnostic purposes, and are&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;therefore described in this chapter.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;In some cases, the command tool utilities described here are not included in the JDK release on all&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;operating systems. For example, the jstack, jinfo, and jmap command line utilities are included in&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;the JDK release for Solaris and Linux only. In addition to operating system specific utilities we also&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;describe a number of diagnostic features and tools that are specific to the Solaris 10 Operating&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;Environment. Solaris 10 has many advanced diagnostic features that are usable in production&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;environments, and many of the native tools are capable of providing information that is specific to the&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;Java Runtime Environment.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Post-Mortem Diagnostics&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;A number of the options and tools described in this chapter are designed for post-mortem diagnostics.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;That is, if the application crashes because of an application or JRE bug, these are the options and tools&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;that can be used to obtain additional information (either at the time of the crash or later using&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;information from the crash dump).&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;  &lt;td&gt;&lt;b&gt;Description and Usage&lt;/b&gt;&lt;/td&gt;   &lt;td&gt;&lt;b&gt;Tool or Option&lt;/b&gt;&lt;/td&gt;    &lt;/tr&gt;&lt;/tbody&gt;  &lt;tbody&gt;&lt;tr&gt; &lt;td&gt;Fatal Error Log&lt;/td&gt; &lt;td&gt;The fatal error log (hs_err_&lt;pid&gt;.log) contains a lot of&lt;br /&gt;information obtained at the time of the fatal error (crash). In&lt;br /&gt;many cases it will be the first thing to examine when a crash&lt;br /&gt;happens.&lt;/pid&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;-XX:OnError&lt;/td&gt; &lt;td&gt;Used to specify a sequence of user-supplied scripts or&lt;br /&gt;commands to be executed when a fatal error (crash) occurs. For&lt;br /&gt;example, on Windows, it can be used to execute a command to&lt;br /&gt;force a crash dump – very useful on systems that do not have&lt;br /&gt;post-mortem debugger configured.&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;-XX:+ShowMessageBoxOnError&lt;/td&gt; &lt;td&gt;Used to suspend the process when a fatal error (crash) occurs.&lt;br /&gt;Depending on the user response it can launch the native&lt;br /&gt;debugger (dbx, gdb, msdev) to attach to the VM. The option is&lt;br /&gt;very useful in the development environment to attach the&lt;br /&gt;native debugger when a crash happens.&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;jinfo (Solaris and Linux only)&lt;/td&gt; &lt;td&gt;The jinfo utility can obtain configuration information from a&lt;br /&gt;core file obtained from a crash (or a core obtained using the&lt;br /&gt;gcore utility).&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;jmap (Solaris and Linux only)&lt;/td&gt; &lt;td&gt;The jmap utility can obtain memory map information,&lt;br /&gt;including a heap histogram, from a core file obtained from a&lt;br /&gt;crash (or a core obtained using the gcore utility)&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;jstack (Solaris and Linux only)&lt;/td&gt; &lt;td&gt;The jstack utility can obtain java and native stack&lt;br /&gt;information from a core file obtained from a crash (or a core&lt;br /&gt;obtained using the gcore utility).&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;&lt;/td&gt; &lt;td&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;&lt;/td&gt; &lt;td&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;jdb (Solaris and Linux only)&lt;/td&gt; &lt;td&gt;The debugger support in the JDK includes an&lt;br /&gt;AttachingConnector which allows jdb, and other Java&lt;br /&gt;Language debuggers to attach to a core file. This can be very&lt;br /&gt;useful when trying to understand what the application was&lt;br /&gt;doing at the time of the crash.&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;Native tools&lt;/td&gt; &lt;td&gt;Each operating system has native tools and utilities that can be&lt;br /&gt;used for post-mortem diagnosis. A list of native tools is&lt;br /&gt;provided later in this chapter.&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-8593064764019204173?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/8593064764019204173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/08/java-diagnostics-tools-and-options.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/8593064764019204173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/8593064764019204173'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/08/java-diagnostics-tools-and-options.html' title='Java Diagnostics Tools and Options'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-5572062469798422876</id><published>2010-07-27T18:46:00.000-07:00</published><updated>2010-07-27T18:47:10.726-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Download'/><category scheme='http://www.blogger.com/atom/ns#' term='Ebook'/><title type='text'>Create dynamic sites with PHP &amp; MySQL</title><content type='html'>This tutorial shows you how to use two open source, cross-platform tools for creating a&lt;br /&gt;dynamic Web site: PHP and MySQL. When we are finished, you will know how dynamic sites&lt;br /&gt;work and how they serve the content, and you will be ready to serve your own dynamic content&lt;br /&gt;from your site.&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Web is no longer static; it's dynamic. As the information content of the Web grows,&lt;br /&gt;so does the need to make Web sites more dynamic. Think of an e-shop that has 1,000&lt;br /&gt;products. The owner has to create 1,000 Web pages (one for each product), and&lt;br /&gt;whenever anything changes, the owner has to change all those pages. Ouch!!!&lt;br /&gt;Wouldn't it be easier to have only one page that created and served the content on the&lt;br /&gt;fly from the information about the products stored in a database, depending on the&lt;br /&gt;client request?&lt;br /&gt;Nowadays sites have to change constantly and provide up-to-date news, information,&lt;br /&gt;stock prices, and customized pages. PHP and SQL are two ways to make your site&lt;br /&gt;dynamic.&lt;br /&gt;PHP PHP is a robust, server-side, open source scripting language that is extremely&lt;br /&gt;flexible and actually fun to learn. PHP is also cross platform, which means your PHP&lt;br /&gt;scripts will run on Unix, Linux, or an NT server.&lt;br /&gt;MySQL SQL is the standard query language for interacting with databases. MySQL is&lt;br /&gt;an open source, SQL database server that is more or less free and extremely fast.&lt;br /&gt;MySQL is also cross platform.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/10919087/Dynamic%20Site%20with%20PHP_MySQL.pdf.html"&gt;download here free&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-5572062469798422876?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/5572062469798422876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/create-dynamic-sites-with-php-mysql.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/5572062469798422876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/5572062469798422876'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/create-dynamic-sites-with-php-mysql.html' title='Create dynamic sites with PHP &amp; MySQL'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-2365174408407056546</id><published>2010-07-27T10:41:00.001-07:00</published><updated>2010-07-27T10:42:53.574-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Artist'/><title type='text'>Krisdayanti</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;b&gt;Krisdayanti&lt;/b&gt;&amp;nbsp;(born March 24, 1975 in&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Malang" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Malang"&gt;Malang&lt;/a&gt;,&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/East_Java" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="East Java"&gt;East Java&lt;/a&gt;) is the first&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Asia_Bagus" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Asia Bagus"&gt;Asia Bagus&lt;/a&gt;&amp;nbsp;Grand Champion from&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Indonesia" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Indonesia"&gt;Indonesia&lt;/a&gt;.She then been dubbed as&lt;b&gt;Asia's Nightingale&lt;/b&gt;.The first recording that she did was when she was just a 9-year-old girl. For that, she received Rp 15,000 for dubbing the&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Megaloman" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Megaloman"&gt;Megaloman&lt;/a&gt;&lt;/i&gt;&amp;nbsp;soundtrack. Her next album was&amp;nbsp;&lt;i&gt;Burung-Burung Malam&lt;/i&gt;. She recorded it at the age of 12. However, her album did not do well.&lt;br /&gt;During her high-school days, she participated in many singing competitions and modeling pageants. In 1991, she became a finalist in&amp;nbsp;&lt;i&gt;Gadis Sampul&lt;/i&gt;, a cover girl contest. It was also during that period she met James Sundah and recorded two songs for him. With that, she began to receive many invitations to sing and model.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;It was Youngki Suwarno who brought Krisdayanti to an&amp;nbsp;&lt;i&gt;Asia Bagus&lt;/i&gt;&amp;nbsp;audition. There, she felt inferior because of her appearance. The other contestants were decked in glittering show dresses whereas she was simply dressed in jeans and T-shirt.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;After her winning, she became a star instantly. With eight albums to her credit and a few singles, she has reached superstardom. She is not only known in her country but around the Southeast Asian region as well&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;She married&amp;nbsp;&lt;a class="new" href="http://en.wikipedia.org/w/index.php?title=Anang_Hermansyah&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #cc2200; text-decoration: none;" title="Anang Hermansyah (page does not exist)"&gt;Anang Hermansyah&lt;/a&gt;, Indonesian famous&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Song_writer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Song writer"&gt;song writer&lt;/a&gt;,&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Singer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Singer"&gt;singer&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Record_producer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Record producer"&gt;producer&lt;/a&gt;, in&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/1996" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1996"&gt;1996&lt;/a&gt;. They had two kids together, a daughter, Titania Aurelia Hermansyah, and a son, Azriel Hermansyah. The couple filed for divorced in&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/2009" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="2009"&gt;2009&lt;/a&gt;.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-2365174408407056546?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/2365174408407056546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/krisdayanti.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/2365174408407056546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/2365174408407056546'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/krisdayanti.html' title='Krisdayanti'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-6252561264101517300</id><published>2010-07-27T10:40:00.000-07:00</published><updated>2010-07-27T10:40:11.112-07:00</updated><title type='text'>Updating OS on bold using VMWARE Fusion</title><content type='html'>&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;I have a problem and I am hoping that someone here may be able to help with a solution. I have a rogers bold, and I am trying to upgrade the OS to 5.x.x.x on it, and I have gotten an error 507 a few times. Now I know this is not unusual, but my problem is that if I try to update to .464 (bell mobility) or the latest Wind Hellas version (.507?? I think), it will stop and fail right after the it reboots, but when I try to use the rogers OS, it loads no problem. I have deleted the vendor.xml, wiped the blackberry, and tried everything I have read (battery pull, suspending the virtual machine until I get the 507 error) many, many times, to no avail. Has anyone else had an issue with upgrading a certain version, or maybe problems using fusion? Like I said before, I have used fusion many times to upgrade the OS on it, and nothing has changed recently. I can still load the 4.6.x.x version rogers has, but no other ones. Any suggestions?&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-6252561264101517300?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/6252561264101517300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/updating-os-on-bold-using-vmware-fusion.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6252561264101517300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6252561264101517300'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/updating-os-on-bold-using-vmware-fusion.html' title='Updating OS on bold using VMWARE Fusion'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-2950743624925546149</id><published>2010-07-27T10:37:00.002-07:00</published><updated>2010-07-27T10:37:54.456-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlackBerry'/><title type='text'>RIM Introduces the New BlackBerry Bold 9650 Smartphone</title><content type='html'>&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;Another official device announcement by RIM brings the 9650 Bold, CDMA users have been long awaiting a Bold on one of their networks and the specs make it look like it was worth the wait. Here are details from the official RIM press release:&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;b&gt;CDMA customers get a bold new choice with powerhouse 3G smartphone that offers premium features and performance together with popular keyboard and trackpad, as well as support for Wi-Fi and high-speed 3G networks around the world&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;i&gt;Waterloo, ON&lt;/i&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;- Research In Motion (RIM) (Nasdaq: RIMM; TSX: RIM) today introduced the BlackBerry® Bold™ 9650 smartphone – the latest addition to the BlackBerry Bold portfolio of premium smartphones. Sophisticated, powerful and feature-rich, the BlackBerry Bold 9650 is a global smartphone for CDMA customers who want to stay connected, productive and entertained.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;“The new BlackBerry Bold 9650 is an extraordinary smartphone that we think customers will love,” said Mike Lazaridis, President and Co-CEO at Research In Motion. “Whether at work or at play, the new BlackBerry Bold 9650 offers a truly impressive communications, multimedia and connectivity experience.”&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;The BlackBerry Bold 9650 smartphone supports 3G (EVDO) networks in North America and (HSPA/UMTS) abroad and has a full-QWERTY keyboard, optical trackpad and built-in Wi-Fi® (802.11 b/g), which makes it possible to talk on the phone while browsing the web or sending and receiving email. The BlackBerry Bold 9650 also includes 512 MB Flash memory and an expandable memory card slot that supports up to 32 GB microSDHC cards, with a 2 GB card included.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;The BlackBerry Bold 9650 fuses form and function in a striking design and, in addition to providing premium phone and multimedia features, it of course delivers the industry’s leading mobile solution for email, messaging (IM, SMS, MMS) and social networking.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;b&gt;Other key features of the BlackBerry Bold 9650 smartphone include:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Stylish design (4.4” x 2.4” x .56” and 4.8 oz.) with glossy black finish and chrome highlights&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Large (2.44”) high-resolution display (480 x 360 resolution at 245 ppi), able to display pictures, videos and web pages with impressive contrast and detail&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;3.2 MP camera with flash, variable zoom, image stabilization, autofocus and video recording&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Advanced media player for videos, pictures and music, a 3.5 mm stereo headset jack and support for the Bluetooth® Stereo Audio Profile (A2DP/AVCRP)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;BlackBerry® Media Sync for easily syncing photos as well as iTunes® and Windows Media® Player music with the smartphone*&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Easy mobile access to Facebook®, MySpace and Flickr®, as well as popular instant messaging services including BlackBerry® Messenger&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Support for BlackBerry App World™, featuring a broad and growing catalog of third-party mobile applications developed specifically for BlackBerry smartphones&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Full HTML web browser, streaming audio and video via RTSP&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Built-in GPS with support for geotagging, BlackBerry® Maps and other mapping applications&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Premium phone features including voice activated dialing, speakerphone, and Bluetooth (2.1).&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Support for high-speed EV-DO Rev. A networks in North America, as well as UMTS/HSPA (2100Mhz) and quad-band EDGE/GPRS/GSM networks abroad&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Removable and rechargeable 1400 mAhr battery for 5 hours of CDMA talk time&lt;/li&gt;&lt;/ul&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;The BlackBerry Bold 9650 smartphone is expected to be available from carriers in the United States beginning in May. For more information visit&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;&lt;a href="http://www.blackberry.com/bold" id="link_3" style="color: #417394; text-decoration: none;" target="_blank"&gt;www.blackberry.com/bold&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px;"&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-2950743624925546149?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/2950743624925546149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/rim-introduces-new-blackberry-bold-9650.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/2950743624925546149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/2950743624925546149'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/rim-introduces-new-blackberry-bold-9650.html' title='RIM Introduces the New BlackBerry Bold 9650 Smartphone'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-7853812777118671409</id><published>2010-07-27T10:37:00.000-07:00</published><updated>2010-07-27T10:37:00.738-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlackBerry'/><title type='text'>10 Tips for extending BlackBerry Battery life.</title><content type='html'>&lt;div class="clear" style="clear: both; color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;/div&gt;&lt;div class="article cms_clear restore postcontainer" style="clear: both; color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px; font: normal normal normal 13px/normal Tahoma, Calibri, Verdana, Geneva, sans-serif; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Again, as with our&amp;nbsp;&lt;a href="http://forums.pinstack.com/content/291-10_tips_to_help_extend_the_battery_life_of_your_iphone.html" style="color: #417394; text-decoration: none;" target="_blank"&gt;iPhone post&lt;/a&gt;&amp;nbsp;a lot of the battery life issues we experience are due to usage habits. Always checking and messaging via FaceBook, twitter and other social networking apps, increased vibrations from third party apps or settings and WiFi/3G data all contribute to reducing battery performance.&lt;br /&gt;&lt;br /&gt;Here are 10 tips I'd like to share to help extend your BB's Battery life:&lt;ol class="decimal" style="margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Options&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Screen/Keyboard&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Backlight Brightness&lt;/b&gt;&amp;nbsp;-&amp;gt; (set to no higher than 50) --My setting:&amp;nbsp;&lt;b&gt;10&lt;/b&gt;-- (&lt;span style="color: red;"&gt;effect = high&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Options&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Screen/Keyboard&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Auto Dim Backlight&amp;nbsp;&lt;/b&gt;-&amp;gt; this setting also&amp;nbsp;&lt;u&gt;brightens&lt;/u&gt;&amp;nbsp;the backlight automatically beyond the above setting.&amp;nbsp;&lt;i&gt;Therefore, set above to as low as possible and enable this setting which will auto brighten when needed.&amp;nbsp;&lt;/i&gt;&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Options&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Screen/Keyboard&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Backlight timeout&amp;nbsp;&lt;/b&gt;-&amp;gt; Set to 30 seconds or lower --My setting&amp;nbsp;&lt;b&gt;20sec&lt;/b&gt;-- (&lt;span style="color: blue;"&gt;effect = medium&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Options&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Screen/Keyboard&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;LED coverage indicator&lt;/b&gt;&amp;nbsp;-&amp;gt; set to off. (&lt;span style="color: darkgreen;"&gt;effect = low&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Options&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Screen/Keyboard&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Key tone&amp;nbsp;&lt;/b&gt;-&amp;gt; set to off (&lt;span style="color: darkgreen;"&gt;effect = low&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Options&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Screen/Keyboard&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Audible roll&amp;nbsp;&lt;/b&gt;-&amp;gt; set to off (&lt;span style="color: darkgreen;"&gt;effect = low&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Profiles&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Advanced&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;(Active)&lt;/b&gt;&amp;nbsp;&amp;gt; If vibrate feature is used for phone, sms, IM's BBM's etc. Set&amp;nbsp;&lt;b&gt;Number of Vibrations&lt;/b&gt;&amp;nbsp;to no more than&amp;nbsp;&lt;b&gt;2&lt;/b&gt;&amp;nbsp;and for best battery life&amp;nbsp;&lt;b&gt;1&lt;/b&gt;. (&lt;span style="color: red;"&gt;effect = high&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Repeat step 6 for&amp;nbsp;&lt;b&gt;Number of Beeps&amp;nbsp;&lt;/b&gt;(e.g set to&amp;nbsp;&lt;b&gt;1&amp;nbsp;&lt;/b&gt;and set volume to&lt;b&gt;high&amp;nbsp;&lt;/b&gt;or set as&amp;nbsp;&lt;b&gt;2&amp;nbsp;&lt;/b&gt;and set volume to&amp;nbsp;&lt;b&gt;medium&lt;/b&gt;...) (&lt;span style="color: blue;"&gt;effect = medium&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Profiles&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Advanced&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;(Active)&lt;/b&gt;&amp;nbsp;-&amp;gt; Set all&amp;nbsp;&lt;b&gt;Out of Holster&lt;/b&gt;profiles are set to&amp;nbsp;&lt;b&gt;Tone&lt;/b&gt;&amp;nbsp;only. As much as possible&amp;nbsp;&lt;span style="color: red;"&gt;avoid using vibrate or vibrate+tone for&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style="color: red;"&gt;Out of holster&lt;/span&gt;.&amp;nbsp;&lt;/b&gt;Here is were you'll need to enable repeat notification/LED flashing. (&lt;span style="color: red;"&gt;effect = high&lt;/span&gt;)&lt;/li&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: decimal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;Profiles&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;Advanced&amp;nbsp;&lt;/b&gt;&amp;gt;&amp;nbsp;&lt;b&gt;(Active)&lt;/b&gt;&amp;nbsp;&amp;gt;&lt;b&gt;&amp;nbsp;Repeat Notification -&lt;/b&gt;&amp;gt; For those who use a hip-mounted holster set LED flashing to&amp;nbsp;&lt;b&gt;None&lt;/b&gt;&amp;nbsp;under the&amp;nbsp;&lt;b&gt;In holster&lt;/b&gt;&amp;nbsp;profile. (&lt;span style="color: blue;"&gt;effect = medium&lt;/span&gt;)&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-7853812777118671409?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/7853812777118671409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/10-tips-for-extending-blackberry.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/7853812777118671409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/7853812777118671409'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/10-tips-for-extending-blackberry.html' title='10 Tips for extending BlackBerry Battery life.'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-6180456099403937865</id><published>2010-07-27T10:33:00.001-07:00</published><updated>2010-07-27T10:33:31.305-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlackBerry'/><title type='text'>BB 9700 Bold - GPS chipset stalls</title><content type='html'>&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;Got a weird issue. I have a fleet of 9700 Bolds that are running Actsoft Comet Tracker. The software pings my devices for location every 60 seconds. Now these devices are in the hnads of service techs who are in and out of buildings and their cars all day long, so it's common to have no replies to pings for priods of time. Now here is the issue...sometimes the GPS never re-initializes and continues the no-reply to pings even in open sky. The only way to get it back is to pull the battery,m or in extreme circumstances, delete and re-install Comet Tracker.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;Anybody have any ideas on the fix? Thanks in advance.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-6180456099403937865?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/6180456099403937865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/bb-9700-bold-gps-chipset-stalls.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6180456099403937865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6180456099403937865'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/bb-9700-bold-gps-chipset-stalls.html' title='BB 9700 Bold - GPS chipset stalls'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-8328536457340241794</id><published>2010-07-27T10:32:00.001-07:00</published><updated>2010-07-27T10:32:38.531-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlackBerry'/><title type='text'>BB 9000 Error - 907 Invalid JAR Descriptor missing required attribute:</title><content type='html'>&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;Hello&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;I have application that run fine in simulater but it gives following error in device.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;907 Invalid JAR Descriptor missing required attribute: MIDLet-1&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;Please let me konw any solution&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Verdana; font-size: 13px;"&gt;Thanks&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-8328536457340241794?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/8328536457340241794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/bb-9000-error-907-invalid-jar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/8328536457340241794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/8328536457340241794'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/bb-9000-error-907-invalid-jar.html' title='BB 9000 Error - 907 Invalid JAR Descriptor missing required attribute:'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-766148035450938044</id><published>2010-07-27T10:31:00.001-07:00</published><updated>2010-07-27T10:31:11.474-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlackBerry'/><title type='text'>Forum for BlackBerry</title><content type='html'>EMKO's Forum is an application EXCLUSIVE for Blackberry devices where you can discuss the latest News &amp;amp; Events, Politics, Gossip, Music, Sports, Religion, Fashion, Love &amp;amp; Relationships, etc. with other Blackberry owners WORLDWIDE.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Want more? You may also exchange images, ringtones and other files with others, all on the go! Simply post and exchange. &amp;nbsp;That's right, no more need to be tied down to a PC in order to meet, discuss and share with other like-minded individuals...&lt;br /&gt;&lt;br /&gt;Got something on your mind? What are you waiting for? Come join the conversation. ITS FREE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-766148035450938044?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/766148035450938044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/forum-for-blackberry.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/766148035450938044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/766148035450938044'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/forum-for-blackberry.html' title='Forum for BlackBerry'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-6973579994018141543</id><published>2010-07-27T10:10:00.001-07:00</published><updated>2010-07-27T10:10:40.454-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><category scheme='http://www.blogger.com/atom/ns#' term='Download'/><title type='text'>Download StarCraft II</title><content type='html'>&lt;tr&gt;&lt;td class="title" colspan="2" style="color: #1f4090; font-family: Tahoma; font-size: 14px; font-weight: bold;"&gt;StarCraft II Sudah Bisa Diunduh Online&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="textsmall" style="color: black; font-family: Arial; font-size: 11px;"&gt;&lt;/td&gt;&lt;td align="right" class="textsmall" style="color: black; font-family: Arial; font-size: 11px;"&gt;&lt;a class="titlelink" href="http://ketok.com/index.php?news_id=5160&amp;amp;start=0&amp;amp;category_id=&amp;amp;parent_id=&amp;amp;arcyear=&amp;amp;arcmonth=" style="color: #2753b8;"&gt;Email ke teman&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a class="titlelink" href="http://ketok.com/index.php?news_id=5160&amp;amp;start=0&amp;amp;category_id=&amp;amp;parent_id=&amp;amp;arcyear=&amp;amp;arcmonth=" style="color: #2753b8;"&gt;Cetak&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="text" colspan="2" style="color: black; font-family: Arial; font-size: 12px;"&gt;StarCraft II merupakan salah satu game strategi yang cukup legendaris. Meski versi awalnya telah dirilis hampir 12 tahun silam, namun sistem permainan yang ditawarkannya masih cukup dikagumi oleh para gamer.&lt;br /&gt;&lt;br /&gt;Setelah merampungkan versi beta, kini Blizzard tengah mempersiapkan kehadiran StarCraft II untuk seluruh masyarakat. Tak terkecuali untuk&amp;nbsp;&lt;strong style="font-weight: normal;"&gt;gamer Indonesia&lt;/strong&gt;. Bahkan demi mengantisipasi lonjakan peminat, versi digital game tersebut sudah dapat diunduh oleh para penggemarnya.&lt;br /&gt;&lt;br /&gt;Melalui situs resminya Blizzard sudah menyiapkan versi penuh dari StarCraft II yang dapat diunduh secara gratis. Namun untuk memainkannya, gamer harus melakukan aktivasi terlebih dahulu yang mulai digelar pada tanggal 27 Juli 2010 nanti.&lt;br /&gt;&lt;br /&gt;Jadi yang sudah tidak kadung sabar ingin memainkan StarCraft II, bisa mengunduh game tersebut terlebih dahulu pada&amp;nbsp;&lt;a href="http://beta-us.battle.net/en/info/digital-purchase" target="_blank"&gt;&lt;strong&gt;situs&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;yang telah disediakan. (detik)&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-6973579994018141543?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/6973579994018141543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/download-starcraft-ii.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6973579994018141543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6973579994018141543'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/download-starcraft-ii.html' title='Download StarCraft II'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-6743293057883347157</id><published>2010-07-27T10:07:00.001-07:00</published><updated>2010-07-27T10:09:33.745-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>StarCraft II: Wings of Liberty</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;features the return of the three races from the original game:&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Protoss" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Protoss"&gt;Protoss&lt;/a&gt;,&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Terran_(StarCraft)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Terran (StarCraft)"&gt;Terran&lt;/a&gt;, and&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Zerg" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Zerg"&gt;Zerg&lt;/a&gt;; Blizzard states these are the only playable races in the game.&lt;sup class="reference" id="cite_ref-officialfaq_0-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-officialfaq-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-msnbc_10-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-msnbc-10" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[11]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-gamespot2_11-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot2-11" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[12]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-gamespy1_12-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespy1-12" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[13]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;is also designed to focus more heavily on the&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Multiplayer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Multiplayer"&gt;multiplayer&lt;/a&gt;aspect, when compared to the original&amp;nbsp;&lt;i&gt;StarCraft&lt;/i&gt;. The changes include overall improvement in&lt;a href="http://en.wikipedia.org/wiki/Battle.net" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Battle.net"&gt;Battle.net&lt;/a&gt;, a new competitive&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Game_ladder" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Game ladder"&gt;"ladder" system&lt;/a&gt;&amp;nbsp;for ranked games and new matchmaking mechanics—designed to "match-up" players of equal skill levels.&lt;sup class="reference" id="cite_ref-officialfaq_0-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-officialfaq-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[1]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;In addition, the replay function, which allows players to record and review past games, is being improved. Blizzard has also stated they have made some changes to the game that were suggested by fans.&lt;sup class="reference" id="cite_ref-13" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-13" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[14]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-ministory_14-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-ministory-14" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[15]&lt;/a&gt;&lt;/sup&gt;&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-ministory-14" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;continues its predecessor's use of pre-rendered cinematic&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Cut_scene" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Cut scene"&gt;cut scenes&lt;/a&gt;&amp;nbsp;to advance the plot while also improving the quality of in-game cut scenes within the levels themselves, which are rendered on-the-fly using the same game engine as the graphics in the game proper. Blizzard states that with the new graphics engine that&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;uses to render the gameplay, they "can actually create in-game cut-scenes of near-cinematic quality".&lt;sup class="reference" id="cite_ref-cutscenes_15-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-cutscenes-15" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[16]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Most Protoss and Terran units, and some Zerg units, have been shown on the&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;official website, and in several video demonstrations held by Blizzard.&lt;sup class="reference" id="cite_ref-video_16-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-video-16" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[17]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-17" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-17" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[18]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Improvements include advanced scenery allocation and more detailed space terrain, such as floating space platforms with&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Planet" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Planet"&gt;planets&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Asteroid" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Asteroid"&gt;asteroids&lt;/a&gt;&amp;nbsp;in the background. Small cliffs, extensions, and even advertising signs were also shown to have been improved and refined.&lt;sup class="reference" id="cite_ref-video_16-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-video-16" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[17]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div class="thumb tright" style="background-color: transparent; border-bottom-style: none; border-color: initial; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; border-width: initial; clear: right; float: right; margin-bottom: 0.8em; margin-left: 1.4em; margin-right: 0px; margin-top: 0.5em; width: auto;"&gt;&lt;div class="thumbinner" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; font-size: 12px; min-width: 100px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: center; width: 222px;"&gt;&lt;a class="image" href="http://en.wikipedia.org/wiki/File:Hyperion_bridge_(StarCraft).jpg" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="" class="thumbimage" height="124" src="http://upload.wikimedia.org/wikipedia/en/thumb/6/64/Hyperion_bridge_%28StarCraft%29.jpg/220px-Hyperion_bridge_%28StarCraft%29.jpg" style="background-color: white; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="220" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="thumbcaption" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; font-size: 11px; line-height: 1.4em; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: left;"&gt;&lt;div class="magnify" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; float: right;"&gt;&lt;a class="internal" href="http://en.wikipedia.org/wiki/File:Hyperion_bridge_(StarCraft).jpg" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; color: #0645ad; display: block; text-decoration: none;" title="Enlarge"&gt;&lt;img alt="" height="11" src="http://bits.wikimedia.org/skins-1.5/common/images/magnify-clip.png" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-color: initial; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; border-width: initial; display: block; vertical-align: middle;" width="15" /&gt;&lt;/a&gt;&lt;/div&gt;The new Terran briefing system allows the player to explore the inside of the&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Space_battleships_and_battlecruisers" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Space battleships and battlecruisers"&gt;battlecruiser&lt;/a&gt;&amp;nbsp;&lt;i&gt;Hyperion&lt;/i&gt;.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;The single-player aspect of&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;has also been altered substantially from the original game. The Terran campaign shown at&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/BlizzCon#BlizzCon_2007" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="BlizzCon"&gt;BlizzCon 2007&lt;/a&gt;&amp;nbsp;replaced the original&amp;nbsp;&lt;i&gt;StarCraft&lt;/i&gt;&amp;nbsp;briefing room with an interactive version of the battlecruiser&amp;nbsp;&lt;i&gt;Hyperion&lt;/i&gt;, with&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Jim_Raynor" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Jim Raynor"&gt;Jim Raynor&lt;/a&gt;, now a bitter and hard-drinking&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Mercenary" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Mercenary"&gt;mercenary&lt;/a&gt;&amp;nbsp;captain, as the central character. In a departure from previous Blizzard games, the campaign is&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Linearity_(computer_and_video_games)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Linearity (computer and video games)"&gt;non-linear&lt;/a&gt;, with Raynor taking jobs for money and using that money to buy additional units and upgrades. Although each playthrough will vary, the end result will remain consistent keeping the&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Plot_(narrative)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Plot (narrative)"&gt;storyline&lt;/a&gt;&amp;nbsp;linear. Vice president&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Rob_Pardo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Rob Pardo"&gt;Rob Pardo&lt;/a&gt;&amp;nbsp;has stressed that each campaign will function very differently.&lt;sup class="reference" id="cite_ref-gamespotpardo_18-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespotpardo-18" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[19]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;The Terran campaign,&amp;nbsp;&lt;i&gt;Wings of Liberty&lt;/i&gt;, will place players in a mercenary style campaign, as Terran rebel Jim Raynor performs missions for cash. The second release, the Zerg campaign&amp;nbsp;&lt;i&gt;Heart of the Swarm&lt;/i&gt;, will have&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Role_playing_game" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Role playing game"&gt;RPG&lt;/a&gt;elements. The player will level up the Queen of Blades,&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Sarah_Kerrigan" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sarah Kerrigan"&gt;Kerrigan&lt;/a&gt;, throughout the missions. In the last expansion, the Protoss campaign&amp;nbsp;&lt;i&gt;Legacy of the Void&lt;/i&gt;, the dark templar Zeratul will have to employ&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Diplomacy" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Diplomacy"&gt;diplomacy&lt;/a&gt;&amp;nbsp;between Protoss tribes to acquire units and technologies for each mission. Each campaign is expected to span 26-30 missions.&lt;sup class="reference" id="cite_ref-1upWatts_19-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-1upWatts-19" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[20]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-1upNqyuen_20-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-1upNqyuen-20" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[21]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Lead Designer Dustin Browder has discussed with Shacknews some of the unique missions that may be included in the&amp;nbsp;&lt;i&gt;Wings of Liberty&lt;/i&gt;&amp;nbsp;campaign. In one level, lava floods the battlefield every five minutes, forcing the player to move their units to high ground or watch them get destroyed. In another mission, enemy units will only attack the player at night. The last mission Browder discussed was one where the player tries to influence the tide of an&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/AI" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="AI"&gt;AI&lt;/a&gt;&amp;nbsp;controlled battle with only a single unit, a Ghost. The single player missions will be highly customizable and are featured in the StarCraft II Community Zone. Between missions, players can choose units, buildings and upgrades that are not available in the multiplayer missions.&lt;sup class="reference" id="cite_ref-shack090701_21-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-shack090701-21" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[22]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Units"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Units"&gt;Units&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;i&gt;StarCraft II: Wings of Liberty&lt;/i&gt;&amp;nbsp;features approximately the same number of units as the original game.&lt;sup class="reference" id="cite_ref-gamespot5_22-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot5-22" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[23]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Some units from the original game are returning, some featuring new upgrades and abilities. For example, the Protoss Zealot, a melee unit from the original game, now has the explorable ability to dash forward and quickly reach nearby enemies as a refinement of their speed upgrade from the original. Other units have been replaced or removed entirely.&lt;sup class="reference" id="cite_ref-protoss_23-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-protoss-23" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[24]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-1upmielke_24-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-1upmielke-24" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[25]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Other changes to unit design have been inspired by story events in&amp;nbsp;&lt;i&gt;StarCraft&lt;/i&gt;&amp;nbsp;and its expansion,&lt;i&gt;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Brood_War" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Brood War"&gt;Brood War&lt;/a&gt;&lt;/i&gt;, replacing old units with new or renamed versions which sport different attributes and abilities.&lt;sup class="reference" id="cite_ref-protoss_23-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-protoss-23" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[24]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Units in&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;have new abilities, compared to the original, that encourage more complex interaction with the game environment. Among these are the inclusion of units that can traverse varying levels of terrain,&lt;sup class="reference" id="cite_ref-video_16-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-video-16" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[17]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;or have the ability to teleport short distances.&lt;sup class="reference" id="cite_ref-protoss_23-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-protoss-23" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[24]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Some Protoss units can be warped in to pylon-powered areas using the Warp Gate, a slight modification of the existing building called the Gateway.&lt;sup class="reference" id="cite_ref-protoss_23-3" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-protoss-23" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[24]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-pcgamer07_25-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-pcgamer07-25" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[26]&lt;/a&gt;&lt;/sup&gt;&lt;i&gt;StarCraft II&lt;/i&gt;&lt;span style="padding-left: 0.1em;"&gt;'&lt;/span&gt;s campaign will also have exclusive units which would only be playable in the campaign and not in the regular multiplayer mode (though they are available for map makers to use in custom maps). These mostly consist of units which have been scrapped from development such as the Terran Cobra as well as various returning units from the original&amp;nbsp;&lt;i&gt;StarCraft&lt;/i&gt;&amp;nbsp;such as the Terran Wraith and Vulture.&lt;sup class="reference" id="cite_ref-Q.26A_BT_26-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Q.26A_BT-26" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[27]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: StarCraft II Marketplace"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="StarCraft_II_Marketplace"&gt;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;Marketplace&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;A major new addition to the map-making community is going to be the StarCraft II Marketplace where high quality maps will be sold for a small fee as "premium maps" over Battle.net. The mode of payment has not yet been announced.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Dustin_Browder" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Dustin Browder"&gt;Dustin Browder&lt;/a&gt;&amp;nbsp;has mentioned that even maps like player-created&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/DotA" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="DotA"&gt;DotA&lt;/a&gt;&amp;nbsp;(Defense of the Ancients) in&amp;nbsp;&lt;i&gt;Warcraft III&lt;/i&gt;&amp;nbsp;would not meet the quality requirements to be branded as a premium map.&lt;sup class="reference" id="cite_ref-SC2Marketplace_27-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-SC2Marketplace-27" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[28]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="noprint Inline-Template" style="line-height: 1em; white-space: nowrap;" title="The material in the vicinity of this tag may rely on an unreliable source from April 2010"&gt;[&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Identifying_reliable_sources" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia:Identifying reliable sources"&gt;unreliable source?&lt;/a&gt;&lt;/i&gt;]&lt;/sup&gt;&lt;/div&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Galaxy Editor"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Galaxy_Editor"&gt;Galaxy Editor&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Galaxy Editor is&amp;nbsp;&lt;i&gt;StarCraft II's&lt;/i&gt;&amp;nbsp;campaign, map and mod editor which is included with all versions of the client. It is more sophisticated than&lt;i&gt;StarCraft&lt;/i&gt;&lt;span style="padding-left: 0.1em;"&gt;'&lt;/span&gt;s StarEdit and&amp;nbsp;&lt;i&gt;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/WarCraft_III" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="WarCraft III"&gt;WarCraft III&lt;/a&gt;&lt;/i&gt;&lt;span style="padding-left: 0.1em;"&gt;'&lt;/span&gt;s World Editor for creating custom maps or campaigns and is the first editor by Blizzard to feature inbuilt&lt;a href="http://en.wikipedia.org/wiki/Mod_(computer_gaming)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Mod (computer gaming)"&gt;mods&lt;/a&gt;&amp;nbsp;creation and usage support. Updated art and data from the original&amp;nbsp;&lt;i&gt;StarCraft&lt;/i&gt;&amp;nbsp;that were not used in the actual skirmish play along with models and data that were scrapped during the development process (including those made as&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/April_Fools%27_Day" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="April Fools' Day"&gt;April Fools&lt;/a&gt;&amp;nbsp;jokes) will be available in the editor.&lt;sup class="reference" id="cite_ref-gamespot6_28-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot6-28" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[29]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Unlike previous editors made by Blizzard, it is the first to have internet connectivity features such as map publishing, retrieval and online activation of the editor client.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Chris Sigaty, Lead Producer, has also stated that the editor will give players the ability to create RPG, Hero-type units and structures resembling those from WarCraft III.&lt;sup class="reference" id="cite_ref-29" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-29" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[30]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;At&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Blizzcon" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Blizzcon"&gt;Blizzcon&lt;/a&gt;&amp;nbsp;2009, Blizzard demonstrated a build of the Galaxy Editor showcasing its capabilities, such as the ability to customize the&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Graphical_user_interface" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Graphical user interface"&gt;user interface&lt;/a&gt;&amp;nbsp;to include features such as the Item system from Warcraft III. Blizzard also commented that it would like to include a&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Third-person_view" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Third-person view"&gt;third-person&lt;/a&gt;&amp;nbsp;style perspective for missions though it may not be in the final build.&lt;sup class="reference" id="cite_ref-30" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-30" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[31]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;The Galaxy Editor was available for the first time during the phase 1 beta testing of StarCraft II when it came with a patch. With the start of phase 2, the editor was updated.&lt;/div&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; color: black; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Synopsis"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Synopsis"&gt;Synopsis&lt;/span&gt;&lt;/h2&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=6" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Characters and setting"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Characters_and_setting"&gt;Characters and setting&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;The campaign storyline of&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;takes place four years after&amp;nbsp;&lt;i&gt;StarCraft: Brood War&lt;/i&gt;,&lt;sup class="reference" id="cite_ref-gamespot3_31-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot3-31" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[32]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;and features the return of a number of characters from the original series; including&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Zeratul" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Zeratul"&gt;Zeratul&lt;/a&gt;,&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Arcturus_Mengsk" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Arcturus Mengsk"&gt;Arcturus Mengsk&lt;/a&gt;,&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Artanis_(StarCraft)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Artanis (StarCraft)"&gt;Artanis&lt;/a&gt;,&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Sarah_Kerrigan" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sarah Kerrigan"&gt;Sarah Kerrigan&lt;/a&gt;, and&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Jim_Raynor" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Jim Raynor"&gt;Jim Raynor&lt;/a&gt;. Players will also revisit the original series' worlds, like Char, Mar Sara, and Braxis; as well as new worlds, such as the jungle planet Bel'Shir. It has been confirmed that the&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Xel%27Naga" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Xel'Naga"&gt;Xel'Naga&lt;/a&gt;, the ancient space-faring race responsible for creating the Protoss and the Zerg, will play a major role in the story.&lt;sup class="reference" id="cite_ref-gamespotpardo_18-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespotpardo-18" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[19]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=7" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Backstory"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Backstory"&gt;Backstory&lt;/span&gt;&lt;/h3&gt;&lt;div class="thumb tright" style="background-color: transparent; border-bottom-style: none; border-color: initial; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; border-width: initial; clear: right; float: right; margin-bottom: 0.8em; margin-left: 1.4em; margin-right: 0px; margin-top: 0.5em; width: auto;"&gt;&lt;div class="thumbinner" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; font-size: 12px; min-width: 100px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: center; width: 222px;"&gt;&lt;a class="image" href="http://en.wikipedia.org/wiki/File:Baneling_attack_(StarCraft).jpg" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="" class="thumbimage" height="165" src="http://upload.wikimedia.org/wikipedia/en/thumb/c/cc/Baneling_attack_%28StarCraft%29.jpg/220px-Baneling_attack_%28StarCraft%29.jpg" style="background-color: white; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="220" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="thumbcaption" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; font-size: 11px; line-height: 1.4em; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: left;"&gt;&lt;div class="magnify" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; float: right;"&gt;&lt;a class="internal" href="http://en.wikipedia.org/wiki/File:Baneling_attack_(StarCraft).jpg" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; color: #0645ad; display: block; text-decoration: none;" title="Enlarge"&gt;&lt;img alt="" height="11" src="http://bits.wikimedia.org/skins-1.5/common/images/magnify-clip.png" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-color: initial; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; border-width: initial; display: block; vertical-align: middle;" width="15" /&gt;&lt;/a&gt;&lt;/div&gt;A Zerg colony gathering resources and expanding its military.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;At the conclusion of&amp;nbsp;&lt;i&gt;Brood War&lt;/i&gt;, Kerrigan and her Zerg forces became the dominant faction in the Koprulu Sector, having annihilated the&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/United_Earth_Directorate" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="United Earth Directorate"&gt;United Earth Directorate&lt;/a&gt;'s Expeditionary Force, defeated the&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Terran_Dominion" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Terran Dominion"&gt;Terran Dominion&lt;/a&gt;, and invaded the Protoss homeworld of Aiur. However, after the conclusion of&lt;i&gt;Brood War&lt;/i&gt;, Kerrigan retreats to Char, despite having more than enough power to crush all remaining resistance in the Koprulu Sector. In the four years leading up to the events of&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;, she has not been seen or heard from by any of the other characters; although her ultimate attack may come at any moment.&lt;sup class="reference" id="cite_ref-gamespot4_32-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot4-32" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[33]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Arcturus Mengsk has been left to rebuild the Dominion, and is consolidating his power while fending off harassment from rival Terran groups.&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Valerian_Mengsk" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Valerian Mengsk"&gt;Valerian Mengsk&lt;/a&gt;, a character introduced in the novel&amp;nbsp;&lt;i&gt;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/StarCraft:_The_Dark_Templar_Saga#Firstborn" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="StarCraft: The Dark Templar Saga"&gt;Firstborn&lt;/a&gt;&lt;/i&gt;, will play an important role in Dominion politics, due to his position as heir apparent to the throne. Meanwhile, Jim Raynor, whose role in the events of&amp;nbsp;&lt;i&gt;StarCraft&lt;/i&gt;&amp;nbsp;and&amp;nbsp;&lt;i&gt;Brood War&lt;/i&gt;&amp;nbsp;has been marginalized by the media under the Dominion's control, has been reduced to mercenary status, and has been shown to be doing business with the "Moebius Foundation", a new faction which is interested in ancient Xel'Naga artifacts.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Chris_Metzen" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Chris Metzen"&gt;Chris Metzen&lt;/a&gt;, Vice President of Creative Development at Blizzard, has emphasized that by the events of&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;, Raynor has become jaded and embittered by the way he was used and betrayed by Arcturus Mengsk. Other new characters to the series include&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Tychus_Findlay" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Tychus Findlay"&gt;Tychus Findlay&lt;/a&gt;, first introduced in the&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;teaser cinematic, a&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Space_marine" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Space marine"&gt;marine&lt;/a&gt;&amp;nbsp;who will be a member of Raynor's crew, and&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Matt_Horner" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Matt Horner"&gt;Matt Horner&lt;/a&gt;, Raynor's second in command, a character originally featured in the novel&amp;nbsp;&lt;i&gt;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/StarCraft:_Queen_of_Blades" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="StarCraft: Queen of Blades"&gt;Queen of Blades&lt;/a&gt;&lt;/i&gt;.&lt;sup class="reference" id="cite_ref-gamespot4_32-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot4-32" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[33]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Following the fall of Aiur and the death of their matriarch&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Raszagal" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Raszagal"&gt;Raszagal&lt;/a&gt;, the Protoss have retreated to the dark templar homeworld of&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Shakuras" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Shakuras"&gt;Shakuras&lt;/a&gt;. There,&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Artanis_(StarCraft)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Artanis (StarCraft)"&gt;Artanis&lt;/a&gt;, a former student of&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Tassadar" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Tassadar"&gt;Tassadar&lt;/a&gt;, is trying to unify the Khalai Protoss and the dark templar, who have nearly separated into a tribal mindset as a result of centuries of distrust. Zeratul, tormented over the murder of his matriarch, has disappeared to search for clues to the meaning of&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Samir_Duran" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Samir Duran"&gt;Samir Duran's&lt;/a&gt;&amp;nbsp;cryptic statements regarding the Protoss/Zerg hybrids in&amp;nbsp;&lt;i&gt;Brood War's&lt;/i&gt;&amp;nbsp;secret mission "Dark Origin".&lt;sup class="reference" id="cite_ref-gamespot4_32-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot4-32" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[33]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; color: black; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=8" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Cast"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Cast"&gt;Cast&lt;/span&gt;&lt;/h2&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;The English language version of&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;has several new and returning voice actors. The voice director of the game is&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Andrea_Romano" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Andrea Romano"&gt;Andrea Romano&lt;/a&gt;.&lt;sup class="reference" id="cite_ref-Blizzcon2009lore_33-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Blizzcon2009lore-33" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[34]&lt;/a&gt;&lt;/sup&gt;Over 58 voice actors were hired with some voicing multiple characters.&lt;sup class="reference" id="cite_ref-34" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-34" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[35]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/bullet-icon.png?1); list-style-type: square; margin-bottom: 0.5em; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a class="new" href="http://en.wikipedia.org/w/index.php?title=Robert_Clotworthy_(voice_actor)&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #cc2200; text-decoration: none;" title="Robert Clotworthy (voice actor) (page does not exist)"&gt;Robert Clotworthy&lt;/a&gt;&amp;nbsp;(English) as&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Jim_Raynor" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Jim Raynor"&gt;Jim Raynor&lt;/a&gt;&lt;sup class="reference" id="cite_ref-Blizzcon2009lore_33-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Blizzcon2009lore-33" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[34]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-IMDb_35-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-IMDb-35" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[36]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Neil_Kaplan" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Neil Kaplan"&gt;Neil Kaplan&lt;/a&gt;&amp;nbsp;as Tychus Findlay&lt;sup class="reference" id="cite_ref-Blizzcon2009lore_33-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Blizzcon2009lore-33" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[34]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-IMDb_35-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-IMDb-35" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[36]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Ali_Hillis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ali Hillis"&gt;Ali Hillis&lt;/a&gt;&amp;nbsp;as Dr. Ariel Hanson&lt;sup class="reference" id="cite_ref-IMDb_35-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-IMDb-35" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[36]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Brian_Bloom" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Brian Bloom"&gt;Brian Bloom&lt;/a&gt;&amp;nbsp;as Matt Horner&lt;sup class="reference" id="cite_ref-IMDb_35-3" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-IMDb-35" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[36]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Dave_Fennoy" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Dave Fennoy"&gt;Dave Fennoy&lt;/a&gt;&amp;nbsp;as Gabriel Tosh&lt;sup class="reference" id="cite_ref-IMDb_35-4" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-IMDb-35" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[36]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/James_Harper_(actor)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="James Harper (actor)"&gt;James Harper&lt;/a&gt;&amp;nbsp;as Arcturus Mengsk&lt;sup class="reference" id="cite_ref-IMDb_35-5" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-IMDb-35" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[36]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Tricia_Helfer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Tricia Helfer"&gt;Tricia Helfer&lt;/a&gt;&amp;nbsp;as&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Sarah_Kerrigan" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sarah Kerrigan"&gt;Sarah Kerrigan&lt;/a&gt;&lt;sup class="reference" id="cite_ref-Blizzcon2009lore_33-3" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Blizzcon2009lore-33" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[34]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Fred_Tatasciore" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Fred Tatasciore"&gt;Fred Tatasciore&lt;/a&gt;&amp;nbsp;as&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Zeratul" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Zeratul"&gt;Zeratul&lt;/a&gt;&amp;nbsp;/ Swann&lt;sup class="reference" id="cite_ref-Blizzcon2009lore_33-4" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Blizzcon2009lore-33" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[34]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; color: black; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=9" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Development"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Development"&gt;Development&lt;/span&gt;&lt;/h2&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;The development of&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;was announced on May 19, 2007, at the&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Blizzard_Entertainment" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Blizzard Entertainment"&gt;Blizzard&lt;/a&gt;&amp;nbsp;Worldwide Invitational in&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Seoul" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Seoul"&gt;Seoul&lt;/a&gt;,&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/South_Korea" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="South Korea"&gt;South Korea&lt;/a&gt;.&lt;sup class="reference" id="cite_ref-ign1_36-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-ign1-36" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[37]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-gamespot1_37-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-gamespot1-37" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[38]&lt;/a&gt;&lt;/sup&gt;Development on the game, initially delayed for a year by the temporary reassignment of Blizzard's resources to&amp;nbsp;&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/World_of_Warcraft" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="World of Warcraft"&gt;World of Warcraft&lt;/a&gt;&lt;/i&gt;,&lt;sup class="reference" id="cite_ref-eg1_38-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-eg1-38" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[39]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;began in 2003, shortly after&amp;nbsp;&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Warcraft_III:_The_Frozen_Throne" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Warcraft III: The Frozen Throne"&gt;Warcraft III: The Frozen Throne&lt;/a&gt;&lt;/i&gt;&amp;nbsp;was released.&lt;sup class="reference" id="cite_ref-39" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-39" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[40]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;According to&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Rob_Pardo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Rob Pardo"&gt;Rob Pardo&lt;/a&gt;&amp;nbsp;and Chris Sigaty, development for StarCraft II was put on hold for a year in 2005 due to the assistance needed for&amp;nbsp;&lt;i&gt;World of Warcraft&lt;/i&gt;.&lt;sup class="reference" id="cite_ref-40" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-40" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[41]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;&lt;i&gt;StarCraft II: Wings of Liberty&lt;/i&gt;&amp;nbsp;supports the&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/DirectX" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="DirectX"&gt;DirectX 9&lt;/a&gt;&amp;nbsp;(&lt;a href="http://en.wikipedia.org/wiki/Pixel_shader" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Pixel shader"&gt;Pixel shader&lt;/a&gt;&amp;nbsp;2.0) software and will be fully compatible with&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/DirectX_10" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="DirectX 10"&gt;DirectX 10&lt;/a&gt;&amp;nbsp;as well, although the development team has not yet decided whether to add exclusive DirectX 10 graphic effects.&lt;sup class="reference" id="cite_ref-officialfaq_0-3" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-officialfaq-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[1]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;The Mac version uses&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/OpenGL" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="OpenGL"&gt;OpenGL&lt;/a&gt;. The game will also feature the&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Havok_(software)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Havok (software)"&gt;Havok&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Physics_engine" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Physics engine"&gt;physics engine&lt;/a&gt;,&lt;sup class="reference" id="cite_ref-officialfaq_0-4" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-officialfaq-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-41" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-41" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[42]&lt;/a&gt;&lt;/sup&gt;which allows for more realistic environmental elements such as "debris rolling down a ramp".&lt;sup class="reference" id="cite_ref-ign1_36-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-ign1-36" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[37]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Additionally, there are plans to implement&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/VoIP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="VoIP"&gt;VoIP&lt;/a&gt;&amp;nbsp;into the game.&lt;sup class="reference" id="cite_ref-42" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-42" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[43]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Since the announcement, fans have also been able to participate in the development of&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;through feedback and questions on fansites and forums. Periodically, Blizzard Entertainment provides Q&amp;amp;A batches, web pages about the units, buildings, and lore, podcasts (titled "BlizzCast"), and posts from Blizzard employees on forums.&lt;sup class="reference" id="cite_ref-43" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-43" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[44]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;The StarCraft II community was made aware of internal development processes by an official representative that went by the name of Karune (Kevin Yu) on the Battle.net Discussion Forums. Karune regularly posted Q&amp;amp;A on the Battle.net forums to answer various fansite questions about the game. Furthermore, occasionally Battle reports of the latest alpha build of StarCraft II were put up on the official website which were commentated by Lead Designer Dustin Browder and Blizzard eSports Team Member Robert Simpson.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;At the June 2008 Blizzard Worldwide Invitational, Blizzard Executive Vice President Rob Pardo was quoted as saying that development of the campaign was one-third complete.&lt;sup class="reference" id="cite_ref-44" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-44" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[45]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;He also said that StarCraft II is to be released as a trilogy of games, starting with&amp;nbsp;&lt;i&gt;Wings of Liberty&lt;/i&gt;, focused on the Terrans, followed by&amp;nbsp;&lt;i&gt;Heart of the Swarm&lt;/i&gt;, revolving around the Zerg, and finally&amp;nbsp;&lt;i&gt;Legacy of the Void&lt;/i&gt;, devoted to the Protoss.&lt;sup class="reference" id="cite_ref-45" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-45" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[46]&lt;/a&gt;&lt;/sup&gt;On February 25, 2009, Blizzard announced the Blizzard Theme Park Contest where prizes would include two beta keys for StarCraft II.&lt;sup class="reference" id="cite_ref-46" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-46" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[47]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;In the updated news and updates page of battle.net for&amp;nbsp;&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Warcraft_III:_The_Frozen_Throne" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Warcraft III: The Frozen Throne"&gt;Warcraft III: The Frozen Throne&lt;/a&gt;&lt;/i&gt;&amp;nbsp;it states the top 20 players from each realm will be given a SC2 Beta Key.&lt;sup class="reference" id="cite_ref-47" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-47" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[48]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;In February 2010, Blizzard CEO Mike Morhaime announced that a closed beta would open that month.&lt;sup class="reference" id="cite_ref-48" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-48" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[49]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;In an interview held in June 2009, Rob Pardo indicated that&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/LAN" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="LAN"&gt;LAN&lt;/a&gt;&amp;nbsp;support would not be included in&amp;nbsp;&lt;i&gt;StarCraft II: Wings of Liberty&lt;/i&gt;.&lt;sup class="reference" id="cite_ref-49" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-49" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[50]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-50" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-50" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[51]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-51" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-51" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[52]&lt;/a&gt;&lt;/sup&gt;Removing LAN requires players to connect through Blizzard's servers before being able to play multi-player games.&lt;sup class="reference" id="cite_ref-No_Lan_52-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-No_Lan-52" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[53]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;It has been reported that Blizzard is considering implementing a system whereby a LAN connection is possible after first authenticating with Battle.net.&lt;sup class="reference" id="cite_ref-Possible_Lan_53-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Possible_Lan-53" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[54]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Further controversy was sparked when Blizzard confirmed that the game would not support cross-server play out of the box, restricting gamers to only play against local opponents - for instance, US gamers against those in the US and Europeans against Europeans. The company originally explained that Australia and New Zealand servers would be located in Southeast Asia, pitting them against combatants from Indonesia, the Philippines, Malaysia, Singapore and Thailand,&lt;sup class="reference" id="cite_ref-54" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-54" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[55]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;however closer to release it was revealed that the Southeast Asia / Australia / New Zealand version of the game would not be strictly region-locked, with gamers able to play on either the SEA/ANZ servers&amp;nbsp;&lt;i&gt;or&lt;/i&gt;&amp;nbsp;the North American ones.&lt;sup class="reference" id="cite_ref-55" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-55" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[56]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Mike Morhaime, president of Blizzard, announced during the opening ceremony of Blizzcon 2009 that&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;and the new Battle.net platform would both be released in 2010, with a month or so of interval.&lt;sup class="reference" id="cite_ref-56" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-56" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[57]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="noprint Inline-Template" style="line-height: 1em; white-space: nowrap;" title="The material in the vicinity of this tag may rely on an unreliable source from April 2010"&gt;[&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Identifying_reliable_sources" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia:Identifying reliable sources"&gt;unreliable source?&lt;/a&gt;&lt;/i&gt;]&lt;/sup&gt;&amp;nbsp;As of March 2010, it has been stated that the new platform is currently being tested outside the beta and is planned for release in early July 2010,&lt;sup class="reference" id="cite_ref-57" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-57" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[58]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;for both&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;and&amp;nbsp;&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/World_of_Warcraft:_Cataclysm" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="World of Warcraft: Cataclysm"&gt;World of WarCraft: Cataclysm&lt;/a&gt;&lt;/i&gt;, with a later upgrade for&amp;nbsp;&lt;i&gt;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Diablo_3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Diablo 3"&gt;Diablo 3&lt;/a&gt;&lt;/i&gt;. On May 5th, 2010, it was revealed that&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;and Battle.net 2.0 would be integrated with social networking site&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Facebook" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Facebook"&gt;Facebook&lt;/a&gt;, "linking the world's premier online gaming platform with the world's most popular social platform"&lt;sup class="reference" id="cite_ref-58" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-58" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[59]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;- a move that will see gamers able to search their Facebook friends lists for&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;opponents.&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;has been criticized for its lengthy development time.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Wired_(magazine)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wired (magazine)"&gt;Wired&lt;/a&gt;&amp;nbsp;Magazine in its annual&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Vaporware" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Vaporware"&gt;Vaporware&lt;/a&gt;&amp;nbsp;Award, ranked&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;first among the delayed technology products of 2009.&lt;sup class="reference" id="cite_ref-59" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-59" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[60]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;is now set for a July 27, 2010 release date according to Blizzard.&lt;sup class="reference" id="cite_ref-60" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-60" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[61]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=10" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Beta"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Beta"&gt;Beta&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Blizzard posted a release date for the game's first&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Open_beta" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Open beta"&gt;beta&lt;/a&gt;&amp;nbsp;of Summer 2009, but failed to release a beta during that time.&amp;nbsp;&lt;sup class="reference" id="cite_ref-bnet1_61-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-bnet1-61" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[62]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Since May 6, 2009, it was possible to sign up for the beta phase of the game.&lt;sup class="reference" id="cite_ref-62" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-62" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[63]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-63" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-63" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[64]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-Morhaine_release2_64-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Morhaine_release2-64" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[65]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;In November 2009, the game's producer Chris Sigaty confirmed there would be no public beta for the game taking place in 2009 but assured fans of the title that it would happen next year.&lt;sup class="reference" id="cite_ref-65" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-65" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[66]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;On February 17, 2010,&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;began closed beta testing.&lt;sup class="reference" id="cite_ref-66" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-66" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[67]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;The beta was expected to last for 3-5 months. Beta keys for the initial release were sold on&lt;a href="http://en.wikipedia.org/wiki/EBay" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="EBay"&gt;eBay&lt;/a&gt;&amp;nbsp;for prices as high as $400.&lt;sup class="reference" id="cite_ref-67" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-67" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[68]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Blizzard has also released a map editor for the beta as part of Patch 9.&lt;sup class="reference" id="cite_ref-68" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-68" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[69]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;According to the company, they are planning to release a major content patch towards the end of beta testing.&lt;sup class="reference" id="cite_ref-Blizzcast_13_69-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-Blizzcast_13-69" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[70]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;As of 23 July 2010, eighteen patches have been released for the beta (only seventeen on European servers),&lt;sup class="reference" id="cite_ref-70" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-70" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[71]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;including a patch which provided access to the&amp;nbsp;&lt;i&gt;Galaxy&lt;/i&gt;&amp;nbsp;map editor. On May 12, 2010 Blizzard released the Beta client for Mac for the users who had signed-up. On May 17, 2010 Blizzard announced that first phase of the beta test would be coming to an end in all regions on May 31st. The first phase was then extended to June 7.&lt;sup class="reference" id="cite_ref-71" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-71" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[72]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;The second phase began on July 7, 2010 and ended on July 19, 2010.&lt;sup class="reference" id="cite_ref-72" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-72" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[73]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=11" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Release"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Release"&gt;Release&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Customers and reviewers who received the installation DVD before the July 27, 2010 release were greeted with an error screen, telling them to wait until the release date.&lt;sup class="reference" id="cite_ref-73" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-73" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[74]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;There is no known workaround and some reviewers have praised the action for limiting journalists to playing and reviewing the game with actual players.&lt;sup class="reference" id="cite_ref-74" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-74" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[75]&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-75" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-75" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[76]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; color: black; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=12" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Marketing"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Marketing"&gt;Marketing&lt;/span&gt;&lt;/h2&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Blizzard entered into a co-marketing agreement with&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Korean_Air" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Korean Air"&gt;Korean Air&lt;/a&gt;&amp;nbsp;that will last for six months, in which two of the airline's airplanes on both domestic and international routes prominently display&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;advertising featuring Jim Raynor on the fuselage.&lt;sup class="reference" id="cite_ref-76" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-76" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[77]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: initial; border-bottom-style: none; border-bottom-width: initial; color: black; font-size: 17px; font-weight: bold; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; font-weight: normal; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=13" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: Versions"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="Versions"&gt;Versions&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;On April 8, 2010 Blizzard officially announced that the game will be available in a standard and collector's edition. The game will also be available for digital download from Blizzard on the release date; pre-loading began on July 15.&lt;sup class="reference" id="cite_ref-77" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-77" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[78]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;The collector's edition will come with an artbook, 2GB flash drive modeled after&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Jim_Raynor" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Jim Raynor"&gt;Jim Raynor's&lt;/a&gt;&amp;nbsp;dog tag with the original&amp;nbsp;&lt;i&gt;StarCraft&lt;/i&gt;&amp;nbsp;and&amp;nbsp;&lt;i&gt;Brood War&lt;/i&gt;&amp;nbsp;expansion preloaded, behind-the-scenes DVD, soundtrack, comic book, and redeemable codes for downloadable content including a unique model for the in-game Thor unit and a&amp;nbsp;&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/World_of_Warcraft" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="World of Warcraft"&gt;World of Warcraft&lt;/a&gt;&lt;/i&gt;&amp;nbsp;pet.&lt;sup class="reference" id="cite_ref-78" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-78" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[79]&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;On June 24, 2010, at a press-only Korean event, Blizzard announced that Korean players would be able to play StarCraft II for free as long as their World of Warcraft subscriptions are active. When in&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/PC_bang" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="PC bang"&gt;PC bangs&lt;/a&gt;, or other cybercafes alike, players will be able as usual to play the game by paying roughly the equivalent of US$1 per hour. Other options include a 30 days subscription to the service for a 9900&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/South_Korean_won" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="South Korean won"&gt;won&lt;/a&gt;&amp;nbsp;fee (roughly equivalent to US$8 or £5.5), a 24 hours play-time ticket for 2000 won (roughly US$1.50 or £1) or unlimited access for 69,000 won ($56 or £37.5).&lt;sup class="reference" id="cite_ref-79" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_note-79" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none; white-space: nowrap;"&gt;[80]&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; color: black; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=14" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: References"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="References"&gt;References&lt;/span&gt;&lt;/h2&gt;&lt;div class="references-small references-column-width" style="font-size: 12px;"&gt;&lt;ol class="references" style="line-height: 1.5em; list-style-image: none; margin-bottom: 0.5em; margin-left: 3.2em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li id="cite_note-officialfaq-0" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-officialfaq_0-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-officialfaq_0-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-officialfaq_0-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;c&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-officialfaq_0-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;d&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-officialfaq_0-4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;e&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.starcraft2.com/faq.xml" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"FAQ for&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;"&lt;/a&gt;. Blizzard Entertainment&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=FAQ+for+%27%27StarCraft+II%27%27&amp;amp;rft.atitle=&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fwww.starcraft2.com%2Ffaq.xml&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-1" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://games.ign.com/articles/790/790137p1.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;unveiled"&lt;/a&gt;. IGN Games. 2007-05-19&lt;span class="reference-accessdate"&gt;. Retrieved 2009-01-06&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27StarCraft+II%27%27+unveiled&amp;amp;rft.atitle=&amp;amp;rft.date=2007-05-19&amp;amp;rft.pub=IGN+Games&amp;amp;rft_id=http%3A%2F%2Fgames.ign.com%2Farticles%2F790%2F790137p1.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-2" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://us.blizzard.com/en-us/company/press/pressreleases.html?100503" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"STARCRAFT® II: WINGS OF LIBERTY™ IN STORES STARTING JULY 27, 2010"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Blizzard_Entertainment" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Blizzard Entertainment"&gt;Blizzard Entertainment&lt;/a&gt;. 2010-05-03&lt;span class="reference-accessdate"&gt;. Retrieved 2010-05-16&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=STARCRAFT%C2%AE+II%3A+WINGS+OF+LIBERTY%E2%84%A2+IN+STORES+STARTING+JULY+27%2C+2010&amp;amp;rft.atitle=&amp;amp;rft.date=2010-05-03&amp;amp;rft.pub=%5B%5BBlizzard+Entertainment%5D%5D&amp;amp;rft_id=http%3A%2F%2Fus.blizzard.com%2Fen-us%2Fcompany%2Fpress%2Fpressreleases.html%3F100503&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-3" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/news/6260963.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Starcraft II launches July 27"&lt;/a&gt;. GameSpot. Retrieved July 11, 2010.&lt;/li&gt;&lt;li id="cite_note-4" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://kotaku.com/5530114/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"On Kotaku"&lt;/a&gt;. Kotaku.com. 2010-05-03&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-26&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=On+Kotaku&amp;amp;rft.atitle=&amp;amp;rft.date=2010-05-03&amp;amp;rft.pub=Kotaku.com&amp;amp;rft_id=http%3A%2F%2Fkotaku.com%2F5530114%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-5" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.fomos.kr/board/board.php?mode=read&amp;amp;keyno=109015&amp;amp;db=issue" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"포모스"&lt;/a&gt;. Fomos.kr&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-26&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%ED%8F%AC%EB%AA%A8%EC%8A%A4&amp;amp;rft.atitle=&amp;amp;rft.pub=Fomos.kr&amp;amp;rft_id=http%3A%2F%2Fwww.fomos.kr%2Fboard%2Fboard.php%3Fmode%3Dread%26keyno%3D109015%26db%3Dissue&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-StarCraft_II_System_Requirements-6" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-StarCraft_II_System_Requirements_6-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-StarCraft_II_System_Requirements_6-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://us.blizzard.com/support/article.xml?locale=en_US&amp;amp;articleId=26242&amp;amp;parentCategoryId&amp;amp;pageNumber=1&amp;amp;categoryId=3617" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II System Requirements"&lt;/a&gt;.&amp;nbsp;&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Blizzard" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Blizzard"&gt;Blizzard&lt;/a&gt;&lt;/i&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-24&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+System+Requirements&amp;amp;rft.atitle=%5B%5BBlizzard%5D%5D&amp;amp;rft_id=http%3A%2F%2Fus.blizzard.com%2Fsupport%2Farticle.xml%3Flocale%3Den_US%26articleId%3D26242%26parentCategoryId%26pageNumber%3D1%26categoryId%3D3617&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-7" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-7" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.gamepron.com/news/2010/05/03/starcraft-ii-saga-begins-july-27-2010/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Saga begins July 27th"&lt;/a&gt;. GamePron. 2010-05-03&lt;span class="reference-accessdate"&gt;. Retrieved 2010-05-03&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Saga+begins+July+27th&amp;amp;rft.atitle=&amp;amp;rft.date=2010-05-03&amp;amp;rft.pub=GamePron&amp;amp;rft_id=http%3A%2F%2Fwww.gamepron.com%2Fnews%2F2010%2F05%2F03%2Fstarcraft-ii-saga-begins-july-27-2010%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-8" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-8" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.pcworld.com/article/195510/its_official_starcraft_ii_hits_stores_july_27.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"It's Official, StarCraft II Hits Stores July 27"&lt;/a&gt;. PC World. 2010-05-03&lt;span class="reference-accessdate"&gt;. Retrieved 2010-05-03&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=It%27s+Official%2C+StarCraft+II+Hits+Stores+July+27&amp;amp;rft.atitle=&amp;amp;rft.date=2010-05-03&amp;amp;rft.pub=PC+World&amp;amp;rft_id=http%3A%2F%2Fwww.pcworld.com%2Farticle%2F195510%2Fits_official_starcraft_ii_hits_stores_july_27.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-9" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-9" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.islandcrisis.net/2010/05/starcraft-2-release-date/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Starcraft 2 release date confirmed"&lt;/a&gt;. Island Crisis. 2010-05-03&lt;span class="reference-accessdate"&gt;. Retrieved 2010-05-03&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Starcraft+2+release+date+confirmed&amp;amp;rft.atitle=&amp;amp;rft.date=2010-05-03&amp;amp;rft.pub=Island+Crisis&amp;amp;rft_id=http%3A%2F%2Fwww.islandcrisis.net%2F2010%2F05%2Fstarcraft-2-release-date%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-msnbc-10" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-msnbc_10-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation news" style="font-style: normal; word-wrap: break-word;"&gt;Kalning, Kristin (2007-05-31).&amp;nbsp;&lt;a class="external text" href="http://www.msnbc.msn.com/id/18925251/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Can Blizzard top itself with '&lt;i&gt;StarCraft II&lt;/i&gt;?'"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/MSNBC" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="MSNBC"&gt;MSNBC&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-06-01&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Can+Blizzard+top+itself+with+%7FUNIQ2f17684215c0cd72-nowiki-0000013A-QINU%7F%27%27StarCraft+II%27%27%3F%7FUNIQ2f17684215c0cd72-nowiki-0000013B-QINU%7F&amp;amp;rft.atitle=&amp;amp;rft.aulast=Kalning%2C+Kristin&amp;amp;rft.au=Kalning%2C+Kristin&amp;amp;rft.date=2007-05-31&amp;amp;rft.pub=%5B%5BMSNBC%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.msnbc.msn.com%2Fid%2F18925251%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespot2-11" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot2_11-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Park, Andrew (2007-05-19).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/pc/strategy/starcraft2/news.html?sid=6171172" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Q&amp;amp;A session details&amp;nbsp;&lt;i&gt;Starcraft II&lt;/i&gt;"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/GameSpot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GameSpot"&gt;GameSpot&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Q%26A+session+details+%27%27Starcraft+II%27%27&amp;amp;rft.atitle=&amp;amp;rft.aulast=Park%2C+Andrew&amp;amp;rft.au=Park%2C+Andrew&amp;amp;rft.date=2007-05-19&amp;amp;rft.pub=%5B%5BGameSpot%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fpc%2Fstrategy%2Fstarcraft2%2Fnews.html%3Fsid%3D6171172&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespy1-12" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespy1_12-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Rausch, Allen (2007-05-19).&amp;nbsp;&lt;a class="external text" href="http://pc.gamespy.com/pc/starcraft-2/790164p1.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;Q&amp;amp;A Sessions"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/GameSpy" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GameSpy"&gt;GameSpy&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27StarCraft+II%27%27+Q%26A+Sessions&amp;amp;rft.atitle=&amp;amp;rft.aulast=Rausch%2C+Allen&amp;amp;rft.au=Rausch%2C+Allen&amp;amp;rft.date=2007-05-19&amp;amp;rft.pub=%5B%5BGameSpy%5D%5D&amp;amp;rft_id=http%3A%2F%2Fpc.gamespy.com%2Fpc%2Fstarcraft-2%2F790164p1.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-13" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-13" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://web.archive.org/web/20071231054607/http://www.battle.net/forums/thread.aspx?fn=sc2-general&amp;amp;t=1&amp;amp;p=1&amp;amp;#post1" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Q&amp;amp;A Batch 7"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Blizzard_Entertainment" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Blizzard Entertainment"&gt;Blizzard&lt;/a&gt;. 2007-07-12. Archived from&amp;nbsp;&lt;a class="external text" href="http://www.battle.net/forums/thread.aspx?fn=sc2-general&amp;amp;t=1&amp;amp;p=1&amp;amp;#post1" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;the original&lt;/a&gt;&amp;nbsp;on 2007-12-31&lt;span class="reference-accessdate"&gt;. Retrieved 2007-12-07&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Q%26A+Batch+7&amp;amp;rft.atitle=&amp;amp;rft.date=2007-07-12&amp;amp;rft.pub=%5B%5BBlizzard+Entertainment%7CBlizzard%5D%5D&amp;amp;rft_id=http%3A%2F%2Fweb.archive.org%2Fweb%2F20071231054607%2Fhttp%3A%2F%2Fwww.battle.net%2Fforums%2Fthread.aspx%3Ffn%3Dsc2-general%26t%3D1%26p%3D1%26%23post1&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-ministory-14" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-ministory_14-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.mgspot.com/index.php/component/content/article/38-slideshow/86-ss-sc2-ministory" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Ministory&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;"&lt;/a&gt;. MGSPOT&lt;span class="reference-accessdate"&gt;. Retrieved 2010-04-10&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Ministory+%27%27StarCraft+II%27%27&amp;amp;rft.atitle=&amp;amp;rft.pub=MGSPOT&amp;amp;rft_id=http%3A%2F%2Fwww.mgspot.com%2Findex.php%2Fcomponent%2Fcontent%2Farticle%2F38-slideshow%2F86-ss-sc2-ministory&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-cutscenes-15" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-cutscenes_15-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Blizzard Entertainment.&amp;nbsp;&lt;a class="external text" href="http://www.starcraft2.com/features/interviews/cinematicteaser.xml" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Insider Interview: "The Making of the&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;Cinematic Teaser""&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-06-07&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Insider+Interview%3A+%22The+Making+of+the+%27%27StarCraft+II%27%27+Cinematic+Teaser%22&amp;amp;rft.atitle=&amp;amp;rft.aulast=Blizzard+Entertainment&amp;amp;rft.au=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fwww.starcraft2.com%2Ffeatures%2Finterviews%2Fcinematicteaser.xml&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-video-16" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-video_16-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-video_16-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-video_16-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;c&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.1up.com/do/gameOverview?cId=3159435" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Videos:&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/1UP.com" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1UP.com"&gt;1UP.com&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Videos%3A+%27%27StarCraft+II%27%27&amp;amp;rft.atitle=&amp;amp;rft.pub=%5B%5B1UP.com%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.1up.com%2Fdo%2FgameOverview%3FcId%3D3159435&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-17" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-17" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.gamespot.com/pc/strategy/starcraft2/video/6176216/starcraft-ii-terran-faction-blizzcon-preview" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Terran Blizzcon Demonstration"&lt;/a&gt;. GameSpot&lt;span class="reference-accessdate"&gt;. Retrieved 2007-08-17&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Terran+Blizzcon+Demonstration&amp;amp;rft.atitle=&amp;amp;rft.pub=GameSpot&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fpc%2Fstrategy%2Fstarcraft2%2Fvideo%2F6176216%2Fstarcraft-ii-terran-faction-blizzcon-preview&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespotpardo-18" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespotpardo_18-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespotpardo_18-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation" style="font-style: normal; word-wrap: break-word;"&gt;Pardo, Rob. (3 August 2007).&amp;nbsp;&lt;i&gt;&lt;a class="external text" href="http://www.gamespot.com/pc/strategy/starcraft2/video/6176222/starcraft-ii-single-player-campaign-blizzcon-preview" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;StarCraft II&amp;nbsp;&lt;i&gt;Under Construction&lt;/i&gt;&lt;/a&gt;&lt;/i&gt;. [Development commentary]. Blizzcon: GameSpot.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=book&amp;amp;rft.btitle=%5Bhttp%3A%2F%2Fwww.gamespot.com%2Fpc%2Fstrategy%2Fstarcraft2%2Fvideo%2F6176222%2Fstarcraft-ii-single-player-campaign-blizzcon-preview+%27%27StarCraft+II%27%27+Under+Construction%5D&amp;amp;rft.aulast=Pardo%2C+Rob.&amp;amp;rft.au=Pardo%2C+Rob.&amp;amp;rft.date=3+August+2007&amp;amp;rft.place=Blizzcon&amp;amp;rft.pub=GameSpot&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-1upWatts-19" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-1upWatts_19-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Watts, Steve (2008-10-20).&amp;nbsp;&lt;a class="external text" href="http://www.1up.com/do/newsStory?cId=3170722" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft 2 Trilogy: Everything You Need to Know"&lt;/a&gt;. 1UP News&lt;span class="reference-accessdate"&gt;. Retrieved 2008-10-24&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+2+Trilogy%3A+Everything+You+Need+to+Know&amp;amp;rft.atitle=&amp;amp;rft.aulast=Watts&amp;amp;rft.aufirst=Steve&amp;amp;rft.au=Watts%2C%26%2332%3BSteve&amp;amp;rft.date=2008-10-20&amp;amp;rft.pub=1UP+News&amp;amp;rft_id=http%3A%2F%2Fwww.1up.com%2Fdo%2FnewsStory%3FcId%3D3170722&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-1upNqyuen-20" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-1upNqyuen_20-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Nguyen, Thierry (2008-12-30).&amp;nbsp;&lt;a class="external text" href="http://www.1up.com/do/previewPage?cId=3172090&amp;amp;p=1" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft 2 Wings of Liberty for the PC from 1UP.com"&lt;/a&gt;. 1UP News&lt;span class="reference-accessdate"&gt;. Retrieved 2008-12-31&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+2+Wings+of+Liberty+for+the+PC+from+1UP.com&amp;amp;rft.atitle=&amp;amp;rft.aulast=Nguyen&amp;amp;rft.aufirst=Thierry&amp;amp;rft.au=Nguyen%2C%26%2332%3BThierry&amp;amp;rft.date=2008-12-30&amp;amp;rft.pub=1UP+News&amp;amp;rft_id=http%3A%2F%2Fwww.1up.com%2Fdo%2FpreviewPage%3FcId%3D3172090%26p%3D1&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-shack090701-21" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-shack090701_21-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation news" style="font-style: normal; word-wrap: break-word;"&gt;Breckon, Nick (2009-07-01).&amp;nbsp;&lt;a class="external text" href="http://www.shacknews.com/featuredarticle.x?id=1158&amp;amp;page=3" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft 2 Interview: Reaction and Reflection"&lt;/a&gt;. Shacknews. p.&amp;nbsp;3&lt;span class="reference-accessdate"&gt;. Retrieved 2009-07-10&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+2+Interview%3A+Reaction+and+Reflection&amp;amp;rft.atitle=&amp;amp;rft.aulast=Breckon&amp;amp;rft.aufirst=Nick&amp;amp;rft.au=Breckon%2C%26%2332%3BNick&amp;amp;rft.date=2009-07-01&amp;amp;rft.pages=p.%26nbsp%3B3&amp;amp;rft.pub=Shacknews&amp;amp;rft_id=http%3A%2F%2Fwww.shacknews.com%2Ffeaturedarticle.x%3Fid%3D1158%26page%3D3&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespot5-22" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot5_22-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Park, Andrew (2007-05-20).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/pc/strategy/starcraft2/news.html?sid=6171179" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;Preview - What We Know So Far"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/GameSpot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GameSpot"&gt;GameSpot&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-24&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27StarCraft+II%27%27+Preview+-+What+We+Know+So+Far&amp;amp;rft.atitle=&amp;amp;rft.aulast=Park%2C+Andrew&amp;amp;rft.au=Park%2C+Andrew&amp;amp;rft.date=2007-05-20&amp;amp;rft.pub=%5B%5BGameSpot%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fpc%2Fstrategy%2Fstarcraft2%2Fnews.html%3Fsid%3D6171179&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-protoss-23" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-protoss_23-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-protoss_23-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-protoss_23-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;c&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-protoss_23-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;d&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.starcraft2.com/features/protoss/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;StarCraft II&lt;/i&gt;: The Protoss"&lt;/a&gt;. Blizzard Entertainment&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27StarCraft+II%27%27%3A+The+Protoss&amp;amp;rft.atitle=&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fwww.starcraft2.com%2Ffeatures%2Fprotoss%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-1upmielke-24" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-1upmielke_24-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Mielke, James (2007-07-06).&amp;nbsp;&lt;a class="external text" href="http://www.1up.com/do/previewPage?cId=3160846" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Preview - Will work for Vespene Gas"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Games_for_Windows" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Games for Windows"&gt;Games for Windows&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-07-11&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Preview+-+Will+work+for+Vespene+Gas&amp;amp;rft.atitle=&amp;amp;rft.aulast=Mielke%2C+James&amp;amp;rft.au=Mielke%2C+James&amp;amp;rft.date=2007-07-06&amp;amp;rft.pub=%5B%5BGames+for+Windows%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.1up.com%2Fdo%2FpreviewPage%3FcId%3D3160846&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-pcgamer07-25" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-pcgamer07_25-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation Journal" style="font-style: normal; word-wrap: break-word;"&gt;"&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;preview in PC Gamer Magazine".&amp;nbsp;&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/PC_Gamer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="PC Gamer"&gt;PC Gamer&lt;/a&gt;&lt;/i&gt;. August 2007.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;amp;rft.genre=article&amp;amp;rft.atitle=%27%27StarCraft+II%27%27+preview+in+PC+Gamer+Magazine&amp;amp;rft.jtitle=%5B%5BPC+Gamer%5D%5D&amp;amp;rft.date=August+2007&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-Q.26A_BT-26" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Q.26A_BT_26-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Added by Brad Shoemaker on Oct. 17, 2008 (2008-10-18).&amp;nbsp;&lt;a class="external text" href="http://www.giantbomb.com/news/qa-the-starcraft-ii-brain-trust/388/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Q&amp;amp;A: The&amp;nbsp;&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;Brain Trust"&lt;/a&gt;. Giantbomb.com&lt;span class="reference-accessdate"&gt;. Retrieved 2010-04-23&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Q%26A%3A+The+%27%27Starcraft+II%27%27+Brain+Trust&amp;amp;rft.atitle=&amp;amp;rft.aulast=Added+by+Brad+Shoemaker+on+Oct.+17%2C+2008&amp;amp;rft.au=Added+by+Brad+Shoemaker+on+Oct.+17%2C+2008&amp;amp;rft.date=2008-10-18&amp;amp;rft.pub=Giantbomb.com&amp;amp;rft_id=http%3A%2F%2Fwww.giantbomb.com%2Fnews%2Fqa-the-starcraft-ii-brain-trust%2F388%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-SC2Marketplace-27" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-SC2Marketplace_27-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Dustin Browder, Rob Pardo.&amp;nbsp;&lt;a class="external text" href="http://www.youtube.com/watch?v=v_ItZfu9zAc" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Blizzcon Panels"&lt;/a&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Blizzcon+Panels&amp;amp;rft.atitle=&amp;amp;rft.aulast=Dustin+Browder%2C+Rob+Pardo&amp;amp;rft.au=Dustin+Browder%2C+Rob+Pardo&amp;amp;rft_id=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dv_ItZfu9zAc&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespot6-28" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot6_28-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Shoemaker, Brad (2007-08-03).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/pc/strategy/starcraft2/news.html?sid=6176199" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"BlizzCon 07: Pardo demos&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;campaign"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/GameSpot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GameSpot"&gt;GameSpot&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-09-26&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=BlizzCon+07%3A+Pardo+demos+%27%27StarCraft+II%27%27+campaign&amp;amp;rft.atitle=&amp;amp;rft.aulast=Shoemaker%2C+Brad&amp;amp;rft.au=Shoemaker%2C+Brad&amp;amp;rft.date=2007-08-03&amp;amp;rft.pub=%5B%5BGameSpot%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fpc%2Fstrategy%2Fstarcraft2%2Fnews.html%3Fsid%3D6176199&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-29" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-29" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://pc.ign.com/dor/objects/850126/starcraft-2/videos/starcraft2_inv_1_062909.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Terrans: Wings of Liberty PC Games Interview"&lt;/a&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Terrans%3A+Wings+of+Liberty+PC+Games+Interview&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fpc.ign.com%2Fdor%2Fobjects%2F850126%2Fstarcraft-2%2Fvideos%2Fstarcraft2_inv_1_062909.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-30" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-30" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.sc2blog.com/2009/08/24/blizzcon-2009-battle-net-2-0-and-the-galaxy-editors-hour/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"BlizzCon 2009: Battle.net 2.0 and the Galaxy Editor’s Hour"&lt;/a&gt;. Sc2blog.com. 2009-08-24&lt;span class="reference-accessdate"&gt;. Retrieved 2010-04-23&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=BlizzCon+2009%3A+Battle.net+2.0+and+the+Galaxy+Editor%E2%80%99s+Hour&amp;amp;rft.atitle=&amp;amp;rft.date=2009-08-24&amp;amp;rft.pub=Sc2blog.com&amp;amp;rft_id=http%3A%2F%2Fwww.sc2blog.com%2F2009%2F08%2F24%2Fblizzcon-2009-battle-net-2-0-and-the-galaxy-editors-hour%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespot3-31" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot3_31-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Park, Andrew (2007-05-20).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/news/6171178.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Blizzard outlines&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;gameplay"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/GameSpot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GameSpot"&gt;GameSpot&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-08-20&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Blizzard+outlines+%27%27StarCraft+II%27%27+gameplay&amp;amp;rft.atitle=&amp;amp;rft.aulast=Park%2C+Andrew&amp;amp;rft.au=Park%2C+Andrew&amp;amp;rft.date=2007-05-20&amp;amp;rft.pub=%5B%5BGameSpot%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fnews%2F6171178.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespot4-32" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot4_32-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot4_32-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot4_32-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;c&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Metzen, Chris and Chambers, Andy (2007-07-08).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/pc/strategy/starcraft2/video/6176406/starcraft-panel-discussion-lore-" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Starcraft&lt;/i&gt;&amp;nbsp;Panel Discussion: Lore"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/GameSpot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GameSpot"&gt;GameSpot&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-07-09&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Starcraft%27%27+Panel+Discussion%3A+Lore&amp;amp;rft.atitle=&amp;amp;rft.aulast=Metzen%2C+Chris+and+Chambers%2C+Andy&amp;amp;rft.au=Metzen%2C+Chris+and+Chambers%2C+Andy&amp;amp;rft.date=2007-07-08&amp;amp;rft.pub=%5B%5BGameSpot%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fpc%2Fstrategy%2Fstarcraft2%2Fvideo%2F6176406%2Fstarcraft-panel-discussion-lore-&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-Blizzcon2009lore-33" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Blizzcon2009lore_33-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Blizzcon2009lore_33-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Blizzcon2009lore_33-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;c&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Blizzcon2009lore_33-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;d&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Blizzcon2009lore_33-4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;e&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Magrino, Tom (2009-08-23).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/news/6216009.html?om_act=convert&amp;amp;om_clk=picks&amp;amp;tag=picks;title;1" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Tricia Helfer starring in&amp;nbsp;&lt;i&gt;Starcraft II&lt;/i&gt;"&lt;/a&gt;. GameSpot&lt;span class="reference-accessdate"&gt;. Retrieved 2009-08-24&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Tricia+Helfer+starring+in+%27%27Starcraft+II%27%27&amp;amp;rft.atitle=&amp;amp;rft.aulast=Magrino&amp;amp;rft.aufirst=Tom&amp;amp;rft.au=Magrino%2C%26%2332%3BTom&amp;amp;rft.date=2009-08-23&amp;amp;rft.pub=GameSpot&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fnews%2F6216009.html%3Fom_act%3Dconvert%26om_clk%3Dpicks%26tag%3Dpicks%3Btitle%3B1&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-34" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-34" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://sclegacy.com/news/23-sc2/512-starcraft-ii-qaa-batch-53" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Q&amp;amp;A Batch 53"&lt;/a&gt;. Starcraft Legacy&lt;span class="reference-accessdate"&gt;. Retrieved 2009-10-09&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Q%26A+Batch+53&amp;amp;rft.atitle=&amp;amp;rft.pub=Starcraft+Legacy&amp;amp;rft_id=http%3A%2F%2Fsclegacy.com%2Fnews%2F23-sc2%2F512-starcraft-ii-qaa-batch-53&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-IMDb-35" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-IMDb_35-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-IMDb_35-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-IMDb_35-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;c&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-IMDb_35-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;d&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-IMDb_35-4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;e&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-IMDb_35-5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;f&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.imdb.com/title/tt1037854/fullcredits#cast" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II (2009)(VG)- Full Cast and Crew"&lt;/a&gt;.&amp;nbsp;&lt;i&gt;IMDb&lt;/i&gt;.&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/IMDb" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="IMDb"&gt;IMDb&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-08-24&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+%282009%29%28VG%29-+Full+Cast+and+Crew&amp;amp;rft.atitle=IMDb&amp;amp;rft.pub=%5B%5BIMDb%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt1037854%2Ffullcredits%23cast&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-ign1-36" style="margin-bottom: 0.1em;"&gt;^&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-ign1_36-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;a&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-ign1_36-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;sup style="line-height: 1em;"&gt;&lt;i&gt;&lt;b&gt;b&lt;/b&gt;&lt;/i&gt;&lt;/sup&gt;&lt;/a&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Onyett, Charles (2007-05-18).&amp;nbsp;&lt;a class="external text" href="http://pc.ign.com/articles/788/788627p1.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Blizzard's Worldwide Invitational -- The&amp;nbsp;&lt;i&gt;StarCraft 2&lt;/i&gt;&amp;nbsp;Announcement"&lt;/a&gt;. IGN&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Blizzard%27s+Worldwide+Invitational+--+The+%27%27StarCraft+2%27%27+Announcement&amp;amp;rft.atitle=&amp;amp;rft.aulast=Onyett%2C+Charles&amp;amp;rft.au=Onyett%2C+Charles&amp;amp;rft.date=2007-05-18&amp;amp;rft.pub=IGN&amp;amp;rft_id=http%3A%2F%2Fpc.ign.com%2Farticles%2F788%2F788627p1.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-gamespot1-37" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-gamespot1_37-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Park, Andrew (2007-05-18).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/news/6171170.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;warps into Seoul"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/GameSpot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GameSpot"&gt;GameSpot&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Starcraft+II%27%27+warps+into+Seoul&amp;amp;rft.atitle=&amp;amp;rft.aulast=Park%2C+Andrew&amp;amp;rft.au=Park%2C+Andrew&amp;amp;rft.date=2007-05-18&amp;amp;rft.pub=%5B%5BGameSpot%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fnews%2F6171170.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-eg1-38" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-eg1_38-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Fahey, Rob (2009-06-29).&amp;nbsp;&lt;a class="external text" href="http://www.eurogamer.net/articles/wow-held-up-starcraft-ii-for-a-year" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"WOW held up StarCraft II for a year"&lt;/a&gt;.&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/EuroGamer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="EuroGamer"&gt;EuroGamer&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-06-29&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=WOW+held+up+StarCraft+II+for+a+year&amp;amp;rft.atitle=&amp;amp;rft.aulast=Fahey%2C+Rob&amp;amp;rft.au=Fahey%2C+Rob&amp;amp;rft.date=2009-06-29&amp;amp;rft.pub=%5B%5BEuroGamer%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.eurogamer.net%2Farticles%2Fwow-held-up-starcraft-ii-for-a-year&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-39" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-39" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Onyett, Charles (2007-05-19).&amp;nbsp;&lt;a class="external text" href="http://pc.ign.com/articles/790/790158p1.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft 2 Panel Discussions"&lt;/a&gt;. IGN&lt;span class="reference-accessdate"&gt;. Retrieved 2008-08-31&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+2+Panel+Discussions&amp;amp;rft.atitle=&amp;amp;rft.aulast=Onyett%2C+Charles&amp;amp;rft.au=Onyett%2C+Charles&amp;amp;rft.date=2007-05-19&amp;amp;rft.pub=IGN&amp;amp;rft_id=http%3A%2F%2Fpc.ign.com%2Farticles%2F790%2F790158p1.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-40" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-40" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Horton, Samuel (2009-06-30).&amp;nbsp;&lt;a class="external text" href="http://www.sk-gaming.com/content/24908-WoW_delayed_Starcraft2_for_a_year" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"WoW delayed StarCraft2 for a year"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/SK_Gaming" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="SK Gaming"&gt;SK Gaming&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-06-29&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=WoW+delayed+StarCraft2+for+a+year&amp;amp;rft.atitle=&amp;amp;rft.aulast=Horton%2C+Samuel&amp;amp;rft.au=Horton%2C+Samuel&amp;amp;rft.date=2009-06-30&amp;amp;rft.pub=%5B%5BSK+Gaming%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.sk-gaming.com%2Fcontent%2F24908-WoW_delayed_Starcraft2_for_a_year&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-41" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-41" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://web.archive.org/web/20070501192902/http://www.havok.com/content/view/371/53/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Blizzard Entertainment Licenses Havok Physics Technology"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Havok_(company)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Havok (company)"&gt;Havok&lt;/a&gt;. 2006-09-14. Archived from&amp;nbsp;&lt;a class="external text" href="http://www.havok.com/content/view/371/53/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;the original&lt;/a&gt;&amp;nbsp;on 2007-05-01&lt;span class="reference-accessdate"&gt;. Retrieved 2007-05-24&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Blizzard+Entertainment+Licenses+Havok+Physics+Technology&amp;amp;rft.atitle=&amp;amp;rft.date=2006-09-14&amp;amp;rft.pub=%5B%5BHavok+%28company%29%7CHavok%5D%5D&amp;amp;rft_id=http%3A%2F%2Fweb.archive.org%2Fweb%2F20070501192902%2Fhttp%3A%2F%2Fwww.havok.com%2Fcontent%2Fview%2F371%2F53%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-42" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-42" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Gwinner, Stefanie (2007-09-14).&amp;nbsp;&lt;a class="external text" href="http://web.archive.org/web/20071213002123/http://www.battle.net/forums/thread.aspx?ForumName=sc2-general&amp;amp;ThreadID=27705" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;StarCraft 2&lt;/i&gt;&amp;nbsp;Q&amp;amp;A Batch 13"&lt;/a&gt;. Blizzard Entertainment. Archived from&amp;nbsp;&lt;a class="external text" href="http://www.battle.net/forums/thread.aspx?ForumName=sc2-general&amp;amp;ThreadID=27705" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;the original&lt;/a&gt;&amp;nbsp;on 2007-12-13&lt;span class="reference-accessdate"&gt;. Retrieved 2007-11-30&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27StarCraft+2%27%27+Q%26A+Batch+13&amp;amp;rft.atitle=&amp;amp;rft.aulast=Gwinner%2C+Stefanie&amp;amp;rft.au=Gwinner%2C+Stefanie&amp;amp;rft.date=2007-09-14&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fweb.archive.org%2Fweb%2F20071213002123%2Fhttp%3A%2F%2Fwww.battle.net%2Fforums%2Fthread.aspx%3FForumName%3Dsc2-general%26ThreadID%3D27705&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-43" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-43" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Yu, Kevin (2008-04-30).&amp;nbsp;&lt;a class="external text" href="http://www.battle.net/forums/thread.aspx?fn=sc2-general&amp;amp;t=1&amp;amp;p=1&amp;amp;#post1" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Karune Q&amp;amp;A Briefings&lt;/i&gt;"&lt;/a&gt;. Blizzard Entertainment&lt;span class="reference-accessdate"&gt;. Retrieved 2008-04-30&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Karune+Q%26A+Briefings%27%27&amp;amp;rft.atitle=&amp;amp;rft.aulast=Yu%2C+Kevin&amp;amp;rft.au=Yu%2C+Kevin&amp;amp;rft.date=2008-04-30&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fwww.battle.net%2Fforums%2Fthread.aspx%3Ffn%3Dsc2-general%26t%3D1%26p%3D1%26%23post1&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;sup class="noprint Inline-Template" style="line-height: 1em;"&gt;&lt;span style="white-space: nowrap;" title=""&gt;[&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Linkrot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia:Linkrot"&gt;dead link&lt;/a&gt;&lt;/i&gt;]&lt;/span&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li id="cite_note-44" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-44" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://games.on.net/article/3317/StarCraft_II_-_Not_happening_in_2008" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II - Not happening in 2008"&lt;/a&gt;. Games On Net. 2008-06-29&lt;span class="reference-accessdate"&gt;. Retrieved 2008-08-25&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+-+Not+happening+in+2008&amp;amp;rft.atitle=&amp;amp;rft.date=2008-06-29&amp;amp;rft.pub=Games+On+Net&amp;amp;rft_id=http%3A%2F%2Fgames.on.net%2Farticle%2F3317%2FStarCraft_II_-_Not_happening_in_2008&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-45" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-45" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.gamespot.com/pc/strategy/starcraft2/news.html?sid=6199172&amp;amp;mode=news" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II split into trilogy"&lt;/a&gt;. GameSpot. 2008-10-10&lt;span class="reference-accessdate"&gt;. Retrieved 2008-10-10&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+split+into+trilogy&amp;amp;rft.atitle=&amp;amp;rft.date=2008-10-10&amp;amp;rft.pub=GameSpot&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fpc%2Fstrategy%2Fstarcraft2%2Fnews.html%3Fsid%3D6199172%26mode%3Dnews&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-46" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-46" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Blizzard (2009-02-25).&amp;nbsp;&lt;a class="external text" href="http://www.blizzard.com/us/inblizz/contests/themepark/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Blizzard Theme Park Contest&lt;/i&gt;"&lt;/a&gt;. Blizzard Entertainment&lt;span class="reference-accessdate"&gt;. Retrieved 2009-02-25&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Blizzard+Theme+Park+Contest%27%27&amp;amp;rft.atitle=&amp;amp;rft.aulast=Blizzard&amp;amp;rft.au=Blizzard&amp;amp;rft.date=2009-02-25&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fwww.blizzard.com%2Fus%2Finblizz%2Fcontests%2Fthemepark%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;sup class="noprint Inline-Template" style="line-height: 1em;"&gt;&lt;span style="white-space: nowrap;" title=" since July 2010"&gt;[&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Linkrot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia:Linkrot"&gt;dead link&lt;/a&gt;&lt;/i&gt;]&lt;/span&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li id="cite_note-47" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-47" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://classic.battle.net/tournaments/2009/faq.shtml" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Beta Keys to best 20 in realm"&lt;/a&gt;. Blizzard Entertainment. 2009-03-17.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Beta+Keys+to+best+20+in+realm&amp;amp;rft.atitle=&amp;amp;rft.date=2009-03-17&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fclassic.battle.net%2Ftournaments%2F2009%2Ffaq.shtml&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-48" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-48" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/news/6250190.html?tag=latestheadlines;title;1" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;closed beta begins this month&lt;/a&gt;. Gamespot.&lt;/li&gt;&lt;li id="cite_note-49" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-49" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.incgamers.com/Interviews/190/StarCraftIIDevelopersInterviewed?gr_i_ni" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Developers Talk"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-06-29&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Developers+Talk&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fwww.incgamers.com%2FInterviews%2F190%2FStarCraftIIDevelopersInterviewed%3Fgr_i_ni&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-50" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-50" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://pc.ign.com/articles/999/999171p1.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"No LAN for StarCraft II"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-06-29&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=No+LAN+for+StarCraft+II&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fpc.ign.com%2Farticles%2F999%2F999171p1.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-51" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-51" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://arstechnica.com/gaming/news/2009/06/new-details-game-play-elements-of-starcraft-2-revealed.ars" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"New details gameplay elements of StarCraft 2 revealed"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-06-29&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=New+details+gameplay+elements+of+StarCraft+2+revealed&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Farstechnica.com%2Fgaming%2Fnews%2F2009%2F06%2Fnew-details-game-play-elements-of-starcraft-2-revealed.ars&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-No_Lan-52" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-No_Lan_52-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Magrino, Tom (2009-06-30).&amp;nbsp;&lt;a class="external text" href="http://www.gamespot.com/news/6212765.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Starcraft 2&lt;/i&gt;&amp;nbsp;No LAN will be featured"&lt;/a&gt;.&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Gamespot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Gamespot"&gt;Gamespot&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-07-03&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Starcraft+2%27%27+No+LAN+will+be+featured&amp;amp;rft.atitle=&amp;amp;rft.aulast=Magrino&amp;amp;rft.aufirst=Tom&amp;amp;rft.au=Magrino%2C%26%2332%3BTom&amp;amp;rft.date=2009-06-30&amp;amp;rft.pub=%5B%5BGamespot%5D%5D&amp;amp;rft_id=http%3A%2F%2Fwww.gamespot.com%2Fnews%2F6212765.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-Possible_Lan-53" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Possible_Lan_53-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Parrish, Kevin (2009-08-24).&amp;nbsp;&lt;a class="external text" href="http://www.tomshardware.com/news/StarCraft-Blizzard-PC-Game-LAN,8527.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II, Diablo III Getting Pseudo-LAN"&lt;/a&gt;. TGDaily&lt;span class="reference-accessdate"&gt;. Retrieved 2009-08-25&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II%2C+Diablo+III+Getting+Pseudo-LAN&amp;amp;rft.atitle=&amp;amp;rft.aulast=Parrish&amp;amp;rft.aufirst=Kevin&amp;amp;rft.au=Parrish%2C%26%2332%3BKevin&amp;amp;rft.date=2009-08-24&amp;amp;rft.pub=TGDaily&amp;amp;rft_id=http%3A%2F%2Fwww.tomshardware.com%2Fnews%2FStarCraft-Blizzard-PC-Game-LAN%2C8527.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-54" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-54" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.gamepron.com/news/2010/04/27/starcraft-ii-play-only-against-your-neighbours/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II: Asia hosted servers for Australia"&lt;/a&gt;. GamePron.com. 2010-04-27&lt;span class="reference-accessdate"&gt;. Retrieved 2010-04-27&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II%3A+Asia+hosted+servers+for+Australia&amp;amp;rft.atitle=&amp;amp;rft.date=2010-04-27&amp;amp;rft.pub=GamePron.com&amp;amp;rft_id=http%3A%2F%2Fwww.gamepron.com%2Fnews%2F2010%2F04%2F27%2Fstarcraft-ii-play-only-against-your-neighbours%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-55" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-55" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.gamepron.com/news/2010/07/23/starcraft-ii-is-not-region-locked-in-australianz/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II is not region-locked in Australia/NZ"&lt;/a&gt;. GamePron.com. 2010-07-23&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-23&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+is+not+region-locked+in+Australia%2FNZ&amp;amp;rft.atitle=&amp;amp;rft.date=2010-07-23&amp;amp;rft.pub=GamePron.com&amp;amp;rft_id=http%3A%2F%2Fwww.gamepron.com%2Fnews%2F2010%2F07%2F23%2Fstarcraft-ii-is-not-region-locked-in-australianz%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-56" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-56" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.youtube.com/watch?v=pKBIyDr6w94#t=25s" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Starcraft 2 release date and World of Warcraft: Cataclysm"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-10-10&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Starcraft+2+release+date+and+World+of+Warcraft%3A+Cataclysm&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DpKBIyDr6w94%23t%3D25s&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-57" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-57" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.co-optimus.com/article/3423/Detailed_Battlenet_Preview_Unveils_New_Features.htmls" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Detailed Battle.net Preview Unveils New Features"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2010-03-02&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Detailed+Battle.net+Preview+Unveils+New+Features&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fwww.co-optimus.com%2Farticle%2F3423%2FDetailed_Battlenet_Preview_Unveils_New_Features.htmls&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;sup class="noprint Inline-Template" style="line-height: 1em;"&gt;&lt;span style="white-space: nowrap;" title=" since July 2010"&gt;[&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Linkrot" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia:Linkrot"&gt;dead link&lt;/a&gt;&lt;/i&gt;]&lt;/span&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li id="cite_note-58" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-58" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.gamepron.com/news/2010/05/05/battle-net-set-to-integrate-with-facebook/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Battle.net set to integrate with Facebook"&lt;/a&gt;. GamePron. 2010-05-05&lt;span class="reference-accessdate"&gt;. Retrieved 2010-05-05&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Battle.net+set+to+integrate+with+Facebook&amp;amp;rft.atitle=&amp;amp;rft.date=2010-05-05&amp;amp;rft.pub=GamePron&amp;amp;rft_id=http%3A%2F%2Fwww.gamepron.com%2Fnews%2F2010%2F05%2F05%2Fbattle-net-set-to-integrate-with-facebook%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-59" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-59" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://www.wired.com/epicenter/2009/12/vaporware-2009-inhale-the-fail/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Vaporware 2009"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-10-10&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Vaporware+2009&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fwww.wired.com%2Fepicenter%2F2009%2F12%2Fvaporware-2009-inhale-the-fail%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-60" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-60" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://us.blizzard.com/en-us/company/press/pressreleases.html?100503" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Blizzard press release"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2010-05-04&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Blizzard+press+release&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fus.blizzard.com%2Fen-us%2Fcompany%2Fpress%2Fpressreleases.html%3F100503&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-bnet1-61" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-bnet1_61-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;StarCraft Community Manager Karune (2009-05-28).&amp;nbsp;&lt;a class="external text" href="http://forums.battle.net/thread.html?topicId=17368010757&amp;amp;postId=173662590474&amp;amp;sid=3000#11" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Blizzard's Battle.net Forum"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2009-12-03&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Blizzard%27s+Battle.net+Forum&amp;amp;rft.atitle=&amp;amp;rft.aulast=StarCraft+Community+Manager+Karune&amp;amp;rft.au=StarCraft+Community+Manager+Karune&amp;amp;rft.date=2009-05-28&amp;amp;rft_id=http%3A%2F%2Fforums.battle.net%2Fthread.html%3FtopicId%3D17368010757%26postId%3D173662590474%26sid%3D3000%2311&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-62" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-62" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Justin Mann.&amp;nbsp;&lt;a class="external text" href="http://www.techspot.com/news/34601-starcraft-2-beta-signup-opens-today.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft 2 beta signup opens today"&lt;/a&gt;. Techspot.com.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+2+beta+signup+opens+today&amp;amp;rft.atitle=&amp;amp;rft.aulast=Justin+Mann&amp;amp;rft.au=Justin+Mann&amp;amp;rft.pub=Techspot.com&amp;amp;rft_id=http%3A%2F%2Fwww.techspot.com%2Fnews%2F34601-starcraft-2-beta-signup-opens-today.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-63" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-63" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Blizzard.&amp;nbsp;&lt;a class="external text" href="http://www.starcraft2.com/faq.xml" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;FAQ"&lt;/a&gt;. Blizzard Entertainment&lt;span class="reference-accessdate"&gt;. Retrieved 2009-09-23&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Starcraft+II%27%27+FAQ&amp;amp;rft.atitle=&amp;amp;rft.aulast=Blizzard&amp;amp;rft.au=Blizzard&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fwww.starcraft2.com%2Ffaq.xml&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-Morhaine_release2-64" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Morhaine_release2_64-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Sinclair, Brendan (2009-05-31).&amp;nbsp;&lt;a class="external text" href="http://e3.gamespot.com/story/6210427/starcraft-ii-by-end-of-2009-call-of-duty-expanding-to-new-genres" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;by end of 2009, Call of Duty expanding to new genres"&lt;/a&gt;. Gamespot&lt;span class="reference-accessdate"&gt;. Retrieved 2008-05-03&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Starcraft+II%27%27+by+end+of+2009%2C+Call+of+Duty+expanding+to+new+genres&amp;amp;rft.atitle=&amp;amp;rft.aulast=Sinclair&amp;amp;rft.aufirst=Brendan&amp;amp;rft.au=Sinclair%2C%26%2332%3BBrendan&amp;amp;rft.date=2009-05-31&amp;amp;rft.pub=Gamespot&amp;amp;rft_id=http%3A%2F%2Fe3.gamespot.com%2Fstory%2F6210427%2Fstarcraft-ii-by-end-of-2009-call-of-duty-expanding-to-new-genres&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-65" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-65" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://dailygamesnews.com/2009/11/no-starcraft-ii-beta-happening-in-2010.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"No StarCraft II beta In 2009"&lt;/a&gt;. Dailygamesnews.com. 2009-11-09&lt;span class="reference-accessdate"&gt;. Retrieved 2010-04-23&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=No+StarCraft+II+beta+In+2009&amp;amp;rft.atitle=&amp;amp;rft.date=2009-11-09&amp;amp;rft.pub=Dailygamesnews.com&amp;amp;rft_id=http%3A%2F%2Fdailygamesnews.com%2F2009%2F11%2Fno-starcraft-ii-beta-happening-in-2010.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-66" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-66" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://news.cnet.com/8301-13772_3-10455315-52.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Closed Beta Begins"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2010-02-18&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Closed+Beta+Begins&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fnews.cnet.com%2F8301-13772_3-10455315-52.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-67" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-67" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Smith, Mike (2010-02-22).&amp;nbsp;&lt;a class="external text" href="http://videogames.yahoo.com/events/plugged-in/starcraft-ii-beta-accounts-fetching-astronomical-prices/1390237" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;beta accounts fetching astronomical prices - Plugged In - Yahoo! Games"&lt;/a&gt;. Videogames.yahoo.com&lt;span class="reference-accessdate"&gt;. Retrieved 2010-04-23&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Starcraft+II%27%27+beta+accounts+fetching+astronomical+prices+-+Plugged+In+-+Yahoo%21+Games&amp;amp;rft.atitle=&amp;amp;rft.aulast=Smith&amp;amp;rft.aufirst=Mike&amp;amp;rft.au=Smith%2C%26%2332%3BMike&amp;amp;rft.date=2010-02-22&amp;amp;rft.pub=Videogames.yahoo.com&amp;amp;rft_id=http%3A%2F%2Fvideogames.yahoo.com%2Fevents%2Fplugged-in%2Fstarcraft-ii-beta-accounts-fetching-astronomical-prices%2F1390237&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-68" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-68" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://forums.battle.net/thread.html?topicId=23094049316&amp;amp;sid=5000" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Patch Notes - Beta Patch 9"&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 2010-04-24&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Patch+Notes+-+Beta+Patch+9&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fforums.battle.net%2Fthread.html%3FtopicId%3D23094049316%26sid%3D5000&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-Blizzcast_13-69" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-Blizzcast_13_69-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://us.blizzard.com/en-us/community/blizzcast/archive/episode13.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"BlizzCast Episode 13"&lt;/a&gt;. Blizzard Entertainment. February 25, 2010&lt;span class="reference-accessdate"&gt;. Retrieved February 25, 2010&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=BlizzCast+Episode+13&amp;amp;rft.atitle=&amp;amp;rft.date=February+25%2C+2010&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fus.blizzard.com%2Fen-us%2Fcommunity%2Fblizzcast%2Farchive%2Fepisode13.html&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-70" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-70" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Blizzard.&amp;nbsp;&lt;a class="external text" href="http://forums.battle.net/thread.html?topicId=23094049316&amp;amp;postId=259662834748&amp;amp;sid=5000#20" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"&lt;i&gt;Starcraft II&lt;/i&gt;&amp;nbsp;Latest News (Forum)"&lt;/a&gt;. Blizzard Entertainment&lt;span class="reference-accessdate"&gt;. Retrieved 13 July 2010&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=%27%27Starcraft+II%27%27+Latest+News+%28Forum%29&amp;amp;rft.atitle=&amp;amp;rft.aulast=Blizzard&amp;amp;rft.au=Blizzard&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fforums.battle.net%2Fthread.html%3FtopicId%3D23094049316%26postId%3D259662834748%26sid%3D5000%2320&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-71" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-71" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Blizzard.&amp;nbsp;&lt;a class="external text" href="http://forums.battle.net/thread.html?topicId=25135304348&amp;amp;sid=5000" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Beta Test Schedule Update"&lt;/a&gt;. Blizzard Entertainment&lt;span class="reference-accessdate"&gt;. Retrieved 28 May 2010&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Beta+Test+Schedule+Update&amp;amp;rft.atitle=&amp;amp;rft.aulast=Blizzard&amp;amp;rft.au=Blizzard&amp;amp;rft.pub=Blizzard+Entertainment&amp;amp;rft_id=http%3A%2F%2Fforums.battle.net%2Fthread.html%3FtopicId%3D25135304348%26sid%3D5000&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-72" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-72" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Blizzard.&amp;nbsp;&lt;a class="external text" href="http://forums.battle.net/thread.html?topicId=25626351010&amp;amp;sid=3000" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft II Beta Phase Two Begins"&lt;/a&gt;.&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Blizzard_Entertainment" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Blizzard Entertainment"&gt;Blizzard Entertainment&lt;/a&gt;&lt;span class="reference-accessdate"&gt;. Retrieved 7 July 2010&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft+II+Beta+Phase+Two+Begins&amp;amp;rft.atitle=&amp;amp;rft.aulast=Blizzard&amp;amp;rft.au=Blizzard&amp;amp;rft.pub=%5B%5BBlizzard+Entertainment%5D%5D&amp;amp;rft_id=http%3A%2F%2Fforums.battle.net%2Fthread.html%3FtopicId%3D25626351010%26sid%3D3000&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-73" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-73" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://n4g.com/news/570004/no-starcraft-ii-reviews-before-launch/com" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: underline;"&gt;"No StarCraft II Reviews Before Launch"&lt;/a&gt;. N4G&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-26&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=No+StarCraft+II+Reviews+Before+Launch&amp;amp;rft.atitle=&amp;amp;rft.pub=N4G&amp;amp;rft_id=http%3A%2F%2Fn4g.com%2Fnews%2F570004%2Fno-starcraft-ii-reviews-before-launch%2Fcom&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-74" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-74" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Kuchera, Ben.&amp;nbsp;&lt;a class="external text" href="http://arstechnica.com/gaming/news/2010/07/no-early-starcraft-2-reviews-well-be-playing-with-you.ars" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"No early StarCraft 2 reviews; we'll be playing with you"&lt;/a&gt;. Arstechnica.com&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-26&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=No+early+StarCraft+2+reviews%3B+we%27ll+be+playing+with+you&amp;amp;rft.atitle=&amp;amp;rft.aulast=Kuchera&amp;amp;rft.aufirst=Ben&amp;amp;rft.au=Kuchera%2C%26%2332%3BBen&amp;amp;rft.pub=Arstechnica.com&amp;amp;rft_id=http%3A%2F%2Farstechnica.com%2Fgaming%2Fnews%2F2010%2F07%2Fno-early-starcraft-2-reviews-well-be-playing-with-you.ars&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-75" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-75" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://gamercrave.com/early-starcraft-2-reviews-dont-bother-looking/3991/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Don’t Bother Looking for Early StarCraft II Reviews"&lt;/a&gt;. Gamercrave.com&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-26&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Don%E2%80%99t+Bother+Looking+for+Early+StarCraft+II+Reviews&amp;amp;rft.atitle=&amp;amp;rft.pub=Gamercrave.com&amp;amp;rft_id=http%3A%2F%2Fgamercrave.com%2Fearly-starcraft-2-reviews-dont-bother-looking%2F3991%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-76" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-76" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;a class="external text" href="http://pc.ign.com/articles/110/1102055p1.html" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Blizzard Announces&amp;nbsp;&lt;i&gt;Starcraft II: Wings of Liberty&lt;/i&gt;&amp;nbsp;Co-Marketing Campaign with Korean Air"&lt;/a&gt;. IGN. Retrieved July 6, 2010.&lt;/li&gt;&lt;li id="cite_note-77" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-77" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;Leahy, Brian.&amp;nbsp;&lt;a class="external text" href="http://www.shacknews.com/onearticle.x/64756" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Shacknews.com"&lt;/a&gt;. Shacknews.com&lt;span class="reference-accessdate"&gt;. Retrieved 2010-07-26&lt;/span&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Shacknews.com&amp;amp;rft.atitle=&amp;amp;rft.aulast=Leahy&amp;amp;rft.aufirst=Brian&amp;amp;rft.au=Leahy%2C%26%2332%3BBrian&amp;amp;rft.pub=Shacknews.com&amp;amp;rft_id=http%3A%2F%2Fwww.shacknews.com%2Fonearticle.x%2F64756&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-78" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-78" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://us.blizzard.com/en-us/company/press/pressreleases.html?100408" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"StarCraft®II: Wings of Liberty™ Collector's Edition Announced"&lt;/a&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=StarCraft%C2%AEII%3A+Wings+of+Liberty%E2%84%A2+Collector%27s+Edition+Announced&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fus.blizzard.com%2Fen-us%2Fcompany%2Fpress%2Fpressreleases.html%3F100408&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li id="cite_note-79" style="margin-bottom: 0.1em;"&gt;&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/StarCraft_II:_Wings_of_Liberty#cite_ref-79" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;^&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="citation web" style="font-style: normal; word-wrap: break-word;"&gt;&lt;a class="external text" href="http://starcraft.incgamers.com/blog/comments/korean-event-aftermaths-beta-phase-2-and-lan-play/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;"Korean Event Aftermaths, Beta Phase 2 and LAN play"&lt;/a&gt;.&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;amp;rft.genre=bookitem&amp;amp;rft.btitle=Korean+Event+Aftermaths%2C+Beta+Phase+2+and+LAN+play&amp;amp;rft.atitle=&amp;amp;rft_id=http%3A%2F%2Fstarcraft.incgamers.com%2Fblog%2Fcomments%2Fkorean-event-aftermaths-beta-phase-2-and-lan-play%2F&amp;amp;rfr_id=info:sid/en.wikipedia.org:StarCraft_II:_Wings_of_Liberty"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; color: black; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0.17em; padding-top: 0.5em; width: auto;"&gt;&lt;span class="editsection" style="float: right; font-size: 13px; margin-left: 5px;"&gt;[&lt;a href="http://en.wikipedia.org/w/index.php?title=StarCraft_II:_Wings_of_Liberty&amp;amp;action=edit&amp;amp;section=15" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Edit section: External links"&gt;edit&lt;/a&gt;]&lt;/span&gt;&lt;span class="mw-headline" id="External_links"&gt;External links&lt;/span&gt;&lt;/h2&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/bullet-icon.png?1); list-style-type: square; margin-bottom: 0.5em; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a class="external text" href="http://www.starcraft2.com/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;Official&amp;nbsp;&lt;i&gt;StarCraft II&lt;/i&gt;&amp;nbsp;website&lt;/a&gt;&amp;nbsp;at Blizzard Entertainment&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-6743293057883347157?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/6743293057883347157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/starcraft-ii-wings-of-liberty.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6743293057883347157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/6743293057883347157'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/starcraft-ii-wings-of-liberty.html' title='StarCraft II: Wings of Liberty'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-8741317838982470199</id><published>2010-07-26T11:18:00.000-07:00</published><updated>2010-07-26T11:19:24.704-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Article'/><title type='text'>How to Set Up a USB Printer</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;If you have purchased a printer in the last several years, chances are that it has a USB connection interface. USB&amp;nbsp;is the current standard for connecting all types of devices to modern desktop computers and laptops, including printers.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Setting up a USB printer is not difficult at all and is something that most people can do in just a few minutes. However, it does help to know the steps to installing the printer before you get started&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;a name='more'&gt;&lt;/a&gt; &lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;div class="sectionTitle FLC" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 3px; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 0px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 0px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; clear: both; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; height: auto; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; max-height: 1.2e+007px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px; vertical-align: baseline;"&gt;&lt;div class="Heading3a" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Georgia; font-size: 18px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Instructions&lt;/div&gt;&lt;/div&gt;&lt;div class="thingsYouNeed" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;h4 class="Heading4a" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Georgia; font-size: 16px; font-style: inherit; font-weight: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Things You'll Need:&lt;/h4&gt;&lt;ul class="BulletList" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; list-style-type: disc; margin-bottom: 0px; margin-left: 20px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;USB printer&lt;/span&gt;&lt;/li&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;USB printer cable&lt;/span&gt;&lt;/li&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Installation CD&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;ol id="intelliTxt" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 25px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;li id="jsArticleStep1" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;1&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Plug the AC adapter cable into the printer and an available electrical outlet. Load the tray with paper and turn the power on to the printer. Do not connect the USB printer cable to the printer or computer yet.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep2" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;2&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Install the printer ink or toner cartridges according to the directions in the installation or quick start guide. Allow the printer to cycle the cartridges and prepare them for use.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep3" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;3&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Insert the installation CD into the CD/DVD drive on your computer or laptop. Wait for the setup program to launch and then click the "Install Printer" or "Install Printer Driver" option on the display screen.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep4" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;4&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Wait for the program to prompt you to connect the printer. Then, plug the hexagonal end of the USB cable into the printer and the flat end of the cable into an empty USB port on your computer.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep5" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;5&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Continue to follow the on-screen instructions to complete the installation of the computer. If prompted to do so, reboot the computer. The printer is now available to print documents from within applications on your computer.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep6" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;6&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Open the printer information window in Windows XP by clicking on the "Start" button and then on the "Printers and Faxes" tab. In Windows Vista or Windows 7, click on the "Start" globe and then the "Devices and Printers" tab.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep7" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;7&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Right-click on the new USB printer under the "Printer and Faxes" section of the window and then left-click on the "Properties" option. Under the "General" tab on the printer properties window, click the "Print Test Page" option.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;reference :ehow.com&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-8741317838982470199?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/8741317838982470199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/how-to-set-up-usb-printer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/8741317838982470199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/8741317838982470199'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/how-to-set-up-usb-printer.html' title='How to Set Up a USB Printer'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-987637893871947021</id><published>2010-07-26T11:14:00.000-07:00</published><updated>2010-07-26T11:20:13.244-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Article'/><title type='text'>How to Connect to a Shared Printer on a Home Network with Windows Vista</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="intro FLC" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: both; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; height: auto; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; max-height: 1.2e+007px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;h1 class="Heading1a" id="nointelliTXT" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Georgia; font-size: 24px; font-style: inherit; font-weight: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;One of the more useful aspects of having a home network is being able to share a printer between computers. This article will show you how to connect to a shared printer on a home network with Windows Vista.&lt;a name='more'&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;&lt;div class="info" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;div class="Details" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;div id="intelliTxt" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="article FLC" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: both; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; height: auto; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; max-height: 1.2e+007px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;div class="sectionTitle FLC" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 3px; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 0px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 0px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; clear: both; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; height: auto; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; max-height: 1.2e+007px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px; vertical-align: baseline;"&gt;&lt;div class="difficulty" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia; font-size: 16px;"&gt;Things You'll Need:&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="thingsYouNeed" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;ul class="BulletList" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; list-style-type: disc; margin-bottom: 0px; margin-left: 20px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Windows Vista&lt;/span&gt;&lt;/li&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Home Network&lt;/span&gt;&lt;/li&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Another computer with a printer installed&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;ol id="intelliTxt" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; list-style-image: initial; list-style-position: initial; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;li id="jsArticleStep1" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;1&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Make sure that all computers on your network are in the same workgroup. If you don't know how to do this, see my article "How to Change Your Computer's Name and Workgroup in Microsoft Windows" that's linked in the Resources section below.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep2" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;2&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Make sure that all of the computers on your network have file and printer sharing enabled.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep3" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;3&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;If you haven't done so already, share the printer on your network from the computer that has the printer attached to it.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep4" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;4&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.4-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit4"&gt;&lt;img alt="Run dialog box" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.4-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="Run dialog box" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;div class="caption" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 10px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; width: 126px;"&gt;Run dialog box&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Bring up the "Run" dialog box by by holding down the Window key and pressing R.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep5" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;5&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.5-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit5"&gt;&lt;img alt="Opening the Printers page" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.5-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="Opening the Printers page" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;div class="caption" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 10px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; width: 126px;"&gt;Opening the Printers page&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;In the edit box next to "Open:" type "control printers" without the quotes and then hit enter. This will bring up the Printers page in your Control Panel.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep6" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;6&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.6-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit6"&gt;&lt;img alt="" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.6-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Double-click on "Add Printer".&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep7" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;7&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.7-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit7"&gt;&lt;img alt="Add printer dialog" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.7-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="Add printer dialog" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;div class="caption" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 10px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; width: 126px;"&gt;Add printer dialog&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;The Add Printer dialog will appear. Click on "Add a network, wireless, or Bluetooth printer".&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep8" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;8&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.8-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit8"&gt;&lt;img alt="" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.8-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;The Add Printer dialog box will read "Searching for Available Printers...". When the printer you want to connect to appears in the list, select it and click "Next". If the printer you want doesn't appear in the list, then you can click on "The printer that I want isn't listed" and enter the information manually.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep9" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;9&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.9-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit9"&gt;&lt;img alt="" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.9-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;A dialog box will appear that reads "Connecting to...". Wait for the connection to complete.&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep10" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;10&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.10-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit10"&gt;&lt;img alt="" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.10-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;After the connection is complete, the Add Printer dialog box will read "This printer has been installed...". If you want this printer to be your default printer, then check the "Set as the default printer" checkbox. Click "Next".&lt;/div&gt;&lt;/li&gt;&lt;li id="jsArticleStep11" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 10px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="stepBg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Step&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;11&lt;/span&gt;&lt;/div&gt;&lt;span class="image" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; display: inline; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 2px; margin-left: 0px; margin-right: 10px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;a href="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.11-800X800.jpg" rel="thinbox" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0364a4; cursor: pointer; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="#jsArticleStepImageCredit11"&gt;&lt;img alt="" src="http://i.ehow.com/images/a05/20/27/connect-home-network-windows-vista-1.11-120X120.jpg" style="border-bottom-color: rgb(221, 226, 230); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-color: initial; border-left-color: rgb(221, 226, 230); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 226, 230); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(221, 226, 230); border-top-style: solid; border-top-width: 1px; border-width: initial; float: left; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: baseline;" title="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 10px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;The Add Printer dialog box will say "You've successfully added...". If desired, you can print a test page. Otherwise, click "Finish". Congratulations, you should now be able to print to the shared network printer!&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;reference :ehow.com&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-987637893871947021?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/987637893871947021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/how-to-connect-to-shared-printer-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/987637893871947021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/987637893871947021'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/how-to-connect-to-shared-printer-on.html' title='How to Connect to a Shared Printer on a Home Network with Windows Vista'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-7847337046035972548</id><published>2010-07-26T11:10:00.000-07:00</published><updated>2010-07-26T11:10:44.076-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gadget'/><title type='text'>iPhone 4 review</title><content type='html'>&lt;div class="post_info" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 2px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div class="post_content_types" style="float: right; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 2px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: relative;"&gt;&lt;div class="post_icon" style="float: left; margin-bottom: 0px; margin-left: 5px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://www.engadget.com/galleries/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="clear" style="clear: both; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: relative;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="clear" style="clear: both; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: relative;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="post_body" style="font-family: georgia; font-size: 14px; letter-spacing: 0px; line-height: 19px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 10px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;a href="http://www.engadget.com/2010/06/22/iphone-4-review/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" border="1" hspace="4" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4main.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;The iPhone 4 is no small thing to review. As most readers of Engadget are well aware, in the gadget world a new piece of Apple hardware is a major event, preceded by rumors, speculation, an over-the-top announcement, and finally days, weeks, or months of anticipation from an ever-widening fan base. The iPhone 4 is certainly no exception -- in fact, it may be Apple's most successful launch yet, despite some bumps on the road. We've already seen Apple and AT&amp;amp;T's&amp;nbsp;&lt;a href="http://www.engadget.com/2010/06/15/iphone-4-pre-orderers-overwhelm-servers-world-on-the-brink-of-e/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;servers overloaded&lt;/span&gt;&lt;/a&gt;&amp;nbsp;on the first day of pre-orders, the ship date for the next set of phones&amp;nbsp;&lt;a href="http://www.engadget.com/2010/06/15/apple-iphone-4-pre-orders-now-sold-out/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;pushed back&lt;/span&gt;&lt;/a&gt;&amp;nbsp;due to&amp;nbsp;&lt;a href="http://www.engadget.com/2010/06/16/600-000-iphone-4s-pre-ordered-apple-apologizes-for-issues/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;high demand&lt;/span&gt;&lt;/a&gt;, and&amp;nbsp;&lt;a href="http://www.engadget.com/2010/06/17/first-iphone-4-camper-spotted-one-week-early/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;die-hard fans in line&lt;/span&gt;&lt;/a&gt;outside of Apple locations a week before the phone is actually available. It's a lot to live up to, and the iPhone 4 is doing its best -- with features like a super-fast A4 CPU, a new front-facing camera and five megapixel shooter on the back, a completely new industrial design, and that outrageous Retina Display, no one would argue that Apple has been asleep at the wheel. So the question turns to whether or not the iPhone 4 can live up to the intense hype. Can it deliver on the promises Steve Jobs made at WWDC, and can it cement Apple's position in the marketplace in the face of mounting competition from the likes of Google and Microsoft? We have the answers to those questions -- and many more -- in our full review, so read on to find out!&lt;br /&gt;&lt;div class="article_gallery" style="border-bottom-color: rgb(229, 229, 229); border-bottom-style: solid; border-bottom-width: 4px; border-left-color: rgb(229, 229, 229); border-left-style: solid; border-left-width: 4px; border-right-color: rgb(229, 229, 229); border-right-style: solid; border-right-width: 4px; border-top-color: rgb(229, 229, 229); border-top-style: solid; border-top-width: 4px; font-family: Arial, Helvetica, sans-serif; height: 126px; margin-bottom: 0px; margin-left: 40px; margin-right: 0px; margin-top: 20px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 541px;"&gt;&lt;div class="gallery_info" style="margin-bottom: 0px; margin-left: 10px; margin-right: 0px; margin-top: 5px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span class="gallery_title" style="display: block; padding-bottom: 3px; padding-left: 0px; padding-right: 0px; padding-top: 3px; text-align: left;"&gt;&lt;a href="http://www.engadget.com/photos/iphone-4-review-hands-on/" style="font-size: 12px; font-weight: bold; outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;iPhone 4 review hands-on&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="gallery_img_holder" style="margin-bottom: 0px; margin-left: 10px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108246" href="http://www.engadget.com/photos/iphone-4-review-hands-on/#3108246" rel="iphone-4-review-hands-on" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review80013_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108247" href="http://www.engadget.com/photos/iphone-4-review-hands-on/#3108247" rel="iphone-4-review-hands-on" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review80014_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108248" href="http://www.engadget.com/photos/iphone-4-review-hands-on/#3108248" rel="iphone-4-review-hands-on" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review80015_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108253" href="http://www.engadget.com/photos/iphone-4-review-hands-on/#3108253" rel="iphone-4-review-hands-on" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review80020_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108232" href="http://www.engadget.com/photos/iphone-4-review-hands-on/#3108232" rel="iphone-4-review-hands-on" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review8001_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;h3 style="font-family: Helvetica, sans-serif; font-size: 24px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Hardware&lt;/h3&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108152" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review60021.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;Perhaps the most notable change with the new iPhone is the drastic industrial design overhaul -- Apple seems to have completely rethought its strategy on how the phone should look and feel, and the results are nothing if not striking.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Industrial design&lt;/h5&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;br /&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108156" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review60037.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;In his WWDC keynote, Steve Jobs likened the design of the iPhone 4 to that of a "beautiful, old Leica camera," and as we've said before, he wasn't off the mark. Instead of hewing to the curved, plasticky, silver-bezeled look of the iPhone 3G and 3GS, the company has turned the casing and face of the device into something decidedly more detailed and sophisticated. From the design aesthetic through to the actual build process, Jony Ive and his team have reset what we expect in an iPhone, coming up with something that clearly harkens back to the retro-future Braun designs of Dieter Rams. The iPhone 4 is made up of three basic parts: two pieces of smooth, strengthened glass, and a stainless steel band which wraps around the sides, top, and bottom of the phone. The effect is clean but not simple, and Apple has added little details, like altered volume buttons (what used to be a rocker is now separated into circular clickers labeled + and -), and notches in that metal band which serve to improve radio connections (more on that in a minute). The phone is noticeably thinner than the 3GS at .37 inches compared to .48 inches, but it weighs the same 4.8 ounces, making the whole package seem tighter and denser. It feels great in your hand, with good heft, although it might take a little time to get used to the lack of a rounded back if you're coming from the 3G or 3GS.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108670" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review60060.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;We can't overstate how high-end the design of the iPhone 4 is. The 3GS now feels cheap and chubby by comparison, and even a phone like the HTC Droid Incredible -- which just came out -- seems last-generation.&lt;br /&gt;&lt;br /&gt;As we said, there are three main pieces of the phone, which together create an effect not wildly dissimilar to that of an ice cream sandwich. You know, but far pricier... and not edible. The face of the device is made up of extremely strong glass which Jony Ive says is "comparable in strength to sapphire crystal, but about 30 times harder than plastic." A small slit for the earpiece and the front-facing camera are embedded in the glass above the display, with the familiar home button towards the bottom -- a button we should note feels much clickier than on our 3GS. On the left side of the phone you've got the new volume buttons, a redesigned mute switch, and a small notch towards the base of the unit. On the right side is the Micro SIM slot and another notch in the band at the bottom, and up top there's the power / sleep button, headphone jack, another notch, and new noise-canceling microphone. Along the bottom is a speaker, microphone, and the 30-pin dock connector port. The backside of the phone is made from the same kind of ultra-strong glass as the front, interrupted only by the new five megapixel camera, its LED flash companion and, of course, the Apple logo.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108164" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review60025.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;Overall, the iPhone 4 outclasses pretty much every smartphone on the market in terms of industrial design. It just comes off like a far more expensive device, like a&amp;nbsp;&lt;a href="http://www.engadgetmobile.com/tag/mobiado" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;Mobiado&lt;/span&gt;&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="http://www.engadget.com/tag/vertu" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;Vertu&lt;/span&gt;&lt;/a&gt;&amp;nbsp;-- but better designed. And it's not just the way the phone looks; the materials&amp;nbsp;&lt;em&gt;feel&lt;/em&gt;&amp;nbsp;good -- premium -- in your hands. The first few days we had our test unit, we were definitely freaked out about dropping or losing the phone, and some of that had to do with the fact that it's just a really beautiful device to use and hold.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Internals&lt;/h5&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="0" hspace="4" src="http://www.blogcdn.com/www.engadget.com/media/2010/01/a4-apple-chip-top-1.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;It's not just the face of the phone that's undergone a transformation -- the iPhone 4 is all new inside as well. For starters, Apple has moved on from the Samsung-built ARM Cortex-A8-based CPU used in the 3GS to its custom A4 chip used in the iPad, which funnily enough... is an ARM Cortex-A8-based CPU. While the company hasn't yet said what the clock speed of the processor is, we're guessing it's something below the 1GHz touted for its tablet cousin. The phone is definitely snappier than the 3GS, so we're not about to volley complaints just yet -- in particular, graphics seemed to render faster, and overall responsiveness was slightly higher, though admittedly, it wasn't blowing the doors off the joint. It's certainly faster, but the 3GS wasn't hurting on speed to our eyes, so it's not as wildly noticeable a leap as the 3G to the 3GS.&lt;br /&gt;&lt;br /&gt;As usual, Apple isn't fessing up about the RAM situation, though we have on very good authority that the iPhone 4 has 512MB onboard, a big step up from the 256MB in the previous model and the iPad. We would have liked to see it futureproofed with something like 1GB, but then again, Apple's got to sell a new phone in a year. As far as internal storage goes, you can buy the new iPhone in either 16GB ($199 on contract) or 32GB ($299 on contract) capacity -- fine for now, but since the company has just introduced 30FPS 720p video recording, you could find yourself outgrowing that number pretty quickly. It's a little odd, in fact, that the company didn't double down here and bump the capacity to 64GB, as it's recently done with the iPod touch. In terms of wireless, the iPhone 4 is packed with an 802.11n WiFi radio, as well as a quad-band HSUPA chip and Bluetooth 2.1.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3109178" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review60022.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;The redesigned housing allows for a much larger lithium-ion battery on the inside, providing improved numbers for Apple's life ratings (more on that in a moment), though it's still not easily replaceable. Additionally, the new phone has those two new cameras (VGA up front, five megapixels with LED flash around back), a new second microphone used to combat background noise while on calls (similar to the Nexus One), a gyroscope in addition to the standard accelerometer, a light sensor, and a proximity sensor. As with the 3GS, an AGPS chip and compass are bundled somewhere in that tiny frame as well.&lt;br /&gt;&lt;br /&gt;Of course, the big internal story is what has become external: namely, the UMTS, GPS, WiFi, and Bluetooth antennas. Apple has made the stainless band around the phone essentially a couple of big antennae, and they seem to be doing a pretty good job at hanging onto radio signals. The big question is obviously whether or not this fixes or helps with the constant dropped calls iPhone users on AT&amp;amp;T's network have gotten used to. Well in our testing, we had far,&amp;nbsp;&lt;em&gt;far&lt;/em&gt;&amp;nbsp;fewer dropped calls than we experienced on our 3GS. Let's just say that again: yes, the iPhone 4 does seem to alleviate the dropped call issue. It wasn't perfect, and we had some connection issues in downtown New York City in particular, though it's tough to say if it was the fault of our phone, the cluster of buildings we were near, or the person we were speaking to, who was on a 3GS in the same location.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Display&lt;/h5&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108336" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/upclose.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;By now you should know that iPhone 4 has an all-new display, as well. Apple is calling the LED backlit, 960 x 640 IPS screen the "Retina Display" due to its high resolution and pixel density. At the same 3.5-inches as the older screens, the new display manages an insane 326ppi pixel density along with an 800:1 contrast ratio. Steve made a huge point about the science behind this technology during his keynote, claiming that the resolution of the screen essentially tops what is perceivable by the human eye. There have been&amp;nbsp;&lt;a href="http://www.engadget.com/2010/06/10/iphone-4s-retina-display-claim-put-under-the-math-microscope/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;some debates&lt;/span&gt;&lt;/a&gt;&amp;nbsp;as to whether or not this argument holds water, but we can tell you this: to our eyes, there has never been a more detailed, clear, or viewable screen on any mobile device.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108204" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/iconcompare.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;br /&gt;&lt;small&gt;&lt;em&gt;iPhone 3GS on the left, iPhone 4 on the right&lt;/em&gt;&lt;/small&gt;&lt;/div&gt;&lt;br /&gt;Not only are the colors and blacks deep and rich, but you simply cannot see pixels on the screen. Okay, if you take some macro camera shots or get right up in there you can make them out, but in general use, the screen is free of jaggies of any type, unless you're looking at a last-gen app that hasn't had its artwork updated. Text rendering is incredibly clear and clean -- webpages that would be line after line of pixelated content when zoomed out on a 3GS (say, Engadget or the&amp;nbsp;&lt;em&gt;New York Times&lt;/em&gt;) are completely readable on the iPhone 4, though the text is beyond microscopic. It's impressive, and doubly impressive when you look at higher-res graphics or watch 720p video on the phone -- the detail in moving images is particularly striking. What's nice is that most apps with text in them will benefit from this tech whether or not they've been updated, as long as they're using Apple's font rendering. Text in the Engadget app, for instance, looks cleaner, clearer, and much easier to read on the new iPhone.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108660" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/n1ip4.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;br /&gt;&lt;small&gt;&lt;em&gt;Nexus One up top, iPhone 4 below&lt;/em&gt;&lt;/small&gt;&lt;/div&gt;&lt;br /&gt;Because Apple is using IPS and LED technology for its screen, the iPhone 4 is mercifully visible in full sunlight, and performance in low light and at extreme viewing angles are favorable. Overall, you simply won't find a better display on a phone, and that's not just lip service.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Cameras&lt;/h5&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108413" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/pennyip4.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;The cameras on the new iPhone are going to be a topic of much debate, since this has been an area where Apple has been slow to innovate. The 3GS sported a measly three megapixel shooter with few bells and whistles (and no flash), and while it was fine for quick snaps, it wasn't an artist's tool by any means. The company finally seems to be listening to a public that's interested in leaving the point-and-shoot at home in favor of a phone with a capable camera, by adding a five megapixel shooter to the backside of the iPhone 4 and a VGA camera up front.&lt;br /&gt;&lt;br /&gt;Let's first take a look at the higher-res main camera. At his WWDC keynote, Jobs said that getting great looking images wasn't just about upping the camera's megapixels, but had more to do with grabbing more photons. Increase the photon count, let more light in, and your images will look better, the thought goes. So Apple's using a newer backside-illuminated sensor that's more sensitive to light in addition to upping those megapixels -- and we must say, pictures on the iPhone 4 look stunning. Our shots looked good right out of the gate, with few problems when it came to focusing or low light. With the flash on, we managed decent if somewhat blown out results (fairly common with smaller LED flashes) though impressively, the iPhone 4 was usually able to take completely useable and even handsome photos in fairly low light without the flash. It seems like that photon situation is definitely in play, because even shots taken in fairly dark lighting came out looking good. Autofocus worked well in most situations, and we were actually able to get some impressive looking macro shots (see the flowers and Penny below). In general, we'd have no trouble using the iPhone 4's camera as a stand-in for a dedicated camera. Not only did it take beautiful shots, but the A4 and iOS 4 combo have considerably sped up the time it takes to snap pictures -- it's now almost instantaneous. Otherwise, you have options for a 5x digital zoom (which produces results that look like a digital zoom) and basic on / off / auto settings for the flash. It's pretty bare bones, and we wouldn't have minded a few basic options like white balance settings -- but c'mon, this is Apple we're talking about. Luckily, the App Store is chock full of applications that improve upon the stock camera app -- we expect to see a handful of new ones that take advantage of the new sensor soon.&lt;br /&gt;&lt;div class="article_gallery" style="border-bottom-color: rgb(229, 229, 229); border-bottom-style: solid; border-bottom-width: 4px; border-left-color: rgb(229, 229, 229); border-left-style: solid; border-left-width: 4px; border-right-color: rgb(229, 229, 229); border-right-style: solid; border-right-width: 4px; border-top-color: rgb(229, 229, 229); border-top-style: solid; border-top-width: 4px; font-family: Arial, Helvetica, sans-serif; height: 126px; margin-bottom: 0px; margin-left: 40px; margin-right: 0px; margin-top: 20px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 541px;"&gt;&lt;div class="gallery_info" style="margin-bottom: 0px; margin-left: 10px; margin-right: 0px; margin-top: 5px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span class="gallery_title" style="display: block; padding-bottom: 3px; padding-left: 0px; padding-right: 0px; padding-top: 3px; text-align: left;"&gt;&lt;a href="http://www.engadget.com/photos/iphone-4-camera-shots/" style="font-size: 12px; font-weight: bold; outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;iPhone 4 camera shots&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="gallery_img_holder" style="margin-bottom: 0px; margin-left: 10px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108438" href="http://www.engadget.com/photos/iphone-4-camera-shots/#3108438" rel="iphone-4-camera-shots" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4snapshots11_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108439" href="http://www.engadget.com/photos/iphone-4-camera-shots/#3108439" rel="iphone-4-camera-shots" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4snapshots12_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108440" href="http://www.engadget.com/photos/iphone-4-camera-shots/#3108440" rel="iphone-4-camera-shots" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4snapshots13_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108442" href="http://www.engadget.com/photos/iphone-4-camera-shots/#3108442" rel="iphone-4-camera-shots" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4snapshots15_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="gallery_img" style="float: left; margin-bottom: 0px; margin-left: 1px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="3108443" href="http://www.engadget.com/photos/iphone-4-camera-shots/#3108443" rel="iphone-4-camera-shots" style="display: block; height: 88px; outline-color: initial; outline-style: none; outline-width: initial; position: relative; text-decoration: none; width: 103px;" title=""&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4snapshots16_103x88.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;As far as video goes, we were definitely impressed by the 720p capture, though there are stability issues with the lens and the all-too-familiar "jellyvision" CMOS issues that tend to rear their head if you're not holding the phone very steady. Still, we can't see carrying around a Flip HD instead of just keeping this in our pocket (though as we said, we'd like to see a higher storage capacity). Everything we shot looked crisp and mostly artifact-free, and we didn't see any hiccups in the 30 FPS rate Apple claims, even in lower light. Adding iMovie to the mix for on-the-fly editing is a nice touch too (more on that in the software section). The video below was shot and edited completely in-phone, so enjoy -- and&amp;nbsp;&lt;a href="http://podcasts.aolcdn.com/engadget/files/walking_around.mov" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;here's the raw output to download&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="358" id="viddler_47b831c0" style="padding-bottom: 10px; padding-left: 0px; padding-right: 0px; padding-top: 10px;" width="600"&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;Around front, the VGA camera is... well, a VGA camera. It actually does a fine job of capturing your face during video calls, and worked surprisingly well in low light, but it's not going to win any prizes for being the most advanced shooter on a handset. It does provide for some interesting angle options when it comes to video shooting, and we expect a lot of people will be taking advantage of the weirdly video game-like perspective. All in all, it looks good, but it's pretty utilitarian.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Speaker / earpiece&lt;/h5&gt;&lt;br /&gt;We've never had a particular problem with the speaker or earpiece on previous iPhones (well, the speakerphone has never been loud enough for our taste), but it's obvious that Apple has done some work on getting both call quality and speakerphone quality up. Beyond making the phone considerably and consistently louder in both places, the clarity of the iPhone 4 is noticeably improved from the previous generation. If you read our review, then you know that we thought Motorola's original Droid had some of the best sounding components we've heard on a phone, and the new iPhone definitely gives them a run for the money. The first time we took a call on the device we were walking down New York's extremely noisy Fifth Avenue, and right away it was obvious that the secondary, noise-canceling mic was doing some heavy lifting, at least on the other end of the line. Even though sirens were wailing behind us and we were surrounded by chatty shoppers, it was easy to hear our party on the other end, and they could hear us perfectly (unless we were lied to). There's clearly a difference between the sound in the earpiece on the new phone versus the 3GS, and it ranks highly against newer competition like the EVO. As far as the speakerphone goes, it gets loud without distorting or producing cutting midrange, a problem we've noticed on quite a few recent phones. We'd liken the iPhone 4 in quality to something along the lines of the BlackBerry Bold -- a bearable tone even when it gets hot.&lt;br /&gt;&lt;br /&gt;&lt;h3 style="font-family: Helvetica, sans-serif; font-size: 24px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Software&lt;/h3&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" height="550" hspace="4" id="vimage_3108549" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/sftwre.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" width="367" /&gt;&lt;/div&gt;As with the other revisions to Apple's phone line, the hardware is only half of the story. Along with the iPhone 4 comes&amp;nbsp;&lt;a href="http://www.engadget.com/tag/ios4" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;iOS 4&lt;/span&gt;&lt;/a&gt;, the re-branded iPhone OS which boasts loads of new features, most notably a very Apple-ized version of smartphone multitasking, a video calling feature dubbed FaceTime, folders so you can organize your apps, enhanced Mail, and lots of other nips and tucks -- both big and small -- that refine the company's growing operating system. Additionally, Apple has ported the iPad's iBooks to the smaller screen, and has created a new version of its popular iMovie just for the iPhone 4. Overall, the OS is still very much the same as it's always been, but there are some big changes here that bear investigation.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Multitasking&lt;/h5&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="358" id="viddler_e7dd1a83" style="padding-bottom: 10px; padding-left: 0px; padding-right: 0px; padding-top: 10px;" width="600"&gt;&lt;/object&gt;&lt;/div&gt;This is a big one, and more than just a little controversial. Since the dawn of apps for the iPhone (remember, way back in 2008?), people have been up in arms about the lack of third-party backgrounding for applications. Sure, you could keep Mail, Safari, iPod, and a few other Apple programs cranking while you used your phone, but those privileges were strictly off limits for third-party devs working on the device. It's arguable that one of the driving forces behind the jailbreaking movement was a desire for this feature -- something a phone as powerful as the iPhone was clearly capable of. Apple's argument has always been that multitasking causes an undue amount of battery drain from phones, and had to be approached with caution, lest we all end up with juiceless phones at high noon. Recently, however, that tune has changed. Apple has -- in true Apple fashion -- "figured out" how to "do multitasking right" -- namely, the company isn't allowing full backgrounding as much as it's allowing a handful of APIs that mimic backgrounding. Things like holding onto a GPS signal, letting music play in the background, staying connected to VoIP calls (or receiving them), and fast switching (basically a way for you to return quickly to exactly where you left off in an app).&lt;br /&gt;&lt;br /&gt;So, does Apple pull it off? Can this scarce handful of APIs makeup for true backgrounding? In a word: yep.&lt;br /&gt;&lt;br /&gt;Here's the thing -- this may not be "true" multitasking for a lot of us, but it amounts to multitasking for&lt;em&gt;most&lt;/em&gt;&amp;nbsp;of us. That is, it looks, feels, and acts like multitasking, so it's pretty tough to complain about it. In fact: we're not going to complain about it, especially given the fact that some of our favorite apps -- the IRC client Colloquy being one of them -- do just about exactly what we need them to do, all according to Apple's rules and regulations. Previous to the new OS, we'd been jailbreaking our phone just to keep an IRC session running in the background. Now, utilizing some of those new APIs, the Colloquy developers have created an elegant and useful solution that pleases both users and the Cupertino Cops. The point is: it works, it does so bug free, and without a major drain on battery life (quite the contrary... more on that in a moment). We're not saying we liked waiting for this kind of thing to come around, and yes, we'd prefer something more open and flexible -- but this works, and works well.&lt;br /&gt;&lt;br /&gt;So how is Apple making this magic happen? Here's a breakdown of just exactly what multitasking really means (and feels like) on the new iPhone (and the 3GS):&lt;br /&gt;&lt;ul style="list-style-image: initial; list-style-position: initial; list-style-type: disc; margin-bottom: 15px; margin-left: 35px; margin-right: 25px; margin-top: 15px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;Fast app switching:&lt;/strong&gt;&amp;nbsp;You know how you can leave off in Mail halfway through writing a response and go back to exactly where you were? Well that happens everywhere now. When you leave the app, you go back in&amp;nbsp;&lt;em&gt;exactly&lt;/em&gt;&amp;nbsp;the same place. And it happens quickly. Fast app switching is essentially like toggling between "paused" applications. This combined with Apple's new app switcher (double tap the home button to bring up your most recently used apps) destroys that annoying iPhone feeling of going in and out and in and out. It just doesn't exist anymore, provided all your apps are up to date, which is going to take some time. It's amazing how much this single feature counts -- it's definitely one of the prime movers here, and it's so simple it's stupid. We would have liked to see options for "favorite" apps or some way to prioritize what you're switching to, but once you get used to this system -- which just puts whatever you've used most recently to the far left -- it makes some sense.&lt;/li&gt;&lt;li style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;Task completion:&lt;/strong&gt;&amp;nbsp;Basically, task completion lets an app do its thing even if you leave it. So if you're uploading or downloading a picture in Evernote or Dropbox, or saving an article in the&lt;em&gt;New York Times&lt;/em&gt;&amp;nbsp;app, even if you navigate away, the job is done when you get back to the app. This accounts for a lot of what we think of as multitasking. Most of your apps are just idling -- it's only when you interact with them that it counts. We don't know the boundaries for this API, though it seems to leave a lot of room for creative use. We know it's not just big jobs, it's little ones too -- Colloquy uses this feature to keep you connected to your IRC host. To be honest, that kind of behavior is one thing we thought we&amp;nbsp;&lt;em&gt;wouldn't&amp;nbsp;&lt;/em&gt;see in iOS 4, and here it is. Hopefully Twitter app devs and other instant messaging clients will utilize the API in a similar manner.&lt;/li&gt;&lt;li style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;Background audio and VoIP:&lt;/strong&gt;&amp;nbsp;These two are straightforward. The first allows for music playing apps to keep their stream running in the background (and even gives them little widget controls in the app switcher), and the second allows VoIP connections to stay active. That means you can stay on a Skype call and go check your mail, but it also means that the VoIP connection will be aware of incoming calls when you're not actively using an app. Additionally, this API can be used to allow for recording even if you exit an app, as demonstrated effectively in the new version of Evernote.&lt;/li&gt;&lt;li style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;Background GPS:&lt;/strong&gt;&amp;nbsp;Basically, GPS apps can keep running in the background... for obvious reasons. This one will drain your battery if you're not docked -- but who's using a GPS app and not plugging that thing in? Okay, we might be a little guilty of that. Regardless, this will keep your navigation software afloat if you have to take a call, and apparently will let GPS-centric apps like FourSquare check in even if you're not running it in the foreground.&lt;/li&gt;&lt;/ul&gt;Apple combines these heavy hitters with more familiar tricks, like push notifications, to excellent effect. We know that the hardcore users will cry foul because a lot of this doesn't amount to "true" multitasking, but we also know that often solutions to problems come in different colors. Apple found a way in iOS 4 to solve a pretty good amount of its major problems in this department, and so far what we've seen is very promising. If it's only going to get better from here, we don't mind coming along for the ride. But it better&lt;em&gt;only get better&lt;/em&gt;, Apple.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;FaceTime&lt;/h5&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" height="550" hspace="4" id="vimage_3108588" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/facetime1.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" width="367" /&gt;&lt;/div&gt;If you didn't know anything about video calling, Apple would definitely have you convinced that they just up and invented the concept based on never-aired Jetsons footage judged too futuristic for TV. Of course, the truth is that in lots of other places (and even in the US to an extent), smartphone video calling isn't exactly a new thing. In fact, in much of Europe and Asia, this technology is old hat. But Apple isn't going to let a little thing like facts get in the way of a good marketing play, and in their (slight) defense, no one's effectively brought video calling to the masses just yet. (One of our European editors says that he's gone ten years without seeing anyone make a video call in his neck of the woods.) While this may be an unscientific perspective, it suggests that it's not enough to just have the tech -- the feature needs to be sold to people.&lt;br /&gt;&lt;br /&gt;So has Apple done it? Maybe, and maybe not. We're certainly impressed by the concept and Apple's willingness to open up their "FaceTime standard" to anyone who wants to get in on the party. That means that developers on any platform -- provided they can meet all the necessary requirements -- can create applications that talk via the protocol (or set of protocols, really). We're also impressed with the tech itself, which feels polished and slick out of the gate. But right now, there's only one way to do FaceTime calls, and that's via the iPhone 4... and only over WiFi, which means that the opportunity to make these calls is pretty limited for now. Additionally, in our testing, we found that you really need to have a good, strong,&amp;nbsp;&lt;em&gt;nearby&lt;/em&gt;&amp;nbsp;WiFi signal to hang onto a connection. More than once we had video freeze on us, and we had one fully dropped call because someone went out of the WiFi range, but hey... you need to be in range for even the most basic tasks, so we can't fault Apple too much for that. It does seem clear that the iPhone video chats are moving quite a few bits around, however. What's nice about FaceTime is that unlike Qik or other third-party options for something like the EVO, there's no setup here and it's completely integrated into the dialer of the phone -- meaning the only hangup is whether or not you have decent WiFi.&lt;br /&gt;&lt;br /&gt;But what is it&amp;nbsp;&lt;em&gt;like&lt;/em&gt;? Well in truth, it's actually a teensy bit amazing. Yes, we're a little numb to the PR speak about how game changing it is, but there's still something deeply sci-fi about dialing up a friend and being able to hold this thing in your hand and have a video chat. We did a call with Apple's Greg Joswiak while he was in Paris (see the image above), and when he walked outside and flipped the camera to show us the Eiffel Tower, it was a legitimately weird experience -- a "you are there" moment. As you can see in the call below with&amp;nbsp;&lt;em&gt;USA Today&lt;/em&gt;'s Ed Baig (his take on the iPhone 4 is&amp;nbsp;&lt;a href="http://www.usatoday.com/tech/columnist/edwardbaig/2010-06-22-iphone4-review_N.htm" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;right here&lt;/span&gt;&lt;/a&gt;), it's a pretty new way to talk to someone, at least for us. Having a random face-to-face conversation with a kid about what he's having for lunch is just the tip of the iceberg -- we can definitely see this feature coming into play in all sorts of ways in our lives.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="358" id="viddler_9c9c1a2e" style="padding-bottom: 10px; padding-left: 0px; padding-right: 0px; padding-top: 10px;" width="600"&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;Technically speaking, actually making calls is straightforward; you can switch to a FaceTime chat while you're already connected, or you're given to option to launch right into a FaceTime connection. We were a little surprised by the fact that you can only mute the audio on your calls; if you want the video off, you need to cover the lens in the old fashioned way -- with your hands.&lt;br /&gt;&lt;br /&gt;All said, it's a fascinating inclusion, and we've got a sneaking suspicion that Apple intends to do more than just basic calls with this. Obviously the addition of conference FaceTime sessions would be huge, and we're also looking forward to using the function on a 3G network -- it's nice to have a chat from your house, but what would really be great is taking these kinds of conversations out into the wide world. We think&amp;nbsp;&lt;em&gt;that&lt;/em&gt;&amp;nbsp;coupled with active development for clients on lots of platforms (not just the iPhone) will make FaceTime much more interesting -- it's a curiosity right now, but it could be something else entirely with a little time and elbow grease.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Folders&lt;/h5&gt;&lt;br /&gt;What can you really say about folders? Basically: it's about time. We're happy that Apple has seen the light and included something like this in iOS 4, and the implementation is elegant enough, but it would have been nice to store more than 12 items at a time. As it stands, if you have a lot of one kind of app, you're going to end up with a group of folders in the same category. We have a second "Games" folder, but some of you out there will have more like six or seven of those. That helps the problem, but doesn't solve it completely. We get why Apple made this decision -- likely a desire to keep it simple -- but it would be nice to be able to make the room if you wanted it.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Mail improvements&lt;/h5&gt;&lt;br /&gt;For a lot of us, the new tweaks to the iPhone's Mail app have seriously been a long time coming. Among the major improvements in iOS 4 are a unified inbox and threaded messaging (finally!) -- both of which have made dealing with email on the iPhone a considerably more enjoyable experience. We still think that the mail client is lacking in comparison to Gmail, but that has more to do with our addiction to Gmail than anything else, we suspect. Overall, Mail feels much more complete now, and Apple has solved the same problem in Mail that it had with app switching -- that feeling of constantly jumping into and out of your inboxes.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;iBooks / iMovie&lt;/h5&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108701" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/imovieiphone.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;This isn't a barnstormer, but it's a nice inclusion. If you've used iBooks for the iPad, the experience is about the same... just smaller. There's not a ton to say about it, except that in addition to lots of other great book apps on the iPhone, Apple has now given you its own. We still don't think it stacks up to Amazon or Barnes &amp;amp; Noble in terms of selection, though the presentation is better in many ways, and it will sync your notes and bookmarks across platforms.&lt;br /&gt;&lt;br /&gt;iMovie, on the other hand, is something new entirely. We can't say we didn't see this one coming since Apple just added video recording and editing to its arsenal with the introduction of iPhone OS 3 and the 3GS -- but this takes things one step further. The $4.99 app gives you access to more advanced features, like a (very) limited selection of transitions between clips, the option to add audio to your videos, plus a handful of themes and titling effects. We found it to be extremely capable for fast edits, though everything is pretty sandboxed here, so while you do have the most basic editing tools, things like splitting a clip can be a little bit of a hassle. Since you can only edit the beginning and end of a snippet, if you want to split something into multiple parts you have to drag the clip into your edit repeatedly and then scale the start and finish points for each one. It can be a pain if you're doing lots of jump cuts -- though we don't expect everyone to be making the next&amp;nbsp;&lt;em&gt;Casino&lt;/em&gt;&amp;nbsp;on this thing... though, someone probably will, right? For a few bucks, it's definitely worth having, and we expect that after a few people start using the thing, Apple might be prompted to add a few more options.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;What's not in the new OS&lt;/h5&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108779" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/screen-shot-2010-06-22-at-4.00.47-pm.png" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;It's not all wine and roses as far as we're concerned. While Apple has made huge strides in many areas here, this wouldn't be an Engadget review if we didn't have our nitpicks. In particular, we still cannot understand or accept the company's approach to notifications. We're at version 4 of this OS, and we're still plagued by these intrusive, productivity-freezing alerts. If you're as busy as we are, then you know what it's like to get invite after invite for your calendar, text messages, and push notifications that just stall the phone out. While every other modern OS-maker has figured out an elegant way to deal with notifications (including the forthcoming&amp;nbsp;&lt;a href="http://www.engadget.com/tag/WindowsPhone7/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;Windows Phone 7&lt;/span&gt;&lt;/a&gt;), Apple clings to this broken system. Why? We can't really say. We find it hard to believe that there aren't folks in Cupertino who feel the way we do -- in fact, we're sure of it. Maybe that explains&amp;nbsp;&lt;a href="http://www.engadget.com/2010/06/09/palm-loses-webos-notifications-architect-to-apple/" style="outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;the hiring of Palm's "notification guru"&lt;/span&gt;&lt;/a&gt;&amp;nbsp;Rich Dellinger. We sure hope!&lt;br /&gt;&lt;br /&gt;The other thing that's driving us crazy is the lack of widgets. Apple almost gets there with its new extensible music player controls, but there are still no good solutions for glanceable information on the iPhone. We'll admit that it's better now that fast app switching is in play, but we'd still like that weather icon to actually show us the temperature where we live. Is that too much to ask? The competition seems to have this one licked -- we'd really like to see Apple take a stab at it.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Accessories&lt;/h5&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108719" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/bumpers.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;It wouldn't be a new iPhone without some accessories, but Apple has kept it tidy. The company is offering a new dock, of course, for twenty-nine of your US dollars (that's $29), and a selection of colorful "bumpers" that protect the phone for the same price. We've got a few bumpers in-house, and while we're not really big fans of the way they look or feel, they do seem to protect the phone pretty well. On that note, we've actually seen the iPhone 4 tossed with and without a bumper across a room (one hit a wall) with no issue, and we dropped ours pretty hard from about two feet up onto tile with nary a scratch.&lt;br /&gt;&lt;br /&gt;&lt;h5 style="font-family: Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Battery life&lt;/h5&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108762" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/batterylife.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;This is a big one for many people, and we have some fairly surprising news to report. The battery life on the iPhone 4 has been outstanding thus far, exceeding our expectations for longevity during testing. We've only had a short time to use the phone, but in the week or so we've been carrying the device as our main phone, we've had pretty amazing results under normal to heavy use. In fact, we managed to squeeze more than 38 hours -- yes,&amp;nbsp;&lt;em&gt;38 hours&lt;/em&gt;&amp;nbsp;-- of life out of a single charge using the phone as we normally would. We're talking calls, some gaming, lots of push email and calendar invites, playing music over Bluetooth in the car, and just general testing (like downloading new apps, rearranging icons, tweaking settings). We went from 10:30AM on a Saturday morning till 1:00AM on Monday without needing to charge the phone. Of course, it switched itself off just after the clock struck 1, but it was thrilling -- like that episode of&amp;nbsp;&lt;em&gt;Seinfeld&lt;/em&gt;&amp;nbsp;where Kramer and the car salesman see how far they can get in a car with the tank on E. Sitcom references aside, the battery life seems markedly improved in the iPhone 4, and why not? It's got a much larger battery coupled with that iPad-powering A4, which has already shown that it can sip rather than gulp power.&lt;br /&gt;&lt;br /&gt;Once the rest of the team has their iPhones in hand, we'll do some hardcore battery life testing and see what we come up with, but we think under pretty active use, the iPhone 4 blows Apple's previous generation phone out of the water, and makes a lot of the competition look downright needy.&lt;br /&gt;&lt;br /&gt;&lt;h3 style="font-family: Helvetica, sans-serif; font-size: 24px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 5px;"&gt;Wrap-up&lt;/h3&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="1" hspace="4" id="vimage_3108803" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/ip4review60012.jpg" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 12px; margin-left: 15px; margin-right: 15px; margin-top: 0px;" vspace="4" /&gt;&lt;/div&gt;We're not going to beat around the bush -- in our approximation, the iPhone 4 is the best smartphone on the market right now. The combination of gorgeous new hardware, that amazing display, upgraded cameras, and major improvements to the operating system make this an extremely formidable package. Yes, there are still pain points that we want to see Apple fix, and yes, there are some amazing alternatives to the iPhone 4 out there. But when it comes to the total package -- fit and finish in both software and hardware, performance, app selection, and all of the little details that make a device like this what it is -- we think it's the cream of the current crop. We won't argue that a lot of this is a matter of taste -- some people will just prefer the way Android or Symbian works to the iPhone, and others will be on the lookout for a hardware keyboard or a particular asset that the iPhone 4 lacks -- but in terms of the total picture, it's tough to deny that Apple has moved one step past the competition with this phone. Of course, in the hyper-accelerated smartphone market where the Next Big Thing seems to always be just around the corner, it's anyone's guess how long they keep that edge&lt;/div&gt;&lt;div class="post_body" style="font-family: georgia; font-size: 14px; letter-spacing: 0px; line-height: 19px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 10px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;i&gt;reference : http://www.engadget.com&lt;/i&gt;&lt;/div&gt;&lt;div class="post_body" style="color: #444444; font-family: georgia; font-size: 14px; letter-spacing: 0px; line-height: 19px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 10px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/59087556486124052-7847337046035972548?l=skripsi-komputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skripsi-komputer.blogspot.com/feeds/7847337046035972548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/iphone-4-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/7847337046035972548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/59087556486124052/posts/default/7847337046035972548'/><link rel='alternate' type='text/html' href='http://skripsi-komputer.blogspot.com/2010/07/iphone-4-review.html' title='iPhone 4 review'/><author><name>skripsi-komputer</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-59087556486124052.post-8576826802390127978</id><published>2010-07-26T11:05:00.000-07:00</published><updated>2010-07-26T11:05:57.858-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gadget'/><title type='text'>BlackBerry Bold Review</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 20px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 1.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;If you were feverishly anticipating a cellphone this year, it was one of two phones:&amp;nbsp;&lt;a href="http://gizmodo.com/389384/blackberry-bold-aka-9000-officially-official" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #dc870e; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;this is the other one&lt;/a&gt;. That's because the&amp;nbsp;&lt;a class="autolink" href="http://gizmodo.com/tag/blackberrybold/" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #303030; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="Click here to read more posts tagged #blackberrybold"&gt;BlackBerry Bold&lt;/a&gt;&amp;nbsp;is RIM's most powerful, polished handset ever. With 3G, a glossy new UI, a&amp;nbsp;&lt;em style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;real&lt;/em&gt;&amp;nbsp;web browser, serious hardware and an almost beautiful body, the Bold doesn't redefine the BlackBerry experience, but it does elevate to the highest point its ever been.&lt;/div&gt;&lt;div class="gallery_preview" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 3px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;h3 style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;/h3&gt;&lt;a class="gp_img" href="http://gizmodo.com/photogallery/bboldreview/1003373230" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #dc870e; display: block; float: left; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;&lt;img alt="blackberry bold 9000" longdesc="http://gizmodo.com/5043058/blackberry%20bold%209000" src="http://cache-02.gawkerassets.com/assets/images/gallery/4/2008/08/smallish_2805857943_a673a469da_o.jpg" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(179, 179, 179); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(179, 179, 179); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(179, 179, 179); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(179, 179, 179); border-top-style: solid; border-top-width: 1px; clear: left; float: left; font-size: 12px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;" title="blackberry bold 9000" /&gt;&lt;/a&gt;&lt;a class="gp_img" href="http://gizmodo.com/photogallery/bboldreview/1003373197" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #dc870e; display: block; float: left; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;&lt;img alt="blackberry bold 9000" longdesc="http://gizmodo.com/5043058/blackberry%20bold%209000" src="http://cache-03.gawkerassets.com/assets/images/gallery/4/2008/08/smallish_2805858123_5da390ce59_o.jpg" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(179, 179, 179); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(179, 179, 179); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(179, 179, 179); border-right-style: solid; border-right-width: 1px; border-style: initial; border-top-color: rgb(179, 179, 179); border-top-style: solid; border-top-width: 1px; clear: left; float: left; font-size: 12px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;" title="blackberry bold 9000" /&gt;&lt;/a&gt;&lt;a class="gp_img" href="http://gizmodo.com/photogallery/bboldreview/1003373186" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #dc870e; display: block; float: left; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;&lt;img alt="blackberry bold 9000" longdesc="http://gizmodo.com/5043058/blackberry%20bold%209000" src="http://cache-04.gawkerassets.com/assets/images/gallery/4/2008/08/smallish_2806707204_66c346b256_o.jpg" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial init
