json

IP geolocation - with geo map, lookup and weather

IP geolocation - with geo map, lookup and weather

NEA .IP.GEOlocation … the best way to get IP geolocation IP Geo-Location [database sources – for better location tracking ] Geo Map [ 3 maps types ], IP Lookup, Location Weather many options and example files included! basic … tracking own ip, define host for tracking, define IP for tracking, output without map, output only map, output without marker, output only ip-location, output only lookup, output only location weather, ch...

Advanced Member System

Advanced Member System

Description Advanced Member System is a powerful user membership system, which gives you complete control over all of your users and your content, easily and efficiently. We handcrafted every single feature, which allows them to work seamlessly together, providing you with a reliable and affordable solution. The Advanced Member System is been designed with security in mind; therefore we have added a large amount of ways to project your conte...

Restaurant Menu App

Restaurant Menu App

This app provides a full foundation for any Restaurant/Bar/iPhone Entrepreneur to manage a menu of Dinners, Drinks, and Desserts. The included backend system allows for implementation of a database of items, along with files that pull and create JSON data for each category, for the iPhone to dynamically read and display for each. The app can pull and show an unlimited number of menu items for each category. It uses asynchronous image loa...

Datagrid Repeater - jQuery plugin

Datagrid Repeater - jQuery plugin

Easily management data grid, with customizable features. You can download data directly from server, and upload data directly to server too. Extremely easy to use, with one of the CSS themes and very little configuration. Still, you have many optional features, like JSON , XML or bi-dimensional array data export, custom CSS prefixes so you can use your own CSS . The core uses an intelligent data cell extraction (recognizes form elements). Also...

Mega Contact

Mega Contact

Mega Contact is a versatile and flexible Ajax contact form builder created from the ground up. It allows you to quickly construct an Ajax contact form and incorporate it into your page. Both, front (JQuery) and back-end (PHP) are written in an Object Oriented style that allows for extensibility and code reuse in an efficient manner. With the exception of the reCaptcha service by Google, Mega Contact does not use any third party code or plug...

Premium Currency Converter for jQuery

Premium Currency Converter for jQuery

Overview With Premium Currency Converter for jQuery, you allow your visitors to convert all the prices on your site using a little tool. They also get a little calculator to quickly convert currencies. All the exchange rates are daily updated and stored in your HTML5 Local Storage. Live Preview View Wordpress Version Main Features HTML5 Local Storage The script uses your browser’s HTML5 localStorage to save the exchange rates so it doesn...

ExplrPHP - Easy Tree Navigation Menu

ExplrPHP - Easy Tree Navigation Menu

ExplrPHP is a PHP script which provides an easy way to generate tree navigation menu in server-side from various sources of formats: usual PHP array, JSON file, XML file, or MySQL database table. Requirements: PHP5 jQuery Explr jQuery plugin Code example: <?php // include the required ExplrPHP class require_once('relative/path/to/Explr.php'); // give each instance a unique tree id $explr = new ExplrPHP('menu2'); // set path to Ex...

Deals Aggregator

Deals Aggregator

Deals Aggregator is a thin PHP Utility class that aggregates online social shopping deals from Groupon, Living Social, Crowd Savings, and Tippr by tapping into the BuyDeals National deals database platform. Features Include: 1. Search for Deals by city, state, zip/postal code, and latitude/longitude. 2. Aggregates deals from Groupon, Living Social, Crowd Savings, and Tippr and returns it as a common set of results. 3. Detailed Deal...

ToSQL - JSON/XML/PHP to SQL

ToSQL - JSON/XML/PHP to SQL

About Import large sets of data into an SQL table; ToSQL will create a suitable table structure, guessing data types, keys and more, and then proceed to inserting the data. This can be useful for those with large amounts of data stored in XML or JSON files, who want to make the transition to SQL . Usage $query = ToSQL::Import($table_name, $data, ToSQL::<type>); // mysql_query($query); </type>

MyJSON - Work with MySQL + JSON

MyJSON - Work with MySQL + JSON

MyJSON is a PHP5 Class, with it, you are now able to: Create JSON string from a MySQL Query Insert JSON content into a MySQL Table Create/Insert will work as export! So you is a new experience on backups: with JSON ! The JSON created can be indented or not, you choose Easy to get class-failure errors Examples of both functions are included Examples Creating JSON from MySQL query:echo $json->SQLtoJSON("SELECT * FROM your_table"); Creat...