Posts

Showing posts with the label websites

Insert data by form | PhpMyAdmin

Image
  <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Let's Programming</title> <style> .in{ width:200px; border-radius:20px } </style> <!-- This is the bootstrap--> <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> </head> <body> <div style="background-color:#77B6BB; margin-right:600px; margin-left:600px; border-radius:20px" > <center> <form action="form.php" method="POST"> <h2><b>Sign up</b></h2> <h...

Website Operator

Image
A  website operator  is one who can act as a  website administrator  and can change or  reconfigure  the  website . The website operator also can set  website access   permissions , enable  logging , change the default  document  or  footer , set  content  expiration, and enable  content  ratings features.

HTML 6 ----New features

Image
Web developers are encountering various other problems while providing web development solutions. Thus, they are demanding for a brilliant markup language that overcomes the obstacles of HTML5 which is technically still incomplete. 1. Dedicated Libraries : jQuery has brought revolution in the world of JavaScript including standard libraries. The amount of energy used up on loading jQuery is very high. Numerous websites are utilizing cacheable versions of JavaScript libraries across the globe. When a huge number of web designers prefer a specific library, it can be diffused with the browsers. This is one of the reasons why developers are expecting for new HTML version that can do something better.    2. Camera Integration : In the modern world, most users are communicating with browser which has a camera and a microphone connected, due to the extensive usage of Web cameras and cellular phones cameras around. Incorporation of a photo or a video capture feature in ...

New CSS 3 Scroll bars

Image
Let's Programming bring a wide rang of scroll bars for the websites, blogs and template. These are easily adjust with every website of every kind. We present these colorful side bars for the web development. We all want to create a attractive look of the home page we write many colorful scroll bar in CSS3 which can put with every Programming language easily. you just need to copy it and paste to your blog and get a colors in websites. Blue CSS Scrollbar ::-webkit-scrollbar-track {   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; border-radius: 10px; } ::-webkit-scrollbar { width: 10px; background-color: #F5F5F5; } ::-webkit-scrollbar-thumb { background-color: #3366FF; border-radius: 10px; background-image: -webkit-linear-gradient(0deg,                                           rgba(255, 255...