Archive for category jQuery

IPv4 / IPv6 calculator

Sem se malo poigral in naredil IP kalkulator… OK, zaenkrat je samo ipv4, na ipv6 delam, bo v kratkem :)

http://mihap.si/#ipcalc

lpm

No Comments

Captcha with jQuery, ajax and php

A while ago I came across this guide, as I was searching for some simple captcha implementation for some website. Plain and simple, all clear. The only thing I didn't like too much is the javascript part, for webpages I mainly use jQuery for javascripting, so I wanted to use jquery for ajax functions. Also, including multiple inputs besides captcha code makes javscript more comeplex (please read the comments, near the end) nad that is where jquery comes in handy.

The simplest possible example you can find on http://mihap.si/share/captcha/.

What we need:

Read the rest of this entry »

No Comments