Get the fulll URL of the current page
Submitted by jebaird on Sat, 09/19/2009 - 16:05Here is a simple function that will get the url of the current page.
Clearing a Firefox Session Manually
Submitted by jebaird on Fri, 08/14/2009 - 11:24Every once in a while I run in to a small issue with Firefox not loading correctly when i save my session. It seems to happen when I have multiple tabs open that have lots of JavaScript running in them. In my case I couldn't access the GUI like in the method shown here or here. I had to manually delete the session file in my Firefox profile. Here's how to do it.
Before you move to Voice over IP have these bases covered
Submitted by jebaird on Thu, 07/30/2009 - 16:01EdgeCore just moved office buildings and I was put in charge of setting up the network and phone systems. A couple of the guys recommended VoIP. It sounded like a good idea at the time. So I went along with the recommendation. I got a quote from 8x8.com and everything looked good. My next step was to call up the local utility company and get an internet connection that would support VoIP. The local utility company recommended the 8mb down and 1.5mb up for voice over IP for $80 a month.
timeout, a setTimeout wrapper for jQuery
Submitted by jebaird on Fri, 06/12/2009 - 10:36Timeout is a simple jQuery plugin that allows you to delay the execution of code for a certain number of milliseconds. It works like the jQuery delay plugin http://www.evanbot.com/article/jquery-delay-plugin/4 which i didn't know existed at the time I wrote this plugin.
plugin code
Caching Dynamic PHP Pages Easliy
Submitted by jebaird on Fri, 04/10/2009 - 20:05Over the past month or so I have been toying with the idea of developing a way to cache dynamic PHP pages with out a lot of overhead. I stumbled across this blog entry: http://papermashup.com/caching-dynamic-php-pages-easily the idea was so simple it was almost too easy. So I took it upon my self to turn the original code and some of the user comments code into a class. I have made some minor changes(cleaned up if statements, fixed a bug dealing with the cached version of the page not getting serve