Find The IP Address of Your Computer on the Home or Local Area Network (LAN) -Windows 7
This is a short post on how and where to find the IP address and static/dynamic status for your Windows 7 machine within your Local Area Network (LAN). If you are using a Linux machine, follow this link: Find The IP Address of...
Find The IP Address of Your Computer on the Home or Local Area Network (LAN) -Linux (Debian-Based Systems)
This is a short post on how and where to find the IP address and static/dynamic status for your Linux machine within your Local Area Network (LAN). If you are using a Windows machine, follow this link: Find The IP Address of Your...
Excel Basics Consolidated
I have done a series of posts on Microsoft Excel, targeted largely at beginners, and/or those who use Excel casually and seek to expand their skills a little. MS Excel is a powerful program, which has a host of advanced...
Java: Checked Exceptions, Revisited Part II
Continued From Part I – Java: Checked Exceptions, Revisited (or, a closer examination of a flawed mechanism) This thing is long. Here are some navigation links to topic headers: Use Exceptions for Exceptional Circumstances?...
Java: Checked Exceptions, Revisited (or, a closer examination of a flawed mechanism)
This post is a re-examination of some topics I discuss in an older post. This one got long, so I broke into two. I am also going to provide some navigation links: The Original Post: Things to love about Java: Exception Handling...
.Net DataGridview: Change Formatting of the Active Column Header to Track User Location
I bumped into a question on StackOverflow this evening that I felt might make a short post. Accompanying code is available at my Github repo. The guy who posted observed that the standard .net DataGridview control provides a...
C#: A Better Date-Masked Text Box
John on Google CodeProject Let’s face it. Managing date information within the .net framework (or any framework, really . . . Java is not much better) is a pain the the ass. Really. What makes it even worse is managing user data...
Getting Started with Git for the Windows Developer (Part III) – Working with Files Using Bash
CodeProject Up to this point . . . This is the third part in a series focused on getting familiar with Git for Windows developers. The series assumes little or no experience using the command line. If you missed the first few...
Getting Started with Git for the Windows Developer (Part II) – Get Acquainted with Bash
This is the second installment of a multi-part series about getting your feet wet with Git for Windows Developers. If this is your first time here, you may want to review Part I of the series. If you have been following along so...
Basic Git Command Line Reference for Windows Users
CodeProject While there are GUI interfaces available for GIT (some good, some bad), familiarity with at least the basics of git’s command line interface can only enhance your ability to use the tool to maximum effectiveness....