Wordpress for iphone

Posted in Wordpress on January 28th, 2010 by dreamhost promo codeBe the first to comment

Wordpress for iphone 2.1 is now available on the Apple app store. So convenient to manage your blog right from your phone.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Dreamhost on twitter

Posted in Dreamhost on November 18th, 2009 by dreamhost promo codeBe the first to comment

You can now follow Dreamhost on twitter http://www.twitter.com/dreamhost. Dreamhost also tweets their status updates http://www.twitter.com/dhstatus.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Dreamhost free trial

Posted in Dreamhost on October 27th, 2009 by dreamhost promo codeBe the first to comment

Dreamhost is offering their hosting services for free during a trial period of two weeks when you sign up for one of their hosting plans. You can cancel anytime.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Dreamhost email filters improvement

Posted in Dreamhost on September 20th, 2009 by dreamhost promo codeBe the first to comment

Dreamhost has enhanced their email filters so that now you can filter your emails on email headers. Not only that, now you can also add custom headers to incoming emails.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Dreamhost offering upto $75 in Google AdWords on signup

Posted in Dreamhost on July 18th, 2009 by dreamhost promo codeBe the first to comment

When you sign up for Dreamhost hosting, you will receive upto $75 in Google AdWords credit. You can start using this credit instantly for the search advertising campaign for your website.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Simple trick to speed up your Wordpress blog

Posted in Wordpress on May 21st, 2009 by dreamhost promo code5 Comments

I like Wordpress a lot but the fact is that it is slower than serving static HTML pages. However, there is a very simple trick that can significantly speed up the loading of your wordpress blog. The tip is: “Reduce the number of unnecessary PHP calls”

This means replace the PHP calls in your wordpress theme with static HTML for things like blog title, content-type and the like. In the wordpress panel, go to the theme editor and open header.php

For example, change these lines

  1. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  2. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  3. <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> &amp;raquo; Blog Archive <?php } ?> <?php wp_title(); ?><?php bloginfo(‘description’); ?></title>

so they look something like this

  1. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
  2. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  3. <title>Web Hosting Blog</title>
Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Shrink your CSS

Posted in Programming on May 6th, 2009 by dreamhost promo code2 Comments

I was looking for ways to improve the load time of my website. One of the website optimizations is to reduce the size of CSS files. I came across cleancss. This online tool analyzes your CSS and optimizes it. It also displays the compression ratio after processing. You can either paste your css or just provide a link to the file. The tool lets you choose the amount of compression which is basically a trade-off between readability and size.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

How to get the author’s name to link to author’s website in Wordpress

Posted in Wordpress on May 1st, 2009 by dreamhost promo code6 Comments

There are different types of wordpress themes. Some themes may display the author’s name for the post on the index page of your blog but may not provide a link to the author’s website. There is a very easy fix for that and that is really where the power of wordpress as an amazing blogging platform comes into play.

All you need to do is go to the theme editor in your wordpress blog admin panel. Search for the text

  1. <?php the_author() ?>

in the main index template (index.php file) and replace it with

  1. <?php the_author_link() ?>

It is that simple.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Yahoo to close Geocities later this year

Posted in Web Hosting on April 24th, 2009 by dreamhost promo codeBe the first to comment

Yahoo announced that it will close the Geocities service later this year. Geocities was one of the first to let people create and host their own webpages. Web hosting has come a long way since Geocities went online. Today, with applications like wordpress, you do not need to be a programmer to have your own website. The web hosting cost has become much affordable too.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati

Dreamhost and Amazon CloudFront

Posted in Dreamhost on April 22nd, 2009 by dreamhost promo code1 Comment

Dreamhost is now offering integration with Amazon CloudFront web service. If you are a dreamhost customer with an Amazon CloudFront account, you can use the dreamhost webpanel to manage the content that is delivered to the CloudFront. Dreamhost charges $3.95 a month for this integration service.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati