Archives 

Show All

  • 2009
    • January
  • 2008
    • November
    • June
    • February
    • January
      • Cross browser fix to open or close table rows, tables or DIVs
        01/20/08

        function showHide(id) {
        sel = document.getElementById(id);
        if (sel.style.display == '') {
        sel.style.display = 'none';
        } else {
        sel.style.display = '';
        }
        }
        </script>

        Instead of using "b


Links
Home
Contact Me
Stats

Login

Calendar
January 2008 »
SunMonTueWedThuFriSat
  12345
6789101112
13141516171819
20212223242526
2728293031
09/06/2010

Random Entry
Select between two dates
Ajax example
PHP Dynamic Variables
Convert size of file to the largest unit
Create a dynamic rss xml feed with php class

Archives
View Archives
  • 2009
    • January
  • 2008
    • November
    • June
    • February
    • January
      • Cross browser fix to open or close table rows, tables or DIVs
        01/20/08

Categories
General
PHP
Javascript
Ajax
Flash
Oracle
MySql
Other

Search
Search 

Counter Totals
Total: 11,916
Today: 7
Yesterday: 10

Most Recent Entries
Clean our odd characters pasted from word to form fields (javascript version)
Cleaning out odd characters and multilingual characters when copyed from Word into your form fields
Create a dynamic rss xml feed with php class
Ajax calls using prototype
Form Select State & Show current selection
Validating numbers
Date drop down for PHP forms
Select between two dates
PHP Dynamic Variables
Disable print screen

Get RSS 2.0 FeedPowered by PHP 5.2.13
Get Atom 0.3 FeedGet RDF 1.0 Feed