MIME-Types
A MIME-Type reference table… file type MIME type ai application/postscript aif audio/x-aiff aifc audio/x-aiff aiff audio/x-aiff asc text/plain atom application/atom+xml au audio/basic avi...
View ArticleDownloadable font on firefox: bad URI or cross-site access not allowed for fonts
When using cool fonts in CSS and the display is off in Firefox, you may find the Error Console declare, “Downloadable font on firefox: bad URI or cross-site access not allowed” as a cause. This simply...
View ArticleKilling Safari Cookies & Files – Build Your Own Mac App
As a developer, Safari presents some issues when trying to test logins and new content. Safari simply doesn’t like to let go of Cookies and History when you use the built-in buttons to do just that....
View ArticleHow To Uninstall MySQL From Mac OS X
Uninstalling a MySQL database server from a Mac OS X computer can be done manually or with the command line. It’s always advised to make backups of your databases prior to making big changes, and...
View ArticleUnderstanding VIN Number Validation
function validate_vin($vin) { $vin = strtolower($vin); if (!preg_match('/^[^\Wioq]{17}$/', $vin)) { return false; } $weights = array(8, 7, 6, 5, 4, 3, 2, 10, 0, 9, 8, 7, 6, 5, 4, 3, 2);...
View ArticleArticle 4
OS X supports the option to read NTFS-formatted drives, but has not supported writing to these drives. Therefore, the use of a third-party driver such as Paragon NTFS or Tuxera NTFS has been required...
View ArticleSchedule Windows Server To Reboot
Press WinKey+R > type taskschd.msc and press Enter (it will launch Task Scheduler) Left click from the right pane on the Task Scheduler Library > open Action from the top menu > New Folder…...
View ArticleIncreasing The Memory Pool Available To A Windows Server
I made the following changes to the registry in attempt to increase the memory pool available to the server. 1. Click Start, click Run, type regedit, and then click OK. 2. Locate and then click the...
View ArticleHTML Character Encodings
Standard ASCII set, HTML Entity names, ISO 10646, ISO 8879, ISO 8859-1 Latin alphabet No. 1 Browser support: All browsers ASCII HTML HTML Dec Hex Symbol Number Name 32 33 34 35 36 37 38 39 40 41 42...
View ArticleBlender 3D Hot Keys & Shortcuts
Keys Mode Actions A Select all / Deselect all Shift + A Add menu Alt + A Play animation toggle Alt + Shift + A Play animation in reverse toggle CTRL + A OM Apply menu (such as freeze transforms) CTRL...
View ArticleUSPS Shipping API Service ID Values
Appendix A – RateV3 and RateV4 Class ID and MailService response values Notes: “{0}” in the chart denotes a variable depending on the scheduled delivery date calculation between the origin and...
View Articlehow to remove Google’s secret update software from your mac
http://applehelpwriter.com/2014/07/13/how-to-remove-googles-secret-update-software-from-your-mac/ If you’ve ever downloaded Chrome, even for just a trial (guilty!), you might not be aware that Google...
View ArticleSMTP Communication Codes
SMTP Communication Codes Reply codes in numerical order Code Meaning 200 (nonstandard success response, see rfc876) 211 System status, or system help reply 214 Help message 220 <domain> Service...
View ArticleBlender Add-Ons Name Conflicts Fix
To see what Blender thinks, you need to run Blender from command line. Open Terminal application Write cd then hit spacebar and drag&drop your folder with Blender into Terminal window Enter In...
View Article