Articles by Scott Hebert

  1. Cisco Break Sequence for Outgoing Telnet and SSH Sessions

    Posted on in Networking

    There are a few network devices out there that allow you to connect, but don't give you an option to disconnect. For example, you might be stuck at a password prompt, but have no authentication details. Most telnet clients allow you to break these connections with the ^] (control-]) command. <acronym …

  2. BIP / BTOP Filing Extension

    Posted on in Information Systems

    American Recovery and Reinvestment Act (ARRA) LogoGood news today for service providers planning to file an electronic application for either the Broadband Initiatives Program (BIP) or Broadband Technology Opportunities Program (BTOP). The deadline for electronic applications has been extended from 5 p.m. ET on August 14, 2009 to 5 p.m. Eastern Time (ET) on …

  3. Spreadsheets to Databases: Exporting and Importing

    Posted on in Programming

    In the early stages of an organization, it is common for most data to be stored in spreadsheets. Spreadsheet applications are common and easily understood by most small business people. Unfortunately, spreadsheets become burdensome when tasks move beyond calculations and into querying (Churcher, 2007). Fortunately, databases are designed with querying …

  4. Getting Ready to Repackage

    Posted on in Programming

    Hard Disk (Internal)Having built an entire application, the time has come to consider the possibility of redistributing the application for a wider audience. Since the original application was designed to meet the needs of a specific business, one of the primary considerations will be how the application must be modified to meet …

  5. Database Basics

    Posted on in Programming

    The widespread use of computers has made database interaction a daily occurrence. Although databases can be large and complex, they are generally defined by basic terms that come together to create the larger system. Understanding these database basics helps users understand the underlying structure of the system and how they …

  6. The Joy of Modularization

    Posted on in Programming

    orbitModern programs are not developed as singular, autonomous applications. Programmers have learned that many different programs use the same routines over and over again. By developing these routines as independent modules or libraries, programmers gain the advantage of quickly adding functionality to their programs. Modularization allows the detail of often-repeated …

  7. It's Time To Download Firefox 3.5.2

    Posted on in Software

    Spread Firefox Affiliate ButtonFirefox 3.5.2 was released by the Mozilla Project today. This release is mainly a security fix and all users are advised to download the new update as soon as possible. Please take the time to download this important security update today.

    A list of security fixes is available …

  8. Max Spanning Tree (STP) Diameter

    Posted on in networking

    You may already know that the IEEE 802.1D specification recommends a maximum network diameter of 7 hops. What you may not know is that the number 7 is derived from a series of calculations based on various timers being tuned to their default values. If you are designing a …

  9. BIND Users: Update Your Servers

    Posted on in Software

    ISC is urging BIND users to upgrade their production DNS servers immediately. ISC recently announced a patch to fix an exploit in BIND. This exploit is in the wild and has been used to crash BIND servers resulting in a denial of service. Using a specially crafted dynamic update packet …

  10. Decision and Loop Structures

    Posted on in Programming

    Decision structures (also known as selection structures) are used in programming to take an action based on the result of a question (Farrell, 2008). An if-then-else statement is the most basic kind of decision structure. The question is represented as a Boolean expression that results in a true or false …

  11. Referential Integrity and Business Rules

    Posted on in Programming

    Referential Integrity and Business Rules Referential integrity and business rules are two subjects that individuals new to database design find confusing. Relational databases use tables to represent things and events. It is often necessary for a table to refer to another table. In this case, the two tables have a relationship. Referential integrity ensures that …

  12. VirtualBox 3 is ready

    Posted on in Software

    VirtualBox logo I use VirtualBox to run a Microsoft Windows guest on my iMac. For some reason, VirtualBox did not notify me that version 3.0 had been released. This new version includes symmetric multi-processing (SMP) for guest systems, Direct3D 8 and 9 for Windows guests, and OpenGL support for Windows, Linux …

Slaptijack's Koding Kraken