Techy Things

Javascript hostname and ip validate 0

Javascript hostname and ip validate

Validating hostname and IP occurs pretty often. This is what I use for a field that can contain both IPV4 or hostname : if (value.length === 0 || value.length > 511) { return "Address...

0

ERROR: wrong number of arguments (1 for 0) @friendRequests = Friendrequest.all(:conditions => { :friend_id => @user.id, :status => 0 }, :include => :requester ) SOLUTION: .all() now takes 0 parameters. It has been updated....

Building a new Windows 64-bit Dev System 0

Building a new Windows 64-bit Dev System

  Visual C++ Redistributable for Visual Studio 2015 https://www.microsoft.com/en-us/download/details.aspx?id=48145 SQLite Browser https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.7.0/sqlitebrowser-3.7.0-win64.exe    

Should you upgrade to Windows 10 ? 0

Should you upgrade to Windows 10 ?

Wow Microsoft is offering me a Free upgrade to Windows 10 !! So generous Wait ! What is Microsoft's advantages? - Due to updated privacy policy, the things you do with Cortana will be...

Help Needed : __telemetry_main_invoke_trigger 0

Help Needed : __telemetry_main_invoke_trigger

Help Needed ! After installing Nuance's Dragon Naturally Speaking 13, and then uninstalling it, you get: The procedure entry point __telemetry_main_invoke_trigger could not be located in the dynamic link library VCRUNTIME140.dll.   Nuance offers an...

Supporting IE 8 0

Supporting IE 8

Why would anyone care about IE8 ? Well sometime we have to if our clients is still on it, and yes in 2015, there are groups in the federal business that still only use...