blog.pengoworks.com
dans.blog: Maskerade Date Mask Input Plugin
http://blog.pengoworks.com/index.cfm/2014/1/29/Maskerade-Date-Mask-Input-Plugin
Maskerade Date Mask Input Plugin. On Jan 29, 2014 @ 2:48 PM. Giva has released released a new plugin ( Maskerade jQuery Plug-in. Which can convert a normal text field into a power date mask input field. The plugin supports a large array of date masks (even quarters) and even supports copy/paste. Here's a list of some of it's key features:. Keypress validation (ie. you don't need to submit the form for the mask to be applied). Includes time-mask capability, with a date or alone. Custom event handlers; for...
blog.pengoworks.com
dans.blog: Update to the Linkselect jQuery Plugin (v1.5.11)
http://blog.pengoworks.com/index.cfm/2013/7/12/Update-to-the-Linkselect-jQuery-Plugin-v1511
Update to the Linkselect jQuery Plugin (v1.5.11). On Jul 12, 2013 @ 4:39 PM. I just pushed out an update to the Linkselect jQuery Plugin. Linkselect plugin now annouces an update event whenever the value changes- which allows you to set up listeners for when the value has changed. Leave this field empty. Enter text that you see in the image.
blog.pengoworks.com
dans.blog: About Dan G. Switzer, II
http://blog.pengoworks.com/page.cfm/about
The miscellaneous ramblings and thoughts of Dan G. Switzer, II. About Dan G. Switzer, II. In the May of 2005, Dan became the CTO of Giva, Inc a company specializing in a suite of IT Help Desk applications. Since starting at Giva, he has implemented a number of new features and implemented technologies such as web services and AJAX within the application. QForms was one of the first comprehensive form-based APIs in the world.
blog.pengoworks.com
dans.blog: Installing pam_pwdfile.so for CentOS 6.5
http://blog.pengoworks.com/index.cfm/2014/10/24/Installing-pampwdfileso-for-CentOS-65
Installing pam pwdfile.so for CentOS 6.5. On Oct 24, 2014 @ 12:32 PM. I was working on getting vsftpd set up with some virtual users and wanted to use an Apache-style users file to manage the virtual users. I found a number of guides that showed how to configure things, but couldn't get it working. After much debugging, I realized the problem was that CentOS doesn't install the pam pwdfile.so module by default. From your CentOS command prompt, type:. Download the RPM package for pam pwdfile.so:.
blog.pengoworks.com
dans.blog: Using queryName.columnName shorthand can generate errors with <cfqueryparam />
http://blog.pengoworks.com/index.cfm/2012/9/26/Using-queryNamecolumnName-shorthand-can-generate-errors-with-cfqueryparam-
Using queryName.columnName shorthand can generate errors with cfqueryparam /. On Sep 26, 2012 @ 8:45 AM. Yesterday I ran into a very strange bug with ColdFusion 9 and I thought it worth blogging about. I think this probably affects earlier versions of the product, but I haven't tested to confirm. What was happening is whenever I tried executing a specific query, I was seeing the following error:. Invalid data coldfusion.sql.QueryColumn@540350 for CFSQLTYPE CF SQL INTEGER. When passed to the. My original ...
blog.pengoworks.com
dans.blog: ColdFusion 9/10 generating hidden exceptions when using Images stored in RAM disk
http://blog.pengoworks.com/index.cfm/2014/1/8/ColdFusion-910-generating-hidden-exceptions-when-using-Images-stored-in-RAM-disk
ColdFusion 9/10 generating hidden exceptions when using Images stored in RAM disk. On Jan 8, 2014 @ 11:50 AM. We recently discovered an issue in ColdFusion 9 when images that were temporarily stored in the RAM disk, but later removed would start throwing exceptions in the application.log, exception.log and coldfusion-out.log. The code itself would run just fine, so the issue is a bit masked because you won't see it unless you're monitoring your log files. It would scale the image. What we did to fix the ...
blog.pengoworks.com
dans.blog: Windows XP Windows Update issue (i.e. the svchost.exe 100% CPU issue)
http://blog.pengoworks.com/index.cfm/2013/12/12/Windows-XP-Windows-Update-issue-ie-the-svchostexe-100-CPU-issue
Windows XP Windows Update issue (i.e. the svchost.exe 100% CPU issue). On Dec 12, 2013 @ 3:41 PM. While I left Windows XP behind a long time ago as my main operating system, I still run numerous virtual machines running Windows XP in order to test with older versions of Internet Explorer. One problem I've been running into with my VMs is when the Windows Update was running, the CPU would get pegged at 99% – 100% usage, which makes Windows unusable. Here's how I finally resolved the problem:. Hope that he...
blog.pengoworks.com
dans.blog: Setting up ColdFusion 10 to replicate ehCache
http://blog.pengoworks.com/index.cfm/2014/9/24/Setting-up-ColdFusion-10-to-replicate-ehCache
Setting up ColdFusion 10 to replicate ehCache. On Sep 24, 2014 @ 5:05 PM. Outside of Rob Brooks-Bilson's blog. ColdFusion 10 added the ability to specify a specific ehcache.xml file on a Per Application basis using the. Value Unfortunately, you can not use this method to configure replication. You will need to replace the default ehcache.xml that ships with ColdFusion. The first thing you want to do is backup your default ehcache.xml file. This will be in your CF10's install folder at. Comment. Afte...
blog.pengoworks.com
dans.blog: Blog updated…
http://blog.pengoworks.com/index.cfm/2015/3/31/Blog-updated
On Mar 31, 2015 @ 7:02 AM. It's been a while since I've updated the theme of the blog, so I spent some time re-doing my blog. My main goal was to create something built for responsive. I was able to bootstrap my idea, with the Start Bootstrap - Clean Blog. Theme This leverages Bootstrap for the base CSS and adds some specialized styling. I made a few tweaks to the template source, to adjust it based on the way I wanted. Here's a few of the tweaks I made:. Added styling for comments. Subscribing to my blog.
blog.pengoworks.com
dans.blog: qForms updated to fix issue in Chrome 34
http://blog.pengoworks.com/index.cfm/2014/4/22/qForms-updated-to-fix-issue-in-Chrome-34
QForms updated to fix issue in Chrome 34. On Apr 22, 2014 @ 7:42 AM. While I never planned on releasing another update for qForms v1 (after all, it was written 14 years ago and supports Netscape 3), a change in Chrome 34 broke qForms. In a way where the value of radio elements and checkboxes could not properly be detected. The change has to do with the fact that now RadioNodeList returns a value property. If you're still using qForms in production, I suggest you upgrade to build 144. May 6, 2014 @ 1:32 AM.