Blog home Pdf Search engine
HomeWeb designSEOpdf search engineTourSearch

IPv4 time is running IPv6 address of the North American service providers Fengqiang

This year, the United States, Internet service providers to apply for an increasing number of IPv6 addresses, while IPv4 addresses are less and less, this situation is unprecedented, indicating that operators have begun to invest in the future, facing the modern history as the most painful of an economic recession, U.S. companies are finally beginning to march to the next generation IP protocol to prepare. too long, people are constantly predicts the Internet’s main communications protocol when they will upgrade from the current IPv4 standard to the next generation IPv6 This year for the changes in IP addresses that this upgrade will soon expected from North America began.

IPv4 uses 32-bit address, can support the Internet addresses of 43 million individual devices. While IPv6 uses 128-bit address, the device can support a large number of unthinkable: 2 128 th power! Prior to this, some people joked that this figure means that every grain of sand will have a IPv6 network address. In addition, compared with IPv4, and, IPv6 also offers built-in security and enhanced network management capabilities. but more importantly – is expected by 2012, IPv4 addresses space will be exhausted.

In 2009 the first 9 months, the United States Internet Numbers Authority Registry (ARIN) has been received from the operator, where 300 applications for IPv6 address space. By comparison, in 2008 and 2007, the year received only 250 applications.

“We see the demand for IPv6 address space a sudden rise in the rate of growth is very important,” ARIN President and CEO John Curran said, “We also see that the requirements of the IPv4 address space will probably have a slightly slower … … a rate of 10% or 20% of the rate of annual decline. “Curran said ARIN are beginning to see Comcast and Verizon Wireless for example, such a large ISP who are actively into IPv4-based network set up to use IPv6 built into the network migration in.

“ISP they are requesting IPv6 addresses to make their networks to enable IPv6, prepare for the future,” Curran said, “we provide enough for each ISP’s IPv6 address, able to support 4 billion network, each network has can have hundreds of millions of hosts. “Curran said that the economic recession did not hinder the operator’s interest in IPv6.

“IPv6 has not yet occurred ahead of schedule to resolve the problem (IPv4 address exhaustion). Accordingly, when you see we are very pleasantly surprised when demand increases, which means that they are planning for future business,” Curran said, “the current economic recession, and no significant inhibit demand for IPv6, because IPv6 is the ISP have the right choice. as we approach IPv4 address depletion may be only two years, but for an ISP, it’s enough to two years, the network deployed, two years to allow anyone Enjoy the make good planning. ”

ARIN will be held in Dearborn, Michigan this week’s policy meeting of the North American IPv6 addresses demand for a detailed description of the latest statistical data. ARIN will also be at the meeting on a number of the IPv4 address depletion and how to promote policy changes to accelerate the adoption of IPv6 discussions. These initiatives include:

* Allow ARIN to reduce the size of the IPv4 address space allocation, reduce the depletion of IPv4 addresses is getting closer and pressure.

* IPv6 address space will get easier the process of the abolition of operators will need to first prove that they have hundreds of clients limits.

* Allows operators to run multiple separate IPv6 network, without as interconnected as the community network.

• The need to include the ARIN registration bodies such as the regional average split recoverable IPv4 space to reconsider the current strategy.

In fact, China is also IPv6 in the construction of the situation is quite grim. As we all know, due to historical reasons, China’s IPv4 address allocation of the very few .2008 year in September, CNNIC (China Internet Network Information Center) said that under the current IPv4 address resources assigned speed left more than 830 days, when such measures are not taken in 2010, the new Internet users will not work online. but as of 2008, China’s IPv6 address of the number living in the world was only 16, with the world in terms of national gap is still large, only Germany, 1 / 330.

In April 2009, Internet Society of China announced that, following several years of efforts, China has built the world’s largest IPv6 next-generation backbone network, and the Chinese government is planning to further increase its efforts to promote commercial IPv6 trial .2009 6 month, led by Chinese companies for site and network service providers to start IPv6 service authentication. We look forward to China’s IPv6 early access to the fast lane!

CentOS 5.4 released

CentOS Linux is GPL according to a specification, and the use of RedHat Enterprise Linux (RHEL) source code (source code) to re-build (compile) the Linux version.
CentOS and RHEL to provide almost 100 percent of the Binary file compatibility, the same version (Release) and maintenance (Maintainence) updated. And RedHat Enterprise Linux (RHEL) The difference is that, CentOS according to the norms GPL, remove the RedHat brand and image.
Download

jQuery Tools: The missing UI library for the Web

jQuery Tools is a collection of the most important user interface components for the web. These are tabs, accordions, tooltips, overlays and scrollables. They can dramatically improve the usability and responsiveness of your site. They mainly focus on presenting information and visual appeal. After all, this is exactly what most websites desperately want: to present their content to the reader in an easy and visually pleasing manner.

 jquery-tools

Other JavaScript UI libraries focus on desktop-like features such as drag-and-drop, sliders, sortable tables or draggable windows. They are meant to build “rich internet applications” (RIAs) such as email clients, task managers, image organizers or feed viewers. Websites are not desktop applications. They are different.

The most exiting fact about this library is that it is a single JavaScript file weighs only 5.59 Kb! This file can be included on your pages from free Content Delivery Network (CDN) so that it will be loaded to your customers fast no matter where they are on the globe. (more…)

How to Create a Minimalist and Typographic Blog Layout From Scratch

lead_image
Typography is probably one the most important and powerful design element ever, so I created this WordPress theme with minimalism and typography in mind. Today, you will learn how to create this minimalist theme scratch including XHTML, CSS and WordPress. Please keep in mind that this theme doesn’t have all the bells and whistles you may find in a magazine or premium theme, it was created for the purpose of this tutorial. You can of course use it as a starting point for your own theme or customize it to fit your site. Let’s get started!

The Plan

There are some basic design decisions I made when I created this theme. First of all, I wanted to have a centered layout with a main content area of around 600px and a sidebar of around 300px on the right, so I went with a 960px total width. This type of layout is pretty common, but it’ll be perfect for this tutorial. I also wanted to create a WordPress theme that would have strong typography and not use any images, not even as background images. Here it is, you can view the demo right here!

What We’ll Need

Before we start writing any markup or CSS, let’s see what files we will need. Here is the basic layout below:

wireframing
We will need the following files:

  • index.php – This file will hold everything together, it is our main index file
  • header.php – in this file we’ll have the blog title and navigation menu, it’ll be included at the top of every page
  • single.php – this is to display a single blog post, similar to the index.php except it has only 1 post and has a comment section
  • page.php – this file is for the pages (which are linked to from the navigation menu)
  • comments.php – this is the comment section, this file is included in the single.php
  • sidebar.php – this file is for the sidebar on the right. it will be included on every page
  • footer.php – obviously the footer will go at the bottom of every page
  • archive.php – this is the monthly and yearly archives template
  • search.php – this is the template for the search results page
  • functions.php – we’ll use this file to make our sidebar ‘widget ready’
  • style.css – this is our stylesheet, we’ll write all of our CSS in here

You don’t need to create all of those files right away (though you can of course), we’ll get there very soon.

The Structure Of Our Main Document

When creating a new WordPress theme I always start with the homepage since all the other pages will be very similar. Let’s write some markup! First of all, we’ll need to declare a DOCTYPE, then insert the WordPress template tags for the title usingconditional tags (I’ll explain that in a minute), and the link to our stylesheet, and set default rss feed url and then we’ll place the pingback tag and the wp_head tag. Then we’ll create our header div and write the code for our H1 and H2 tags and create an unordered list for our navigation menu.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title>
 <?php if ( is_home() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;<?php bloginfo('description'); ?><?php } ?>
 <?php if ( is_search() ) { ?>Search Results: <?php the_search_query(); ?>&nbsp;|&nbsp;<?php bloginfo('name'); ?><?php } ?>
 <?php if ( is_author() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Author Archives<?php } ?>
 <?php if ( is_single() ) { ?><?php wp_title(''); ?>&nbsp;|&nbsp;<?php bloginfo('name'); ?><?php } ?>
 <?php if ( is_page() ) { ?><?php wp_title(''); ?>&nbsp;|&nbsp;<?php bloginfo('name'); ?><?php } ?>
 <?php if ( is_category() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>
 <?php if ( is_month() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time('F'); ?><?php } ?>
 <?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?php  single_tag_title("", true); } } ?>
</title>

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feed/" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>

<?php wp_head(); ?>
</head>
<body>
<div id="header">
 <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
 <h2><?php bloginfo('description'); ?></h2>

 <ul>
 <li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">Home</a></li>
 <?php wp_list_pages('depth=1&title_li='); ?>
 <li><a href="<?php bloginfo('rss2_url'); ?>">RSS Feed</a></li>
 </ul>
</div>

The php if statements in the title section of the above code will tell WordPress to display a different page title depending on what page the user is on. For example, the code above says: if I’m on the homepage then display the blog name and description. If I’m on the search results page display the search query terms as the page title followed by the blog name. And so on… those conditional tags basically tell WordPress to do something only if a condition is met, and if it isn’t, display something else. When we’re done with the header section we’ll go and write the markup for our main content area, sidebar and footer. We’ll start with a container div which will hold all of our main content and sidebar, then the post div will hold our content area and then the sidebar div will contain all of our sidebar. Of course the footer div will hold our copyright notice and credits.


<div id="container">
<?php if(have_posts()): ?><?php while(have_posts()):the_post(); ?>
<div>
<div>
<div><?php the_time ('j'); ?></div>
<div><?php the_time ('M'); ?></div>
</div>

<div>Posted by <?php the_author(); ?> &#187; <a href="<?php the_permalink() ?>#comments"><?php comments_number('Add Comment &#187;','1 Comment &#187;','% Comments &#187;'); ?></a></div>
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<?php the_content("[Read more &rarr;]"); ?>
</div>

<div>
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar()) : else : ?>
<a href="<?php bloginfo('rss2_url'); ?>">Grab The RSS Feed Here</a>
<?php endif; ?>
</ul>
</div>

<?php endwhile; ?>
<?php else: ?>
<?php endif; ?>
<div style="clear:both;"></div>
<div><?php posts_nav_link(); ?></div>
</div>

<div id="footer">
<p><?php bloginfo('name'); ?> is powered by <a href="http://wordpress.org/">WordPress</a> - Design and code by <a href="http://spyrestudios.com/">Jon Phillips</a> and <a href="http://www.cartridgesave.co.uk/news/">Creative Cloud</a></p>
</div>

</body>
</html>

Now, before we put all that code in one of our PHP files, we’ll need to break it down into sections and use PHP includes. The index.php, since it’s our main file, will hold the header.php, sidebar.php and footer.php. WordPress already has template tags to do that so we won’t need to use ‘real’ PHP includes and we’ll use the WP template tags instead. First of all we’ll need to create the following files:

  • header.php
  • index.php
  • sidebar.php
  • footer.php

Let’s grab all of the code for the header section and paste it in our header.php. That’s from the DOCTYPE to right before the body tag (see code for the header section above) Then we’ll grab the code for our sidebar. This is simply our sidebar div, you can refer to the code snippets above to copy-paste it. Paste this code in the sidebar.php file. Next up we’ll do the footer. The footer.php file will include the footer div and the closing body and html tags. Now we should have code in our header.php, sidebar.php and footer.php files. All we need to do now is paste the rest of the code in the index.php, but don’t forget we’ll need to tell the index.php file to look for our 3 other files. Have a look at the code below:


<<?php get_header(); ?>
<div id="container">
 <?php if(have_posts()): ?><?php while(have_posts()):the_post(); ?>
 <div>
 <div>
 <div><?php the_time ('j'); ?></div>
 <div><?php the_time ('M'); ?></div>
 </div>
 <div>Posted by <?php the_author(); ?> &#187; <a href="<?php the_permalink() ?>#comments"><?php comments_number('Add Comment &#187;','1 Comment &#187;','% Comments &#187;'); ?></a></div>
 <h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
 <?php the_content("[Read more &rarr;]"); ?>
 </div>
 <?php get_sidebar(); ?>

<?php endwhile; ?>
<?php else: ?>
<?php endif; ?>
<div style="clear:both;"></div>
<div><?php posts_nav_link(); ?></div>
</div>
<?php get_footer() ?>

It looks very similar to what we had before, right? Only this time, we stripped our document from the header, sidebar and footer sections and put those in separate files. We need to include those 3 files in our index.php. To do that we use the 3 following template tags (they’re pretty much the same as PHP includes):


<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

It’s pretty obvious what these code snippets do, don’t you think? The get_header one will insert our header.php file in the index.php, and get_sidebar and get_footer will do the same but for the sidebar.php and footer.php. Now we have a somewhat functional WordPress theme. We’re not done yet though! We need to create our other PHP files and then start writing our CSS.

Other WordPress Theme Files

We have a homepage, but what about the single posts, the pages, the archives, search results, etc…? Let’s create the following files now:

  • page.php
  • archive.php
  • search.php
  • single.php

Those files are very similar to our index.php, in fact we’ll use our index.php as a base for those 4 other files. Grab your index file and duplicate it 4 times and then rename the files to the file names above. Open up the page.php (which is identical to the index.php right now) and edit it to remove the date, author name, comments number and post nav. We won’t need those since pages are more static than posts and index pages.

<?php get_header(); ?>
<div id="container">
 <?php if(have_posts()): ?><?php while(have_posts()):the_post(); ?>
 <div>
 <h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
 <?php the_content("[Read more &rarr;]"); ?>

 </div>
 <?php get_sidebar(); ?>

<?php endwhile; ?>
<?php else: ?>
<?php endif; ?>
</div>
<?php get_footer() ?>

For the archive and search results pages, we’ll take the index.php as a starting point since they’re very similar. For the archive.php file all we’ll need to do is add a message that tells the users what archive page they’re on. Look for:

<?php if(have_posts()): ?><?php while(have_posts()):the_post(); ?>

And replace it with:

<?php if (have_posts()) : ?>

 <?php $post = $posts[0]; ?>
 <?php if (is_category()) { ?>
 <h4>Archive for the &#8216;<?php single_cat_title(); ?>&#8217; Category</h4>
 <?php } elseif( is_tag() ) { ?>
 <h4>Posts Tagged &#8216;<?php single_tag_title(); ?>&#8217;</h4>
 <?php } elseif (is_day()) { ?>
 <h4>Archives for <?php the_time('F jS, Y'); ?></h4>
 <?php } elseif (is_month()) { ?>
 <h4>Archives for <?php the_time('F, Y'); ?></h4>
 <?php } elseif (is_year()) { ?>
 <h4>Archives for <?php the_time('Y'); ?></h4>
 <?php } elseif (is_author()) { ?>
 <h4><?php _e('[:en]Author Archive[:fr]Archive Par Auteur'); ?></h4>
 <?php } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
 <h4>Blog Archives</h4>
 <?php } ?>

<?php while (have_posts()) : the_post(); ?>

This will tell WordPress to display a slightly different message depending on what page the user is on. For the search.php file we’ll do almost the same thing. Open up your search.php file and place this code instead:

<h4>Here&#39;s everything we could find about: "<em><?php the_search_query(); ?></em>"</h4>
 <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>

As for the single.php file, the big difference is we'll need to include our comment section. Let's add it right after the the_content tag, like this:

<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
 <?php the_content("[Read more &rarr;]"); ?>
 <div>
 <?php comments_template(); ?>
 </div>

Now we’ll need to create our comment section. On to the next step!

The Comment Section

comment

The comments.php file is a bit more complex then the other files we did so far. Here is the complete code:

<?php
 if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
 die ('Please do not load this page directly. Thanks!');
 if (!empty($post->post_password)) {
 if ($_COOKIE['wp-postpass_'.$cookiehash] != $post->post_password) {
 ?>
 <p><?php _e("This post is password protected. Enter the password to view comments."); ?><p>
 <?php
 return;
 }
 }
 $oddcomment = "alt";
?>
<!-- You can start editing here. -->
<h3>There's <em><?php comments_number('0 Comment','1 Comment','% Comments'); ?></em> So Far</h3>

<a name="comments"></a>
<?php if ($comments) : ?>

<ul>
 <?php foreach ($comments as $comment) : ?>
 <?php $comment_type = get_comment_type(); ?>
 <?php if($comment_type == 'comment') { ?>
 <li id="comment-<?php comment_ID() ?>"><a name="comment-<?php comment_ID() ?>"></a>

 <span><?php comment_author_link() ?></span><br/>
 <span><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></span>
 <div>
 <?php comment_text() ?>
 </div>
 </li>
 <?php /* Changes every other comment to a different class */
 if ('alt' == $oddcomment) $oddcomment = '';
 else $oddcomment = 'alt';
 ?>
 <?php } else { $trackback = true; } /* End of is_comment statement */ ?>
 <?php endforeach; /* end for each comment */ ?>
</ul>
<?php if ($trackback == true) { ?>
<h3>Who Linked To This Post?</h3>
<ol>
 <?php foreach ($comments as $comment) : ?>
 <?php $comment_type = get_comment_type(); ?>
 <?php if($comment_type != 'comment') { ?>
 <li><?php comment_author_link() ?></li>
 <?php } ?>
 <?php endforeach; ?>
</ol>
<?php } ?>
<?php else : // this is displayed if there are no comments so far ?>
<?php if ('open' == $post-> comment_status) : ?>
 <!-- If comments are open, but there are no comments. -->
 <?php else : // comments are closed ?>
 <!-- If comments are closed. -->
 <p>Comments are closed on this post.</p>
 <?php endif; ?>
<?php endif; ?>
<?php if ('open' == $post-> comment_status) : ?>

<h3>Share your thoughts&#44; leave a comment&#33;</h3>

<form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="comment_form">

<?php if ( $user_ID ) : ?>

 <p>You are currently logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account"">Logout &raquo;</a></p>
 <?php else : ?>

 <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" tabindex="1" /><label for="author">Name (required)</label></p>
 <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" tabindex="2" /><label for="email">Email (required)</label></p>
 <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" tabindex="3" /><label for="url">Website URL</label></p>

<?php endif; ?>
<p><textarea name="comment" id="comment" rows="8" cols="10" tabindex="4"></textarea></p>
 <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /><input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />    </p>
</form>
<?php // if you delete this the sky will fall on your head
endif; ?>

What you need to know is that the comments and trackbacks are not going to be mixed and the we’re not using gravatars (remember, no images for this theme).

Let’s Widgetize The Sidebar

To make the sidebar ‘widget ready’ we’ll need to create a function.php file. You can create this file now. To tell WordPress that we want to use widgets in our sidebar we’ll put this code:

<?php
if ( function_exists('register_sidebar') )
 register_sidebar();?>

Let’s Not Forget About Our 404 Page

Last but not least, we need to create a 404.php for when people try to access something that isn’t available. We don’t want them to see a default server message or a blank page, do we? Paste the following code in your new 404.php file:

<?php get_header(); ?>
 <div id="container">
 <div>
 <h2>Oops&#133; 404&#133; </h2>
 <p>It looks like you tried to access a page that isn't here anymore. It's either you that did something wrong, or it's us. Either way, let's not waste any more time on this page since there's nothing more to see here.</p>
 </div>
 </div>
<?php get_sidebar(); ?>
</div>
<?php get_footer() ?>

On To The Fun Part – CSS

Now we should have a fully functional WordPress theme. The only problem is that it’s really ugly. To fix this we’ll create a style.css. Remember that we linked to this file in our header.php. At the very top of our style.css file we’ll define the theme name, author, url, version and additional infos.

/******
Theme Name: Simple Type
Version: v.1
Description: Clean and simple WordPress theme, easily customizable, CSS Valid with a focus on typography.
Author: Jon Phillips
Author URI: http://spyrestudios.com
Theme URI: http://1stwebdesigner.com
*****/

Now we can start writing our CSS. I already gave classes and ids to our divs, paragraphs and other elements. Here is the CSS in it’s entirety:

html {
 border-top: 4px solid #000000;;
 margin:0;
 padding:0;
}

body {
 background: #ffffff;
 width: 960px;
 color:#333;
 line-height: 24px;
 font-size: 16px;
 font-family: Georgia, 'Times New Roman', Times, serif;
 margin: 0 auto;
 padding: 15px 0;
}

#container {
 width: 960px;
 margin: 0;
 padding: 0 0 40px 0;
}

a {
 text-decoration: underline;
 color: #000000;
}

a:visited {
 text-decoration: underline;
 color: #555555;
}

a:hover, a:active {
 color: #1C1D16;
 text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
 margin: 5px 0 10px;
 padding: 0;
 line-height: 1.8em;
}

#container h4.archives{
 font-weight: normal;
 margin: 0 0 10px 0;
 padding: 0 15px 15px 15px;
 background: #eeeeee;
 border: 1px solid #cccccc;
 width: 928px;
}

ul, ol {
 color: #555555;
 margin: 12px;
 padding: 8px;
}

blockquote, pre {
 font-style: italic;
 font-size: 14px;
 background-color: #eeeeee;
 border-right: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 padding: 20px;
 line-height: 20px;
 margin: 10px 25px;
}

ins {
 text-decoration: none;
 font-weight: bold;
 color: #555555;
}

del {
 color: #555555;
}

abbr, acronym {
 cursor: help;
}

p img {
 padding: 0;
 max-width: 100%;
}

img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

img.alignright {
 padding: 5px;
 margin: 0 0 15px 15px;
 display: inline;
}

img.alignleft {
 padding: 5px;
 margin: 0 15px 15px 0;
 display: inline;
}

.alignright {
 float: right;
}

.alignleft {
 float: left;
}

/**--Header--**/

#header {
 width: 960px;
 margin: 15px 0 10px;
 padding: 0;
}

#header h1 {
 text-transform: uppercase;
 margin: 0;
 font-size: 48px;
 font-weight: 400;
 color: #000000;
 padding: 15px 0 0 0;
 line-height: 50px;
}

#header h1 a {
 color: #000000;
 text-decoration:none;
}

#header h1 a:hover {
 color: #676767;
 text-decoration:none;
}

#header h1 a:visited {
 color: #21211f;
 text-decoration:none;
}

#header h2 {
 font-style: italic;
 font-family: baskerville, palatino, 'times new roman', georgia, serif;
 font-size: 18px;
 padding: 2px 0 20px 0;
 margin: 0;
 color: #888888;
}

/**--Content--**/

.post {
 width: 600px;
 float: left;
 padding: 0;
 margin: 0 0 40px 0;
 border-bottom: 1px dashed #cccccc;
}

.post a {
 text-decoration: none;
 color: #000000;
 border-bottom: 1px solid #f60;
}

.post a:visited {
 background: #eeeeee;
 text-decoration: none;
 color: #555555;
 border-bottom: 1px solid #dddddd;
}

.post a:hover {
 background: #eeeeee;
 color: #333333;
 text-decoration: none;
 border-bottom: 1px solid #000;
}

.post a:active {
 background: #cccccc;
 color: #1C1D16;
 text-decoration: none;
 border-bottom: 1px solid #f60;
}

.post h2 {
 font-size: 38px;
 font-weight: 500;
 line-height: 48px;
 padding: 5px 0 15px 0;
 margin: 0;
}

.post h2 a {
 background: none;
 border: none;
 text-decoration: none;
 color: #000000;
}

.post h2 a:hover {
 background: none;
 border: none;
 text-decoration: none;
 color: #444444;
}

.post h2 a:visited:hover {
 background: none;
 border: none;
 text-decoration: none;
 color: #555555;
}

.post h2 a:visited {
 background: none;
 border: none;
 text-decoration: none;
 color: #222222;
}

.post img.left {
 padding: 6px;
 margin: 10px 10px 10px 0;
 border: none;
 float: left;
 clear: left;
}

.post img.right {
 padding: 6px;
 margin: 10px 0 10px 10px;
 border: none;
 float: right;
 clear: right;
}

.post img.center {
 display: block;
 padding: 8px;
 margin: 0 auto 10px auto;
 border: none;
 float: none;
 clear: both;
}

.post img.frame {
 padding: 6px;
 margin: 10px 0 10px 10px;
 border: 1px solid #CCC;
 background: #EEE;
 float: right;
 clear: right;
}

.post img.stack {
 clear: none !important;
}

.postinfo {
 text-transform: uppercase;
 font-family: verdana, helvetica, arial, sans-serif;
 color: #cccccc;
 font-size: 13px;
 letter-spacing: -1px;
 margin:0;
 padding: 0;
}

.postinfo a, .postinfo a:visited{
 border: none;
 text-decoration: none;
 text-transform: uppercase;
 font-family: verdana, helvetica, arial, sans-serif;
 color: #cccccc;
 font-size: 13px;
 margin:0;
 padding: 0;
}

.postinfo a:hover, .postinfo a:visited:hover{
 text-decoration: none;
 border: none;
 text-transform: uppercase;
 font-family: verdana, helvetica, arial, sans-serif;
 color: #aaaaaa;
 font-size: 13px;
 margin:0;
 padding: 0;
}

.date_cal {
 text-align:center;
 float: left;
 font-family: georgia, serif;
 color: #dddddd;
 font-size: 20px;
 margin:0;
 padding: 10px 20px 3px 0;
}

.date {
 font-family:georgia, serif;
 font-weight:700;
 color:#dddddd;
 font-size: 50px;
 margin:0;
 padding:0 0 3px 0;
}

.month {
 font-style: italic;
 font-family:georgia, serif;
 color:#dddddd;
 font-size: 28px;
 margin:0;
 padding:0;
}

/**--Navigation--**/

ul.menu{
 clear: both;
 text-decoration: none;
 float: left;
 width: 940px;
 font-family: Verdana, Helvetica, Arial, Sans-Serif;
 background: #000000;
 padding: 10px;
 margin: 0 0 40px 0;
}

ul.menu li {
 display: inline;
 text-transform: uppercase;
 padding: 10px;
 margin: 0;
 font-size: 13px;
}

ul.menu li a, ul.menu li a:visited {
 text-decoration: none;
 padding: 0;
 margin: 0;
 color: #cccccc;
 font-size: 13px;
}

ul.menu li a:hover, ul.menu li a:visited:hover {
 text-decoration: none;
 padding: 0;
 margin: 0;
 color: #ffffff;
 border-bottom: 1px solid #f60;
 font-size: 13px;
}

ul.menu li a:active {
 text-decoration: none;
 padding: 0;
 margin: 0;
 color: #ffffff;
 border-bottom: 1px solid #ffffff;
 font-size: 13px;
}

ul.menu li a:visited:active {
 text-decoration: none;
 padding: 0;
 margin: 0;
 color: #ffffff;
 border-bottom: 1px solid #ffffff;
 font-size: 13px;
}

ul.menu li.current_page_item a {
 text-decoration: none;
 padding: 0;
 margin: 0;
 color: #ffffff;
 border-bottom: 1px solid #f60;
 font-size: 13px;
}

ul.menu li.current_page_item a:hover {
 text-decoration: none;
 padding: 0;
 margin: 0;
 color: #cccccc;
 border-bottom: 1px solid #f60;
 font-size: 13px;
}

/**--Sidebar--**/

.sidebar {
 float: right;
 font-size: 13px;
 width: 300px;
 margin: 0;
 padding: 0 0 0 60px;
}

.sidebar h2 {
 font-size: 14px;
 font-weight: 500;
 font-family: verdana, helvetica, arial, sans-serif;
 letter-spacing: -1px;
 text-transform: uppercase;
 color: #444444;
 margin: 0 0 8px 0;
 padding: 5px 0;
 border-top: 1px dashed #999999;
 border-bottom: 1px dashed #999999;
}

.sidebar ul {
 padding: 0;
 list-style-type: none;
 margin: 0px 0px 30px 0px;
}

.sidebar ul li {
 text-decoration: none;
 margin: 0;
 padding: 0 0 5px 0;
 color: #555555;
}

.sidebar ul li a {
 color: #000000;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

.sidebar ul li a:visited {
 color: #777777;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

.sidebar ul li a:hover, .sidebar ul li a:visited:hover {
 color: #444444;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

#searchform {
 color: #444444;
 text-decoration: none;
 padding: 0;
 margin: 5px 0 30px 0;
}

/**--Footer--**/

#footer {
 clear: both;
 color: #555555;
 padding: 20px 0;
 text-align: center;
 margin: 40px 0 20px 0;
 border-top: 1px dashed #888888;
}

#footer p {
 margin: 0;
 padding: 0 10px 10px;
}

#footer a:link, #footer a:visited {
 color: #999999;
}

#footer a:hover, #footer a:active {
 color: #000;
}

/* Comment Section */

.comments h3{
 line-height:22px;
 border-top: 1px dashed #cccccc;
 color:#000;
 font-size: 20px;
 margin: 20px 0 0 0;
 padding: 20px 0 0 0;
}

p.num_comments {
 margin-bottom:0;
 line-height:22px;
 float:left;
}

#comment_form {
 width:450px;
 float:left;
 padding:10px 0;
}

#comment_form p {
 margin-bottom:0;
 padding:6px 0;
}

#comment_form label {
 color:#7f7f7f;
 padding-left:5px;
 font-size:12px;
}

#comment_form .text_input {
 width: 275px;
 background:#eee;
 border:1px solid #ccc;
 font:normal 14px helvetica, verdana, arial, sans-serif;
 padding:10px;
}

#comment_form .text_area {
 width: 578px;
 color:#21211f;
 background:#eee;
 border:1px solid #ccc;
 font:normal 14px helvetica, verdana, arial, sans-serif;
 padding:10px;
}

.comments {
 width: 600px;
 font-size:13px;
 line-height:22px;
 color:#21211f;
 float:left;
 clear:both;
 padding: 30px 0 0 0;
}

ul.comment_list {
 list-style:none;
 float:left;
 margin: 40px 0 20px 0;
 padding:0;
}

ul.comment_list li {
 width: 598px;
 background:#fff;
 border-bottom:1px solid #ddd;
 margin:0 0 8px;
 padding:20px 0 5px;
}

ul.comment_list li.author_comment {
 font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-Serif;
 width: 598px;
 background:#ccc;
 margin:0 0 6px;
 padding:20px 0 5px;
}

.author_comment .comment_intro a {
 font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-Serif;
 color:#21211f;
}

.comment_author {
 font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-Serif;
 font-size:14px;
 font-weight:400;
 color:#000;
 margin:0;
 padding:0;
}

.comment_author a:hover {
 text-decoration:none;
 font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-Serif;
 font-size:14px;
 color:#333;
 margin:0;
}

.comment_meta {
 text-transform:uppercase;
 font-family: helvetica, arial, verdana, sans-serif;
 color:#555;
 font-size:10px;
 margin:0;
 padding:0;
}

.comments_entry {
 line-height:23px;
 margin:0 0 20px;
 padding:0 20px 20px 20px;
}

.comments_entry ul,.comments_entry ol {
 color:#000;
 border:none;
 margin:0;
 padding:0;
}

.comments_entry ul {
 list-style-type:none;
}

.comments_entry li {
 width: 600px;
 border:none;
 padding:3px 0 0;
}

.comments_entry ul li ul,.comments_entry ul li ol,.comments_entry ol li ul,.comments_entry ol li ol {
 margin:0;
}

#comment_form .submit {
 color:#fff;
 border: 1px solid #21211f;
 background: #AE684E;
 margin-top: -25px;
 margin-bottom: 15px;
 font-size:12px;
 font-weight: 400;
 font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
 padding: 5px;
}

#comment_form .text_input:hover,#comment_form .text_area:hover {
 border:1px solid #bbb;
 background:#ddd;
}

.author_comment .comment_intro,.author_comment .comment_intro a:hover {
 font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-Serif;
 color:#000;
}

The Typography

I used Georgia as the primary typeface. I’ve always loved Georgia, I think it’s a very stylish font that is well suited for body content and headings. I also used Baskerville for the blog’s tagline and Verdana for the headings in the sidebar and a couple other elements. This WordPress doesn’t use any images, spatial sense and good use of whitespace is essential to make this kind of design. It’s clean, minimalist and definitely not cluttered – at least I like to think so. :)

Demo And Download

The Simple Type WordPress theme is available as a free download and a Demo is also available. I hope you liked this tutorial! Feel free to download and use this theme for your projects and also feel free to customize it for your needs.

Download working theme here

76 Dirty, Extreme And Creative Free Grunge Fonts

Grunge, dirty, fancy typography and artworks are very popular design trend in our days, so I wanted to showcase here most popular and professionally executed fonts in my opinion. Unleash your dirty side and create some fresh design mixing font size, color, textures together – try something new if you haven’t done it yet!

Such fonts as these are often used in music band logos or cover designs, but I am sure you will think of your own unique approach in logo, web or graphic design! Enjoy!

1. Killed DJ

killed-dj-free-grunge-fonts-01
2. Grunge Serifia Font OTF by SynergyDigital

ginga-free-grunge-fonts-17
3. Karabine

karabine-free-grunge-fonts-03
4. Marcelle

marcelle-free-grunge-fonts-04
5. Bleeding Cowboys
bleeding-cowboys-free-grunge-fonts-05

6. Bandana

bandana-free-grunge-fonts-06
7. Pulse Sans Virgin

pulse-free-grunge-fonts-07
8. Loserboi Grunge

loserboi-free-grunge-fonts-08
9. Docteur Atomic

docteur-atomic-free-grunge-fonts-09
11. The King & Queen font

king-and-queen-free-grunge-fonts-11
12. Everyday Ghost

everyday-ghost-free-grunge-fonts

13. Abusive Pencil

abusive-pencil-free-grunge-fonts

14. Times New Yorker

times-new-yorker-free-grunge-fonts

15. Soul Mission

soul-mission-free-grunge-fonts

16. Inked God

inked-god-free-grunge-fonts

17. Ginga

ginga-free-grunge-fonts

18. Ascent 2 Stardom

ascent-free-grunge-fonts

19. Chicago House

chicago-house-free-grunge-fonts

20. Black Oak

black-oak-free-grunge-fonts

21. VTKS Scrubbled

vtks-scrubbed-free-grunge-fonts

22. Charles S.

charles-s-free-grunge-fonts

23. 28 Days Later

28-days-later-free-grunge-fonts

24. Angelic War

angelic-war-free-grunge-fonts

25. Capture IT

capture-it-free-grunge-fonts

26. Dirt2 SoulStalker

dirt-soulstalker-free-grunge-fonts

27. Trashco

trashco-free-grunge-fonts

28. Hawaii Lover

hawaii-lover-free-grunge-fonts

29. Broken Ghost

broken-ghost-free-grunge-fonts

30. Laundromat 1967

laundromat-1967-free-grunge-fonts

31. The Last Soundtrack

the-last-soundtrack-free-grunge-fonts

32. Aenima

aenima-free-grunge-fonts

33. Alias

alias-free-grunge-fonts

34. Dirty and Classic

dirty-and-classic-free-grunge-fonts

35. Rough Linen

rough-linen-free-grunge-fonts

36. Epoxy History

epoxy-history-free-grunge-fonts

37. Defused

defused-free-grunge-fonts

38. Dirty Ames

dirty-ames-free-grunge-fonts

39. Desperado

desperado-free-grunge-fonts

40. Idiot

idiot-free-grunge-fonts

41. SideWalk

side-walk-free-grunge-fonts

42. Birth of a Hero

birth-of-hero-free-grunge-fonts

43. BlackCasper

black-casper-free-grunge-fonts

44. Northwood High

northwood-high-free-grunge-fonts

45. Cheap Stealer

cheap-stealer-free-grunge-fonts

46. Cocaine Sans

cocaine-sans-free-grunge-fonts

47. Hard Rock

hard-rock-free-grunge-fonts

48. Chic Decay

chic-decay-free-grunge-fonts

49. Dirt2Death Font by KeepWaiting

dirt-2-death-free-grunge-fonts

50. Heroin 07

heroin-07-free-grunge-fonts

51. Street Blues Trial

street-blues-free-grunge-fonts

52. Turbo Ripped

turbo-ripped-free-grunge-fonts

53. NeoPrint M319

neoprint-free-grunge-fonts

54. 84 Rock

84-rock-free-grunge-fonts

55. A Bite

a-bite-free-grunge-fonts

56. BB Fusty Saddle

fusty-saddle-free-grunge-fonts

57. BB Petie Boy

petie-boy-free-grunge-fonts

58. Rusted Plastic

rusted-plastic-free-grunge-fonts

59. Bill Hicks

bill-hicks-free-grunge-fonts

60. 10 Minutes

10-minutes-free-grunge-fonts

61. 2Peas Billboard

2peas-billboard-free-grunge-fonts

62. Caveirada

caveirada-free-grunge-fonts

63. Choice

choice-free-grunge-fonts

64. No Signal

no-signal-free-grunge-fonts

65. Untitled

untitled-free-grunge-fonts

66. 23rd Street Demo Version

23rd-street-free-grunge-fonts

67. Fail

fail-free-grunge-fonts

68. Vtks Revolt

vtks-revolt-free-grunge-fonts

69. VTKS Refused

vtks-refused-free-grunge-fonts

70. Vtks Hardness

vtks-hardness-free-grunge-fonts

71. Malgecito

malgecito-free-grunge-fonts

72. Waste Of Paint

waste-of-paint-free-grunge-fonts

73. Distorted and Scratchy

distorted-and-scratchy-free-grunge-fonts

74. Mono Madness

mono-madness-free-grunge-fonts

75. PlagueDeath by KeepWaiting

plague-death-free-grunge-fonts

76. bobsmade font by Bobsmade

bobsmade-font-free-grunge-fonts

77. DEAD SECRETARY FONT by KeepWaiting

dead-secretary-free-grunge-fonts

Five Free Tools for Multi-Monitor Computer Set-Ups

As a developer or designer, it is often helpful to have multiple monitors to increase the amount of screen real estate you have, which in turn can lead to higher productivity. For instance, you may have one screen as your primary monitor where you perform your work, and another one that has your email client, Skype, IM client, Twitter client, and other communication apps that you can easily monitor and switch to.

We’d like to share several freeware and open source tools available for download to help you harness the power of multi-display set ups and get you up and running quickly. We hope that you might find the perfect application for you!

Synergy

09-01_synergy 

Synergy is an open source software application that lets users of multi-monitor workstations share a mouse and keyboard between several displays. All you have to do is move the mouse cursor off the edge of one display to have it on another adjacent display. It also creates a single virtual clipboard to allow the copy and pasting across the many displays. With Synergy comes a handy module for synchronizing your screensavers across multiple displays so that they run in tandem. If there is a password required after screensaver mode, you only have to type in the password into one monitor to activate all the others. There is also a fork of Synergy called Synergy+ that you can check out on Google Code.

Input Director

09-02_input_director
Input Director
grants you the ability to use a single keyboard and mouse on a multi-computer set up, making it the ideal solution for networked computers, a common situation where professionals have more than one computer (such as a desktop and laptop). All you have to do is move the pointer off the edge of the display and it appears on the adjacent monitor on that side, making it the active monitor.

UltraMon

09-03_ultramon
UltraMon
is a great tool for multi-display computer configurations that can support up to 10 monitors. It allows you to set custom features for each monitor such as resolution, wallpaper, and taskbar settings. UltraMon allows for the moving of running programs from the primary display to the secondary (and vice versa). Each of the monitors will have their own taskbar showing you the applications running on them. You can predefine and save monitor settings, as well as position where a program opens from the shortcut menu to help speed up your workflow. It also has a feature for easily turning off secondary monitors to conserve electricity consumption when you don’t need them and to reduce distraction when they’re not in use.

Multi Monitor Mouse (M3)

09-04_multi_monitor_mouse
This app saves you from the hassle of having to drag your mouse off the desk as you try to get to the farthest monitor in a multi monitor environment. It immediately warps your cursor across the borders of the display on demand and runs in the background to avoid taxing the systems resources. It is accessible from the system tray where you can change the settings at will. It also speeds up mouse targeting by an estimated 30%.

MultiMon Taskbar

09-05_multimon
MultiMon Taskbar
lets you have unique taskbars for each monitor, helping you to easily organize your applications across multiple computer screens. It has a move-to-monitor button accessible from all Windows programs for convenience and ease of movement from one monitor to another. In addition, MultiMon has a clipboard extender module for synchronizing your clipboards across multiple displays, making copy and pasting between networked computers a breeze.

From:http://sixrevisions.com/tools/five-free-tools-for-multi-monitor-computer-set-ups/

10 Top-Notch CSS Editors

CSS editors are editors that focus solely on generating Cascading Style Sheets. Though you could scrape by using a fully-featured IDE or source code editor – CSS editors may offer specialized functions and features to help you write better CSS, quicker.

In this article, you’ll find some of the more popular CSS editors available on the market.

Stylizer

 25-01_stylizer

Stylizer is a visual CSS code editor. It has real-time preview that renders changes on your web browser on the fly as you make them. It also has a point-and-click interface (called “Bullseye”) which allows you to target page elements by clicking on them, making CSS editing a cinch. Stylizer is available only for Windows and Mac OS.

Style Master

25-02_stylemaster
Style Master
is a cross-platform CSS development application that comes with a robust set of features such as auto-completion, on the fly code editing and rendering of dynamically-generated pages (such as PHP, .NET, and Ruby on Rails), and  a hierarchic display of CSS fields. It also has a feature called Support Watcher which warns you of potential CSS bugs for certain browsers.

RapidCSS

25-03_rapidcss
RapidCSS
is ideal for writing CSS code; it is lightweight and offers a wide range of features like code auto complete, syntax highlighting, built-in CSS references and various shortcuts for CSS tags.

Free CSS Toolbox

25-04_freecss_toolbox
Free CSS toolbox
is a simple text editor for CSS. It’s very lightweight and simple to use. It has a syntax highlighter feature, code auto-complete, CSS checker, CSS validator and compressor.

CoffeeCup StyleSheet Maker

25-05_coffeecup_stylesheet_maker
CoffeeCup StyleSheet Maker
is another CSS editor which offers many functionalities to edit CSS, but still not very flexible to increase productivity to its highest level. It has support for shortcut keys for tags, classes, and margins to reduce the amount of typing you need to do. It also comes jam-packed with premade code snippets for common CSS styles.

EnginSite CSS Editor

25-06_enginesite_css
EnginSite CSS Editor
is a good CSS editor with “instant” preview. This editor is ideal for beginning designers focused on simple tasks and designs.

CSSEdit

25-07_css_edit
CSSEdit
stands in the middle between sophisticated web development editors and basic ones. CSS Edit is sleek and clean. It’s best suited for first time and casual CSS coders.

JellyFish-CSS

25-08_jellyfish-css
JellyFish CSS
 is a smart and simple CSS editor. It helps edit CSS code easily and quickly. It will also help you steer clear of CSS syntax errors with its Code-sense feature.

SnapCSS

25-09_snapcss
SnapCSS
is a windows-only CSS editor that is extremely lightweight, featuring a super simple text-editor interface. It has a beautify code function that automatically formats and standardizes your CSS.

SimpleCSS

25-10_simplecss
SimpleCSS
is a Mac OS application for easily creating stylesheets from scratch. It has an import feature which allows you to pool together several stylesheets into one file. SimpleCSS also features drag-and-drop capabilities for reordering your style rules, so that you may organize them in the manner you need.

What CSS editor did we miss?

Was your favorite CSS editor not mentioned here? Share your thoughts with us in the comments. * Edited by Jacob Gube

From:http://sixrevisions.com/css/10-top-notch-css-editors/

Website Features That You Can Easily Offload

The amount of site features that you have can take a dire toll on your web server, making your site sluggish and more vulnerable to becoming offline because system resources have been expended.

To alleviate the work that your web server is doing, it’s a good idea to offload certain site features to share the burden. In this article, you’ll read about six site features you can easily offload, and the web services that you can use for them.

1. RSS feeds

Serving and managing your RSS feeds yourself can be a big burden on your server especially when you have many subscribers requesting your feed. What’s more is that there are aggregators such as AllTop and Technorati that automatically request your feeds at regular intervals for their own use, further adding to the strain on your server. You can easily offload your feeds using one of the following services.

FeedBurner is a feature-packed RSS feed manager. It has various options that will enable you to monitor, manage, analyze, and monetize your RSS feed. Recently bought by Google, it experienced a few issues during the transition but it’s now back to its full capacity, and then some.

 

 28-01_feedburner

Feedity is perfect for websites that don’t use a content management system (i.e. static HTML pages). All you have to do is type in the URL of the web pages you’d like to create RSS feeds for, and it will monitor it. Whenever there’s a page update, it will push it to people’s RSS feed readers. If the automatic feed it generates isn’t accurate, it has a Refine feature that let’s you select specific HTML elements in your web pages to watch for changes.
28-02_feedity

 

Page2RSS is a simple web service that keeps an eye on a web page for changes and notifies you via RSS feed. You can use this on your front page to let users know that your site has been updated. Check out an example feed using Google’s front page. The results can be clunky at times and doesn’t compare well to a real RSS feed service, but this is a great option for when you’re in a pinch. 

28-03_page2rss

2. Site search

Site search can tax your server because it requires server-side processes that usually involve database queries. Additionally, by using search API’s of third-party services, you take advantage not only of their infrastructure, but also their more accurate and optimized search algorithms. Check out these two options by leading information search companies.

Google AJAX Search API allows developers to create mashup’s and applications with Google’s data. Don’t want to put a lot of work into creating your site search? Well that’s alright, they have a wizard-like tool that will generate the code for you to use on your own site so all you’ll need to know is where to place the code.

28-04_google_search_api

Yahoo! Search BOSS is similar to Google’s Search API, but the display of search results can be more integrated to your site’s design. Additionally, unlike Google’s search results, Yahoo! Search BOSS doesn’t display any advertisements. You can see a live implementation of Search BOSS on the WordPress.org site.

28-05_yahoo_boss

3. Serving popular JavaScript libraries

By offloading common JavaScript libraries such as jQuery, MooTools, and Prototype, you stand to gain a few things. First, it reduces the amount of work your server has to perform in order to send these libraries to users. Secondly, there’s a bigger chance that the library is already in the user’s cache because other sites they’ve visited previously may have already served them the file through the third-party site, increasing your page response times by taking advantage of a primed cache.

Google AJAX Libraries API can serve popular JavaScript libraries through Google’s content distribution network (CDN). This means that it will serve the libraries from a geolocation closest to the user requesting it from your site, which results in speed improvements on the user’s end.

28-06_google_ajax_libraries

4. Managing and processing web forms

If you use web forms on your website (i.e. contact forms), you can offload the processing and management of them to an external service. By doing so, you alleviate some tasks that your server has to perform in order to receive and process web form submissions. This can include monitoring for spam submissions, possibly administering and evaluating Captcha challenges, and utilizing your email server for sending email notifications when a web form is submitted.

Not only do specialized web form applications help with your server’s burden, they also have heartily featured administration interfaces for creating and organizing your web forms. The following are third-party web form services to check out if you’re looking to offload your forms.

Wufoo is an HTML form builder that is a cinch to set up and manage. They have various packages ranging from $0 to $200 dollars. The free version allows you to have 3 web forms with a maximum of 10 input fields each – more than enough for simple contact forms and questionnaires.

28-07_wufoo

FormSpring is a robust and fully featured web form creation application. The free version gives you 3 web forms and 10 submissions a month.

28-08_formspring

FormSite gives you a free web form service that can have up to 5 web forms, 50 input fields per form, and 100 submissions a month. Additionally, you’ll be able to take in file attachments (such as images and other documents) – you get 50 MB of file space off the free plan.

28-09_formsite

Icebrrg makes web forms “chillingly simple”. For $0 dollars, you get up to 3 forms and 100 submissions per month.

28-10_iceberg

5. Running Polls and Surveys

If you frequently poll your users, it’s a great idea to offload this site feature to a third-party service for the same reason as with offloading your web forms. Here are a few sites to peruse for your polling and surveying needs.

Vizu is a free web polling service that can be easily integrated into popular content management systems such as WordPress, Blogger, and Typepad.

28-11_vizu

PollDaddy offers free polling and surveying services for your site. You can create and administer unlimited polls a month, as well as take in 100 surveys. See their pricing table for comparisons between their other plans.

28-12_polldaddy

SurveyMonkey.com is a popular web service for administering surveys. It has a robust administration interface that provides you utmost control over the design of your surveys. It’s used by popular sites like Digg, a testament to the quality of their service.

28-13_surveymonkey

6. Captcha challenges

Captchas can help prevent spam submissions by providing would-be web form submitters a visual challenge that they must solve. Having your own Captcha system on your web server can be very demanding: not only does your server have to process the serving and evaluation of Captchas, but it has to serve the Captcha images as well. Some Captcha services to check out are listed below.

reCAPTCHA is a free captcha service that serves a dual purpose of having users digitize books and newspapers. Users are shown images of words from print material, and when they solve it, they help verify and digitize the word.

28-14_recaptcha

captchas.net is free, even for commercial usage. If you can run PHP, ASP, Perl, Python, JSP, or Ruby on Rails on your web server, then you’ve got the only requirement that this service needs.

28-15_capchas_dot_net

OpenCaptcha has a three-step copy-and-paste installation process that can get you using Captchas in no time.

28-16_opencaptcha

come from:http://sixrevisions.com/web-applications/website-features-that-you-can-easily-offload/

Best Practices for Speeding Up Your Web Site

Minimize HTTP Requests

tag: content

80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the key to faster pages.

One way to reduce the number of components in the page is to simplify the page’s design. But is there a way to build pages with richer content while also achieving fast response times? Here are some techniques for reducing the number of HTTP requests, while still supporting rich page designs.

Combined files are a way to reduce the number of HTTP requests by combining all scripts into a single script, and similarly combining all CSS into a single stylesheet. Combining files is more challenging when the scripts and stylesheets vary from page to page, but making this part of your release process improves response times.

CSS Sprites are the preferred method for reducing the number of image requests. Combine your background images into a single image and use the CSS background-image and background-position properties to display the desired image segment.

Image maps combine multiple images into a single image. The overall size is about the same, but reducing the number of HTTP requests speeds up the page. Image maps only work if the images are contiguous in the page, such as a navigation bar. Defining the coordinates of image maps can be tedious and error prone. Using image maps for navigation is not accessible too, so it’s not recommended.

Inline images use the data: URL scheme to embed the image data in the actual page. This can increase the size of your HTML document. Combining inline images into your (cached) stylesheets is a way to reduce HTTP requests and avoid increasing the size of your pages. Inline images are not yet supported across all major browsers.

Reducing the number of HTTP requests in your page is the place to start. This is the most important guideline for improving performance for first time visitors. As described in Tenni Theurer’s blog post Browser Cache Usage – Exposed!, 40-60% of daily visitors to your site come in with an empty cache. Making your page fast for these first time visitors is key to a better user experience.

Use a Content Delivery Network

tag: server

The user’s proximity to your web server has an impact on response times. Deploying your content across multiple, geographically dispersed servers will make your pages load faster from the user’s perspective. But where should you start?

As a first step to implementing geographically dispersed content, don’t attempt to redesign your web application to work in a distributed architecture. Depending on the application, changing the architecture could include daunting tasks such as synchronizing session state and replicating database transactions across server locations. Attempts to reduce the distance between users and your content could be delayed by, or never pass, this application architecture step.

Remember that 80-90% of the end-user response time is spent downloading all the components in the page: images, stylesheets, scripts, Flash, etc. This is the Performance Golden Rule. Rather than starting with the difficult task of redesigning your application architecture, it’s better to first disperse your static content. This not only achieves a bigger reduction in response times, but it’s easier thanks to content delivery networks.

A content delivery network (CDN) is a collection of web servers distributed across multiple locations to deliver content more efficiently to users. The server selected for delivering content to a specific user is typically based on a measure of network proximity. For example, the server with the fewest network hops or the server with the quickest response time is chosen.

Some large Internet companies own their own CDN, but it’s cost-effective to use a CDN service provider, such asAkamai TechnologiesMirror Image Internet, or Limelight Networks. For start-up companies and private web sites, the cost of a CDN service can be prohibitive, but as your target audience grows larger and becomes more global, a CDN is necessary to achieve fast response times. At Yahoo!, properties that moved static content off their application web servers to a CDN improved end-user response times by 20% or more. Switching to a CDN is a relatively easy code change that will dramatically improve the speed of your web site.

Add an Expires or a Cache-Control Header

tag: server

There are two things in this rule:

  • For static components: implement “Never expire” policy by setting far future Expires header
  • For dynamic components: use an appropriate Cache-Control header to help the browser with conditional requests

Web page designs are getting richer and richer, which means more scripts, stylesheets, images, and Flash in the page. A first-time visitor to your page may have to make several HTTP requests, but by using the Expires header you make those components cacheable. This avoids unnecessary HTTP requests on subsequent page views. Expires headers are most often used with images, but they should be used on all components including scripts, stylesheets, and Flash components.

Browsers (and proxies) use a cache to reduce the number and size of HTTP requests, making web pages load faster. A web server uses the Expires header in the HTTP response to tell the client how long a component can be cached. This is a far future Expires header, telling the browser that this response won’t be stale until April 15, 2010.

 

      Expires: Thu, 15 Apr 2010 20:00:00 GMT

 

If your server is Apache, use the ExpiresDefault directive to set an expiration date relative to the current date. This example of the ExpiresDefault directive sets the Expires date 10 years out from the time of the request.

 

      ExpiresDefault "access plus 10 years"

 

Keep in mind, if you use a far future Expires header you have to change the component’s filename whenever the component changes. At Yahoo! we often make this step part of the build process: a version number is embedded in the component’s filename, for example, yahoo_2.0.6.js.

Using a far future Expires header affects page views only after a user has already visited your site. It has no effect on the number of HTTP requests when a user visits your site for the first time and the browser’s cache is empty. Therefore the impact of this performance improvement depends on how often users hit your pages with a primed cache. (A “primed cache” already contains all of the components in the page.) We measured this at Yahoo! and found the number of page views with a primed cache is 75-85%. By using a far future Expires header, you increase the number of components that are cached by the browser and re-used on subsequent page views without sending a single byte over the user’s Internet connection.

Gzip Components

tag: server

The time it takes to transfer an HTTP request and response across the network can be significantly reduced by decisions made by front-end engineers. It’s true that the end-user’s bandwidth speed, Internet service provider, proximity to peering exchange points, etc. are beyond the control of the development team. But there are other variables that affect response times. Compression reduces response times by reducing the size of the HTTP response.

Starting with HTTP/1.1, web clients indicate support for compression with the Accept-Encoding header in the HTTP request.

      Accept-Encoding: gzip, deflate

If the web server sees this header in the request, it may compress the response using one of the methods listed by the client. The web server notifies the web client of this via the Content-Encoding header in the response.

      Content-Encoding: gzip

Gzip is the most popular and effective compression method at this time. It was developed by the GNU project and standardized by RFC 1952. The only other compression format you’re likely to see is deflate, but it’s less effective and less popular.

Gzipping generally reduces the response size by about 70%. Approximately 90% of today’s Internet traffic travels through browsers that claim to support gzip. If you use Apache, the module configuring gzip depends on your version: Apache 1.3 uses mod_gzip while Apache 2.x uses mod_deflate.

There are known issues with browsers and proxies that may cause a mismatch in what the browser expects and what it receives with regard to compressed content. Fortunately, these edge cases are dwindling as the use of older browsers drops off. The Apache modules help out by adding appropriate Vary response headers automatically.

Servers choose what to gzip based on file type, but are typically too limited in what they decide to compress. Most web sites gzip their HTML documents. It’s also worthwhile to gzip your scripts and stylesheets, but many web sites miss this opportunity. In fact, it’s worthwhile to compress any text response including XML and JSON. Image and PDF files should not be gzipped because they are already compressed. Trying to gzip them not only wastes CPU but can potentially increase file sizes.

Gzipping as many file types as possible is an easy way to reduce page weight and accelerate the user experience.

Put Stylesheets at the Top

tag: css

While researching performance at Yahoo!, we discovered that moving stylesheets to the document HEAD makes pages appear to be loading faster. This is because putting stylesheets in the HEAD allows the page to render progressively.

Front-end engineers that care about performance want a page to load progressively; that is, we want the browser to display whatever content it has as soon as possible. This is especially important for pages with a lot of content and for users on slower Internet connections. The importance of giving users visual feedback, such as progress indicators, has been well researched and documented. In our case the HTML page is the progress indicator! When the browser loads the page progressively the header, the navigation bar, the logo at the top, etc. all serve as visual feedback for the user who is waiting for the page. This improves the overall user experience.

The problem with putting stylesheets near the bottom of the document is that it prohibits progressive rendering in many browsers, including Internet Explorer. These browsers block rendering to avoid having to redraw elements of the page if their styles change. The user is stuck viewing a blank white page.

The HTML specification clearly states that stylesheets are to be included in the HEAD of the page: “Unlike A, [LINK] may only appear in the HEAD section of a document, although it may appear any number of times.” Neither of the alternatives, the blank white screen or flash of unstyled content, are worth the risk. The optimal solution is to follow the HTML specification and load your stylesheets in the document HEAD.

Put Scripts at the Bottom

tag: javascript

The problem caused by scripts is that they block parallel downloads. The HTTP/1.1 specification suggests that browsers download no more than two components in parallel per hostname. If you serve your images from multiple hostnames, you can get more than two downloads to occur in parallel. While a script is downloading, however, the browser won’t start any other downloads, even on different hostnames.

In some situations it’s not easy to move scripts to the bottom. If, for example, the script uses document.write to insert part of the page’s content, it can’t be moved lower in the page. There might also be scoping issues. In many cases, there are ways to workaround these situations.

An alternative suggestion that often comes up is to use deferred scripts. The DEFER attribute indicates that the script does not contain document.write, and is a clue to browsers that they can continue rendering. Unfortunately, Firefox doesn’t support the DEFER attribute. In Internet Explorer, the script may be deferred, but not as much as desired. If a script can be deferred, it can also be moved to the bottom of the page. That will make your web pages load faster.

Avoid CSS Expressions

tag: css

CSS expressions are a powerful (and dangerous) way to set CSS properties dynamically. They’re supported in Internet Explorer, starting with version 5. As an example, the background color could be set to alternate every hour using CSS expressions.

 

      background-color: expression( (new Date()).getHours()%2 ? "#B8D4FF" : "#F08A00" );

 

As shown here, the expression method accepts a JavaScript expression. The CSS property is set to the result of evaluating the JavaScript expression. The expression method is ignored by other browsers, so it is useful for setting properties in Internet Explorer needed to create a consistent experience across browsers.

The problem with expressions is that they are evaluated more frequently than most people expect. Not only are they evaluated when the page is rendered and resized, but also when the page is scrolled and even when the user moves the mouse over the page. Adding a counter to the CSS expression allows us to keep track of when and how often a CSS expression is evaluated. Moving the mouse around the page can easily generate more than 10,000 evaluations.

One way to reduce the number of times your CSS expression is evaluated is to use one-time expressions, where the first time the expression is evaluated it sets the style property to an explicit value, which replaces the CSS expression. If the style property must be set dynamically throughout the life of the page, using event handlers instead of CSS expressions is an alternative approach. If you must use CSS expressions, remember that they may be evaluated thousands of times and could affect the performance of your page.

Make JavaScript and CSS External

tag: javascript, css

Many of these performance rules deal with how external components are managed. However, before these considerations arise you should ask a more basic question: Should JavaScript and CSS be contained in external files, or inlined in the page itself?

Using external files in the real world generally produces faster pages because the JavaScript and CSS files are cached by the browser. JavaScript and CSS that are inlined in HTML documents get downloaded every time the HTML document is requested. This reduces the number of HTTP requests that are needed, but increases the size of the HTML document. On the other hand, if the JavaScript and CSS are in external files cached by the browser, the size of the HTML document is reduced without increasing the number of HTTP requests.

The key factor, then, is the frequency with which external JavaScript and CSS components are cached relative to the number of HTML documents requested. This factor, although difficult to quantify, can be gauged using various metrics. If users on your site have multiple page views per session and many of your pages re-use the same scripts and stylesheets, there is a greater potential benefit from cached external files.

Many web sites fall in the middle of these metrics. For these sites, the best solution generally is to deploy the JavaScript and CSS as external files. The only exception where inlining is preferable is with home pages, such asYahoo!’s front page and My Yahoo!. Home pages that have few (perhaps only one) page view per session may find that inlining JavaScript and CSS results in faster end-user response times.

For front pages that are typically the first of many page views, there are techniques that leverage the reduction of HTTP requests that inlining provides, as well as the caching benefits achieved through using external files. One such technique is to inline JavaScript and CSS in the front page, but dynamically download the external files after the page has finished loading. Subsequent pages would reference the external files that should already be in the browser’s cache.

Reduce DNS Lookups

tag: content

The Domain Name System (DNS) maps hostnames to IP addresses, just as phonebooks map people’s names to their phone numbers. When you type www.yahoo.com into your browser, a DNS resolver contacted by the browser returns that server’s IP address. DNS has a cost. It typically takes 20-120 milliseconds for DNS to lookup the IP address for a given hostname. The browser can’t download anything from this hostname until the DNS lookup is completed.

DNS lookups are cached for better performance. This caching can occur on a special caching server, maintained by the user’s ISP or local area network, but there is also caching that occurs on the individual user’s computer. The DNS information remains in the operating system’s DNS cache (the “DNS Client service” on Microsoft Windows). Most browsers have their own caches, separate from the operating system’s cache. As long as the browser keeps a DNS record in its own cache, it doesn’t bother the operating system with a request for the record.

Internet Explorer caches DNS lookups for 30 minutes by default, as specified by the DnsCacheTimeout registry setting. Firefox caches DNS lookups for 1 minute, controlled by the network.dnsCacheExpiration configuration setting. (Fasterfox changes this to 1 hour.)

When the client’s DNS cache is empty (for both the browser and the operating system), the number of DNS lookups is equal to the number of unique hostnames in the web page. This includes the hostnames used in the page’s URL, images, script files, stylesheets, Flash objects, etc. Reducing the number of unique hostnames reduces the number of DNS lookups.

Reducing the number of unique hostnames has the potential to reduce the amount of parallel downloading that takes place in the page. Avoiding DNS lookups cuts response times, but reducing parallel downloads may increase response times. My guideline is to split these components across at least two but no more than four hostnames. This results in a good compromise between reducing DNS lookups and allowing a high degree of parallel downloads.

Minify JavaScript and CSS

tag: javascript, css

Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times. When code is minified all comments are removed, as well as unneeded white space characters (space, newline, and tab). In the case of JavaScript, this improves response time performance because the size of the downloaded file is reduced. Two popular tools for minifying JavaScript code are JSMin and YUI Compressor. The YUI compressor can also minify CSS.

Obfuscation is an alternative optimization that can be applied to source code. It’s more complex than minification and thus more likely to generate bugs as a result of the obfuscation step itself. In a survey of ten top U.S. web sites, minification achieved a 21% size reduction versus 25% for obfuscation. Although obfuscation has a higher size reduction, minifying JavaScript is less risky.

In addition to minifying external scripts and styles, inlined <script> and <style> blocks can and should also be minified. Even if you gzip your scripts and styles, minifying them will still reduce the size by 5% or more. As the use and size of JavaScript and CSS increases, so will the savings gained by minifying your code.

Avoid Redirects

tag: content

Redirects are accomplished using the 301 and 302 status codes. Here’s an example of the HTTP headers in a 301 response:

 

      HTTP/1.1 301 Moved Permanently
      Location: http://example.com/newuri
      Content-Type: text/html

 

The browser automatically takes the user to the URL specified in the Location field. All the information necessary for a redirect is in the headers. The body of the response is typically empty. Despite their names, neither a 301 nor a 302 response is cached in practice unless additional headers, such as Expires or Cache-Control, indicate it should be. The meta refresh tag and JavaScript are other ways to direct users to a different URL, but if you must do a redirect, the preferred technique is to use the standard 3xx HTTP status codes, primarily to ensure the back button works correctly.

The main thing to remember is that redirects slow down the user experience. Inserting a redirect between the user and the HTML document delays everything in the page since nothing in the page can be rendered and no components can start being downloaded until the HTML document has arrived.

One of the most wasteful redirects happens frequently and web developers are generally not aware of it. It occurs when a trailing slash (/) is missing from a URL that should otherwise have one. For example, going tohttp://astrology.yahoo.com/astrology results in a 301 response containing a redirect tohttp://astrology.yahoo.com/astrology/ (notice the added trailing slash). This is fixed in Apache by using Alias ormod_rewrite, or the DirectorySlash directive if you’re using Apache handlers.

Connecting an old web site to a new one is another common use for redirects. Others include connecting different parts of a website and directing the user based on certain conditions (type of browser, type of user account, etc.). Using a redirect to connect two web sites is simple and requires little additional coding. Although using redirects in these situations reduces the complexity for developers, it degrades the user experience. Alternatives for this use of redirects include using Alias and mod_rewrite if the two code paths are hosted on the same server. If a domain name change is the cause of using redirects, an alternative is to create a CNAME (a DNS record that creates an alias pointing from one domain name to another) in combination with Alias or mod_rewrite.

Remove Duplicate Scripts

tag: javascript

It hurts performance to include the same JavaScript file twice in one page. This isn’t as unusual as you might think. A review of the ten top U.S. web sites shows that two of them contain a duplicated script. Two main factors increase the odds of a script being duplicated in a single web page: team size and number of scripts. When it does happen, duplicate scripts hurt performance by creating unnecessary HTTP requests and wasted JavaScript execution.

Unnecessary HTTP requests happen in Internet Explorer, but not in Firefox. In Internet Explorer, if an external script is included twice and is not cacheable, it generates two HTTP requests during page loading. Even if the script is cacheable, extra HTTP requests occur when the user reloads the page.

In addition to generating wasteful HTTP requests, time is wasted evaluating the script multiple times. This redundant JavaScript execution happens in both Firefox and Internet Explorer, regardless of whether the script is cacheable.

One way to avoid accidentally including the same script twice is to implement a script management module in your templating system. The typical way to include a script is to use the SCRIPT tag in your HTML page.

 

      <script type="text/javascript" src="menu_1.0.17.js"></script>

An alternative in PHP would be to create a function called insertScript.

 

      <?php insertScript("menu.js") ?>

In addition to preventing the same script from being inserted multiple times, this function could handle other issues with scripts, such as dependency checking and adding version numbers to script filenames to support far future Expires headers.

Configure ETags

tag: server

Entity tags (ETags) are a mechanism that web servers and browsers use to determine whether the component in the browser’s cache matches the one on the origin server. (An “entity” is another word a “component”: images, scripts, stylesheets, etc.) ETags were added to provide a mechanism for validating entities that is more flexible than the last-modified date. An ETag is a string that uniquely identifies a specific version of a component. The only format constraints are that the string be quoted. The origin server specifies the component’s ETag using the ETagresponse header.

 

      HTTP/1.1 200 OK
      Last-Modified: Tue, 12 Dec 2006 03:03:59 GMT
      ETag: "10c24bc-4ab-457e1c1f"
      Content-Length: 12195

 

Later, if the browser has to validate a component, it uses the If-None-Match header to pass the ETag back to the origin server. If the ETags match, a 304 status code is returned reducing the response by 12195 bytes for this example.

 

      GET /i/yahoo.gif HTTP/1.1
      Host: us.yimg.com
      If-Modified-Since: Tue, 12 Dec 2006 03:03:59 GMT
      If-None-Match: "10c24bc-4ab-457e1c1f"
      HTTP/1.1 304 Not Modified

 

The problem with ETags is that they typically are constructed using attributes that make them unique to a specific server hosting a site. ETags won’t match when a browser gets the original component from one server and later tries to validate that component on a different server, a situation that is all too common on Web sites that use a cluster of servers to handle requests. By default, both Apache and IIS embed data in the ETag that dramatically reduces the odds of the validity test succeeding on web sites with multiple servers.

The ETag format for Apache 1.3 and 2.x is inode-size-timestamp. Although a given file may reside in the same directory across multiple servers, and have the same file size, permissions, timestamp, etc., its inode is different from one server to the next.

IIS 5.0 and 6.0 have a similar issue with ETags. The format for ETags on IIS is Filetimestamp:ChangeNumber. AChangeNumber is a counter used to track configuration changes to IIS. It’s unlikely that the ChangeNumber is the same across all IIS servers behind a web site.

The end result is ETags generated by Apache and IIS for the exact same component won’t match from one server to another. If the ETags don’t match, the user doesn’t receive the small, fast 304 response that ETags were designed for; instead, they’ll get a normal 200 response along with all the data for the component. If you host your web site on just one server, this isn’t a problem. But if you have multiple servers hosting your web site, and you’re using Apache or IIS with the default ETag configuration, your users are getting slower pages, your servers have a higher load, you’re consuming greater bandwidth, and proxies aren’t caching your content efficiently. Even if your components have a far future Expires header, a conditional GET request is still made whenever the user hits Reload or Refresh.

If you’re not taking advantage of the flexible validation model that ETags provide, it’s better to just remove the ETag altogether. The Last-Modified header validates based on the component’s timestamp. And removing the ETag reduces the size of the HTTP headers in both the response and subsequent requests. This Microsoft Support article describes how to remove ETags. In Apache, this is done by simply adding the following line to your Apache configuration file:

      FileETag none

Make Ajax Cacheable

tag: content

One of the cited benefits of Ajax is that it provides instantaneous feedback to the user because it requests information asynchronously from the backend web server. However, using Ajax is no guarantee that the user won’t be twiddling his thumbs waiting for those asynchronous JavaScript and XML responses to return. In many applications, whether or not the user is kept waiting depends on how Ajax is used. For example, in a web-based email client the user will be kept waiting for the results of an Ajax request to find all the email messages that match their search criteria. It’s important to remember that “asynchronous” does not imply “instantaneous”.

To improve performance, it’s important to optimize these Ajax responses. The most important way to improve the performance of Ajax is to make the responses cacheable, as discussed in Add an Expires or a Cache-Control Header. Some of the other rules also apply to Ajax:

 

Let’s look at an example. A Web 2.0 email client might use Ajax to download the user’s address book for autocompletion. If the user hasn’t modified her address book since the last time she used the email web app, the previous address book response could be read from cache if that Ajax response was made cacheable with a future Expires or Cache-Control header. The browser must be informed when to use a previously cached address book response versus requesting a new one. This could be done by adding a timestamp to the address book Ajax URL indicating the last time the user modified her address book, for example, &t=1190241612. If the address book hasn’t been modified since the last download, the timestamp will be the same and the address book will be read from the browser’s cache eliminating an extra HTTP roundtrip. If the user has modified her address book, the timestamp ensures the new URL doesn’t match the cached response, and the browser will request the updated address book entries.

Even though your Ajax responses are created dynamically, and might only be applicable to a single user, they can still be cached. Doing so will make your Web 2.0 apps faster.

Flush the Buffer Early

tag: server

When users request a page, it can take anywhere from 200 to 500ms for the backend server to stitch together the HTML page. During this time, the browser is idle as it waits for the data to arrive. In PHP you have the functionflush(). It allows you to send your partially ready HTML response to the browser so that the browser can start fetching components while your backend is busy with the rest of the HTML page. The benefit is mainly seen on busy backends or light frontends.

A good place to consider flushing is right after the HEAD because the HTML for the head is usually easier to produce and it allows you to include any CSS and JavaScript files for the browser to start fetching in parallel while the backend is still processing.

Example:

      ... <!-- css, js -->
    </head>
    <?php flush(); ?>
    <body>
      ... <!-- content -->

Yahoo! search pioneered research and real user testing to prove the benefits of using this technique.

Use GET for AJAX Requests

tag: server

The Yahoo! Mail team found that when using XMLHttpRequest, POST is implemented in the browsers as a two-step process: sending the headers first, then sending data. So it’s best to use GET, which only takes one TCP packet to send (unless you have a lot of cookies). The maximum URL length in IE is 2K, so if you send more than 2K data you might not be able to use GET.

An interesting side affect is that POST without actually posting any data behaves like GET. Based on the HTTP specs, GET is meant for retrieving information, so it makes sense (semantically) to use GET when you’re only requesting data, as opposed to sending data to be stored server-side.

 

Post-load Components

tag: content

You can take a closer look at your page and ask yourself: “What’s absolutely required in order to render the page initially?”. The rest of the content and components can wait.

JavaScript is an ideal candidate for splitting before and after the onload event. For example if you have JavaScript code and libraries that do drag and drop and animations, those can wait, because dragging elements on the page comes after the initial rendering. Other places to look for candidates for post-loading include hidden content (content that appears after a user action) and images below the fold.

Tools to help you out in your effort: YUI Image Loader allows you to delay images below the fold and the YUI Get utility is an easy way to include JS and CSS on the fly. For an example in the wild take a look at Yahoo! Home Page with Firebug’s Net Panel turned on.

It’s good when the performance goals are inline with other web development best practices. In this case, the idea of progressive enhancement tells us that JavaScript, when supported, can improve the user experience but you have to make sure the page works even without JavaScript. So after you’ve made sure the page works fine, you can enhance it with some post-loaded scripts that give you more bells and whistles such as drag and drop and animations.

Preload Components

tag: content

Preload may look like the opposite of post-load, but it actually has a different goal. By preloading components you can take advantage of the time the browser is idle and request components (like images, styles and scripts) you’ll need in the future. This way when the user visits the next page, you could have most of the components already in the cache and your page will load much faster for the user.

There are actually several types of preloading:

  • Unconditional preload – as soon as onload fires, you go ahead and fetch some extra components. Check google.com for an example of how a sprite image is requested onload. This sprite image is not needed on the google.com homepage, but it is needed on the consecutive search result page.
  • Conditional preload – based on a user action you make an educated guess where the user is headed next and preload accordingly. On search.yahoo.com you can see how some extra components are requested after you start typing in the input box.
  • Anticipated preload – preload in advance before launching a redesign. It often happens after a redesign that you hear: “The new site is cool, but it’s slower than before”. Part of the problem could be that the users were visiting your old site with a full cache, but the new one is always an empty cache experience. You can mitigate this side effect by preloading some components before you even launched the redesign. Your old site can use the time the browser is idle and request images and scripts that will be used by the new site

Reduce the Number of DOM Elements

tag: content

A complex page means more bytes to download and it also means slower DOM access in JavaScript. It makes a difference if you loop through 500 or 5000 DOM elements on the page when you want to add an event handler for example.

A high number of DOM elements can be a symptom that there’s something that should be improved with the markup of the page without necessarily removing content. Are you using nested tables for layout purposes? Are you throwing in more <div>s only to fix layout issues? Maybe there’s a better and more semantically correct way to do your markup.

A great help with layouts are the YUI CSS utilities: grids.css can help you with the overall layout, fonts.css and reset.css can help you strip away the browser’s defaults formatting. This is a chance to start fresh and think about your markup, for example use <div>s only when it makes sense semantically, and not because it renders a new line.

The number of DOM elements is easy to test, just type in Firebug’s console:
document.getElementsByTagName('*').length

And how many DOM elements are too many? Check other similar pages that have good markup. For example theYahoo! Home Page is a pretty busy page and still under 700 elements (HTML tags).

Split Components Across Domains

tag: content

Splitting components allows you to maximize parallel downloads. Make sure you’re using not more than 2-4 domains because of the DNS lookup penalty. For example, you can host your HTML and dynamic content onwww.example.org and split static components between static1.example.org and static2.example.org

For more information check “Maximizing Parallel Downloads in the Carpool Lane” by Tenni Theurer and Patty Chi.

Minimize the Number of iframes

tag: content

Iframes allow an HTML document to be inserted in the parent document. It’s important to understand how iframes work so they can be used effectively.

<iframe> pros:

  • Helps with slow third-party content like badges and ads
  • Security sandbox
  • Download scripts in parallel

<iframe> cons:

  • Costly even if blank
  • Blocks page onload
  • Non-semantic

No 404s

tag: content

HTTP requests are expensive so making an HTTP request and getting a useless response (i.e. 404 Not Found) is totally unnecessary and will slow down the user experience without any benefit.

Some sites have helpful 404s “Did you mean X?”, which is great for the user experience but also wastes server resources (like database, etc). Particularly bad is when the link to an external JavaScript is wrong and the result is a 404. First, this download will block parallel downloads. Next the browser may try to parse the 404 response body as if it were JavaScript code, trying to find something usable in it.

tag: cookie

HTTP cookies are used for a variety of reasons such as authentication and personalization. Information about cookies is exchanged in the HTTP headers between web servers and browsers. It’s important to keep the size of cookies as low as possible to minimize the impact on the user’s response time.

For more information check “When the Cookie Crumbles” by Tenni Theurer and Patty Chi. The take-home of this research:

 

  • Eliminate unnecessary cookies
  • Keep cookie sizes as low as possible to minimize the impact on the user response time
  • Be mindful of setting cookies at the appropriate domain level so other sub-domains are not affected
  • Set an Expires date appropriately. An earlier Expires date or none removes the cookie sooner, improving the user response time

tag: cookie

When the browser makes a request for a static image and sends cookies together with the request, the server doesn’t have any use for those cookies. So they only create network traffic for no good reason. You should make sure static components are requested with cookie-free requests. Create a subdomain and host all your static components there.

If your domain is www.example.org, you can host your static components on static.example.org. However, if you’ve already set cookies on the top-level domain example.org as opposed to www.example.org, then all the requests to static.example.org will include those cookies. In this case, you can buy a whole new domain, host your static components there, and keep this domain cookie-free. Yahoo! uses yimg.com, YouTube usesytimg.com, Amazon uses images-amazon.com and so on.

Another benefit of hosting static components on a cookie-free domain is that some proxies might refuse to cache the components that are requested with cookies. On a related note, if you wonder if you should use example.org or www.example.org for your home page, consider the cookie impact. Omitting www leaves you no choice but to write cookies to *.example.org, so for performance reasons it’s best to use the www subdomain and write the cookies to that subdomain.

Minimize DOM Access

tag: javascript

Accessing DOM elements with JavaScript is slow so in order to have a more responsive page, you should:

  • Cache references to accessed elements
  • Update nodes “offline” and then add them to the tree
  • Avoid fixing layout with JavaScript

For more information check the YUI theatre’s “High Performance Ajax Applications” by Julien Lecomte.

Develop Smart Event Handlers

tag: javascript

Sometimes pages feel less responsive because of too many event handlers attached to different elements of the DOM tree which are then executed too often. That’s why using event delegation is a good approach. If you have 10 buttons inside a div, attach only one event handler to the div wrapper, instead of one handler for each button. Events bubble up so you’ll be able to catch the event and figure out which button it originated from.

You also don’t need to wait for the onload event in order to start doing something with the DOM tree. Often all you need is the element you want to access to be available in the tree. You don’t have to wait for all images to be downloaded. DOMContentLoaded is the event you might consider using instead of onload, but until it’s available in all browsers, you can use the YUI Event utility, which has an onAvailable method.

For more information check the YUI theatre’s “High Performance Ajax Applications” by Julien Lecomte.

tag: css

One of the previous best practices states that CSS should be at the top in order to allow for progressive rendering.

In IE @import behaves the same as using <link> at the bottom of the page, so it’s best not to use it.

Avoid Filters

tag: css

The IE-proprietary AlphaImageLoader filter aims to fix a problem with semi-transparent true color PNGs in IE versions < 7. The problem with this filter is that it blocks rendering and freezes the browser while the image is being downloaded. It also increases memory consumption and is applied per element, not per image, so the problem is multiplied.

The best approach is to avoid AlphaImageLoader completely and use gracefully degrading PNG8 instead, which are fine in IE. If you absolutely need AlphaImageLoader, use the underscore hack _filter as to not penalize your IE7+ users.

Optimize Images

tag: images

After a designer is done with creating the images for your web page, there are still some things you can try before you FTP those images to your web server.

  • You can check the GIFs and see if they are using a palette size corresponding to the number of colors in the image. Using imagemagick it’s easy to check using
    identify -verbose image.gif
    When you see an image useing 4 colors and a 256 color “slots” in the palette, there is room for improvement.
  • Try converting GIFs to PNGs and see if there is a saving. More often than not, there is. Developers often hesitate to use PNGs due to the limited support in browsers, but this is now a thing of the past. The only real problem is alpha-transparency in true color PNGs, but then again, GIFs are not true color and don’t support variable transparency either. So anything a GIF can do, a palette PNG (PNG8) can do too (except for animations). This simple imagemagick command results in totally safe-to-use PNGs:
    convert image.gif image.png
    “All we are saying is: Give PiNG a Chance!”
  • Run pngcrush (or any other PNG optimizer tool) on all your PNGs. Example:
    pngcrush image.png -rem alla -reduce -brute result.png
  • Run jpegtran on all your JPEGs. This tool does lossless JPEG operations such as rotation and can also be used to optimize and remove comments and other useless information (such as EXIF information) from your images.
    jpegtran -copy none -optimize -perfect src.jpg dest.jpg

Optimize CSS Sprites

tag: images

  • Arranging the images in the sprite horizontally as opposed to vertically usually results in a smaller file size.
  • Combining similar colors in a sprite helps you keep the color count low, ideally under 256 colors so to fit in a PNG8.
  • “Be mobile-friendly” and don’t leave big gaps between the images in a sprite. This doesn’t affect the file size as much but requires less memory for the user agent to decompress the image into a pixel map. 100×100 image is 10 thousand pixels, where 1000×1000 is 1 million pixels

Don’t Scale Images in HTML

tag: images

Don’t use a bigger image than you need just because you can set the width and height in HTML. If you need
<img width="100" height="100" src="mycat.jpg" alt="My Cat" />
then your image (mycat.jpg) should be 100×100px rather than a scaled down 500×500px image.

Make favicon.ico Small and Cacheable

tag: images

The favicon.ico is an image that stays in the root of your server. It’s a necessary evil because even if you don’t care about it the browser will still request it, so it’s better not to respond with a 404 Not Found. Also since it’s on the same server, cookies are sent every time it’s requested. This image also interferes with the download sequence, for example in IE when you request extra components in the onload, the favicon will be downloaded before these extra components.

So to mitigate the drawbacks of having a favicon.ico make sure:

  • It’s small, preferably under 1K.
  • Set Expires header with what you feel comfortable (since you cannot rename it if you decide to change it). You can probably safely set the Expires header a few months in the future. You can check the last modified date of your current favicon.ico to make an informed decision.

Imagemagick can help you create small favicons

Keep Components under 25K

tag: mobile

This restriction is related to the fact that iPhone won’t cache components bigger than 25K. Note that this is theuncompressed size. This is where minification is important because gzip alone may not be sufficient.

For more information check “Performance Research, Part 5: iPhone Cacheability – Making it Stick” by Wayne Shea and Tenni Theurer.

Pack Components into a Multipart Document

tag: mobile

Packing components into a multipart document is like an email with attachments, it helps you fetch several components with one HTTP request (remember: HTTP requests are expensive). When you use this technique, first check if the user agent supports it (iPhone does not).

top

Steve Jobs Twitter back-induced paralysis of 15 minutes

Twitter the stability of the worrying. Wednesday, Jobs on sick leave after the first time in Apple’s “Rock and Roll” general appearance, this news Twitter letting paralyzed for 15 minutes. Steve Jobs is not currently registered Twitter user, but where he has a lot of fans. Every time Steve Jobs to speak, many fans could not wait dissemination of the contents of his speech, “Apple” and “Jobs” will immediately become a hot topic.
0726500690098894
Jobs Wednesday introduced a number of new products, including iTunes software, announced support for Twitter. Since then, Twitter paralysis time of up to 15 minutes. It is reported that this is already the third time Apple executives “engaged in paralysis” Twitter.

Last year, in January, Steve Jobs at the Macworld Expo keynote speech, Twitter interruption in service.

This year, Apple announced that vice president of marketing Phil Schiller (Phil Schiller) the responsibility to succeed Steve Jobs, Twitter suspended again.

email newsletter

Add our headlines to your online news reader

About Author

authorabout author ..read more ?

WHAT'S NEW - PDF SEARCH COLLECTION

  1. fjkasdlfjkalsfjaslfjas