반응형
반응형

web library - petercollingridge Site http://www.petercollingridge.co.uk/tutorials/

 

Tutorials

Explaining how to make fun things because, if nothing else, it helps me understand them.

petercollingridge.co.uk

Tutorials

Home


Explaining how to make fun things because, if nothing else, it helps me understand them.


SVG Tutorials

Collections of SVG tutorials covering the basics to more advanced techniques for making SVGs interactive.

3D Graphics

Building simple 3D engines with Pygame or processing.js.

Pygame physics simulation

Building a simple but versatile physics simulation with Python and Pygame.

Computational geometry

Solving geometry problems for computer graphics.

Inkscape

How to achieve some simple effects in Inkscape.

Bioinformatics

Various tutorials explaining some simple bioinformatics concepts.

Python

Not really a tutorial, but short explanations of various Python things I've learnt.

 

반응형
반응형
반응형
반응형

Github 에서 kiosk 관련 검색


==================================================================
JAVA

A simple example illustrating how to make a kiosk app using the latest Android SDK (22)
https://github.com/sureshjoshi/android-kiosk-example

Demo / Kiosk mode for Android devices
https://github.com/mitmel/Demo-Mode

This is a template app for Android Kiosk mode
https://github.com/wenchaojiang/AndroidKioskModeTemplate

Simplest way to create a application in kiosk mode/ single purpose device application in android. i e. only the single application can be accessed from the device without any root or special permission.
https://github.com/dinkar1708/KioskModeAndroid

==================================================================
JAVASCRIPT

Point-of-Sale checkout kiosk app for Chrome  
https://github.com/KioskApps/SalesPoint

Kiosk protocol smart contracts https://www.kioskprotocol.com/
https://github.com/kioskprotocol/contracts
Install Node.js
Install Truffle

A tool for developing smart contracts. Crafted with the finest cacaos. https://truffleframework.com
https://github.com/trufflesuite/truffle

Airport live data streaming kiosk app for Chrome
https://github.com/KioskApps/InfoHub

Movie theater kiosk app for Chrome
https://github.com/KioskApps/QuickTicket

 

반응형
반응형
반응형
반응형

유트브영상 DIV 밑에 위치하기, wmode=opaque

Overlay a HTML element above an embedded youtube iframe

 

<iframe width="560" height="315" src="https://www.youtube.com/embed/CbyFnHZMqfQ?wmode=opaque&showinfo=0&autohide=1&loop=1" frameborder="0" allowfullscreen></iframe>

 

 

유튜브 영상 파라미터 : https://developers.google.com/youtube/player_parameters?hl=ko#autohide

반응형
반응형

jQuery - Back button Detect, reload  http://www.vvaves.net/jquery-backDetect/

브라우저에서 뒤로가기 버튼 선택시 페이지를 리로드해주는 쿼리. 

단, 라이브러리를 업로드해야 한다. 

https://github.com/ianrogren/jquery-backDetect

 

ianrogren/jquery-backDetect

jQuery backDetect is a jQuery plugin that is used to determine when a user clicks the back button and fire a callback function. - ianrogren/jquery-backDetect

github.com

backDetect

Determining when a user clicks their browser's back button has never been easier with this jQuery plugin. With a quick easy install and minimal set up work you'll be firing callback functions on back button declarations in no time.

View the Project on GitHubianrogren/jquery-backDetect

Using jQuery-backDetect

Can append to any element or class:

$(window).load(function(){ $('body').backDetect(function(){ // Callback function alert("Look forward to the future, not the past!"); }); });</script>

Click the back button to test.

반응형

+ Recent posts