Hello, today I am going to describe how we can measure page speed and how we solve some issue that...
Welcome. Today I am going to describe about the rest of the section to increase page speed. Here remaining two...
Today we describe how to use angular js. Static example [sourcecode] <html> <head> <title>Static Example</title> </head> <body> <ul> <li> <span>Neymar</span>...
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’...