Today we will tackle a very interesting way to integrate your Facebook account with your WordPress account, without the need to register separately on WordPress. You might ask as to why we need to do it. We see Facebook integration a lot these days, and there are multiple plugins available on WordPress like Simple Facebook Connect, which do the same. However, they add another step, i.e, you need to register on WordPress once, even after you...
Read More
Forms can be a complicated thing. Once I worked on a website form that had literally hundreds of fields. It was a huge pain in the ass to code it (loads of redundant work). However, as a user, it can be VERY VERY irritating to fill up a form in one single go. For example, you can come across a form which has around 50 fields and when you reach the 49th field, it asks you to fill up an information which you do not have with you at the moment and...
Read More
Code for test.html
<div id=”carpoollist”>
</div>
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js”></script>
<script>
var string;
string=”http://carpoolfinder.in/webservice.php?Offering=Need”;
$.getJSON(string, function(data) {
$.each(data, function(i) {
$(‘<li class=”ui-btn ui-btn-up-c ui-btn-icon-right ui-li-has-arrow ui-li...
Read More
Sliders are now an integral part of any good website. WordPress comes equipped with many such sliders but if you want to use something fresh which looks good too, you can use the following Slider based on jQuery:
You can get the details for the slider on the following page:
AnythingSlider jQuery Plugin |...
Read More
These are exciting times in the world of web design. These days, more and more websites are shifting towards the single page design methodology in which the different pages load all at the same time but they are organized one after the other from top to bottom. Here’s another such design which uses the same technique. I have to say, I feel like redoing my own company website this way.
URL:...
Read More
The following video is meant for those people who would give an arm and a leg to avoid using javascript.
This video will teach you how you can use jQuery to validate a form filled up by a...
Read More
Recent Comments