-
Recent Posts
- Centering Slideshows with jQuery Cycle Plugin
- JavaScript Plugin: jQuery Cycle for Slideshows
- jQuery Stop Action Improves InnerFade Plugin
- Javascript Plugin: InnerFade with jQuery
- Generate Animated Loading… Images
- jQuery Plugin Tips: ColorBox
- Most Popular jQuery Plugins
- SitePoint Books On Sale
- Enable Caching in Firefox for Faster Web Sites
- How To Download A Header Image Just Once
Categories
Archives
- January 2012
- December 2011
- July 2011
- June 2011
- May 2011
- April 2011
- January 2011
- July 2010
- June 2010
- April 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Monthly Archives: December 2008
Format of Numerical Values Matters to Your MySQL Database
In using databases we tend to move around a lot of data. So much data, in fact, that it’s impossible to verify every single datum in a manual way. What we can and should do is verify that the beginning, … Continue reading
Posted in mysql, php
Leave a comment
How to Import a Data File into MySQL via phpMyAdmin
Sometimes we have a need to read data into an existing database. Knowing how to import a data file into an established table can save you a lot of time. First, we’ll be working with MySQL and to make things … Continue reading
Posted in mysql, php
15 Comments