redeyeopsredeyeops

expanding the nature of the web

bubSprite

July 12, 2011
by Jacob Lowe
0 comments

How to animate a png

Probably the hardest part of this whole tutorial is designing the sprite so that it will look right in the animation. You can use an online generator to make one, but I prefer the pains taking act of manually designing the sprite. The biggest piece of advice I can give you is to use you grid and count you key-presses on the direction keys.

May 31, 2010
by
4 Comments

Flashy Intro pt.2 (handling multi page loads)

need to overcome the problem of multiple page refreshes. In this blog we are going to use javascript, and more specifically cookies. We can code this out in pure Javascript, but if your using jQuery already why not take a short cut (write less do more). So im going to attach a jQuery plugin that optimizes the creation and checking of cookies. The name it is called cookies.

May 10, 2010
by Jacob Lowe
2 Comments

CSS3 Rounded Inside Corners

CSS3 round corners has to be one of the easiest and coolest styles to implement. Throw in the two codes, for mozilla and webkit, and you have rounded corners (on the browsers that matter). I have used these corners in many of my projects, but have alway found that when I try to butt two divs together the outcome is unfavorable….

Close X