Jay Allen recently posted another alternative to trying to rid the world (or at least your blog) of comment spam.
Jay Allen recently posted another alternative to trying to rid the world (or at least your blog) of comment spam.
Guest authored by
Patricia – lunanina.com/musings
Guest authored by
Mike Brittain – http://www.embimedia.com
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 […]
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 […]
20 Sep, 2003
Posted by: Jennifer In: Script snippet
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 […]
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 […]
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 […]
Guest authored by
Zon Nero – www.localecho.com
Another cool color tool/palette generator: Color Scheme [found by Carla, then Melissa]