AJAX Sudoku

VIEW ARTICLE
MARCH 1, 2006

My wife and I are addicted to Sudoku. It's the latest game that everyone is playing nowadays. We've played on numerous sudoku programs, paper, palm and have found the features we like the most. There was one thing missing with all of them... you play by yourself...

New Apple Hardware Arrives - Apple Display & PowerBook G5

VIEW ARTICLE
SEPTEMBER 28, 2005

Ronnie has upgraded his workstation to the Power Mac G5. The machine is speedy with 1.5GB of RAM, Dual 2.3GHz PowerPC G5, and much more. The machine is huge, the liquid cooling is pretty cool as well, since the fans go in slow motion, compared to real computer fans. Overall, nice computer...

Programmers Love Caffeine: But How Much is Too Much?

VIEW ARTICLE
AUGUST 23, 2005

I thought it would be funny to place this under the programming tools section, since we all know caffeine is a programmers life blood. A colleague sent me a link to a blog entry named Death by Caffeine which basically tells you how many cans of Mountain Dew, RedBull, Coke, Coffee and so on would actually kill...

Database Security

VIEW ARTICLE
JULY 20, 2005

I'm sad to say that most programmers still don't give enough attention to security related topics. Rustybrick is concerned with security, and this is a glimpse at our practices and patterns that minimize database security risks, otherwise known as "tainting SQL" or "SQL insertion attacks." Read on to see.

Backup Config for Netopia 2622 Router

VIEW ARTICLE
JULY 20, 2005

We got a new t1 in the office from speakeasy. The router they use is the 2622. I got it unlocked so I can test thing here and prep the office for voip without having to put a 2nd Ethernet port in every office. This 2622 is an amazing piece of work. The technology it uses is so ancient...

RustyBrick Bytes Wins JBA Championship Spring 2005

VIEW ARTICLE
JUNE 30, 2005

It was a long wait, but the

Quality Assurance & Funny Dilbert Cartoon

VIEW ARTICLE
JUNE 1, 2005

This is so funny, at least for me, since we work with this type of stuff. Found at ramapo.edu.

Open Source Web Meeting Software

VIEW ARTICLE
MAY 31, 2005

I'm going to develop an open source web meeting suite. The client will be written in Java and will support both the visual and audio aspects of meetings. This will be similar to how WebEx works...

SpeakEasy T1 Service

VIEW ARTICLE
MAY 11, 2005

We switched before getting

SpeakEasy or Covad

VIEW ARTICLE
APRIL 8, 2005

About two weeks ago my T1 line went down in the office, not a big deal since we have a Cable line as well. But our business cable provider does not offer port 80 traffic, so our client were unable to view the test server for a day, which was an inconvenience...

Zend Platform - A Step Forward

VIEW ARTICLE
MARCH 3, 2005

I was invited to a presentation of the

"Macintosh" Designer Jef Raskin Dies

VIEW ARTICLE
FEBRUARY 28, 2005

Jef Raskin who helped initiate the Human User Interface died from Cancer on Saturday. He was 61. He was one of my computer heros. Thanks for giving us the Macintosh.

Java is Good Too

VIEW ARTICLE
FEBRUARY 25, 2005

I've used Java for almost as long as I've been doing PHP development. Recently, I've been writing a really advanced Java Application that uses all the latest technologies: Swing, Web Services (via GLUE), Java Web Start (JWS) and much much more. It is fun slow work that is very cool...

Poorly Informed Writers Send the Wrong Message

VIEW ARTICLE
FEBRUARY 25, 2005

Today, I read an article entitled, "

Ambient Orb & Employee Project Management Integration

VIEW ARTICLE
FEBRUARY 15, 2005

To show you how geeky we are, or I am, I purchased an Ambient Orb at ThinkGeek.com and set it to glow different colors based on how well the programmers are doing at RustyBrick. So basically, if they are doing well, it might pulse a nice green or blue...

Shortcuts Cut You Back

VIEW ARTICLE
DECEMBER 21, 2004

As most people know, there are two ways to do something:

Long-time DNS Timeout Issues Resolved - Part II

VIEW ARTICLE
DECEMBER 1, 2004

It seemed that I still had issues with the DNS. So I decided to track it down to the source... BIND. For some reason, BIND was taking too long to query addresses not in my DNS server. So all I did was enable the following configuration settings in the named.conf file:

Making web content disappear based on a passed db parameters

VIEW ARTICLE
OCTOBER 15, 2004

I had a task a few days ago where I wanted to make web content appear and disappear depending on some backend DB constraints. So CSS/DHTML was the obvious choice!! By setting "style.visibility " to either 'visible' or 'hidden' you can reveal or hide web content with ease. so off I went and coded............