Rebel With A Terminal

A place for me to remember those difficult or odd moments, and to share my thoughts and experiences with the world.

With a focus on personal growth for the year 2020, the decision is made to resurrect DingoBytes.com as a sandbox for exploring new technologies and sharing insights gained along the journey towards becoming "STRONGER."

Update 2020

With a focus on personal growth for the year 2020, the decision is made to resurrect DingoBytes.com as a sandbox for exploring new technologies and sharing insights gained along the journey towards becoming "STRONGER."

Read more
Using IntelliJ for PHP development can be enhanced by properly configuring Xdebug with Vagrant, which involves adjusting settings in the PuPHPet configuration and IntelliJ preferences to ensure seamless debugging functionality.

Getting Xdebug working within Intellij 2016

Using IntelliJ for PHP development can be enhanced by properly configuring Xdebug with Vagrant, which involves adjusting settings in the PuPHPet configuration and IntelliJ preferences to ensure seamless debugging functionality.

Read more
While implementing a check digit routine for a 12-digit member number, precision issues with large numbers in ColdFusion are encountered, ultimately resolved by utilizing Java's BigInteger class for accurate modulus calculations.

How To Use Modulus for BigInteger in ColdFusion

While implementing a check digit routine for a 12-digit member number, precision issues with large numbers in ColdFusion are encountered, ultimately resolved by utilizing Java's BigInteger class for accurate modulus calculations.

Read more
The difference between joining and appending arrays in ColdFusion is explored, demonstrating how to utilize Java methods to effectively join arrays within a custom hasRegistration() method that processes objects or structs and returns an array of registrations.

Use Java to Join Arrays In ColdFusion

The difference between joining and appending arrays in ColdFusion is explored, demonstrating how to utilize Java methods to effectively join arrays within a custom hasRegistration() method that processes objects or structs and returns an array of registrations.

Read more
While delving into HTML5 and CSS3, new input types are discovered along with a clever CSS technique to style all input elements except for password and file types, while also addressing compatibility issues with older versions of Internet Explorer.

Still learning HTML 5

While delving into HTML5 and CSS3, new input types are discovered along with a clever CSS technique to style all input elements except for password and file types, while also addressing compatibility issues with older versions of Internet Explorer.

Read more
After exploring various methods for compressing JavaScript files using Ant, a new approach utilizing Closure-Compiler's Ant class simplifies the process, allowing for efficient compilation without the complexity of OS-specific configurations.

Closure-Compiler and Ant to compress JavaScript

After exploring various methods for compressing JavaScript files using Ant, a new approach utilizing Closure-Compiler's Ant class simplifies the process, allowing for efficient compilation without the complexity of OS-specific configurations.

Read more
The "divide by zero" error in MSSQL can be frustrating when generating reports. A solution using the ⁠NULLIf() method allows for safe handling of zero divisors, refining the SQL statement to calculate click rates without errors. This insight aims to assist others facing similar challenges.

Avoid SQL Divide by zero errors

The "divide by zero" error in MSSQL can be frustrating when generating reports. A solution using the ⁠NULLIf() method allows for safe handling of zero divisors, refining the SQL statement to calculate click rates without errors. This insight aims to assist others facing similar challenges.

Read more
Concerns about privacy arise from inadequate policies of companies like Facebook and MLB.com, highlighting the need for automatic opt-out practices to better protect consumer information and enhance user control over personal data.

Bad Privacy Policy

Concerns about privacy arise from inadequate policies of companies like Facebook and MLB.com, highlighting the need for automatic opt-out practices to better protect consumer information and enhance user control over personal data.

Read more
In response to changes in the Weight Watchers® plan, a new WordPress Plus Points plugin is created to help users log their meals and track Plus Points in a familiar interface, supporting their dietary goals while still utilizing official Weight Watchers® tools.

WordPress Your PointsPlus

In response to changes in the Weight Watchers® plan, a new WordPress Plus Points plugin is created to help users log their meals and track Plus Points in a familiar interface, supporting their dietary goals while still utilizing official Weight Watchers® tools.

Read more
After upgrading to Eclipse Helios and encountering dependency issues with the Subversive Connector, a solution is found by enabling the appropriate update site, allowing for a successful installation of the SVN Team Provider and its connectors.

Subversion install for Eclipse Helios

After upgrading to Eclipse Helios and encountering dependency issues with the Subversive Connector, a solution is found by enabling the appropriate update site, allowing for a successful installation of the SVN Team Provider and its connectors.

Read more
The revamped Five-Star Rating Plugin for WordPress now offers increased flexibility with shortcode integration, customizable cookie settings, and theming options, making it easier to implement and tailor to your needs based on user feedback.

Five Star Rating WordPress Plug-in

The revamped Five-Star Rating Plugin for WordPress now offers increased flexibility with shortcode integration, customizable cookie settings, and theming options, making it easier to implement and tailor to your needs based on user feedback.

Read more
After encountering issues with generated reports, a streamlined approach is discovered to edit multiple HTML files using Perl's search and replace functionality, allowing for quick updates without the need for extensive scripting or file management.

Replacing text in multiple files

After encountering issues with generated reports, a streamlined approach is discovered to edit multiple HTML files using Perl's search and replace functionality, allowing for quick updates without the need for extensive scripting or file management.

Read more
This toolkit offers essential resources and tips for newcomers to JavaScript, including recommended reading, web developer tools, validation resources, and frameworks to enhance development, aimed at helping users create accessible and efficient web applications.

JavaScript Tool Kit

This toolkit offers essential resources and tips for newcomers to JavaScript, including recommended reading, web developer tools, validation resources, and frameworks to enhance development, aimed at helping users create accessible and efficient web applications.

Read more