SlideShare a Scribd company logo
1 of 34
Download to read offline
WordPress MVC Theme
         Framework
         THINKROOMS STUDIO




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Who am I?
                Founder of THINKROOM STUDIO
                Founder of RServe.me
                10 years experiences in web technology
                4 years experiences with WordPress




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Why WordPress MVC?



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Others are options based &
         starter theme



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Options Based
               Carrington
               Genesis
               Catalyst
               Thesis
               Themify




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Starter Theme
               Thematic
               Twenty Ten
               WP Framework
               Sandbox




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
WordPress has structural
         code



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
WordPress MVC is a
         framework to code theme
         from scratch


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
But Easier & Less Code To
         Write



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Inspired from Yii PHP
         Framework



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Turning WordPress from
         structural to object oriented
         friendly


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Separate The Logic and
         Presentation



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Model
         View
         Controller


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Files Structure
               childthemes
                     default
                     child
               mvc
               images
               css
               js

       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Features



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Model
               Post
               Category
               Author
               Comment




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Post Model
                TPost::defaultPost();
                TPost::find($param);
                TPost::findAll($param);




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Post Model
                basic attributes                       comments
                related posts by                       previous post
                category
                                                       next post
                author
                childs


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Post Model
         $post=TPost::find(array(‘id’=>1));
         $post->title;
         $post->content;
         $post->author;
         $post->relatedPostByCat($pageSize);


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Category Model
                Get all post in category
                Check if a post is in category




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Controller
                           Basic WordPress template file




                                         Controller

       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
View
               Default Theme
               Child Theme
               Widget(view, js, css)




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Using View
         Controller:
         $post=TPost::defaultPost();
         WpMvc::app()->view->render(‘viewName’,array(‘post’=>$post));


          View:
          echo $post->title;
          echo $post->content
          echo $post->author->name;

       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Custom controller
          Create controller without create a page




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Custom Controller
         http://yourwebsite.com/index.php?r=mypage


         wp-content/themes/yourthemes/mypage.php




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Future Plans




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Options Page




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Useful Widgets




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Integrate Some Popular
         Plugins



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Getting Started




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Download at
         https://github.com/tyohan/WordPress-MVC-Framework




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Create your own child theme




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Develop Application Based
         on WordPress



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Thank You
         Yohan Totting
         @tyohan
         tyohan@thinkrooms.com
         http://www.thinkrooms.com


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011

More Related Content

Similar to WordPress MVC Framework

Powerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions GroupPowerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions Group
webhostingguy
 
EECI - EE And Magento Integration
EECI - EE And Magento IntegrationEECI - EE And Magento Integration
EECI - EE And Magento Integration
Simplified Safety
 
ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14
btopro
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013
Khoa Quach
 
J day la 2011 webmatrix
J day la 2011 webmatrixJ day la 2011 webmatrix
J day la 2011 webmatrix
Alice Pang
 
Powerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users GroupPowerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users Group
webhostingguy
 

Similar to WordPress MVC Framework (20)

Overview of Using Wordpress for Web Site Design
Overview of Using Wordpress for Web Site DesignOverview of Using Wordpress for Web Site Design
Overview of Using Wordpress for Web Site Design
 
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
 
Open Apereo - Web components workshop
Open Apereo - Web components workshopOpen Apereo - Web components workshop
Open Apereo - Web components workshop
 
Powerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions GroupPowerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions Group
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
 
Wordpress as a CMS
Wordpress as a CMSWordpress as a CMS
Wordpress as a CMS
 
The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with Bootstrap
 
DNN Basics
DNN BasicsDNN Basics
DNN Basics
 
EECI - EE And Magento Integration
EECI - EE And Magento IntegrationEECI - EE And Magento Integration
EECI - EE And Magento Integration
 
ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013
 
Introduction to Webcomponents
Introduction to WebcomponentsIntroduction to Webcomponents
Introduction to Webcomponents
 
Drupal Camp Victoria
Drupal Camp VictoriaDrupal Camp Victoria
Drupal Camp Victoria
 
AngularJS best-practices
AngularJS best-practicesAngularJS best-practices
AngularJS best-practices
 
J day la 2011 webmatrix
J day la 2011 webmatrixJ day la 2011 webmatrix
J day la 2011 webmatrix
 
Powerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users GroupPowerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users Group
 
LvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemLvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design System
 
CG_CS25010_Lecture
CG_CS25010_LectureCG_CS25010_Lecture
CG_CS25010_Lecture
 
Dita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and Developer
 
SharePoint as a Web CMS
SharePoint as a Web CMSSharePoint as a Web CMS
SharePoint as a Web CMS
 

More from Yohan Totting

More from Yohan Totting (12)

Native is not the only way to heaven
Native is not the only way to heavenNative is not the only way to heaven
Native is not the only way to heaven
 
Gone in 4 seconds web performance optimization
Gone in 4 seconds   web performance optimizationGone in 4 seconds   web performance optimization
Gone in 4 seconds web performance optimization
 
Delivering Product Experiences
Delivering Product ExperiencesDelivering Product Experiences
Delivering Product Experiences
 
Bandung Startup Scene by FOWAB
Bandung Startup Scene by FOWABBandung Startup Scene by FOWAB
Bandung Startup Scene by FOWAB
 
Combining api to build new thing
Combining api to build new thingCombining api to build new thing
Combining api to build new thing
 
Practical Mobile App Development
Practical Mobile App DevelopmentPractical Mobile App Development
Practical Mobile App Development
 
Build Your MVP
Build Your MVPBuild Your MVP
Build Your MVP
 
FingerJobs
FingerJobsFingerJobs
FingerJobs
 
Digital music database
Digital music databaseDigital music database
Digital music database
 
Build your own game with html5
Build your own game with html5Build your own game with html5
Build your own game with html5
 
Html5 new sword for interactive app
Html5 new sword for interactive appHtml5 new sword for interactive app
Html5 new sword for interactive app
 
The Future of Web App with Firefox
The Future of Web App with FirefoxThe Future of Web App with Firefox
The Future of Web App with Firefox
 

Recently uploaded

Recently uploaded (20)

How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
THE BEST IPTV in GERMANY for 2024: IPTVreel
THE BEST IPTV in  GERMANY for 2024: IPTVreelTHE BEST IPTV in  GERMANY for 2024: IPTVreel
THE BEST IPTV in GERMANY for 2024: IPTVreel
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAK
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
The UX of Automation by AJ King, Senior UX Researcher, Ocado
The UX of Automation by AJ King, Senior UX Researcher, OcadoThe UX of Automation by AJ King, Senior UX Researcher, Ocado
The UX of Automation by AJ King, Senior UX Researcher, Ocado
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 

WordPress MVC Framework

  • 1. WordPress MVC Theme Framework THINKROOMS STUDIO THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 2. Who am I? Founder of THINKROOM STUDIO Founder of RServe.me 10 years experiences in web technology 4 years experiences with WordPress THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 3. Why WordPress MVC? THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 4. Others are options based & starter theme THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 5. Options Based Carrington Genesis Catalyst Thesis Themify THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 6. Starter Theme Thematic Twenty Ten WP Framework Sandbox THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 7. WordPress has structural code THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 8. WordPress MVC is a framework to code theme from scratch THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 9. But Easier & Less Code To Write THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 10. Inspired from Yii PHP Framework THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 11. Turning WordPress from structural to object oriented friendly THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 12. Separate The Logic and Presentation THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 13. Model View Controller THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 14. Files Structure childthemes default child mvc images css js THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 15. Features THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 16. Model Post Category Author Comment THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 17. Post Model TPost::defaultPost(); TPost::find($param); TPost::findAll($param); THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 18. Post Model basic attributes comments related posts by previous post category next post author childs THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 19. Post Model $post=TPost::find(array(‘id’=>1)); $post->title; $post->content; $post->author; $post->relatedPostByCat($pageSize); THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 20. Category Model Get all post in category Check if a post is in category THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 21. Controller Basic WordPress template file Controller THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 22. View Default Theme Child Theme Widget(view, js, css) THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 23. Using View Controller: $post=TPost::defaultPost(); WpMvc::app()->view->render(‘viewName’,array(‘post’=>$post)); View: echo $post->title; echo $post->content echo $post->author->name; THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 24. Custom controller Create controller without create a page THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 25. Custom Controller http://yourwebsite.com/index.php?r=mypage wp-content/themes/yourthemes/mypage.php THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 26. Future Plans THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 27. Options Page THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 28. Useful Widgets THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 29. Integrate Some Popular Plugins THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 30. Getting Started THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 31. Download at https://github.com/tyohan/WordPress-MVC-Framework THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 32. Create your own child theme THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 33. Develop Application Based on WordPress THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 34. Thank You Yohan Totting @tyohan tyohan@thinkrooms.com http://www.thinkrooms.com THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n