$menu = new stickymenu; $menu->display_menu('menu=Main'); # Will display menu 'Main' here

SEO - Link Building - SEM

Revolutionary Webmaster Guide……….

Archive for the ‘Computer and Internet tips’ Category

How to add my own designed page to my wordpress blog?

Yes. You can add your own designed custom page to your wordpress blog. In this tutorial i will explain you briefly “How to add custom page to your wordpress theme”. Recently one of my friend quoted me this question 

- Hey i know html. I can create my own pages in html using dreamweaver. But I don’t know how to edit php pages or else I don’t know how to create my own (custom page) php page-

Well, not only to my friend many of you are facing with this problem .Nothing difficult, we can easily solve this problem. Just create your own page in html as you like but save it in .php extension.  Let me explain you clearly ?

Just open your note pad file and paste this code as shown below:

Don’t edit anything :

——————————————-

<?php

/*

Template Name: Elechub

*/

?>

<html>

——————————————-

Now copy this code in your dreamweaver project and paste just below 

<title>Untitled Document</title>

</head>. 

Now you design your page as you wish and save that file in .php extension.  Open your FTP and save that file in  /wp-content/themes/yourpresenttheme/ .

Now you open your wordperss blog -> click on Write -> Write page -> click on code and paste “Elechub” without quotes as shown in below picture. At left side you can see Page template. Select Elechub instead of default template and save your page. Everything is done successfully. Now you can open your own designed page.

 You can easily create your own custom page in wordpress. As I know there are many readymade html templates are available in Internet. You can get wallpapers template, scripts, company website designs etc in html format. You just open those templates in dreamweaver and edit footer, logo etc and save it in .php extension. This is how I do with my other websites. I don’t buy any templates or scripts. I know how to create my own php custom template ;) 

 If you are having doubts you can contact me. By the way i am having total 180 HTML templates in zip file. You can get each and every type of template. You can easily create wallpapers site, company website, songs website etc etc. You just pm me with your email. I will try to mail you with zip file link in next 24 hours.

Always disable USB autorun- Complete virus protection:

I know its bit difficult to protect your PC safe from viruses and trojans. We cannot keep our USB safe and clean. Expecially in our colleges we guys exchange USB sticks constantly. I can say USB is the direct source of getting virus into our system directly. Most of the viruses that multiply through USB sticks use the autorun function of USB. Virus enters into our system as we keep USB and runs secretly in the background, unlike a CD or DVD. 

The best way to keep away from virus is to disable Autorun option for USB. This step helps from injecting virus into your system. 

Always disable USB autorun 

Follow the steps to protect your system from virus

1) Click on Start button and go to RUN.

2)Type “gpedit.msc” without quotes in Run.

3)Go to computer configuration-> Administrative Templates -> System

4)Scroll down to “Turn off Autoplay” and double click on it.

5)Now click on the  “Enabled” radio button, then for “Turn off Autoplay on” select “All drives”

This will now prevent any virus injecting into your system from USB.

 

How to get rid of adware?

How to get rid of adware? 

You may get a popup while checking your mails telling that your computer is infected and you need to clean it NOW. We all know that 90% chances of getting virus into our system without anti-virus protection.

Here are some signs that your computer may be affected: 

  •  Your system restarts automatically.
  •  Slow Internet connection.
  •  A different home page.
  •  Sudden termination of programs or sometimes your program crashes. 

If your system is completely infected then you need to clean whole pc. For this you need to download necessary tools.. If you plan to use a USB drive to transfer the downloaded files, make sure both your computer and your friend’s computer have auto run disabled. To deal with this adware, you need to install good anti-adware tool with scans your system from adware or any malicious viruses. First and the best popular solution for your adware is LavaSoft’s Ad-Aware. Just download this software and run in your system. It start running as soon as it installs in your system by reporting all this spyware that’s probably already running on your computer without you knowing. Ad-Aware is what I run on my WinXP computers. You can also use windows Anti-spyware program. This is also a good anti-adware tool which removes adware from your system.

$menu = new stickymenu; $menu->display_menu('menu=Main'); # Will display menu 'Main' here