Portfolio Project: Tactile Mom
I recently completed work on Tactile Mom, a project started by my wife, Brynn. Tactile Mom describes the experiences, struggles, and highlights of a mother who raises a tactile defensive child.
I recently completed work on Tactile Mom, a project started by my wife, Brynn. Tactile Mom describes the experiences, struggles, and highlights of a mother who raises a tactile defensive child.
When transferring a complete website or a group of files from one from server to another, the scp command can be used perform the transfer when working between Linux servers.
When using the Quick Edit feature of WordPress (verified in versions 3.7, 3.7.1, and 3.8) on any post in a ‘Draft’ status, the publish date will set itself to the date and time the Quick Edit occurred, leading to an invalid and incorrect published date when the publish of the post finally occurs.
Recently, when working Drools 5.5.0.Final into an application, I had need to create an ANT build script to verify and compile rules into a serialized package for distribution, and I wanted to share the script I used to accomplish that.
Single inheritance in Drools for rules isn’t very well documented; however, it is possible to create a rule that extends another rule in Drools.