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