Saturday, June 8, 2013

How to Speed Up your Pen Drive Data Transfer

Are you looking to make your pen drive speed up for data transfer?
Then you are at the right place.The data transfer from PC to Pendrive or from pendrive to pc  depends on 3 main factors

1.Type of files being transferred :

music,video and office file will be transferred with a much higher rate compared to application files, you must have experienced this shift

2.Aging of pendrive:

This point is common for any device, older pendrives have a very slower rate of transfer

3.Port version of the usb

nowadays almost every pendrive is a USB2.0 device wen such usb is inserted in a old system which has a usb port version of 1.1 the data transfer will be drastically reduced

well the above 3 factors can not be controlled but there is a simple 3 step process which can give you the max out of your pendrive

ALWAYS SELECT NTFS FILE SYSTEM:
we cant transfer larger files(>4GB) if the pendrive is not in NTFS mode so right click on pendrive click on format and under file system select NTFS , it  is preferred to uncheck on quick format.
CHECK FOR DISK ERRORS
Under the properties tab of pendrive click on tools and then click on "check-now" button under error checking menu and start the scan to fix errors if any , depending on the size of pendrive it may take some time depending on the size on pendrive.
CHANGING DEVICE POLICY
Under pendrive properties tab click on hardware select your usb device and click on properties a new window should pop up in that window click on change settings 
Now move on to the policies tab and check better performance and atlast click on ok

Note: If you change the device policy and check on better performance then you must always eject your pendrive only after clicking on safely remove your usb option in task bar and it is always recommended to remove the pendrive from usb port wen it is not in use.


Also checkSPEED UP YOUR COMPUTER BY CLEANING RAM USING NOTEPAD


Warning: Do Not Copy The Content. http://www.hackdonor.com/2013/06/how-to-speed-up-your-pen-drive-data.html#ixzz2Vd6hmSqh

Best Free Alternative Of Microsoft Office:Kingsoft Office 2013

I know that you all are upgrade to Microsoft Office 2013 from Microsoft Office 2010 if you are using Microsoft Office to do work.Because before some month ago,Microsoft launched the demo version of Microsoft Office 2013 professional.

But the big disadvantage of using Microsoft Office 2013 is that,Microsoft Office comes with 60 day free trail version.But after 60 day trail version you have to pay Microsoft for continue.

Because we don't want to pay so we always search for the free alternative of Microsoft Office.So today i found a best alternative of Microsoft Office.


KINGSOFT OFFICE 2013:BEST FREE ALTERNATIVE OF MICROSOFT OFFICE

Yesterday Kingsoft unveiled Office Free 2013(For Window).You can download and install KingSoft Office From Here.

About Kingsoft Office and The Key Features Of KingSoft Office:The kingsoft office workis in three modules Writer,Spreadsheet and Presentation.Needless to say,Their main aim is to take place the Word,Excel and PowerPoint.

Kingsoft's product also does something that has somehow still managed to elude Microsoft after all these years: tabbed documents. Instead of having to switch windows every time you want to switch between multiple open documents, you just switch tabs. Another very cool amenity: a paragraph-adjustment tool that lets you modify indent and line-spacing just by dragging handles.

Further Reading:

Sunday, June 2, 2013

how-to-removehide-last-name-on-facebook



You may have observe that there are some people who only have their first names in Facebook. Impressive? I’ll walk you on how to do it.

Disclaimer: Hackdonor.com is not responsible to any misuse of this guide. This tutorial is solely for educational purposes.


Actually Indonesian users can remove their last name. To do this, we need an Indonesian Internet Protocol address ( Proxy )  for us to appear on Facebook as Indonesian.


Things needed:
  • Internet Protocol Proxy Address ( should be Indonesian )
  • Mozilla Firefox Browser
Steps on how to remove or hide last name on Facebook:
  • Open up Firefox Browser
  • Go to Settings or Alt + T + O - keyboard shortcut
  • Click on Advance tab > Network > Settings
  • Manual Configuration then input any of these proxy servers from Indonesia.
Input any of these proxy servers from Indonesia.
110.139.207.196 port:8080
222.124.35.114   port:8080
202.152.6.10 port:8080
202.152.156.213 port:8080
124.81.113.183 port:8080
202.77.96.151    port:8080

If the above proxies are not working you can find other Indonesian proxies in google.
  • Check, “use this proxy for all protocols
  • Done setting up the browser.
  • Login to Facebook
  • In some cases if you have Facebook security enabled ( There will be verification process )
  • Click on wrench / settings icon
  • Account Settings
  • Language Settings > Select Bahasa Indonesia as primary language
  • Edit your name and remove last name.
  • Log out your account
  • Go to Settings or Alt + T + O - keyboard shortcut
  • Click on Advance tab > Network > Settings
  • In network settings, Select no proxy.
Done. Congratulations!!

Saturday, June 1, 2013

Create Horizontal Navigation Menu With Drop Down Submenus Using CSS

The following drop down menu is made only with CSS, is a horizontal menu with sub-tabs and the right side has a rounded search. A menu is handy for those who do not require complex menus or prefer not to use one that requires scripts and/or too many images, also the installation and customization is quite simple, and to top it off is quite functional.

To see this drop down menu in action, visit this demo blog 

blogger menu, drop down menu, css menu

Prior to doing anything, if you are using a Template made through Blogger Template Designer, then you should consider doing these changes in the template, otherwise the menu might not be displayed correctly:

From your Blogger's Dashboard, go to Template (make a backup < see the screenshot) > Edit HTML:


and search (CTRL + F) for the following line:

 <b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'>

Screenshot

Remove the code in red.
You may have many parts as the one in red, delete all you find.

....then find this section in your template:
 /* Tabs
----------------------------------------------- */

...and remove all that is within it, until you reach to the Headings part. 

 /* Tabs
----------------------------------------------- */
.tabs-outer {
overflow: hidden;
position: relative;
background: $(tabs.background.color) $(tabs.background.gradient) repeat scroll 0 0;
}

#layout .tabs-outer {
overflow: visible;
}

.tabs-cap-top, .tabs-cap-bottom {
position: absolute;
width: 100%;

border-top: 1px solid $(tabs.border.color);

}

.tabs-cap-bottom {
bottom: 0;
}

.tabs-inner .widget li a {
display: inline-block;

margin: 0;
padding: .6em 1.5em;

font: $(tabs.font);
color: $(tabs.text.color);

border-top: 1px solid $(tabs.border.color);
border-bottom: 1px solid $(tabs.border.color);
border-$startSide: 1px solid $(tabs.border.color);
}

.tabs-inner .widget li:last-child a {
border-$endSide: 1px solid $(tabs.border.color);
}

.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {
background: $(tabs.selected.background.color) $(tabs.background.gradient) repeat-x scroll 0 -100px;
color: $(tabs.selected.text.color);
}

/* Headings
----------------------------------------------- */

Then add this to where the code has been removed (instead of the code in green):

 #crosscol ul {z-index: 200; padding:0 !important;}
#crosscol li:hover {position:relative;}
#crosscol ul li {padding:0 !important;}
.tabs-outer {z-index:1;}

Having done this, we can finally add our menu.

How To Add Horizontal Drop Down Menu to Blogger 

To put this horizontal menu with submenus in your blog, then follow the next steps:

Step 1. From Template, go to Edit HTML and just above ]]></b:skin> paste these styles:

 /* Horizontal drop down menu
----------------------------------------------- */
#menuWrapper {
width:100%; /* Menu width */
height:35px;
padding-left:14px;
background:#333; /* Background color */
border-radius: 10px; 
}
.menu {
padding:0;
margin:0;
list-style:none;
height:35px;
position:relative;
z-index:5;
font-family:arial, verdana, sans-serif;
}
.menu li:hover li a {
background:none;
}
.menu li.top {display:block; float:left;}
.menu li a.top_link {
display:block;
float:left;
height:35px;
line-height:34px;
color:#ccc;
text-decoration:none;
font-family:"Verdana", sans-serif;
font-size:12px; /* Font size */
font-weight:bold;
padding:0 0 0 12px;
cursor:pointer;
}
.menu li a.top_link span {
float:left;
display:block;
padding:0 24px 0 12px;
height:35px;
}
.menu li a.top_link span.down {
float:left;
display:block;
padding:0 24px 0 12px;
height:35px;
}
.menu li a.top_link:hover, .menu li:hover > a.top_link {color:#fff; }
.menu li:hover {position:relative; z-index:2;}
.menu ul,
.menu li:hover ul ul,
.menu li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu li:hover ul.sub {
left:0;
top:35px;
background:#333; /* Submenu background color */
padding:3px;
white-space:nowrap;
width:200px;
height:auto;
z-index:3;
}
.menu li:hover ul.sub li {
display:block;
height:30px;
position:relative;
float:left;
width:200px;
font-weight:normal;
}
.menu li:hover ul.sub li a{
display:block;
height:30px;
width:200px;
line-height:30px;
text-indent:5px;
color:#ccc;
text-decoration:none;
}
.menu li ul.sub li a.fly {
/* Submenu Background Color */
background:#333 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZj1ncDbfVy3eK75kjdygqXpMyzxfREsSGi7Hurpw2_TZiyhAS-z-_sdGE-ujAkdg_fRE4xgffKtRuDE-31FR_CVxMpEbBGz_245tvUD-kf7b650U5uBfGnfkSnwCLDxI9ET_neETLH9o/s1600/arrow_over.gif) 185px 10px no-repeat;}
.menu li:hover ul.sub li a:hover {
background:#515151; /* Background Color on mouseover */
color:#fff;
}
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
/* Background on Mouseover */
background:#646464 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZj1ncDbfVy3eK75kjdygqXpMyzxfREsSGi7Hurpw2_TZiyhAS-z-_sdGE-ujAkdg_fRE4xgffKtRuDE-31FR_CVxMpEbBGz_245tvUD-kf7b650U5uBfGnfkSnwCLDxI9ET_neETLH9o/s1600/arrow_over.gif) 185px 10px no-repeat; color:#fff;}

.menu li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
left:200px;
top:-4px;
background: #333; /* Background Color of the Submenu */
padding:3px;
white-space:nowrap;
width:200px;
z-index:4;
height:auto;
}
#search {
width: 228px; /* Width of the Search Box */
height: 50px;
float: right;
z-index: 2;
text-align: center;
margin-top: 5px;
margin-right: 6px;
/* Background of the Search Box */
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhTc3ZxXM0mTRgEn4hnAFuPorOx0gCxGDQxEB50QEMiRh_yYXRe6PGBa8GFGt1yhTbu7Kb_9T3fSrvwLGJ3O0nS8EdTCkTAJquQJXz9-UcnIHiUx0y6uuHqPUDSLyn2v6RXJVMBzi6_lI/s1600/searchBar.png) no-repeat;
}
#search-box {
margin-top: 3px;
border:0px;
background: transparent;
text-align:center;
}


Screenshot

Step 2. Save the Template


Step 3. Go to Layout > click on Add a Gadget link


Step 4. Choose HTML/Javascript and paste the following inside the empty box:

 <div id='menuWrapper'>
<ul class='menu'>
<li class='top'><a class='top_link' href='Link URL'><span>Title 1</span></a></li>

<li class='top'><a class='top_link' href='Link URL'><span class='down'>Title 2</span></a><ul class='sub'><li><a class='fly' href='Link URL'>Submenu 2.1</a><ul>
<li><a href='Link URL'>Submenu 2.1.1</a></li>
<li><a href='Link URL'>Submenu 2.1.2</a></li>
<li><a href='Link URL'>Submenu 2.1.3</a></li>
</ul>
</li>
<li class='mid'><a class='fly' href='Link URL'>Submenu 2.2</a>
<ul>
<li><a href='Link URL'>Submenu 2.2.1</a></li>
<li><a href='Link URL'>Submenu 2.2.2</a></li>
<li><a href='Link URL'>Submenu 2.2.3</a></li>
<li><a class='fly' href='Link URL'>Submenu 2.2.4</a>
<ul>
<li><a href='Link URL'>Submenu 2.2.4.1</a></li>
<li><a href='Link URL'>Submenu 2.2.4.2</a></li>
<li><a href='Link URL'>Submenu 2.2.4.3</a></li>
</ul>
</li>
<li><a href='Link URL'>Submenu 2.2.5</a></li>
<li><a class='fly' href='Link URL'>Submenu 2.2.6</a>
<ul>
<li><a href='Link URL'>Submenu 2.2.6.1</a></li>
<li><a href='Link URL'>Submenu 2.2.6.2</a></li>
</ul>
</li>
</ul>
</li>
<li><a href='Link URL'>Submenu 2.3</a></li>
<li><a href='Link URL'>Submenu 2.4</a></li>
<li><a href='Link URL'>Submenu 2.5</a></li>
</ul>
</li>

<li class='top'><a class='top_link' href='Link URL'><span class='down'>Title 3</span></a>
<ul class='sub'>
<li><a href='Link URL'>Submenu 3.1</a></li>
<li><a href='Link URL'>Submenu 3.2</a></li>
<li><a href='Link URL'>Submenu 3.3</a></li>
<li><a href='Link URL'>Submenu 3.4</a></li>
</ul>
</li>

<li class='top'><a class='top_link' href='Link URL'><span class='down'>Title 4</span></a>
<ul class='sub'>
<li><a href='Link URL'>Submenu 4.1</a></li>
<li><a class='fly' href='Link URL'>Submenu 4.2</a>
<ul>
<li><a href='Link URL'>Submenu 4.2.1</a></li>
<li><a href='Link URL'>Submenu 4.2.2</a></li>
<li><a href='Link URL'>Submenu 4.2.3</a></li>
<li><a href='Link URL'>Submenu 4.2.4</a></li>
<li><a href='Link URL'>Submenu 4.2.5</a></li>
<li><a href='Link URL'>Submenu 4.2.6</a></li>
</ul>
</li>
<li><a href='Link URL'>Submenu 4.3</a></li>
<li><a href='Link URL'>Submenu 4.4</a></li>
<li><a href='Link URL'>Submenu 4.5</a></li>
<li><a href='Link URL'>Submenu 4.6</a></li>
</ul>
</li>

<li class='top'><a class='top_link' href='Link URL'><span class='down'>Title 5</span></a>
<ul class='sub'>
<li><a href='Link URL'>Submenu 5.1</a></li>
<li><a href='Link URL'>Submenu 5.2</a></li>
<li><a href='Link URL'>Submenu 5.3</a></li>
</ul>
</li>


<!-- Search Bar -->
<li>
<form action='/search' id='search' method='get' name='searchForm' style='display:inline;'>
<input id='search-box' name='q' onblur='if (this.value == &quot;&quot;) this.value = &quot;Search here...&quot;;' onfocus='if (this.value == &quot;Search here...&quot;) this.value = &quot;&quot;;' size='28' type='text' value='Search here...'/></form>
</li>

</ul>
</div>

Customization:

- replace the text in blue and red with your links and titles.
- if you need more tabs, then add a line like this just above <!-- Search Bar -->

 <li class="top"><a href="Link URL" class="top_link"><span>Title</span></a></li>

- if you want to add a tab with sub-tabs, then add this code:

 <li class="top"><a href="Link URL" class="top_link"><span class="down">Title</span></a>
<ul class="sub">
<li><a href="Link URL">Submenu Title</a></li>
<li><a href="Link URL">Submenu Title</a></li>
<li><a href="Link URL">Submenu Title</a></li>
</ul>
</li>

- and if you want one of the other sub-tabs have sub-tabs then remove a line like the one in orange and change it to a code like this:

 <li><a href="Link URL" class="fly">Submenu Title</a>
<ul>
<li><a href="Link URL">Other Submenu</a></li>
<li><a href="Link URL">Other Submenu</a></li>
<li><a href="Link URL">Other Submenu</a></li>
</ul>
</li>

And that's it! Now Save your Widget and enjoy your new drop down menu! ;)

Multi Hover Effect On Blogger Images Using Pure CSS

Today I'm going to show you how to add an amazing mouseover effect for Blogger images using only CSS, in which moving your mouse over an image from different directions (from above, from below, etc) will cause an overlay transitioned in from the same vector. This trick will change not only the images appearance when moving mouse over them, but will also allow you to add inside a text with a description.

hover effect, mouseover, blogger hover effects

You can see the effect on this image below: try moving your mouse from the left, right, and above. 

hover righthover tophover lefthover bottom

ADDING HOVER EFFECT FROM DIFFERENT DIRECTIONS ON BLOGGER IMAGES

First thing to do is to add the CSS style to our Template:

Step 1. From Blogger Dashboard, go to Template and press the Edit HTML button



Step 2. Search for the </head> tag - to find it, click anywhere inside the code area, press CTRL + F keys and type it in the search box.


Step 3. After you found it, add the following style just above it:  
 <style>
  /* The container and the image */
  div.multi-hover {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 358px;
    line-height: 358px;
  }
  div.multi-hover img {width: 100%;}

/* The texts that, by default, are hidden */
  div.multi-hover span {
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 100%;
  }

/* And this is what will generate the effect */
  div.multi-hover span:nth-child(1) { /* right */
    background: none repeat scroll 0 0 rgba(255, 189, 36, 0.6);
    left: 90%;
    top: 0;
  }
  div.multi-hover span:nth-child(2) { /* top */
    background: none repeat scroll 0 0 rgba(106, 170, 255, 0.6);
    left: 0;
    top: -80%;
  }
  div.multi-hover span:nth-child(3) { /* left */
    background: none repeat scroll 0 0 rgba(204, 87, 166, 0.6);
    left: -90%;
    top: 0;
  }
  div.multi-hover span:nth-child(4) { /* bottom */
    background: none repeat scroll 0 0  rgba(97, 181, 115, 0.6);
    left: 0;
    top: 80%;
  }

  div.multi-hover span:hover {opacity: 1;}
  div.multi-hover span:nth-child(2n+1):hover {left: 0;}
  div.multi-hover span:nth-child(2n):hover {top: 0;}

</style>
Step 4. Save the Template

Now we are going to add the HTML that is nothing but a DIV where we included four SPAN tags with texts and an image:

Step 5. Choose Posts, create a New Post, click on the HTML tab (1) and paste this code inside the empty box:
 <div class=multi-hover>
  <span>hover right</span>
  <span>hover top</span>
  <span>hover left</span>
  <span>hover bottom</span>
  <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEXfHIxMory7gyyeYNZ2_Jk3xK28g8dHjlTSMyNVk02b5XAZGFhnwBg3imvlnyd422TTTotCh0Wyu501lTo6tuwx9WCs32qVu9E9CPM3jX6mqk1qbGgjsb8cwYZyJ7YxUaQUhVr3FJA8c/s1600/flowers">
</div>
Add your own text/description to "hover right", "hover top", "hover left" and "hover bottom" (2) and replace the url in blue with the image URL (3) where you want to apply the effect.

Important! Do not click on the Compose tab, otherwise the changes will be lost.


Step 6. After you finished editing your post, click Publish (4)

And that's it... enjoy! :)

How to Make Money Blogging

You must know the key for your online success. Internet is a 24/7 marketing medium. It is a global medium where people look for information to solve their problems. If you use this medium to market them the crucial information or online product and solve their problems, in return they pay you for the solutions.

EditSteps

  1. 1
    One of the truly great things about blogs is that they are a means of self-expression. In a world where it can be difficult to be heard, they provide a convenient way of airing your opinions and broadcasting your ideas. There is nothing more rewarding than blogging about your passions and interests. It is also a brilliant way to enter the world of writing.

  2. 2
    Blogs are very cheap to set up and maintain. Another great benefit from blogging is that they are very cheap to run. There are only two components to a blog that cost you: your domain name and web hosting fees. For as little as EUR10 a month you can have your blog up and running. There are even websites that provide free hosting and domain names, thereby, costing you nothing. Although I would recommend that you pay for both hosting and having your own domain name, as in the long run it is much more beneficial.

  3. 3
    Blogging software is very easy to use and there is lots of support from dedicated websites such as WordPress. Plus there are also many forums and guides available to giving the novice a helping hand. WordPress offers many plug-in features which can maximise your blog's potential.

  4. 4
    A blog is a very easy way to generate income. There are many ways to earn money from advertising, sponsorship, affiliate programmes, to selling your own products. Many people successfully earn healthy incomes from blogging.

  5. 5
    Blogs can be used to target niche markets. You can target a certain niche that is generating a lot of interest and write product reviews on your blog. You can then earn money through affiliate marketing by sending interested readers to product vendors.

  6. 6
    You can also generate a lot of traffic through your blog with relatively little effort thanks to great support structures in place for blog users. The above are just some of many reasons why you should have your own blog up and running.

  7. 7
    Having a blog can really add to your credibility in the marketplace. It allows your readers to get a sense of who you are as a person. This is very important in building rapport for future business relationships. A blog is also a great way of giving you a platform so that you will be heard above the masses.

  8. 8
    The better your blog's content the better your results will be. So make it interesting and you will surprise yourself with the results

  9. 9
    A Quick Blog: Methods for a quick Blog

  10. 10
    Your blog can make money with Clickbank.

  11. 11
    Your blog can make money with Affiliate.

  12. 12
    Your blog can make money with Google.

  13. 13
    The most important thing is traffic to your site.You can use:

  14. 14
    Emailmarketing

  15. 15
    Article marketing software

  16. 16
    Social networking…

  17. 17
    PayPerPost.com will give you a fee for posting a product review on your blog. Keep in mind, however, a lot of bloggers consider undisclosed advertisements very unethical. So only post reviews where you are allowed to disclose that it's a paid product review. Most people don't realize that a lot of so-called television news stories are really sponsored paid slots. That's why there are so many stories about the next health food, next health study, next financial product. Bloggers don't like this.