Thursday, December 24, 2015

How to Remove Snap.do Search from Chrome, Firefox, IE


Hello guys
This is another useful video tutorial How to Remove Snap.do Search from Chrome, Firefox, IE by Minhazurnetwork. In this video I show how do get rid form Search.snapdo.com Browser Hijacker virus. If you search on google you find many remover software to remove this virus but  first you need to buy them.  If you watch this video and flow the sample step you can get rid from this kinds of virus. So watch this video and enjoy.
If this video helpful to you please like  and share this video on youtube. If any question Please comment us. And Please subscribe your channel on youtube.



   

Wednesday, December 9, 2015

How to change background Image in Photoshop

Here is my another useful Photoshop tutorial how to change background image using Photoshop. In this tutorial I am show how can use Photoshop selecting tools an how use to use it when you need it.how can i change the background image and create a new one I am show in this video tutorial you can easy to learn. Please watch my video tutorial and If you think it a helpful tutorial for you then you subscribe my youtube channel and keep update on every tutorial in my channel. Thank you. see you on my youtube channel



Sunday, November 29, 2015

How to fixed Error Apache shutdown unexpectedly

Some time's Apache server show an error its say Error: Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method.Press the Logs button to view error logs and check the Windows Event Viewer for more clues If you need more help, copy and post this entire log. Every new user first time face this error and they try to out of this error.In this tutorial I am show how to solve the Apache shutdown unexpectedly.If this tutorial help to you please subscribe my channel on youtube.

Monday, November 23, 2015

How to Whiten Teeth in Photoshop. Photoshop Tutorial

Photoshop is a powerful Photo editing software. In this tutorial how to whiten teeth in photoshop I am showing some photoshop tool that build your photos more effective. you just follow my instruction that i show in this video below.if you need more photoshop tutorial video you watch my channel on Youtube

Monday, November 9, 2015

how to remove clothes in photoshop tutorial

Photoshop Healing brush tool is use for retouching and repairing Image and text.However, the Healing Brush tool also matches the texture, lighting, transparency, and shading of the sampled pixels to the pixels being healed. As a result, the repaired pixels blend seamlessly into the rest of the image.
The Healing Brush tool can be applied to video or animation frames.
In this tutorial I am show how  to remove clothes using the healing brush tool. I Think this Photoshop tutorial help you to work whit healing brush tool.watch my tutorial and follow this instruction to learn how to use healing brush tool in photoshop.If you like my tutorial Please subscribe my channel on youtube  

       


Wednesday, November 4, 2015

How to set auto bleed in Photoshop

Now I am show you how to set bleed in Photoshop. we know that Photoshop is a vary powerful photo editing software. we are use this tool different ways.this Photoshop tutorial  make this easy and quick way to use bleeding tools. You just watch my tutorial and follow my instruction. I hope this tutorial help the graphic designer and all the Photoshop use to edit their photo. lets watch my video. If this video help you and you like Please subscribe my youtube channel.




Wednesday, September 16, 2015

How To Fix: The Hosted Network Couldn’t Be Started Problem

Today I fascinating another network error in Windows 8. The error says “The hosted network couldn’t be started. The group or resource is not in the correct state to perform the requested operation“. There are problem with hosted network adapter that not working properly. So I’m trying some fixes to solve this error and finally found the solution. So here I give you a step that working for me and now my network is working fine. So follow simple steps to solve the hosted network couldn’t be started issuing in Windows 8.


if you think you can solve The Hosted Network Couldn’t Be Started problem watch my  video on youtube  and follow my instruction. 


  

If any problem please send me a command or message me on youtube or my bloge 

Friday, July 31, 2015

How to Create Visitor Counter using PHP and Mysql

You might have seen visitor counter on many websites. Visitor counter is a simple script which is used to show number of visits on your webpage. This Post will explain you the simple  code to create your own  visitor counter using PHP and Mysql. You can use this code in any of your web applications to keep track on your visitors number in database for analysis 



Just Follow Two Simple Steps to create your own visitor counter using PHP and Mysql in your Web application

  1. 1.       Create a Table in your database
  2. 2.       Create a test file to implement the code (counter.php) 


Step 1: Create Table in your database 


Simply make a table with name tbl_counter(any name) in your database to keep the records of visitors.


CREATE TABLE `tb_counter` (
`counter` INT( 11 ) NOT NULL AUTO_INCREMENT ,
PRIMARY KEY ( `counter` )

) ENGINE = MYISAM ;






Step 2: Create a php file (Test File) 

Just implement the below mentioned code in your test file after creating table in your database

<?php
session_start();
require_once 'db_con.php';

$counter='';//initilize counter
$sql="SELECT counter FROM tbl_counter";
$resultc=mysql_query($sql);
$rows=mysql_fetch_assoc($resultc);
$counter=$rows['counter'];
// if count is empty
if(empty($counter)){
$counter=1;
$insertCounter="INSERT INTO tbl_counter set counter='".$counter."'";
$result1=mysql_query($insertCounter);
}



// increment visitor count
$increasecounter=$counter+1;
$sql2="update tbl_counter set counter='".$increasecounter."'";
$result2=mysql_query($sql2);



?>
<!DOCTYPE HTML>
<html>
    <head>
        <title>
            Hits Counter
        </title>
    </head>
    <h1>
      <?php echo "Total hits in this page=" .$counter ; ?>
    </h1>
</html>

Now you are done. Execute the code in your browser.Your own visitor counter using PHP and Mysql is ready to work now

To know more  watch my video tutorial in you tube to know more

Monday, July 13, 2015

How to Create a Javascript confirmation button



A confirmation box is used to let the user make a choice. A confirmation box will appear will with an "OK" button and a "Cancel" button. Different actions will occur depending on what button the user clicks. You can specify this course of action with conditional logic. A confirmation box can be displayed using Javascript's confirm() function.

Syntax:

confirm("Text to display in the confirmation box");






Here is a Example :
<html>
 <head>
 <script type="text/javascript">
            function checkdelete()
            {
                var chk=confirm("Are you sure delete This ?");
                if(chk){
                    return true;
                   
                }
                else{
                    return false;
                }
            }
        </script>
  </head>
  <body>
  <form>
  <input type="button" onclick="return checkdelete();" value="Click me for some reason" />
  </form>
  </body>
  </html>




















Thursday, July 2, 2015

How to Remove Shortcut Virus From Your Computer Laptop Pen Drive Flash Drive Memory Card

How to remove shortcut virus? Now a day it a common question for us. If your file is infected by it, it will be hidden and inaccessible until at some point that it becomes corrupted and unusable. Not good, right?
I created this ultimate guide on how to remove shortcut virus and other important things that you need to know about this virus. To make you aware about it and be able to protect your devices against it.  I am creating a video about How to remove shortcut virus form your computer. you can see this video and easily remove shortcut virus form your computer Laptop Pen Drive Flash Drive or memory card.So let’s start.