July 13th, 2008
I don’t normally don’t create many .ico files and as for favicons, besides from trying a program called Microangelo a couple years ago that was more power than I needed for the occasional favicon, I’ve lately just been using Photoshop as usual to create the graphics, then a free online tool to change my .gif [...]
Posted in Graphic Design | No Comments »
May 14th, 2008
Clickbank provides some code samples for setting up your Clickbank sales site’s security (so only your customers can ever view your “thank-you page”). But they don’t offer any examples or support on how to implement it on your site.
For this tutorial I’m using the PHP version of the Clickbank security script, exactly as it [...]
Posted in Web Development | No Comments »
April 14th, 2008
I just can’t do it anymore. I’ve had enough of pretending I like the emperor’s new boring white “clothes” (er.. website actually). I imagine that to any creative person like me, having a plain white business blog ( like the friends who encouraged and persuaded me into doing this said was the best thing to [...]
Posted in Graphic Design | 2 Comments »
February 17th, 2008
It turns out it’s not that hard to create the illusion of a 3D rollover button using nothing more than CSS and no images. Play the video below to watch over my shoulder as I do it.
Color Scheme Generator 2:
http://www.wellstyled.com/tools/colorscheme2/index-en.html
The CSS:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
input.subscribeButton {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-weight: bold;
border: 2px solid;
padding: 2px 5px 2px 5px;
border-color: #D9D4C3 [...]
Posted in Web Development | No Comments »