What is a Web Developer?

I call myself a “Web Developer”, but to be honest I am not sure what it means… But here is a very clear depiction of what my job entails… For those who don’t understand. Here are a couple of things to notice: – I own a Mac – It’s a trend??? – I have Windows… Continue reading What is a Web Developer?

Published
Categorized as Technology

Date your SHIT

You know whats f***CKING annoying? People who do not date their blog, entries, articles, or tutorials. Along the same line, people who don’t state the Version Number of the source they are sampling. Frustrating. Eh. Rant for the day. Goodnight.

Published
Categorized as Technology

Building a form around tables

This is a problem I have been running into a lot lately since I began using tables for tabular data. Let’s say you have a table of data, but each ROW of data is actually editable ( a form ), like an excel spreadsheet. Basic skeleton: <table> <form> <tr> <td><input></td> <td><input></td> <tr> </form> <form> <tr>… Continue reading Building a form around tables

Published
Categorized as Technology

How to fix strange characters in MySQL database

So, as a result of bad programming, my database got FILLED with strange characters like this: ’ … – “ †‘ These characters are representations of double quotes, single quotes, triple dots, etc… in different encoding formats. I read that his happens when you copy lines from programs like Word, Wordpad, etc… It has… Continue reading How to fix strange characters in MySQL database

HP Compaq Recovery Manager F11

The arrival of the “recovery manager” on new computers is heaven sent. Very often it becomes an extremely good idea to just wipe everything and start brand new (geesh, don’t you we wish we all had “recovery manager” for other aspects of life). But the problem is, many companies are still not embracing or implementing… Continue reading HP Compaq Recovery Manager F11

Published
Categorized as Technology