• Me Sr. Web Architect Manager at NOOK Developer Open Source Contributor Where you can find me: • Twitter: mwillbanks G+: Mike Willbanks • IRC (freenode): mwillbanks Blog: http://blog.digitalstruct.com • GitHub: https://github.com/mwillbanks Housekeeping…
has all 3? • Typing is more difficult on tablets and smartphones Unless of course you have a keyboard for your tablet. • Everyone wants to be able to access anything, anytime, anywhere. And you need to let them!
out a mobile version? • Do I use responsive techniques? • Do I change layouts? • Do I change the information? Build out an app? • HTML 5 or Native? • Use a framework? Titanium, Phonegap, etc? So many different approaches
done by using a responsive framework Twitter Bootstrap does this J • Pros Generally faster to develop. Eases layout issues to get something to production quickly. • Cons Not fully mobilized Still downloads items potentially not needed. Responsive Design
pages are different based on device and/or type. • Pros Generally a better user experience. • Cons Additional work to create separate layouts and views. May still have backend work that you are not leveraging. May contain routes that are unnecessary for a mobile experience. Separate Layouts and Views
pages are different based on device and/or type. • Pros Completely customizable website and fully separate. • Cons Far more work. Must customize how your traffic may flow. Separate Site
consumption by your application • Allows vast re-use and more generic implementations • Decoupled to represent more or less a single item • Application logic becomes more encompassed Filtering Validation Transactions / Interactions between Domain Models A Service
that solves a domain problem. • The entity is NOT explicitly tied to your database. • The entity essentially contains getters and setters for properties and potentially some behaviors. Domain Models aka Entities
source and the population of an domain model. In a ZF context this is generally fetching data from Zend\Db \TableGateway. • Extremely flexible and easily handles if the underlying data changes. Alternatively; when you now have separate tables that still can represent the same domain model. Data Mapper
come from several places… File System Web Service NoSQL DB Relational DB • If you utilize an ORM this is also where it would live. • If you’re looking for a sweet library http://contain-project.org/contain Tweet @andrewkandels Data Store
BUT non-open source license. • Learn more about the PHP API: http://wurfl.sourceforge.net/php_index.php preg_match – based on user agent only\ Likely to be a better way • Just not coded yet. Mobile User Detection