mysql Logo

MySQL Error Duplicate entry for '32767' key 'PRIMARY'

Posted on: October 22nd, 2010

Have you ever got this error in one of your PHP scripts? MySQL Error: Duplicate entry ’32767′ for key ‘PRIMARY’ It’s because the number rows excedes Maximum Value for that table’s key’s integer type. See the table below. The Fix? Just change your key’s integer type. More info at http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html


Read Post


1 wordpress

Genesis Theme Framework: password protect a category

Posted on: August 16th, 2010

Here is a fun problem I came a cross today. The client wanted to password protect one category in their Genesis WordPress site. I looked for a plugin but they where all too complex for what I needed. So I wrote this little function and placed it in the theme’s function file: Remember that this…


Read Post


Tom's Planner

Tom’s Planner – a free for now project manager

Posted on: August 9th, 2010

Link: http://www.tomsplanner.com/ Life Hacker article: http://lifehacker.com/5401443/toms-planner-is-an-impressive-intuitive-project-scheduling-tool


Read Post


speedracer

Speed up your Site with Image Sprites!

Posted on: July 29th, 2010

Sprites are not created to optimize the size of the graphics used on a site. They are created to minimize the number of http requests made from the browser to the server. The idea is that the fewer http requests the browser makes the faster the page loads. So what can you do to speed…


Read Post


wordpress Tips

WordPress 3.0 “Thelonious”

Posted on: June 22nd, 2010

This is going to be awesome to code for! I spent as much time as I could in the beta release so I can’t wait to create a theme that takes advantage of all the great new features.


Read Post


Greenville Web Design Launches Facebook Page

Posted on: June 4th, 2010

I have launched the Greenville Web Design Facebook page.  Please visit and “like” it at  http://www.facebook.com/pages/Greenville-SC/Greenville-Web-Design/124390160915001 It features custom graphics and Facebook Markup Language (FBML), learn more about FBML at http://developers.facebook.com/docs/reference/fbml. If you would like to talk to me about setting up your own custom Facebook page call me at 1·(864)·735·8378 or fill out the form at http://www.greenvilleweb.us/contact_greenville_web_design.php


Read Post


websites

Map Eats Website

Posted on: June 3rd, 2010

This is the development page for the Map Eats website.


Read Post


Protected: Facebook Markup Language (FBML)

Posted on: May 25th, 2010

There is no excerpt because this is a protected post.


Read Post


1 3 4 5 6 7 26