R
E
S
O
U
R
C
E
S
       Question Index      Products & Services      Contact Us      Links


WebHatchers will design & develop your site for you.
_______________________

Website Menu Heaven: side or top popup menus, buttons, image rotators, navbars, tons more.
_______________________

Send us your questions and wittiest comments.
_______________________

Report errors on our site.
_______________________

Share your neatest DHTML examples with us; we may publish them.
_______________________


_______________________

      QUESTION INDEX      

Question Index
Browser Insanity
JavaScript
Animation
Buttons and Menus
CSS and HTML
PHP
Personal Status Boards
Content Management
   Systems
Article Content
   Management Systems
Website Directory
   CMS Systems
Photo Gallery CMS
Forum CMS

 INFORMATIVE ARTICLES 

Menus-and-Buttons-
Part-I.htm


Menus-and-Buttons-
Part-II.htm


Change-Div-Size-Color-
and-Location-with-the-
W3C-DOM.htm


Bouncing-Ball-Animation-
with-the-W3C-DOM.htm


Style-Changes-with-the-
W3C-DOM.htm


Animation-with-the-
W3C-DOM.htm


Window-Play-and-Some-
Important-DOM-Methods.htm


Using-getElementsByTagName
-and-getElementsByName.htm


The-CSS-Resources-Intro-
Page.htm


Convert-Word-Files-to-HTML-
and-Install-Editor2-to-
Use-Instead-of-NotePad.htm


CSS-Issues.htm

What Are Fifteen Simple Methods of Doing Web-Page Pop-ups?

Security levels from Javascript and PHP input filtering

What is a regular expression general input validator?

What is a regular expression user name validator?

What is a regular expression password validator?

What is a regular expression email validator?

What is a regular expression URL validator?

How can I convert a Javascript array to a PHP array?

How can I Dynamically Create Input Boxes with Validation?

How do I use JavaScript Object Notation (JSON) in PHP and JavaScript to convert strings and arrays from PHP to JavaScript?

How do I add html to a web page with JavaScript, PHP or ssi includes?

How do I add html to a web page with JavaScript includes?


PHP

How do you put PHP variables in URL and link text?

What is PHP Code for Multiple PSB Hosts?

What is Registration PHP Code for Multiple PSB Hosts?

What is Registration PHP Code for Multiple PSB Hosts with a captcha?

What is Administrator PHP Code for Multiple PSB Hosts?

What's the PHP code for a script for a PSB?

What's the PHP code for a script for PSB updating?

What's the PHP code for a script if you forgot your user name?

What's the PHP code for a script if you forgot your password?

What's the PHP code for a script to change a member's email address?

What's the PHP code for a script to connect to a MySQL database?

What's the PHP code for a script to close a member's account?

What's the PHP code for a script to edit group member?

What's the PHP code for a script to add group member?

What's the PHP code for a script to reset a MySQL table's data to its original?

What's the PHP code for a script to edit a MySQL table's data?

What's the PHP code for a script to change a username?

What's the PHP code for a script to change a password?

What's the PHP code for a script to delete group member?

What's the PHP code for a script to view membership data?

What's the PHP code for a script to change an administrator's password?

What's the PHP code for a script to logout?

What's the PHP code for a script to login?

Security levels from Javascript and PHP input filtering

Security levels and PHP

How can I convert a Javascript array to a PHP array?

What is PHP Code to Prevent Duplicate Data Input - Like User Names or Members?

What is PHP Code for PSB Status Update for Multiple PSB Hosts?

How do I sort 1 PHP array and have the other arrays sort in parallel to how the first array sorts?

How do I use JavaScript Object Notation (JSON) in PHP and JavaScript to convert strings and arrays from PHP to JavaScript?

How do you do PHP-to-JavaScript String Conversion with No JSON?

How do you Convert PHP String to JavaScript String?

How do you Post a JavaScript Array to a PHP Array?

How do you send a value to PHP using JavaScript?

Info on unwanted primary field auto-sorting

How can I do instant article font size, font family, and paragraph formatting with radio buttons?

How can I create custom HTML tags that are safer for MySQL databases?

How can I edit text from MySQL databases by using a textarea box?

How can I highlight matched search terms in a MySQL database table search?

How can I search using not only exact phrase matching but also a series of words to match in a MySQL database table search?

What's the code for an Ajax and PHP Based Input Filter?

Ajax and PHP Based Insult Auto-Completer

How can I use PHP and MySQL for Checking Key Codes to Allow Update to a New Software App Version?




Personal Status Boards (PSB™)

Standard Free PSB

PSB Pro Version

Social PSB

Social PSB Plus (with Email)

Business PSB

Business PSB Plus (with Email)

PSB demo

Social PSB demo

Business PSB demo

So what's all this PSB stuff about?

Chart comparing business status boards

PSB hosting diagram

PSB Licence Agreement




Article Content Management System

Content Management System Introduction

Content Management System—Article Navigation

Content Management System—Article Indexing

Content Management System—Article Editing

Content Management System—Article Searching

Content Management System—Article Deleting

Content Management System—Article Writing

Content Management System—Article Reading

What are the terms of use for our Article Content Management System?




Website Directory Content Management System

Website Directory Navigation

Website Directory—Delete Category

Website Directory—Delete URL

Website Directory—Add URL

Website Directory—Add Category

Website Directory—Directory Creating

Website Directory—View by Category (Demo Code)

Website Directory—View by URL (Demo Code)

Website Directory—View by Category (Demo)

Website Directory—View by URL (Demo)

Website Directory—View

Website Directory—View (Demo)




Photo Gallery Content Management System

Code for Photo Gallery Navigation

Code for Photo Gallery—View

Code for Photo Gallery—Create

Code for Photo Gallery—Add Category

Code for Photo Gallery—Delete Category

Code for Photo Gallery—Add Photo

Code for Photo Gallery—Delete Photo

Code for JavaScript Photo Gallery

JavaScript Photo Gallery




Forum Content Management System

Forum: home page

Forum: search

Forum: login

Forum: topic and replies viewing page

Forum: add topic to database

Forum: add reply to database

Forum: edit topic in database

Forum: create topic in database

Forum: delete topic in database

Forum: delete reply in database

Forum: delete user account in members table



Copyright © 2002 -
MCS Investments, Inc. sitemap

PSBs, social networking, social evolution, microcommunities, personal status boards
PSBs, social networking, business personal status boards
website design, ecommerce solutions
website menus, buttons, image rotators
Ez-Architect, home design software
the magic carpet and the cement wall, children's adventure book
the squirrel valley railroad, model railroad videos, model train dvds
the deep rock railroad, model railroad videos, model train dvds

Ajax and PHP Based Insult Auto-Completer

This is kind of a novelty web page. It gives you lots of cool TV-14-rated insults in case you're having trouble thinking of them. But it also uses Ajax and PHP to prompt you once you start typing. You type "a" and the script gives you a nice set of insults, such as "ass clown."

The reason we created this is to show the code involved. When you type, the onKeyUp() event runs the Ajax prompt() script which takes the input box's current value and uses xmlhtml to send it as a query string from your browser to the prompt.php script on the server where it gets compared to hundreds of other insults in a PHP array. The code for the comparing is at the bottom of this page. The PHP function count() counts the number of elements in the array for the FOR loop. For comparing, input and array are both converted to lower case with strtolower(). The number of characters typed so far is the number of characters in each array elements that get compared to the input string. If the input matches part or all of an array element, that element if put into the $prompt string and the script keeps looping until all relevant elements have been added to the $prompt string. If no match is made, then the prompt "no prompt" is stuck in the respose string to send back to the browser. If there are matches, all of these are stuck in the respose string to send back to the browser.

Type an insult:

Insult:

Prompt:

The relevant code on this page:


<P><B>
<script type="text/javascript">
function prompt(str){
if (str.length==0){document.getElementById("prompt").innerHTML="";return;}
if (window.XMLHttpRequest){// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}else{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState==4 && xmlhttp.status==200){
document.getElementById("prompt").innerHTML=xmlhttp.responseText;}}
xmlhttp.open("GET","prompt.php?q="+str,true);xmlhttp.send();}
</script>
</B></P>

<P><B>
<div class='k'><p><b>Type an insult:</b></p>
<form>
Insult: <input type="text" onkeyup="prompt(this.value)" size="20" />
</form>
<p>Prompt: <span id="prompt"></span></p></div>



<p>The prompt.php file:</p>


<?php
$i[]="ass wipe";
$i[]="ass clown";
$i[]="ass face";
$i[]="ass monkey";
$i[]="assface";
$i[]="assmonkey";
$i[]="a-hole";
$i[]="ass muncher";
$i[]="ass kisser";
$i[]="ass licker";
$i[]="ass bandit";
$i[]="ass breath";
$i[]="asswipe";
$i[]="assmuncher";
$i[]="asskisser";
$i[]="asslicker";
$i[]="assbandit";
$i[]="assbreath";
$i[]="assclown";
$i[]="arse";
$i[]="arsehole";
$i[]="arse hole";
$i[]="air head";
$i[]="airhead";
$i[]="bugger";
$i[]="bug";
$i[]="brownnoser";
$i[]="baby";
$i[]="badass";
$i[]="baldy";
$i[]="baldie";
$i[]="brownnose";
$i[]="bubble head";
$i[]="bubblehead";
$i[]="brown nose";
$i[]="brown noser";
$i[]="butt wipe";
$i[]="butt hole";
$i[]="butt muncher";
$i[]="butt kisser";
$i[]="butt licker";
$i[]="butt bandit";
$i[]="butt breath";
$i[]="butt pirate";
$i[]="buttwipe";
$i[]="butthole";
$i[]="buttmuncher";
$i[]="buttkisser";
$i[]="buttlicker";
$i[]="buttbandit";
$i[]="buttbreath";
$i[]="buttpirate";
$i[]="butthead";
$i[]="butt head";
$i[]="bitch";
$i[]="biatch";
$i[]="biotch";
$i[]="bastard";
$i[]="buffoon";
$i[]="brat";
$i[]="bunghole";
$i[]="bung hole";
$i[]="bung wad";
$i[]="bungwad";
$i[]="bungbreath";
$i[]="bung breath";
$i[]="bum";
$i[]="beast";
$i[]="boob";
$i[]="booger";
$i[]="buttnugget";
$i[]="buttmonkey";
$i[]="butt nugget";
$i[]="butt monkey";
$i[]="bimbo";
$i[]="crap for brains";
$i[]="crapforbrains";
$i[]="crackpot";
$i[]="crackwhore";
$i[]="crack whore";
$i[]="coke whore";
$i[]="cokewhore";
$i[]="crack ho";
$i[]="coot";
$i[]="crud";
$i[]="cowpie";
$i[]="cow pie";
$i[]="cracker";
$i[]="chicken";
$i[]="crybaby";
$i[]="cry baby";
$i[]="crapface";
$i[]="crap face";
$i[]="crapbreath";
$i[]="crap breath";
$i[]="corn ball";
$i[]="choad";
$i[]="cornball";
$i[]="chump";
$i[]="creep";
$i[]="cow";
$i[]="crook";
$i[]="dirtbag";
$i[]="dodo";
$i[]="dick head";
$i[]="dummy";
$i[]="dickhead";
$i[]="dog";
$i[]="dog breath";
$i[]="dogbreath";
$i[]="dogface";
$i[]="dog face";
$i[]="dingus";
$i[]="dick lick";
$i[]="dicklick";
$i[]="dick licker";
$i[]="dicklicker";
$i[]="douchebag";
$i[]="douche bag";
$i[]="dumbass";
$i[]="dumb ass";
$i[]="dumbhead";
$i[]="dumb head";
$i[]="damn fool";
$i[]="dick";
$i[]="dickwad";
$i[]="dick wad";
$i[]="dillweed";
$i[]="dill weed";
$i[]="dillhole";
$i[]="dill hole";
$i[]="dope";
$i[]="dingus";
$i[]="dingis";
$i[]="dirt bag";
$i[]="dimwad";
$i[]="dim wad";
$i[]="dimbulb";
$i[]="dim bulb";
$i[]="dork";
$i[]="dorkface";
$i[]="dork face";
$i[]="dolt";
$i[]="donkeydick";
$i[]="donkey dick";
$i[]="dork";
$i[]="dweeb";
$i[]="dink";
$i[]="fartknocker";
$i[]="fart knocker";
$i[]="fartlicker";
$i[]="fart licker";
$i[]="fart sniffer";
$i[]="fathead";
$i[]="fat head";
$i[]="farthead";
$i[]="fart head";
$i[]="fartsniffer";
$i[]="fool";
$i[]="fartbag";
$i[]="fart bag";
$i[]="fartface";
$i[]="fart face";
$i[]="fartbreath";
$i[]="fart breath";
$i[]="fart";
$i[]="fatty";
$i[]="fart nugget";
$i[]="fartnugget";
$i[]="fat ass";
$i[]="fatass";
$i[]="freak";
$i[]="fake";
$i[]="flake";
$i[]="faker";
$i[]="floozie";
$i[]="fogy";
$i[]="foul";
$i[]="gangster";
$i[]="geezer";
$i[]="gomer";
$i[]="goofball";
$i[]="gook";
$i[]="geek";
$i[]="goon";
$i[]="halfass";
$i[]="half ass";
$i[]="halfwit";
$i[]="half wit";
$i[]="hammerhead";
$i[]="hairbag";
$i[]="hair bag";
$i[]="ho";
$i[]="hoe";
$i[]="hag";
$i[]="ho bag";
$i[]="hobag";
$i[]="hooker";
$i[]="hick";
$i[]="idiot";
$i[]="imbecile";
$i[]="jerk";
$i[]="jerkoff";
$i[]="jerk off";
$i[]="jerk ass";
$i[]="jerk face";
$i[]="jerkass";
$i[]="jerkface";
$i[]="junkie";
$i[]="knobhead";
$i[]="knob head";
$i[]="knothead";
$i[]="knot head";
$i[]="kiss ass";
$i[]="knucklenuts";
$i[]="kissass";
$i[]="knuckle nuts";
$i[]="knucklehead";
$i[]="knuckle head";
$i[]="lame";
$i[]="lameass";
$i[]="lamebrain";
$i[]="lame brain";
$i[]="lame ass";
$i[]="looney";
$i[]="limp dick";
$i[]="limpdick";
$i[]="lowbrow";
$i[]="louse";
$i[]="low brow";
$i[]="lecher";
$i[]="lardo";
$i[]="lard butt";
$i[]="lardbutt";
$i[]="lard ass";
$i[]="lardass";
$i[]="lunkhead";
$i[]="lunk head";
$i[]="leebo";
$i[]="lame-o";
$i[]="lech";
$i[]="lowlife";
$i[]="lunk";
$i[]="lunkhead";
$i[]="lunk head";
$i[]="lush";
$i[]="loser";
$i[]="meathead";
$i[]="mimbo";
$i[]="meat head";
$i[]="melvin";
$i[]="mofo";
$i[]="mo fo";
$i[]="moron";
$i[]="motherbeater";
$i[]="mouth breather";
$i[]="mouthbreather";
$i[]="nincompoop";
$i[]="nerd";
$i[]="numbnuts";
$i[]="numb nuts";
$i[]="numb skull";
$i[]="numbskull";
$i[]="nummy";
$i[]="oof";
$i[]="old bag";
$i[]="old fart";
$i[]="parrot breath";
$i[]="parrotbreath";
$i[]="pussy";
$i[]="pig";
$i[]="peckerhead";
$i[]="poophead";
$i[]="pecker head";
$i[]="poop head";
$i[]="poopbreath";
$i[]="poop breath";
$i[]="peckerbreath";
$i[]="pecker breath";
$i[]="penisbreath";
$i[]="penis breath";
$i[]="penisface";
$i[]="penis face";
$i[]="peckerhead";
$i[]="pecker head";
$i[]="pecker";
$i[]="poop";
$i[]="prick";
$i[]="pisshead";
$i[]="piss head";
$i[]="piss ant";
$i[]="pissant";
$i[]="puke";
$i[]="pud";
$i[]="putz";
$i[]="queef";
$i[]="raunch";
$i[]="rectum breath";
$i[]="rectumbreath";
$i[]="redneck";
$i[]="roadhog";
$i[]="schmuck";
$i[]="scrotumbreath";
$i[]="scrotum breath";
$i[]="scrotum";
$i[]="scrotum licker";
$i[]="scrotumlicker";
$i[]="skag";
$i[]="slacker";
$i[]="slub";
$i[]="stool";
$i[]="schlong";
$i[]="scag";
$i[]="slut";
$i[]="skank";
$i[]="skunk";
$i[]="simpleton";
$i[]="simple tool";
$i[]="sow";
$i[]="sissy";
$i[]="terd";
$i[]="terdbreath";
$i[]="terd breath";
$i[]="tool";
$i[]="tub";
$i[]="tubby";
$i[]="twit";
$i[]="twinkie";
$i[]="twink";
$i[]="ugly";
$i[]="uncool";
$i[]="wuss";
$i[]="wimp";
$i[]="weakling";
$i[]="wang";
$i[]="whore";
$i[]="whoremonger";
$i[]="wacko";
$i[]="wank";
$i[]="wanker";
$i[]="whiner";
$i[]="whine baby";
$i[]="whinebaby";

$z=$_GET["q"];

if (strlen($z) > 0){
$prompt="";
for($n=0; $n<count($i); $n++){
if (strtolower($z)==strtolower(substr($i[$n],0,strlen($z)))){
if ($prompt==""){$prompt=$i[$n];}
else{$prompt=$prompt." , ".$i[$n];}}}}
if ($prompt == ""){$r="no prompt";}else{$r=$prompt;}
echo $r;
?>