Latest Entries

Concatenate Javascript and CSS Files with WP Minify

Minimizing the number of HTTP requests is one of the easiest ways to make your website load significantly faster. WP Minify is a WordPress plugin by Thaya Kareeson that combines all Javascript and CSS files into one respective file.

WP Minfy uses the old trick of modifying the output buffer before it is sent to the user. And until all plugins and themes start using wp_enqueue_script and wp_enqueue_style, this will remain the most reliable method of doing it.

I approve this plugin.

WordPress and Nginx

The fastest WordPress instance I have ever seen — 14 queries in 0.04 seconds, and Pingdom Tools reporting 0.6 seconds load time for the whole frontpage with a default theme. And all of that on a VPS powered by Debian and Nginx web server at deac.eu in Latvia . I’ll be moving soon.

Twitter’s Success

Twitter’s success is people discovering the excitement of publishing.

The 140 character limit and the overall simplicity is exactly what attracts even those who didn’t think they had thoughts and ideas worth publishing. The rest of it is just a stripped down e-mail functionality.

No Font Embedding, Please

The limitations of web design are also its most powerful features, when compared to print. Design is all about finding the best solutions within a specific set of scarce resources.

Fonts are designed to deliver information to the reader in the easiest and fastest way. Aren’t the fonts currently available on various operating systems doing this job well?

Widget Context 0.4.1

There is a new version of Widget Context plugin which is almost a complete rewrite of the plugin with improved performance and added functionality.

For the next version I planing to implement filters that allows developers to add custom context rules.

Proprietary vs. Liberal vs. GNU GPL

This is a response to an article written by Daniel Jalkut, titled Getting Pretty Lonely.

I think there is one critical point that we all should agree on — developers like to be compensated for their work, even those of Open Source and Free Software.

Some assume that GNU GPL makes it almost impossible or at least very hard to earn fair compensation for time invested in developing the software, while “Liberal” licences allow the freedom to determine (and guarantee) the compensation through controlling the distribution.

The reason for this is the current implementation of the competition-driven capitalism which has made the concepts of donation and freedom to compensate completely bizarre in the context of how businesses work these days. Read more »