-
Recent Posts
Blogroll
Tags
audacity audio bluetooth cable calendar comma Contacts CSS csv dns downloads dreamhost DRM ebook eBooks facebook gmail google graphic htaccess https image ios ipad iPhone iso kindle license link macro media microsoft ms word pdf post rewrite scan social media ssl tangle validation vba vcard vcf WordPressCategories
- Consumer Technology (7)
- Food (3)
- Information Technology (143)
- Application Tips (6)
- CSS (8)
- Database (15)
- DHTML (3)
- DOS & DOS Scripting (4)
- eMail (5)
- Graphics (4)
- Hardware (1)
- IT Resources (2)
- JavaScript (5)
- Joomla! (11)
- jQuery (1)
- Linux (2)
- MySQL (30)
- Networking (2)
- Office Productivity (1)
- Operating Systems (11)
- PHP (29)
- PowerShell (1)
- Security (4)
- SMTP (1)
- Snippet (2)
- Vista (2)
- Web Development (32)
- Web Server (3)
- WordPress (14)
- Miscellaneous (1)
- Uncategorized (23)
Tutorius Archives
JavaScript Archive
-
jQuery Troubleshooting
Posted on March 15, 2012 | No CommentsI recently spent a freat deal of time trying to get jQuery to run, with no success. It all ended with the simple step of moving the loading of the […] -
Data Validation
Posted on March 13, 2012 | No CommentsSome quick references here to data validation resources. Many or most of these resources will refer to the Validate plugin for jQuery. Server Side http://phpmaster.com/form-validation-with-php/ Client Side Much of client […] -
Uniform Form Styling
Posted on June 7, 2010 | No CommentsSometime something comes along the stands out from the crowd. Uniform is one of those things. Uniform is a Forms Styling tool using jQuery and CSS to create some pretty […] -
Selecting All Text in a Form Field with a Single Click
Posted on February 28, 2009 | No CommentsSometimes the text in a form field is put there primarily for the purpose of being copied to the clipboard. In these cases a little JavaScript will smooth the process, […] -
Sortable Tables with JavaScript
Posted on November 18, 2008 | No CommentsFor years I've fiddled with trying to make my tables sort in JavaScript. The user can simply click on the column header to make the table sort on that column. […]