Majuro.JS : Make Interactive Maps with open buildings data

    Majuro.JS : Make Interactive Maps with open buildings data

    Majuro.js is an open data platform. In each city, users select a neighborhood or draw a custom area to extract buildings. They then can color-code, annotate, and describe each building, before creating a static site by forking the repo and adding their JSON data through Github’s web interface.

    The objective is to develop custom maps based on cities’ public data, without leaving the web browser or introducing command line tools.

    Build a Simple Yahoo! Answers API Webapp with PHP & jQuery

    Build a Simple Yahoo! Answers API Webapp with PHP & jQuery

    In this tutorial I’d like to focus on the Yahoo! Answers API. We will be creating a simple webapp that pulls all recently answered questions from a select few categories. The API delivers results via XML or JSON, so we have the option to build with any backend programming language. Although for this guide I’ll stick to PHP since it’s the most commonly understood backend language.

    jQuery Mobile Metro Theme

    jQuery Mobile Metro Theme

    This theme provides a Metro user interface for Cordova apps using jQuery Mobile on Windows Phone 7.5.

    jQuery Count Down Plugin : County

    jQuery Count Down Plugin : County

    Its time for count down, its county! County is a free jQuery count down plugin build with powerful jQuery library and loaded with various customization options. It allows you to control the animation, color schemes and many other parameters.

    jQuery Real Person Captcha Plugin

    jQuery Real Person Captcha Plugin

    A jQuery plugin that enhances an input field to help reduce automated form submission by requiring a “real person” to identify text made up of dots. The entered value is compared on the server with the generated value to determine whether processing should continue.

    The real person functionality can easily be added to an input field with appropriate default settings.You can also remove the real person functionality if it is no longer required.

    stacktable.js : jQuery plugin for Stacking Tables on small screens

    stacktable.js : jQuery plugin for Stacking Tables on small screens

    The jQuery plugin for equalizing the height or width of elements. The purpose of stacktable.js is to give you an easy way of converting wide tables to a format that will work better on small screens. It creates a copy of the table that is converted into a 2-column key/value format.Use media queries to toggle the visibility of the original table and the stacktable (check out the stacktable.css example).

    clueTip: A jQuery Tooltip Plugin

    clueTip: A jQuery Tooltip Plugin

    The clueTip plugin allows you to easily show a fancy tooltip when the user’s mouse hovers over (or, optionally, clicks on) any element you designate in your script. If the element includes a title attribute, its text becomes the heading of the clueTip.

    Google Map Instant Search in jQuery

    Google Map Instant Search in jQuery

    Today  i  created a new looking “Google Map Instant Search” with simple  jquery and j-son script ,by using Google’s API and by using instant search function keyup(function(e)) this will started to display the places as you type the results on the search box with simple and neat  user interface and easy to search .

    hoverOver : jQuery Plugin for Adding Hover Content

    hoverOver : jQuery Plugin for Adding Hover Content

    “hoverOver” plug-in is useful for showing content on image or text blocks to show short information related to product, image etc. Plug-in provides various animation effects to show content.

    Features:

    • Hover over content can be defined on text content or image
    • You can define content text either in contentData or define data-content=’#contentID’ and define content inside Hover Content Goes Here
    • 14 different animation styles
    • 5 styles for show content e.g. fly, curtain, push, pull, tocenter/fromcenter
    • Content can be half visible using contentShowHeight. (e.g. Can be used with “flytop” & “flybottom”)

    Create A jQuery Twitter Feed Plugin

    Create A jQuery Twitter Feed Plugin

    n the following tutorial we are going to go show how to create a jQuery plugin to display Twitter feeds via AJAX from either a username or search using the Twitter API.

    The plugin will also include code to display time since posted, retweet, reply & favourite links plus options to set the number of feed items to display, turn on/off retweets and replies, show the user’s avatar and also include any embedded images.