Thursday, November 22, 2012

Add CSS3 Round Buttons For Website


CSS has become a integral part of a good looking blog.We designing is very important so as to leave a mark on your readers.A good looking site is always remembered by a reader.In order to get your readers attention their are certain tricks and tweaks by which you will be able to leave that WOW impression.There are some widgets which make...

Wednesday, August 29, 2012

CSS3 Animated Bubble Buttons For Blogger


This Tutorial is about animated CSS3 bubble buttons for blogger. Actually these animated bubble buttons were designed by tutorialzine.com. All buttons are made with pure CSS3 and on mouse hover the bubbles start shaking, that is a worth seeing effect on buttons. This buttons are available in four color themes and four sizes. So you can use...

Show HTML, CSS, JavaScript Codes in Colored Background In Blogger


We often write tutorial which relating to source codes such as HTML, CSS, JavaScript Codes. In my previous post i showed how to show HTML and JavaScript code in blogger post But this time i am giving tutorial on how you can show HTML,CSS codes in colored background. Many bloggers also follow this technique. This really nice to represent source...

Host CSS, JavaScript And Html Files On Google Project Hosting


JavaScript, CSS Documents can be hosted on Google Project Hosting. Hosting source codes, JavaScript, CSS codes on Google Project Hosting is much safer rather than your personal hosting or other free hosting service. Google gives you unlimited hosting and your files , codes or documents will be safe for unlimited time while other free hosting...

How To Add Scrolling Back To Top Button In Blogger


I got many questions about if is it possible to add scrolling "back To Top" button in blogger.We see many WordPress sites using "Back To Top" button using plugin.But how to do in blogger ? Yes, finally you can now add "Back to Top Button" in blogger.Its very simple like drinking a glass of water. Back to top button has been made with JavaScript...

Monday, August 20, 2012

CSS Nudge Effect To Blogger Links


Nudge effect is a effect, when you place your mouse on a link, it will nudge. This effect developed with CSS3. Here is a demo of CSS3 nudge effect on blogger links. This effect looks nice on links. You can add this effect all the link or some selected links on blogger View Demo Nudge Effect To All Links Blogger Dashboard → Design → Edit...

How To Make All Links Open In A New Window In Blogger


To open links in a new window, web developers use target="_blank" HTML tag. For an example <a href="http://edutechnology.net"target="_blank">Blogger Widget</a>. When writing blog post you have to use target="_blank" on each HTML links which you want to open in a new tab. There is great impact to open external or internal links...