<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Design Interval</title>
	<atom:link href="http://www.designinterval.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.designinterval.com</link>
	<description>Design - Web Development - Marketing</description>
	<pubDate>Wed, 06 Aug 2008 15:30:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>How to design a packaging wrap label?</title>
		<link>http://www.designinterval.com/32/how-to-design-a-packaging-wrap-label/</link>
		<comments>http://www.designinterval.com/32/how-to-design-a-packaging-wrap-label/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 15:30:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design Techniques]]></category>

		<guid isPermaLink="false">http://www.designinterval.com/?p=32</guid>
		<description><![CDATA[<img style="border:1px solid black" src=http://www.designinterval.com/images/marketing/packaging-wrap-label.jpg>

I am going to show you in this simple photoshop tutorial how to design a packaging wrap label that can be used mostly with beverage bottles.

<a href=http://www.designinterval.com/32/how-to-design-a-packaging-wrap-label/ > Read the full post ... </a>]]></description>
			<content:encoded><![CDATA[<p><img style="border:1px solid black" src=http://www.designinterval.com/images/marketing/packaging-wrap-label.jpg></p>
<p>I am going to show you in this simple photoshop tutorial how to design a packaging wrap label that can be used mostly with beverage bottles.</p>
<h3>Packaging Wrap Label Design</h3>
<p>1- Create a new canvas with size 30 cm width x 15 cm height or any other size that fits your package.</p>
<p><img src=http://www.designinterval.com/images/marketing/new.jpg><br />
<br \></p>
<p>2- Apply <strong>gradient tool </strong>to your canvas using <strong>#1b0506 &#038; white </strong>colors as shown below.</p>
<p><img src=http://www.designinterval.com/images/marketing/gradient.jpg><br />
<br \></p>
<p>3- Insert your product image in the middle of your canvas as follows.</p>
<p><img src=http://www.designinterval.com/images/marketing/product.jpg><br />
<br \></p>
<p>4- Type your product name and description using the font <strong>Impact</strong>, color <strong>#fb0505</strong>, apply a <strong>white stroke with 2px</strong> and <strong>drop shadow</strong> to the product name, apply a <strong>1px black stroke</strong> to the product description.</p>
<p><img src=http://www.designinterval.com/images/marketing/name.jpg><br />
<br \><br />
<img style="border:1px solid black" src=http://www.designinterval.com/images/marketing/effects.jpg></p>
<p><br \><br />
5- Create two boxes as shown below, apply <strong>1px black stroke</strong> and <strong>gradient effect </strong>using #fa962c &#038; white colors.</p>
<p>You can create one box and then make another copy.</p>
<p><img src=http://www.designinterval.com/images/marketing/boxes.jpg><br />
<br \></p>
<p>6- Draw two lines with color <strong>#0aa837 </strong>and <strong>3px</strong> width.</p>
<p><img src=http://www.designinterval.com/images/marketing/lines.jpg></p>
<p><br \></p>
<p>7- Insert your product logo above the green lines.</p>
<p><img src=http://www.designinterval.com/images/marketing/packaging.jpg></p>
<p><br \></p>
<p>8- Write the product specifications inside the boxes to obtain the final result of your product <strong>packaging wrap label</strong>.</p>
<p><img style="border:1px solid black" src=http://www.designinterval.com/images/marketing/packaging-wrap-label.jpg></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designinterval.com/32/how-to-design-a-packaging-wrap-label/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Blockquotes Styles for blog themes</title>
		<link>http://www.designinterval.com/31/css-blockquotes-styles-for-blog-themes/</link>
		<comments>http://www.designinterval.com/31/css-blockquotes-styles-for-blog-themes/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 21:18:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.designinterval.com/?p=31</guid>
		<description><![CDATA[<img src=http://www.designinterval.com/images/webdesign/quote.jpg style="border:2px solid #EFEFEF">

Blockquotes are usually used in blogs to indicate any content being quoted from other source. Using quotes is an interesting thing to include in your blog post or article as it supports the idea or the topic that you are writing about, but, how to customize your blockquote style?

<a href= > Read the full post ... </a>]]></description>
			<content:encoded><![CDATA[<p><img src=http://www.designinterval.com/images/webdesign/quote.jpg style="border:2px solid #EFEFEF"></p>
<p>Blockquotes are usually used in blogs to indicate any content being quoted from other source. Using quotes is an interesting thing to include in your blog post or article as it supports the idea or the topic that you are writing about, but, how to customize your blockquote style?</p>
<p>Many people are wondering how to change the blockquote style for their blogs, sometimes they are satisfied by their blog theme except for the blockquote style, a thing that might drive some people to skip using the whole theme if they don&#8217;t know how to change it in their style sheet file.</p>
<p>This post will show you how to work with CSS to change the blockquote style of your blog theme in a very simple way.</p>
<h5>Step 1: Create a blockquote style in your style sheet file</h5>
<p>Copy and paste the following style in your style sheet, you can place it anywhere, the position and order of your styles won&#8217;t make a difference.</p>
<p><strong><br />
#blockquote_style1 {<br />
width:450px;<br />
font: 12px normal sans-serif;<br />
text-indent: 23px;<br />
padding: 15px;<br />
background-color: #faebbc;<br />
border-top: 1px solid #e1cc89;<br />
border-bottom: 1px solid #e1cc89;<br />
margin: 5px;<br />
}<br />
</strong></p>
<p>You can change the ID of the blockquote style to any name by editing the name after the symbol # which indicates the ID of your style, you can set the <strong>width value</strong> as well to match with the size of your content area, by reading the lines of the previous style and trying other values you will get used to the whole idea of working with CSS styles.</p>
<h5>Step 2: Call the blockquote style in your html page</h5>
<p>Now, you are ready to include any quotes in your blog posts or articles by just creating a block division with the ID of your style as follows:</p>
<p><strong>&lt;div id=blockquote_style1&gt;</strong></p>
<p>Then insert your quote, don&#8217;t forget to close your block division after finishing.</p>
<p><strong>&lt;/div&gt;</strong></p>
<p>Here is how your blockquote will look like.</p>
<div id="blockquote_style1">Blockquotes are used every often in blogs to indicate any content being quoted from other source. Using quotes is an interesting thing to include in your blog post or article as it supports the idea or the topic that you are writing about.</div>
<p><br \></p>
<h3 style="color:#850E11">Other blockquote styles</h3>
<p>I like this blockquote style, it&#8217;s very simple. but you can change the properties values to come up with a completely different one.</p>
<p><strong><br />
 #blockquote_style2 {<br />
  width:450px;<br />
  font:12px normal sans-serif;<br />
  margin-top: 10px;<br />
  margin-bottom: 10px;<br />
  margin-left: 50px;<br />
  padding-left: 15px;<br />
  border-left: 3px solid #ccc;<br />
}<br />
</strong></p>
<div id="blockquote_style2">Blockquotes are used every often in blogs to indicate any content being quoted from other source. Using quotes is an interesting thing to include in your blog post or article as it supports the idea or the topic that you are writing about.</div>
<p><br \></p>
<hr />
<br \></p>
<p>You can also add an image to your blockquote using the <strong>background-image</strong> property and setting the value to the path of your image file, it makes it more attractive, different from other normal blockquotes and adds much to your blog design as well.</p>
<p><strong><br />
#blockquote_style3 {<br />
  width:450px;<br />
  font: 12px normal sans-serif;<br />
  text-indent: 23px;<br />
  padding-left: 70px;<br />
  padding-top: 15px;<br />
  padding-bottom: 15px;<br />
  padding-right: 10px;<br />
  background-color: #dadada;<br />
  background-image: url(images/quote.gif);<br />
  background-repeat: no-repeat;<br />
  background-position: top left;<br />
  border-top: 1px solid #ccc;<br />
  border-bottom: 1px solid #ccc;<br />
  margin: 5px;<br />
}<br />
</strong></p>
<div id="blockquote_style3">Blockquotes are used every often in blogs to indicate any content being quoted from other source. Using quotes is an interesting thing to include in your blog post or article as it supports the idea or the topic that you are writing about.</div>
<p><br \></p>
<p>Working with CSS is interesting, keep trying different values to your style using your imagination, feel free to contact me if you came up with an interesting blockquote style and want to include it in this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designinterval.com/31/css-blockquotes-styles-for-blog-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Successful blog post ideas</title>
		<link>http://www.designinterval.com/30/successful-blog-post-ideas/</link>
		<comments>http://www.designinterval.com/30/successful-blog-post-ideas/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 18:30:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.designinterval.com/?p=30</guid>
		<description><![CDATA[<img style="border:1px solid black" src=http://www.designinterval.com/images/marketing/idea.jpg> 

If you are preparing for your next post, you might be thinking what is the best blog post idea to write about, something that can be attractive and useful to your readers, something that can generate and bring you a lot of traffic from search engines and give you backlinks from other blogs.

<a href=http://www.designinterval.com/30/successful-blog-post-ideas/>Read the full post ... </a>]]></description>
			<content:encoded><![CDATA[<p><img style="border:1px solid black" src=http://www.designinterval.com/images/marketing/idea.jpg> </p>
<p>If you are preparing for your next post, you might be thinking what is the best blog post idea to write about, something that can be attractive and useful to your readers, something that can generate and bring you a lot of traffic from search engines and give you backlinks from other blogs.</p>
<p>This post will provide you with the most successful blog post ideas, I recommend to use all of them in your blog posts and not to focus on just one of those ideas, this will give your blog some kind of variation.</p>
<h5>1- Reviews &#038; Comparisons</h5>
<p>I consider this to be the king of all blog posts. A review is actually of real benefit and readers usually look for in search engines , however its success depends on the quality of the review that you write.</p>
<p>There are tons of reviews that you can write about, you can write a review about an interesting book, a quality product that you tried or know something about, a quality service or you can even write a review about a blog.</p>
<p><br \></p>
<h5>Things to care about when writing a review</h5>
<ul>
<li> Don&#8217;t write a review by just copying from another reviews, you should bring your own experience into what you write otherwise it will be of no value.</li>
<li> Write about something your readers need to know.</li>
<li>Reveal points of strength and weakness of the product.</li>
<li>Include comparisons with other products &#038; services. </li>
<li>Include links to other resources.</li>
</ul>
<p><br \></p>
<h5>2- Tutorials </h5>
<p>Tutorials attract a large portion of readers who want to know how to do certain things and tasks. Write a good tutorial and it&#8217;s guaranteed that your post will be spread among dozens of other blogs.</p>
<h5>3- News &#038; Events </h5>
<p>Feed interested readers who are always looking for what&#8217;s new and up to the stage. Try to be unique in writing about any news or events, put your touch and make it different from other routine news articles.</p>
<h5>4- Blog Carnivals &#038; Free Resources </h5>
<p>Write a list of links to free resources about a certain topic, this will act as a reference for readers who are interested in such topic. It&#8217;s much similar to a <a href="http://www.designinterval.com/26/blog-carnivals-generate-targeted-traffic/" target="_blank"><strong>blog carnival</strong></a>, you can check <a href="http://www.designinterval.com/26/blog-carnivals-generate-targeted-traffic/" target="_blank"><strong>this post</strong></a> if you aren&#8217;t familiar with the term.</p>
<h5>5- Interviews </h5>
<p>Make an interview with another blogger or expert in some field, prepare a list of well chosen questions that will make your interview sounds interesting and useful as well.</p>
<h5>6- Personal Event or Case Study</h5>
<p>Write about a personal event or discuss a specific case from your own point of view, don&#8217;t rush into writing nonsense personal stories or events, keep remembering that the key point for the success of your post is adding something of real value.</p>
<h5>Do you suggest any other successful blog ideas?</h5>
<p>If you have any other blog post idea that you tried and consider as a successful one, feel free to contact me or leave a comment to include it in this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designinterval.com/30/successful-blog-post-ideas/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
