Post By admin | Find Under: Web Development

Do you need a domain and hosting for your personal use, business or portfolio? Yes, but you do not have any idea how to get this and may be you do not have the fund yet. Don’t worry, there is a great opportunity to fulfill your web identity. Recently the service has been launched by Indiagetonline in association with Google, Hostgator and ICICI bank.

get your business online

I have already signed up for this service and it works like a charm. It is totally free for 1 year. What you have to do are as follows:

1. Go to http://www.indiagetonline.in
2.  Search for your .in domain and click on next button.
search domain
3. Now you have to fill up the registration form with your contact details and the most important is your PAN card number. You will not be able to get this service if you do not have the PAN (Permanent Account Number) number.
4. As soon as the registration gets completed, you will get an verification email and the account details with the username & password of your hosting account in that email.

Post By admin | Find Under: blog

I have just seen this video and quite surprised, frankly speaking you don’t need to read different books, journals and search internet for this topic “How To Make Money From Your Blog”. Simple see this video and you get a proper knowledge what to do. Thanks a lot Howcast for this great offering.

Post By admin | Find Under: Web Development

Presently we are very much conscious about the look and feel of our blog or website. For different reason we use hyper link text or block to highlight different section. Let’s see, we can draw this by any other way without using JavaScript or jQuery. Here I will explain a simple transitional mouse hover effect with the help of purely CSS.  Check this screen shot.

transitional mouse hover effect

In the screen shot you can see the blue background effect on normal condition and the purple background effect on mouse hover. But this is not the trick. The changing of the color will happen with a transition effect from light blue –> light purple –> Original purple color within 0.5 second time span.

Post By admin | Find Under: Web Development, Wordpress

WordPress CSS based drop down menu problem in Internet Explorer 6?

It is a very common problem to the developer who designs nice drop-down menu but they do not work on the traditional browser like Internet Explorer 6. I know there are some WordPress plugins available to do the same by using JavaScript  or jQuery. But there are some restrictions too as in those cases we must have to use some predefined menu looks set by the plugin. Here I have made a solution using jQuery to implement Dynamic WordPress drop-down menu which works on all the major browsers and yes, on Internet Explorer 6 too.

wordpress-drop-down-menu-ie6

Step1: This is my navigation container which is in my header.php file


<div id="nav_container">
<div id="myjquerymenu">
<ul>
<ul>
	<li class="hiddenSpellError">php if ( is_home() ) { echo ''; } ?>><a href="%3C?php%20bloginfo%28%27home%27%29?%3E">Home</a></li>
</ul>
<!--?<span class="hiddenSpellError" pre=""-->php wp_list_pages('title_li=');?>
</ul>
<div></div>
</div>
</div>

Page 1 of 812345...Last »