Cheesecake with Praline Sauce Recipe
Feb 27th
Cheesecake with Praline Sauce Recipe . hmmm. nice use of soft cheese, a few eggs and an oven.
Supplier Directory -ideas
Feb 27th
my latest idea. a supplier directory. one view is a spreadsheet (is listed on companies house? size – big medium small). another a mashup of google maps, companies house and some trade directories like applegate and whoever else – ie show companies with in a radius of a given X on the map. draw the circle on the map with v3. what other features could this thing have.
Unable to locate WordPress Plugin directory
Feb 12th
If you get this when you FTP a plugin add this to your wp-config file:
if(is_admin()) {
add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));
define( ‘FS_CHMOD_DIR’, 0751 );
}
via WordPress › Support » Unable to locate WordPress Plugin directory.
search in files (unix / linux / debian)
Feb 10th
find . -name “*” -exec grep -l “your search string” \; | less
