HTML: You Can Do It Yourself!


http://www.ananova.com/html-you-can-do-it-yourself/

You’re a beginner in the world of building websites. As such, you outsourced your cheap hosting website design to a professional. Your site has launched, and although you are very pleased with the work they’ve done, you have noted a few small things that should be modified or added.

how-to-do-html

Why php and mysql combination is a powerful tool for making a successful websites?


Php and mysql combine to form a powerful way to create dynamic webpages. Basically all the normal webpage are built using HTML but by adding PHP and MYSQL  a web designer can collect data , create specific designs , can make website much more attractive and secure from the user’s point of view and a lot of things which html alone cannot do.

Web developers can use php in an existing HTML page to enhance the functionality of a webpage. With the help of php the webpage can become more dynamic and the features of the webpage will be more advanced. By using php and mysql the website can store all the information of the clients in the database. Mysql provides the database for the website in which all the information of the user will be stored safely.

Basically PHP stands for Pre Hypertext Processor. It is basically a server side scripting language which is used to create static and dynamic websites. We can also use JavaScript to make validations and the secure level high. With the help of this we can also perform mathematical calculations and the Boolean operations.

Php and mysql is used independently that means they are not dependent on each other. Php is used for collecting data and mysql helps in storing that data.

Php is popular because it is an open source language that means there is no need to buy a license or any kind of authorization is required for using it.

Php is very accessible in the market along with Java and is one of the most popular development language.

Php is providing a lot of benefits to the users:

  1. It supports multimedia platforms and web servers.
  2. It supports Mysql databases.
  3. It supports XML also.
  4. It provides powerful API.
  5. The security level is quite high in this.

Smarty framework


Smarty, the name is new over the internet web, but in short time Smarty has gained lots of fame across the internet. Smarty is a basically web template system and its entirely written in PHP. Smarty is also known as PHP Smarty and it’s a frame work and widely exploited to create dynamic web scripts and web pages as per one needs and desires. A collection that enables the construction of HTML templates which are used in PHP scripts to decrease the efforts getting in the procedure of web page design.

It is an open source framework, which allows one to build favorite web scripts, web forms and web pages. Smarty lets anyone to generate PHP web sites and web pages with easy to use and most affordable attribute. We should use Smarty because it’s  free so one can download  it free of cost, it’s a free so you cam amaze that its development cost is zero is you are developer and if you are not then also you can save lots of resource on your development project because it helps you to reduce al your resources and efforts.

It is a kind of web template engine for PHP which offers separation of HTML and CSS from code. It is mainly used to separate php code and the design template so that developers can easily change coding.

Features of Smarty framework are as follows:

  • Control flow statements (for each statement),
  • Conditional statements (if, if-else, else if),
  • Variable modifiers,
  • Functions,
  • Output filters,
  • We can also generate modifiers/functions,
  • Caching of pages can also be done.

It helps in building text and content with the help of smarty tags within a web page. These tags are routed with additional code. Tags contain the information for Smarty that is surrounded by templates. Smarty enables PHP developers to identify custom functions that can be used with the help of Smarty tags.