-
Archives
- July 2010
- April 2009
- February 2009
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- October 2007
- July 2007
- June 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
-
Meta
Category Archives: Uncategorized
cl1p is down
The server where cl1p.net is hosted has experienced a hardware failure of some sort. I’m looking into it now.
Posted in Uncategorized
Leave a comment
Happy Birthday CL1PHappy Birthday CL1P
Today is CL1P.net’s birthday. Two years ago today the whole world find out about the cool little site that let you copy and paste between computers. It was on this day that lifehacker ran a very nice story on CL1P. … Continue reading
Posted in Uncategorized
Leave a comment
HTML Stripper
Long story short. I needed to quickly strip all HTML from a page I was working on. I searched for an HTML Stripper but only found code examples, not a functional web application. So to help those in need of … Continue reading
Posted in Uncategorized
1 Comment
Rob’s Reminders r7
Major: Added a new action to the reminders controller. I added a new method and view to my reminders controller to show completed items. In Reminders Controller I added def completed @reminders = Reminder.find(:all, :conditions => [ “done = ? … Continue reading
Posted in Uncategorized
Leave a comment
Robs Reminders r4
Robs Reminders r4 Implement remember me. I had forgotten to uncomment the remember me block of code in the /app/views/account/login.rhtml file. Removing this will allow users to skip the login process once they have successfully logged in once. Change the … Continue reading
Posted in Uncategorized
Leave a comment