CFP last date
22 April 2024
Reseach Article

Concept of Designing an Optimized Pull Model View Controller Type Content Management Framework

by Zamah Sari, Moechammad Sarosa, Heru Nurwasito
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 57 - Number 20
Year of Publication: 2012
Authors: Zamah Sari, Moechammad Sarosa, Heru Nurwasito
10.5120/9228-3788

Zamah Sari, Moechammad Sarosa, Heru Nurwasito . Concept of Designing an Optimized Pull Model View Controller Type Content Management Framework. International Journal of Computer Applications. 57, 20 ( November 2012), 9-13. DOI=10.5120/9228-3788

@article{ 10.5120/9228-3788,
author = { Zamah Sari, Moechammad Sarosa, Heru Nurwasito },
title = { Concept of Designing an Optimized Pull Model View Controller Type Content Management Framework },
journal = { International Journal of Computer Applications },
issue_date = { November 2012 },
volume = { 57 },
number = { 20 },
month = { November },
year = { 2012 },
issn = { 0975-8887 },
pages = { 9-13 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume57/number20/9228-3788/ },
doi = { 10.5120/9228-3788 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T21:00:57.544231+05:30
%A Zamah Sari
%A Moechammad Sarosa
%A Heru Nurwasito
%T Concept of Designing an Optimized Pull Model View Controller Type Content Management Framework
%J International Journal of Computer Applications
%@ 0975-8887
%V 57
%N 20
%P 9-13
%D 2012
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Based on the concept of "easy to learn and develop for anyone", we present an integrated framework concept for developing content management system using an optimized pull Model View Controler(MVC) type in web programming. The framework consist of four easy steps to follow: first step is determining web page template intotwo parts, which are static and dynamic part that mostly is the main content part from a web page, then breaking the web application into modular so we can easily maintain and develop it, then slicing the dynamic part into pull MVC type Programming and the last step is optimizing the framework to achieve high speed load framework. This framework contain several parts that will be pulled together to form a complete web page according to user need, first part is view part that contain the user interface design of web page and some commands to call the logic part, logic parts which contain the web programming and commands to call the database queries in model part, model parts which contain the database query programming and language support add on as additional feature. By breaking a web page into parts and creating the web application into modular, this kind of framework can be learned and developed by anyone, even for the one that just learns the web basics programming.

References
  1. Bramton, Martin, 2010, PHP5 CMS Framework Development, page 16.
  2. King, Andrew B. , 2008, Website Optimization, O'reilly, page 118.
  3. Artmov, 2012, How to Optimize Your Website Speed.
  4. Tarafdar, Monideepa; Zhang, Jie, Analyzing the Influence of Web Site Design Parameters on Web Site Usability, Information Resources Management Journal, 2005, 18,4, page 62
  5. Paul van Schaik and Jonathan Ling, The Effect of System Response Time on Visual Search in Web Pages, The Electronic Library Volume 22, Number 3, 2004, page 264-268, Emerald Group Publishing.
  6. Selvidge, P. R. , Chaparro, B. S. and Bender, G. T. (2001), "The world-wide wait: effects of delays on user performance", International Journal of Industrial Ergonomics , Vol. 29, pp. 15-20.
  7. Ryan, G. and Valverde, M. (2003), "Waiting online: a review and research agenda", Internet Research: Electronic Networking Applications and Policy, Vol. 13 No. 3, pp. 195-205.
  8. Perfetti, C. (2006), "The truth about download time:UIE tips feature article", User Interface Engineering, accessed at 05 November 2012 and available at: www. uie. com/brainsparks/2006/02/14/uietips-06-02-14/
Index Terms

Computer Science
Information Sciences

Keywords

CMS MVC framework web programming web optimizing