Archive for the 'Software' Category

Drupal’s On Hold

« 17 November 2008 | 18:16 | CodeIgniter, Drupal, Open Source, PHP, Software, Symfony, Web Development | No Comments »

I know I said before that I would be replacing Wordpress with Drupal around here, and I did start working on that. However, the more I read about Drupal, the harder it seems to do custom things. Actually, it’s more a problem of poor documentation than it is a lack of flexibility. Still, if I [...]



Media Playback in Ubuntu

« 23 August 2008 | 13:32 | Comuters & Technology, Linux, Open Source, Software | No Comments »

So, I had some Real Media (rm) videos that I wanted to view in Linux. But, like so many other sane people out there, I didn’t want anything to do with the official Real Player for Linux. I’ve never been a fan of Real and I’ve always thought their software was a bloated mess. Plus, [...]



Farewell Wordpress

« 18 August 2008 | 22:09 | Drupal, Open Source, PHP, Site News, Software, Symfony, Web Development | No Comments »

In an effort to save time when I put together sites for people, I’ve been working on a universal engine I can use. It is modeled loosely off the MercuryBoard code and, for the most part, has served me pretty well. Recently, I’ve tried to revamp it with more object oriented code, integrating PEAR and [...]



A History of Coding and Computers

« 2 August 2008 | 16:49 | Comuters & Technology, Software, Web Development | No Comments »

Apparently one of the people Aaron works with called him out on his programming and computer use history and he posted his response on his blog. In that blog, he took the liberty of calling out a few of his friends, myself included. I put off responding because my computer crapped out on me again. [...]



Mootools, I Choose You

« 4 July 2008 | 10:00 | Javascript, MooTools, Open Source, Software, Web Development | No Comments »

I’ve always been a “do it yourself” kind of web developer, but after reinventing the wheel time and time again and struggling to make my code work in the various different browsers out there, I’ve come to appreciate that I can save a TON of time through different libraries and toolkits. I’m no Javascript pro [...]



Skirting ISP Torrent Filtering Reset Requests

« 7 June 2008 | 9:24 | Comuters & Technology, Linux, Software | No Comments »

Many ISPs these days employ traffic shaping to make their networks run smoother. In the most basic sense, they give priority to more critical traffic, like VoIP for instance, and slow down less important traffic, like HTTP and Torrents. Lately, many ISPs have been doing their best to slap down any peer-to-peer (p2p) traffic, especially [...]



I’ll Have One of Your Finest Arduinos, Please

« 27 May 2008 | 21:14 | Arduino, Comuters & Technology, Hardware, Linux, Open Source, Software | No Comments »

I’ve seen all kinds of really cool projects that use the fancy new Arduino microcontroller. I’m not the biggest fan of C or C++ (to be honest, I hate them both), but the Wiring model and the Processing environment seems interesting. So much so that I decided over this long weekend that I wanted to [...]



My Foray Into Data Recovery

« 23 March 2008 | 8:59 | Comuters & Technology, Linux, Software | No Comments »

I’ve been growing increasingly concerned with the quality of hard drives being made today. It used to be that a hard drive would last you many years before you’d see a failure out of it. In fact, I still have hard drives that date back to the early 90’s that continue to work to this [...]



Rolling Your Own .deb Package, Getting Secure VPN Tunneling on Ubuntu

« 8 February 2008 | 20:59 | Comuters & Technology, Linux, Software | No Comments »

As you may or may not know, Ubuntu doesn’t include a build environment by default. What this means is that in order to compile program from source, you’ll need to get the build environment on your own. This is simple enough though, as outlined below:
sudo apt-get install build-essential checkinstall
This will install 2 things, the build [...]



Valid XHTML and Opening Links in New Windows

« 16 December 2007 | 16:28 | Javascript, Site News, Software, Web Development | No Comments »

Well, as you can plainly see (assuming you’ve been here before), the site has gotten a facelift. Now that Aaron has his blog up and his looking really nice, I felt compelled to try and jazz up mine a little too. It’s not done, but it’s nicer than it was. I’ll probably add a touch [...]