Currently Browsing Web
Can Google’s Adsense bot understand gzipped html pages?
During my experiments with WP-Super-cache, I noticed a strange thing happen to my Adsense ads. A short while after getting gzip compression to work properly, all my ad content had foreign characters and strange seemingly unrelated content. Having changed nothing on my blog except for installing WP-super-cache, I decided to add an additional check to [...]
- Share this:
- Share
Making WP-Super-Cache gzip compression work
I was pretty excited to see an update to WP-Cache. The first thing I noticed is that when I enabled the new super cache compression option, I started getting a file save as dialog instead of my pages. As of the current version of WP-Super-Cache, the readme.txt file states that if you get this, you [...]
- Share this:
- Share
WP Super Cache – The Ultimate WordPress Caching Plugin
I’ve upgraded my old WP-Cache plugin to this one that I found on Digg.com today. From the Digg.com Post: Tired of clicking a link off the Digg front page only to find a crashed or mortally lagged site on the other side? Finally, Donncha (one of the main WordPress developers) has solved the problem once [...]
- Share this:
- Share
The Recommended Tags Plugin
Since I upgraded to WordPress 2.3, The biggest thing I missed about my old Simple Tags Plugin was the auto-completion that happened for tags when I started typing them in on a post. I started missing that so much that I began to think of writing a new plugin. Before beginning on such a task [...]
- Share this:
- Share
Elements of Great Web Design: The Polish
I’m not an expert designer. In fact, most of the time I feel inadequate when it comes to picking colors, layouts, and other features that a designer usually takes care of. All my design has to do with interfaces, classes, schema, and other back end technology that most people can’t see. In the mean time, [...]
- Share this:
- Share
Programming a client for the WHOIS protocol
I have a little task that involves programmatically determining whether DNS servers are set correctly for a domain. Since this project is written in Python, I first set out to see if there were any “whois” clients already available for Python. I eventually found rwhois.py, which is a whois client with recursive ability. I noticed [...]
- Share this:
- Share