scriptygoddess

Archive for March, 2007

29 Mar, 2007

Swirling text effect – photoshop

Posted by: Jennifer In: Bookmarks| Photoshop Tutorial

Found a very cool tutorial to make swirling text in photoshop. There's more tutorials on that site too, like this one for smoke.
(found via Creativebits)

26 Mar, 2007

Genopal

Posted by: Jennifer In: Bookmarks| Color Tool Bookmarks

Here's a new fun little colortool someone sent me a link to yesterday: Genopal. There are a bunch of pre-made "themes", or you can play around with the controls to create a new one. Click on any of the colors in the theme will reveal what HEX value it is.

24 Mar, 2007

MySQL Cheatsheet

Posted by: Jennifer In: PHP| mySQL

Another mini-cheatsheet… I know this stuff, but I'm always looking it up for the exact syntax.
Connect to MySQL and to the database – mysql_connect
$connect = mysql_connect("localhost", "mysqluser", "userpassword") or die(mysql_error());
Select the database – mysql_select_db
mysql_select_db("databasename", $connect) or die(mysql_error());
Close connection – mysql_close
mysql_close($connect) or die(mysql_error());
Select data from the database – mysql_query
$myquery = "SELECT tablefield, tablefield2 FROM tablename WHERE [...]

23 Mar, 2007

Setting Form Elements (mini-cheatsheet)

Posted by: Jennifer In: Javascript

Just some random stuff. This post was saved as a draft a long time ago because I needed to refer to one of these – but was waiting until I could find the original source to publish. It's pretty generic/basic stuff, though, (and a really small snippet) so I'm finally posting it.
To set the value [...]

23 Mar, 2007

Simple Google Maps (for dummies)

Posted by: Jennifer In: Bookmarks| Javascript

I was recently asked to embed a map into a web site. Basically, the client wanted a map, with a marker, indicating where their business was, and an easy way for the user to get directions to where they were located.
The first thing you need to do is get a Google Map API key. Just [...]

08 Mar, 2007

CSS "TOC" style?

Posted by: Jennifer In: CSS| CSS related| Call for help

I'm just curious… is there a fancy way to do something like this in CSS:
Introduction …………… Page 1
Information ……………. Page 2
More Info ……………… Page 3
… where the "Page" text lines up and the "….." just fills in until it reaches the "Page" text… kind of like you'd see in a table of contents in a [...]

06 Mar, 2007

Show Hide Javascript

Posted by: Jennifer In: Bookmarks

It seems like a lifetime ago I first saw that javascript that does the neat "show/hide" trick. Recently I did a search to see what the latest version of that script was and there must have been a dozen different varieties. I think I liked this one the best which is a million times simpler [...]


Featured Sponsors


  • Jennifer: So I was testing this out to see if maybe something changed in the latest version - I had a test wordpress setup - and just dumped the mycomment funct
  • KDesign: Hi, thanks for the tutorial. I'm having problems though that I can't seem to find an answer to on the web. When I follow the example in the Codex h
  • Dave Grant Urban: I noticed the same thing; no display in FF if swfobject is in the body. Unfortunately, I can't get to the head section because I use GoDaddy's Quick S

About


Advertisements