Tampilkan postingan dengan label json. Tampilkan semua postingan
Tampilkan postingan dengan label json. Tampilkan semua postingan

Rabu, 04 Desember 2013

Super Store Finder - Multi Categories Add-on (Add-ons)

Super Store Finder – Multi Categories Add-on


This is an add-on for Super Store Finder application that allows administrator to choose and assign multiple categories for each store. Super Store Finder is a multi-language fully featured PHP/Javascript/MySQL Application integrated with Google Maps API v3 that allows customers to locate your stores easily. Packed with Geo Location, Google Street View and Google Maps Direction your customers will never be lost again getting to your locations.

Main Features




  • Allow administrators to choose and assign multiple categories for each store in Super Store Finder

  • User friendly bootstrap multi-select feature

  • No page refresh upon selecting multiple categories

  • Easy to understand user guide included



Installation Instructions




  • Notice for Super Store Finder Multi Categories Add-on:




a. You need to purchase Super Store Finder prior to using this Add-on
b. Be sure to backup your existing files and database before performing the steps below




1. Alter cat_id column in stores table to varchar(255) in your database, run below SQL command:




ALTER TABLE stores CHANGE cat_id cat_id varchar(255);




2. If you’re using the standard version (non-responsive) extract and replace content within superstorefinder.zip to your installation folder




3. If you’re using responsive version, extract and replace content within superstorefinder_responsive.zip to your installation folder.




4. You’re done!




Multi Categories Demo Instructions



  1. Login to administrator

  2. Edit a store from the store list or Add a new store

  3. Select multiple categories for a particular store

  4. Save the store details

  5. Search the store via frontend to view the results



Support and Inquiries: http://codecanyon.net/user/highwarden

JAXpoll (Polls)

JAXpoll is a web based polling widget for your web site that requires little more than a few lines of HTML in your web page after uploading the code to your web server. It does not require a database or any post installation set up. Upload the application to your server, add 3 lines of HTML to your web page, add a poll in the administration page and start your poll data collection.




It includes additional skins in the form of simple CSS files that can be selected with a simple skin name in the settings file (jaxpoll/jaxpollsettings.js). Custom skins can be easily designed by using one of the existing skins as a starting point and saving the new skin in the jaxpoll/css/ directory with a properly formatted name.




JAXpoll utilizes PHP 5.x on the back end and the jQuery Javascript library on the front end with an AJAX messaging system based on JSON messages between your server and the poll widget in the web browser. The poll widget will automatically load the jQuery library from if you are not already using jQuery in your web page.




The poll widget utilizes browser cookies to keep track of users who have already answered the poll and optionally you can use user IP addresses to prevent poll abuse.




You can set up as many polls as you like with starting and ending dates in the poll administration page to keep a steady stream of polls running on your web site automatically. Or you can specify the unique ID for a poll if you only wish to display a single specific poll in your web page.




The administration page provides a download button where the results of a poll can be downloaded in CSV format to be used in your preferred spreadsheet application for analysis.




The JAXpoll application also provides an AJAX function to return poll results in the Google DataTable JSON format so they can be used in the Google Charts API.

EasyWeather - The Weather Engine (Miscellaneous)


EasyWeather 1.0 is a lightweight and versatile jQuery plugin displaying weather information for any location.
Its compact size and numerous options make it perfectly suitable for providing local weather information in portals, websites, blogs and apps.


How it works



EasyWeather is an amazing plugin that unifies different weather sources in one tiny widget.
It currently works with 5 weather providers but it is designed to work with an unlimited
number of sources. It implements a cascading fallback mechanism ensuring data is retrieved even if
a provider is down or the consumer itself is throttled by a service. If the first provider fails to
return the requested information, EasyWeather will contact the next one to maximise the availability
of the service. EasyWeather’s engine uses the same mechanism to detect users location and it
currently supports 3 different geolocation services.



Main features




  • It supports the following weather providers:


  • And the following Geolocation services:


  • Up to 10 days weather forecast depending on service

  • Custom location search bar

  • Units selection: Celsius/Fahrenheit and Kmph/Miles

  • Caching mechanism based on:

    • HTML 5 local storage or

    • Cookies



  • Pure client-side solution, no particular server-side technology required, no proxy page

  • 10 predefined themes

  • Templates and CSS styles fully customisable

  • Callbacks, custom events and delegates for most actions

  • Easy to install

  • Extensive documentation



Demo


EasyWeather can be previewed here.



Changelog


2013-09-20


v1.0 widget launch




If you purchase this plug-in, don’t forget to rate it  :)

JSON Painter (Miscellaneous)

If you have ever had a need to read a raw JSON string, you probably noticed that it aint that much human-readable…



What is JSON painter?


This simple jQuery plugin will reformat and colorize any valid JSON, and you eyes will be forever gratefull for it :)



Here are the highlighs:



  • Formats the JSON

  • Syntax highlight

  • Open / close individual object whitin


  • One js file (3.1Kb) + one line of code

  • Handles both JSON strings and objects

  • Customize the style via CSS to fit your needs



See it in action


I beleive that there is no need to describe this plugin in more details, but if you are intrigued – here is a online demo with code snippets.



The How to guide



Step 1:
Download the script and place wherever you place the java scripts.




Step 2:
Include the jQuery and the JSON painter script in the <head> tag of your document, like this:



<head>
<!-- additional header content -->

<script type="text/javascript" src="http://code.jquery.com/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="jquery.jsonPainter-1.0.js" charset="utf-8"></script>
</head>

Note that if you already have jQuery plugin included, you do not need to include it twice.


Step 3:
Create an element in the document that will hold the painted JSON



<div id="json"></div>



Step 4:
Have fun :)



<script type="text/javascript">

// Transform the data within the element (no params passed)
$('#json').jsonPainter();

// Show painted JSON from a atring
var str = '{ node: "value", list: [ 1, 3, 4 ] }';
$('#json').jsonPainter(str);

// Show painter JSON from an object
var obj = { node: "value", list: [ 1, 3, 4 ] };
$('#json').jsonPainter(obg);
</script>



Step 5:
If you are familiar with CSS, you can easily define your own styles.
Simply customize the snipper below add it to the <head> tag of your HTML document.



<style>

/** Define gloval style, like font size and family */
jsonpainter { }

/** Define how the key will be show */
jsonpainter-key { }

/** Define style for each variable type */
jsonpainter-value { }
jsonpainter-value-url { }
jsonpainter-value-null { }
jsonpainter-value-number { }
jsonpainter-value-string { }
jsonpainter-value-boolean { }
jsonpainter-value-boolean-true { }
jsonpainter-value-boolean-false { }

</style>

NekoCart - CSV-based jQuery Shopping Cart (Shopping Carts)

NekoCart is a fully customizable shopping cart made only with jQuery. No PHP is needed on your server! The main feature is the CSV based product list, that allows you to easily manage your shop and product options… No coding skills needed!
Default payment method is PayPal, if there will be many requests we will add more in the future releases!




Changelog:




  • v.1.1 – Added configurable decimal separator in the config file and improved the CSV editing function accepting now both , and . (Excel/LibreOffice now don’t give back dates)

  • v.1.0 – Initial release



Features:




  • CSV based products, no coding required!

  • No PHP or database required

  • Customizable multiple shipping options

  • Each product can have variants or options

  • PayPal one click checkout

  • Customizable tax

  • Fast and lightweight

  • Tested on IE8+, Chrome, Firefox, Opera, Safari

  • Full of Nekos! :3



More features will come in the future!

Testimonials:


Meow! (Best shopping cart ever!)

- A cat

jQuery Cascading DropDowns (Navigation)



Follow me on CodeCanyon



Subscribe to RSS Feed



Overview



Cascading DropDowns is a jQuery plugin that implements dropdown lists in which contents of one list depends on the selection of another list. The plugin has right panel with items (any html structure), that depend on dropdown selected value and filtered on selection callback. The dropdowns work with json as data source (ajax or javascript array). The right panel items work with ajax or inline html as data source.



Dropdown Examples





Radiobutton Examples





Other Examples





Features



  • Works with JSON and AJAX (PHP + SQLite example)

  • Supports HTML/DOM data source for the right panel items

  • Supports javascript array as data source for dropdowns

  • Fully customizable styles

  • Works in all major browsers

  • Annotated source code

  • JSDoc documentation



Browser Compatibility



  • Internet Explorer 7+

  • Firefox

  • Chrome

  • Safari

  • Opera



jQuery Compatibility



  • Works with jQuery from version 1.7.

  • Works with jQuery 2.x versions.



Updates on 10/27/2013



  • Radiobuttons control is added

  • Demo pages are added

  • Small documentation changes



Updates on 10/25/2013



  • Dropdowns only demo is added

  • Small fixes in php + sqlite demo

  • Small css changes

JQuery Simple ESPN Feeds (Media)

E.S.P.N. Plugin Plugin Plugin!!!



Did you hear Smith got traded? O you didn’t? Well now you can!



Finally, we have a JQuery plug-in that provides the full up to date headlines for all your favorite sports. This plugin is no air ball. You can use the ESPN API to keep headlines streaming in to be a head of the game with what is going on in the sports world!



This plug-in allows you to pull headlines and display them on your own website. Headlines can be searched by top headlines of a sport or by top headlines of your favorite team. There is a demo site for the plug-in so you can see it in action. Simply click the “Live Preview” button above.



This is a plug-in will easily allow you pull in the top headlines and render them on your website. Simply pass in your favorite sport or favorite team and the rest is a walk off home run!



In addition, a CSS template has been provided to give you an idea of what you can do with the headlines. However, you can fumble away the provided CSS and throw in one of your own.



Also there are several options and features to help you customize your interface to fit your vision.



Features:




  • Search Headlines By Sport

    This feature allows users to search the ESPN API with just a sport. A list of headlines will be displayed.



  • Search ESPN By team

    This feature allows you to search by your favorite team. Simply enter a team and see all tehe headlines related to this team.



There are a bunch of cool settings to help you win the face-offs with your plug-in experience. This plug-in comes with good documentation to show you the way!



AJAX Queue (jQuery) (Loaders and Uploaders)

Sequentially queue multiple AJAX requests with options for canceling/stopping and nesting of requests. Most of the AJAX parameters can be specified globally or individually for each AJAX request.