I decided to rewrite the entire class so that it would better fit my requirements. Instead of using it like I described previously, I wrote a new test case for it: Continue reading
Tag Archives: WURFL
Ruby and WURFL detecting user agents
I decided to move away from the whole levenhstein approach to detecting user agents and instead focus on using WURFL and trust that my visitors user agents will be in WURFL instead of focusing on handling those who aren’t. Continue reading
Posted in code is poetry
Ruby WURFL implementation approach
I know that I will be using WURFL in my current project, but how would I prefer implement it? Good question. I could wrap it all into an object and then pass the request as a parameter, the object would then handle all of the logic for me. Continue reading
Posted in code is poetry
Ruby and WURFL
WOOP WOOP my next project for Mobloom is targeted at mobile devices and since I just bought my first smart phone (HTC Desire) I’m quite exited about this project. Continue reading
Posted in code is poetry