It is possible to show the password field contents in a web page using javascript. This script works in a number of browsers including Internet Explorer, Mozilla Firefox, Netscape, Opera and Flock. For example, if you have stored your Yahoo mail user name and password in your browser. It will appear as follows in your browser. Copy the JavaScript code found here in the address bar and hit enter. The password in this form is “password” which is shown in the prompt dialog. Turning … [Read more...]
Google AJAX Search Script
Integrate Web Search, News Search, and Blog Search into your web site, and easily format the results to fit your site's style. You can also display results from your Google Custom Search Engine. Free script from Google Developers. The AJAX Search API is the easiest way to incorporate a Google search box on your site. You can incorporate results from Web Search, News Search, and Blog Search into your blog or web site with just a few lines of JavaScript. Demo Click … [Read more...]
Free Ajax Image Galleries
There are a large number of Flash image galleries but sometimes Flash is not required or cant be used so we turn to Javascript and CSS. Here is a roundup of some of the better Javascript and Ajax based solutions to our gallery requirements … (E)2 Photo Gallery Made With Mootools - (E)2 Photo Gallery is a open source gallery built with Mootools Javascript Library the compact, modular, Object-Oriented javascript framework. Designed to allow you to upload your photos to a desired … [Read more...]
C++ Tutorial
1. Introduction 1.1. Why do people program? 1.2. What is C++ & OOP? 1.3. What do I need to program? 2. Your first program 2.1. Running a C++ program 2.2. C++ program structure 2.3. Comments 2.4. Libraries 2.5. Functions 2.6. Streams 2.7. Return 3. Number Systems 3.1. … [Read more...]
Creating A Simple Search Engine In PHP
Introduction: This is the first in what I hope will be a long list of tutorials that I like to call Practical Programming in PHP. Lets get down to business, today I'm going to show you how to create a simple search engine that you can use for your very own site or some other project that you may be working on. For this tutorial I will be using a MySQL database. The bulk of the code should be compatible with PHP 3 and 4. Background: Before we begin, I'll show you the table … [Read more...]
Best AJAX contact form
Now with as many fields as you want Of course a huge shortcoming of the last Ajax Contact Form, there was the limitation of the fields that I provided. Well now with this version, you can add as many form fields as you want, and they will indeed all be sent to your inbox by way of array_keys sent via $_POST. Better “Degradability” support What that means is that this one has a bit better support for those who don’t have JavaScript enabled. It will simply submit the form … [Read more...]
Free Ajax Blog
AJAXPress aims to be a very minimal, but very usable, AJAX powered blogging system. AJAXPress is focused on ease of use, web standards, and speed. AJAXPress is not full of unnecessary features that just confuse the user. AJAXPress is light, fast, and simple. And best of all, it's 100% free open source! Demo Download Here … [Read more...]