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.

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>
We generally do not know the latitude and longitude of our area or any other area if we have needed to get the information. Sometimes we have to Google for getting this information. It is not a big issue to find out the approximate latitude and longitude for any location and it can easily be done in PHP.

Here I am writing the procedures to do the same.
Post By admin | Find Under: PHP, Web Development
Facebook has no option right now to generate your post as feed structure. So you can not get your post feeds. But still you can get the list of your posts and show them in your website or blog. In my last post (Share the comments of your youtube Video in your website) I mentioned the steps to get the feed from youtube and now I am writing the same with a different way for Facebook.

Here is the PHP code. You need to place this in your template.
Post By admin | Find Under: PHP, Resources, Web Development
We are very much familiar with the concept and technology to share any personal youtube video in our websites or blogs. But the things can be changed a little bit. If we want to share only the recent posts with respect to a particular youtube video then the original tricks will come in action. It’s not a tough job, just follow some PHP lines and it will be in action.

Here are the codes which you can use to get feed for the comments on youtube for a particular video.








