List of Tests
PHP
test_access.php
- tests the page and field access function check_access()
test_ads.php
- tests the code for the interstial advertisements
test_cookies.php
- tests how cookies work
test_empty_variables.php
- compares usage of empty(), isset(), is_null() functions
test_encrypt.php
-
test_graph.php
- shows simple method for creating bar graphs
test_included_variables.php
- tests how variables can be passed to external and included pages
test_magic_quotes.php
- tests if majic quotes are enabled
test_mysql_real_escape_string.php
- shows what the function does to various special characters
test_path.php
- shows what the results of the various server path global variables are
test_session_variables.php
- tests what kills session variables
test_urlencode_variables.php
-
test_submit.php
- shows approriate code for pressing enter during a form
CSS
test_display_two_divs_on_same_line.htm
- CSS displaying two divs on the same line
JavaScript / AJAX
test_change_button_text.htm
- show how to change 'Submit' button to 'Please wait...'
AJAX Call
- explains the three steps of an AJAX call
test_textarea.htm
- code for counting characters in a textarea
Fade Images In and Out
- use native JavaScript to fade an image in and out
Hidden: Show and Hide Text
- clicking a button shows text, then hides text
Hidden: Show and Hide Divs
- click a link to show and then hide a div. Plus the link changes to the appropriate action.
Hidden: Show and Hide Divs for a Tabbed Menu
- a simple, three tabbed menu that displays content at each tab is clicked
Hidden: Counts and Then Hides All Elements in a Div
- in this example, counts the number of list items in a div and then hides them.
Misc:
test_regex.php
- tests regex patterns
stars.htm
- simple star rating system
Other:
Development List on Balestris.com/dev/
-
-