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

Seo Master present to you:

If you're looking to sell your used iPhone, you're going to have a bit of a problem. One of the great things about smart phones is that they save all your data. All those hundreds of text messages that you've sent and received, all your emails, your contacts, your photos, even the passwords on your favourite web sites or web based email programmes. Selling your iPhone ebay style might seem like a great way to make a little extra cash, and it is. But before you can sell your phone you're going to have to make sure that all that personal data is gone. You don't want whoever buys your phone to get their hands on your embarrassing pictures, or, even worse, your online banking passwords. Fortunately, erasing data from an iPhone is pretty easy, and should just take a few minutes of your time. If you want to make some extra money by selling your old iPhone ebay might be the way to go, just make sure you read and follow the steps below to remove your personal data first...

Make Sure:

Before you do any of this, make absolutely sure that you want to erase all data from your iPhone. Once it's gone, you can't bring it back. Ever. It's a pretty good idea to back up your iPhone on iTunes first, so you'll have an extra copy of all your data. This is especially important if you're selling an old iPhone in order to get a new iPhone, since it will let you reinstall all your data onto your new model. But even if you're not going to get a new iPhone, it's best to back up, just in case, you never know what you might need in the future.

Find the Menus:

To start off with, Just follow the below steps:
  • Go to the Settings icon on your iPhone, you should find this easily on your home screen.
  • Under the Settings menu, find “General” and click it, then find the tab that says “Reset” and click it.
  • Now, You will now be presented with a pretty long list of options, so don't panic. Look for the option that says “Erase All Content and Settings”.
  • We've warned you before, but we'll say it again. Once you click this button there is no going back, you cannot magically get all your data back again.
  • If you do not have a back up copy of your iPhone on your computer using iTunes, the data will be gone forever. Back up your phone, just in case.
  • Once you're absolutely sure that this is what you want to do, then click the button that says “Erase All Content and Settings”.
Confirm:
  • Now click the red button that says “Erase iPhone.”
  • You will be asked to confirm the deletion one more time. There is the possibility that you'll be asked for a security PIN at this point.
  • The default PIN for all iPhones is 0000.
  • If this doesn't work, try entering the PIN you use for your voice mail, or the PIN given to you with your SIM card by your mobile service operator.
Wait:

Wait for the erase to complete, which may take some time. Your phone will reboot after the process is finished. Once rebooted, your phone should be empty of all personal data, and is ready to be sold.



Author Bio:
“It’s a piece of cake”, says Phil Turner, “to auction your used iPhone. Ebay does everything for you. All you have to do is wait to cash in!”
2013, By: Seo Master
Seo Master present to you:

Steve Souders, member of the performance group at Google, has released a new open source tool called Cuzillion. Steve was constantly creating sample test web pages that he used to test out theories on Web site performance. He realized that he was repeating a lot of the same steps, so why not create a tool that would enable him to build the samples quickly. Thus, Cuzillion was born.



If you take a look at the UI above, you will see that it is mimicking a Web page, with a <HEAD> and <BODY>. On the left hand side you select types of elements; such as images, scripts, CSS, and other resources. You add these elements to the mini page on the right, and then you can select that element to set more properties on it. For example, you can quickly set the domain that it is running on, which allows you to test splitting our content on domains.

We sat down with Steve and produced the video below in two parts. It starts off with him discussing the project, and then delves into a screencast of the product itself. He gives us an introduction, and then shows how he used it to solve an issue with Orkut.

2013, By: Seo Master
Seo Master present to you:

Have you noticed, that some web sites do not allow their visitors using right mouse click while pointer is on the blog area. This option is useful for the site and blog owners, who want to minimize the possibilities of the content direct copying to other posts.

right click disable copy How to Disable Right click in Blogger / Blogspot ?

Right click on any internet browser is very important element and we must use it when it comes to copy or editing texts and etc. It’s very important when it comes to webmasters too. but some people may use it in a bad way, and you may want to make click right disabled on your blog. to protect you text, images links and etc.

To setup this tool in your blog Copy the Following code and paste it to your blog by adding a new page element.

Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript

Step 2 : Copy the Below Script and paste it in that blogger widget.

 

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Being Geeks
//For full source code, visit http://www.beinggeeks.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

 

Step 3 : Save the html/javascript and view you blog.

When you will try to do right click, a message will tell you that “Function disabled” , and if you want to change this words” Function Disabled” Then simply find it in code and replace it.
2013, By: Seo Master

Powered by Blogger.