Archive Page 2

US Stimulus Package: $2588 to Every American

#

The US Government stimulus package of 787 billion US dollars ($787,000,000,000) divided by the US population of 304,059,724 equals to $2,588 for every American.

Signs which some economists currently call showing recovery are actually signs of increasing amounts of money being poured into the economy. The economy will be on its way of recovery only when Americans will have repayed this loan and generated some additional return on this investmentRead more »

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.