Wednesday, 19 February 2014

HTML

IMPORTANT LINK ANY SITE
********************************************
CMS Detector

http://onlinewebtool.com/cmsdetector.php

THEME Detector

http://www.wpthemedetector.com/

MY Browser

http://www.whatismybrowser.com/
**********************************************************

HTML5

*********************************************************
<!DOCTYPE HTML>
<html>
<body>

<video width="320" height="240" controls>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

</body>
</html>
**********************************************************************
HTML5 - New Features
Some of the most interesting new features in HTML5 are:

The <canvas> element for 2D drawing
The <video> and <audio> elements for media playback
Support for local storage
New content-specific elements, like <article>, <footer>, <header>, <nav>, <section>
New form controls, like calendar, date, time, email, url, search

********************************************************************
PHP - Sort Functions For Arrays
In this chapter, we will go through the following PHP array sort functions:

sort() - sort arrays in ascending order
rsort() - sort arrays in descending order
asort() - sort associative arrays in ascending order, according to the value
ksort() - sort associative arrays in ascending order, according to the key
arsort() - sort associative arrays in descending order, according to the value
krsort() - sort associative arrays in descending order, according to the key
Sort Array in Ascending Order - sort()
The following example sorts the elements of the $cars array in ascending alphabetical order:

Example

<?php
$cars=array("Volvo","BMW","Toyota");
sort($cars);
?>

Run example »
********************************************************************
META TAG .KEYWORDS
**************************************************************
<title><?php wp_title( '|', true, 'right' ); ?></title>
paste before title

 <meta name="keywords" content="Plywood Company in India, Plywood Manufacturer in India, Plywood producer in India, Plywood products industry in India, OSR Plywood Industries Limited.">

 <meta name="Description" content="OSR GROUP has moved the frontiers by pioneering the concept of “Machine engineered wood products” for time-critical project requirements.The hallmark of ISI: certification that proves our reliability. We have BIS licenses for the products that are manufactured by us.">







http://raosys.5gbfree.com/beta/
http://www.raosys.5gbfree.com/valencia/

No comments:

Post a Comment