<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Muracco Enterprises</title>
	<atom:link href="http://muraccoenterprises.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://muraccoenterprises.com/blog</link>
	<description>Web Design &#38; E-Commerce Solutions</description>
	<lastBuildDate>Tue, 31 Jan 2012 21:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>4 Rare HTML Tags You Really Should Know</title>
		<link>http://muraccoenterprises.com/blog/2012/01/4-rare-html-tags-you-really-should-know/</link>
		<comments>http://muraccoenterprises.com/blog/2012/01/4-rare-html-tags-you-really-should-know/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 21:11:05 +0000</pubDate>
		<dc:creator>Michael Muracco</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://muraccoenterprises.com/blog/?p=131</guid>
		<description><![CDATA[1. &#60;cite&#62; All of us will be familiar with the &#60;blockquote&#62; tag, but did you know about &#60;blockquote&#62;’s little brother &#60;cite&#62;? &#60;cite&#62; allows you to define the text inside of the element as a reference.&#160;&#160;<a href="http://muraccoenterprises.com/blog/2012/01/4-rare-html-tags-you-really-should-know/"><span class="read_more">Read the Rest..</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2012%2F01%2F4-rare-html-tags-you-really-should-know%2F&amp;title=4%20Rare%20HTML%20Tags%20You%20Really%20Should%20Know"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p><h2>1. &lt;cite&gt;</h2>
<p>All of us will be familiar with the &lt;blockquote&gt; tag, but did you know about &lt;blockquote&gt;’s little brother &lt;cite&gt;? &lt;cite&gt; allows you to define the text inside of the element as a reference. Typically the browser will render the text inside of the &lt;cite&gt; tag in italics, but this can be changed with a touch of CSS.</p>
<p>The &lt;cite&gt; tag is really useful for citing bibliographic and other site references. Here’s an example of how to use the cite tag in a paragraph:</p>
<pre class="brush:xml">The new organization book &lt;cite&gt;Getting Things Done&lt;/cite&gt; has taken
 the web by storm.</pre>
<h2>2. &lt;acronym&gt;</h2>
<p>The &lt;acronym&gt; tag is a way to define or further explain a group of words. When you hover over text that has the &lt;acronym&gt; tag used, a box appears below with the text from the title tag. For example:</p>
<pre class="brush:xml">The microblogging site <acronym title="Founded in 2006"> Twitter</acronym> has
 recently struggled with downtimes.</pre>
<h2>3. &lt;address&gt;</h2>
<p>The &lt;address&gt; tag is quite an obscure little tag, but that doesn’t mean it isn’t useful! As the name implies, &lt;address&gt; allows you to semantically markup addresses in HTML. The nifty little tag will also italicize all of the data within the brackets, though the style can easily be changed through simple CSS.</p>
<pre class="brush:xml">&lt;address&gt;Glen Stansberry
	1234 Web Dev Lane Anywhere, USA &lt;/address&gt;</pre>
<h2></h2>
<h2>4. &lt;abbr&gt;</h2>
<p>The &lt;abbr&gt; tag is much akin to the &lt;acronym&gt; tag, except the &lt;abbr&gt; tag is only used to define abbreviated words. Just like &lt;acronym&gt;, you define a title within the tag. When a visitor hovers over the abbreviated text, the full definition appears below. The &lt;abbr&gt; tag is rarely used, but the benefits are many for screen readers, spellcheckers and search engines.</p>
<pre class="brush:xml"><abbr title="Sergeant">Sgt.</abbr> Pepper's Lonely Hearts Club
 is my favorite album.</pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2012%2F01%2F4-rare-html-tags-you-really-should-know%2F&amp;title=4%20Rare%20HTML%20Tags%20You%20Really%20Should%20Know"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://muraccoenterprises.com/blog/2012/01/4-rare-html-tags-you-really-should-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Features</title>
		<link>http://muraccoenterprises.com/blog/2011/12/html-5-features/</link>
		<comments>http://muraccoenterprises.com/blog/2011/12/html-5-features/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 12:10:26 +0000</pubDate>
		<dc:creator>Michael Muracco</dc:creator>
				<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://muraccoenterprises.com/blog/?p=104</guid>
		<description><![CDATA[Here are just a few of the many great new features HTML 5 has to offer! &#160; New Doctype The old XHTML  doctype &#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62; The new HTML 5&#160;&#160;<a href="http://muraccoenterprises.com/blog/2011/12/html-5-features/"><span class="read_more">Read the Rest..</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2011%2F12%2Fhtml-5-features%2F&amp;title=HTML%205%20Features"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p><h3></h3>
<h3>Here are just a few of the many great new features HTML 5 has to offer!</h3>
<p>&nbsp;</p>
<h2>New Doctype</h2>
<p>The old XHTML  doctype</p>
<pre class="brush:xml">    &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</pre>
<p>The new HTML 5 doctype</p>
<pre class="brush:xml">    &lt;!DOCTYPE html&gt;</pre>
<p>The doctype isn’t even really necessary for HTML5. Older browsers do require a specified <code>doctype</code>. Browsers that do not understand this doctype will simply render the contained markup in standards mode. So, without worry, feel free to throw caution to the wind, and embrace the new HTML5 doctype.</p>
<p>&nbsp;</p>
<h2>The Figure Element</h2>
<p>The old style of markup with caption for an image.</p>
<pre class="brush:xml">    &lt;img src="path/to/image" alt="About image" /&gt;
    &lt;p&gt;Image of Mars. &lt;/p&gt;</pre>
<p>There is no easy way to associate the caption, wrapped in a paragraph tag, with the image element itself. HTML5 rectifies this, with the introduction of the <code>&lt;figure&gt;</code> element. When combined with the <code>&lt;figcaption&gt;</code> element, we can now semantically associate captions with their image counterparts.</p>
<pre class="brush:xml">    &lt;figure&gt;
        &lt;img src="path/to/image" alt="About image" /&gt;
        &lt;figcaption&gt;
            &lt;p&gt;This is an image of something interesting. &lt;/p&gt;
        &lt;/figcaption&gt;
    &lt;/figure&gt;</pre>
<p>&nbsp;</p>
<h2>No More <code>Types</code> for Scripts and Links</h2>
<p>You no longer need to add the <code>type</code> attribute to your <code>link</code> and <code>script</code> tags.</p>
<pre class="brush:xml">&lt;link rel="stylesheet" href="path/to/stylesheet.css" type="text/css" /&gt;
&lt;script type="text/javascript" src="path/to/script.js"&gt;&lt;/script&gt;</pre>
<p>It’s implied in HTML 5 that these tags refer to stylesheets and scripts, respectively. As such, we can remove the <code>type</code> attribute all together.</p>
<pre class="brush:xml">    &lt;link rel="stylesheet" href="path/to/stylesheet.css" /&gt;
    &lt;script src="path/to/script.js"&gt;&lt;/script&gt;</pre>
<p>&nbsp;</p>
<h2>Make your Content Editable</h2>
<p>The new browsers have a nifty new attribute that can be applied to elements, called <code>contenteditable</code>. As the name implies, this allows the user to edit any of the text contained within the element, including its children. There are a variety of uses for something like this, including an app as simple as a to-do list.</p>
<pre class="brush:xml">    &lt;!DOCTYPE html&gt;  

    &lt;html lang="en"&gt;
    &lt;head&gt;
        &lt;meta charset="utf-8"&gt;
        &lt;title&gt;untitled&lt;/title&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;h2&gt; To-Do List &lt;/h2&gt;
         &lt;ul contenteditable="true"&gt;
            &lt;li&gt; Break mechanical cab driver. &lt;/li&gt;
            &lt;li&gt; Drive to abandoned factory
            &lt;li&gt; Watch video of self &lt;/li&gt;
         &lt;/ul&gt;
    &lt;/body&gt;
    &lt;/html&gt;</pre>
<p>&nbsp;</p>
<h2><code></code><code>Header &amp; Footer</code></h2>
<p>With XHTML our code looked like this:</p>
<pre class="brush:xml">    &lt;div id="header"&gt;
        ...
    &lt;/div&gt;  

    &lt;div id="footer"&gt;
        ...
    &lt;/div&gt;</pre>
<p>With HTML5, we have access to the <code>&lt;header&gt;</code> and <code>&lt;footer&gt;</code> elements. The mark-up above can now be replaced with:</p>
<pre class="brush:xml">    &lt;header&gt;
        ...
    &lt;/header&gt;  

    &lt;footer&gt;
        ...
    &lt;/footer&gt;</pre>
<p>&nbsp;</p>
<h2>HTML 5 Features You Can Use Now</h2>
<p>This video provided by nettutsplus explains the many features you should start using right away. Simpler, cleaner code is always a good thing.</p>
<p>&nbsp;</p>
<div align="center"><code><iframe src="http://www.youtube.com/embed/HzCkSv3s0-k?rel=0" frameborder="0" width="420" height="315"></iframe></code></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2011%2F12%2Fhtml-5-features%2F&amp;title=HTML%205%20Features"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://muraccoenterprises.com/blog/2011/12/html-5-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfect Rounded Corners With CSS</title>
		<link>http://muraccoenterprises.com/blog/2011/03/perfect-rounded-corners-with-css/</link>
		<comments>http://muraccoenterprises.com/blog/2011/03/perfect-rounded-corners-with-css/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 19:10:48 +0000</pubDate>
		<dc:creator>Michael Muracco</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://muraccoenterprises.com/blog/?p=58</guid>
		<description><![CDATA[A great way to enhance the visual appearance of various block-level elements is to use a “rounded-corner” effect. On my website I use CSS to create rounded corners for several different types of elements, including&#160;&#160;<a href="http://muraccoenterprises.com/blog/2011/03/perfect-rounded-corners-with-css/"><span class="read_more">Read the Rest..</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2011%2F03%2Fperfect-rounded-corners-with-css%2F&amp;title=Perfect%20Rounded%20Corners%20With%20CSS"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p><div style="margin-top: 15px;">
<blockquote><div id='stb-box-9061' class='stb-grey_box' >note: These effects as well as many others on this site, (such as Drop Shadow), work in all major browsers <em>except</em> Internet Explorer. Microsoft as usual is not up to the task, (IE 9 will finally catch up). I recommend using <a href="http://www.mozilla.com/en-US/firefox/">Mozilla Firefox</a>, <a href="http://www.apple.com/safari/download/">Safari</a> or <a href="http://www.google.com/chrome">Google Chrome</a>.</div></blockquote>
<p style="text-align: left;">A great way to enhance the visual appearance of various block-level elements is to use a “rounded-corner” effect. On my website I use CSS to create rounded corners for several different types of elements, including image borders, content panels, and even pre-formatted code blocks. The good news about using CSS to create rounded-border effects is that it is possible to apply the effect to many different browsers. Sure, Internet Explorer can’t deal with it, but that’s the whole idea behind progressive enhancement, right? Browsers that “get it” enjoy the benefits, while those that don’t continue to function perfectly well without the enhancements.</p>
<p style="text-align: left;">So here&#8217;s a complete collection of quick copy-&amp;-paste code snippets for easy rounded corners with <acronym title="Cascading Style Sheets">CSS</acronym>:</p>
<h3 style="text-align: left;">CSS Rounded corners for all four corners</h3>
<pre class="brush:xml">   / * 4 rounded corners */
.all-four-rounded-corners
 { -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px; }</pre>
<h3 style="text-align: left;">CSS Rounded corners for top-left corner</h3>
<pre class="brush:xml">/* top-left rounded corner */
 .top-left-rounded-corner
 { -webkit-border-top-left-radius: 10px;
 -khtml-border-radius-topleft: 10px;
 -moz-border-radius-topleft: 10px;
 border-top-left-radius: 10px; }</pre>
<h3 style="text-align: left;">CSS Rounded corners for top-right corner</h3>
<pre class="brush:xml">/* top-right rounded corner */
.top-right-rounded-corner
{ -webkit-border-top-right-radius: 10px;
-khtml-border-radius-topright: 10px;
-moz-border-radius-topright: 10px;
 border-top-right-radius: 10px; }</pre>
<h3 style="text-align: left;">CSS Rounded corners for bottom-left corner</h3>
<pre class="brush:xml">/* bottom-left rounded corner */
 .bottom-left-rounded-corner
 { -webkit-border-bottom-left-radius: 10px;
 -khtml-border-radius-bottomleft: 10px;
 -moz-border-radius-bottomleft: 10px;
 border-bottom-left-radius: 10px; }</pre>
<h3 style="text-align: left;">CSS Rounded corners for bottom-right corner</h3>
<pre class="brush:xml">/* bottom-right rounded corner */
 .bottom-right-rounded-corner
 { -webkit-border-bottom-right-radius: 10px;
 -khtml-border-radius-bottomright: 10px;
 -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; }</pre>
<h3 style="text-align: left;">Non-symmetrical CSS Rounded corners</h3>
<pre class="brush:xml">/* exploded rounded corners */
 .exploded-rounded-corners
 { -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 -khtml-border-radius-bottomright: 10px;
 -khtml-border-radius-bottomleft: 10px;
 -khtml-border-radius-topright: 10px;
 -khtml-border-radius-topleft: 10px;
 -moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
 -moz-border-radius-topright: 10px;
 -moz-border-radius-topleft: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
 border-top-right-radius: 10px;
 border-top-left-radius: 10px; }</pre>
<p style="text-align: left;">
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2011%2F03%2Fperfect-rounded-corners-with-css%2F&amp;title=Perfect%20Rounded%20Corners%20With%20CSS"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://muraccoenterprises.com/blog/2011/03/perfect-rounded-corners-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text-shadow, Photoshop like effects using CSS</title>
		<link>http://muraccoenterprises.com/blog/2011/03/text-shadow-photoshop-like-effects-using-css-2/</link>
		<comments>http://muraccoenterprises.com/blog/2011/03/text-shadow-photoshop-like-effects-using-css-2/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 15:51:03 +0000</pubDate>
		<dc:creator>Michael Muracco</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[text shadow]]></category>

		<guid isPermaLink="false">http://muraccoenterprises.com/blog/?p=53</guid>
		<description><![CDATA[CSS3 finally eliminates the need for Photoshop when all you want to do is a simple shadow. The text-shadow property is used as follows: text-shadow: 2px 2px 2px #000; This produces the following text with&#160;&#160;<a href="http://muraccoenterprises.com/blog/2011/03/text-shadow-photoshop-like-effects-using-css-2/"><span class="read_more">Read the Rest..</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2011%2F03%2Ftext-shadow-photoshop-like-effects-using-css-2%2F&amp;title=Text-shadow%2C%20Photoshop%20like%20effects%20using%20CSS"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p><div style="font-size: 20px; margin-top: 25px;">
<div id='stb-box-119' class='stb-grey_box' >note: These effects as well as many others on this site, (such as rounded corners), work in all major browsers <em>except</em> Internet Explorer. Microsoft as usual is not up to the task, (IE 9 will finally catch up). I recommend using <a href="http://www.mozilla.com/en-US/firefox/">Mozilla Firefox</a>, <a href="http://www.apple.com/safari/download/">Safari</a> or <a href="http://www.google.com/chrome">Google Chrome</a>.</div><br />
CSS3 finally eliminates the need for Photoshop when all you want to do is a simple shadow. The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-shadows"><code>text-shadow</code></a> property is used as follows:</p>
<pre class="brush:xml">text-shadow: 2px 2px 2px #000;</pre>
<p>This produces the following text with a shadow 2px right<br />
and below of the text, which blurs for 2px:</p>
</div>
<div style="text-shadow: 2px 2px 2px #000; font-size: 26px; margin-bottom: 15px;">Really cool drop shadow effect with CSS3</div>
<p><em><strong>other examples:</strong></em></p>
<pre class="brush:xml">text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87</pre>
<div style="text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87; font-size: 26px; margin-bottom: 15px;">Really cool drop shadow effect with CSS3</div>
<pre class="brush:xml">text-shadow: 2px 2px 0 #959595;</pre>
<div style="text-shadow: 2px 2px 0 #959595; font-size: 26px; margin-bottom: 15px;">Really cool drop shadow effect with CSS3</div>
<pre class="brush:xml">color: #12c911; text-shadow: 1px 1px black, 2px 2px #149c14, 3px 3px #149c14, 4px 4px #149c14, 5px 5px #149c14, 6px 6px #149c14, 7px 7px #149c14, 8px 8px #149c14;</pre>
<div style="font-size: 20px; margin-bottom: 15px;">Multiple text shadows can be applied to the same element simultaneously, which can make for some interesting effects. To add multiple text shadows to an element, just separate each text shadow definition with a comma within the same <code>text-shadow</code> property.</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmuraccoenterprises.com%2Fblog%2F2011%2F03%2Ftext-shadow-photoshop-like-effects-using-css-2%2F&amp;title=Text-shadow%2C%20Photoshop%20like%20effects%20using%20CSS"><img src="http://muraccoenterprises.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://muraccoenterprises.com/blog/2011/03/text-shadow-photoshop-like-effects-using-css-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

