Unordered List

Tuesday, May 28, 2013

Simple And Stylish 3d Button For Blogger

Friends, This is a simple post to make a simple 3D button in blogger. It shows blue color outline and white rectangle space inside. You can change or edit inside text with your own . It is mainly used for some special notification in your post OR for live demo OR for new kind of special text OR also can use it for intention. It is very easy to install into your blogger. Keep follow below instruction and install it.

LIVE DEMO



Thank You



Login to Blogger dashboard
  • Go to Posting option.

  • Click on Edit HTML.


  • Paste below codes in Edit HTML area where you write your post.


<div style="background-color: white" align="center"><b><span style="background-color: white"><span style="font-family: verdana,sans-serif"><span style="border-bottom: rgb(11,83,148) 10px solid; border-left: rgb(72,161,250) 10px solid; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; border-top: rgb(11,83,148) 10px solid; border-right: rgb(72,161,250) 10px solid; padding-top: 6px"><b><span style="font-family: verdana,sans-serif"><span style="font-size: large"><span style="color: blue"><span style="font-size: small"> YOUR-TEXT-HERE</span> </span></span></span></b></span></span></span></b></div>

Change RED color with your text. Also you can change text size ,family, alignment etc.

  • Publish your post or Preview .


Leave a comment below about this button…………………………

Monday, May 27, 2013

3D Cube Popular Post Widget With Rotating Effect

Hi, Everyone now i share a beautiful popular post cube widget with 3D rotating effect.  This widget work with all blogger template. You can add this on your blogger. Just follow below instruction.. Then try it to add your template…
3d cube popular post widget with rotating effect -(www.masterhacksindia.blogspot.com)

Login to Blogger Dashboard
  • Select Layout option from dashboard side menu.

  • Click “Add Gadget” .

  • Choose “Popular Posts” from given list (If you already have this gadget skip this step).

  • After that hit again on “Add Gadget” and select “HTML/Javascript” option from list.

  • Copy below code and paste it on HTML/Javascript  box.


<style type="text/css"> .cube { width: 200px; height: 200px;} a img { border: none; } #linksCube img { width: 100%; height: 100%; } </style><br /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script><br /> <script type="text/javascript" src="http://accordion-for-blogger.googlecode.com/svn/trunk/jqueryimagecube.js"></script><br /> <script type="text/javascript" charset="utf-8"> $(function () {     $('.popular-posts ul').abupopularcube(); });  </script><br /> <script type="text/javascript" src="http://accordion-for-blogger.googlecode.com/svn/trunk/popularcube.js"></script>

  • Save it and preview.





Leave a comment…… below…………………. If this widget is not working………..

Friday, May 17, 2013

Mouse Hover Zoom Effect For Your Blogger Images - jQuery


Friends, This post contain a trick to zoom your blogger images with out clarity loss. If you want to insert this effect to your blogger, Follow this post.





logo_zoom


  • Click on Templates.

  • Hit on Edit Html button and proceed.

  • Find (Ctrl+F)   ]]></b:skin> tag.

  • Copy and paste below code before  ]]></b:skin> tag.


/*------- Master Hacks ZOOM-OUT ZOOM-IN -------*/
.mbtzoom {
padding:5px;
position:fixed;
bottom: 35px;
right:10px;
cursor: pointer;
text-decoration: none;
border: 0px solid transparent;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mbtzoom:hover  {
  zoom: 2;
  text-enlarge: 2;
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}



You wish to apply the zoom effect to any image you want simply use this code.


<a href="URL OF PAGE" class="mbtzoom"><img  width="60px" height="60px" src="IMAGE LINK" alt="back to top"  /></a>

  • Change Red color with your Page link and Image link.









*Make sure to Keep width and height equal to half the size of original image. For example if the image size is 100px by 100px then set width="50px" and height="50px".
















……………………………..END…………………………………….


Monday, May 6, 2013

Convert Text into Voice With Notepad

This is really awesome trick with simple notepad,  How to convert a text into voice? I know, first you search for converting software on internet. You don’t need any software, This is a trick from Notepad. Notepad is not a simple letter writing program,It much more.  You can make html,Java scripts and other file with Notepad.  Now i share how to make a text-voice converter with Notepad. Follow this post and enjoy…






  • First open Notepad.

  • Copy below code and Paste it on Notepad.


Dim Message, Speak
                          Message=InputBox("Enter Text to Talk - TechToones","Speak")
                         Set Speak=CreateObject("sapi.spvoice")
                         Speak.Speak Message

  • Save it with .vbs extension ( Example: converter.vbs)


Leave a comment ……………………… below………………………..

Friday, May 3, 2013

Your All Application(.exe) Open With Other Application OR You Can’t Open Your Applications(.exe) In Windows 7

           This is a solution to backup your exe file open program. Yesterday i was in a big problem.. I accidently changed my default application running program to notepad. Because .exe files not working properly. I tried to change default program backup, but i don’t know how to fix this problem. Selected other program to default, exe files not working. After that i try to search about this problem on internet. just click on Chrome application, no hope.Chrome already in damage. I think  .. this is not only my problem.  Someone want need a help to fix this problem. Now i share a way to fix this problem…enjoy…

Solution for EXE Files Always Open with Notepad or Other Applications OR Can’t Open EXE Files in Windows

Download following ZIP file and run Registry file. Then system ask a conformation accept it Click here  (Alternative Link) OR Click here

After install above file. Follow below steps
  • Open RUN by clicking Windows Key + R.   




 




  • Now you will get  a new box Registry Editor. Open HKEY_CLASSES_ROOT folder.
Hkey class root windows 7 registry editor (www.masterhacksidnia.blogspot.com)

  • Select  exefile folder from drop down folder list .
open exe files in registry editor in windows 7 (www.masterhacksindia.blogspot.com)

  • Open shell folder from list.
exefile  shell in registry editor in windows 7 (www.masterhacksindia.blogspot.com)

  • Click on Open folder
exefile shell open in registry editor in windows 7 (www.masterhacksindia.blogspot.com)

  • Then hit on command  and  In right-side pane, change value of Default key(Double Click on Default) to
"%1" %*
registry editor command default edit in windows 7 (www.masterhacksindia.blogspot.com)
 Root is HKEY_CLASSES_ROOT\exefile\shell\open\command
  • That's all. Now restart your Windows. Now you should be able to open EXE files without any problem.


Comment below………………………….

How To Add jQuery Popup Boxes To Blogger

Friends now i share a simple trick to make a jQuery popup box in your blogger. After add this code to your  Blogger, button appear. When we hit on that button, a box will popup in your site .Try it now..




popup box appear in blogger



  • Go to templates, click on Edit HTML option and Proceed.

  • Find (Ctrl+F) </head> tag.

  • Paste the below  code before </head> tag and save the template.




 Find (CTRL+F) height:200px; width:350px;  Change box width and height.






  • Save template.

  • After that go to Layout.


  • click on “ADD A GAGDET".

  • Select HTML/Java Scripts.

  • Copy and paste below code.



Replace Your-Popup-Button-Name, Enter-Popup-Title-Here, Enter-Your-Popup-Content-Here with your data.



  • Save It and click preview.






Leave a comment…………………….