scriptygoddess

Archive for September, 2003

24 Sep, 2003

Comment Spam Killer

Posted by: Jennifer In: Bookmarks

Jay Allen recently posted another alternative to trying to rid the world (or at least your blog) of comment spam.

24 Sep, 2003

CSS Links

Posted by: Jennifer In: Bookmarks

Guest authored by
Patricia – lunanina.com/musings

24 Sep, 2003

PHP Email Address Encoding Function

Posted by: Jennifer In: Bookmarks

Guest authored by
Mike Brittain – http://www.embimedia.com

Comments Off on PHP Email Address Encoding Function

24 Sep, 2003

RSS Templates – get 'em while they're hot!

Posted by: Jennifer In: Bookmarks

One thing I've found myself having to dig for are the links to the actual templates for RSS feeds… so here we go. Here's Christine's scripty post about why you need an RSS feed and what it is. (NOW!) 😉 This is Dive Into Mark's basic template (When you click that link, it looks all […]

24 Sep, 2003

PHP: Anatomy of a file upload

Posted by: Jennifer In: Lessons learned

All details are on the PHP site (but just the highlights because I seem to need it a lot): $_FILES['userfile']['name'] The original name of the file on the client machine. $_FILES['userfile']['type'] The mime type of the file, if the browser provided this information. An example would be "image/gif". $_FILES['userfile']['size'] The size, in bytes, of the […]

Comments Off on PHP: Anatomy of a file upload

The point of this script-snippet is so you can set up two hierarchies of categories. So there's a main category, and a few "sub-categories" below it. An example of this is on Christine's Pixelog site, on her album page. This differs from the way MT has "Primary" and "Secondary" categories in that in mine, the […]

17 Sep, 2003

Basic MySQL connection and query with PHP

Posted by: Jennifer In: Script snippet

I use this almost on a daily basis, and yet I can't commit it to memory. So I don't have to go searching for it each time I need to write it… $databaseName = "YOURDATABASENAME"; $dbconnection = mysql_connect("localhost", "DATABASE-USERNAME", "DATABASE-PASSWORD") or die ('I can?t connect to the database.'); mysql_select_db($databaseName,$dbconnection); $value = "SOMEVALUE"; $query = sprintf("SELECT […]

15 Sep, 2003

PHP and CSS tutorials (and more) from Macromedia

Posted by: Jennifer In: Bookmarks

Stopped by the Macromedia site today (btw – they redesigned for the launch of their MX 4000 versions of their products) and found that they have a number of pretty cool tutorials for PHP, CSS (here specifically for dreamweaver) just to name a few. (look on the side in "topic centers") Here's one for how […]

Comments Off on PHP and CSS tutorials (and more) from Macromedia

12 Sep, 2003

Drag and drop Live Journal into MT

Posted by: Jennifer In: Bookmarks

Guest authored by
Zon Nero – www.localecho.com

12 Sep, 2003

Color Scheme

Posted by: Jennifer In: Bookmarks|Color Tool Bookmarks

Another cool color tool/palette generator: Color Scheme [found by Carla, then Melissa]


Featured Sponsors

Genesis Framework for WordPress

Advertise Here


  • Scott: Just moved changed the site URL as WP's installed in a subfolder. Cookie clearance worked for me. Thanks!
  • Stephen Lareau: Hi great blog thanks. Just thought I would add that it helps to put target = like this:1-800-555-1212 and
  • Cord Blomquist: Jennifer, you may want to check out tp2wp.com, a new service my company just launched that converts TypePad and Movable Type export files into WordPre

About


Advertisements