Are You Ready Upgrade To WordPress 3.1?
As I write this now, WordPress 3.1 stable release has just been released to the public. I have been following this WordPress 3.1 development since beta…
// ARTICLES · GUIDES, NOTES, EXPERIMENTS, LINKS
WordPress, performance, security, AI, browser APIs, and the boring devops in between. Newest first. The old posts are kept for context — they may reflect the tools and versions of their time.
As I write this now, WordPress 3.1 stable release has just been released to the public. I have been following this WordPress 3.1 development since beta…
This glow effect trick with CSS is not a new trick. As an example you can see the glow effect when you mouse hover over any…
In default WordPress comment your visitors need to input their email to leave a comment in your blog. And you can export those emails for whatever…
Google is the largest search engine nowadays. Many internet users, including me and you (probably) use Google in everyday life. But do you know that there…
Sometimes if you are a blog or forum owner you need to make all your text (in URL format) turn into a live URL (clickable) to…
Google Reader recently updated their Google Reader for Android application. This update comes with new interesting features. Like widgets — widgets have long been one of…
Generating a float random value in PHP is a little bit tricky. Both rand() and mt_rand() will return an integer value. But sometimes you need to…
I’m using Google App Engine to cache my static files for a while now. So far, I’m quite happy with my blog performance and using Google…