Recent Posts

Editors Picks

Thursday, 30 June 2016

About Poetry

you can get and read ever best poetry he...

Sunday, 29 May 2016

php sessions

cdAn option approach to make information available over the different pages of a whole site is to utilize a PHP Session. A session makes a record in a provisional catalog on the server where enlisted session variables and their qualities are put away. This information will be accessible to all pages on the site amid that visit. The area of the transitory document is controlled by a setting in the php.ini record called session.save_path. Bore utilizing any session variable ensure you have setup this way. At the point when a session is begun taking after things happen − PHP first makes an extraordinary identifier for that specific session which is an irregular string of 32 hexadecimal numbers, for example, 3c7foj34c3jj973hjkop2fc937e3443. A treat called PHPSESSID is consequently sent to...

SQL LITE TUTORIALS

This instructional exercises helps you to comprehend what is SQLite, how it contrasts from SQL, why it is required and the route in which it handles the applications Database.  SQLite is a product library that actualizes an independent, serverless, zero-setup, value-based SQL database motor. SQLite is one of the quickest developing database motors around, however that is development as far as fame, not anything to do with its size. The source code for SQLite is in people in general space.  What is SQLite?  SQLite is an in-procedure library that executes an independent, serverless, zero-setup, value-based SQL database motor. It is the one database, which is zero-designed, that implies like other database you don't have to arrange it in your framework.  SQLite...

Tips Tricks

sdkfsah cvs...

Java Script

xdnlidsyr...

CSS

dsflkv...

HTML

dkfghdj cdhotisrht s vr...

Web Development

asncsf csgd...

OFF Page Seo

ksd seiofv ysc ...

ON Page SEO

skdfbveiei sc zslzcvfs...

ONlINE ADVERTISMENT

In the period of Internet, individuals can get a considerable measure of data on the web, which builds their mindfulness about ways of life, items, and administrations. For them, the Internet serves as a channel for correspondence as well as for exchange and dissemination. Individuals can visit the site and can pay online for what they buy.  You can build the business benefit in multifold by online publicizes of your items and administrations.  What is Online Advertising?  Web publicizing is a sort of business advancement which utilizes Internet to convey promoting messages to pull in clients.  With the quick development of Internet clients and Internet innovation, various organizations began to publicize their items and administrations on the web.  Distributed...

Tuesday, 5 April 2016

How To Use Audio & Video Tag in HTML

<html><head><title>jani world</title></head><body> <audio controls>  <source src="JANI1.ogg" type="audio/ogg">  <source src="JANI2.mp3" type="audio/mpeg">  Your browser does not support the audio element.</audio></body></html> <html> <head> <style> body  {     background-image: url("paper.gif");     background-color: #cccccc; } </style> </head> <body> <h1>Hello World!</h1> </body> </html>...

Use Marquee Tag In HTML

<marquee>This text will scroll from right to left</marquee> This marquee tag use for movement of any word right to left. Maqruee tag used for to make world  interactive. <marquee direction="up">This text will scroll from bottom to top</marquee>  This marquee tag used for word scroll from bottom to top. <marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid">   <marquee behavior="alternate">     This text will bounce   </marquee> </marquee> In which marquee tag used for bounce . In which word will be scroll down and...

Monday, 7 March 2016

Make a Love Calculator

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function test(){           document.write(Math.floor((Math.random()*100)+1)); } </script> </head> <body> <form name="jani"> <div id="bigborder"> <div id="smal"> <img...

Thursday, 3 March 2016

Make a Car Template

HTML FILE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>OnLy dohc</title> <link href="css/style.css" rel="stylesheet" type="text/css"/> <div id="header1"> <ul> <li><a href="jani"><i>HOME</i></li></a> <li><a href="jani1"><i>ABOUT</i></li></a> <li><a href="jani2"><i>ARTICLES</i></li></a> <li><a...

Pages 41234 »