valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 2058310
Questions & Answers
Q: Do you, or someone you could recommend, create a php/js app that would allow mobile users to switch between full site and mobile subdomain presentations? Will develop own mobile pages. Have used form builder for years and very satisfied with it.
A: The way we manage mobile site delivery is using the CSS @media(max-width:500px) containing the desired styles for mobile display. This allows one page style that displays differently for standard screen widths and smaller ie mobile screen widths. Using CSS you can move, hide, resize etc as required. You can see this style change at https://bizpep.com/ . In standard screen the menu is on the left and twitter on the right. In small screen mode the menu drops to the bottom and the twitter stuff is hidden. You can test it out by resizing your screen when viewing https://bizpep.com/ . By applying this approach you could also add a javascript funtction to override the CSS applied to switch between styles regardless of screen size. This could be used to apply any style ie you are not limited to just standard and mobile. You can see this in practice at https://bizpep.com/note/ just click the Change the Style Sheet links to change the page style. Once you have the styles set this approach is fairly easy to implement. If you did require a mobile detect change page delivered it could be done (depending on your server and delivery requirements) using htaccess, php or javascript. Let me know your thoughts and I can provide more detail if required.
Question and Answer Item 2058310 - Browse All Question and Answer Items