Blogging from Inside the New Media Revolution

Posts Tagged ‘Ruby on Rails’

Smibs on Code: Filtering user data

1 Comment
By Forrest - April 29th, 2009

There is a major security concern when it comes to displaying text provided by a user. Ruby on Rails does a good job of keeping your MySQL code sanitized, but web browsers are still a source of concern. It is VERY easy for a hacker to write HTML or JavaScript into a text field. You [...]

Some non-novice reading

3 Comments
By Forrest - October 30th, 2008

When I was a student, I loved going through the programming books at Chapters. It is a great way of seeing what’s out there, and learning a bit of everything. Staying up on the latest tools is important, and everybody is always in a rush to write about the newest, over-hyped (sometimes useful) computer language.
Now [...]