Quantcast
Channel: Developer’s References – Web & Database PHP Developers
Browsing latest articles
Browse All 14 View Live

Understanding 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 Article



Article 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 Article

Schedule 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 Article

Increasing 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 Article

HTML 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 Article


Blender 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 Article

USPS 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 Article

how 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 Article


SMTP 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 Article


Blender 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
Browsing latest articles
Browse All 14 View Live




Latest Images