Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippets
Copyright (c) 2011, Dave Shea
All rights reserved.

http://mezzoblue.com/


A set of reusable snippets from my personal collection, mostly for my own reference.

Perhaps you'll find something useful or interesting. A lot of the code could be cleaned up and improved in a lot of ways, don't go looking for stellar coding practices in here.

Contents:


Javascript
	|-- smooth-random-int: simple function to return non-repeating random integers (available as PHP too)

PHP
	|-- form-to-email: generic configurable form that posts to email
	|-- mysql-backup: backup and restore a MySQL database to a flat file. (Specialized version of mysql-helper)
	|-- mysql-helper: functions for controlling database creation with PHP
	|-- smooth-random-int: simple function to return non-repeating random integers (available as Javascript too)

Wordpress
	|-- subnav-post-keys.php: create a nav listing using a custom field as the page title
	|-- wordpress-server-transfer: a set of scripts to facilitate easier Wordpress server transfers. (Customized version of PHP/mysql-backup)

About

A set of reusable code snippets from my personal collection, mostly for my own reference

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors