Code Breaker class helps you to hack terminals in Fallout 3, by suggesting which words better to choose.
Basically in Fallout 3 game, when hacking terminals, you need to guess the correct password. There are set of words given, and by selecting a word as input, you will receive the ammount of correct letters in the provided word as...
Comments Read more
Disqus Import class generates generic xml to import comments from any system into your Disqus forum.
Disqus is the best commenting platfom you will ever get. Seriously, the service it provides is awesome and I used it alot and always recommend to my clients.
But, importing existing comments from non supported platforms into Disqus is a huge...
Comments Read more
HarlemShake class brings popular meme to your website. It allows you to shake HTML elements using CSS keyframe animations in Harlem Shake style, providing up to 9 different shake styles
Package contains harlemshake.js, harlemshake.packed.js (packed javascript), harlemshakes.css (with animation definitions) and example file: example.html to...
Comments Read more
MobileDetect class detects if current visitors uses a mobile device to access the page. Additionally it tries to detect device/browser type and helps you act accordingly.
Package contains MobileDetect.js and MobileDetect.packed.js (packed javascript)and two example files: simple_example.html and example.html to demonstrate class...
Comments Read more
Anaglyph3D class creates a stereoscopic 3D effect for images or texts by means of encoding each eye's image using filters of different colors .
It is possible to specify color filters for each eye to use, thus adapting image or text for all type of anaglyphic glasses.
Package contains anaglyph3d.js and anaglyph3d.packed.js (packed...
Comments Read more
Page transition class provides a way to define animated transitions between switching webpages. Definition of transition consists of defining 3 types of parameter values: for default page, for transitions start before going to other link and for transitions end, when new page was loaded.
There are also 24 predefined transitions included in...
Comments Read more
xLayers class provides a way to manipulate multiple layers one on another to create interesting effects as x-rays, peeling, etc.
It also provides a mouse interaction for resizing/moving layers with available restrictions to which layers can be modified and which actions can be performed
This class also provides basic animation for resizing...
Comments Read more
Spotlight class provides a way to create a spotlight like visual cue to concentrate visitors attention to specific webpage elements or actions
Package contains spotlight.js, spotlight.packed.js (packed javascript), and three example files: example.html, mouse_example.html and animation_example.html to demonstrate class...
Comments Read more
White board class provides a way to draw on website. It is possible to set width and color of drawing line.
Main reason for this package is to save some notes on different pages of website, or share drawings with others using import/export function, for example, with webdesigners, to direct them to flaws, bugs or changes in...
Comments Read more
Gravity is a box2dweb wrapper for HTML elements. It provides a way to apply physics to HTML elements, define gravity, handle collisions, apply different parameters as friction, restitution, density and even drag physical HTML element bodies.
Package contains gravity.js, gravity.packed.js (packed javascript) and three example files:...
Comments Read more
CSSfix class an automatically apply vendor prefixes to specified CSS rules.
It also applies other fixes, for different CSS browser specifics.ContentsDownloadExample codesExamples in actionMethod listAwardsLatest changesSupportDownloadBack to contents
PHP classes - CSSfix class
Example codesBack to contents
//declaring class...
Comments Read more
Gestures class provides a way to define and detect gestures. You can define your own gestures, by providing array of points, that defines shape and provide callback function for each shape.
It is also possible to detect gestures from provided array of points.
Additionally this class can automatically track touch inputs to gather collection...
Comments Read more
Here is a quick example how to get binary data from any file:
<?php
//call function when contents loaded
ob_start("get_bytes");
function to_binary($x, $numbits = 8) {
// Convert to binary
$bin = decbin($x);
$bin = substr(str_repeat(0,$numbits),0,$numbits - strlen($bin)) . $bin;
// Split into x 4-bits...
Comments Read more
Lightning class draws a randomly generated lightning with glow effect effect on html page from x and y coordinates, to other x and y coordinates.
Package contains lightning.js, lightning.packed.js (packed javascript), three example files: simple_example.html (simple lightning), mouse_example.html (lightning strikes at mouse coordinates),...
Comments Read more
To generate, sign and verify certificates you need to have OpenSSL module installed and provide file with OpenSSL configuration.
Here is an example OpenSSL configuration file:
[ req ]
default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes =...
Comments Read more
Image Font class can generate text taking images of symbols as font.
You can provide path to directory with images, using symbols as file names, or you can provide and array with symbols as keys and paths to images as values
It is also possible to set a maximal width restriction and alignment of text.ContentsDownloadExample codesExamples in...
Comments Read more
Annoyer class creates an HTML element which is annoyingly moving across the users screen. Even when user scrolls, object moves to visible area. Object tries to find only top of elements.
It is also possible to provide callbacks for different events, for example, to change picture in object, or change object's position on hover, etc....
Comments Read more
Isoworld class provides a way to create an illusion of isometric view for a website, by transforming provided HTML elements. It can create ground and infinite amount of isometric cubes.
This class is best viewed by Chrome, other browsers might have slower animations and displacement of elements
Package contains isoworld.js,...
Comments Read more
Image Selector class creates an image selector input with image preview based on select element. Images can be changed using select element itself or by clicking on image. Additionally this class provides API to select first, last, next or previous images or an image with specific index. It also can regenerate preview images for dynamical input...
Comments Read more
Word solver class can generate words or anagrams using provided rules, for example, possible errors, placement of specific letter, which letters should be used together, or using any character from specified alphabet.
This class can be used to generate solutions to scrabble, crosswords, anagrams and other word gamesContentsDownloadExample...
Comments Read more
1 2 3 4 5 6 7 8 9 10 11