Show Mobile Navigation
How's
Showing posts with label How's. Show all posts
Showing posts with label How's. Show all posts

Make Mobile Number Callable in Blog OR in e-mail

Hemant Verma - 2:35 PM
When anyone want to send your mobile number in mail or facebook etc. and you want to call on that number so you will have to copy that number on a paper and then you dial that number in your mobile phone but there is also a one method that you can easily send your number in mail, and whenever you want to call them, probably you copy that number and paste in the dialer but you can easily enable that number callable in your website also on your blog also.




Adding Code for Telephone Links


You add the code as text to the location you want the link to appear. You just need a single line of code like this:
<a href="tel:123-456-7890">123-456-7890</a>
The first part of this line of code tells where to point the link. Href=tel: creates a telephone link. The number of course gives it the number to link to.
The second part is the visual portion of the link. It doesn’t have to match the link. In other words, the visual portion can be numbers or letters you want displayed. You can have it say a message instead, such as “Click to Call”. For example, if you want it to display a message instead of the number, your code would look like this:
<a href="tel:123-456-7890">CLICK TO CALL</a>
Your visitors will see the message but when they click on it they are sent to the dialing screen of their phones with your number already inserted and ready for them to hit the call button.

Add a Headlines News Widget in Your Blog

Hemant Verma - 11:29 PM
ghjhgjgghjhHello Gyus, Today we are sharing a very good and very professional type of widget here on this blog, as you see many times in news websites that here is a news ticker always get updates automatically, so this widget is also is related with the same kind of widget and being more professional, developer add a very good feature in it that's called tool tip, as you can see in the gif image so this ticket widget works like same. So, do it and "Make Your Blog Like a Pro" which is Our supreme goal.



| Demo |

How to Add Headline Widget

Follow all below steps.... (It has 2 Steps)
This is Ist Step....
  • Login to Blogger > Template
  • Take Backup of Your Template Before Edit
  • Click on "EDIT HTML" 
  • Paste below code after <head> tag
<link href='http://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.css' rel='stylesheet'/>           
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/>

  • Now Search for ]]></b:skin> and Paste below code just above it.
/*--------------Headlines News Widget ----------*/
       
.ticker-wrapper.has-js{margin:20px 0;padding:0 20px;width:780px;height:32px;display:block;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:#f8f0db;font-size:.75em}        
.ticker{width:710px;height:23px;display:block;position:relative;overflow:hidden;background-color:#f8f0db}          
.ticker-title{padding-top:9px;color:#900;font-weight:700;background-color:#f8f0db;text-transform:uppercase}          
.ticker-content{margin:0;padding-top:9px;position:absolute;color:#1F527B;font-weight:700;background-color:#f8f0db;overflow:hidden;white-space:nowrap;line-height:1.2em}          
.ticker-content a{text-decoration:none;color:#1F527B}          
.ticker-content a:hover{text-decoration:underline;color:#0D3059}          
.ticker-swipe{padding-top:9px;position:absolute;top:0;background-color:#f8f0db;display:block;width:800px;height:23px}          
.ticker-swipe span{margin-left:1px;background-color:#f8f0db;border-bottom:1px solid #1F527B;height:12px;width:7px;display:block}          
.ticker-controls{padding:8px 0 0;list-style-type:none;float:left}          
.ticker-controls li{padding:0;margin-left:5px;float:left;cursor:pointer;height:16px;width:16px;display:block}          
.ticker-controls li.jnt-play-pause{background-image:url(../images/controls.png);background-position:32px 16px}          
.ticker-controls li.jnt-play-pause.over{background-position:32px 32px}          
.ticker-controls li.jnt-play-pause.down{background-position:32px 0}          
.ticker-controls li.jnt-play-pause.paused{background-image:url(../images/controls.png);background-position:48px 16px}          
.ticker-controls li.jnt-play-pause.paused.over{background-position:48px 32px}          
.ticker-controls li.jnt-play-pause.paused.down{background-position:48px 0}          
.ticker-controls li.jnt-prev{background-image:url(../images/controls.png);background-position:0 16px}          
.ticker-controls li.jnt-prev.over{background-position:0 32px}          
.ticker-controls li.jnt-prev.down{background-position:0 0}          
.ticker-controls li.jnt-next{background-image:url(../images/controls.png);background-position:16px 16px}          
.ticker-controls li.jnt-next.over{background-position:16px 32px}          
.ticker-controls li.jnt-next.down{background-position:16px 0}          
.js-hidden{display:none}          
.no-js-news{padding:10px 0 0 45px;color:#F8F0DB}          
.left .ticker-controls,.left .ticker-content,.left .ticker-title,.left .ticker{float:left}          
.left .ticker-controls{padding-left:6px}          
.right .ticker-controls,.right .ticker-content,.right .ticker-title,.right .ticker{float:right}          
.right .ticker-controls{padding-right:6px}          
/*########Default Style by MBT#########*/          
.ticker-wrapper.has-js{margin:0 0 -200px;padding:0;width:98%;min-height:242px;display:block;border-radius:0;background-color:#fff;border:0 solid #eee;font-size:12px;overflow:hidden}          
.ticker{width:80%;height:42px;display:block;position:relative;overflow:visible;background-color:#fff}          
.ticker-title{background:#71db00;padding:9px 10px;color:#FFF;font-size:16px;font-family:oswald;text-transform:uppercase;text-shadow:1px 1px 6px #666}          
.ticker-title:after{left:90px;top:10px;height:0;width:0;position:absolute;content:" ";pointer-events:none;margin-left:0;margin-top:1px;border-left:13px solid #71db00;border-top:10px solid transparent;border-bottom:10px solid transparent;-moz-transform:scale(.9999)}          
.ticker-content{background-color:#fff;margin-left:18px!important;color:#444;margin-top:1px!important;overflow:visible!important; padding-top: 2px!important;}          
.ticker-swipe{background-color:#fff;position:relative;top:6px;left:110px!important}          
.ticker-swipe span{margin-left:1px;background-color:#fff;border-bottom:1px solid #333;height:12px;width:7px}          
.ticker-controls{padding: 0px!important;margin: 17px 0 0 10px!important;list-style-type:none;position:relative;right:-50px}          
.ticker-controls li{padding:0;margin-left:5px;float:left;cursor:pointer;height:16px;width:16px;display:block}          
.ticker-controls li a{border:0px!important; padding:0px!important;}          
.ticker-controls li.jnt-play-pause,.ticker-controls li.jnt-play-pause.paused,.ticker-controls li.jnt-play-pause.paused.over,.ticker-controls li.jnt-prev,.ticker-controls li.jnt-play-pause.over,.ticker-controls li.jnt-next{position:absolute;background:none}          
.ticker-controls li.jnt-play-pause:after,.ticker-controls li.jnt-play-pause.over:after{content:"\f04c";font-size:13px;color:#71db00;font-family:fontAwesome;position:relative;left:1.8em}          
.ticker-controls li.jnt-play-pause.paused:after,.ticker-controls li.jnt-play-pause.paused.over:after{content:"\f04b";font-size:13px;color:#71db00;font-family:fontAwesome;position:relative;left:1.8em}          
.ticker-controls li.jnt-prev:after{content:"\f04a";font-size:13px;color:#71db00;font-family:fontAwesome;position:relative;left:0}          
.ticker-controls li.jnt-next:after{content:"\f04e";font-size:13px;color:#71db00;font-family:fontAwesome;position:relative;left:3.6em}          
.ticker .iauthor:before, .ticker .icomments:before, .ticker .idate:before{font-family:fontAwesome;position:relative;padding-right:8px;color:#fff}          
.ticker .iauthorpic{width:17px!important;height:17px!important;border-radius:50%;float:none;display:inline-block!important;margin-right:3px;position:relative;          
top: 6px;border: 1px solid #eeeeee;          
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);          
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);          
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);          
    padding: 3px;          
}          
.ticker span {padding-right:5px; font-family:Oswald; font-weight:normal}          
.ticker .icomments a{color:#71db00;font-size:11px}          
.ticker .icomments a:hover{text-decoration:underline}          
.ticker .icomments:before{content:'\f086';padding:0 3px 0 0px;color:#777;position:relative; top:-1px}          
.ticker .idate{font-size:11px;padding-right:7px;}          
.ticker .idate:before{content:'\f073';padding:0 5px;color:#777; position:relative; top:-1px}          
.ticker .mbttitle{font-family:oswald;font-size:14px;color:#71db00!important;font-weight:400;text-decoration:none;}          
.ticker .mbttitle:hover{text-decoration:underline}
       
/*------ CSS3 Tooltip by MBT -------------*/        
.ticker .tooltip{outline:none;text-decoration:none!important;position:relative}          
.ticker .tooltip strong{line-height:30px}          
.ticker .tooltip > span{width:290px; white-space: normal; padding:15px 15px 0px 15px;opacity:0;top:170%;visibility:hidden;z-index:10;position:absolute;font-family:Arial;font-size:12px;font-style:normal;border-radius:2px;box-shadow:2px 2px 5px #999;-webkit-transition-property:opacity,margin-top,visibility,margin-left;-webkit-transition-duration:0.4s,0.3s,0.4s,.3s;-webkit-transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out;transition-property:opacity,margin-top,visibility,margin-left;transition-duration:0.4s,0.3s,0.4s,.3s;transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out}          
.ticker .tooltip > span img{float:right;width:130px;margin:0 0 30px 10px;padding: 0;border: none;}          
.ticker .tooltip:hover > span{opacity:1;text-decoration:none;visibility:visible;overflow:visible;display:inline;margin-left:0px}          
.ticker .tooltip span b{width:15px;height:15px;margin-left:20px;bottom:-9px;display:block;position:absolute;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);display:none\0/;*display:none}          
.ticker .tooltip > span{color:#fff; background:#71db00;border:1px solid #94fb26}          
.ticker .tooltip span b{margin-top:-19px;top:10px;background:#71db00;border-top:1px solid #94fb26;border-right:1px solid #94fb26;border-bottom:1px solid #71db00;border-left:1px solid #71db00}
       
@media only screen and (max-width:480px) {        
.ticker-content {margin-left: -5px!important;padding-top: 4px!important;}.ticker-title{font-size:10px!important;padding:5px!important;}          
.ticker-controls, .ticker .icomments, .ticker .idate, .ticker .iauthor, .ticker .iauthorpic, .ticker-title:after {display:none;}}

  • Now Save Your Template. 
This is 2nd Step

  • Go to Blogger > Layout
  • Select "Add a Gadget"
  • Add a "HTML/JavaScript" Gadget
  • Paste below code in it.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>        
<script src="http://www.jquerynewsticker.com/includes/jquery.ticker.js" type="text/javascript"></script>
       
<!-- ######### Writing Callback Function ############# -->        
<script type="text/javascript">          
//----------------------------Defaults          
var ListBlogLink = "http://www.widgid.com";          
var ListCount = 5;          
var TitleCount = 70;          
var ListLabel ="Widgets";          
var ChrCount = 140;          
var ImageSize = 200;
       
//----------------------------Function Start        
function mbtlist(json) {          
document.write('<ul id="js-news" class="js-hidden">');          
for (var i = 0; i < ListCount; i++)          
{
       
//-----------------------------Variables Declared        
var listing= ListImage = ListUrl = ListTitle = ListImage = ListContent = ListConten = ListAuthor = ListTag = ListDate = ListUpdate = ListComments = thumbUrl = TotalPosts = sk = AuthorPic= ListMonth = Y = D = M = m = YY = DD = MM = mm = TT =  "";          
//----------------------------- Title URL          
for (var j = 0; j < json.feed.entry[i].link.length; j++) {          
if (json.feed.entry[i].link[j].rel == 'alternate') {          
break;          
}          
}          
ListUrl= "'" + json.feed.entry[i].link[j].href + "'";          
//----------------------------------- Title Stirng          
if (json.feed.entry[i].title!= null)          
{          
ListTitle= json.feed.entry[i].title.$t.substr(0, TitleCount);          
}
       
if (json.feed.entry[i].thr$total)        
{          
ListComments= "<a href='"+json.feed.entry[i].link[j].href+"#comment-form'>"+json.feed.entry[i].thr$total.$t+"</a>";          
}          
ListAuthor= json.feed.entry[i].author[0].name.$t.split(" ");          
ListAuthor=ListAuthor.slice(0, 1).join(" ");          
AuthorPic = json.feed.entry[i].author[0].gd$image.src;
       
       
//################### Content Check          
ListConten = json.feed.entry[i].content.$t;          
ListContent= ListConten.replace(/(<([^>]+)>)/ig,"").substring(0, ChrCount);
       
//################### Date Format
       
ListMonth= ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
       
ListDate= json.feed.entry[i].published.$t.substring(0,10);
       
                         Y = ListDate.substring(0, 4);        
                        m = ListDate.substring(5, 7);          
                         D = ListDate.substring(8, 10);          
                         M = ListMonth[parseInt(m - 1)];
       
//################### Thumbnail Check        
if (json.feed.entry[i].media$thumbnail)          
{          
thumbUrl = json.feed.entry[i].media$thumbnail.url;          
sk= thumbUrl.replace("/s72-c/","/s"+ImageSize+"/");          
ListImage= "'" + sk.replace("?imgmax=800","") + "'";          
}
       
// YouTube scan        
else if (json.feed.entry[i].content.$t.match(/youtube\.com.*(\?v=|\/embed\/)(.{11})/) != null)          
{          
    var youtube_id = json.feed.entry[i].content.$t.match(/youtube\.com.*(\?v=|\/embed\/)(.{11})/).pop();          
   
    if (youtube_id.length == 11) {          
        var ListImage = "'//img.youtube.com/vi/"+youtube_id+"/0.jpg'";          
        }          
}
       
       
else if (json.feed.entry[i].content.$t.match(/src=(.+?[\.jpg|\.gif|\.png]")/) != null)          
{          
// Support For 3rd Party Images          
ListImage =  json.feed.entry[i].content.$t.match(/src=(.+?[\.jpg|\.gif|\.png]")/)[1];          
}          
else          
{          
ListImage= "'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGTHkdg4YMYQGJQwc_M7nLSVMf6XNvls7OHQTo4o2tPb9mlCZT9GI8IFKjj8nMNX0pdIAc-sCfak3DHmUFx4JxKzOe3RO_hMARaP8kTSaET_7v3FsxkfxVSjVs3nHQScjDZfon9ZzoYOA/s200/Icon.png'";          
}
       
//----------------------------------- Printing List        
var listing = "<li class='news-item'><span class='iauthor'><img class='iauthorpic' src='"+AuthorPic+"'/>"          
+ListAuthor+ "</span> <span class='icomments'>"          
+ListComments + "</span>  <span class='idate'>"          
+ D + " " + M + "</span><i class='fa fa-chevron-right'></i> <a class='mbttitle tooltip' href="          
+ListUrl+          
"><span><b></b><img src="          
+ListImage+          
"/>"          
+ListContent+          
" →</span>"+ListTitle+"</a></li>";          
document.write(listing);          
}}
       
document.write("</ul><script src='"+ListBlogLink+"/feeds/posts/default/-/"+ListLabel+"?alt=json-in-script&callback=mbtlist'></"+"script>");          
/*##########Newsticker settings########*/          
    $(function () {          
        $('#js-news').ticker({          
        speed: 0.20,          
        controls: true,  
        titleText: 'Headlines',          
        displayType: 'reveal',          
        pauseOnItems: 2000});          
});          
</script>

  • Save Your Widget.

Make Changes....!

  • Replace it www.widgid.com with your own blog link.
Created By: Mohhamad Mustafa

How to Create Bootable iso Files using Ultra iso Software

Hemant Verma - 5:36 PM


Hello Friends, Today I posting some thing here in this blog after such a long time like after 1 year just due to some reasons I didn't post anything and even my URL also got expire and unfortunately I was not able to renew it, because of some family problems but today I have some thing new for you all.

Many times 2 friends were asking that how to burn a DVD or CD and how to make pendrive bootable so that we can burn some windows DVD and also can install windows by using the pen drive so today, this video will tell you that how to burn any CD.

Friends after watching this video please subscribe our channel for more cool and interesting video.



How to Compress Video with VLC Player : Video Tutorial

Hemant Verma - 9:40 PM
VLC is one of the best and reliable video player for Windows and other platforms also. VLC media player fan then you could do use it as a video cutting tool too.

One more advantage of using VLC is that people who use other operating systems like Ubuntu, Fedora or Mac and hence cannot use the Windows Movie Maker, can also use the cross-platform VLC to cut out video clips.

Steps to Convert and Compress using VLC Media Player:

1) Open the VLC Media Player, select Media in Tool bar and in that click on ‘Convert/ Save’ option or you can use short cut key Ctrl + R

2) Select the file which you want to convert and click on Convert/Save

3) Select the Destination folder where you want to save the converted file, while saving the file name save with the extension (suppose if you want to save file name as abc converting into MP4 format then give name file name as abc.mp4 not only abc )

4) Even you can select or change the Audio or Video codec by using the Edit Selected Profile option present next to profile selection drop down menu

5) Click on Start, within few minutes you will get the converted file in specified format and you will see that size of file will be reduced.


Here is Video Tutorial...


How to Use Your Laptop as a Wi-Fi Hotspot

Hemant Verma - 10:49 AM
Have you ever been in a situation where you have no W-Fi router, just one network cable and five people who need to use the Internet? Or maybe you have a 3G dongle that works with your laptop, but leaves your Wi-Fi-only tablet offline. Sounds familiar? It would certainly be handy to share the Internet connection amongst all users and devices without a router, right?

Or maybe this scenario will ring a bell. Many hotels offer wired Internet access for free, but charge you for Wi-Fi and/ or for using the Internet on more than one device. So should you just pay the crazy amount they ask for? Not necessarily.
You can share your laptop or desktop Internet connection via Wi-Fi to other devices, and for the most part, it's quite simple. Mac users face no trouble at all, as setting up Internet sharing in OS X is just a couple of click away, but for Windows users the process can be a little bit more laboured. The built-in options don't always cut it due to the complicated setup and reliability problems.
Internet sharing on Windows 7, Windows 8, or Windows 8.1
Thankfully, there are quite a few apps that let you use your machine as a Wi-Fi hotspot. Before you use any of these apps, you may want to check the steps onMicrosoft's site to see Windows' built-in Internet sharing and see if you have better luck than we did. We do recommend that you skip that and use a third-party app instead, since the experience is usually much better.
We tested some popular apps that let you do this - Connectify and Virtual Router Plus. The latter didn't work very well for us. Our anti-virus flagged it as a threat and during installation it tried to make us install unwanted software.
We didn't have the same issues with Connectify. It is a reliable app for turning your computer into a Wi-Fi hotspot. Before you proceed, know that you will need a Windows PC with a Wi-Fi adapter (or built-in Wi-Fi) to make this work. If your computer does not have Wi-Fi, then you can buy one that connects via USB, such as this one.

Here are the steps to setup your Windows machine was a Wi-Fi hotspot:

1. Download Connectify and install it. The installation is pretty straightforward and when installation is complete, restart your computer.
2. After restarting the computer, check whether it is connected to the Internet. If it is, run the Connectify Hotspot app.
3. You'll see two tabs in the app - Settings and Clients. In the Settings tab, under "Create a..." click Wi-Fi Hotspot.
4. Under Internet to Share, you'll see a drop-down menu. Expand it and select the connection you want to share. We tested this app with a wired and a wireless connection and found that it worked perfectly with both.
5. Under that, you'll see some more options. Add a Wi-Fi password. Click Start Hotspot.
That's all you need to do. Now other devices will detect a Wi-Fi network labelled Connectify-me. Key in the password and you're good to go.

Connectify is a paid app, but it has a stripped down free version. You can create a hotspot with the free version, but the main limitation is that it automatically disconnects every 30 minutes and shows pop-ups asking you to buy the pro version. You'll have to re-enable the hotspot manually to start using it again.
The Pro version has more features and costs $25 (Rs. 1,550) for a year and $40 (Rs. 2,450) for a full licence. Apart from unlimited hotspot uptime, you get features such as custom hotspot naming, the ability to share Internet from 3G and 4G networks (for sharing USB Internet dongles), and advanced firewall controls (choose which devices can access Internet and personal files on your LAN).

Internet Sharing on OS X

Mac users have it a lot easier. Here's how to share your Mac's Internet connection.
1. Open System Preferences > Sharing > check Internet Sharing on the left.
2. On the right, expand the drop-down menu next to Share your connection from: and select the connection you want to share. You can share Internet connections from Ethernet, Wi-Fi, Bluetooth, or even iPhone USB.
Typically, you'd want to select Ethernet, if you are using a wired Internet connection iMac, Mac Pro, or MacBook Pro. If you are using an external Ethernet adapter with a MacBook Air, you'll want to select USB Ethernet or Thunderbolt Ethernet, depending upon the kind of dongle you are using (usually it's USB).
3. Just below that, there's a box next to To computers using: where you should check the box next to Wi-Fi.
4. Click the Wi-Fi Options button below the box. Pick a Network NameSecurity Typeand enter the password twice in fields named Password and Verify. We strongly recommend you choose a password, instead of leaving the Security option has None. You can leave Channel as the default value unless you know what you are doing. Click OK.
5. If the connection is active, you'll see a green icon and text Internet Sharing: On under System Preferences.

That's all. You'll be able to use the Internet on other devices now by connecting to the network you specified under Network Name.
That is how you turn your PC or Mac into a Wi-Fi hotspot. Are there any other ways that you used to get this done? 

How can You Choose a Best SEM Company to Optimize Your Site?

Hemant Verma - 7:31 PM
Making your own site and blog is very easy but to optimize that blog is some where tough work but it's nt that tough that we thinks about that because if we use right and correct keywords then we can easily optimize our blog in just few days, and it's not that tough :) but some where many big companies wants to hire some SEO professionals to show their sites top on the search engines like Google, Bing, Yahoo etc. and that's why they hires some SEO professionals OR contact to any SEM company means Search Engine Marketing company, but it's too difficult to find a perfect SEM company for your tasks, because their prices and other services is always depend on the work and their results e.g. as we listen about the top online shopping site they create their databases and launch their sites and when we search about that name then their searching results comes on the top of the search engines because they hires some professionals and Marking experts. So, if you want to OR thinks to hire a SEM company then you should consider first some following points and tips.

First Let You Knows that When to Use Paid SEM


Sooner or later you see that free SEO alone doesn't deliver the results you want. This feeling is especially strong after another update to the search algorithm, such as the Panda update, when your sites that used to rank well for your keywords get buried down the search results. At times like these, almost everybody will turn to PPC and paid search. However, even when the times aren't drastic, SEM is a good alternative. For instance, it works best in the following cases:

1. For Competitive Keywords:

Competitive keywords are too hard to conquer organically. If you have in mind how much time free SEO takes, for competitive keywords PPC is much cheaper than organic. Of course, if you start with Adwords and $3-4 dollar clicks, the costs will be huge but if you try competitive keywords on some of the
Adwords alternatives first, most likely you will achieve better results for a fraction of the money you would spend on Adwords.

2. When You Need Lots of Traffic in a Short Period of Time

Free SEO takes lots time to see some effects. If you are under time constraints – i.e. you need traffic on some occasion, you will hardly want to wait. For instance, if you sell Christmas stuff and your keywords are too competitive, you might end ranking well organically but it's no use to rank well for Christmas-related keywords in February, for example. Therefore, in November and December you might want to drive huge traffic with PPC. If you want to start SEO at that time, it's just in time for next year's Christmas, so basically in this case PPC is your only alternative.

3. For Better Exposure:

Most experts think that it is Top 5, or even Top 3 for a particular keyword that matters. In other words, if you manage to make it to the 7th or 10th place, for example, this won't be as good as getting into the Top 5 and still you will have invested a lot in free SEO. If you want to get better exposure, you need to consider paid listings. Paid listings for a given keyword are displayed above organic ones, so you are getting more exposure, but you also must have in mind that generally users are more likely to click on organic results than on paid listings because they feel organic listings are more authentic.

4. To Find Keywords That Convert Well:

Paid SEM is a great source of keyword ideas for free SEO. After you launch a campaign, you will see that some of the competitive keywords you thought would do great for you, if you ranked well for them in Google, actually don't convert. It's quite logical that if a keyword is competitive, this doesn't necessarily mean it will convert well for you and it's best not to learn it the hard way.
The wisest you can do is spend some dollars on a PPC campaign and see if this particular keyword converts well. If it does, then increase your free SEO efforts and your PPC budget for it.

Note: Free SEO and paid SEM complement each other brilliantly. Each of them has its strengths and weaknesses and for best results, the winning approach is to use both. You just need to experiment a bit till you find the right combination for you and do ongoing monitoring of the effect but once you find the perfect formula, you won't believe how much traffic you'll be getting.




How to Choose SEM Company?

It is stretching the truth to say that there are no reliable SEO companies. Yes, there might be many scam SEO companies but if you know what to look for when selecting a SEO company, the risk of hiring fraudsters is reduced. It is much better if you yourself have a substantial knowledge of SEO and can easily decide if they promise you the starts in the sky or their goals are realistic but even if you are not quite familiar with SEO practices, here is a list with some points to watch for when choosing a SEO company:

Do they promise to guarantee #1 ranking? If they do, you have a serious reason to doubt their competencies. As the Google SEO selection tips say, no one can guarantee a #1 ranking in Google. This is true even for not so competitive words.

  • Get recommendation from friends, business partners, etc. Word of mouth is very important for the credibility of a company.
  • Ask in forums. There are many reputable Web master forums, so if you can't find somebody who can recommend you a SEO company right away, consider asking in Web master forums. However, beware that not all forum posters are honest people, so take their opinion (no matter if positive or negative) with a grain of salt. Forums are not such a reliable source of information as in-person contact.
  • Google the company name. If the company is a known fraudster, chances are that you will find a lot of information about it on the Web. However, lack of negative publicity does not mean automatically that the company is great, nor do some subjective negative opinions mean that the company is a scammer.
  • Ask for examples of sites they have optimized. Happy customers are the best form of promotion, so feel free to ask your potential SEO company about sites they have optimized and references from clients. If you get a rejection because of confidentiality reasons, this must ring a bell about the credibility of the SEO company - former customers are not supposed to be a secret.
  • Check the PR of their own site. If they can't optimize their site well enough to get a good PR (over 4-5), they are not worth hiring.
  • Ask them what keywords their site ranks for. Similarly to the page rank factor, if they don't rank well for the keywords of their choice, they are hardly as professional as they are pretending to be.
  • Do they use automated submissions? If they do, stay away from them. Automated submissions can get you banned from search engines.
  • Do they use any black hat SEO tricks? You need to know in advance what black hat SEO is in order to judge them, so getting familiar with the most important black hat SEO tricks is worth before you go and start cross-examining them.
  • Where do they collect backlinks from? Backlinks are very, very important for SEO success but if they come from link farms and other similar sites, this can cause a lot of trouble. So, make sure the SEO firm collects links from reputable sites only.
  • Get some personal impressions, if possible. Gut instinct and impressions from meetings are also a way to judge a company, though sometimes it is not difficult to get mislead, so use this approach with caution.
  • High price does not guarantee high quality. If you are eager to pay more, this does not mean that you will get more. Just because a firm costs more DOES NOT make them better SEO's. There are many reasons for high prices and high quality is only one of them. For instance, the company might work inefficiently and this is the reason for their ridiculously high costs, not the quality of their work.
  • Cheap is more expensive. This is also true. If you think you can pay peanuts for a professional SEO campaign, then you need to think again. Professional SEO companies offer realistic prices.
  • Use tricky questions. Using tricky questions is a double-edged sword, especially if you are not an expert. But there are several easy questions that can help you.
  • For instance, you might ask them how many search engines they will automatically submit your site to. If they are scammers, they will try to impress you with big numbers. But in this case, the best answer would be "no automatic submissions".
  • Another tricky question is to ask them if they will place in you top 10 for some competitive keywords of your choice. The trap here is that it is them, not you, who chooses the words that are best for your site. It is not that probable that they will choose exactly the same words as you suggest, so if they tell you that you just give them the words and they push you to the top, tell them “Goodbye”.
  • Do they offer subscription services? SEO is a constant process and if you want to rank well and keep on like that, efforts are necessary all the time. Because of this, it is better to select a company that includes post-optimization maintenance, than get a company that pushes your site to the top and then leaves you in the wild on your own. You may even want to see if they offer SEO Pay Per Click services to help you maintain an ongoing PPC campaign to further optimize your site's online marketing.



We tried to mention some of the most important issues in selecting a SEO company. Of course, there are many other factors to consider and each case is different, so give it some thought, before you sign the contract for hiring a SEO company.

How to Build Backlinks Without Spamming the Web

Hemant Verma - 3:22 PM
Brands’ all and sundry, have a standalone website dedicated to their business. An elucidatory domain name, a reliable web host and inspiring website design – all these are carefully addressed in their endeavor of creating an impressive online representation of their brand. But when it comes to creating an online reputation, more often than not companies fail to recognize the importance of backlinking. Even those who fully realize how a good page rank can be beneficial, are scrambling to find ways to build quality backlinks.





The following sermon lists 8 simplest and most effective ways to build links, without having to assail the web with Spam-like links:

1. Take a Cue from Competitor

Keeping an eye on the competition never fails, backlinking endeavors are no different. So, what does competitor analysis mean with respect to building backlinks? It essentially means evaluating how your client is approaching the process and in their exercise to build the links, how are they spreading their wings. It is important to know at which places are the placing the links back to their websites and it would serve you well to follow suit. Buy replicate their strategy will save you a lot of time and give you a greater insight, without having to indulge in extensive research. If you have lesser people working for you than your competitor, this practice is going to reap rich benefits.
But, even with the professionals you have working for you, do perform a research for the portals and websites on the Internet that are relevant to your website’s genre, but have been missing from your competitor’s list. By going a step ahead than your competitor, you are pitching yourself for better results.



2. Let Content Take You Through

One thing that will never fail is writing more and more content. Publishing content in high doses on your website is never going to invite any penalties from any source unless it is original and relevant to your site. Google is known to favor websites that keep on positing new content more frequently, rather than once in a while. If you can post 3 or more articles per week, you are going to get reasonable benefits in terms of the search engine indexing.

The content you post should not only be relevant, but it also has to be compelling enough to make visitors stay on your website. it is a part of building a positive reputation for your website so that the visitors talk about it among their friends and online social circles. When your content intrigues your visitors, they share it on their social media profiles, which means more and more people read it. As you build your reputation through quality content, other websites will start noticing you and will wish to link to your site too. And never ignore the SEO side of things. Whenever you are publishing a post, make absolutely certain that you use Title Tags, meta keywords, meta descriptions, etc. in order to rank higher in search engines.




3. Guest Blogging on Relevant Websites

This was probably the first suggestion you were looking for. Whilst the recent updates of the likes of Panda have suggested that Google is penalizing websites that are involved in guest posting, it would be an awfully wrong deduction to make. Google is not penalizing the practice of guest posting, it is coming down hard on the websites that have their backlinks scattered all over the Internet by the means of guest posting on even spammy sites.



There is no dearth of SEO professionals who would post the same content on 30 different websites in their quest to build backlinks. This however has only negative impact on their sites, and when you are involved in the guest posting exercise, make sure you do not spam the web. Only post content on sites that are relevant to what your website is all about and which can give you reasonably good link juice on the account of it having a quality PR. Contact the website administrators of similar blogs and write posts for them, with a link back to your site that would most probably be included in the author’s bio. Contacting reputable bloggers and authors also has benefits other than back linking. 



4. Build Links through Social Media

Social media can be an essential part of your link building exercise. Get your site’s pages made on the major platforms like Google Plus, Facebook, Twitter, etc to get maximum traction out of social media. When you create a profile for your site on these sites, you also ensure the traffic to the site experiences a considerable spike. While social media does not offer dofollow links, the nofollow links posted on them have their own benefits. At least, you aren’t penalized by Google if you create far too many Nofollow links. 




5. Web 2.0 Site – Ever Heard of it?

What’s a not so known mean to build links that are in sync with the search engine crawlers, Web 2.0 sites are those sites that are embedded with social networking components. These types of website contain Joining a web 2.0 site is an excellent method of developing search engine friendly links. If you are not familiar with the name, web 2.0 is the term used to describe websites that have a social networking component to them. Sites like Quora, Hubpages, etc. facilitate writing articles on them while including multiple backlinks to your site. These sites get some rich traffic and thus prove to be an essential source of traffic for your site as well. 

Also, for the fact that they have very high page ranks, you get desirable link juice from them. All you need to ensure is that you don’t simply copy the article that already exists on your site and paste it as it is on these sites, even if they allow it. Google sees through it and all your exercise counts for nothing. Thus, it is recommended that you write fresh content for them that will be liked by their audience who can be directed to yours by the means of hyperlinks you include in the articles. 




6. Commenting on Dofollow and Nofollow Websites

There are websites that offer dofollow links on their comment boxes, and there are websites that don’t want to take any risk of being spammed. However, both benefit you in their own right. While the Dofollow links will obviously help you create link juice and boost your page ranking prospects, the Nofollow comments on highly popular websites with heavy traffic can send some additional traffic to your blog as well. If you are running an entertainment blog, you may find that majority of the websites centered on entertainment articles use the Disqus commenting method, which means you are not getting any dofollow links. But, since these are popular sites, they attract many readers who might also end up clicking on a link in the comment box. 




7. Article Submission Sites

Another method to get people know about your brand, without dofollow links, is writing articles for article submission sites such as ezinearticles, goarticles, sooperarticles, etc. All these websites are extremely popular and enjoy massive readership. And thereby, they hold great prospect of sending top of the funnel traffic to your site. 




8. Testimonials

This is one incredibly useful approach to build backlinks. Write testimonials for your business partners and companies you have been a client of, and include the link to your website in the testimonial. When you write testimonials for websites that already enjoy a good page rank, you get to enjoy the leverage you get from there and you manage to get a good link juice as well. Write the testimonials in a way that you include the keywords and link them back to the corresponding page of your website. 

Backlinking is safe unless you start overplotting and spamming the web. Follow the right approach of building backlinks and you will go a long way in influencing the search engine rankings.



About Author
Peter Milar is a prolific writer, who works for Xicom Technologies Ltd. and brings to the table a quantum of knowledge around development, combining it with his creative writing skills.

How to Write a Article Like Professional Blogger

Hemant Verma - 2:24 PM

Want to be a Professional Blog Writer? Then follow some basic rules of writing because blog writing is a creative work and most of your audience only impress by your way of writing and your article should be looks interesting in first way because as a proverb says, "first impression is the last impression". So, Your article should look like a professional, and how can it happen that we will discuss in this article.



How to Write a Article Like Professional Blogger



How to Send Your Presentation Online with One Link

Hemant Verma - 2:32 PM

Making a Presentation is very unique and creative work but many times your boss said that you have to make a presentation on particular topic and send to your mates and other clients also but as we all know if we create a PPT file then we can only send it thought mail and we have to upload that ppt files then it is very times consuming and costly task.

Google gave us a unique and important tools by which we can easily create and send the presentations to our mates with only one link.





 It includes 3 Parts

  • Ist  Creating Presentation
  • IInd  Publishing Presentation
  • IIIrd  Showing to Your Mates




Part Ist - How to Create Presentation with Google Docs

  • Login with your gmail acount.
  • Open Google Docs here
  • Now choose your theme first.
  • Now create your presentation.
After creating the whole presentation now you want to show it to your mates, teachers, boss, clients etc. so for this task you have to publish that presentation.





Part IInd -  How to Publish Your Presentation

  • Now Click on Files from above Menu
  • then, Click on Publish to the web...
  • Now click on Start Publishing button and OK button
  • Congratulation Your Presentation has been Published




Part IIIrd -  How to Show it to Your Mates

  • After the publishing, Google will give you two links,
  • Ist one is to show it to anyone (shown like this one below )

https://docs.google.com/presentation/d/1TBI6aMTbkt579ouex4GQ7WDB4HdTlgIlR-43_oxI4B8/pub?start=false&loop=false&delayms=3000


  • IInd one is to embed that presentation on your website OR on blog (shown like this one below )

<iframe src="https://docs.google.com/presentation/d/1TBI6aMTbkt579ouex4GQ7WDB4HdTlgIlR-43_oxI4B8/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>


  • You can also adjust the size and speed of presentation.


Now enjoy because you have been save your money and uploading time very easily. 



See Our Preview Presentation of two pages.







Final Words....!

This is totally free and hope it will free always. Google Docs is a catch-all office application that handles word processing, spreadsheets, forms, and drawings as well as PowerPoint-like presentations. Its a centerpiece of Google Apps, the online suite the company has built into a legitimate alternative to Microsoft office. “Google is getting serious about a more coherent set of services underlying all of Google Docs,” said Tom Austin of research firm Gartner Research.

How to Download Facebook Videos

Hemant Verma - 4:26 PM


Facebook Videos are very crazy things and peoples always upload many kinds of differ differ videos on facebook, many videos are tutorials for us, many videos uploaded only for fun as well but like youtube there is no button for direct download similarly facebook didn't give option to downoad their videos but there is one method by which we can easily download the facebook video in different HD formats and with the same method we can also download the youtube videos as well, by using the same process.





Download Facebook Videos

  • Go to www.downvids.net
  • Enter Facebook Video Link in text bar (e.g. see below image)


  • After, Clicking on Download Button wait for some seconds your download will start.
  • Enjoy Watching Your Videos.





 Note:- You can also download the Youtube Videos as well by using this process.





Final Words....!

Sharing and downloading videos is best part for spreading or to be connected with people. As we use YouTube and many other video sharing services where you can only watch video online but are not able to download. But all other service videos can be downloaded with Internet download manager IDM. For Facebook videos IDM doesn’t works,so to download Videos it is not possible directly.

Previous
Editor's Choice

 



Make Your Blog Like a Pro
About | Contact | Affiliates | Privacy Policy | TOS