Over the next few weeks, I will be working on transitioning my website content to have both a mobile and tablet version. During this process, I have some questions:
What is the best way to redirect users to the correct site based on their device/browser? Should I use PHP to detect the browser type or is there another method? While I have looked into responsive CSS grids for different devices/resolutions, I am not ready to fully switch over yet. Therefore, I am considering having a simplified version of my current site through redirection or another approach.
How should hover/mouseover effects be handled in the mobile and tablet versions?
Any advice would be greatly appreciated.
Update: I found a solution for question #1 here: http://code.google.com/p/php-mobile-detect - it seems like a perfect fit for my needs.