Issues Resolved With java.security.AccessControlException

August 9th, 2007 by Andrew Wells

When I first set up the Tomcat 5.5 server on my tinkering box, I can into security issues with getting the dumb programs to connect to the MySQL server - even on localhost. Thanks to the Java community, I found my answer an answer was provided for me.

Read the rest of this entry »

Microsoft’s Attack Against Linux & Open Source

July 6th, 2007 by Andrew Wells

It’s old news that Microsoft is going after GNU/Linux and their users with patent threats, but why? I’m going to review the theories as to why the software giant is making the moves as well as voice my opinion on what’s going to happen.

Read the rest of this entry »

How to Create a Time Lapse Video using FFMPEG

July 5th, 2007 by Andrew Wells

Since I just got my TV tuner card less then a week ago, I have been learning a thing or two on some video file manipulation. Creating a time lapse was something I wanted to create from my storm chasing video, and this was how I did it.

Read the rest of this entry »

Storm Chasing Experience

July 3rd, 2007 by Andrew Wells

My other favorite thing to do besides programming and computers would be watching the weather. Over the last couple seasons, I have gone storm chasing with a couple friends. One of them is studying to be a meteorologist, and we’ve been able to track down and catch storms pretty well. Although we have yet to see a tornado, we have ran into pretty much everything else including high winds, hail, lightning, and very heavy rain.

Read the rest of this entry »

RSS & Atom Feeds Made Easy for Developers

June 25th, 2007 by exporter

In this entry you will find 2 feed templates ready to work on your TinyButStrong website. All you need to to is include these templates, set some variables, and merge the data block.

Read the rest of this entry »

SYI Description Formatter

June 4th, 2007 by Andrew Wells

This tool converts HTML code to a format in which it can be copied into eBay’s new SYI form w/o it messing with the HTML.

I have been avoiding using it as it always screwed up my HTML when I copied it out of an HTML editor, and it wasn’t because I was using code that shouldn’t be there. It was because I was using some inline CSS. Since we are now forced to use it, I have found a solution after some trial and error. I realized it was because I had tabs and extra spaces in the code (I don’t get it either). All I had to do to fix that was take out all the extra white space. If your don’t know how to do this and are having troubles with the new form, try running your html and copy the reformatted code into the description editor. You will hopefully have better luck.

See this tool at: http://www.pr0gr4mm3r.com/syi-format/

The Best Free Software - Webmaster Edition

May 29th, 2007 by Andrew Wells

Being a webmaster for over two years, I have found a wealth of free software such as editors, scripts, etc. to make your coding life easier! I have used all these scripts and programs when designing and maintaining my own websites.

Read the rest of this entry »

The Best Free Software - Windows Edition

May 26th, 2007 by Andrew Wells

Through my years on the Internet & using Windows, I have found tons of useful software that is also free. All of the software in here have been used by me personally. I also recommend checking out The Open CD for more ideas. Enjoy!

Read the rest of this entry »

Don’t Ruin Your Forum Integrity by Over-Moderation

April 16th, 2007 by Andrew Wells

Forums (message boards, etc) can be a great way to promote your company and/or website. As most of us know, forums need moderation to protect it against spammers, trolls, etc. Although moderation is necessary, the forums need to still maintain a level of transparency and integrity. The point of me writing this entry is that I came across a site’s support forums that left me so biased, I decided to stop using this piece of software altogether.

Read the rest of this entry »

How to Stop Spam on a phpBB 2.x.x Board

April 10th, 2007 by Andrew Wells

Is your phpBB board being overridden by spam? Most people may recommend that you go to their support forums and install a couple modifications, but what if they don’t work? The answer to that question is simple. All common solutions will not work. If someone puts out a common solution, the spam bots will adapt to it. Spam bots have adapted to captacha images, email verification, and other common defenses. Fortunately, the answer is simple, all you have to do is be unique. I will give you one tip on how you can do that and keep the spam bots at bay.

Read the rest of this entry »