Monday, April 7, 2014

// // Leave a Comment

How To Get Quality Links To Your Website


In this post I am going to tell about tips on how to acquire Quality Backlinks at your website that are connected with top quality and as well along with Google's conditions. What i'm saying is inbound links aimed at your website. Mr. The search engines generally wish an outstanding and normal backlink via other website yet if you are using wrong strategy to acquire website link your website absolutely disciplined with seek result.

Also Read: Cool Search Box with New Google Style

With current time me and a lot of many people tend to be making backlinks by wanting to know good friends to swap backlinks to you. and you will receive a back link out of your good friends website.

yet during those times you will get this particular normal website link by numerous ways and boost your own search engine optimization. With down below currently a few of the doable approach to acquire normal website link aimed at your website.

Content


Article distribution can be a popular way to create backlinks - however perform content syndication just high quality content syndication sites. A number of these sites in world-wide-web are usually poor quality. consequently See a very best content sites within your niche and also produce high quality articles or blog posts.

When you produce a write-up and also release in of which content syndication website bear in mind to provide a reference box by the end of which backlinks here we are at a page in of which content syndication website. Search engines like google abide by these kinds of back links and also allow you to boost ones rank in the google search.

Video


Youtube is also a good website and acquire organic backlinks. Produce video clip in addition to Publish it to be able to Youtube website link again aimed at your site in this video clip description. It is the best way to acquire excellent links because Youtube is a no. 1 video clip internet hosting websites.

Forum


Another method to obtain a quality backlink can be a forum signature. Right now take care whilst becoming a member of the actual Forum. Go with a forum that's specifically related to your site or website. Check out Excessive HIGH PR FORUM  website number becoming a member of in debate and put ones signature right now there. Ensure that you perform get involved with the Forum and giving constantly helpful advice there.

Anchor Text


The written text that you just work with to be able to link returning aimed at your site is important. If you are using identical key phrase upon just about every anchor text message of course your link shows as a junk website. The main thing should be to combine in place your keyword/phrases you are use in your anchor text message.

Instant Targeted visitors


Making use of these types of site to get links back to their website and give us instant traffic from that particular sites. Website visitors reading your posts, seeing your movies as well as reading your Forum threads.
Read More
// // 1 comment

High PR DoFollow Forums List- Increase Backlink

DoFollow Community forums always enable you to enhance backlink of your site. Dofollow tag always raise your internet site position as well as enhance ones Google PR.

High PR DoFollow Forums List- Increase Backlink

The following I am posted a high PR DoFollow Forum web site Checklist 2014. Just sign up which web site as well as include your website link to be a signature and turn into productive in which forum thus you will get much more quantity of customer as well as one way link for the blog site or maybe web site.



I know end up being active about most previously mentioned Forum are trial but try and develop at the very least 3-4 chat about each and every Forum and also include your own signature.. that's the idea.. you may be given enormous targeted traffic along with your website will really placed well looking effect..

Find out any greatest DoFollow Forums Checklist tell us by leave a comment below.
Read More

Wednesday, February 26, 2014

// // 1 comment

Cool Search Box with New Google Style

Cool Search Box with New Google Style

http://tonyisright.blogspot.com

Google has updated their appearance, including their search box. I think this Search Box is very nice with some. So better for us to try create Cool Search Box with New Google Style. Below is the difference of the search box.

OK, let's see the . Looks nice right? Now if you want to create cool search box with new google style, just follow the steps below.

1. Log in to your blogger account
2. Go to Design -- Edit HTML
3. Copy the code below, and paste above ]]></b:skin>

/* div container containing the form */
#searchContainer {
margin:20px;
}
/* Style the search input field. */
#field {
float:left;
width:200px;
height:27px;
line-height:27px;
text-indent:10px;
font-family:arial, sans-serif;
font-size:1em;
color:#333;
background: #fff;
border:solid 1px #d9d9d9;
border-top:solid 1px #c0c0c0;
border-right:none;
}
/* Style the "X" text button next to the search input field */
#delete {
float:left;
width:16px;
height:29px;
line-height:27px;
margin-right:15px;
padding:0 10px 0 10px;
font-family: "Lucida Sans", "Lucida Sans Unicode",sans-serif;
font-size:22px;
background: #fff;
border:solid 1px #d9d9d9;
border-top:solid 1px #c0c0c0;
border-left:none;
}
/* Set default state of "X" and hide it */
#delete #x {
color:#A1B9ED;
cursor:pointer;
display:none;
}
/* Set the hover state of "X" */
#delete #x:hover {
color:#36c;
}
/* Syle the search button. Settings of line-height, font-size, text-indent used to hide submit value in IE */
#submit {
cursor:pointer;
width:70px;
height: 31px;
line-height:0;
font-size:0;
text-indent:-999px;
color: transparent;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdjSa3tDv989cnZGgrFvJSxATWV_vXdsAwxxFJvtavgohCUP5KCgl1-a4xFtH0n7Mr8KSvyHU7zlL0XPUxZuHmGvcwkqCeACm1SMsE-PoXDlCEnOLTtzzDBAjaw13CIQDrughHfq5_0RkU/s1600/ico-search.png) no-repeat #4d90fe center;
border: 1px solid #3079ED;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
/* Style the search button hover state */
#submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdjSa3tDv989cnZGgrFvJSxATWV_vXdsAwxxFJvtavgohCUP5KCgl1-a4xFtH0n7Mr8KSvyHU7zlL0XPUxZuHmGvcwkqCeACm1SMsE-PoXDlCEnOLTtzzDBAjaw13CIQDrughHfq5_0RkU/s1600/ico-search.png) no-repeat center #357AE8;
border: 1px solid #2F5BB7;
}
/* Clear floats */
.fclear {clear:both}

=> Adjust the width with your blog

4. Copy the code below, and paste above </head>
<script src='http://code.jquery.com/jquery-1.6.1.min.js' type='text/javascript'/>
<script type='text/javascript'>
$().ready(function() {
// if text input field value is not empty show the &quot;X&quot; button
$(&quot;#field&quot;).keyup(function() {
$(&quot;#x&quot;).fadeIn();
if ($.trim($(&quot;#field&quot;).val()) == &quot;&quot;) {
$(&quot;#x&quot;).fadeOut();
}
});
// on click of &quot;X&quot;, delete input field value and hide &quot;X&quot;
$(&quot;#x&quot;).click(function() {
$(&quot;#field&quot;).val(&quot;&quot;);
$(this).hide();
});
});
</script>

5. Click save the template 

Adding New Google Search Box

1. Go to Design --> Page Elements --> Add Gadget
2. Choose "HTML/Java Script"
3. Add the code below
<div id="searchContainer">
<form name="SUYB" action="/search" method="get">
<input type="text" id="field" id="s" name="q"/>
<div id="delete"><span id="x">x</span></div>
<input type="submit" name="submit" id="submit" value="Search" />
</form>
</div>

4. Click save the template



Read More
// // Leave a Comment

How To Track Visitors to Your Blogger Blog

How To Track Visitors to Your Blogger Blog


A tracking and statistics program is a necessary tool for anyone wishing to build a profitable blog. It will show you useful information about how people found your blog, keywords they used to find it and how long they stayed.


Advantages of Tracking Visitors to Your Site

There are a number of advantages of tracking visitors to your site.

Firstly you will get a clear understanding of the demographics of your site traffic including information like geographical location and length of visits. This kind of information is useful for targeting content to meet the specific needs of your visitors age groups, lifestyles etc. It will enable you to extend your reach and tap into a larger target audience.

Another advantage is that as your site grows you will have the ability to identify trends. An analytics program will provide a snapshot view of the results of different strategies you might employ, the success of posts and of additions like social bookmarking and networking, stumbles and diggs. You will be able to determine the rate of increase in traffic and identify areas where you could improve for instance by targeting specific keywords.

Without this kind of information it is difficult to gauge the performance of your site. If you are interested in growing your site and I am sure you are then you will find access to analytics invaluable in determining where to put your energies. If you decide to sell your site further down the track you will need hard evidence about the level of traffic your site receives.

How to Add Analytics to Your Blogger Blog?

To add a tracking and statistics to your Blogger blog you will need to place a code block in your template. This is a relatively straightforward process. For a step by step tutorial of how to add Google Analytics to Your Blogger blog see my previous article Add Google Analytics to Your Blogger Blog.


This article has covered the advantages and benefits of adding a statistics and tracking program to your Blogger blog. An analytics program will help you track visitors to your blog and understand traffic trends. Grow your Blogger (Blogspot)site today by adding a free tracking and statistics program such as Google Analytics, Site Meter or Stat Counter.

Read More

Sunday, February 16, 2014

// // Leave a Comment

How to Easily Move and Organize Files by Type In Windows

How to Easily Move and Organize Files by Type In Windows

Tonyisright.blogspot.com

The Command Prompt is so useful that it’s hard to not want to use it all the time. There are so many practical uses for it to expedite processes like cleaning up old Desktop items or ending running processes. Another helpful solution is when it comes to moving files. The simple move command can be set up in such a way to move all files under a certain file type.

Do you have many AVI video files mixed in with PNG images all listed in your Documents folder? This hectic mess needs to be and should be organized pronto. How will you find your images if they’re stashed away with documents or videos? We’ve described an easy way to extract file types from a folder and place them in their proper place on the computer. After reading this article you’ll be able to move all your documents/videos/images/downloads/etc. into their proper folders with ease, organizing your files as if they were in a download manager.

Make the Batch File to Move Files in Windows

The following command will move all JPG images from the current directory to the Pictures folder. To begin, you can either enter the command in the command prompt or create a batch file to run within any directory to do the moving.

For example, copy the following command:

move *.jpg %userprofile%\Pictures\

Now open Notepad from the Start menu and enter the command in the new file. Save this as MovePictures.bat. Be sure to change the Save as type drop down to All Files.


Now copy this file to your Desktop. Run the batch file to move every JPG image from the Desktop to the Pictures folder. If you need to clean up a different folder, like one full of videos and images, place the file in that folder and then open it.

Customize the  Batch File


Customizing the batch file is very easy. Change which image files will be moved by modifying the *.jpg portion. However, ensure the * symbol is still present no matter what the file type it’s changed to. For example, here’s a way to move PNG files:

move *.png %userprofile%\Pictures\

Aside from changing the file type, you can change the destination folder too. Make the change to the final location, like so:

move *.png C:\Images\

Note: The folder must be present for the batch file to work else a syntax error will display in the command prompt. If you’re moving files to the C drive under a folder called Images, ensure the folder is actually present, for the batch file won’t create it.

Basically, this is the structure the command must take:


move *.FILETYPE LOCATION

This should be easy to remember because the command will move a file type to a location, just as the structure of the command has been written.

Now that it’s understood how to modify the command, you can combine a few modifications to move multiple file types at once. This can be done for not only image files but also video or executable files. To move multiple file types at once, create a batch file like this:

move *.png %userprofile%\Pictures\
move *.gif %userprofile%\Pictures\GIFs\
move *.mp3 %userprofile%\Music\
move *.mkv %userprofile%\Videos\
move *.avi %userprofile%\Videos\

Conclusion

Organizing files is made easy with the Command Prompt. Literally any file type can be utilized, so experiment with it and see how clean and organized you can make your computer. You may even be able to use these commands

Read More
// // Leave a Comment

How to Clean Up Old Desktop Items Quickly Through Command Prompt

How to Clean Up Old Desktop Items Quickly Through Command Prompt

Tonyisright.blogspot.com


Your desktop is probably the first place to get cluttered. Without a download manager, most files end up on the desktop alongside text documents, pictures, etc. for easy access at any time. A problem can quickly arise when your window is nearing it’s capacity but you still want to add more items!

Instead of dragging whole sections into a folder or deleting random files just to make room, consider using a batch file to move the oldest items away and out into a separate folder.

Commands For Moving Old Desktop Files

ROBOCOPY C:\Source C:\Destination /move /minage:7

So what do each of these commands do and how do you customize it to fit your own system?

ROBOCOPY: This stands for Robust file copy. We use this to do the copying procedure.
C:\Source: This is the source of where ROBOCOPY will look to do the move from.
C:\Destination: ROBOCOPY will move the files to this location and away from the Source.
/move: Although ROBOCOPY is a copy command, we can add this switch to make it do a move operation instead.
/minage: This stands for Minimum age and the number following this switch tells the function to exclude files newer than that many days. In other words, for this example, it will tell the move operation to only move files older than the specified number of days.

Here are a few examples of how you could use this batch file:

ROBOCOPY %userprofile%\Desktop C:\OLD-DESKTOP-FILES /move /minage:30

The above commands will move desktop files older than 30 days out of their directory and into a folder on the C drive called OLD-DESKTOP-FILES.

ROBOCOPY %userprofile%\Downloads C:\OLD-DOWNLOADED-FILES /move /minage:30

This is a nice set of commands to clean up your Downloads folder.

How To Run Commands

There are two ways I’d recommend running these commands. The first is with a pre-made batch file and the second is using the command prompt directly.

Using a Batch File

Open a notepad program and enter the command you want to use. For example, pick one of the above commands, or write one yourself, and enter it in the notepad program.


Save the program as Filename.bat. Ensure you pick All types in the Save as type dropdown. Now just run the batch file and you’re on your way to a less cluttered area.

Using Command Prompt

Because a batch file is simply a command that can be executed like a program launch, we can simply run our commands right from the prompt.

I recommend the batch file method so you can run it with ease whenever you like and not have to remember the command or refer to a document to type it back up.

Conclusion
Keep your desktop and folders from getting cluttered by moving out the old files with ease. Whether you use the command prompt directly or create a batch file, you’ll find your folders get cleaned up much easier than they would otherwise.
Read More

Saturday, February 15, 2014

// // Leave a Comment

How to Transfer Android Apps via Bluetooth

How to Transfer Android Apps via Bluetooth


I have recevied requests from many people that they are unable to send andriod apps from one phone to another via bluetooth so I have foud this trick to transfer mobile app from one phone to other hope that you all are going to like this.Method:
There are two steps in transferring android apps using Bluetooth.


  • → Create APK files using Astro
  • → Transfer APK files using Bluetooth Transfer App.


Create APK files using Astro:



  • → Download & install Astro on your android phone.
  • → Run the application.
  • → Press the settings soft key and choose “Tools” option. A pop-up will be opened.
  • → Now, select “Application Backup” and wait for Astro to generate a list of all the apps installed on your mobile.

  • → From the list, select the android app that you’d like to send via Bluetooth to another mobile and click the “backup” button to create the APK file.
  • → Once the backup is finished, press the “back” key to return to Astro main screen.
  • → Navigate to your SD card -> Backups -> Apps to find the APK files created by Astro.

 Transfer APK files using Bluetooth Transfer App:


  • → Download, Install and Run Bluetooth Transfer App (you require this app as the Bluetooth access to APK files is blocked by default).
  • → Once the app is opened, go to SD card -> Backups -> Apps and select the file you want to send to another phone and press the “Bluetooth” button (search for the other device and send it).
  • → The receiver can now be able to install the android app on his mobile phone without any problem.

Read More