Coder Social home page Coder Social logo

qpc-database / appframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from michaelnickavilan/appframework

1.0 1.0 0.0 3.38 MB

The AppFramework provides a full set of libraries to build applications fast and efficiently. This framework has a complete set of tools to connect applications with different analytical platforms like Google Analytics and Adobe Reports and Analytics and installs tags of a great variety of advertising platforms.

JavaScript 14.32% PHP 80.02% HTML 4.85% Shell 0.40% CSS 0.40%

appframework's Introduction

AppFramework

The AppFramework provides a full set of libraries to build applications fast and efficiently. This framework has a complete set of tools to connect applications with different analytical platforms like Google Analytics and Adobe Reports and Analytics and installs tags of a great variety of advertising platforms.

How to use

Please place the libraries into a folder called com. Add the following lines to the section of your HTML file:

<script src=com/"Core/AppFramework.js"></script>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="com/libs/jquery-ui-1.11.4/jquery-ui.min.css">

Add the following code after the tag:

<!-- <Framework:StarterScript> -->
    <script>
        AppFramework.init('../../../', 'MainScript.js');
    </script>
    <!-- </Framework:StarterScript> -->
    <!-- <Framework:Components> -->
    <div id="customAlert"></div>
    <div id="alert_container">
        <div id="alert-body">
            <div id="alert-image"></div>
            <div id="alert-title">Error</div>
            <div id="alert-description">Description error</div>
            <div id="alert-close">X</div>
        </div>
    </div>
    <div id="loading-container">
        <div class="loading-content" style="text-align:center;">
            <img src="../../images/ajax-loader.gif" style="margin: 0 auto 0 auto;" />
        </div>
    </div>
    <div id="mainContainer_div" style="text-align:center; width:100%;">
        
    </div>
    <!-- </Framework:Components> -->

appframework's People

Contributors

michaelnickavilan avatar

Stargazers

 avatar

Watchers

 avatar

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.