Coderguy’s Blog

Thoughts on code

About

Hello, my name is Daniel Ice. I am a software developer in the Dallas, TX area. I enjoy learning about new technology. I mostly focus on PHP and Ruby on Rails.

Archive for June, 2009

Refresh MySQL Autocomplete: \#

Thursday, June 25th, 2009

Here is nifty little tip.  If you need to have your command line MySQL autocomplete enabled or refresh the just type \# at the command line.
mysql>\#
This is great for those times when you creating a lot of tables.

Read the rest of this entry »

Upgrading Subversion (SVN) on the Mac

Monday, June 22nd, 2009

As new versions of SVN come out, I enviably run into the error message:
svn: This client is too old to work with working copy ‘.’.
I have spent countless hours looking for a good way to upgrade the SVN client on my Mac. The offical SVN page, includes links to MacPorts and Fink versions. [...]

Read the rest of this entry »

Tips for Setting up a website

Monday, June 8th, 2009

So I have been working on a new product for affiliate marketers.  In designing this site I started with Search Engine Optimization (SEO) in mind.  My goal in making SEO a key value was to get to the top of the search engine for relevant terms.  However, through the process of learning about SEO, I [...]

Read the rest of this entry »