OUR

BLOG

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

  • How to make gauge chart using canvas and javascript

    Published on: April 27, 2026

    Author:


    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)

    Published on: April 27, 2026

    Author:


    Web Quality Assurance (QA) What is Website QA? Website Quality Assurance means a testing process of website development. It can...

  • Woocommerce Theme Development

    Published on: April 27, 2026

    Author:


    Woocommerce  is a popular plugins in wordpress. For e-commerce site developers use woocommerce plugins. You can create a custom woocommerce...