Posts

Showing posts from November, 2019

Web Development Framework

Image
Web Development Framework Client-side: CSS (Cascading Style Sheet) CSS Framework: One of CSS Framework is Tailwind CSS. Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks the user need to build custom-made design without any pre-designed components style. Advantages of Tailwind CSS: Customization: Tailwind CSS let the user to customized their own components style rather than using the pre-designed components. Built-in Design System: Tailwind CSS give the user a design system to work on.  Development Speed: Using Tailwind is much more faster than other CSS framework because Tailwind CSS provide almost all the tools that are required to build the web. Example of Tailwind CSS: Server-side: PHP (Hypertext Preprocesser) PHP Framework: One of PHP Framework is CakePHP. CakePHP is a free, open-source, fast development framework for PHP. CakePHP is a foundation structure for programmer to create web applica...

Web Technologies

Image
Web Technologies Client-side scripting - CSS (Cascading Style Sheet) Definition: Stands for Cascading Style Sheet Used to format the layout of the Web pages They can be used to define text styles, table sizes, and other aspects of Web pages. Advantages of CSS: Easier to maintain and update The CSS can be reuse in multiple HTML pages Pages load faster because it using less code Example of Website/Apps of CSS: Example of CSS: Server-side scripting - PHP (Hypertext Preprocessor) Definition: Is a scripting language for web development Allow users to make web pages more interactive by allowing them to do more intelligent, complex things. Intercepted on server that has PHP installed Advantages of PHP: Platform Independent: supported by all OS Database: connection with database, built in module that is used to connect to database easily Testing: perform unit testing quickly and easy. PHP framework help in automating difficult ...