UPDATES VIA   RSS  |  Email Get updates via feedburner Get updates via twitter
Home / Coding

Posts in 'Coding'

JavaScript: Where do I Find All Properties for All HTML Elements ?

Posted on 08. Jun, 2009 by .

2

You think you’re good at JavaScript? Ok. Here’s a question that’ll test your JavaScript wisdom: How many properties does a DIV element have? Your answer is 5? Because there is the name, id, class, style or title property. Maybe your answer is a little bit more than 5, but would you be surprised if I [...]

Continue Reading

WordPress: Easily Reset Your Account Password Using MySQL and PHP

Posted on 08. Jun, 2009 by .

4

I’ve just forgot my admin password on my local testing blog, and what is worse – my local machine is not configured to send external email. Oh yeah, got to reinstall wordpress again, what a pity. No way! There are two ways of resetting your password using two easy methods. You’ll need basic knowledge of [...]

Continue Reading