Built a simple local weather app using JSON, jQuery, and APIs (ipinfo.io and OpenWeatherMap).
jQuery Page Tour Plugin
JQuery-powered tour library that displays information about the page the user is on.
Features:
- Spotlights DOM objects
- Displays a title and description of each DOM object.
- Places animated targets around the DOM object to add emphasis on where to look.
- Programmatically can move to next/previous items in the tour.
- Items can be ordered.
- Recalculates positions after window resizes.
jQuery Images Compare Plugin
A jquery plugin for comparing two images.
Features:
- Effort to put appearance via css (easier to skin / override)
- Touch friendly, mouse drag, with a big thanks to Hammerjs.
- Responsive
- You can listen to change event to add some of your logic
- You can change the value from external code
- Animation option when changing the value
- Optional alternative interaction modes : drag by default (the recommended one), click and mousemove (warning desktop friendly only for this settings)
IconCaptcha : Anti-Bot Icon Captcha with jQuery & PHP
IconCaptcha is a faster and more user-friendly captcha than most other captchas. You no longer have to read any annoying text-images, with IconCaptcha you only have to compare two images and select the image which is only present once.
Besides being user-friendly, IconCaptcha is also developer-friendly. With just a few steps you can get the captcha up and running. Even developers new to JavaScript and PHP can easily install IconCaptcha. The demo page contains all the code needed to get the captcha working.
Features:
- User Friendly: The captcha uses easily understandable images instead of hard to read texts to complete the captcha.
- Server-side validation: Any validation done by the captcha will be performed on the server-side instead of the client-side.
- Events: Events are triggered at various points in the code, allowing you to hook into them and execute custom code if necessary.
- Themes: Select the design of the captcha without having to ever touch the stylesheet.
- SCSS: The project contains a SCSS file, allowing you to easily style and compile the stylesheet.
- Supports IE: The captcha supports Internet Explorer 8 and up.