發表文章

目前顯示的是有「mobile web」標籤的文章

The best jQuery plugin for creating side menus and the easiest way for doing your menu responsive

圖片
The best jQuery plugin for creating side menus and the easiest way for doing your menu responsive (Yes, I like the way Facebook implements its menu on mobile) By Alberto Varela Download You will be able to create multiple sidrs on both sides of your web to make responsives menus (or not, it works perfectly on desktop too). Fill the sidrs normally, with existent content, remote content,... or what you want. Source from : http://www.berriart.com/sidr/

[PHP] to Detect if browser is mobile

Use PHP to detect if browser is mobile Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment. Download from the following link. https://github.com/serbanghita/Mobile-Detect/tags How to use in php code require_once '../Mobile_Detect.php'; $detect = new Mobile_Detect; if($detect->isMobile() ){     // is mobile }else if($detect->isTablet()){     // is tablet }else{     // is computer } Source from: https://github.com/serbanghita/Mobile-Detect

Generate screenshots at actual device sizes on iOS, Android, OS X & Windows

圖片
Generate screenshots at actual device sizes on iOS, Android, OS X & Windows You can test your website with different size with different mobile device And test on iOS, Android, OS X & Windows. Source from:  http://www.browserstack.com/responsive