Currently Exploring

tutorial

The last tutorial was about a PHP/MySQL counter for a client. The same client requested a simple contact form, with no AJAX, or other options. So, I used the PHP mail() function, wrapped in a simple XHTML form. First, we create the XHTML form (contact.php): <h1>Simple Contact Form</h1> <form name="form1" method="post" action="/tag/tutorial/send_contact.html"> <p><input name="subject" type="text" [...]

One of my clients required a simple text counter to show pageloads. Not very realistic, but the web site was not in danger of refreshing just to increase pageloads. So here it is. It uses PHP and MySQL. First of all, create a new table in your database (suppose the web site already has a [...]

Over the course of years, I have written a series of tutorials, ranging from JavaScripts tricks to AdSense money-making tutorials. Here is a quick table of contents of all tutorials I’ve written. JavaScript JavaScript TV Prompter Pragmatic Progressive Enhancement Programming JavaScript Switch Menu JavaScript Character Counter For Text Areas “How Old Is Ithe Internet” Widget [...]

Today’s tutorial is about creating a terminal screen together with lime terminal characters in JavaScript: Let’s start with the CSS: <style type=”text/css”> textarea { background-color: #000000; color: #14FC03; border: 1px solid #111; } </style> OK, the JavaScript is next: <script type=”text/javascript”> <!– var tl=new Array( “Initializing script”, “Activating engine”, “Running queries…”, “Throwing errors…”, “Catching errors”, [...]

Blog WebMastered by All in One Webmaster.