SEARCH
Posts Tagged ‘array’
Ojambo – JavaScript Flip Images Video 0074
Friday, September 13th, 2013
A Video for the Ojambo.com JavaScript Flip Images article.
Part One of One
Tags: array, Flip, Gimp, images, inkscape, Javascript, screencast, video
Posted in Tips & Tricks, Videos | No Comments »
JavaScript Flip Images
Wednesday, September 11th, 2013
Flip Images Using JavaScript
A recent game required changing some images dynamically. The most popular method for changing images implementing JavaScript sliders. A simpler method is to use JavaScript to change the Document Object Model (DOM) object.
Images can be loaded dynamically from a remote server. CSS can be used for styling instead of background images. JavaScript can be used to get a flip affect when an image is changed.
Tags: array, Flip, Gimp, images, inkscape, Javascript
Posted in Tips & Tricks | 1 Comment »
Array Types of Java and PHP Part 7 Video 0026
Friday, July 29th, 2011
A Video for the Ojambo.com Array Types of Java and PHP Part 7.
Part One of One
Tags: array, Class, Comment, Function, Geany, Java, JDK, JRE, JVM, Method, Multi-dimensional array, object, php, Print, Programming, screencast, Variables, video
Posted in Tips & Tricks, Videos | No Comments »
Array Types of Java and PHP Part 7
Wednesday, July 13th, 2011
Arrays of Java and PHP
This is the seventh part of the Introduction to Java and PHP series. Grouping data in Java and PHP will be discussed. Whenever possible, code examples will be made in a similar manner for both Java and PHP.
Arrays in Java and PHP are very similar. Arrays in Java are handled exactly the same in PHP.
Tags: array, Class, Comment, Function, Geany, Java, JDK, JRE, JVM, Method, Multi-dimensional array, object, php, Print, Programming
Posted in Tips & Tricks | 1 Comment »