Giter Site home page Giter Site logo

joyride-wp's Introduction

joyride-wp

A small javascript library to connect Wordpress JSON API to Foundation 5 Joyride

We were creating Wireframes on Omnigraffle or Balsamiq as most of the web agencies in the world. Later on mockup-wise we would have started creating mockups on Zurb's Foundation.

But clients have some difficulties to understand our mockups by themselves without our assistance. So we decided to upgrade them with step-by-step instructions, without hardcoding them in the mockups themselves.

That's why this very small piece of code we open sourced. We started using Wordpress as a REST service to serve instructions to illustrate better to clients the functionalities we're implementing for them on their Foundation base wireframes.

So if you've already set up a Wordpress instance, with JSON API plugin (http://wordpress.org/plugins/json-api/) activated you just have to put in WF_URL you're complete address to reach it

e.g.:

var WF_URL = 'http://www.example.com/api/';

The way the whole thing is managed right now is that in the wordpress instance we're managing more than one project for Wireframes, so we're using categories to address one particular project.

This way I'm defining WF_PRJ as the category_slug for the project.

e.g.:

var WF_PRJ = 'project_wf'

We're using custom post types here, you can add them through a very basic functions.php piece of code on the theme or with some magic plugin.

Steps to reproduce our Web service for wireframing:

Hope this helps someone :) Let us know! Thanks for your attention.

we are open source. we are nois3.

joyride-wp's People

Contributors

carl0s avatar mavimo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

carl0s mavimo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.