-
Recent Posts
Blogroll
Tags
AJAX Form Validation analytics auto-login auto-logon autologin autologon background background-color center centre color colour Contacts conversion CSS csv DHTML div dns ebook eBooks gmail google google analytics htaccess https image ios ipad iPhone JavaScript Joomla! jump kindle ms word paste rewrite round robin scroll sortable ssl validation vertical Vista 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
About Author:
Posts by
-
Source for Microsoft ISO's and Install Media
Posted on September 29, 2017 | No CommentsYou'll need to have a legitimate license key to install them, but hard to find install media for Microsoft products, particularly those they may be a version or two past […] -
Incomplete Dates in MySQL
Posted on September 24, 2017 | No CommentsSometimes you can't store the year portion of a date in MySQL because it's not available, such as when people are willing to provide their birthday but not the year […] -
Defining image shown when linked in Facebook
Posted on May 26, 2017 | No CommentsWhen a link is shared in Facebook, Facebook will choose an image to show in the post. However, the image FB chooses may not be the best one for the […] -
Converting vCard (.vcf) files to Comma Separated (.csv)
Posted on April 25, 2017 | No CommentsSometimes a contact list exports as a .vcf file, which can be difficult or impossible to import into another mail system. This link provides a way to easily convert it; […] -
Batch Parameter Extensions
Posted on April 12, 2017 | No CommentsThese examples use modifiers to modify parameter %1 %~f1 Expand %1 to Fully qualified path name %~d1 Expand %1 to Drive letter %~p1 Expand %1 to Path only e.g. \utils\ […]