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

Monday, February 10, 2014

// // Leave a Comment

5 Superfire ways to make Google Chrome Faster

We are very much familiar with most popular Internet Browser i.e., Google Chrome. Google Chrome is the fastest and most popular internet browser that holds first position in web browser uses. Google Chrome can be used in all kind of devices like Computer, Smartphone, Tablet, etc. Let’s know more about Google Chrome then we’ll discuss extraordinary tips to make Google Chrome faster.

Google Chrome – A little Insight


Google Chrome is an open source browser (Initially called as Chromium) which was released on September 2, 2008 with 53 built in languages. Google Chrome is a product of Google Incorporation, which is written with the help of following languages:


  • C++
  • JavaScript
  • Python
  • Assembly Language
  • Google Chrome is available for various operating systems, like Android, iOS, Linux and Microsoft Windows.

Features of Google Chrome


  • Highly Secure
  • Simple and Easy to use
  • Good User Interface
  • Supported with advanced extensions and plugins
  • Good processing speed
  • Enabled with High Resolution graphics
  • User Friendly
  • New Incognito Mode is highly secure
  • Chrome Web Store
  • Inbuilt Theme
  • Developer’s Section Available
  • Block malware attacks
Above mentioned points are direct benefits that we get from Google Chrome; Apart from those features- Google Chrome offers some other features that give benefits to many web professionals. Let’s discuss 5 super fire ways to make Google Chrome work faster:

Google Chrome Tip# 1


While working for long hours, we forgot to refresh things that lead to eat RAM of our Computer so it is better to freshly start Google Chrome. Sometimes time we get message related to ‘KILL’ this problem is generated by continuous use of Google Chrome browser.

Google Chrome Tip# 2


If we download Google Chrome extensions from Google Chrome store then it uses memory of our computer as well as some cache memory of Google Chrome browser. So it is better to remove unwanted or unused extensions from Google Chrome browser. I’ll recommend you to keep up to 5 or 6 extensions.

Google Chrome Tip# 3


You’ll laugh now when I’ll say to use some Google Chrome extensions to speed up your browser. Here are some Google Chrome extensions that can speed up your browser.

FastestChrome- FastestChrome offers sky high loading speed. You’ll have much better experience than any other browser after using FastestChrome.
AdBlock- Currently I am using AdBlock to block unwanted ads while using HotSpot Shield.
Feedly- If you are perfect reader then Feedly is the best for you. It brings your all feeds account at one place that looks like a magazine.

Google Chrome Tip# 4


If your pc is too slow then you can use ‘Empty New Tab page Extension’; it’ll speed up your Google Chrome browser, further it’ll help you to access internet faster.

Google Chrome Tip# 5


CCleaner is a third party tool that helps to increase speed of your Google Chrome internet browser. CCleaner delete all junk files and other files that slow down browser. Chrome Toolbox is yet another tool that makes your browser twice faster as usual. It helps to magnify images along with opening all bookmarks on single click.
Read More
// // 1 comment

Micromax A116 CanvasHD – Specifications & Features

First time I’ve seen in India that an Indian smartphone manufacturing company going up and broken all the records of Samsung. Yes, It’s Micromax- India’s leading Smartphone Company broken record of Samsung Galaxy Grand and Samsung Galaxy Note 2. On every single minute, 25 pieces of Micromax A116 CanvasHD sold out from the store and the most interesting thing is that, it happened in first week of its launch.
Micromax A116 CanvasHD looks similar to Samsung Galaxy Grand in its design, and one more advantage of Micromax A116 CanvasHD is that- it is favorite among all age of people because of its very light weight. If we compare Micromax A116 CanvasHD to Samsung Galaxy Grand and Samsung Galaxy Note 2 then we find it is better in all respect, including almost all features also.Micromax products are not very costly so we can easily buy its products with international quality. In my view, Micromax A116 CanvasHD is the best choice, if you are willing to buy Samsung Galaxy Grand or Samsung Galaxy Note 2 because it is cheaper than those two smartphones of Samsung along with same specifications and features. So Micromax does not compromise with quality of the product and the major advantage is that it launches its products at low cost. Let’s have a look on specifications and features of Micromax A116 CanvasHD:


Display & Design


Micromax A116 CanvasHD offers 5.0 inches, 720 x 1280 pixels resolutions IPS LCD Capacitive multi-touch screen with 16 M colors and approximately 294 ppi pixel densities with protection.

It has 156 gram weight with dimensions 144 x 74 x 10.7 mm.

Processor & Sensors


Micromax A116 CanvasHD, powered by 1.2 GHz Quad core processor along with Cortex- A7 on MTK MT6589 chipset with PowerVR SGX544 GPU. It works on following sensors:

  • Accelerometer Sensor
  • Proximity Sensor
  • Operating Systems (OS)

Micromax A116 CanvasHD works on Android 4.1.2 (JellyBean) and it can be further upgraded up to Android 4.2 (JellyBean). By the Way, Android 4.1.2 is enough to access major features, also it supports latest applications.

Camera

Micromax A116 CanvasHD have 8 Mega pixels primary camera having resolution 3264 x 2448 pixels as well as 2 Mega pixels secondary camera with VGA video recording having 720 pixels @ 30 frames per second. It has following features enabled with its camera:

  • Autofocus
  • Dual LED flash
  • Geo-Tagging
  • Touch Focus
  • Face Detection
  • Memory

Micromax A116 CanvasHD offers 4 GB internal memory along with 1 GB RAM. Its memory can be expanded up to 32 GB with microSD card.

Network & Connectivity


Micomax A116 CanvasHD has dual SIM slot with 3G (HSDPA 2100, speed- 21 Mbps) & 2G (GSM- 900 & 1800) compatibility.

It is also compatible with GPRS, EDGE, Wi-Fi (802.11 b/g/n), Wi-Fi Hotspot, Bluetooth 4.0 and microUSB 2.0 as connectivity.

Battery


Micromax A116 CanvasHD works on standard 2000 mAh Li-Ion battery that supports 5 hours of talk time as well as 174 hours of standby.

Additional Features


Micromax A116 CanvasHD available in two colors, White & Black. It is integrated with SNS. It is also well organized and offers best document viewer along with voice dial and predictive text input.

Hope, you got complete information about Micromax A116 CanvasHD. I must recommend this gadget if you are planning to buy a gadget that costs too much.
Read More
// // Leave a Comment

Tablets Sony Xperia Tablet Z – Specifications, Features and Release Date

Sony Xperia Tablet Z is now ready for big buzz in tablet technology, after buzzing louder in smartphone technology with Sony Xperia series smartphones. In May 2013, Sony Xperia Tablet Z will be launched in India with target to break record of Apple iPhone and Samsung Galaxy S3; simultaneously, Samsung is also planning to launch its most awaited smartphone, which is Samsung Galaxy S4. We’ll discuss on Samsung Galaxy S 4 later, let’s continue our discussion on Sony Xperia Tablet Z, which is loaded with lots of exciting features that put some madness in you for another Android Tablet computer.I know- You’ve more eagerness than me to know features about smart gadgets, but I have made some changes today; I mean, “I’d like to talk about your features, before disclosing features of Sony Xperia Tablet Z”. Are you agree? I know you are agree, because I am going to unveil features of those gadget lovers, who are going to buy gadgets with same characteristics as themselves.

If you are perfect swimmer or you carry hobby of swimming along with photography of aqueous life while swimming but you don’t have any water resistant camera to take snapshot of aqueous life. Why are you bothering? Here Sony Electronics is going to launch another smart gadget that is compatible with water. So you can keep Sony Xperia Tablet Z with you while swimming and help you to take snapshot of aqueous life so you can enjoy Sony Xperia Tablet Z anywhere on the earth, either on the surface or water. Also, it has another feature that it can work as remote control of your TV so you can change channel while watching TV. All these are direct features that are comes on Sony Xperia Tablet Z; let’s discuss its main specifications and features:

Display & Design


Sony Xperia Tablet Z has 10.1 inches display with 1200 x 1920 pixels of resolution and approximately 224 ppi pixel density. It has 16 M colors with LED & LCD capacitive multi-touchscreen.

Sony Xperia Tablet Z has dimensions of 265 x 172 x 6.9 mm with 495 gram weight. Some of the features that are loaded on its display are as follows:

  • Shatter Proof.
  • BRAVIA Engine2.
  • Scratch resistant glass.
  • Dust proof screen.
  • Water Resistant.
  • Operating System (OS)


Sony Xperia Tablet Z offers Android 4.1.2 (Jelly Bean), which can support advanced versions of major applications and online contents. Android 4.1.2 is also compatible to run most famous game temple run.

Processor


Sony Xperia Tablet Z powered by 1.5 GHz Quad core Krait, Snapdragon APQ8064 processor along with Adreno320 and following sensors:

  • Accelerometer
  • Compass
  • Gyro
  • Camera


Sony Xperia Tablet Z offer 8.1 Mega Pixels primary camera with resolution 3264 x 2448 pixels and 2.2 Mega Pixels secondary camera along with video recording having 1080 pixels @ 30 frames per second capacity with HDR. It has following features loaded on camera:

  • Geo – Tagging
  • Autofocus
  • Touch Focus
  • Smile Detection
  • Network & Connectivity


Sony Xperia Tablet Z works on 2G (GSM- 850/900/1800/1900), 3G (HSDPA- 850/900/2100 & LTE- 800/850/900/1800/2100/2600).

Its connectivity features are- GPRS, EDGE, Wi-Fi (802.11 a/b/g/n) Wi-Fi Hotspot, Bluetooth 4.0, NFC and microUSB 2.0.

Memory


Sony Xperia Tablet Z has 16 GB internal memory with 2 GB RAM and memory can be expanded up to 64 GB with the help of microSD card.

Battery BackUp


Sony Xperia Tablet Z powered by Li-Pro with 6000 mAh battery that gives 1230 hours stand by time on 2G network and 1270 hours on 3G network alongwith It gives 10 hours of talktime.

Read More
// // 1 comment

Dynamic Mag Responsive blogger templates 2014



Dynamic mag is a responsive premium blogger templates. Finding a perfect blogger templates is a himalaya task for every blogger. so check this dynamic mag blogger templates.

Feature of Dynamic Mag Blogger Templates


Responsive Design
Adsense Ready
SEO Optimize Templates
Social Button below post content
Auto Related Post with Thumbnail
Top and Middle Menu Navigation
Eyecatching design
Black and White Color Scheme
Right sidebar
Home page slider

Live Demo  

Download Dynamic mag blogger template

Note: If the download link is not working please leave a comment below or contact us a our contact page we will fix it as soon as possible thanks for your kindness. :)
Read More

Tuesday, February 4, 2014

// // Leave a Comment

Blackomaz Responsive Blogger Template


Live Demo    ||    Download

Blackomaz is essentially professional and far high quality 3 column Blogger Template designed for technology blogs, Magazine and news portal. This theme is second version of our famous theme new mashable. We have named it dynamo to give a respect to world's best Magician "Steven Frayne". This theme also has some dynamic features.

Key Features

  • Retina Ready: All images, text and icon in this theme is stretchable and user can see it clearly, We have added a jquery plugin to this theme which automatically resize thumbnail according to their surrounding.
  • Social Media Icons: Some real high quality Social plugins are added by default. You can see them on the main header, below post title, and many other high quality places.
  • Related Post: We have added morden related post widget to this theme which don't stretch images and make it look worst.

Add Labeled Post on 3rd Column

  • Go to blogger dashboard
  • Click on layout tab and add gadget on 3rd column and select Html/JavaScript.

  • Now paste below code in Html/JavaScript.

<div id='featurebottom1'><h2 class='headingfeature'>Technology</h2>
<div class='left-corner-canvas'/>
<script src='/feeds/posts/summary/-/technology?max-results=9&amp;orderby=published&amp;alt=json-in-script&amp;callback=recentthumbs&amp;' type='text/javascript'/>
<a class='readmoretopic' href='/search/label/technology'>Browse More</a>
</div>
<div style='clear:both;'/></script></div></div>

  • Now replace technology with the label you want to show post of in 3rd column. 

Fix Your Blog Header


We highly recommend you to use image logo as blog header but if you want to show text in your blog header instead of img then your blog header will look creapy, To fix it follow below steps:

  • Go to blogger dashboard
  • Click on Template tab
  • Now click on Edit HTML button
  • Paste below code above </head> tag.
<style>
.header-right {
margin-top: -48px !important;
}
</style>

Click on save button. 

NOTE:
  1. We highly recommend you to use image logo as blog header.
  2. Don't Show more than 7 post on home page.
  3. We recommend users to show popular post on 1st column at top most position.
  4. Don't remove our credit link or it will redirect your blog here.

Read More