Tuesday, March 29, 2011

How to add meta tags blog

Adding Meta tags in blog was one of the most populartechniques for search engine optimization. But now a day it has less importancein SEO (search engine optimization).

Meta tags tell the search engine about the blog or web page.It helps in increasing the traffic a little bit. But it is good to use Meta tagin blogs and web page as some search engine might use it.

Adding Meta in single page is simple. You just have to pastesome code in some specific area.
Let’s see how we can use Meta tags.
First of all log in and click on design tab.


In design page click on edit HTML

There you see the code window. In your code window find thefollowing code. It will be in
<head> </head> section.
<b:includedata='blog' name='all-head-content'/>


Below this code add the following code and save thetemplate.

<meta content=write the description of ur blog 'name='description'/>
<meta content='write the keyword'name='keywords'/>
<meta content=’write the author name'name='author'/>

This will do for single blog page or where all blog contentare same. If you post different types of topic on different pages then weshould add Meta tags for different pages.You just need to change the code a little bit. In place of above Meta code add the following Meta code.

 <b:if cond='data:blog.url == “Type your pageurl between qutation”  '>
  <metacontent=’Type your page description here' name='description'/>
  <metacontent=’Type your page keyword here' name='keywords'/>
 </b:if>

I give you an example just follow it.


 
Save the changes. If you find any problem regarding this pleaselet me know. I will try to find another way out.


Monday, March 28, 2011

How to Hide the navbar from blog

Navigation bar or navbar is blogger’s one of build infeature shown in at the top of the blog. One can search other blogs throughthis. Also one can mark other blog as spam through this. But Many people wantsto hide this navbar because they think it degrade their blogs appearance. Letsee how can you disable this navbar or navigation bar.




Follow the steps one by one.
First,log in your blogger account and go to your dashboard. 




Click on the Design tab
Second, on design page click on Edit HTML tab as shown.


Third, now alittle bit difficult part if you don’t have any experience.
Copy thefollowing code and paste then in code window where you see the style sheetdeclaration. There  is no fixed place asthis code also a declaration so they need to be in style sheet declaration partbetween <head> </head>. You can recognize then easily. Just scrolland watch carefully where you found following type of format.

#some name {
            Some code
}

Once you got them just paste the following code below thenas shown in following figure. 

#navbar {
height: 0px;
visibility: hidden;
display: none;
}

 
 Finally,save your template. View your blog and see whether it works or not.
If possibleplease let me know and I will to find another way out. 



Wednesday, March 23, 2011

How to guard folder without password and software

In this way one can protect folder from many users but it is not an rigid one. As everybody can change if he knows the procedure.

First select a folder

Rename the folder with following code “.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
 You will see the appearance of the folder changed and it will take control panel appearance.

Now if you click on the folder you will be redirected to the control panel.

But still now you can access this folder from control panel.

For general access you just have to rename it in command prompt window. Just remove the dot(.) from folder name.




Tuesday, March 22, 2011

How to download High definition youtube videos without downloader

Open youtube site.
Select yourdesired video. Click on the video. 
As the videowindow open on address bar with existing address add “&fmt=18” for mp4 high definition video or “&fmt=6”for flv format high definition video.
Copy thisaddress.




 Now go to theaddress www.keepvid.com and on url tabpaste the address and click on download. 
Here youfound some options of video for download select one. 


The download will bestarted. Or you can simply copy the link location and download the video with anydownload manager.
There youmay face a problem if you don’t have the java plug in installed. Then you willprompt to install java plug in. just follow the link and install the java plugin and restart the browser.
Enjoy downloading.






How to search Torrent file easily

Normally we search torrent files from various torrent site with their own browser. If that particular site does not have the file u have to search it from another site.

You can search your desired torrent file from every torrent site with a single search engine.
Just go to Torrent search engine http://torrentz.eu/. Give your search.

It will search your file in every torrent site.
 Enjoy Downloading Torrent files.


How to Install Joomla on Local PC


Download the latest version of joomla from http://www.joomla.org/and unzip it.


In order to try joomla on local PC First of the all, PC mustbe converted to a server. For this First of all make sure haveApache and MySQL installed and in run mode.
You can install Apache and MySQL separately oryou can use some integrated environment like xampp etc.
Here I use xampp. You can simply download itform internet and install it in your computer. It’s easy. [see how to install xampp] 

Open it after install. Click on xampp-control.exe and youget the following window. Just click on the start button of apache andMySQL application
Now your computer is converted into a web server.
For testing this just type http://127.0.0.1or http://localhost on address bar and press enter.
There you should see pre-made start page with certain examples and test screens.

Test screen

Now copy the unzipped version of joomla and paste it wherexampp is installed there in a folder named htdocs. I install xampp in C drive.For this the path will be c:\xampp\htdocs.
Now you can rename this folder in any short nameif you want I rename it as "myjoomla". After finishing the installation http://localhost/myjoomla will be the siteaddress.

Rename the joomla
The next part is creating a database for joomla. Joomla useMySQL database.
Go on your localhost window and click on phpMyAdmin too.There you find the following window. In create new databasetab put a name and press create button. I give the database name as "forjoomla".

Defining the Database
The database will be created. Here we will just create thedatabase but won’t create any table or modify anything.We can only modify the privileges tab means which user canuse it.

Now we are ready to install joomla.In your browser address bar type http://localhost/myjoomla and press enter.Here in the address “myjoomla” is the name which I modifiedwhen copied the downloaded unzipped joomla folder in xampp’s htdocs folder.If you rename it in other name then replace it with thatname.

The installation will be started .

 Step 1:
Select your language and click next.












Step 2:
Pre-installation check. It checks whether the system supportsall the application it needs to run.
Click next.





Step 3:
GNU General Public License. Though it is a free software,you can read it if you want. Click the next button.







Step 4:
The next step is Selecting database. Here we use “MySQL”database our username was “root” password was blank means no password and thedatabase name was “forjoomla”. Put the information on database window and clicknext.
Database Configuration
FTP Configuration


Step 5:

FTP configuration: Give a user name password and path. Inpath tab if you want to set the root folder then only type “/” and to accessother sub-folders define that sub-folder. It is not required in windowsoperating system.





Step 6:
Configuration: Give a site name. Also give your email address and adminpassword. Confirm it. Install sample data. Otherwise you will just havea structure but you won’t be able to see how it will look like. You will see amessage sample data installed successfully after sample data been installed.Then click on next.



Step 7:
Finish.
Installation finished and you will be shown a window like asbelow. Here you will see a message in red font showing to delete theinstallation directory from htdocs. Delete it form “c:\xampp\htdocs\myjoomla”
 Now just click on site or enter the address http://localhost/myjoomla  to see the joomla site with sample data.

Monday, March 21, 2011

How to Install xampp in windows

Download the zip file of xampp from internet. Unzip the file to a directory of your choice. Always put it on the highest level like C:\ or D:\. It will build C:\xampp or D:\xampp or something like this.


For starting the installation double click on "setup_xampp.bat" file and after the installation completed you will a command window like as follow.



After successful installation , start the Apache 2 with "apache_start".bat", MySQL with "mysql_start".bat". Stop the MySQL Server with "mysql_stop.bat". For shutdown the Apache HTTPD, only close the Apache Command (CMD). Or use the fine XAMPP Control Panel with double-click on "xampp-control.exe"!



For testing purpose just start the browser and type “http://127.0.0.1 or http://localhost” in the location bar. There you should see pre-made start page with certain examples and test screens.

 
For uninstalling xampp just remove the "xampp" Directory.But before please shutdown the apache and mysql.