Posts

Showing posts from November, 2016
Simple JavaScript Calculator code <!DOCTYPE html> <!-- JSCalculatorSimple.html --> <html lang="en"> <head>   <meta charset="utf-8">   <title>Simple JavaScript Calculator</title>   <style>      input {        font-family: consola, monospace;        color: blue;      }      td {        margin-left: auto;        margin-right: auto;        text-align: center;      }      table {        border: thick solid;      }   </style> </head>   <body> <h2>Simple JavaScript Calculator</h2>   <form name="calcForm"> <table> <tr>   <td colspan="4"><input type="text" name="display"     ...
About PHP ? PHP  is a  server-side scripting  language designed primarily for  web development  but also used as a  general-purpose programming language . Originally created by  Rasmus Lerdorf  in 1994,  the PHP  reference implementation  is now produced by The PHP Development Team.  PHP originally stood for  Personal Home Page ,  but it now stands for the  recursive acronym   PHP: Hypertext Preprocessor . PHP files have extension ".php" PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) PHP is compatible with almost all servers used today (Apache, IIS, etc.) PHP supports a wide range of databases. PHP is free. Download it from the official PHP resource:  www.php.net PHP is an amazing and popular language! It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)! It is deep enough to run the largest social network (Facebook)! ...
About  WordPress WordPress  is a  free and open-source   content management system  (CMS) based on  PHP  and  MySQL .  WordPress is installed on a  web server , which either is part of an  Internet hosting service  or is a  network host  itself. It was released on May 27, 2003 , by its founders,  Matt Mullenweg  and  Mike Little ,  as a  fork  of  b2/cafelog   more commonly known as  b2  or  cafelog , was the precursor to WordPress . WordPress is released under the GPLv2 (or later) license from the  Free Software Foundation. Current stable version is 4.6 release date  August 16, 2016
List Of Essential WordPress Plugins Database and File Backup Plugins BackUpWordPress   – BackUpWordPress will back up your entire site including your database and all your files on a schedule that suits you. Search Engine Optimization (SEO) All in One SEO Pack – Out-of-the-box SEO for your WordPress blog. Install the all in one seo pack or the “WordPress SEO by Yoast” plugin (you don’t need to install both). WordPress SEO by Yoast – Yoast’s all in one SEO solution for your WordPress blog: SEO titles, meta descriptions, XML sitemaps, breadcrumbs & much more. Google XML Sitemaps – This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by Ask.com, Google, YAHOO and MSN Search. The SEO plugins listed above can also do the sitemap for you. Blog Security Plugin All In One WP Security & Firewall – The All In One WordPress Security and Firewall is the ultimate security plugin that will take your ...