How to change the Icon of Hard Drive in windows 7

Its really boring to see an hard drive always in its old look, why don't we just try to change it.... ?















Step 1: Open Notepad, Paste this code in it.

[autorun]
icon=\CustomIcon.ico

Step 2: Save this as autorun.inf , to any hard drive you want to change the drive icon without creating any folders

Step 3: We have mentioned icon=\CustomIcon.ico in this code, paste a desired image with in the same place. any image you choose, but it must have .ico extension. 
if you want hard drive icons, click here.

if you're downloading it from any other sites, then Just rename it to CustomIcon, don't forget to select ICO.

or you could change  icon=\CustomIcon.ico to any name you want.



Continue Reading

All Important Chrome URLs

All Important or useful Chrome URLs for Different Purposes.

chrome://accessibility
chrome://appcache-internals
chrome://blob-internals
chrome://bookmarks
chrome://cache
chrome://chrome-urls
chrome://conflicts
chrome://crashes
chrome://credits
chrome://dns
chrome://downloads
chrome://extensions
chrome://flags
chrome://flash
chrome://gpu
chrome://histograms
chrome://history
chrome://inspect
chrome://ipc
chrome://media-internals
chrome://memory
chrome://memory-internals
chrome://nacl
chrome://net-internals
chrome://newtab
chrome://omnibox
chrome://plugins
chrome://policy
chrome://predictors
chrome://print
chrome://profiler
chrome://quota-internals
chrome://settings
chrome://signin-internals
chrome://stats
chrome://sync-internals
chrome://terms
chrome://tracing
chrome://translate-internals
chrome://user-actions
chrome://version
chrome://view-http-cache
chrome://webrtc-internals
chrome://accessibility
chrome://appcache-internals
chrome://blob-internals
chrome://bookmarks
chrome://cache
chrome://chrome-urls
chrome://conflicts
chrome://crashes
chrome://credits
chrome://dns
chrome://downloads
chrome://extensions
chrome://flags
chrome://flash
chrome://gpu
chrome://histograms
chrome://history
chrome://inspect
chrome://ipc
chrome://media-internals
chrome://memory
chrome://memory-internals
chrome://nacl
chrome://net-internals
chrome://newtab
chrome://omnibox
chrome://plugins
chrome://policy
chrome://predictors
chrome://print
chrome://profiler
chrome://quota-internals
chrome://settings
chrome://signin-internals
chrome://stats
chrome://sync-internals
chrome://terms
chrome://tracing
chrome://translate-internals
chrome://user-actions
chrome://version
chrome://view-http-cache
chrome://webrtc-internals 
Continue Reading

Android Secret Codes For different Purposes

There are many android secret codes used for many purposes. Here are some codes, Just type it on your Dialpad.


1. Phone Information, Usage and Battery – *#*#4636#*#*
2. IMEI Number – *#06#
3. Enter Service Menu On Newer Phones – *#0*#
4. Detailed Camera Information – *#*#34971539#*#*
5. Backup All Media Files – *#*#273282*255*663282*#*#*
6. Wireless LAN Test – *#*#232339#*#*
7. Enable Test Mode for Service – *#*#197328640#*#*
8. Back-light Test – *#*#0842#*#*
9. Test the Touchscreen – *#*#2664#*#*
10. Vibration Test – *#*#0842#*#*
11. FTA Software Version – *#*#1111#*#*
12. Complete Software and Hardware Info – *#12580*369#
13. Diagnostic Configuration – *#9090#
14. USB Logging Control – *#872564#
15. System Dump Mode – *#9900#
16. HSDPA/HSUPA Control Menu – *#301279#
17. View Phone Lock Status – *#7465625#
18. Reset the Data Partition to Factory State – *#*#7780#*#*
19. Format Your Device To Factory State(will delete everything on your phone) – *2767*3855#
20. Hidden Service Menu For Motorola Droid – ##7764726
Continue Reading

Use your Hard Disk as RAM.

Some may face problems on low RAM, this post is to increase your RAM from your HDD.
















Step 1: Right Click Computer icon and select Properties.

Step 2: Now on the left pane, under Control Panel Home, click on Advanced system settings

Step 3: Click on Advanced tab, under Performance tab, click on Settings.

Step 4: on Performance Options window, click on Advanced tab.

Step 5: Under Virtual memory, you get to change the paging file size for all drives. Click on Change... button (step 3-5 are shown below)

Step 6: Here you can uncheck Automatically manage paging file size for all drives and set values as per your requirements

Click OK. Now restart your Computer and Bingo.
Continue Reading

Adding a Floating Sharer box to Blogger

I've created a new sharing widget for blogger. Consis of LinkedIN, Twitter, Facebook, Google+ Recommend Buttons, Hope you like. See the live demo at http://test10189.blogspot.in/















How to Add it to your Website.

Step 1: Go to blogger->YOUR BLOG->Layout-> Add a Gadget->HTML/Javascript.

Step 2: Place this Code in it. (My Own Code)


<style>
#joelblogsharer{
position:fixed;
left:40px;
top:15%;
background-color:#999999;
border:groove;
opacity:0.5;
border-spacing:inherit;
border-width:medium;
font-family: 'Open Sans', sans-serif;
width:auto;
height:auto;
border-radius:10px;
padding:5px 10px;
}
#joelblogsharer:hover{
opacity:1;
}
</style>

<div align="center" id="joelblogsharer" title="Like and Share this to your friends">
<!-- LinkedIN -->
<script src="//platform.linkedin.com/in.js" type="text/javascript">
 lang: en_US
</script>
<script type="IN/Share" data-counter="top"></script><br />
<!-- Twitter -->
<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script><br />
<!-- Facebook -->
<div align="center" id="fb-root">
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=139408079570627";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div align="center" class="fb-like" data-width="450" data-layout="box_count" data-show-faces="true" data-send="false"></div><br />
<!-- Google+ -->
<div align="center" class="g-plusone" data-size="tall"></div>
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script><br />
<img align="center" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdWgvbcdCCvk2ixC7WL_SDmT90Qcv-aGazppQNCc1WsCt1gZ583adR7SzDWrnDY6JehyphenhyphensfWKD_L9bcNtPD7VVFTOT0DwmI0H-NMkwh65a-MX70x6YKpGHUpnn_uFg7mL8blVBpNi7DBTZb/s1600/logo+copy.png" Title="SharerChoices" width="70" height="30" />

</div></div>
Never change anything in this code., it may cause errors.

Enjoy.
Continue Reading

Creating Contact form in a page.

Blogger introduced a contact form for blog. This can be added as a widget. In this tutorial i'm gonna show how to add this as a Page of blog.














Step 1 : Go to blogger and select the the blog you want to add the contact form, From the left tabs select pages tab and select blank page from new page.

Step 2 : Click the 'Edit HTML' Tab.

Step 3 : Add this code in it .

<div class="contact-form-widget">
<div class="form">
<form name="contact-form">
Name
<br />
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="" />
Email
<span style="font-weight: bolder;">*</span>
<br />
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="" />
Message
<span style="font-weight: bolder;">*</span>
<br />
<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea><br />
<br />
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send" /><p style="display: inline-block;">Powered By<a href="http://joe-amis.blogspot.com"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdWgvbcdCCvk2ixC7WL_SDmT90Qcv-aGazppQNCc1WsCt1gZ583adR7SzDWrnDY6JehyphenhyphensfWKD_L9bcNtPD7VVFTOT0DwmI0H-NMkwh65a-MX70x6YKpGHUpnn_uFg7mL8blVBpNi7DBTZb/s1600/logo+copy.png" width="59" height="29" /></a></p>
<div style="max-width: 222px; text-align: center; width: 100%;">
<div class="contact-form-error-message" id="ContactForm1_contact-form-error-message">
</div>
<div class="contact-form-success-message" id="ContactForm1_contact-form-success-message">
</div>
</div>
</form>
</div>
Next step is to register this.
 For that Go to Blogger->Template->Edit HTML
Paste this code before </html> Tag.

<script>
_WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm1', 'lowerbar2', null, document.getElementById('ContactForm1'), {'contactFormMessageSendingMsg': 'Sending...', 'contactFormMessageSentMsg': 'Your message has been sent.', 'contactFormMessageNotSentMsg': 'Message could not be sent. Please try again later.', 'contactFormInvalidEmailMsg': 'A valid email address is required.', 'contactFormEmptyMessageMsg': 'Message field cannot be empty.', 'title': 'Contact Form', 'blogId': 'YOUR BLOG ID', 'contactFormNameMsg': 'Name', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Message', 'contactFormSendMsg': 'Send', 'submitUrl': 'http://www.blogger.com/contact-form.do'}, 'displayModeFull'));
</script>
Replace your blog id With the Black Coloured Text.
I'll be creating a new post on checking your blog id.
And Enjoy.
Continue Reading