God, Windows is sloooooow
I am assisting a colleague today check out a rather large feature branch. I showed him the branch address and…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I am assisting a colleague today check out a rather large feature branch. I showed him the branch address and…
I need this quite often so I thought I would put it on my site. Nothing more, nothing less. (Click…
You’ll have no doubt seen: padding: 5px 10px 5px 10px; in a CSS file. Do you ever wonder which of…
I recently switched from Linux Mint back to the old trusty Ubuntu (11.10) One major problem was Unity, but I…
Found this great list of CSS features. https://developer.mozilla.org/en/CSS/CSS_Reference
When using JavaScript, you declare a variable using the var keyword. var myvariable = "a value"; These variables are globally…
When using an inline partial viewscript in my form, I sometimes need access to data. I can accomplish this by…