Posted on March 4, 2010, 12:56 pm, by Daniel, under
web dev.
Looking for cheap and risk free web design?
Only pay if you like the website!
That’s right: I’ll design a website, and you only have to pay if you like it. How can you refuse? You’ve got nothing to lose: if you don’t like it, you don’t pay, and if you do like it, then you’ve just [...]
Posted on December 20, 2009, 11:08 am, by Daniel, under
web dev.
Well, I have SPF set up on my domains, or thought I did, but I found GMail was giving the error
Received-SPF: softfail (google.com: domain of transitioning X@X.com does not designate X.X.X.X as permitted sender
(my domain and IP removed…)
The problem being, the IP shown was an older IP I used to have and not my [...]
If you have a link to download a file (e.g. a piece of software), you may want to redirect to another page after the user clicks the link, perhaps to gather download statistics or display a message to the user. Setting the window.location in an onclick event for that link does not work, as the [...]