Archive for May, 2009

How To Add PollDaddy Polls On WordPress Blogs in side bar

Posted on May 16, 2009. Filed under: Tutorial | Tags: |

Yesterday i have tried to add a poll in the right side.
But i didnt know how to do that, i have been searching for the answer, but cant find the answer that i have worked out.
Now you can see a poll on my blog in the left side…. how is it?
1) First you need a [...]

Read Full Post | Make a Comment ( 7 so far )

Check email already exist – Ajax – Jquery

Posted on May 16, 2009. Filed under: Tutorial | Tags: , |

In a registration form i needed to check whether the email already exist or not.
For this i have tried with jquery ajax, we can use this to check usernames, emails,url names… etc.
THE DEMO
How i did…
HTML
<tr>
<td width=”99″>Email</td>
<td width=”154″>
<input type=”text” name=”email” id=”email” size=”20″ class=”input_s1_normal”></td>
<td>
<div id=”emailInfo” align=”left”></div>
</td>
</tr>
Script
First declare a flag variable and other necessary variables
var emailok = false;
var [...]

Read Full Post | Make a Comment ( 3 so far )

Jquery simple drop down menu

Posted on May 15, 2009. Filed under: Tutorial | Tags: , |

I always wonder about the dropdown menus available online.
Now i surprised how easy to create one with Jquery! WOW!
View Demo
Today i have searched for a dropdown menu with jquery and i found some. All are them are using ul-li , i dont like to use them, because i am no familiar with CSS, i mostly [...]

Read Full Post | Make a Comment ( None so far )

hidden file problem in ajax

Posted on May 6, 2009. Filed under: Tutorial | Tags: , |

I saw a question in google groups (jquery) last week.
http://groups.google.com/group/jquery-en/browse_thread/thread/4fc3dc88359f93f5?hl=en
For example I have a page: http://mysite.com/content/index.php. On this page I use $.ajax: $.ajax({ type: “GET”, data: “data=123456″, dataType: ‘html’, url: “temp.php”, error:  function(msg) {…}, success: function(msg) {…}, complete: function() {…}
});
where temp.php – http://mysite.com/content/temp.php. On temp.php [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...