FRAMEWORKS   Created by P.Vinothkumar
Definition Framework is a collection of classes and  applications,libraries of APIs to helpthe different components all work together.
Types of Frameworks ZEND PRADO SYMFONY CAKEPHP These are the most popular framework for PHP.
ZEND Framework GOALS: It contains the information a developer needs to actually understand and use each Zend Framework component.
ZEND Framework It is useful for developers needing detailed reference information. such as: * Interface information * How to extend the code to add new functionality
PRADO The benefits of Prodo framework is  Reusability Easy to use Robustness Performance
API An application programming interface (API) is  an interface implemented by a software  program. similar to the way a user interface interaction  between humans and computers. APIs are implemented by applications, libraries  and operating systems.
API KEYs It allows  to use services like WordPress built on the WordPress.com platform.  Finding API keys: Every user of WordPress.com receives a unique API key so we can use to access a number of services.
JAVASCRIPT JavaScript is a client-side programming or  scripting language.  It's used to create interactive and dymanic  effects on a web page, as well as handle and  manipulate form data.  JavaScript is a separate language from Java.  All types of browsers support JavaScript.
AJAX Asynchronous JavaScript and XML  It is a group of interrelated web development techniques used on the client-side to create interactive web applications.
AJAX Ajax is not a technology in itself, but a group of technologies.  Ajax uses a combination of HTML and CSS to mark up and style information.
CSS Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation format. CSS is designed primarily to document presentation, including elements such as the layout, colors, and fonts.
CSS RULES A style sheet consists of a list of rules. Each rule  consists of one or more selectors  and a declaration block
EXAMPLES  <dl> <dt><label for=&quot;first_name&quot;>First Name<label></dt> <dd><input type=&quot;text&quot; name=&quot;first_name&quot; id=&quot;first_name&quot; size=&quot;20&quot; /></dd> <dt><label for=&quot;last_name&quot;>Last Name<label></dt> <dd><input type=&quot;text&quot; name=&quot;last_name&quot; id=&quot;last_name&quot; size=&quot;20&quot; /></dd> etc... </dl>
TEMPLATES Templates are the files which control how our WordPress site will be displayed on the Web.
THEMES A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying design for a website.
THEMES Themes may include customized template files, image files (*.jpg, *.gif), style sheets (*.css), custom Pages, as well as any code files (*.php).  The new Theme system provides two convenient features. Physically Separate Components  Quickly Change Layout and Design
THEMES Physically Separate Components   It allows creation of unique designs  and functionality for many special pages,  such as category archives, monthly  archives. Quickly Change Layout and Design  It allows users with appropriate permissions to quickly change the layout of the entire site.
LAYOUTS Layout is the process of planning and arranging in detail.  To layout is to arrange in detail something such as a plan or a book page.
  Thank you

Framework

  • 1.
    FRAMEWORKS Created by P.Vinothkumar
  • 2.
    Definition Framework isa collection of classes and applications,libraries of APIs to helpthe different components all work together.
  • 3.
    Types of FrameworksZEND PRADO SYMFONY CAKEPHP These are the most popular framework for PHP.
  • 4.
    ZEND Framework GOALS:It contains the information a developer needs to actually understand and use each Zend Framework component.
  • 5.
    ZEND Framework Itis useful for developers needing detailed reference information. such as: * Interface information * How to extend the code to add new functionality
  • 6.
    PRADO The benefitsof Prodo framework is Reusability Easy to use Robustness Performance
  • 7.
    API An applicationprogramming interface (API) is an interface implemented by a software program. similar to the way a user interface interaction between humans and computers. APIs are implemented by applications, libraries and operating systems.
  • 8.
    API KEYs Itallows to use services like WordPress built on the WordPress.com platform. Finding API keys: Every user of WordPress.com receives a unique API key so we can use to access a number of services.
  • 9.
    JAVASCRIPT JavaScript isa client-side programming or scripting language. It's used to create interactive and dymanic effects on a web page, as well as handle and manipulate form data. JavaScript is a separate language from Java. All types of browsers support JavaScript.
  • 10.
    AJAX Asynchronous JavaScriptand XML It is a group of interrelated web development techniques used on the client-side to create interactive web applications.
  • 11.
    AJAX Ajax isnot a technology in itself, but a group of technologies. Ajax uses a combination of HTML and CSS to mark up and style information.
  • 12.
    CSS Cascading StyleSheets (CSS) is a style sheet language used to describe the presentation format. CSS is designed primarily to document presentation, including elements such as the layout, colors, and fonts.
  • 13.
    CSS RULES Astyle sheet consists of a list of rules. Each rule consists of one or more selectors and a declaration block
  • 14.
    EXAMPLES <dl><dt><label for=&quot;first_name&quot;>First Name<label></dt> <dd><input type=&quot;text&quot; name=&quot;first_name&quot; id=&quot;first_name&quot; size=&quot;20&quot; /></dd> <dt><label for=&quot;last_name&quot;>Last Name<label></dt> <dd><input type=&quot;text&quot; name=&quot;last_name&quot; id=&quot;last_name&quot; size=&quot;20&quot; /></dd> etc... </dl>
  • 15.
    TEMPLATES Templates arethe files which control how our WordPress site will be displayed on the Web.
  • 16.
    THEMES A WordPressTheme is a collection of files that work together to produce a graphical interface with an underlying design for a website.
  • 17.
    THEMES Themes mayinclude customized template files, image files (*.jpg, *.gif), style sheets (*.css), custom Pages, as well as any code files (*.php). The new Theme system provides two convenient features. Physically Separate Components Quickly Change Layout and Design
  • 18.
    THEMES Physically SeparateComponents It allows creation of unique designs and functionality for many special pages, such as category archives, monthly archives. Quickly Change Layout and Design It allows users with appropriate permissions to quickly change the layout of the entire site.
  • 19.
    LAYOUTS Layout isthe process of planning and arranging in detail. To layout is to arrange in detail something such as a plan or a book page.
  • 20.
    Thankyou