Pages
Portfolio
Categories
Archives
- June 2017 (1)
- April 2015 (2)
- July 2014 (1)
- February 2014 (3)
- January 2013 (1)
- December 2012 (1)
- November 2012 (1)
- February 2012 (1)
- January 2012 (1)
- November 2011 (1)
- October 2011 (5)
- August 2011 (9)
- July 2011 (7)
- May 2011 (13)
Category Archives: Databases
Learning To Program
Walk into any bookstore, and you’ll see how to Teach Yourself Java in 7 Days alongside endless variations offering to teach Visual Basic, Windows, the Internet, and so on in a few days or hours … The conclusion is that … Continue reading
Posted in Databases, jQuery, PHP, Programming
Tagged Learning, Programming
Comments Off on Learning To Program
MySQL Type Performance (varchar vs text)
Great article about the difference between the varchar type and the text type in MySQL. To quote (emphasis added): [L]et’s start out with the two new VARCHAR(30000) columns. In a normal MyISAM table, with a dynamically sized row, these two … Continue reading
Posted in Databases
Comments Off on MySQL Type Performance (varchar vs text)