Target Output: Code: <html> <head> <title>Learning WebGL — lesson 1</title> <meta http-equiv=”content-type” content=”text/html; charset=ISO-8859-1″> <script type=”text/javascript” src=”glMatrix-0.9.5.min.js”></script> <script id=”shader-fs” type=”x-shader/x-fragment”>...
str_split() str_split() works like explode() in some manner, it is used for splitting a string into an array. Syntax: str_split($mystring,...
In our last discussion I was discussed about how to login with facebook in our apps using php. Today I...
In our last tutorial we develop a foundation for the app. Now we will discuss something simple. Today we will...
Html: background:#633; border-bottom:1px solid #000; padding:10px; Cake php: <?php echo $this->Html->style(array( ‘background’ => ‘#633’, ‘border-bottom’ => ‘1px solid #000’, ‘padding’...
Html file: [sourcecode] <!doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> <script type="text/javascript" src="gauge.js"></script> </head> <body> <canvas id="mycanvas" width="300" height="300"></canvas>...
Web Quality Assurance (QA) What is Website QA? Website Quality Assurance means a testing process of website development. It can...
Woocommerce is a popular plugins in wordpress. For e-commerce site developers use woocommerce plugins. You can create a custom woocommerce...