<?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:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7948752712969625350</id><updated>2025-12-08T03:58:45.863-08:00</updated><category term="health"/><category term="Computer Software"/><category term="technology"/><category term="Adobe"/><category term="Xbox"/><category term="Featured"/><category term="World"/><category term="nature"/><category term="travel"/><category term="E-Readers"/><category term="Health Benefits"/><category term="Healthy Living"/><category term="News"/><category term="Apple"/><category term="Blog Review"/><category term="Entertainment"/><category term="Finance"/><category term="Google Glass"/><category term="Kerala"/><category term="Software"/><category term="Tablet"/><category term="Web Reader"/><category term="Website Review"/><category term="Android Apps"/><category term="Cars"/><category term="Egypt"/><category term="Fashion"/><category term="Ideal web reader for Android Apps"/><category term="Kindle"/><category term="Laravel"/><category term="Mobile Devices"/><category term="Natural Voice Reader"/><category term="Online Reader"/><category term="PDF Reader"/><category term="Photography"/><category term="Professions List"/><category term="Programming"/><category term="Research"/><category term="Samsung Galaxy"/><category term="Screen Readers"/><category term="Smart TV Channel List"/><category term="Smartphones"/><category term="Smartwatch"/><category term="Space"/><category term="Television"/><category term="UAE"/><category term="Video Conferencing"/><category term="Wildlife Park"/><category term="Zynga"/><category term="automotive"/><category term="food"/><category term="iWatch"/><category term="iWeb Themes"/><category term="iWeb widgets"/><category term="india"/><category term="web marketing"/><title type='text'>iWeb Reader</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>128</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-1172723826063128270</id><published>2021-12-19T10:39:00.001-08:00</published><updated>2021-12-19T10:39:15.816-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Laravel"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>How to fix Laravel 8 blog post UI paginate problem?</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjORSTkn6oN2KuPHiTkQrzAgOfhd9w-xbfRJS1wUl1qpwvMrlA1IPsQXxSFU8Z4oXvp9ud5KrDknokgJ9ALWEaoo5A5mSISxOQpDLnlR0IlOKoI4wZpSAvvf48mLWUzxQaPNGFheN2qEr-FMYk2D44Yw9JuK4cH9HdT7oYCVw1J7wQ2UdH2ihjSrrQC=s1920&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1021&quot; data-original-width=&quot;1920&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjORSTkn6oN2KuPHiTkQrzAgOfhd9w-xbfRJS1wUl1qpwvMrlA1IPsQXxSFU8Z4oXvp9ud5KrDknokgJ9ALWEaoo5A5mSISxOQpDLnlR0IlOKoI4wZpSAvvf48mLWUzxQaPNGFheN2qEr-FMYk2D44Yw9JuK4cH9HdT7oYCVw1J7wQ2UdH2ihjSrrQC=w400-h213&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;There are several ways to paginate items like for use in blog list. The simplest is by using the paginate method on the query builder or an Eloquent model.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had a problem while trying out the recently released laravel 8, I&#39;m trying to find out what the changes are and how it works. When I did that I had a problem with the paginate laravel 8 UI getting messy and somehow it happened. Is there anyone who can help me? or have experienced the same thing?&lt;/p&gt;&lt;p&gt;the code I use &quot;Index.blade.php&quot;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;@extends(&#39;layouts.app&#39;)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;@section(&#39;title&#39;, &#39;Post&#39;)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;@section(&#39;contents&#39;)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;container&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;row&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @foreach ($posts as $post)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;col-md-4 mb-4&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;row&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;card mb-4&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;card-header&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{ $post-&amp;gt;title }}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;card-body&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{ $post-&amp;gt;body }}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;card-footer&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{ $post-&amp;gt;created_at-&amp;gt;diffForHumans() }}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @endforeach&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class=&quot;d-felx justify-content-center&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{ $posts-&amp;gt;links() }}&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;@endsection&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;code used for PostController&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre class=&quot;lang-php s-code-block&quot; style=&quot;border-radius: 5px; border: 0px; box-sizing: inherit; color: var(--highlight-color); font-family: var(--ff-mono); font-size: 13px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: 1.30769; margin-bottom: 0px; margin-top: 0px; max-height: 600px; overflow-wrap: normal; overflow: auto; padding: 12px; vertical-align: baseline; width: auto;&quot;&gt;&lt;code class=&quot;hljs language-php&quot; style=&quot;border: 0px; box-sizing: inherit; font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; white-space: inherit;&quot;&gt;&lt;span class=&quot;hljs-meta&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&amp;lt;?php&lt;/span&gt;

&lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;namespace&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;App&lt;/span&gt;\&lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Http&lt;/span&gt;\&lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Controllers&lt;/span&gt;;

&lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;use&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;App&lt;/span&gt;\&lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Models&lt;/span&gt;\&lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Posts&lt;/span&gt;;
&lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;use&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Illuminate&lt;/span&gt;\&lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Http&lt;/span&gt;\&lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Request&lt;/span&gt;;

&lt;span class=&quot;hljs-class&quot; style=&quot;border: 0px; box-sizing: inherit; font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;PostsController&lt;/span&gt; &lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;extends&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Controller&lt;/span&gt;
&lt;/span&gt;{
    &lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;hljs-function&quot; style=&quot;border: 0px; box-sizing: inherit; font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;function&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-literal); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;index&lt;/span&gt;(&lt;span class=&quot;hljs-params&quot; style=&quot;border: 0px; box-sizing: inherit; font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;)
    &lt;/span&gt;{
        &lt;span class=&quot;hljs-variable&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-variable); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;$posts&lt;/span&gt; = Posts::latest()-&amp;gt;paginate(&lt;span class=&quot;hljs-number&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-namespace); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;6&lt;/span&gt;);
        &lt;span class=&quot;hljs-comment&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-comment); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;// dd($post);&lt;/span&gt;
        &lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;return&lt;/span&gt; view(&lt;span class=&quot;hljs-string&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-variable); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&#39;post.index&#39;&lt;/span&gt;, compact(&lt;span class=&quot;hljs-string&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-variable); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&#39;posts&#39;&lt;/span&gt;));
    }
}&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;lang-php s-code-block&quot; style=&quot;border-radius: 5px; border: 0px; box-sizing: inherit; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: 1.30769; margin-bottom: 0px; margin-top: 0px; max-height: 600px; overflow-wrap: normal; overflow: auto; padding: 12px; vertical-align: baseline; width: auto;&quot;&gt;&lt;code class=&quot;hljs language-php&quot; style=&quot;border: 0px; box-sizing: inherit; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;If you are using Bootstrap add this code in your  &quot;app/Providers/AppServiceProvider&quot;

use Illuminate\Pagination\Paginator;

public function boot()
{
     Paginator::useBootstrap();
}
and you&#39;re good to go.&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;lang-php s-code-block&quot; style=&quot;border-radius: 5px; border: 0px; box-sizing: inherit; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: 1.30769; margin-bottom: 0px; margin-top: 0px; max-height: 600px; overflow-wrap: normal; overflow: auto; padding: 12px; vertical-align: baseline; width: auto;&quot;&gt;&lt;code class=&quot;hljs language-php&quot; style=&quot;border: 0px; box-sizing: inherit; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;p style=&quot;background-color: white; border: 0px; box-sizing: inherit; clear: both; color: #232629; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, sans-serif; font-size: 15px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: inherit; margin-bottom: var(--s-prose-spacing); margin-left: 0px; margin-right: 0px; margin-top: 0px; padding: 0px; vertical-align: baseline; white-space: normal;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; border: 0px; box-sizing: inherit; clear: both; color: #232629; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, sans-serif; font-size: 15px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: inherit; margin-bottom: var(--s-prose-spacing); margin-left: 0px; margin-right: 0px; margin-top: 0px; padding: 0px; vertical-align: baseline; white-space: normal;&quot;&gt;If you tried doing adding the Paginator::useBootstrap(); in the AppServiceProvider.php and if it&amp;nbsp; didn&#39;t work try below directly in your blade file.&lt;/p&gt;&lt;pre class=&quot;lang-php s-code-block&quot; style=&quot;border-radius: 5px; border: 0px; box-sizing: inherit; color: var(--highlight-color); font-family: var(--ff-mono); font-size: 13px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: 1.30769; margin-bottom: 0px; margin-top: 0px; max-height: 600px; overflow-wrap: normal; overflow: auto; padding: 12px; vertical-align: baseline; width: auto;&quot;&gt;&lt;code class=&quot;hljs language-php&quot; style=&quot;border: 0px; box-sizing: inherit; font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; white-space: inherit;&quot;&gt;&lt;span class=&quot;hljs-comment&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-comment); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;// Directly in your blade file&lt;/span&gt;
&lt;span class=&quot;hljs-variable&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-variable); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;$posts&lt;/span&gt;-&amp;gt;links(&lt;span class=&quot;hljs-string&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-variable); font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&#39;pagination::bootstrap-4&#39;&lt;/span&gt;)&lt;/code&gt;&lt;/pre&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;lang-php s-code-block&quot; style=&quot;border-radius: 5px; border: 0px; box-sizing: inherit; color: var(--highlight-color); font-family: var(--ff-mono); font-size: 13px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: 1.30769; margin-bottom: 0px; margin-top: 0px; max-height: 600px; overflow-wrap: normal; overflow: auto; padding: 12px; vertical-align: baseline; width: auto;&quot;&gt;&lt;code class=&quot;hljs language-php&quot; style=&quot;border: 0px; box-sizing: inherit; font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline; white-space: inherit;&quot;&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/1172723826063128270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2021/12/how-to-fix-laravel-8-blog-post-ui.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1172723826063128270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1172723826063128270'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2021/12/how-to-fix-laravel-8-blog-post-ui.html' title='How to fix Laravel 8 blog post UI paginate problem?'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjORSTkn6oN2KuPHiTkQrzAgOfhd9w-xbfRJS1wUl1qpwvMrlA1IPsQXxSFU8Z4oXvp9ud5KrDknokgJ9ALWEaoo5A5mSISxOQpDLnlR0IlOKoI4wZpSAvvf48mLWUzxQaPNGFheN2qEr-FMYk2D44Yw9JuK4cH9HdT7oYCVw1J7wQ2UdH2ihjSrrQC=s72-w400-h213-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-1710131135676962927</id><published>2020-04-06T12:35:00.002-07:00</published><updated>2020-04-06T12:35:42.809-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="technology"/><category scheme="http://www.blogger.com/atom/ns#" term="Video Conferencing"/><title type='text'>Use Zoom at your own risk: Security and Privacy concerns revealed </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhihKk4_uYY4qzKlyiwP9pl6ZH9B25rURxmSrFJRhkQmvvYwFa30kKALS93oeZh6qZyWi_YQiug1EnhYt_D58bYa0sFJ2wKTrVhv8H6ciS7244XhHui7yC2oDNQB_7gVopyfSHQOfYlk1Y/s1600/320x0w.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;320&quot; data-original-width=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhihKk4_uYY4qzKlyiwP9pl6ZH9B25rURxmSrFJRhkQmvvYwFa30kKALS93oeZh6qZyWi_YQiug1EnhYt_D58bYa0sFJ2wKTrVhv8H6ciS7244XhHui7yC2oDNQB_7gVopyfSHQOfYlk1Y/s1600/320x0w.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Zoom has been working to fix its security issues but there’s still quite a lot that’s unresolved. (Zoom)&lt;br /&gt;
&lt;br /&gt;
Zoom video conferencing has been the talk of the town for weeks now. Due to the ongoing lockdown globally, Zoom’s popularity quickly shot up as people used it for meetings and students for online classes. However, Zoom was soon discovered to have many security loopholes.&lt;br /&gt;
&lt;br /&gt;
Zoom’s CEO Eric S. Yuan even apologised for all the security issues that the video conferencing app was packed with. Zoom also announced a 90-day feature freeze to focus on security and privacy. The company also rolled out two new features aimed at making the app more secure. However, schools in the US decided to ban the video conferencing app for their online classes.&lt;br /&gt;
&lt;br /&gt;
If you’re still using Zoom, these are some security issues you should be aware of.&lt;br /&gt;
&lt;br /&gt;
Zoombombing&lt;br /&gt;
&lt;br /&gt;
Probably the most popular Zoom security issue is zoombombing which lets just anyone easily hack into meetings and show inappropriate content. While the meeting host can remove these users from the meetings, they often come back with new accounts. This is possible because Zoom requires meeting IDs which if out in the open becomes very vulnerable.&lt;br /&gt;
&lt;br /&gt;
To fix this, Zoom actually rolled out two new features which enhances the usage of passwords for video meetings. It’s also advised that users don’t share meeting IDs in public, and keep them password protected.&lt;br /&gt;
&lt;br /&gt;
End-to-end encryption&lt;br /&gt;
&lt;br /&gt;
A report by The Intercept revealed that Zoom’s meetings aren’t end-to-end encrypted as the company claimed. Zoom later clarified that it’s concept of end-to-end encryption is different from other companies. In simple terms, Zoom data is decrypted at the server which makes it possible for the company to see and hear conversations. The company however assured that it doesn’t decrypt user transmissions.&lt;br /&gt;
&lt;br /&gt;
Email addresses, profile photos leak&lt;br /&gt;
&lt;br /&gt;
Users who share the same email domain will find their email addresses in a universal company folder which is visible to all the members. This doesn’t work for major email clients like Gmail, Yahoo, Hotmail or Outlook.&lt;br /&gt;
&lt;br /&gt;
But this isn’t the case for users who use small email clients. It happened to Dutch Zoom users who could see information like email addresses, usernames and even photos of them and others in the company folder. These users reportedly used ISP-provided email addresses&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/1710131135676962927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/04/use-zoom-at-your-own-risk-security-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1710131135676962927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1710131135676962927'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/04/use-zoom-at-your-own-risk-security-and.html' title='Use Zoom at your own risk: Security and Privacy concerns revealed '/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhihKk4_uYY4qzKlyiwP9pl6ZH9B25rURxmSrFJRhkQmvvYwFa30kKALS93oeZh6qZyWi_YQiug1EnhYt_D58bYa0sFJ2wKTrVhv8H6ciS7244XhHui7yC2oDNQB_7gVopyfSHQOfYlk1Y/s72-c/320x0w.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-1552970001766103526</id><published>2020-04-03T07:36:00.000-07:00</published><updated>2020-04-03T07:37:09.960-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cars"/><category scheme="http://www.blogger.com/atom/ns#" term="Featured"/><title type='text'>MGHS named &#39;Car of the Year 2020&#39; in the Middle East</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7lP8K-5SUeSF-DApPJG8Tyzz0XxhwzzeXUlIw_6QLpJjywpxULpLBDWR_VNmda62-UZ0-DVt3FCFe29GHV_rDBMIoueENcJRaRxV7kXrXBf8VAivOiX-4u8JcqYjj6uhzmMpmdyRgBjs/s1600/mg_hs.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;682&quot; data-original-width=&quot;1500&quot; height=&quot;145&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7lP8K-5SUeSF-DApPJG8Tyzz0XxhwzzeXUlIw_6QLpJjywpxULpLBDWR_VNmda62-UZ0-DVt3FCFe29GHV_rDBMIoueENcJRaRxV7kXrXBf8VAivOiX-4u8JcqYjj6uhzmMpmdyRgBjs/s320/mg_hs.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The MG Motor Group has achieved one of the most prestigious awards in the automotive world, which lies in the fact that its MG HS won the title of “Car of the Year 2020” granted by a jury that included a group of the most prominent specialists in the regional automotive sector.&lt;br /&gt;
&lt;br /&gt;
In addition to this, the MG HS won the award for &quot;Best Integrated Crossover&quot;, and the new &quot;Car of the Year&quot; in the Middle East is characterized by being designed to introduce sporty features back into the SUV, and during the following lines the most prominent specifications Of the car.&lt;br /&gt;
&lt;br /&gt;
The car comes with a powerful 2.0-liter turbocharged engine that produces 231 horsepower.&lt;br /&gt;
&lt;br /&gt;
The car has a dynamic design and includes a wide range of wonderful features, including a wide panoramic sunroof, which is the best and largest in its class, driver and front passenger sport seats for the races, integrated with the luxurious Alcantara with the feature of electrically adjusting the position.&lt;br /&gt;
&lt;br /&gt;
MG HS holds a five-star certification in the European Safety and Security Test (EURO-NCAP).&lt;br /&gt;
&lt;br /&gt;
The car comes with many safety and security features in addition to many advantages including (rear view camera, rear parking sensors, cruise control, hill climb assistance, off-road warning and airbags, sports red brake pads, exclusively, and headlights LED backlight, sequential, 10.1-inch high-definition touch screen for infotainment system with Apple Car Play and Android Auto features combined with 12.3-inch screen within the dashboard of the Premium Class).&lt;br /&gt;
&lt;br /&gt;
While the MG5 was awarded the &quot;Best Compact Sedan&quot; award, the announcement of the &quot;Middle East Car of the Year&quot; awards is a stunning achievement for MG, which officially returned to the region only in 2015.&lt;br /&gt;
&lt;br /&gt;
Commenting on this, Saeed Al Marzouqi, Chairman of the Organizing Committee for the Car Awards of the Year in the Middle East, said: “MG as a brand is now making a huge impact in the overall scene of the Middle East’s automotive sector. There is a huge demand in record numbers for the purchase of its range of premium new models in various Throughout the region, the jury members have had the opportunity to try themselves and get to know first-hand the true quality of the new MG range.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0LAocioJ_BYH9qIaWLJ3MwY-5_JAveWQKUq8R04Thl-JCFn92k_3tiMDw1vfUqbGcYQ6u0aw39TijAC9bfH-JTQ7ATMsC2aMttzJqtuxtHxDQuAN5k56RbV5kSGfT1NWC6R8rl5ybKSA/s1600/MG_HS_China_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1065&quot; data-original-width=&quot;1600&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0LAocioJ_BYH9qIaWLJ3MwY-5_JAveWQKUq8R04Thl-JCFn92k_3tiMDw1vfUqbGcYQ6u0aw39TijAC9bfH-JTQ7ATMsC2aMttzJqtuxtHxDQuAN5k56RbV5kSGfT1NWC6R8rl5ybKSA/s320/MG_HS_China_2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxaGLlcQE5hAvmDK5_-bsmLwFCXLNGDfgdzMihkG-1UfwHfFrX9sJOd4qPCBEkPFa3Z-Y_yYOgB_FG-SSPRMPpdB28Tph9MU2JLz6X4IFPUdJRGn6GZe88KcLNfpDNlmnhLlsBL4uOi9g/s1600/mghs_me_2t_4wd_lux_red_exterior_front_45_v2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxaGLlcQE5hAvmDK5_-bsmLwFCXLNGDfgdzMihkG-1UfwHfFrX9sJOd4qPCBEkPFa3Z-Y_yYOgB_FG-SSPRMPpdB28Tph9MU2JLz6X4IFPUdJRGn6GZe88KcLNfpDNlmnhLlsBL4uOi9g/s320/mghs_me_2t_4wd_lux_red_exterior_front_45_v2.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXNebZSE-0m9CW7nMBQ7SPFWdTlnMarGIMVlaFkb2_nWUEgZDD5sptwrU4p2VlMBlAb3VPlTDye5BphPvGIXyYXibJbkbKfspecnd_Qn6lHhQ3VW6P_xAeaTRQvefyiHysamB2VMclCaQ/s1600/exterior.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;365&quot; data-original-width=&quot;487&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXNebZSE-0m9CW7nMBQ7SPFWdTlnMarGIMVlaFkb2_nWUEgZDD5sptwrU4p2VlMBlAb3VPlTDye5BphPvGIXyYXibJbkbKfspecnd_Qn6lHhQ3VW6P_xAeaTRQvefyiHysamB2VMclCaQ/s320/exterior.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEPhBSbJX5iJFpHNisIiuIVbxyx8YewYTsLTgxv6jSpBGR1xz1Noqh9EGWtNX83cPyv4cSbt55okMLdnCtIiykDFSFLk-AIr8Jl-FJh3q6kYZcacQLev6z0bRlnfjF3km6q_tn1ZhCHmA/s1600/mghs_me_2t_4wd_lux_red_exterior_overhead_kv_v2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEPhBSbJX5iJFpHNisIiuIVbxyx8YewYTsLTgxv6jSpBGR1xz1Noqh9EGWtNX83cPyv4cSbt55okMLdnCtIiykDFSFLk-AIr8Jl-FJh3q6kYZcacQLev6z0bRlnfjF3km6q_tn1ZhCHmA/s320/mghs_me_2t_4wd_lux_red_exterior_overhead_kv_v2.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCWH2c0fAVKXo4_F4Jt6JU3raEgYRRyJX9QQBCZS8K8iMNq3xu8aW5L6cZKXhhymHbEBNGFT48y2dbnzsF9xhEXzv89ydYKXGPZNW6zML97WD9t_BeQYEHAMNCyraP5Z4uAdd0VdzaBCk/s1600/mghs_me_2t_4wd_lux_red_exterior_power_liftgate_v2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCWH2c0fAVKXo4_F4Jt6JU3raEgYRRyJX9QQBCZS8K8iMNq3xu8aW5L6cZKXhhymHbEBNGFT48y2dbnzsF9xhEXzv89ydYKXGPZNW6zML97WD9t_BeQYEHAMNCyraP5Z4uAdd0VdzaBCk/s320/mghs_me_2t_4wd_lux_red_exterior_power_liftgate_v2.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr99oRYGdP7j_d_SxRjVAEE2YMZl4ZLZuxSFfICo4qO2WTVcmyW9KamTR2sf0FXG6P5G8dpEBcNsvdY1v-U39zMKJmSgnfyTNfQwCTWabChC4CG9pnP8qKpS3sJiAXJU-I43p6aUeSULY/s1600/mghs_me_2t_4wd_lux_red_exterior_rear_45_v2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr99oRYGdP7j_d_SxRjVAEE2YMZl4ZLZuxSFfICo4qO2WTVcmyW9KamTR2sf0FXG6P5G8dpEBcNsvdY1v-U39zMKJmSgnfyTNfQwCTWabChC4CG9pnP8qKpS3sJiAXJU-I43p6aUeSULY/s320/mghs_me_2t_4wd_lux_red_exterior_rear_45_v2.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUDmcspUnQi46gzs38V1fDdFE17lEHkN281XQjF4VoPJmMPxvEmR_wYDdIRzE40yV5MMR94NRG29Z1WMktp8ksVcnfE9TP0nat72H0nRvF3hODhE20Mnr96eG8MBCapLbSOUOQ76Cia50/s1600/hs_exterior.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;365&quot; data-original-width=&quot;487&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUDmcspUnQi46gzs38V1fDdFE17lEHkN281XQjF4VoPJmMPxvEmR_wYDdIRzE40yV5MMR94NRG29Z1WMktp8ksVcnfE9TP0nat72H0nRvF3hODhE20Mnr96eG8MBCapLbSOUOQ76Cia50/s320/hs_exterior.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFv7IoJ8eDA-lC_jkagzIF561Wk0eYItQn0MHJ8bwjtPeyLiGVHQVWdrE6R5ryEZD9zmS6Fwdr6Njy8V-xtdp9t_1o8AXE_hUkHCW-6ijCEo8NHDRSWB7l1cUzRm9mrGMOIx8N_f64K94/s1600/mobile_listing_main_MG-HS-SUV.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;313&quot; data-original-width=&quot;480&quot; height=&quot;208&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFv7IoJ8eDA-lC_jkagzIF561Wk0eYItQn0MHJ8bwjtPeyLiGVHQVWdrE6R5ryEZD9zmS6Fwdr6Njy8V-xtdp9t_1o8AXE_hUkHCW-6ijCEo8NHDRSWB7l1cUzRm9mrGMOIx8N_f64K94/s320/mobile_listing_main_MG-HS-SUV.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheeQl75qQtUZv0i8VJuZkYa6TiqBVCu0o9c7n1dmSfnVWvSQfMHKfN46Ca-otxy2Rd7Rb4wFRlr-eHFUnzNmI4L1lvXnhh1MrOaZlCdWIXAKc1PC_lE03oh2KX1PEB48AqbX2wTU8cjng/s1600/engine.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheeQl75qQtUZv0i8VJuZkYa6TiqBVCu0o9c7n1dmSfnVWvSQfMHKfN46Ca-otxy2Rd7Rb4wFRlr-eHFUnzNmI4L1lvXnhh1MrOaZlCdWIXAKc1PC_lE03oh2KX1PEB48AqbX2wTU8cjng/s320/engine.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxkIyyilnfXi6hQrqcHkEhAfOhb9nHk2gTc2zH0YMmkYTAc1nVug_LBb0qdfsslU0lEcqC8gTDINV0Nvf9Uow73KzYLzJDk7aDcxp4kYQziVgKMFOEwnjxFimCkux-jQg5symlDIUkQ7Q/s1600/button.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxkIyyilnfXi6hQrqcHkEhAfOhb9nHk2gTc2zH0YMmkYTAc1nVug_LBb0qdfsslU0lEcqC8gTDINV0Nvf9Uow73KzYLzJDk7aDcxp4kYQziVgKMFOEwnjxFimCkux-jQg5symlDIUkQ7Q/s320/button.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJi4qhQXPOosg41h8N2inJ83aSyXtzwmQh-LJyaXbvDDaPMpA5zYZc9OtQJPl0qgHARyS__lKlY8MRntv9Gb-i6q7FSAniVEu6m2cP3xUV1YWA_M8XXSYnjhq_OQf57ufy37avMGgKUkw/s1600/dash.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJi4qhQXPOosg41h8N2inJ83aSyXtzwmQh-LJyaXbvDDaPMpA5zYZc9OtQJPl0qgHARyS__lKlY8MRntv9Gb-i6q7FSAniVEu6m2cP3xUV1YWA_M8XXSYnjhq_OQf57ufy37avMGgKUkw/s320/dash.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvpHPFe8VHJrAPBtsL6AQp23BbHYNFrXwV5A9IHfEtfHkjQd8IZqFFTBMtx50vC5Bs6fQhywOz-Ook1z3au1K6_skNqusKY5Q1AUIA-QiTDNdLU-rFsBytqZkgPHuUSdjnpCITq-6XtPs/s1600/boot.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvpHPFe8VHJrAPBtsL6AQp23BbHYNFrXwV5A9IHfEtfHkjQd8IZqFFTBMtx50vC5Bs6fQhywOz-Ook1z3au1K6_skNqusKY5Q1AUIA-QiTDNdLU-rFsBytqZkgPHuUSdjnpCITq-6XtPs/s320/boot.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiS_NJbXzbnZ8720-3Rf15kzrn6GtBpVIPToGJ0582gOzhW-VjfVVwvNGKAXgvLAXBBYy9adC7tvLT3htKVLNDhyJDsYlS8KqXkgDPDglqhYuojPfXhPtPWr2x_tH7m4y5amBC-fFs1vUI/s1600/mghs_me_2t_4wd_lux_red_interior_front_view.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;500&quot; data-original-width=&quot;1500&quot; height=&quot;106&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiS_NJbXzbnZ8720-3Rf15kzrn6GtBpVIPToGJ0582gOzhW-VjfVVwvNGKAXgvLAXBBYy9adC7tvLT3htKVLNDhyJDsYlS8KqXkgDPDglqhYuojPfXhPtPWr2x_tH7m4y5amBC-fFs1vUI/s320/mghs_me_2t_4wd_lux_red_interior_front_view.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggN4VnCGTqQW-G-fpQ807BB2RS11HVV9hLq3SMuLvGeTgHS0aFh7-0hQx1SYhEgaJdsuoaWGGPv3JTAifofdpN2IfALzePhOJpa8Tp_hfdYL8HvajHHsULZ3A-L3uUxKxBv6VYzMiBTsE/s1600/mobile_listing_main_mg_hs_3.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;270&quot; data-original-width=&quot;480&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggN4VnCGTqQW-G-fpQ807BB2RS11HVV9hLq3SMuLvGeTgHS0aFh7-0hQx1SYhEgaJdsuoaWGGPv3JTAifofdpN2IfALzePhOJpa8Tp_hfdYL8HvajHHsULZ3A-L3uUxKxBv6VYzMiBTsE/s320/mobile_listing_main_mg_hs_3.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht0Sm3EOPYv9L-YvKW8rs_X6Jrydj0uEwSqRfHjH3lQpmgDKPcd1tRrgRmSbqi_uqkVyHpO7WDq8_pgYB3-1exO33mtfhntYD-Rrfg0pqUgB7VMbpue_aejaSijGw2Y95y0B_r6KsNuCY/s1600/mobile_listing_main_ming_jue_hs_4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;318&quot; data-original-width=&quot;480&quot; height=&quot;212&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht0Sm3EOPYv9L-YvKW8rs_X6Jrydj0uEwSqRfHjH3lQpmgDKPcd1tRrgRmSbqi_uqkVyHpO7WDq8_pgYB3-1exO33mtfhntYD-Rrfg0pqUgB7VMbpue_aejaSijGw2Y95y0B_r6KsNuCY/s320/mobile_listing_main_ming_jue_hs_4.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgazPNVzSkuYYOadc7WbfpfAyRIJJjLlLEvEHicriXNvlFPO-S7AAd7W7nKL9nA8xyvvVPIxcx23OlmlA3Gl5BAUCU15lUq8EL_66aiXGFWyGnqakLV4TpFnBAcPSiKtfD5ozimUDft7h4/s1600/nav.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgazPNVzSkuYYOadc7WbfpfAyRIJJjLlLEvEHicriXNvlFPO-S7AAd7W7nKL9nA8xyvvVPIxcx23OlmlA3Gl5BAUCU15lUq8EL_66aiXGFWyGnqakLV4TpFnBAcPSiKtfD5ozimUDft7h4/s320/nav.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBcV_MFLFEpnes9g8FTONR0Um0QpXQigMfNM8MlTaxsNf_9zGvDSUnkkPac5RfIh08JhuVuI0TjoNxeaOWcSzdAgy1X8kjGbfsMmPakE2hjvMpUpI2AZGOvy_4RA6riZvoC_vLQh7MSKU/s1600/rear_ac.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBcV_MFLFEpnes9g8FTONR0Um0QpXQigMfNM8MlTaxsNf_9zGvDSUnkkPac5RfIh08JhuVuI0TjoNxeaOWcSzdAgy1X8kjGbfsMmPakE2hjvMpUpI2AZGOvy_4RA6riZvoC_vLQh7MSKU/s320/rear_ac.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4Rvs8WCbmcArZU3KdgA3hJBOQx-QvCHs2AraVBH6PXpwMtBShjozur2AHcEcIjwkC6k9MbbSjSxSi7y7xHLM4amXFQ2lRvu0Mdx2_9omWzILfHvoFBTghXdcOnUxABV-6ZMg1JsbVzFA/s1600/rear_seat.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4Rvs8WCbmcArZU3KdgA3hJBOQx-QvCHs2AraVBH6PXpwMtBShjozur2AHcEcIjwkC6k9MbbSjSxSi7y7xHLM4amXFQ2lRvu0Mdx2_9omWzILfHvoFBTghXdcOnUxABV-6ZMg1JsbVzFA/s320/rear_seat.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEges8fXhpDcy2jvLxBmMudmiFq1QrDSrVvOkaDZA6ETlbZCZ7nNHwApPcfHDsbTOBr3lVZgXJKwrO0Zzo_XAig9wIfmXq53VNOAijpFpbxF8fKkApWWAAIMUA55QDmPj0Y4Tu_4Jf4a_Js/s1600/screen.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEges8fXhpDcy2jvLxBmMudmiFq1QrDSrVvOkaDZA6ETlbZCZ7nNHwApPcfHDsbTOBr3lVZgXJKwrO0Zzo_XAig9wIfmXq53VNOAijpFpbxF8fKkApWWAAIMUA55QDmPj0Y4Tu_4Jf4a_Js/s320/screen.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg70Azl0sInKEw0FFtATfbqSbWBy3nn3_QFAHY3yFr7bl5vCXvfwMa_Dv3qnDbx_gsgGMjf-6ZdPtqZflhIzqUW6hL4t4FSMliCLTEIL_DEfsNK7XaOLwszlOA74AAF3wjMlQA21QOzll8/s1600/screen_3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg70Azl0sInKEw0FFtATfbqSbWBy3nn3_QFAHY3yFr7bl5vCXvfwMa_Dv3qnDbx_gsgGMjf-6ZdPtqZflhIzqUW6hL4t4FSMliCLTEIL_DEfsNK7XaOLwszlOA74AAF3wjMlQA21QOzll8/s320/screen_3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEik2uH5nAeaurmym2LGgmUNk6pqPn1QJoJR4iVpvHziZbivZCz-fYXcZy4J8AoY0mkNkrfaEbLoiAHFArOPcIXgWs5Ia_WOmTiqfrooX_T5-dl8HBL0LoPnHZZpSXWdTK0VefcOO_n_Pc4/s1600/seats.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEik2uH5nAeaurmym2LGgmUNk6pqPn1QJoJR4iVpvHziZbivZCz-fYXcZy4J8AoY0mkNkrfaEbLoiAHFArOPcIXgWs5Ia_WOmTiqfrooX_T5-dl8HBL0LoPnHZZpSXWdTK0VefcOO_n_Pc4/s320/seats.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbpEzql_fPO6XiuPxXVwMn8DKojuiSa5W1ma0oibNv1N7HpJbtnMHPhiHRGXT9hu_jdWtI92LcgMn2Q9JHN_wd2pqlJ38E6yv-Ny-4gpUL8PTz5NewWMOHlJOMpJNoopbOF7SPZQq-ctE/s1600/sunroof.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbpEzql_fPO6XiuPxXVwMn8DKojuiSa5W1ma0oibNv1N7HpJbtnMHPhiHRGXT9hu_jdWtI92LcgMn2Q9JHN_wd2pqlJ38E6yv-Ny-4gpUL8PTz5NewWMOHlJOMpJNoopbOF7SPZQq-ctE/s320/sunroof.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzwT7J-RcNr2hbj1W3ky3RZ9OK4xJPJ7F4QC5Z-CLCsGN2IRHmoKO_F4KPlyDXNNXEbKdfk0uYBr-qyaoJsj06F_pos3I0cPQfqdusxyDv37Pg-CY75v8CDj-k4H1EgPUzS_jrwL-KNwM/s1600/door_open_warning_e_46_.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzwT7J-RcNr2hbj1W3ky3RZ9OK4xJPJ7F4QC5Z-CLCsGN2IRHmoKO_F4KPlyDXNNXEbKdfk0uYBr-qyaoJsj06F_pos3I0cPQfqdusxyDv37Pg-CY75v8CDj-k4H1EgPUzS_jrwL-KNwM/s320/door_open_warning_e_46_.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6AnBqOgzE5JG5AUwVNNHni8NEvcM7JUQvu61IoozHuHTNrLCBZT3YLOnT2XgXfj2xWoc6_r2c2HI5mTXQItYyqGsYx_qnXthCLSCmdL_eHAovj3Ag2hdYP3Wfo1DbMb56wks4OEOEML8/s1600/lane_change_warning_e_28_.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6AnBqOgzE5JG5AUwVNNHni8NEvcM7JUQvu61IoozHuHTNrLCBZT3YLOnT2XgXfj2xWoc6_r2c2HI5mTXQItYyqGsYx_qnXthCLSCmdL_eHAovj3Ag2hdYP3Wfo1DbMb56wks4OEOEML8/s320/lane_change_warning_e_28_.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhp1H2zMWU7bH9qyO23WKyQyNK3w0lNF-odbMbBpm5LiKz2y0kSrtAGR1X6ewrw3p5qaXgQQsibCIekHfFXWBq0eP4J6LlN_8nNMk-sLBB-ONaCKlAEYesz_fU6P70W5URxQroo70tAQSI/s1600/rear_blindspot_warning_19_.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhp1H2zMWU7bH9qyO23WKyQyNK3w0lNF-odbMbBpm5LiKz2y0kSrtAGR1X6ewrw3p5qaXgQQsibCIekHfFXWBq0eP4J6LlN_8nNMk-sLBB-ONaCKlAEYesz_fU6P70W5URxQroo70tAQSI/s320/rear_blindspot_warning_19_.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2ETyDJAJq0S-mIGjYye2GaCkRdpMiSVYnO38-DxlTLuUX25MV6SAiIeU7cgT5RcvkqH-l59w83EXcwkMmnCbc0jUCB5y60A0JcR4Z5Ojeg-uBRiW8_EWeqCXwkqTp5BIgF5pgaNXyIuo/s1600/rear_cross_traffic_warning_e_35_.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;480&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2ETyDJAJq0S-mIGjYye2GaCkRdpMiSVYnO38-DxlTLuUX25MV6SAiIeU7cgT5RcvkqH-l59w83EXcwkMmnCbc0jUCB5y60A0JcR4Z5Ojeg-uBRiW8_EWeqCXwkqTp5BIgF5pgaNXyIuo/s320/rear_cross_traffic_warning_e_35_.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
He added: &quot;MG HS is distinguished by its beautiful design and good workmanship. It is an eye-catching medium-sized SUV equipped with the latest features and an intelligent balance between a high-end package and a competitive price, some may be surprised, but it really deserves to win the 2020 car award from the jury.&quot;&lt;br /&gt;
&lt;br /&gt;
USeful Link:&amp;nbsp;&lt;a href=&quot;https://www.mgmotor.me/&quot;&gt;https://www.mgmotor.me/&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/1552970001766103526/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/04/mghs-named-car-of-year-2020-in-middle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1552970001766103526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1552970001766103526'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/04/mghs-named-car-of-year-2020-in-middle.html' title='MGHS named &#39;Car of the Year 2020&#39; in the Middle East'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7lP8K-5SUeSF-DApPJG8Tyzz0XxhwzzeXUlIw_6QLpJjywpxULpLBDWR_VNmda62-UZ0-DVt3FCFe29GHV_rDBMIoueENcJRaRxV7kXrXBf8VAivOiX-4u8JcqYjj6uhzmMpmdyRgBjs/s72-c/mg_hs.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-2509147876110994449</id><published>2020-04-03T07:08:00.004-07:00</published><updated>2020-04-03T07:08:38.648-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="World"/><title type='text'>Nasr Wali from Beit Jinn were killed after falling from an elevation during his work in a construction workshop in Maalot</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk9Jw44o4iEX-7rYm-E8YIfAgiXFr3wWqDSBISYU8LyLMXyXs0YLtXSr1zqOAzPaWe3Ou-H88ewmgW01istikQTrRYPMzgDWvIqJYT3fATKL8BbxE8eCTbXJf_Vl-XeK3Eyj-f6FlvJs0/s1600/NASRWALI.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;714&quot; data-original-width=&quot;421&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk9Jw44o4iEX-7rYm-E8YIfAgiXFr3wWqDSBISYU8LyLMXyXs0YLtXSr1zqOAzPaWe3Ou-H88ewmgW01istikQTrRYPMzgDWvIqJYT3fATKL8BbxE8eCTbXJf_Vl-XeK3Eyj-f6FlvJs0/s320/NASRWALI.jpg&quot; width=&quot;188&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Img Source:&amp;nbsp;&lt;a href=&quot;https://www.alarab.com/Article/941641&quot;&gt;https://www.alarab.com/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
A report reached the center of the MDA, about the fall of a worker (50 years) from a height of 3 meters, while working in a construction workshop in Maalot.&lt;br /&gt;
&lt;br /&gt;
A spokesman for the MDA circulated, a statement, this Friday morning, in which he said: &quot;A report reached the center of the MDA, Major General Asher, about the fall of a worker (50 years) from a height of 3 meters, while working in a construction workshop in Maalot, and he rushed A team of paramedics and dressers belonging to the center to the scene of the accident, first aid was provided and an attempt to revive the injured worker, but all attempts were unsuccessful, and his death was confirmed at the place due to his severe wounds, &quot;according to the statement.&lt;br /&gt;
&lt;br /&gt;
This, and the police spokesman, Major General of Tiberias, circulated a statement, saying: &quot;A short time ago, in the town of Maalot, a man (50 years) from the residents of Bait Al Jinn, fell from a height, during his work in a building workshop, the medical teams that arrived at the place His death was confirmed at the place, as a result of his severe wounds. The police forces who arrived at the scene began collecting evidence and facts from the place, in addition to opening an investigation into the causes of the accident in cooperation with the Ministry of Labor. &quot;Here is the text of the statement.&lt;br /&gt;
&lt;br /&gt;
It was learned that the victim was the late Nasr Wali, a resident of Beit Jann.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/2509147876110994449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/04/nasr-wali-from-beit-jinn-were-killed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/2509147876110994449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/2509147876110994449'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/04/nasr-wali-from-beit-jinn-were-killed.html' title='Nasr Wali from Beit Jinn were killed after falling from an elevation during his work in a construction workshop in Maalot'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk9Jw44o4iEX-7rYm-E8YIfAgiXFr3wWqDSBISYU8LyLMXyXs0YLtXSr1zqOAzPaWe3Ou-H88ewmgW01istikQTrRYPMzgDWvIqJYT3fATKL8BbxE8eCTbXJf_Vl-XeK3Eyj-f6FlvJs0/s72-c/NASRWALI.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-7954854006900988947</id><published>2020-04-03T07:02:00.001-07:00</published><updated>2020-04-03T07:02:34.542-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Egypt"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="World"/><title type='text'>Egypt Public Prosecution: Ban and prevent gatherings</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyjHfAY8B3gX8nlSykTd5QMAEsSqzIU0aplxzkeoI6EJ68aHVGlLgr_RYM-Xz3svj3NinMjPyNu-Cg-GK3gKIkm-mOQcmo0N44y5MMAI-NlAK9O2bolXuqymQyrgJpo05CwhDCT72vuIw/s1600/egypt+court.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;708&quot; data-original-width=&quot;1064&quot; height=&quot;212&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyjHfAY8B3gX8nlSykTd5QMAEsSqzIU0aplxzkeoI6EJ68aHVGlLgr_RYM-Xz3svj3NinMjPyNu-Cg-GK3gKIkm-mOQcmo0N44y5MMAI-NlAK9O2bolXuqymQyrgJpo05CwhDCT72vuIw/s320/egypt+court.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The Egypt Public prosecution said that violating the decision to prohibit moving or moving by road without necessity is linked to emergency needs, student gatherings, driving collective or private transportation, and opening specific commercial or craft shops, cafes, entertainment stores, restaurants, mobile food units, clubs, youth centers, or galleries Sports outside of the legally prescribed dates, the penalty is imprisonment and a fine of four thousand pounds.&lt;br /&gt;
&lt;br /&gt;
Th Egypt Court explained that this is according to the state of emergency and the decision of the Prime Minister in this regard.&lt;br /&gt;
&lt;br /&gt;
The Public Prosecutor charged the procurators at the republic level with taking legal measures against violators of the law, with regard to the prohibition or manipulation of goods and their fraud and referring them to an urgent trial.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/7954854006900988947/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/04/egypt-public-prosecution-ban-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7954854006900988947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7954854006900988947'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/04/egypt-public-prosecution-ban-and.html' title='Egypt Public Prosecution: Ban and prevent gatherings'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyjHfAY8B3gX8nlSykTd5QMAEsSqzIU0aplxzkeoI6EJ68aHVGlLgr_RYM-Xz3svj3NinMjPyNu-Cg-GK3gKIkm-mOQcmo0N44y5MMAI-NlAK9O2bolXuqymQyrgJpo05CwhDCT72vuIw/s72-c/egypt+court.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-6669679833748349020</id><published>2020-04-03T06:54:00.001-07:00</published><updated>2020-04-03T06:54:15.175-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="World"/><title type='text'>Share our concern and care with our children</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjROgVLw-XFWZXE8g35BFZfobXt6BaYFr-SzFkZUigR7wV-HqeV6J4gg8uHHbgkaiPNrILi1IGjPpzsjzSrBIhqYqMouGmwqMsNoMECT0TfL62Vh_x34Za18b1yo3aD5lzF9X3cSZ7TSUE/s1600/President+Abdel-Fattah+El-Sisi.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;380&quot; data-original-width=&quot;570&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjROgVLw-XFWZXE8g35BFZfobXt6BaYFr-SzFkZUigR7wV-HqeV6J4gg8uHHbgkaiPNrILi1IGjPpzsjzSrBIhqYqMouGmwqMsNoMECT0TfL62Vh_x34Za18b1yo3aD5lzF9X3cSZ7TSUE/s320/President+Abdel-Fattah+El-Sisi.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
On an orphan&#39;s day, I invite everyone to share our concern and care with our children&lt;br /&gt;
&lt;br /&gt;
President Abdel-Fattah El-Sisi called on the participation of orphans to celebrate the day of the orphan, noting that children are Egypt&#39;s hope and future.&lt;br /&gt;
&lt;br /&gt;
Al-Sisi said, in his tweet, which was published through his official account on the Twitter site: &quot;Today we all celebrate with our sons and daughters the day of the orphan, which is the day of mercy, familiarity and reassurance, and that the greatest and best of them are from the maintenance of the orphan, and I invite everyone to share our children with care and care, because they are hope Egypt and its future. &quot;&lt;br /&gt;
&lt;br /&gt;
On this third day of April of each year, the world celebrates the day of the orphan, as the state and various civil society institutions participate in bringing joy and joy to the young.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/6669679833748349020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/04/share-our-concern-and-care-with-our.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/6669679833748349020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/6669679833748349020'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/04/share-our-concern-and-care-with-our.html' title='Share our concern and care with our children'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjROgVLw-XFWZXE8g35BFZfobXt6BaYFr-SzFkZUigR7wV-HqeV6J4gg8uHHbgkaiPNrILi1IGjPpzsjzSrBIhqYqMouGmwqMsNoMECT0TfL62Vh_x34Za18b1yo3aD5lzF9X3cSZ7TSUE/s72-c/President+Abdel-Fattah+El-Sisi.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-7639191543448126503</id><published>2020-04-03T05:51:00.001-07:00</published><updated>2020-04-03T05:54:19.491-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Featured"/><category scheme="http://www.blogger.com/atom/ns#" term="World"/><title type='text'>Shop owners in Jerusalem Jumua prayers in front of their stores after the closure of Al-Aqsa Masjid</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSlPOjsU0htWlSphM3EK04sGKdIzokE52AeKJdVIOiwVMTVWkoSyXzm237mYvH4Iv9JFNiWq_4kG-9QtmPLqA2-ruaKFOCsw0I_isxPmbpTT4Xw_vctv98ATt_zCjbbJKJvA3H9V9GpJg/s1600/8440771522_d4cbd3bc83_b.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1024&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSlPOjsU0htWlSphM3EK04sGKdIzokE52AeKJdVIOiwVMTVWkoSyXzm237mYvH4Iv9JFNiWq_4kG-9QtmPLqA2-ruaKFOCsw0I_isxPmbpTT4Xw_vctv98ATt_zCjbbJKJvA3H9V9GpJg/s320/8440771522_d4cbd3bc83_b.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Masjid Al Aqsa&lt;br /&gt;
Image credit: islamlaws.com&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Shop owners in Jerusalem performed Friday prayers in front of their stores after the closure of Al-Aqsa Masjid.&lt;br /&gt;
&lt;br /&gt;
The owners of shops in the city of Jerusalem performed Friday prayers in front of their stores, after the Al-Aqsa Masjid was closed due to the spread of the Corona virus.&lt;br /&gt;
&lt;br /&gt;
To get free from and eliminate the COVID-19 Virus the owners of shops in the city of Jerusalem performed Friday prayers in front of their stores, after the Al-Aqsa Masjid was closed due to the spread of the Corona virus.&lt;br /&gt;
&lt;br /&gt;
This has led the prayers in Al-Aqsa only for employees and the rest of the population listen to the sermon through loudspeakers.&lt;br /&gt;
It is worth noting that the Jerusalem area has more than 1000 people infected with corona, including 14 injured from inside the Arab neighborhoods, while the old town is witnessing a complete closure of shops and the movement is paralyzed and everyone is waiting to stop the spread of the epidemic in order to return to their normal life.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/7639191543448126503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/04/shop-owners-in-jerusalem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7639191543448126503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7639191543448126503'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/04/shop-owners-in-jerusalem.html' title='Shop owners in Jerusalem Jumua prayers in front of their stores after the closure of Al-Aqsa Masjid'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSlPOjsU0htWlSphM3EK04sGKdIzokE52AeKJdVIOiwVMTVWkoSyXzm237mYvH4Iv9JFNiWq_4kG-9QtmPLqA2-ruaKFOCsw0I_isxPmbpTT4Xw_vctv98ATt_zCjbbJKJvA3H9V9GpJg/s72-c/8440771522_d4cbd3bc83_b.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Jerusalem, Israel</georss:featurename><georss:point>31.768319 35.21371</georss:point><georss:box>31.552388 34.8909865 31.984250000000003 35.5364335</georss:box></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-5151302090023426640</id><published>2020-04-02T05:05:00.001-07:00</published><updated>2020-04-02T05:05:14.969-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Featured"/><title type='text'>Jaguars roam in Mexican Resorts </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdnbmyW70uRM6RcQpRao3fo7ZxkdxC2ijhb-51-1XCTgRHTkiuVghRIVmXj-W4zt3j3PX1p3ziiQfvdEzdSQyqbabEhrcRJpS3X_XoUjQFY1f1Ql36_126VIwMzA3vlFjVoDPEAhGe46s/s1600/jaguar.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;853&quot; data-original-width=&quot;1280&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdnbmyW70uRM6RcQpRao3fo7ZxkdxC2ijhb-51-1XCTgRHTkiuVghRIVmXj-W4zt3j3PX1p3ziiQfvdEzdSQyqbabEhrcRJpS3X_XoUjQFY1f1Ql36_126VIwMzA3vlFjVoDPEAhGe46s/s320/jaguar.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Incredible footage shows how crocodiles, jaguars and sea turtles are &#39;taking back control&#39; of two Mexican resorts as tourist activities are suspended and residents remains indoors during the COVID-19 lockdown.&lt;br /&gt;
&lt;br /&gt;
The animals were filmed in the coastal resorts of Cancun and Riviera Maya in the south-eastern Mexican state of Quintana Roo.&lt;br /&gt;
&lt;br /&gt;
In one clip, viewed 120,000 times on Facebook, a crocodile is seen swimming along a canal outside people&#39;s balconies.&lt;br /&gt;
&lt;br /&gt;
Another video shows a jaguar walking a city street at night.&lt;br /&gt;
&lt;br /&gt;
According to local media, the jaguar was also spotted inside the complex of the Grand Sirenis Riviera Maya Resort &amp;amp; Spa in Tulum.&lt;br /&gt;
&lt;br /&gt;
Meanwhile, the absence of tourists and residents in public spaces led to a leatherback sea turtle laying its eggs on the beach in front of a luxury hotel in Cancun.&lt;br /&gt;
&lt;br /&gt;
Regional environment secretary Alfredo Arellano told local media: &#39;On average, we only see one leatherback sea turtle a year and the nesting season starts in May, it was something unusual.&#39;&lt;br /&gt;
According to reports, the turtle laid 112 eggs in front of the Grand Oasis Cancun hotel.&lt;br /&gt;
Arellano said: &#39;These species lost their habitats when the cities expanded and their living spaces became smaller and smaller.&#39;&lt;br /&gt;
Source:&amp;nbsp;https://www.dailymail.co.uk/&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/5151302090023426640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/04/jaguars-roam-in-mexican-resorts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/5151302090023426640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/5151302090023426640'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/04/jaguars-roam-in-mexican-resorts.html' title='Jaguars roam in Mexican Resorts '/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdnbmyW70uRM6RcQpRao3fo7ZxkdxC2ijhb-51-1XCTgRHTkiuVghRIVmXj-W4zt3j3PX1p3ziiQfvdEzdSQyqbabEhrcRJpS3X_XoUjQFY1f1Ql36_126VIwMzA3vlFjVoDPEAhGe46s/s72-c/jaguar.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-6125965590007242902</id><published>2020-03-31T11:51:00.001-07:00</published><updated>2020-04-01T03:34:57.723-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Featured"/><title type='text'>Rivers where you can still find gold</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi58jbjqtPO-0CIDF5b1MppijQ7sRXG031642ZWjaD6jf8PA_RKR3b9Tsi8n-DbkOcmzKvhesn64s_TBAFOCWTHd_RZPJZM_EW6JV6uTJLmH9_IKVRGTakefNMjYIOx74rqhqIIKQbliyU/s1600/2058742-goldmining-1568731945.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;667&quot; data-original-width=&quot;1000&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi58jbjqtPO-0CIDF5b1MppijQ7sRXG031642ZWjaD6jf8PA_RKR3b9Tsi8n-DbkOcmzKvhesn64s_TBAFOCWTHd_RZPJZM_EW6JV6uTJLmH9_IKVRGTakefNMjYIOx74rqhqIIKQbliyU/s320/2058742-goldmining-1568731945.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The gold rushes of the 19th century have long since ended, but there are still plenty of places you can hunt for the precious metal using a shovel, pan, metal detector and more. In fact, recreational gold mining is a pastime these days for many people, and for good reason: the largest nugget ever found in California was discovered by an amateur. Here are some key locations worldwide that you can still prospect for the yellow metal – you never know, you may get lucky and strike it rich.&lt;br /&gt;
&lt;br /&gt;
Click for the &lt;a href=&quot;https://www.msn.com/en-ae/money/topstories/rivers-where-you-can-still-find-gold/ss-BB11RIK3?li=BBqrPye#image=2&quot; target=&quot;_blank&quot;&gt;list&lt;/a&gt;&lt;br /&gt;
&lt;h1 class=&quot;amp-wp-title my-custom-class&quot; style=&quot;background-color: white; border-top: 2px solid rgb(239, 237, 237); clear: both; color: #333333; font-family: Georgia, Times, &amp;quot;times new roman&amp;quot;, times-roman, serif; font-size: 24px; font-weight: 400; line-height: 1.258; margin: 0px; padding: 10px 10px 8px;&quot;&gt;
Punjab mining dept under fire over ‘&lt;a href=&quot;https://tribune.com.pk/story/2058742/1-punjabs-mining-dept-fire-illegal-extraction-gold-indus-river/?amp=1&quot; target=&quot;_blank&quot;&gt;illegal extraction of gold from Indus River’&lt;/a&gt;&lt;/h1&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/6125965590007242902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/03/rivers-where-you-can-still-find-gold.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/6125965590007242902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/6125965590007242902'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/03/rivers-where-you-can-still-find-gold.html' title='Rivers where you can still find gold'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi58jbjqtPO-0CIDF5b1MppijQ7sRXG031642ZWjaD6jf8PA_RKR3b9Tsi8n-DbkOcmzKvhesn64s_TBAFOCWTHd_RZPJZM_EW6JV6uTJLmH9_IKVRGTakefNMjYIOx74rqhqIIKQbliyU/s72-c/2058742-goldmining-1568731945.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-9003659221579809469</id><published>2020-01-17T22:54:00.002-08:00</published><updated>2020-04-03T05:57:42.015-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Space"/><category scheme="http://www.blogger.com/atom/ns#" term="UAE"/><title type='text'>UAE&#39;s Mars mission: What is the purpose?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;sport_stories_cont&quot; style=&quot;background-color: white; font-family: proxima_novasemibold; font-size: 16px; margin: 0px; padding: 0px 8.2381px; width: 395.702px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #4a4a4a; font-family: roboto_condensedregular; font-size: 17px; line-height: 26px; padding: 5px 0px 14px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7XZnnl7DgrbPNJDfPmxWR9ORWfMBQqTbFZpopXd-z6xCcioe0Y1-GFaVmZ6dbsFBnTuegrOC-o0lpYxhwWfWotO8mBnpgC5TGhy2czRgN0Ucl3tamF4uGFs5cXCplxZV-9BTtrwNOPXw/s1600/astronaut.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;425&quot; data-original-width=&quot;394&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7XZnnl7DgrbPNJDfPmxWR9ORWfMBQqTbFZpopXd-z6xCcioe0Y1-GFaVmZ6dbsFBnTuegrOC-o0lpYxhwWfWotO8mBnpgC5TGhy2czRgN0Ucl3tamF4uGFs5cXCplxZV-9BTtrwNOPXw/s320/astronaut.png&quot; width=&quot;296&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The UAE&#39;s Mars mission aims at &quot;bringing new hope to Arabs&quot;. UAE Space Agency is at full swing to make space research a top agenda in the coming years.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sport_stories_cont&quot; style=&quot;background-color: white; font-family: proxima_novasemibold; font-size: 16px; margin: 0px; padding: 0px 8.2381px; width: 395.702px;&quot;&gt;
&lt;div style=&quot;color: #4a4a4a; font-family: roboto_condensedregular; font-size: 17px; line-height: 26px; padding: 5px 0px 14px;&quot;&gt;
This is the first time a middle eastern Arab country is reaching out for deep space - the space beyond Earth&#39;s and its moon&#39;s atmosphere. UAE&#39;s new Hope spacecraft will travel about more than sixty million kilometres in seven months to arrive at the Martian orbit.&lt;/div&gt;
&lt;div style=&quot;color: #4a4a4a; font-family: roboto_condensedregular; font-size: 17px; line-height: 26px; padding: 5px 0px 14px;&quot;&gt;
Read more details at:&amp;nbsp;&lt;a href=&quot;https://m.khaleejtimes.com/news/general/hopes-high-for-uaes-mars-probe-2&quot; style=&quot;background-color: transparent;&quot;&gt;https://m.khaleejtimes.com/news/general/hopes-high-for-uaes-mars-probe-2&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/9003659221579809469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2020/01/uaes-mars-mission-what-is-purpose.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/9003659221579809469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/9003659221579809469'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2020/01/uaes-mars-mission-what-is-purpose.html' title='UAE&#39;s Mars mission: What is the purpose?'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7XZnnl7DgrbPNJDfPmxWR9ORWfMBQqTbFZpopXd-z6xCcioe0Y1-GFaVmZ6dbsFBnTuegrOC-o0lpYxhwWfWotO8mBnpgC5TGhy2czRgN0Ucl3tamF4uGFs5cXCplxZV-9BTtrwNOPXw/s72-c/astronaut.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-4327171917158471760</id><published>2019-10-15T10:53:00.001-07:00</published><updated>2020-04-01T03:36:13.496-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Fashion"/><title type='text'>Jacenko vs Jogger case in Sydney</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0QwB5phZuD8xQPq1l9Z8sTBiZxQsAt2CZmnSqDttWRStMbL5ZschEZEDO0YcPe4SbRI0BOj6XYVLH2MMHKIi-7lsqELt6rlq37jwmeEpSupncRsJ725zqAe_PI9RnyOWFVd6lzxcbQSQ/s1600/paddington-capture_cctv.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;441&quot; data-original-width=&quot;784&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0QwB5phZuD8xQPq1l9Z8sTBiZxQsAt2CZmnSqDttWRStMbL5ZschEZEDO0YcPe4SbRI0BOj6XYVLH2MMHKIi-7lsqELt6rlq37jwmeEpSupncRsJ725zqAe_PI9RnyOWFVd6lzxcbQSQ/s320/paddington-capture_cctv.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Sydney socialite and well known publicist Roxy Jacenko has request on her 250,000 Instagram followers in helping identify a female morning jogger&amp;nbsp; who&#39;s been captured on CCTV camera defecating in the gutter outside of her Paddington business.&lt;br /&gt;
&lt;br /&gt;
Jacenko posted CCTV security footage of the woman defecating in Sydney&#39;s Watson Street minutes after 6am on Monday and also just after 6.30am on Thursday.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.tvnz.co.nz/one-news/world/sydney-socialite-asks-public-help-identify-jogger-repeatedly-pooping-outside-her-business?segment=1*wjkqez*s_amp_id*YW1wLV9SRFVVd041UFpQYkJVaFBrSFJWMXc.&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Read more&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/4327171917158471760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2019/10/jacenko-vs-jogger-case-in-sydney.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/4327171917158471760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/4327171917158471760'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2019/10/jacenko-vs-jogger-case-in-sydney.html' title='Jacenko vs Jogger case in Sydney'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0QwB5phZuD8xQPq1l9Z8sTBiZxQsAt2CZmnSqDttWRStMbL5ZschEZEDO0YcPe4SbRI0BOj6XYVLH2MMHKIi-7lsqELt6rlq37jwmeEpSupncRsJ725zqAe_PI9RnyOWFVd6lzxcbQSQ/s72-c/paddington-capture_cctv.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-1111551124543687746</id><published>2013-08-14T01:40:00.001-07:00</published><updated>2014-02-27T03:41:28.467-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Computer Software"/><title type='text'>OSI Model – Open Systems Interconnection model</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
Definition: The OSI model defines internetworking in terms of a vertical stack of seven layers. The upper layers of the OSI model represent software that implements network services like encryption and connection management. The lower layers of the OSI model implement more primitive, hardware-oriented functions like routing, addressing, and flow control.In the OSI model, data communication starts with the top layer at the sending side, travels down the OSI model stack to the bottom layer, then traveses the network connection to the bottom layer on the receiving side, and up its OSI model stack.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
The OSI model was introduced in 1984. Although it was designed to be an abstract model, the OSI model remains a practical framework for today&#39;s key network technologies like Ethernet and protocols like IP.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM_O-bSclBmPkBhGqvxnYjAWwoURohe07DJ_xRo_dk2FXlx-mS440YYHeojYY4bFFL9nBF2uGPRuDLBkaDDvzbYpdUBNdprM7NDHsabyqS4ouE4sCC2xF-epsP2Ak5qZjgpTnoo_NdpEE/s1600/osi_model.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM_O-bSclBmPkBhGqvxnYjAWwoURohe07DJ_xRo_dk2FXlx-mS440YYHeojYY4bFFL9nBF2uGPRuDLBkaDDvzbYpdUBNdprM7NDHsabyqS4ouE4sCC2xF-epsP2Ak5qZjgpTnoo_NdpEE/s1600/osi_model.JPG&quot; height=&quot;244&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
They are also familiar as: Open Systems Interconnection (OSI) reference model, OSI seven layer model&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Examples:&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Internet Protocol (IP) corresponds to the Network layer of the OSI model, layer three. TCP and UDP correspond to OSI model layer four, the Transport layer. Lower layers of the OSI model are represented by technologies like Ethernet. Higher layers of the OSI model are represented by application protocols like TCP and UDP.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Article From :&lt;a href=&quot;http://compnetworking.about.com/&quot;&gt;http://compnetworking.about.com&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/1111551124543687746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/08/osi-model-open-systems-interconnection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1111551124543687746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1111551124543687746'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/08/osi-model-open-systems-interconnection.html' title='OSI Model – Open Systems Interconnection model'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM_O-bSclBmPkBhGqvxnYjAWwoURohe07DJ_xRo_dk2FXlx-mS440YYHeojYY4bFFL9nBF2uGPRuDLBkaDDvzbYpdUBNdprM7NDHsabyqS4ouE4sCC2xF-epsP2Ak5qZjgpTnoo_NdpEE/s72-c/osi_model.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-6810661233079212823</id><published>2013-08-13T07:21:00.000-07:00</published><updated>2014-02-27T03:41:19.185-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="technology"/><title type='text'>LG Flat TV features a TV-like tube 70</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Retro is fashion and LG seem very aware of it. So South Korea has decided to bring the look of tube televisions the decade of the 70/80 to their flat screens.&lt;br /&gt;
&lt;br /&gt;
The family &lt;a href=&quot;http://www.lgnewsroom.co.kr/contents/24468&quot; target=&quot;_blank&quot;&gt;LG Electronics TV Classic&lt;/a&gt; combines current technology with details like casters analog. The South Korean company has unveiled a new TV design very different from everything that has been done so far.&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisuS0m8awEHM-o0YKhPd-b1yZlRzYdjfQdfMuwoi9j_q7zsQMjTiV4vKPSra2HWhMFtw2ZrvwdL9EmNk127jUaLAcfJdBgS6kv84xoBFjxKAr2Mbd91Huwc3aoz2skXxuXIc12HpP7jYo/s1600/lg-flat-tv.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisuS0m8awEHM-o0YKhPd-b1yZlRzYdjfQdfMuwoi9j_q7zsQMjTiV4vKPSra2HWhMFtw2ZrvwdL9EmNk127jUaLAcfJdBgS6kv84xoBFjxKAr2Mbd91Huwc3aoz2skXxuXIc12HpP7jYo/s200/lg-flat-tv.jpg&quot; height=&quot;111&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;LG Flat TV features a TV-like tube 70&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
The LG 32LN630R has a frame that is constructed of white tinted and includes also a pretty big pair of dials used to change channels and raise or lower the volume. The TV is a 32 inch , IPS panel with full HD resolution (1,920 by 1,080).&lt;br /&gt;
&lt;br /&gt;
It also has the USB and MHL connector for easy connection to external devices such as devices, hard drives or flash. The TV has already been put on sale in South Korea for a price of 840,000 won (566 euros). I&#39;ll have to see if LG decides to expand soon this family of TVs with larger models and higher resolution.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/6810661233079212823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/08/LG-Flat-TV-features-a-TV-like-tube-70.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/6810661233079212823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/6810661233079212823'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/08/LG-Flat-TV-features-a-TV-like-tube-70.html' title='LG Flat TV features a TV-like tube 70'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisuS0m8awEHM-o0YKhPd-b1yZlRzYdjfQdfMuwoi9j_q7zsQMjTiV4vKPSra2HWhMFtw2ZrvwdL9EmNk127jUaLAcfJdBgS6kv84xoBFjxKAr2Mbd91Huwc3aoz2skXxuXIc12HpP7jYo/s72-c/lg-flat-tv.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-1426516890925409130</id><published>2013-08-11T21:17:00.004-07:00</published><updated>2020-04-01T03:36:31.538-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="technology"/><category scheme="http://www.blogger.com/atom/ns#" term="Xbox"/><title type='text'>Xbox One, much more than a console</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Microsoft unveils new Xbox generation that goes beyond a Video Game System: seeks to be the center of home entertainment&lt;br /&gt;
&lt;br /&gt;
After 8 years of Xbox 360 and Kinect , Microsoft has introduced its successor , the Xbox One , totally redesigned console with Kinect and a remote brand new. Will hit the market later this year, but prices were not disclosed.&lt;br /&gt;
&lt;br /&gt;
If anything defines the Xbox One is that it is not just for playing games, but it is a system for home entertainment all in one, TV, internet browser, music, television and applications like Skype or Netflix.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7X6nsC35ZgQeMJYTA5izeMZLl-qZetN3GrjDQdFuzd77qkazElooZW6nc963zC1Tz9__1jZjXo0hWtWHqlXDjMolEYbLEWgm4Lp6wo006Dx_-VBuyy1DNg7N82AZ2mgiM3rAn19nWG1w/s1600/xbox-360--644x362.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7X6nsC35ZgQeMJYTA5izeMZLl-qZetN3GrjDQdFuzd77qkazElooZW6nc963zC1Tz9__1jZjXo0hWtWHqlXDjMolEYbLEWgm4Lp6wo006Dx_-VBuyy1DNg7N82AZ2mgiM3rAn19nWG1w/s1600/xbox-360--644x362.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The bet on TV is not going to be simply television show, if not that Microsoft has reached agreements to exclusive content, such as series of Steven Spielberg&#39;s &quot;Halo&quot; or Smart TV features for as extra content agreed with the NFL can be seen only in the new device that aims to be the center of home entertainment.&lt;br /&gt;
&lt;br /&gt;
Another major new feature is the voice recognition, integrated with gestures captured by Kinect and &quot;SmartGlass&quot; to use your phone as a command to handle the Xbox One Microsoft wants us to forget the remote control of television, and practically only the voice can control audiovisual entertainment options, and only have to pick up the controller when you want to play a video game.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Speech Recognition&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Using speech recognition, by saying &quot;Xbox On&quot; recognizes the user&#39;s voice, and takes you directly to your account. To say &quot;watch tv xbox &#39;television sets. You can switch between, music, browser, a movie, television, a game. virtually instantaneously. With the gesture system for executing a series of actions, such as activating the internet.&lt;br /&gt;
&lt;br /&gt;
&quot;Snap Mode &quot;allows two applications at the same time, for example, watching a movie and surf the internet or answer a Skype call. Yes, this confirms that the Xbox One integrate Skype . It also connects to the mobile phone as a remote control to handle the second screen with touch screen phone.&lt;br /&gt;
&lt;br /&gt;
They have included a TV guide, so you can choose what to watch on television will also voice recognition can change channels. and we can have a favorite place where all the programs that we like to follow. The command has the hours counted.&lt;br /&gt;
&lt;br /&gt;
Xbox Live, connecting the player with the cloud power. In this case there will be 300,000 cloud servers for Xbox Live , the achievements are stored in the cloud. Xbox Live now allow many more players playing in a single game and lets start a game while waiting for the companion.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Rumors successful&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
The technical aspects were not so far from the rumors filtered. The Xbox One will have 8 GB of RAM , Wifi Direct, Blu-Ray reader, HDMI input and output, USB 3.0 port, bluetooth. They did not specify what operating system you use is the main console, however, have highlighted that have three operating systems simultaneously. Enter a new generation of Kinect, updated to 1,080 p resolution and process 2 GB of data per second.&lt;br /&gt;
&lt;br /&gt;
&quot;SmartGlass&quot; application that makes mobile phone controller also changes, is clearly designed to work with the Xbox One The rest of the presentation took pains to present some games to be developed for this platform. EA Sports will feature four exclusive titles for Xbox One: &quot;FIFA,&quot; &quot;Madden,&quot; &quot;NBA Live&quot; and &quot;UFC&quot;. showed demos of &quot;Forza Motorsport 5&quot;, &quot;Quantum Break&quot; and &quot;Call of Duty&quot; with cuta keynote presentation of Microsoft finalized. Microsfot leaves so high bar.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/1426516890925409130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/08/xbox-one-much-more-than-console.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1426516890925409130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1426516890925409130'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/08/xbox-one-much-more-than-console.html' title='Xbox One, much more than a console'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7X6nsC35ZgQeMJYTA5izeMZLl-qZetN3GrjDQdFuzd77qkazElooZW6nc963zC1Tz9__1jZjXo0hWtWHqlXDjMolEYbLEWgm4Lp6wo006Dx_-VBuyy1DNg7N82AZ2mgiM3rAn19nWG1w/s72-c/xbox-360--644x362.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-2121039484466784944</id><published>2013-08-11T21:12:00.002-07:00</published><updated>2020-04-01T03:42:43.143-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="technology"/><category scheme="http://www.blogger.com/atom/ns#" term="Xbox"/><title type='text'>One endure 10 years Xbox lit</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Microsoft can not afford their next console experience failures he suffered earlier in their first years of life.&lt;br /&gt;
&lt;br /&gt;
The most loyal users of Xbox 360, which were made ​​with the console in its early years, felt the fear and the bad times caused by the &quot;red ring of death&quot;. This hardware failure leaving the console unusable and is one of the reasons why Microsoft has been careful especially with the new Xbox One.&lt;br /&gt;
&lt;br /&gt;
The company can not afford their next console experience failures he suffered earlier in their early years, but later were being addressed with changes in the new models offered for sale. Thus, Xbox One has been designed to have at least a 10 year life assured during which can be always on and connected.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://upload.wikimedia.org/wikipedia/commons/c/c5/Xbox-Duke-Controller.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://upload.wikimedia.org/wikipedia/commons/c/c5/Xbox-Duke-Controller.jpg&quot; height=&quot;270&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Sources connected with the production of the console and developers have had access to the first units have been told to &lt;a href=&quot;http://www.eurogamer.net/articles/digitalfoundry-why-xbox-one-is-cool-and-quiet&quot; target=&quot;_blank&quot;&gt;&quot;Eurogamer&quot;&lt;/a&gt; Xbox One has has great size to facilitate heat dispersal, moreover, has been keen to minimize the noise it produces, as it is a machine that is intended for continuous operation, in many cases in the lounge.&lt;br /&gt;
&lt;br /&gt;
In this way, developers who have spoken to the trade publication have ensured that the noise emitted by the Xbox One, in &quot;stand-by&quot; as running, is virtually nil for almost any activity. Only seen the fan noise while using video games and the AMD has to run at full capacity.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/2121039484466784944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/08/one-endure-10-years-xbox-lit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/2121039484466784944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/2121039484466784944'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/08/one-endure-10-years-xbox-lit.html' title='One endure 10 years Xbox lit'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-1307543586153927257</id><published>2013-07-09T21:31:00.001-07:00</published><updated>2014-02-27T03:45:27.761-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="Zynga"/><title type='text'>Don Mattrick thought about buying Zynga</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
The former head of entertainment at Microsoft, Don Mattrick, begins Monday his duties as CEO of Zynga. And no wonder, since it takes more than three years longing to be with all or part of the company,according to sources have said the issue related to &lt;a href=&quot;http://www.bloomberg.com/news/2013-07-08/zynga-s-mattrick-looked-to-buy-company-while-at-microsoft.html&quot; target=&quot;_blank&quot;&gt;Bloomberg&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
In 2010, Mattrick negotiated with Zynga founder, Mark Pincus, the developer buying the popular games such as FarmVille, in which the player has to operate a farm and as a social game, interact with friends to receive gifts or benefits.&lt;br /&gt;
&lt;br /&gt;
The idea was to strengthen the Microsoft Xbox formation of social games that were later adding millions of users every week on Facebook. Finally, the negotiations did not reach port. Now, Mattrick, 49, Zynga takes over in order to resurrect the company , which has lost many posts in the scale of game makers for Facebook and King.com.&lt;br /&gt;
&lt;br /&gt;
Zynga could become the biggest challenge of career Mattrick .According to Bloomberg, the income of the company in San Francisco, which come mainly from the money raised in their virtual games, fell 18 percent in the first quarter, and analysts expect to continue to fall for at least four more quarters.&lt;br /&gt;
&lt;br /&gt;
During the past year, Zynga closed several offices and stopped offering as many games. Since then he has tried to focus on mobile devices. Mattrick could use his &quot;playbook&quot; for EA to try to revive Zynga.Pincus Mattrick and contact wear since 2010, negotiating the purchase, sale or transfer of Zynga.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/1307543586153927257/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/07/don-mattrick-thought-about-buying-zynga.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1307543586153927257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1307543586153927257'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/07/don-mattrick-thought-about-buying-zynga.html' title='Don Mattrick thought about buying Zynga'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-5783747346958213853</id><published>2013-06-10T23:54:00.002-07:00</published><updated>2014-03-02T05:52:28.988-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photography"/><title type='text'> Daniel&#39;s Zakharov - Modern Wilderness</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Zoos are an artificial environment which aims to be a home (in the best case) warm for animals and the public, however most adults and many children who visit know, you are anything but an ideal habitat for animals. We all remember when we visited a zoo in the hope of seeing animals and instead were disappointed immensely to see the sad reality-animals who are used to travel hundreds of kilometers are confined to live within a few meters of cement.&lt;br /&gt;
&lt;br /&gt;
Daniel&#39;s photographic series Zakharov, Modern Wilderness is incredibly heartbreaking, shows honestly, what life really means to captive animal. In the words of the photographer &quot;The zoo has become home to the animals and they have lost the ancestral memory of their ancestral breeding grounds. However, to look into their eyes, one feels that recognizes your desire to seek its true destination. &quot;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo09.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo09.jpg&quot; height=&quot;212&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Although zoos are so far the only reality for many endangered animals, they do not cease to be a scenario in which a sort of melancholy remains elusive. Seeing the pictures is impossible not to feel an urgency to protect animals, but not locking them in cages, but returning them to their natural habitat.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo06.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo06.jpg&quot; height=&quot;212&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo05.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo05.jpg&quot; height=&quot;212&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo02.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.ecoosfera.com/wp-content/imagenes/urbanzoo02.jpg&quot; height=&quot;212&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;-webkit-text-stroke-width: 0px; background-color: white; color: #292929; display: inline !important; float: none; font-family: &#39;Open Sans&#39;, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;[&lt;/span&gt;&lt;a href=&quot;http://www.mymodernmet.com/profiles/blogs/daniel-zakhorav-modern-wilderness&quot; style=&quot;-webkit-text-stroke-width: 0px; background-color: white; border: 0px; color: #648fbd; font-family: &#39;Open Sans&#39;, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; margin: 0px; orphans: auto; outline: none; padding: 0px; text-align: start; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;My Modern Met&lt;/a&gt;&lt;span style=&quot;-webkit-text-stroke-width: 0px; background-color: white; color: #292929; display: inline !important; float: none; font-family: &#39;Open Sans&#39;, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;]&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/5783747346958213853/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/06/daniels-zakharov-modern-wilderness.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/5783747346958213853'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/5783747346958213853'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/06/daniels-zakharov-modern-wilderness.html' title=' Daniel&#39;s Zakharov - Modern Wilderness'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-7170423860978664145</id><published>2013-05-06T03:22:00.000-07:00</published><updated>2014-03-02T05:53:40.723-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Online Reader"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Reader"/><title type='text'>WebAnywhere - Online Reader Sites</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
This is a Web Service that is based on management through a Web page, you can write the address of the website you want to visit and through speech synthesis allows a blind person to read without having any specified software installed on the computer.&lt;br /&gt;
&lt;br /&gt;
The homepage of Service and the initial voice synthesis are in English. After language depend on the pages we visit. It has multiple voice synthesis in many different languages​​, among which is the Spanish. Element types used in Web laspáginas are in English, this means that while we are visiting a page in Spanish with Spanish speech synthesis, to be placed in a link tell Link.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.webanywhere.co.uk/blog/wp-content/uploads/2012/05/Webanywhere-exhibition.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;iweb reader - WebAnywhere - Online Reader Sites&quot; border=&quot;0&quot; src=&quot;http://www.webanywhere.co.uk/blog/wp-content/uploads/2012/05/Webanywhere-exhibition.jpg&quot; height=&quot;266&quot; title=&quot;iweb reader - WebAnywhere - Online Reader Sites&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The license of WebAnywhere is free software and open to the public.&lt;br /&gt;
&lt;br /&gt;
Requirements: You need to have internet connection and we recommend using the Mozilla Firefox Web Browser.&lt;br /&gt;
&lt;br /&gt;
Accessibility:&lt;br /&gt;
&lt;br /&gt;
The quality of speech synthesis is poor and very poor, although response times are fast.&lt;br /&gt;
&lt;br /&gt;
Can be useful if the computer is only used to check web pages, for example in a public library, where there is no common accessibility tools. In this case requires some skill by the user to reach the Web Service or have a person with partial sight to load the initial Web Project.&lt;br /&gt;
&lt;br /&gt;
Requires learning a few commands different from the usual that we would use in the usual equipment.&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
&lt;br /&gt;
The project website is: &lt;a href=&quot;http://webanywhere.cs.washington.edu/&quot;&gt;http://webanywhere.cs.washington.edu/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Beta Access (recommended): &lt;a href=&quot;http://webanywhere.cs.washington.edu/beta/&quot;&gt;http://webanywhere.cs.washington.edu/beta/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Access Alpha version released only English voice synthesis: &lt;a href=&quot;http://webanywhere.cs.washington.edu/wa.php&quot;&gt;http://webanywhere.cs.washington.edu/wa.php&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/7170423860978664145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/05/webanywhere-online-reader-sites.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7170423860978664145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7170423860978664145'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/05/webanywhere-online-reader-sites.html' title='WebAnywhere - Online Reader Sites'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-7111257476318709654</id><published>2013-05-01T01:26:00.000-07:00</published><updated>2014-02-27T04:25:47.546-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adobe"/><category scheme="http://www.blogger.com/atom/ns#" term="E-Readers"/><category scheme="http://www.blogger.com/atom/ns#" term="Kindle"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Reader"/><title type='text'>Recommended Applications for Kindle Fire</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
I really like Kindle Fire. It&#39;s nice to read on Kindle Fire
and if only used to read the battery lasts two to three days. The screen size
is not very versatile for reading PDFs, but it&#39;s something. When I wanted to
install an additional application using the Amazon AppStore, I could not help
address validation. I made a post to Make Root and Install Google Play Store
and since then I have a list of applications that can be installed without
compromising much performance Kindle Fire.&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Dolphin Browser&lt;/b&gt; to change Amazon Silk. Silk browser is the
exclusive Amazon Kindle Fire. It has a remote cache to Amazon Web Services and
is supposed to improve browsing speed. To me it seems slow. A good alternative
is to use Dolphin Browser V9, which works great on Android, has gestures,
bookmarks, is lighter and maybe a little faster when you visit Twitter or
Facebook.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_ACUS2DrTINHgP-9mCwr4fYP2x1cyfDk-N0r8eW8tuhhWVf7tC8MKHKeOdziYZb-JJi3xR1UZ2lJHbQfPsIzHzC-xb-lCoCtVCVYLiHXj9D_KVJfBdjJMmGW5jAC3z0i8DNUvhJlOFZQ/s1600/kindle-fire.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_ACUS2DrTINHgP-9mCwr4fYP2x1cyfDk-N0r8eW8tuhhWVf7tC8MKHKeOdziYZb-JJi3xR1UZ2lJHbQfPsIzHzC-xb-lCoCtVCVYLiHXj9D_KVJfBdjJMmGW5jAC3z0i8DNUvhJlOFZQ/s200/kindle-fire.jpg&quot; height=&quot;128&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Aldiko Book Reader&lt;/b&gt; ePub reader in addition to Kindle for
Android Aldiko is an interesting alternative to read ePub. It is very well
designed and comfortable to read books downloaded in ePub and PDF format on
Kindle, which Kindle for Android Kindle Fire content does not allow.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Dropbox &lt;/b&gt;to complement the Amazon Cloud Dropbox is very
useful if like me you hate Kindle Fire connecting the cable to the computer to
fill it with files. I make a copy on your computer, it goes to the internet,
gives a tour of China and Kindle Fire Wifi receives the file. You can do the
same with the Amazon Cloud sending the file of interest by mail, but open the
mail and attach a file is &quot;too much work&quot;.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Adobe Reader&lt;/b&gt; to complement the native reader Kindle for
Android Admittedly the Kindle PDF viewer is uncomfortable to read PDFs is
smaller than the screen. The reader Adobe reader to adjust the sequence mode
leaves fluidly PDF. The reading becomes comfortable; the zoom is set once and
everyone happy.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Astro File Manager&lt;/b&gt; A handy file explorer set to Kindle Fire
screen, something that everyone should have the default Android.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Wifi Analyzer&lt;/b&gt; A tool to detect Wifi Geek, calculate the
signal strength, view the available channels among other things. Very useful.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Evernote&lt;/b&gt; Evernote could not miss, a resource available on
the personal computer to take notes from the Desktop and then sync with Kindle
Fire, also serves in reverse.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Mindjet.&lt;/b&gt; If you are used to using Xmind, the program to
create mind maps useful if you are studying or organizing brainstorming, you
can use this app on Kindle Fire to display and edit files Xmid slightly.
Usually synchronize these files with Dropbox.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Freenote.&lt;/b&gt; An application that allows you to take notes, draws
the free, embed and write using gestures. Great for taking notes in meetings.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
For now stay adhered to this list.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/7111257476318709654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/05/recommended-applications-for-kindle-fire.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7111257476318709654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7111257476318709654'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/05/recommended-applications-for-kindle-fire.html' title='Recommended Applications for Kindle Fire'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_ACUS2DrTINHgP-9mCwr4fYP2x1cyfDk-N0r8eW8tuhhWVf7tC8MKHKeOdziYZb-JJi3xR1UZ2lJHbQfPsIzHzC-xb-lCoCtVCVYLiHXj9D_KVJfBdjJMmGW5jAC3z0i8DNUvhJlOFZQ/s72-c/kindle-fire.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-9104683202102990407</id><published>2013-04-17T06:44:00.002-07:00</published><updated>2013-04-17T06:44:53.670-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Screen Readers"/><title type='text'>Screen Readers for Visually Impaired</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Screen readers is a software that allows the use of the operating system and the various applications by using a voice synthesizer that &quot;reads and explains&quot; what is displayed on the screen, which is a help for people with severe vision problems or completely blind.&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;Some of the most used screen readers are following:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.browsealoud.com/&quot; target=&quot;_blank&quot;&gt;BrowseAloud&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen reader designed specifically to read the contents of web pages. It is available for Windows and Mac computers.&lt;br /&gt;&lt;a href=&quot;http://clickspeak.clcworld.net/&quot; target=&quot;_blank&quot;&gt;Click, Speak&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen Reader for Mozilla Firefox browser.&lt;br /&gt;&lt;a href=&quot;http://www.yourdolphin.com/productdetail.asp?id=5&quot; target=&quot;_blank&quot;&gt;Dolphin Hal&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dolphin Hal will read Screen content with Braille support.&lt;br /&gt;&lt;a href=&quot;http://accesibilidadweb.dlsi.ua.es/?menu=jaws&quot; target=&quot;_blank&quot;&gt;JAWS&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; One of the best screen read software, including the Castilian between their languages.&lt;br /&gt;&lt;a href=&quot;http://www.yourdolphin.com/productdetail.asp?id=1&quot; target=&quot;_blank&quot;&gt;Dolphin SuperNova&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen audio teller and screen magnifier with braille support is provided by Dolphin SuperNova.&lt;br /&gt;&lt;a href=&quot;http://firevox.clcworld.net/&quot; target=&quot;_blank&quot;&gt;Fire Vox&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mozilla Firefox browser extension that provides the ability to screen read the web content.&lt;br /&gt;&lt;a href=&quot;http://www.gwmicro.com/Window-Eyes/&quot; target=&quot;_blank&quot;&gt;GW Micro Window-Eyes&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GW Micro Window-Eyes provides Screen Reader compatible with Microsoft Internet Explorer and Mozilla Firefox.&lt;br /&gt;&lt;a href=&quot;http://intervox.nce.ufrj.br/mexvox/index.htm&quot; target=&quot;_blank&quot;&gt;MexVox&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen reader for Microsoft Windows free DOSVOX system implementation in Spanish.&lt;br /&gt;&lt;a href=&quot;http://accesibilidadweb.dlsi.ua.es/?menu=nvda&quot; target=&quot;_blank&quot;&gt;NVDA&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The software from NVDA for Microsoft Windows is Free.&lt;br /&gt;&lt;a href=&quot;http://live.gnome.org/Orca&quot; target=&quot;_blank&quot;&gt;Orca&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Orca supplies screen teller and screen magnifier for the GNOME desktop system.&lt;br /&gt;&lt;a href=&quot;http://www.satogo.com/&quot; target=&quot;_blank&quot;&gt;System Access to Go&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The software from System Access to Go allows to convert any computer available with internet connection in seconds.&lt;br /&gt;&lt;a href=&quot;http://www.apple.com/es/accessibility/voiceover/&quot; target=&quot;_blank&quot;&gt;VoiceOver&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This version of screen teller is available in Mac OS X.&lt;br /&gt;&lt;a href=&quot;http://www.virgo4.com/&quot; target=&quot;_blank&quot;&gt;Virgo&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This application also includes a screen magnifier.&lt;br /&gt;&lt;a href=&quot;http://accesibilidadweb.dlsi.ua.es/?menu=webanywhere&quot; target=&quot;_blank&quot;&gt;WebAnywhere&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This software is used web reading from internet.&lt;br /&gt;&lt;a href=&quot;http://www.synapseadaptive.com/aisquared/zoomtext_9/zoomtext_9_home_page.htm&quot; target=&quot;_blank&quot;&gt;ZoomText&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version Magnifier / Reader includes a screen magnifier and a screen teller.&lt;br /&gt;&lt;br /&gt;Furthermore, there are also components that can be included in Web pages to provide spoken versions of the content. Two examples to hear a Castilian website are:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.sonowebs.com/index.php&quot; target=&quot;_blank&quot;&gt;SonoWebs&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Explains how to incorporate the component into Wordpress, Blogger or any other website.&lt;br /&gt;&lt;a href=&quot;http://vozme.com/index.php?lang=es&quot; target=&quot;_blank&quot;&gt;vozMe&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Explains how to incorporate the component into Wordpress, Blogger or any other website. Allows you to choose between a male or female voice and also download an MP3 file with audio.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/9104683202102990407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/04/screen-readers-for-visually-impaired.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/9104683202102990407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/9104683202102990407'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/04/screen-readers-for-visually-impaired.html' title='Screen Readers for Visually Impaired'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-3921321000114785724</id><published>2013-04-17T06:27:00.001-07:00</published><updated>2014-03-02T05:54:20.386-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><title type='text'>Norwegian OSIRIS and Universal Design</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
The project&#39;s overall goal has been to help provide the greatest possible equality of opportunity to use the online services.&lt;br /&gt;
&lt;br /&gt;
The work has resulted in two prototypes that demonstrate the use of universal design in a public service for the change of tax via mobile phone and digital TV. This is a service aimed at the whole population, therefore the accessibility requirements have been strict. A key finding of the project is that a universally designed user interfaces for mobile phones will be very similar to a similar solution for digital TV.&lt;br /&gt;
&lt;br /&gt;
The work was conducted as a supplement to Norwegian OSIRIS project, partly financed by the Norwegian Research Council. Norwegian OSIRIS project builds upon and executed in parallel with the international EUREKA / ITEA project OSIRIS. The main objective here is to strengthen the European software companies&#39; competitiveness in the market for the production, publishing and management of online services by developing and putting together an open source infrastructure services and to test the usability of the OSIRIS platform on a set real applications. Neither the international or Norwegian OSIRIS project had the goal of universal design user interfaces in their original plans.&lt;br /&gt;
&lt;br /&gt;
Activities as well as project IT Funk has therefore been linked to the use of universal design and accessibility of new technology platforms, such as mobile phones and digital television. The work was carried out in parallel with the activities of the Norwegian OSIRIS work package 4, where the Norwegian participants develop demonstrators for Tax Administration&#39;s online service portfolio of the two technology platforms. Through literature studies and empirical research and development, the project has identified the general characteristics of the available interfaces and issued guidelines for universal design of the user interface for mobile phone and digital TV.&lt;br /&gt;
&lt;br /&gt;
How summarizes the basic requirements for universal design of the interface on both platforms technologist:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; The services and the user interface must be simple.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; The technology&#39;s suitability to the context of use is a critical success factor.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Through innovative design metaphors are basically complex services can be realized on the new platforms.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; The wider the audience, the stricter the requirements of universal design.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Technologies, not just the media converge. This provides new opportunities, introducing new challenges for service design.&lt;br /&gt;
&lt;br /&gt;
Most of the project&#39;s recommendations on guidelines for universal design of electronic services may be used for both mobile phone and digital TV and is divided into the following categories:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Navigation and Workflow&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Fault&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Search&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Input-/output mode&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Text and linguistic expression&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Audio and voice&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Graphics, shape and color&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Text and numeric information&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Help, information and support&lt;br /&gt;
&lt;br /&gt;
The similarities between the two technology platforms enables both have the same tabs in the screens, the same dialogue sequences and the same intensity information. Since little information can be displayed at one time, there is a need for effective mechanisms for navigation and control of both platforms. The needs for assistance mechanisms enlarged text and use of sound is fairly identical for both mobile phone and digital TV. The physical units for management (keys on the mobile phone and the remote control for the TV) are similar and allow to use fairly similar control functions for navigation, input / output, shortcuts, etc. In addition, a set of written goals and advice that only applies to digital TV.&lt;br /&gt;
&lt;br /&gt;
Service prototypes developed in the project are real and can be demonstrated on the cell phone and digital TV in Tellu AS laboratory. The prototypes illustrate a number of features demonstrate on both platforms, based on recommended guidelines for universal design of electronic services. Among other things, demonstrated the possibilities to change the font size, font, background color, use of sound reading of the text, easily visible scroll bars for vertical navigation, frames showing active fields, use of color to indicate incorrect or incomplete input, and many other useful functions. Below are some examples of universal design in demonstrate for changing the tax deduction. Several examples are documented in the final report.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/3921321000114785724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/04/norwegian-osiris-and-universal-design.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/3921321000114785724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/3921321000114785724'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/04/norwegian-osiris-and-universal-design.html' title='Norwegian OSIRIS and Universal Design'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-89731649495508936</id><published>2013-04-09T01:24:00.001-07:00</published><updated>2020-04-02T04:44:45.339-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="travel"/><title type='text'>UAE Visa: Emirates ID expenses should be paid by Sponsor</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoFX3CE0zk-jaoMRn2C_brXOUZwLzetIpAcU7xambAi-xP5m5gl3v4I-c8xr8xy9JCfNMuyYf0en4g2r8som1ScYok43g_a1y68QGvvCkjdl78SKyXkUQnXSerVXPzcP9lGtw6L7QKE4c/s1600/dubai-downtown.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;800&quot; data-original-width=&quot;1600&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoFX3CE0zk-jaoMRn2C_brXOUZwLzetIpAcU7xambAi-xP5m5gl3v4I-c8xr8xy9JCfNMuyYf0en4g2r8som1ScYok43g_a1y68QGvvCkjdl78SKyXkUQnXSerVXPzcP9lGtw6L7QKE4c/s320/dubai-downtown.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The new rule from the Emirates Identity Authority states that the expenses for taking Emirates ID should be paid by the sponsor for an expatriate.&lt;br /&gt;
&lt;br /&gt;
Read more at &lt;a href=&quot;http://visauae.blogspot.com/2013/04/emirates-id-expenses-should-be-paid-by.html?spref=bl&quot;&gt;UAE Visa: Emirates ID expenses should be paid by Sponsor&lt;/a&gt;:  &lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/89731649495508936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/04/uae-visa-emirates-id-expenses-should-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/89731649495508936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/89731649495508936'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/04/uae-visa-emirates-id-expenses-should-be.html' title='UAE Visa: Emirates ID expenses should be paid by Sponsor'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoFX3CE0zk-jaoMRn2C_brXOUZwLzetIpAcU7xambAi-xP5m5gl3v4I-c8xr8xy9JCfNMuyYf0en4g2r8som1ScYok43g_a1y68QGvvCkjdl78SKyXkUQnXSerVXPzcP9lGtw6L7QKE4c/s72-c/dubai-downtown.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-3263872924550857797</id><published>2013-04-02T21:52:00.000-07:00</published><updated>2014-03-02T05:55:41.344-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android Apps"/><title type='text'>Feedly a feed reader and versatile alternative to Google Reader</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;a href=&quot;http://www.feedly.com/&quot; target=&quot;_blank&quot;&gt;Feedly&lt;/a&gt; is a versatile feed reader that features a simple design, applications for iPhone and Android also has become one of the favorites of the moment readers.With the &lt;a href=&quot;http://googlereader.blogspot.com.es/2013/03/powering-down-google-reader.html&quot; target=&quot;_blank&quot;&gt;closure of the service of Google Reader&lt;/a&gt; users have found an alternative in Feedly which can synchronize the information from Google Reader to your new account.&lt;br /&gt;
&lt;br /&gt;
For those who have used Google Reader for years and have the good habit of reading through feeds, lose the Google service changed the dynamics of morning: read the outstanding aspects of the sites of interest. Effective July 1, 2013 the Google Reader service will be disabled and migration to another became important, I have chosen to give opportunity to Feedly.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgparfxPWgjoHa-7VvUNkwXm-m32VWUtGHRn4UO26WhYoXLcFiD6uFBiLoPD20in6jEDuz6nEwKal9_Ec9YPBY5Q8NThmt7TcGxa9Ua29KzKVHSrqxRBzmSiR7x0YleQZWzUdiMnflu-M4/s1600/feedly.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Feedly&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgparfxPWgjoHa-7VvUNkwXm-m32VWUtGHRn4UO26WhYoXLcFiD6uFBiLoPD20in6jEDuz6nEwKal9_Ec9YPBY5Q8NThmt7TcGxa9Ua29KzKVHSrqxRBzmSiR7x0YleQZWzUdiMnflu-M4/s1600/feedly.jpg&quot; height=&quot;307&quot; title=&quot;Feedly&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;Features of Feedly&amp;nbsp; &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I started using Feedly for two weeks from the start I liked the ease with which feed sync my Google Reader account to the new platform and if you want to start over, you can open a new account without problem and add the sites want to follow.Among its features I can mention: &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Synchronize Google Reader feeds in Feedly your account.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Application for IOS and Android.&lt;/li&gt;
&lt;li&gt;You can sync your information to read on Kindle.&lt;/li&gt;
&lt;li&gt;Simple, clean and no ads.&lt;/li&gt;
&lt;li&gt;You can share your content on social networks. &lt;/li&gt;
&lt;/ul&gt;
However, this is not the only option as there are others with similar characteristics and is a matter of taste and functionality that the user decides to stay with one or the other service. So if you know other options already be using, I invite you to share in the comments what alternative to Google Reader recommend?&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/3263872924550857797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/04/feedly-feed-reader-and-versatile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/3263872924550857797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/3263872924550857797'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/04/feedly-feed-reader-and-versatile.html' title='Feedly a feed reader and versatile alternative to Google Reader'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgparfxPWgjoHa-7VvUNkwXm-m32VWUtGHRn4UO26WhYoXLcFiD6uFBiLoPD20in6jEDuz6nEwKal9_Ec9YPBY5Q8NThmt7TcGxa9Ua29KzKVHSrqxRBzmSiR7x0YleQZWzUdiMnflu-M4/s72-c/feedly.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-7797229909630477066</id><published>2013-02-27T22:24:00.000-08:00</published><updated>2014-03-02T05:56:58.775-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Smartphones"/><category scheme="http://www.blogger.com/atom/ns#" term="Tablet"/><title type='text'>Huawei Ascend P2, the fastest mobile</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;background: white; line-height: 15.0pt; margin-bottom: 7.5pt; margin-left: 0cm; margin-right: 0cm; margin-top: 7.5pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;The Huawei Ascend P2 is Huawei&#39;s next movement in its process
to advance its Android presence worldwide.The P2 runs Android 4.1 Jelly Bean OS
with Huawei&#39;s Emotion UI on top.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;In 2015 Chinese phones will dominate the market of
&quot;smartphones&quot; so far competed between Apple and Samsung. The Chinese
manufacturer introduced the Huawei Ascend P2 , a high-end device that has a
4.7-inch screen, quad-core processor 1.5 GHz, 1 GB of RAM and a 13 megapixel
camera with which you want make way fast in Europe.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;Huawei Ascend P2 phone comes into the league with
the thin 8.4 mm thick and is one of the fastest on the market to the point of
being able to download HD movies in minutes or upload multimedia files in seconds.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;Huawei Ascend P2 is up to three times faster with
wireless connections than the competitors, the company says. For ZTE, the
Chinese firm presented Grand Memo, his &quot;tablefono&quot; with a 5.7-inch HD
screen. It also has a quad-core processor from Qualcomm and 1GB RAM and a 13 megapixel
camera.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH6W8uSWp_h8DqMIpMR_hHliTNyJH5p4w-EH47JzpxgK_LdZIH11p5slGHnKlhDCm9Jc50MozO5brPRmVRif4BaC3v9TE6LPUxtfVKViPi4MBNM7b0YFivKQMg5JKLtR4vKoE-nzl_veg/s1600/wime-nanosmart.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH6W8uSWp_h8DqMIpMR_hHliTNyJH5p4w-EH47JzpxgK_LdZIH11p5slGHnKlhDCm9Jc50MozO5brPRmVRif4BaC3v9TE6LPUxtfVKViPi4MBNM7b0YFivKQMg5JKLtR4vKoE-nzl_veg/s1600/wime-nanosmart.jpg&quot; height=&quot;140&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;u&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;Features
of Huawei Ascend P2&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;u&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-top: solid #E3E3E3 1.0pt; border: none; mso-border-top-alt: solid #E3E3E3 .75pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 476px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td rowspan=&quot;6&quot; style=&quot;background: #F6F6F6; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 41.25pt;&quot; valign=&quot;top&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: #b23f33; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; text-transform: uppercase;&quot;&gt;GENERAL&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/network-bands.php3&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;2G Network&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;GSM 850 / 900 / 1800 /
  1900&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/network-bands.php3&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;3G Network&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;HSDPA 900 / 2100&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/network-bands.php3&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;4G Network&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;LTE&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=sim&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;SIM&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Micro-SIM&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/huawei_ascend_p2-5267.php&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Announced&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;2013, February&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 5; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/huawei_ascend_p2-5267.php&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Status&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Coming soon. Exp.
  release 2013, Q2&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-top: solid #E3E3E3 1.0pt; border: none; mso-border-top-alt: solid #E3E3E3 .75pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 476px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td rowspan=&quot;2&quot; style=&quot;background: #F6F6F6; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 41.25pt;&quot; valign=&quot;top&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: #b23f33; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; text-transform: uppercase;&quot;&gt;BODY&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/huawei_ascend_p2-5267.php&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Dimensions&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;136.2 x 66.7 x 8.4 mm
  (5.36 x 2.63 x 0.33 in)&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/huawei_ascend_p2-5267.php&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Weight&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;122 g (4.30 oz)&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-top: solid #E3E3E3 1.0pt; border: none; mso-border-top-alt: solid #E3E3E3 .75pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 476px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td rowspan=&quot;5&quot; style=&quot;background: #F6F6F6; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 41.25pt;&quot; valign=&quot;top&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: #b23f33; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; text-transform: uppercase;&quot;&gt;DISPLAY&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=display-type&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Type&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;IPS LCD capacitive
  touchscreen, 16M colors&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/huawei_ascend_p2-5267.php&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Size&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;720 x 1280 pixels, 4.7
  inches (~312 ppi pixel density)&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=multitouch&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Multitouch&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=screen-protection&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Protection&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Corning Gorilla Glass
  2&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;- Emotion UI 1.6&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-top: solid #E3E3E3 1.0pt; border: none; mso-border-top-alt: solid #E3E3E3 .75pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 476px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td rowspan=&quot;4&quot; style=&quot;background: #F6F6F6; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 41.25pt;&quot; valign=&quot;top&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: #b23f33; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; text-transform: uppercase;&quot;&gt;SOUND&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=call-alerts&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Alert types&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Vibration, MP3
  ringtones&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=loudspeaker&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Loudspeaker&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=audio-jack&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;3.5mm jack&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;- Dolby Mobile Plus
  sound enhancement&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-top: solid #E3E3E3 1.0pt; border: none; mso-border-top-alt: solid #E3E3E3 .75pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 476px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td rowspan=&quot;2&quot; style=&quot;background: #F6F6F6; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 41.25pt;&quot; valign=&quot;top&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: #b23f33; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; text-transform: uppercase;&quot;&gt;MEMORY&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=memory-card-slot&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Card slot&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;No&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=dynamic-memory&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Internal&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;16 GB, 1 GB RAM&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-top: solid #E3E3E3 1.0pt; border: none; mso-border-top-alt: solid #E3E3E3 .75pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 476px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td rowspan=&quot;7&quot; style=&quot;background: #F6F6F6; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 41.25pt;&quot; valign=&quot;top&quot; width=&quot;55&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: #b23f33; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; text-transform: uppercase;&quot;&gt;DATA&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=gprs&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;GPRS&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=edge&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;EDGE&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=3g&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Speed&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;HSDPA; HSUPA; LTE,
  Cat4, 150 Mbps DL; 50 Mbps UL&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=wi-fi&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;WLAN&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Wi-Fi 802.11 b/g/n,
  dual band, DLNA, Wi-Fi hotspot&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=bluetooth&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Bluetooth&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes, v4.0 with A2DP,
  LE, EDR&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 5;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=nfc&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;NFC&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 6; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 57.75pt;&quot; valign=&quot;top&quot; width=&quot;77&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=usb&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;USB&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes, microUSB v2.0&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-top: solid #E3E3E3 1.0pt; border: none; mso-border-top-alt: solid #E3E3E3 .75pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 476px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td rowspan=&quot;4&quot; style=&quot;background: #F6F6F6; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 60.35pt;&quot; valign=&quot;top&quot; width=&quot;80&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: #b23f33; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; text-transform: uppercase;&quot;&gt;CAMERA&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 63.0pt;&quot; valign=&quot;top&quot; width=&quot;84&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=camera&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Primary&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;13 MP, 4032 x 3224
  pixels, autofocus, LED flash&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 63.0pt;&quot; valign=&quot;top&quot; width=&quot;84&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=camera&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Features&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Geo-tagging, HDR, face
  and smile detection&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt; width: 63.0pt;&quot; valign=&quot;top&quot; width=&quot;84&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=camera&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Video&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border-bottom: solid #F0F0F0 1.0pt; border: none; mso-border-bottom-alt: solid #F0F0F0 .75pt; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes, 1080p@30fps, HDR&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt; width: 63.0pt;&quot; valign=&quot;top&quot; width=&quot;84&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #7d7464; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.gsmarena.com/glossary.php3?term=video-call&quot;&gt;&lt;span style=&quot;color: #7d7464; text-decoration: none; text-underline: none;&quot;&gt;Secondary&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;background: #FAFAFA; border: none; padding: .75pt 4.5pt .75pt 4.5pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;color: black; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Yes, 1.3 MP,
  720p@30fps&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background: white; color: black; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; line-height: 115%;&quot;&gt;The P2 is expected to go
on sale in Europe in the middle of 2013 for 399 euros (roughly $525, £350 plus
tax), a Huawei executive told CNET website with U.S availability limited to
online retailers.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; line-height: 115%;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/7797229909630477066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/02/huawei-ascend-p2-fastest-mobile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7797229909630477066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/7797229909630477066'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/02/huawei-ascend-p2-fastest-mobile.html' title='Huawei Ascend P2, the fastest mobile'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH6W8uSWp_h8DqMIpMR_hHliTNyJH5p4w-EH47JzpxgK_LdZIH11p5slGHnKlhDCm9Jc50MozO5brPRmVRif4BaC3v9TE6LPUxtfVKViPi4MBNM7b0YFivKQMg5JKLtR4vKoE-nzl_veg/s72-c/wime-nanosmart.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7948752712969625350.post-1764953175917531712</id><published>2013-02-27T22:09:00.000-08:00</published><updated>2014-03-02T05:57:43.786-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Devices"/><category scheme="http://www.blogger.com/atom/ns#" term="Samsung Galaxy"/><category scheme="http://www.blogger.com/atom/ns#" term="Tablet"/><title type='text'>Samsung Galaxy Note 8.0 Review</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Samsung Galaxy Note 8.0, the commitment Firefox OS, Sony
Xperia Z and future fourth generation connections among the highlights of
technology event in Barcelona closes its doors after successful participation
at MWC 2013.&lt;br /&gt;
&lt;br /&gt;
In this trend toward big and already started with your Samsung
Note II 5.5 inch-considered by many as unnecessary, the South Korean firm jumps
into the ring with the Galaxy Note 8.0 that aims to rival the iPad Mini. Among
some novel features are S Pen and a bluetooth with some features that extend to
the point of being able to make calls even though aesthetically be a little
odd.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;
Is &#39;phablet&#39; is the largest market for Samsung with its
8-inch screen resolution 1.280x800 pixels, which appears inside a Exynos
Quad-Core cortex A9 &lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;processor with 2 GB
of RAM and memory 32GB internal, expandable through microSD cards. All a
&#39;monster&#39; that can do more than one rethinks the possibility of being
unfaithful to Apple.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Basically it looks like a large Galaxy Note 2 and the key
features are pretty similar with a few enhancements here and there. At the
briefing, Samsung confirmed that it delivers the same 1.6 Ghz Exynos Quad-Core
cortex A9 than its smaller sibling. Additional similar features include a
1280×800 resolution (1280×720 in the Note 2), Android 4.1.2 and the S-Pen
supports with 1024 pixel levels of pressure sensitivity.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
The LCD display has nothing special and it features almost
the same resolution as the Galaxy Note 2 for a larger size. The consequence is
a lower pixel density of 189 ppi. To the surprise of tech experts Samsung went
against the current high pixel density trend started by the HTC Droid DNA, Huawei
Ascend D2, &lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;Sony Xperia Z, ZTE Grand S
and followed at MWC by the LG Optimus G Pro.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
We suspect that the S-pen is a better price worth feature,
and the display being one of the most costly components. Samsung may save money
with a lower resolution that is still better for consuming content.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://iwebreader.blogspot.com/feeds/1764953175917531712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iwebreader.blogspot.com/2013/02/samsung-galaxy-note-80-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1764953175917531712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7948752712969625350/posts/default/1764953175917531712'/><link rel='alternate' type='text/html' href='http://iwebreader.blogspot.com/2013/02/samsung-galaxy-note-80-review.html' title='Samsung Galaxy Note 8.0 Review'/><author><name>Zaishan</name><uri>http://www.blogger.com/profile/06367134383964735618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>