Category Archives: Programming
Hex Slideshow
This is totally and utterly pointless, but in case someone finds it interesting besides me, here’s a page I like to call “Hex Show”. Hex Show It does have some pretty neat JavaScript, and it’s not too complicated. Feel free … Continue reading
A Website in BASIC
So I’ve gotten a lot done on this website. It feels like I’m hammering nails with my head. What a tool! At least there’s a little bit of information on it out there, but google doesn’t like to actually find … Continue reading
Programming a Website in BASIC
I’ve been given a new job, to program a website in BASIC. I feel like I’ve gone from using a motorized screw driver back to using a manual one by hand. I don’t even know BASIC, but I’m trying to … Continue reading
Crack Project
So I’ve got a 3rd project now. I’m supposed to see if I can break passwords from a computer. This will be used to email them and let them know that they need to change their passwords. It involves cracking, … Continue reading
Server Move
I’ve moved all of my websites to new servers. It’s on the same service provider, but I’m paying less and I have more bandwidth and space. It was a good 4 hours or so to move everything over, but I … Continue reading
Presenter Slowed, Other Work to Continue
There’s just not enough time in my nights. Time in the day is unproductive for me, because I just don’t have the motivation to do it before 5:00. Then I finally get my shows watched and turn off the TV, … Continue reading
A Good Progammer
I found a pretty good article on the signs of a good programmer. I fit a lot of those, except maybe being in a variety of technologies. I pretty much stick to things that have good documentation (such as programming … Continue reading
Linux: Setuid/Setgid
This is good information that all Linux developers should know: setuid/setgid.
Python: Facing the Snake
I’m starting to get back into the learning mode, and the first thing on the TODO list, Python. It’s a lot more impressive than PHP. It’s easier to learn the basics, and yet has so much power from what I’ve … Continue reading
Apache Trick – Rewrite to 404 Not Found
This may be a well known trick, but I couldn’t find it anywhere. If you’re needing to hide certain files using .htaccess, the only way to do so according to the documentation is by using [G] for “410 Gone” or … Continue reading
