Category: code/

Hitting Back after a form was submitted

You just hit the back button and you get this: "DOCUMENT EXPIRED!"  It looks bad and makes you...

John H John H
~1 minute

Post values without submit

There are a few ways to submit a post value without hitting a submit.  Here are some resources...

John H John H
~1 minute

Javascript InnerHTML Table Issues with AJAX

If you need to use Javascript innerHTML to update an element on the page you may run into issues...

John H John H
~1 minute

PHP Sessions and SSL

I may want to make it so that I my php sessions last longer on a project that I'm working on right...

John H John H
~1 minute

My weekend with Ruby

So for some odd reason I decided to take a look at Ruby.  I have a Lynda.com account so I started...

John H John H
~1 minute

handy Mysql functions

AVG () Return the average value of the argument BIT_AND () Return bitwise and BIT_OR ()...

John H John H
5 minutes

PHP $_FILES array: Thoughts

I've been dealing with the Global $_FILES array recently.  It's a bear.  Here are some things to...

John H John H
~1 minute

Projects to Learn Java

As a programmer it is important to keep adding skill sets.  An easy way to do that is to pick up...

John H John H
2 minutes