Skip to content

The Code Cave

Menu
  • PHP
  • WordPress
  • MySQL
  • LINUX
    • Bash
  • Plugins
    • SCuD – The ShortCode Disabler
    • Smart Passworded Pages Plugin
    • Per Page Sidebars
    • Word Filter Plus
    • Spam Catharsis
    • Donate
  • Scripts
    • Google Talk Notifications
  • Random thoughts

Getting the error ‘cannot move – to a subdirectory of itself’?

By Brian August 19, 2009 LINUX 2 Comments
This error message always bothered me because it makes no sense when I get it. Here’s my scenario… I have a directory that is used as the base for all new accounts I sell on my servers. The path is; /root/cpanel3-skel....
[Continue reading...]

How to batch resize images from the Linux CLI

By Brian August 18, 2009 Random thoughts 0 Comments
You might find this little command useful, it allows you to create thumbnails for all the files in a particular directory: find . -maxdepth 1 -name *.jpg -print -exec convert "{}" -resize 80×60 "thumbs/{}" \;   This should work on any...
[Continue reading...]

Jeremy Wright sets sail to uncharted waters

By Brian July 27, 2009 Announcements 0 Comments
Jeremy Wright publicly announced today that he has has left the helm of b5media. My family owes a lot to Jeremy Wright. With Aaron Brazell, Jeremy brought me into b5media, full time in this world of new media. I’d not have...
[Continue reading...]

How do you get the current directory name in PHP?

By Brian July 1, 2009 PHP 1 Comment
I ran into a situation where I wanted to get the name of the directory I was in, in PHP. To be clear, I didn’t want the full path, just the directory/folder name To be clear, if I was working in...
[Continue reading...]

Mafia Wars: Cuba – New BETA Screenshots

By Brian June 5, 2009 Things that catch my eye 48 Comments
A few weeks ago, I’d been asked to beta test the new levels for the popular Zynga Mafia Wars game. Mafia Wars is arguably the most popular and successful of the social media games developed by the recently Venture Capital funded...
[Continue reading...]

WordPress/WordPress mu Merge Definitively Confirmed

By Brian June 4, 2009 Random thoughts 2 Comments
There’s been rumor and confusion over the last week about whether WordPress and WordPress mu were merging as Matt seemed to imply at WordCamp SF. The announcement was so shocking that the true meaning was uncertain. For example, the avid WordPress...
[Continue reading...]

WordPress 2.8 Beta 1 Released

By Brian May 17, 2009 WordPress 9 Comments
While I was rolling around near comatose yesterday WordPress 2.8 beta 1 hit the streets. We plan to do a thorough review of this project on Thursday at the Ohio WordPress meetup here in Akron, Ohio. So, I figured it would...
[Continue reading...]

2 for 1 Deal for Facebook Mafia Wars

By Brian May 5, 2009 Things that catch my eye 12 Comments
Send me 1 item on my wish list and put a message on my wall asking for any two items from this list and I’ll send them back to you. Make sure to provide a link to your profile or your...
[Continue reading...]

SxSW Wow!!!

By Brian March 2, 2009 Random thoughts 0 Comments
A New Look You may notice that there are a few things different around here! I am approaching the three year anniversary of The Code Cave and have decided to spice things up a bit. The site is now sporting a...
[Continue reading...]

MySQL Founder Resigns from Sun over Quality of MySQL 5.1

By Brian February 5, 2009 MySQL 0 Comments
I first laid eyes on Michael Widenius, the original and principle author of the MySQL database software at the 2008 MySQL Conference in San Jose.  Michael, who is more commonly known simply as “Monty”, had recently had his pride and joy,...
[Continue reading...]

Posts navigation

1 … 5 6 7 8 9 … 41

Recently added to the Cave

  • Helpful Gutenberg Articles
  • Count Down Closing Timer and dealing with DST in JavaScript
  • Every chmod permission converted from numeric & displayed in ls style
  • How to create a WordPress compatible slug in MySQL
  • Help Me with Discussing Banner Sizes for Responsive Sites
  • How do you split a text field/textarea by line breaks?
  • WordPress and NotePad++
  • How to find Joomla WordPress or Drupal version from Linux CLI
  • What does “Is this ok [y/d/N]:” mean?
  • Advanced Google Search Operators

Recent Posts

  • Helpful Gutenberg Articles
  • Count Down Closing Timer and dealing with DST in JavaScript
  • Every chmod permission converted from numeric & displayed in ls style
  • How to create a WordPress compatible slug in MySQL
  • Help Me with Discussing Banner Sizes for Responsive Sites
  • How do you split a text field/textarea by line breaks?
  • WordPress and NotePad++
  • How to find Joomla WordPress or Drupal version from Linux CLI
  • What does “Is this ok [y/d/N]:” mean?
  • Advanced Google Search Operators

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Archives

  • January 2019
  • December 2017
  • March 2016
  • December 2015
  • September 2015
  • June 2015
  • November 2014
  • September 2014
  • August 2014
  • January 2014
  • October 2013
  • February 2013
  • May 2012
  • April 2012
  • February 2012
  • January 2012
  • October 2011
  • June 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • June 2010
  • February 2010
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • March 2008
  • February 2008
  • January 2008
  • November 2007
  • October 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006
  • April 2006
  • March 2006
  • February 2006
The Code Cave Copyright © 2025.
Back to Top ↑