Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo Voice To SMS : Best Android Application 2013

Seo Master present to you:

Voice To SMS : Best Android App



Best Voice to SMS app is now available on Google play storefor you to download and use and best of all its absolutely free for your Android phone's.

It does what it says, you just have to speak and it will convert your voice to text and then you can send it as an SMS. This app can come in handy while driving or doing anything else.

How to use Voice To SMS:

Open the app and click on “New SMS”. It will take you to the screen where you can compose new SMS.

Enter the number of the contact you want to send the SMS to, or long hold the number field to open up your contacts to choose the person you want to send the SMS.


Click on the MIC in the middle of the screen and say the sentence you want to add to your message, It will show you number of texts extracted from your voice, choose the one you said and it will be added to your message and it will be displayed below the MIC. You can continue adding the sentences to your message by repeating the above mentioned steps BUT remember the maximum number of words allowed is the standard SMS limit of 160 characters.

One more thing to remember this app uses Google’s library to capture sound and convert it to text and it needs an internet connection to do it. You cannot use this app if you are not connected to internet. Hope you will like this app. Suggestions are welcome you can review the app at the play store.

URL to the app: Voice To SMS

Guest post by
----------------------------------------------------------------------------------------------------
Amin Motiwala is absolutely nobody . what makes him special is his can-do spirit .He is a blogger and a student at the same time . His current obsessions are mastering Android and Web Development
2013, By: Seo Master

seo IT Rumors iPhone 6 Will Be The Low-Cost Phone 2013

Seo Master present to you:
IT Rumors iPhone 6 Will Be The Low-Cost Phone

Just months ago the launch of iPhone 5 around 100 countries, Apple has declared rolled-back in other section orders, apparently in reply to lower than expected require for its novel flagship of Smartphone product.

Why is this happen? This is because Apple cuts some section orders, which is not so clear. However, it will affect to the response of some users, matters related to iPhone prices, or might affect the development of short item life cycles into iPhone or iPad – that can be estimated, so that the reduction of marketing window on each launched iOS gadget.

In addition, the supply restraint said that weighed down on iPhone 5, at times on the first quarter, for the most part on the first 2 months – when several keen followers were expecting to upgrade. The steep 100 to 200 dollars price cut on Apple’s previous gadgets, like iPhone 4 and iPhone 4S are also expected involved selling decisions. As Apple racked-up on implausible 26.9 million ‘iPhone sales’ during of its latest quarter or 58% add to prior year’s sales. And there no reports about the prices of iPhone 4S and iPhone 5, because Apple does not escaping on its individual ‘model sales’, as well as on its iPhone listings also comprise the currently very pleasingly priced with ‘99 dollars’ iPhone 4S and the ‘free’ iPhone 4.

On the other hand, iPhone 6 is very hot in the ear among all customers. There are many rumors of the next model of iPhone including on its unique designs; better sharp display, eco-friendly battery, as well as it will be sale on lower price.

In point of view, Apple always give satisfaction to their customers including wireless charging, Wi-Fi standards, better 4G LTE, eye tracking, camera, processor, screen, home button, etc.

However, with this latest rumor about iPhone 6 that will be on the cheaper price. This is very impossible, because in terms of business, lots of things to be considered, especially to the overall expenses.

For example, a simple vendor selling his items on the lower price without turn-back to his total income, well, this is unfair to the vendor right? Just for the sake of customer’s desire.

In conclusion:

If you are planning to really have iPhone 6, start now to save money to avoid disappointed and no problem regarding what is the price of that certain iPhone.




Author Bio:
Irina Webandyou is a tech/seo writer and professional blogger. She likes to cover tech and seo news through online exposures She runs her own website: Guest Posting Service.
2013, By: Seo Master

seo iPhone Will Feature The Long-Rumored Fingerprint Security Scanner With iWallet Release 2013

Seo Master present to you:

iPhone's Long-Rumored Fingerprint Security Scanner!

The spinning rumors about the 2013 iPhone has become very common today, many sites also expresses their own opinion some of them says that it could “iPhone 5S” and others “iPhone 6”. In this article we’re going to make our own assumptions as well that Apple will launch the revived iPhone 5S this year and releases renovated iPhone 6 in the next year.

Certainly this iPhone 6 will be featured the much projected fingerprint scanner as a next-gen security measure, apparent as a set off to the final publicity of iWallet. But the most intriguing is that one fanatical tech analyst stated that they will release the fingerprint scanner.

Ming-Chi Kuo tech analyst from KGI Securities, who has gaining good track record by predicting Product Plans of Apple issuing a new research statement outlining his Apple’s 2013 products expectations. As what Kuo expected Apple will launch the revamped iPhone 5 together with iPhone 5S in June or July of 2013, appearing very parallel to the iPhone 5, iPhone 5S carrying a number of updates that includes the A7 system-on-a-chip to make the performance of the phone better, camera upgrading that features smart LED flash and f2.0 aperture and fingerprint sensor.

As what was reported and first published by MacRumors that iPhone 6 will also features fingerprint detection? Indeed Apple is planning to install fingerprint sensor hardware on their next iPhone, most probably it was incorporated with a home button, and in order their phones make a difference from the growing competition.

And almost certainly, the fingerprint scanner would be joined with iWallet. However, if we based on the current reports and rumors there is no clear evidence that iWallet is forthcoming. In the end, it won’t be hard for us to notice that it’s approaching. If we are going to lessen the imaginative kernel of this rumor down to the critical talking points, it almost certainly the break down should be like this – Kuo assumed that, no matter what Apple product will be releases this year in the way of iPhone, it’s going to be just a renovated version.

Talking about fingerprint scanning or iWallet, I believe these technologies are still an attribute of 2014’s iPhone6.




Author Bio:
Irina Webandyou is a tech/seo writer and professional blogger. She likes to cover tech and seo news through online exposures She runs her own website: Guest Posting Service.
2013, By: Seo Master

seo Gmail for mobile HTML5 Series - Part 3: Using AppCache to Launch Offline 2013

Seo Master present to you: On April 7th, Google launched a new version of Gmail for mobile for iPhone and Android-powered devices built on HTML5. We shared the behind-the-scenes story through this blog and decided to share more of our learnings in a brief series of follow up blog posts. In the last two posts, we covered everything you need to know in order to make effective use of AppCache. This week, we'll be having some fun and trying to disect the inner workings of AppCache by looking at the database it uses to store its resources. Before we start though, I'd like to point out one tip that can be useful while debugging AppCache related problems on the iPhone: how to clear your Application Cache.

There are two steps involved here:
  1. Go to Settings->Safari and tap "Clear Cache".
  2. Open Safari and terminate it by holding down the home screen button for 10 seconds.
The first step is pretty intuative. The problem is that the browser does not immediately notice that the cache has been cleared, and so needs to be restarted.

Now onto the fun stuff! There is no way to inspect the application cache from within the browser. However, if you are using the iPhone Simulator to develop your webapp, you can find all of the Application Cache resources and metadata in a SQLite3 database located at:

~/Library/Application Support/iPhone Simulator/User/Library/Caches/com.apple.WebAppCache/ApplicationCache.db

Let's have a look at what is contained within this database.

$ sqlite3 ApplicationCache.db
SQLite version 3.4.0
Enter ".help" for instructions
sqlite> .mode column
sqlite> .headers on
sqlite> .tables
CacheEntries CacheResourceData CacheWhitelistURLs FallbackURLs
CacheGroups CacheResources Caches SchemaVersion
sqlite> select * from CacheGroups;
id manifestHostHash manifestURL newestCache
---------- ---------------- ------------------------------------------------- -----------
1 906983082 http://mail.google.com/mail/s/?v=ma&name=sm 1

The CacheGroups table holds an overview of what manifests exist. A manifest is identified by its URL and the manifestHostHash is used to track when the contents of a manifest changes.

sqlite> select * from Caches;
id cacheGroup
---------- ----------
1 1

Here you can see that I have only one cache in my database. If the Application Cache was in the middle of updating the cache, there would be a second entry listed here for the cache currently being downloaded.

sqlite> select * from CacheEntries limit 1;
cache type resource
---------- ---------- ----------
1 2 1

The CacheEntries table holds a one-to-many relationship between a cache and resources within it.

sqlite> select * from CacheResources where id=1;
id url statusCode responseURL
---------- ------------------------------------------- ---------- -----------------------
1 http://mail.google.com/mail/s/?v=ma&name=sm 200 http://mail.google.c...

mimeType textEncodingName headers data
------------------- ---------------- --------------
text/cache-manifest utf-8

sqlite> .schema CacheResourceData
CREATE TABLE CacheResourceData (id INTEGER PRIMARY KEY AUTOINCREMENT, data BLOB);

This shows what information is stored for each resources listed in a manifest. As you can see the CacheResources and CacheResourceData tables contain everything that is needed in order to simulate a network response to a request for a resource. Let's see exactly what is stored in the database for Mobile Gmail's database.

sqlite> select type,url,mimeType,statusCode from CacheEntries,CacheResources where resource=id;
type url mimeType statusCode
---------- ---------------------------------------------- ------------------- ----------
2 http://mail.google.com/mail/s/?v=ma&name=sm text/cache-manifest 200
4 http://mail.google.com/mail/images/xls.gif image/gif 200
4 http://mail.google.com/mail/images/pdf.gif image/gif 200
4 http://mail.google.com/mail/images/ppt.gif image/gif 200
4 http://mail.google.com/mail/images/sound.gif image/gif 200
4 http://mail.google.com/mail/images/doc.gif image/gif 200
4 http://mail.google.com/mail/images/graphic.gif image/gif 200
1 http://mail.google.com/mail/s text/html 200
4 http://mail.google.com/mail/images/generic.gif image/gif 200
4 http://mail.google.com/mail/images/zip.gif image/gif 200
4 http://mail.google.com/mail/images/html2.gif image/gif 200
4 http://mail.google.com/mail/images/txt.gif image/gif 200

From this list, it is fairly easy to see what the meaning of the type field is. A host page has type 1, a manifest has type 2, and a normal resource has type 4. In order to know whether or not to load a page using AppCache, the browser checks this list to see if there is a URL of type 1 within it.

This concudes our three-part series on HTML5's Application Cache. Stay tuned for the next post where we will explore other areas of how we use HTML5 in Gmail. And just another reminder that we'll be at Google I/O, May 27-28 in San Francisco presenting a session on how we use HTML5. We'll also be available at the Developer Sandbox, looking forward to meeting you in person.

References
The HTML5 working draft: http://dev.w3.org/html5/spec/Overview.html

Apple's MobileSafari documentation: http://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariJSRef/DOMApplicationCache/DOMApplicationCache.html

Webkit Source Code: http://trac.webkit.org/browser/trunk/WebCore/loader/appcache

2013, By: Seo Master
Powered by Blogger.