SEARCH

Archive for the ‘Tips & Tricks’ Category

Ojambo – JavaScript Flip Images Video 0074

Friday, September 13th, 2013

A Video for the Ojambo.com JavaScript Flip Images article.
Part One of One

(more…)

Tags: , , , , , , ,
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.

(more…)

Tags: , , , , ,
Posted in Tips & Tricks | 1 Comment »

Ojambo – Gimp Save Images For Web Video 0072

Friday, August 30th, 2013

A Video for the Ojambo.com Gimp Save Images For Web article.
Part One of One

(more…)

Tags: , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »

Gimp Save Images For Web

Wednesday, August 28th, 2013

Save Bitmap Images For The Web Using Gimp

A recent game required the creation of several related images. Images were created with Inkscape and exported as Bitmaps. Inkscape saves vectors in the SVG format and exports bitmaps in the PNG format.

Gimp is a bitmap editor that can import SVG files and bitmaps in the PNG format. Some details might be lost during the SVG import which is the reason that PNGs were exported from Inkscape. Gimp allows conversion of different bitmap formats which are more suitable for the web.

(more…)

Tags: , , , ,
Posted in Tips & Tricks | No Comments »