SlideShare a Scribd company logo
Using the framework to manage content, and power our  site. Creating a fantastic front end design. With websites becoming more and more dynamic and  interactive, developers often look to frameworks to help  build websites and web apps rapidly.  Frame Work
While there are a number of great frameworks available, a  custom framework gives you the ability to easily customize  the framework as you need, and to build with it even    quicker – as you would already know the ins and outs of it    before working with it.  In this series of tutorials, we are going to build our very    own PHP5 Development Framework! Let’s start with    planning our framework and put the basic structure into    place.
A CSS framework, also known as a web design framework is a pre-prepared library that is meant to allow for easier, more standards-complaint styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks (usually packaged as external .css sheets inserted into the header) package a number of ready-made options for designing and outlaying a webpage. CSS FrameWork
Tableless Web Design. Faster development. Cross-Browser compatibility. Facilitate code generators and visual editors. Advantages
Lack of flexibility outside the limitations of the framework Bloated source code Additional HTTP requests for multiple files. Lack of substantial additional features beyond what is already available with CSS Criticism

More Related Content

PPTX
Advanced Wordpress
PDF
Mura vs Wordpress
PDF
WordPress Code Architecture
PPTX
WordPress Architecture For Beginners
PPTX
Back to the Basics - 1 - Introduction to Web Development
PDF
Best Practices for Building Sites in dotCMS
PPTX
Multi-content Containers in dotCMS 3.0
Advanced Wordpress
Mura vs Wordpress
WordPress Code Architecture
WordPress Architecture For Beginners
Back to the Basics - 1 - Introduction to Web Development
Best Practices for Building Sites in dotCMS
Multi-content Containers in dotCMS 3.0

What's hot (20)

PDF
Advanced php course
PPTX
Introduction to TomatoCMS
PDF
Presentation 1 Web--dev
PDF
[SIP 2015] Marketing Proposal: Making edit flow more informative and simpler
PDF
WordPress Architecture for Tech-Savvy Managers
PDF
Visual Design for Content Management Systems
PPTX
Web Development basics with WordPress
PPTX
Web Development Today
PPTX
Single page application and Framework
PPT
Designing using Web Standards with Dreamweaver
PDF
Web development
PPT
To CMS or Not to CMS?
PPTX
Bliblidotcom - SASS Introduction
PPTX
Web development ppt
PPTX
Zero to sixty in a flash with Lit
PPT
What Is joomla - landau Design Reviews
PPT
What is Joomla?
PPTX
Drupal module development
PPTX
PPTX
Edy Dawson Notes on SF HTML5 Dev Conf
Advanced php course
Introduction to TomatoCMS
Presentation 1 Web--dev
[SIP 2015] Marketing Proposal: Making edit flow more informative and simpler
WordPress Architecture for Tech-Savvy Managers
Visual Design for Content Management Systems
Web Development basics with WordPress
Web Development Today
Single page application and Framework
Designing using Web Standards with Dreamweaver
Web development
To CMS or Not to CMS?
Bliblidotcom - SASS Introduction
Web development ppt
Zero to sixty in a flash with Lit
What Is joomla - landau Design Reviews
What is Joomla?
Drupal module development
Edy Dawson Notes on SF HTML5 Dev Conf
Ad

Viewers also liked (8)

PPT
Como Construir Un Ordenador
PDF
Produktivitätssoftware für KMU und Startups
PPTX
Nano Based polymers and applications in Drugs Delivery
PPTX
P1 maribeldelacandelariaojedaangulo
PDF
Custom theme japanese
PDF
Il futuro è nelle tue mani
PPTX
Nwrノルウェースタディーツアー概要(企業)
PDF
130308 benefitone
Como Construir Un Ordenador
Produktivitätssoftware für KMU und Startups
Nano Based polymers and applications in Drugs Delivery
P1 maribeldelacandelariaojedaangulo
Custom theme japanese
Il futuro è nelle tue mani
Nwrノルウェースタディーツアー概要(企業)
130308 benefitone
Ad

Similar to Framework (20)

PDF
Fun with css frameworks
PDF
CSS framework By Palash
PPTX
Outsourcing php india
PPT
Fed Up Of Framework Hype Dcphp
PPTX
PHP Frameworks & Introduction to CodeIgniter
PDF
Top Front-End Frameworks For Your Web Development Projects.pdf
PDF
CSS Frameworks: Categories, Criteria and Recommendations
PPT
Making Your Own CSS Framework
PDF
Rasmus, Think Again! Agile Framework == Happy Php Developer
PPTX
"Python web development combines the simplicity of the language with powerful...
PDF
Choosing the best front end framework for web development 2020
PPT
PPT
PHP_Frameworks_Discussion
PPTX
Codeigniter
PDF
PHP Frameworks Demystified Choosing the Right One for Your Project.pdf
PPTX
CSS Basics
PDF
Introduction to Web Design
PPTX
Webinar web development
PPTX
Web-Development-Services-in-Pakistan.pptx
PDF
Css tools and methodologies
Fun with css frameworks
CSS framework By Palash
Outsourcing php india
Fed Up Of Framework Hype Dcphp
PHP Frameworks & Introduction to CodeIgniter
Top Front-End Frameworks For Your Web Development Projects.pdf
CSS Frameworks: Categories, Criteria and Recommendations
Making Your Own CSS Framework
Rasmus, Think Again! Agile Framework == Happy Php Developer
"Python web development combines the simplicity of the language with powerful...
Choosing the best front end framework for web development 2020
PHP_Frameworks_Discussion
Codeigniter
PHP Frameworks Demystified Choosing the Right One for Your Project.pdf
CSS Basics
Introduction to Web Design
Webinar web development
Web-Development-Services-in-Pakistan.pptx
Css tools and methodologies

Framework

  • 1. Using the framework to manage content, and power our site. Creating a fantastic front end design. With websites becoming more and more dynamic and interactive, developers often look to frameworks to help build websites and web apps rapidly. Frame Work
  • 2. While there are a number of great frameworks available, a custom framework gives you the ability to easily customize the framework as you need, and to build with it even quicker – as you would already know the ins and outs of it before working with it. In this series of tutorials, we are going to build our very own PHP5 Development Framework! Let’s start with planning our framework and put the basic structure into place.
  • 3. A CSS framework, also known as a web design framework is a pre-prepared library that is meant to allow for easier, more standards-complaint styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks (usually packaged as external .css sheets inserted into the header) package a number of ready-made options for designing and outlaying a webpage. CSS FrameWork
  • 4. Tableless Web Design. Faster development. Cross-Browser compatibility. Facilitate code generators and visual editors. Advantages
  • 5. Lack of flexibility outside the limitations of the framework Bloated source code Additional HTTP requests for multiple files. Lack of substantial additional features beyond what is already available with CSS Criticism