Danno

I’ve been designing web applications—on and off—since 2001, back when animated GIFs were all the rage and ‘responsive design’ meant answering your client’s emails. Over the past 14 years, I’ve kept pace with the ever-evolving trends in PHP development, successfully delivering a variety of projects that made my clients happy (and kept me caffeinated). This website serves as my soapbox—a place to share the insights I’ve picked up along the way with anyone curious enough to dive in. Welcome aboard! Need some custom work done? Or, just want to reach out? Email: dan@danoriordan.com

Create a fun card game in Python

Get ready to roll up your sleeves and dive into a Python-powered card game adventure! In this project, we’ll build a delightfully simple (yet surprisingly addictive) card game where players can draw cards and keep track of their points like they’re collecting bragging rights. Think of it as the digital equivalent of your favorite deck…

Learn More...

Understanding JavaScript and Its Applications

JavaScript is a high-level, dynamic, and interpreted programming language that is primarily used for enhancing the interactivity and functionality of websites. It was created in 1995 by Brendan Eich while working at Netscape and has since become one of the core technologies of the World Wide Web, alongside HTML and CSS. Key Features of JavaScript…

Learn More...

Secure FTP Client in C#

In this post, we will create a secure FTP client using C# that allows for the transfer of files to a Unix web server. The client will utilize the SFTP (SSH File Transfer Protocol) to ensure secure file transfers. We will leverage the SSH.NET library, which provides a robust implementation for SFTP operations. The provided code defines…

Learn More...

Best Website Hosting Companies for PHP

When it comes to hosting PHP applications, choosing the right provider is crucial for performance, reliability, and support. Below is a curated list of some of the best website hosting companies for PHP, including notable Australian options. 1. VentraIP (Australia) Introduction: VentraIP is an Australian hosting provider that offers a range of services tailored for local…

Learn More...

Best Practices for Displaying Database Data in PDO PHP

When developing a PHP web application, one common requirement is to retrieve and display data from a database. This process involves connecting to the database, executing queries, and rendering the results on a web page. Understanding the best practices for this task is crucial for ensuring efficiency, security, and maintainability. To effectively display data from…

Learn More...