Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Friday, June 2, 2017

Simple CSS Tooltip Tutorial

Simple CSS Tooltip Tutorial



Simple CSS Tooltip

If you need a really simple and basic cross-browser tooltip on your website, this pure CSS tooltip is the one for you. It is light-weight, cross browser compatible, and easy to use.
CSS

HTML
CSS Tooltips
Tooltip

Available link for download

Read more »

Saturday, April 1, 2017

URL to QR Code Generator Make your Own Tutorial

URL to QR Code Generator Make your Own Tutorial




Make your own QR Code script or Generate your own and place it or share it any where you want with simple steps. Let goto the tutorial.

In this Tutorial we use JQuery, CSS or CSS3 and HTML elements.

Step 1. Create a HTML or PHP file and use the basic structure code to build form.
index.html






URL to QR Code Generator













Copy the Code and paste it to your website, forum, blog anywhere




style.css
#qr_codegen_box{
background: rgb(225,90,0);
position: relative;
border: 1px solid rgb(205,70,0);
padding: 3px;
display: block;
margin: 0 auto;
width: 100%;
max-width: 650px;
border-radius: 2px;
}
#qr_codegen_box > div > img{
width: 100%;
max-width: 30px;
position: relative;
}
#box_title{
background: rgb(225,90,0);
padding: 20px 10px;
color: rgb(85,30,0);
font-family:Roboto,verdana,arial;
font-size: 5vmin;
font-weight: 600;
text-shadow: 0 -1px 0 rgba(0,0,0,1);
}
#input_field{
width: 90%;
margin: 2em auto;
}
#input_field > input[type=text]{
padding: 10px;
border: 0px;
display: block;
width: 100% ;
font: 5vmin Roboto,verdana,helvetica,arial;
}
#submit_btn{
width: -webkit-fit-content;
width: -moz-fit-content;
display: block;
margin: 2em auto;
}
#submit_btn > input[type=submit],#submit_btn > input[type=reset]{
background: transparent;
border: 1px solid rgb(255,255,255);
padding: 15px 10px;
border-radius: 5px;
font: 1.5em Roboto,verdana,arial;
color: white;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
#submit_btn > input[type=submit]:hover,#submit_btn > input[type=reset]:hover{
background: white;
color: rgb(225,90,0);
}
#response{
position: relative;
display: block;
width: 300px;
margin: 0 auto 10px;
}
#qr_code_display{
display: none;
}
#code_container{
position: relative;
display:none;
width: 90%;
margin: 0 auto 20px;
border-top: 1px solid #bbb;
background: #ececec;
padding: 5px;
}
#code_container > p{
font: 14px verdana,helvetica,arial;
color: rgb(100,100,100);
margin: 0 auto 10px;
padding: 0;
}
#embed_code{
display: ;
border: 1px solid #ccc;
width: 100%;
min-height: 100px;
max-height: 400px;
padding: 5px;
font: 16px verdana,helvetica,arial;
}
jscript.js
$(function(){
$("#btn").click(function() {
var url = $("#text_feild").val();
var encodeURL = encodeURIComponent(url);
var text = "";
$("#qr_code_display").fadeIn(1000).html(text);
$("#code_container").fadeIn(1000);
$("#embed_code").text(text);
$("#reset").fadeIn(1000);
$("#input_field").hide();
$("input[type=submit]").hide();
});
$("#reset").click(function(){
$("#qr_code_display").hide();
$("#code_container").hide();
$("#reset").hide();
$("#input_field").show();
$("input[type=submit]").show();
});
});
Share and Create your Own.

Available link for download

Read more »

Monday, March 27, 2017

How to Root almost any Android Device with Root Genius one Click Tutorial

How to Root almost any Android Device with Root Genius one Click Tutorial



Rooting an Android device gives similar access administrative permissions as on Linux or any other Unix-like operating system such as FreeBSD or OS X. Root access is sometimes compared to jailbreaking devices running the Apple iOS operating system.

Tutorial:-

Step 1. First of all Enable "USB Debugging" in Developer Option as show in image.
[Note:- If Developer option not shown then goto setting>>About phone then click again and again on Build number till you get message "You are Now a Developer"]


Step 2. Download the Root Genius software for windows from link given in end of Post and Run as Administrator.


Step 3. Connect your Android phone via USB Cable and then press the Root It button as shown in image and sit back.



After the process is complete the phone will restarted may be. Then an app will be display in your app drawer.


Thats it. You have successfully Rooted your Android Device.

Download Link
Download Root Genius Resumable Link

Available link for download

Read more »

Thursday, March 9, 2017

Tutorial Guide How to Root Xolo Q1011 MT6582

Tutorial Guide How to Root Xolo Q1011 MT6582


Root Xolo Q1011
Use this method for Rooting Xolo Q1011 and many of other xolo MTK Devices.

Tools Required:-
1. MTK Droid Tool. Download from here.
2. SP Flash Tool Latest version from here.
3. CWM Recovery or Philz Touch Recovery. link given at the end of post.(only for Xolo Q1011)
4. Scatter file from Stock Rom or Download from here.
5. ADB USB Driver from here. or MTK VCOM Driver (Search Google).
6. Update_SuperSU_v2.46.zip for installing supersu from here.
7. A brain to understand the procedure.

Preparation:-
First install adb driver or MTK VCOM Driver.
Enable USB debugging on device by going to Settings»Developer Options»USB Debugging.
Install MT65xx Preloader Driver.
Put Update_SuperSU_v2.46.zip into external SDcard.

Simple Method:-
1. Run SP Flash Tool and click on scatter loading button to browse the scatter file as shown in pic.
2. After scatter is loaded then you see all the files are checked . Remove all files check mark except Recovery option as shown in image.
3. Power off the phone then ensure that you have selected Download Only option. Now click on Download button and connect the phone [Preloader Driver must needed].
4. After completion of process green color logo is appear that means Recovery is downloaded in phone.
5. Now Start phone into recovery mode by pressing VOLUME UP + POWER button simultaneously.
6. Now select option Install zip.
 7. Now Choose zip from /storage/sdcard0 (its my external SDcard).
8. Then installation is when successful, Reboot your phone and check for Rooting confirmation by installing Root Checker or Root Check from play store.

Thats It, you have successfully root your phone. 

Download Links
MTK Droid Tool Download
SP Flash Tool Latest v5.1352.01
CWM Recovery Q1011 or Philz Touch Recovery (only for Xolo Q1011)
Scatter file from Stock Rom or Click to Download
ADB USB Driver
Update_SuperSU_v2.46.zip

Available link for download

Read more »