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
»
Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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