Jan 17
Motorola recently announced the Android powered Motorola Electrify smartphone. The design and features of this handset is similar to the recently launched Motorola Photon 4G Video Converter for Sprint customers. Motorola Electrify runs on the latest Android 2.3.4 (Gingerbread) Operating System and it comes with a 4.3 inch qHD display, 1 GHz dual-core processor, 8 megapixel dvd creator for camera video with HD video converter (720p) video recording and so on. This handset will be exclusively available for the US Cellular customers.
The ELECTRIFY is more than a ‘smart’ phone,said Edward Perez, vice president of sales and marketing operations for U.S. Cellular. Its multi-tasking capabilities make it the perfect personal assistant for customers who depend on their Smartphone Video Converter to meet the ever-changing needs of their busy lifestyles. Our commitment to providing a variety of devices converter for mac that enhance customers’ lives is one of the reasons consumers who switch to U.S. Cellular join the happiest customers in wireless.a€?

Motorola Electrify Specifications:
- 4.3 inch qHD display
- 480 x 854 pixels resolution
- 1 GHz dual-core processor
- Android 2.3.4 (Gingerbread) OS video converter
- 8 megapixel camera
- HD (720p) video recording and playback
- FM Radio
- USB 2.0
- HDMI
- 1GB RAM
- 16 GB eMMC
- microSD card slot
- 32 GB expandable memory
- 3.5mm headset jack
- GPS with A-GPS
- Up to 10 hours talk-time
- Up to 8.3 days stand-by time
- 1700 mAh battery
The 1 GHz dual-core processor on the Motorola Electrify smartphone offers up to 70 percent faster overall performance and 75 percent faster browsing, compared to other single core smartphones. This handset will be available for $199.99 after a $100 mail-in rebate and a 2 year service agreement. The release date of this handset will be announced soon.
Jan 17
Along with the Samsung Focus S Video Converter, AT&T and Samsung video converter also announced the Focus Flash. The Focus Flash is a smaller and cheaper sibling of the Focus S. The Focus Flash comes with a 3.7-inch Super-AMOLED screen with WVGA (480×800) resolution.

Like the Focus S, the Focus Flash is also powered by a 1.4GHz Qualcomm Snapdragon (MSM8255T) processor, along with an Adreno 205 GPU and 512MB of RAM. The back of the phone converter for mac sports a 5MP camera, with a VGA dvd creator for camera video in the front accompanying it.
The Focus Flash will run on the latest version of Windows Phone Video Converter a.k.a WP7.5, which is also known as Mango. The press release from AT&T does not mention anything whether the Focus Flash will support its upcoming 4G network or not. AT&T did not mention anything about the internal memory capacity of the Flash as well.
Along with the Focus S and Focus Flash, AT&T also announced that it will be among the first operators to roll out the WP7.5 a.k.a Mango update for its current-gen WP7 based phones like HTC Surround, HD7S and the Samsung Focus. The Mango update will be hit these devices converter for mac sometime in fall.
The Focus Flash will be available sometime in Q4 this year.
Jan 28
New Elements in HTML5
The internet has changed a lot since HTML 4.01 became a standard in 1999.
Today, some elements in HTML 4.01 are obsolete, never used, or not used the way they were intended to. These elements are deleted or re-written in HTML5.
To better handle today’s internet use, HTML5 also includes new elements for better structure, drawing, media content, and better form handling.
New Markup Elements
New elements for better structure:
| Tag |
Description |
| <article> |
For external content, like text from a news-article, blog, forum, or any other content from an external source |
| <aside> |
For content aside from the content it is placed in. The aside content should be related to the surrounding content |
| <command> |
A button, or a radiobutton, or a checkbox |
| <details> |
For describing details about a document, or parts of a document |
| <summary> |
A caption, or summary, inside the details element |
| <figure> |
For grouping a section of stand-alone content, could be a video |
| <figcaption> |
The caption of the figure section |
| <footer> |
For a footer of a document or section, could include the name of the author, the date of the document, contact information, or copyright information |
| <header> |
For an introduction of a document or section, could include navigation |
| <hgroup> |
For a section of headings, using <h1> to <h6>, where the largest is the main heading of the section, and the others are sub-headings |
| <mark> |
For text that should be highlighted |
| <meter> |
For a measurement, used only if the maximum and minimum values are known |
| <nav> |
For a section of navigation |
| <progress> |
The state of a work in progress |
| <ruby> |
For ruby annotation (Chinese notes or characters) |
| <rt> |
For explanation of the ruby annotation |
| <rp> |
What to show browsers that do not support the ruby element |
| <section> |
For a section in a document. Such as chapters, headers, footers, or any other sections of the document |
| <time> |
For defining a time or a date, or both |
| <wbr> |
Word break. For defining a line-break opportunity. |
New Media Elements
HTML5 provides a new standard for media content:
| Tag |
Description |
| <audio> |
For multimedia content, sounds, music or other audio streams |
| <video> |
For video content, such as a movie clip or other video streams |
| <source> |
For media resources for media elements, defined inside video or audio elements |
| <embed> |
For embedded content, such as a plug-in |
The Canvas Element
The canvas element uses JavaScript to make drawings on a web page.
| Tag |
Description |
| <canvas> |
For making graphics with a script |
New Form Elements
HTML5 offers more form elements, with more functionality:
| Tag |
Description |
| <datalist> |
A list of options for input values |
| <keygen> |
Generate keys to authenticate users |
| <output> |
For different types of output, such as output written by a script |
New Input Type Attribute Values
Also, the input element’s type attribute has many new values, for better input control before sending it to the server:
| Type |
Description |
| tel |
The input value is of type telephone number |
| search |
The input field is a search field |
| url |
The input value is a URL |
| email |
The input value is one or more email addresses |
| datetime |
The input value is a date and/or time |
| date |
The input value is a date |
| month |
The input value is a month |
| week |
The input value is a week |
| time |
The input value is of type time |
| datetime-local |
The input value is a local date/time |
| number |
The input value is a number |
| range |
The input value is a number in a given range |
| color |
The input value is a hexadecimal color, like #FF8800 |