Jimmy Branding

plugin banner

Size-flexible Banner for Your Website Branding. Template Tag and Shortcode. 'SENOR' WebGL Library, "System of…

Author:Kenta Ishii (profile at wordpress.org)
WordPress version required:4.7
WordPress version tested:4.9.20
Plugin version:1.0.4
Added to WordPress repository:21-06-2017
Last updated:26-04-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://electronics.jimmykenmerchant.com/jimmy...
Total downloads:2 434
plugin download
Click to start download

Size-flexible Banner for Your Website. Use as your unique billboard! Template Tag, Shortcode and ‘SENOR’ WebGL Library.

Futures

  • Template Tag, ‘jimmy_branding_output’
  • Shortcode, ‘[jimmy_branding]’
  • Triangle Opener to Change Height Size of Banner
  • ‘jBrandings’ Admin Menu
  • ‘jPromoter’ Role
  • Original WebGL library, ‘SENOR’

‘SENOR’ (exactly, ‘SENOR’ is the naming union of ‘SENORWEBGL1’, ‘SENORWEBGL2’ and ‘SENORUTL’) is an client side WebGL library of Kenta Ishii licensed under GPLv2 or later. This Library aims to be “System of Whole Objective Oriented Structure” to make/transmit data of 3D-graphic (Three Dimensional Graphic) in/between client computers and servers. This system is unique because whole processes depend on object-oriented architecture. By doing so, engineers to participate in 3D-graphic projects can be able to build systems easier than inconsistent structures. ‘SENOTRWEBGL1’ is a wrapper of WebGL1.0 context. ‘SENORWEBGL2’ is a wrapper of WebGL2.0 context (‘SENORWEBGL2’ is now on reserved). ‘SENORUTL’ is utilities to make 3D-graphic. ‘SENOR’ also aims to consider compatibility to code between ‘SENORWEBGL1’, WebGL1.0 context and ‘SENORWEBGL2’, WebGL2.0 context. It’s so called “The Same Coding Rarely Except Extension”. By wrapping whole context with each ‘canvas’ HTML tag, ‘SENOR’ aims usage of multiple contexts on the same page of your website.

‘SENOR’ Library System Chart (‘SENOR’ is using a three-phases procedure as below)

         Internet
 (TCP/IP Protocol, etc.)
           | ^
From       | | To Server
Server     | | From
To Client  | | Client
           v |
-------------------------
|     (1) Raw Data      |
| Vertices, Coordinates,|
| Phong Parameter, etc. |
|  On JSON (JavaScript  |
| Object Notation), etc.|
-------------------------
           | ^
Object by  | |Raw Data by
JavaScript | |JavaScript
           | |
           v |
-------------------------
|     (2) Objectify     |
| Initialize WebGL.     |
| Combine Objects to    |
| Use as a 3D Model.    |
|  Via 'SENOR' Library  |
-------------------------
           | ^
Output to  | | Input by  
Display by | | User
WebGL      | | Communi-
           v | cation
-------------------------
|     (3) Use Object    |
| In Applications,      |
| Game, CAI (Computer-  |
| Assisted Instruction) |
| CAD, Monitor, etc.    |
-------------------------

Usage

Template Tag, jimmy_branding_output

if ( function_exists( 'jimmy_branding_output' ) ) {
    // If you want, configure ID of this template in the argument of this template tag as String
    jimmy_branding_output();
}
  • Put the template tag on your theme, e.g., index.php.
  • Make your branding HTML code on ‘jBrandings’ menu.
  • Select your jBranding content on ‘Select’ sub menu.
  • Customize banner and opener (Triangle on the Center Bottom) size on ‘Select’ sub menu.

Shortcode, [jimmy_branding]

[jimmy_branding name="slug-name-of-your-jbranding-content"]
  • On ‘Select’ sub menu, check ‘SENOR WebGL Library’ to ‘Stand Alone’ and ‘Shortcode Usage’ to ‘Use’.
  • On your post, use shortcode [jimmy_branding] with several arguments. ‘name’ must be needed.

Arguments of the WordPress shortcode, [jimmy_branding]

  • ‘id’ – (default: ‘jimmy-branding’)
  • ‘name’ – assign slug name of your jBranding content, must be needed
  • ‘ratio’ – ‘false’ is using pixels, ‘parent’ is using width parent element’s width, ‘window’ is using window’s width and height to make the resolution of the template (default: ‘false’)
  • ‘width_pixels’ – (default: ‘300’)
  • ‘width_percents’ – (default: ‘100’)
  • ‘height_min’ – (default: ‘100’)
  • ‘height_min_percents’ – (default: ’10’)
  • ‘height_max’ – (default: ‘200’)
  • ‘height_max_percents’ – (default: ’20’)
  • ‘opener_color’ – (default: ‘#ff0’)
  • ‘opener_width’ – (default: ’28’)
  • ‘opener_choice’ – Show Opener (‘true’) or not (default: ‘true’)

Usage Samples are on http://electronics.jimmykenmerchant.com/jimmy-branding/ please check out.

Copyright

The Jimmy Branding, A WordPress Plugin, Copyright 2017 Kenta Ishii.
Jimmy Branding is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Several codes of ‘SENOR’, a WebGL library are derived from Mozilla Developer Network, https://github.com/mdn/webgl-examples . The license is under Creative Commons Zero v1.0 Universal, https://github.com/mdn/webgl-examples/blob/gh-pages/LICENSE . This license is compatible with GPLv2 or later.


Screenshots
FAQ
ChangeLog