<?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>Web Design Marquette, MI &#124; Middle Ear Media &#187; HTML</title>
	<atom:link href="http://middleearmedia.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://middleearmedia.com</link>
	<description>Middle Ear Media of Marquette, Michigan specializes in professional web development and creative website design.</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>HTML5 To-do List</title>
		<link>http://middleearmedia.com/html5-to-do-list/</link>
		<comments>http://middleearmedia.com/html5-to-do-list/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:40:15 +0000</pubDate>
		<dc:creator>obadiah</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Content Editable]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Local Storage]]></category>
		<category><![CDATA[Marquette]]></category>
		<category><![CDATA[Michigan]]></category>
		<category><![CDATA[Task Management]]></category>
		<category><![CDATA[To-do List]]></category>
		<category><![CDATA[Web App]]></category>

		<guid isPermaLink="false">http://middleearmedia.com/?p=1198</guid>
		<description><![CDATA[The underlying programming languages that make the web what it is have been evolving over the years, but never have they been as powerful as they are now. While these new abilities are great, it’s not very practical to use them unless there is cross-browser support. Lucky for us the newer versions of most major [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>The underlying programming languages that make the web what it is have been evolving over the years, but never have they been as powerful as they are now. While these new abilities are great, it’s not very practical to use them unless there is cross-browser support. Lucky for us the newer versions of most major browsers have decent support for these features. Also, fall-backs can be used to ensure a decent experience for people using older browsers.</p>
<p><img class="post-image" title="HTML5 To-do List" src="/Assets/images/to-do1.jpg" alt="HTML5 To-do List" /></p>
<p><span id="more-1198"></span></p>
<p>I’ve been tinkering around with HTML5 lately, and decided to create a simple to-do list to demonstrate some of the new features. Along the way, I realized which features would be most useful and added them. At some point, probably after hammering out the style sheet, it became clear that this was now more than a to-do list, it was a <em>Task Management App</em>. </p>
<p>Full Disclosure: I normally make my to-do lists with pen and paper, but I’ve been using this one for several months now and really enjoy the interface.</p>
<p>So let’s take a look at the <a class="" href="http://middleearmedia.com/to-do/" title="Try out my Task Management App" target="_blank">Task Management App</a> I put together with <a href="http://en.wikipedia.org/wiki/HTML5">HTML5</a>, <a href="http://www.css3.info/">CSS3</a>, and the popular JavaScript Library called <a href="http://jquery.com/">jQuery</a>.  </p>
<h3>Fast Loading Web Page</h3>
<p>My To-do List is fast loading. It contains no images at the moment. All graphics are the result of CSS styles which are rendered in the browser very quickly. </p>
<h3>Sortable List Items</h3>
<p>With the help of some JavaScript, users are able to drag and drop list items to alter their order. They are automatically renumbered. Because many of my list items usually linger for extended periods, my lists can become quite lengthy. I found myself adding new list items only to scroll down and drag them up to the top every time. To avoid this repetitive action, new list items now appear at the top instead of the bottom.</p>
<p><img class="post-image" title="HTML5 To-do List" src="/Assets/images/to-do2.jpg" alt="HTML5 To-do List" /></p>
<h3>Editable Content</h3>
<p>Thanks to the HTML5 feature called content editable, the list items can be edited by a user simply by clicking on the text of the list item. Once the text has been edited, the user has the option to save or cancel. Notice that each word is automatically capitalized to increase readability.</p>
<p><img class="post-image" title="HTML5 To-do List" src="/Assets/images/to-do3.jpg" alt="HTML5 To-do List" /></p>
<h3>Local Storage</h3>
<p>For a to-do list to work properly, it’s essential that the list items are remembered somehow. This is accomplished with local storage, an HTML5 API that gives web developers the ability to store up to 5MB on a users local machine. So your list will still be there when you return. The list data is stored client-side (in the user’s browser) so no worries about other people going to the site and seeing your list items. </p>
<p><img class="post-image" title="HTML5 To-do List" src="/Assets/images/to-do5.jpg" alt="HTML5 To-do List" /></p>
<h3>Complete Feature List</h3>
<ul>
<li>Fast Loading Page</li>
<li>Local Storage</li>
<li>Sortable List Items</li>
<li>Editable Content</li>
<li>Removable List Items</li>
<li>New List Items Prepended (added to top of list)</li>
<li>Each Word Automatically Capitalized</li>
<li>Pseudo Element Based Numbers (:before)</li>
<li>Clear All Button</li>
<li>Donation Button (Support Creativity!)</li>
<li>Border Radius</li>
<li>Box Shadow</li>
<li>Text Shadow</li>
</ul>
<h3>Features Wishlist</h3>
<ul>
<li>Better Print Styles</li>
<li>Multiple Lists (for different purposes)</li>
<li>Removed List Items Are Saved (in separate “Done” List)</li>
<li>Optional Time/Date-Based Deadlines For Each Item</li>
<li>E-mail Notification of Upcoming Deadlines</li>
</ul>
<p>I know it’s really nothing to write home to Mom about, but since I found it useful, I thought I’d share. Try out my Task Management App for yourself. If you like it, consider it my gift to you for the holidays. Also, If you have any suggestions for more features, please let me know and I’ll try to incorporate them in future versions.</p>
<p><a class="more-link" href="http://middleearmedia.com/to-do/" title="Try out my Task Management App">Task Management App</a></p>
<div class="shr-publisher-1198"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://middleearmedia.com/html5-to-do-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways to Promote your Website</title>
		<link>http://middleearmedia.com/5-ways-to-promote-your-website/</link>
		<comments>http://middleearmedia.com/5-ways-to-promote-your-website/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 22:00:56 +0000</pubDate>
		<dc:creator>obadiah</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[E-mail Marketing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML email]]></category>
		<category><![CDATA[Increase Traffic]]></category>
		<category><![CDATA[Online Directories]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Traditional Advertising]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[Website Promotion]]></category>

		<guid isPermaLink="false">http://www.middleearmedia.com/?p=505</guid>
		<description><![CDATA[As the new year rapidly approaches, you might want to think about how to promote your website better. This is the perfect time to set goals and make plans. So, I’ve compiled five techniques that you can and should be using to increase traffic to your website. Some of them are free and some require [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>As the new year rapidly approaches, you might want to think about how to promote your website better. This is the perfect time to set goals and make plans. So, I’ve compiled five techniques that you can and should be using to increase traffic to your website. Some of them are free and some require money. Some are quick to do and some require an ongoing process.</p>
<p><img class="post-image" title="5 Ways to Promote your Website" src="/Assets/images/5waystopromote.jpg" alt="5 Ways to Promote your Website" /><br />
<span id="more-505"></span></p>
<h3>1. Include Your URL on all printed material.</h3>
<p>Including your <acronym title="Uniform Resource Locator">URL</acronym> (aka your web address) on all of your other promotional material might seem like an obvious thing to do, yet there are many people who don’t take full advantage of this technique. </p>
<p>Your URL should be printed on anything and everything possible including  stationery, business cards, brochures, invoices, literature, store-front signs, and even vehicles. </p>
<p>By doing this, you are maximizing the use of existing materials to advertise your site as well as reinforcing your brand to all existing clients.</p>
<h3>2. Social Media</h3>
<p>First of all, what is Social Media? This is a term that includes blogs, social networking sites, social bookmarking sites, and forums. These sites encourage people to interact with each other and make it very easy to get your message out to the masses. </p>
<p>There are millions of people using social networking sites such as Facebook, MySpace, Twitter, and LinkedIn everyday to make comments, share personal information, and share links. </p>
<p>Social bookmarking is a way to share, organize, search, and manage bookmarks of web resources. Social bookmarking sites include Digg, StumbleUpon, Reddit, Technorati, Delicious, and Slashdot. </p>
<p>So, go create a profile for your business at any or all of these sites and use it as a way to expose more people to the content on your site. Of course, this will be even more effective if you actually engage in conversations and interact with other users rather than just “spamming” them with promotional links.</p>
<h3>3. Submit your site to Online Directories</h3>
<p>There are a ton of different directories online. Some are all inclusive, some are industry specific, and some cater to local businesses. </p>
<p>Two free options for listing your local business are <a href="http://www.google.com/local/add" target="_blank">Google Local Business Center</a> and <a href="http://listings.local.yahoo.com" target="_blank">Yahoo! Local </a>. These are both great ways to make sure people can find your site when doing a local search.</p>
<h3>4. Traditional Advertising</h3>
<p>Yes it is true that the print media industry is declining as more and more people realize how much more efficient and effective the internet is. That being said, print media is still important. This is even more so for local businesses. </p>
<p>Many people still read newspapers and magazines for their news and a nicely designed print ad could draw them to your site. Another traditional form of advertising is the radio. Radio ads can help attract listeners to your site as well. </p>
<p>Keep in mind that these methods may not work well for certain types of businesses. It is important to know your intended audience before shelling out the cash for traditional advertising.</p>
<h3>5. E-mail Marketing</h3>
<p>When I say e-mail marketing, I don’t mean unsolicited mass mailings, also known as spam. I’m talking about things like starting a Newsletter, or including a custom signature at the bottom of all e-mail correspondences. </p>
<p>A periodic e-newsletter is a great way to keep people interested in what you do. It is important to include and emphasize a sign-up option on your site. Make sure it is easy to sign up. Also, using a well designed HTML e-mail template will make your newsletter more appealing. </p>
<p>A custom signature at the bottom of all e-mails should include your name, business name, URL, with an active link to your site and can also include an image of your logo or a custom designed banner ad. This signature will be seen by everybody you communicate with through e-mail. It will make it easy for them to get to your site and reinforce your brand.</p>
<p><img class="post-image" title="Google Analytics" src="/Assets/images/analytics2.jpg" alt="Google Analytics" /></p>
<p>After doing all these things, how will you know if they are working? The best way is to use some sort of statistics program to track activity on your website. </p>
<p>Most commercial hosting packages include statistics tracking abilities, but I recommend <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> because of its great depth, flexibility and visually appealing reports and graphs. </p>
<p>If you need help setting goals or analyzing your data, I offer this as one of my services. Please <a href="contact/">contact</a> me to discuss in more detail.</p>
<div class="shr-publisher-505"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://middleearmedia.com/5-ways-to-promote-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knee Deep in WordPress</title>
		<link>http://middleearmedia.com/knee-deep-in-wordpress/</link>
		<comments>http://middleearmedia.com/knee-deep-in-wordpress/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 22:11:41 +0000</pubDate>
		<dc:creator>obadiah</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.middleearmedia.com/?p=131</guid>
		<description><![CDATA[In case you haven’t heard, WordPress is a personal publishing system built on PHP and MySQL. In other words, it allows your site to be a dynamic, database-driven organism. So rather than having a couple static HTML pages sitting there getting dusty, your site can be built with PHP modules which can be combined in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>In case you haven’t heard, WordPress is a personal publishing system built on <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> and MySQL. In other words, it allows your site to be a dynamic, database-driven organism. So rather than having a couple static HTML pages sitting there getting dusty, your site can be built with PHP modules which can be combined in many different ways to dynamically generate the HTML page seen in your browser. I’ll get into why that is so important in future posts.</p>
<p><img src="/Assets/images/post-imgwp2.jpg" alt="Screen shot of WordPress Login Screen" title="Screen shot of WordPress Login Screen" class="post-image" /><br />
<span id="more-131"></span><br />
WordPress is licensed under the <acronym title="GNU Public License">GPL</acronym> and is an Open Source project. As an Open Source project, WordPress has managed to generate a huge community of users and developers. This has helped it grow from a small project in 2003 to a massively popular blogging platform in 2005 and now to a full blown Content Management System.</p>
<p><img src="/Assets/images/post-imgwp1.jpg" alt="Screen shot of WordPress Dashboard" title="Screen shot of WordPress Dashboard" class="post-image" /></p>
<p>I’ve only been designing for WordPress for about one year, but in that time, I’ve seen drastic improvements as new versions were released. As I write this, version 2.8.4 is the latest and greatest. As a custom WordPress Theme developer, I have come to be intimately familiar with most of it’s features. I’ll be talking about WordPress a lot so check back soon or better yet, grab the <acronym title="Really Simple Sindication">RSS</acronym> feed or subscribe by Email.</p>
<div class="shr-publisher-131"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://middleearmedia.com/knee-deep-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

