ARIN’s new website looks funny… for a reason.

With almost 60,000 IP addresses, we here at High Speed Web are VERY familiar with ARIN and their website. We are constantly SWIPing and un-SWIPing network blocks and verifying our current SWIPs are correct. Recently, ARIN’s website underwent a startling change and to many it may appear much more disjointed and funky. This is because it isn’t really written for human eyes…
Continue reading

ASP CDO Email – Fixing the authentication error

As the developer here at High Speed Web, I get to deal with customers on special occasions. Generally these entail stand-offs between the technical support staff (which may or may not include network administrators) and the customers. The latter states that the problem is the server, while the former contends that it is the user’s code. So they bring in me, to either slap the administrators for not setting up their servers right or to show the user what we like to call the correct way to code. During my time here, I have helped several people out with their ASP scripts as pertaining to sending email. They all used CDO, and they all had the same problem: SMTP Authentication.
Continue reading

Google Adwords Optimization – The Golden Touch of Google Checkout Badges

In the realm of internet marketing, one can not with impunity ignore Google and it’s pay-per-click search listings known only as “AdWords”. Optimization of your Google AdWords campaign is critical to surviving and can save you untold thousands. There are many tips and tricks you can find about AdWords optimization, most of them are worth looking into. In my experience though, the best boost our AdWords campaign ever got was the placement of the Google Checkout badge beneath our ads.
Continue reading

Installing Subversion – Fixing Missing Dependency: perl(URI)

Without a doubt, the Missing Dependency: perl(URI) error is the most annoying error to run into when doing a quick, so-called painless yum install of subversion. We use subversion here to handle all our source code and when rolling that code out to new servers. So it’s pretty important that all our Linux servers (all running CentOS) are equipped with subversion. But time and time again, I was running into this problem and finally, through many Google searches, and compiling tips from a variety of sites, found a method that works for us here. Hopefully it works for you too.
Continue reading

Power of Perl – Controlling and expanding Cpanel/WHM through the Cpanel/WHM API

When running a shared hosting environment, it is impossible to stay competitive without the use of some form of control panel. And in the world of linux shared web hosting, no control panel is as widely used as cPanel Inc‘s cPanel/WHM combo. The Cpanel team has put a lot of time and effort into the remote administration of WHM, and through that Cpanel. With a little ingenuity and not much work, really, this API can be extended to include any functions you can imagine, up to and including the system administration of the machine itself. So lets look at the basics thereof.
Continue reading

Debugging Perl on Linux – Just __END__ it now! it later.

The art of debugging differs, some, with each language and it’s specific tools. Perl provides an interesting challenge to programmers since it, like most linux-originating languages, has no real IDE wherein it can be debugged step by step with breakpoints and like methodologies. Instead, the perl programmer must resort to using print statements, logging mechanisms, and then there is the __END__.
Continue reading

Building Web Sites for Profit and Fun – Relying on Research

Researching to the internet savvy is like water to fish: we swim through and live in it. You can’t survive on the internet very long without learning the art of researching. And if you can’t figure that out, no article, course, or lecture will help. My purpose here is not to instruct on HOW to research, we know that well enough, but rather to RELY on the research obtained. In the world of web development, too often, egos become involved and overpower reason and research. A site that the target audience dislikes is worse than no site at all, despite what the designer feels about it. And so we look into the finer points of relying on our sought-out research.
Continue reading

Building Web Sites for Profit and Fun – Relevant References

The great paradox of the internet is information. The internet provides such a vast array of information that just about anyone can learn just about anything about just about any subject. On the other hand, without near infinite time to weed through it all, it becomes increasingly difficult to find reliable, pertinent, and quality information. The sheer volume has become both the benefit and the draw back. And with as many tech-savvy persons as there are out there, the amount of information pertaining to web design and development is astronomical. Throughout the years, I have gathered a list of sites I have tried and tested for valuable content and who I turn to for relevant references.
Continue reading