Archive for the ‘Programming’ Category
A little while back I read about how WordPress was implementing Nonce to help enhance security. What I like about this technique is that it doesn’t rely on referrer checking (which is faulty at best).
Today I implemented that on a project I’m working on, rather similar in style to WordPress. I [...]
Sunday, July 16th, 2006 Posted in Open Source, Programming, Security, Web Development | No Comments »
The UNIX Epoch is 00:00:00 UTC on January 1, 1970. That’s essentially the beginning of time for UNIX based systems. You know, “In the beginning when Ken Thompson and Dennis Ritchie created the /usr and the /etc“1.
I’m curious if anyone has tracked down someone (preferably a geek) who was born on [...]
Tuesday, June 27th, 2006 Posted in Programming, Software | 2 Comments »
I’ve been coding quite a bit the past few days on an old project I’ve had sitting in the vault for some time. I really want to get this thing done soon. In the process I’ve gotten to write things that I’ve never really done before. Nothing quite as fun as a [...]
Sunday, May 28th, 2006 Posted in Accettura Media, Hardware, Programming | 1 Comment »
Since school is done (just waiting for grades, and a piece of paper to make me an official college grad), I’ve been poking on job sites. I’ve also been coding away for a few days now making good progress, on a yet to be announced project.
So things may be a little quiet.
Tuesday, May 16th, 2006 Posted in Personal, Programming | No Comments »
Found this rather interesting:
It’s been known for a while Yahoo is a PHP user, but it’s interesting to see them giving back. Very cool.
Monday, February 27th, 2006 Posted in Internet, Programming, Web Development | No Comments »
I’ve been really busy lately, hence posting is a bit light. I plan to pickup soon. I’ve been working on many things.
On a side note, switching programming languages (Visual Basic .NET, JavaScript, HTML, CSS, PHP, Perl) all in one day can be very confusing at times. I’ve been finding myself mixing up [...]
Wednesday, February 22nd, 2006 Posted in Personal, Programming | No Comments »
You’ve got to be somewhat nerdy for this, but if your reading this, you automatically qualify. Perhaps I’ll add to this list when I’m bored. If I have the time. If someone is so inclined, feel free to do so below.
Santa’s Present List
SQL [Show Styled Code]:
SELECT fName, lName, street, city, state, [...]
Wednesday, December 14th, 2005 Posted in Funny, Programming | 2 Comments »
Before I do a more general release, I want to get a few more technical people to give it a try, so I can get any big issues resolved.
Please email me (using the form) the following info if you wish to participate:
Name
Email
OS
iPod Version
Experience
You will need to be using Thunderbird 1.5. This is rather untested [...]
Saturday, December 10th, 2005 Posted in Apple, Mozilla, Programming | No Comments »
ColdFusion has a problem dealing with XFN. When using ColdFusion client side validation invoked by <cfinput required=”yes” />. ColdFusion should generate JavaScript to validate the form on submission. This typically should be between in the <head /> somewhere. When using the profile attribute of the head tag <head profile=”http://gmpg.org/xfn/11″ > [...]
Saturday, November 5th, 2005 Posted in Programming, Web Development | No Comments »
Woke up this morning, went to my Enterprise Computing class (an amusingly basic programming class I was encouraged to take because it’s VisualBasic .NET), to do this silly problem where using a loop calculate how long it would take to pay for payment making wage per hour:
VB.net [Show Styled Code]:
Private [...]
Thursday, September 29th, 2005 Posted in Programming | No Comments »