scriptygoddess RSS Feed
 
 
 
 

Archive for Lessons learned

CSS: What's the difference

Sorry for the placeholder, my plan is to fill in the answers. (If I get the answer wrong, please correct me! As well, feel free to answer any of them in the comments - if you do, I'll move your comment into the body of the post - with credit (and then delete the [...]

.htaccess and WS_FTP

Guest Authored by
Patricia - lunanina.com/musings/

What does "Full server path" mean?

Often times when a script is posted here, the term "full server path" is used. This is a confusing term for many people. In the midst of a script tutorial or instructions, the focus is usually kept to the script at hand, so this term isn't described at depth, but ends up being the cause [...]

Mysterious Space above tables

At my job I need to do most of my web layouts using tables (not the latest fancy shmancy CSS) - yes, I know I'm a dying, hated breed - but blame it on our customers who refuse to download a newer browser, yet still, in some round-about fashion, pay my salary…
In any case, if [...]

Quick and Easy Link Page

Guest authored by
emily - emilystarr.com

Subscribe to comments - (comment spam) bug fix

Leaving this post here for archival purposes - but the latest version of the subscribe to comments script is now in cgi format - find more info here
So just to give you some history on the problem I was having. As comment SPAM has been coming in, as well as deleting them as quickly as [...]

Using .htaccess to Domain Map Typepad

Guest authored by
Rich Blinne - blinne.org

PHP: Anatomy of a file upload

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 uploaded file.

$_FILES['userfile']['tmp_name']
The temporary filename [...]

Ping Blogrolling.com Directly

Guest authored by
Natalie - lunardreams.net

Form Element Templates

Just because I never want to have to search for things like this again. (And I'm just going to add to this post as time goes by)

You are currently browsing the archives for the Lessons learned category.

Categories

Archives

Bookmarks

WordPress Resources

Meta

Random Stuff