Articles by Month
- July 2010 (2)
- June 2010 (3)
- May 2010 (5)
- February 2010 (4)
- September 2009 (1)
- July 2009 (2)
- June 2009 (2)
- April 2009 (8)
- January 2009 (3)
- November 2008 (6)
- June 2008 (1)
- May 2008 (5)
- April 2008 (1)
- March 2008 (3)
- February 2008 (5)
- January 2008 (10)
- June 2007 (1)
- May 2007 (1)
- April 2007 (2)
- October 2006 (2)
- September 2006 (4)
- August 2006 (2)
- February 2006 (1)
- December 2005 (1)
- September 2005 (4)
- August 2005 (5)
- July 2005 (2)
- June 2005 (2)
- May 2005 (5)
Links
-
Monthly Archives: August 2005
class Util – a handy thing to have around
I have a Util class that is in my library of tools. I find myself using these functions often, thought I would share…. I like keeping my functions in a class, that way I don’t worry about redefining functions. Share … Continue reading
Posted in Code
Leave a comment
Weird Internet Explorer Print Bug Involving IFRAME and TABLE
I ran into a very strange bug with printing in IE. It happened in an online calendar program that I work on. Somebody showed me a printed page from IE 6 where the attendees, which are in an IFRAME, had … Continue reading
Posted in Uncategorized
Leave a comment
Throttle down your bandwidth
Just found this, think I might try it out sometime:http://www.xk72.com/charles/index.html See what your site looks like with low bandwidth or latency. Also, Charles can act as a man-in-the-middle for HTTP/SSL communication, enabling you to debug the content of your HTTPS … Continue reading
Posted in Uncategorized
Leave a comment
Using Curl 101
To use Curl in PHP, you must have the Curl extension compiled in –with-curl, and you’ll want –with-openssl, if you need to be able to hit https pages. Once you get PHP working with Curl (I could explain how to … Continue reading
Posted in Code
Leave a comment
PHP Sessions using MySQL
MySQL sessions are “gotta have it” thing if your site ever grows beyond single server. If you have multiple servers behind a load balancer, you could keep session data on a shared SAN, but MySQL makes for a better session … Continue reading
Posted in Code
Leave a comment





















