wahid

  • How To Increase Page Speed (Part 1)

    Published on: April 27, 2026

    Author:


    Hello, today I am going to describe how we can measure page speed and how we solve some issue that...

  • How To Increase Page Speed (Part 2)

    Published on: April 27, 2026

    Author:


    Welcome. Today I am going to describe about the rest of the section to increase page speed. Here remaining two...

  • Angular Js Tutorial Part – 2

    Published on: April 27, 2026

    Author:


    Today we describe how to use angular js. Static example [sourcecode] <html> <head> <title>Static Example</title> </head> <body> <ul> <li> <span>Neymar</span>...

  • WebGl Lesson: How to draw triangle and square

    Published on: April 27, 2026

    Author:


    Target Output: Code: <html> <head> <title>Learning WebGL &mdash; 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”>...

  • Some Handy php string function

    Published on: April 27, 2026

    Author:


    str_split() str_split() works like explode() in some manner, it is used for splitting a string into an array. Syntax: str_split($mystring,...

  • Facebook Apps Tutorial Part 3

    Published on: April 27, 2026

    Author:


    In our last discussion I was discussed about how to login with facebook in our apps using php. Today I...

  • Angular Js Tutorial Part 3

    Published on: April 27, 2026

    Author:


    In our last tutorial we develop a foundation for the app. Now we will discuss something simple. Today we will...

  • Cakephp syntax for some html tag part(2)

    Published on: April 27, 2026

    Author:


    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’...