<?xml version="1.0"?>
<News hasArchived="true" page="8230" pageCount="10749" pageSize="10" timestamp="Thu, 13 Aug 2026 14:18:14 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=8230">
<NewsItem contentIssues="false" id="36644" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36644">
<Title>Just Use [insert CMS here]! Or, Why I Still Love WordPress</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>I somewhat regularly ask questions about WordPress stuff on Twitter. Usually when I don't know how to do something or I'm seeing behavior that I didn't expect. I did <a href="http://digwp.com/" rel="nofollow external" class="bo">write a book</a> about WordPress at one time, but even when I was immersed in that, I wasn't an expert on every aspect of WordPress. Especially the deep developer-y stuff. When I ask a question, I'll always get at least a few responses like:</p>
    <p></p>
    <blockquote><p>Just use Jekyll / Octopress!<br>
    Just use Kirby!<br>
    Just use Drupal!<br>
    Just use ExpressionEngine!
    </p></blockquote>
    <p>As if up and changing which CMS I'm using would somehow solve this small issue I'm having. Sometimes it's a friendly poke, sometimes it's trollish, but more often than not I think they truly believe that moving CSS-Tricks off WordPress to whatever their favorite CMS is would be a smart move.</p>
    <p>I don't think that. I figured I'd write up my reasoning.</p>
    <h3>The move would be tremendously difficult.</h3>
    <p>CSS-Tricks is a fairly complicated site. There is no simple automated export/import procedure for moving a site like CSS-Tricks. </p>
    <p>There is a blog with over 1,500 posts and 62,000 comments. This tends to be the thing that is easiest to move between platforms. So moving on, there are about 1,200 pages. These represent things like videos, almanac entries, and snippets. These use about 20 different unique page templates in a moderately nested structure. That's a lot of custom content in custom structures at custom URL's.</p>
    <p>There are forums on the site with about 130,000 unique posts. Only recently have I gotten the forums into WordPress itself which was a huge win. I wouldn't move unless the new CMS supported this forum structure as well. There is also a custom post type I use for The Gallery area on the site which is a totally different unique structure.</p>
    <p>There are public user accounts on CSS-Tricks. At the most basic level they are just an identity for people so they can comment on the blog without entering their information each time. But they are also tied to the forums so you can have an identity and forum-specific functionality there. They are also tied to The Lodge, a paid-access area, so payment profiles and permissions are involved there. And then there is permissions in general. Any given user might be a basic subscriber, or a forums moderator, or forums admin, or site admin, or blog contributor, or lodge member at one of the different levels, or any combination. The new CMS would need an extremely sophisticated user management system.</p>
    <p>Moving all the data and maintaining the structure of URL's, as well as all the users, would be a monumental task.</p>
    <h3>There would be no gains.</h3>
    <p>So moving would be hard. But people do hard things all the time on the web. We shouldn't be afraid of doing hard things if it's the right thing to do. But moving CMS's for CSS-Tricks isn't the right thing to do because there is very little to gain. </p>
    <p>I think the biggest perceptions of what I would gain are:</p>
    <ol>
    <li>Features</li>
    <li>Security</li>
    <li>Speed</li>
    </ol>
    <p>Features is out. There is nothing I wish I could do but can't on WordPress.</p>
    <p>If the potential CMS change was to a static site generator, security and speed are definitely benefits of those. They are safe because there is no public database or backend code in which to hack. They are fast because it's essentially a pre-cached site. However, I don't have big problems with either of these things, and I require a database because of the user accounts and comments. I'll go into more about security later.</p>
    <p>I'm not worried so much about speed because it's a fairly fast loading site anyway. Good servers that are overpowered if anything. Everything is cached. Assets are on a CDN. And I use <a href="http://www.mobify.com/platform/mobify-performance-suite/" rel="nofollow external" class="bo">Mobify Performance Suite</a>. The caching and CDN? WordPress helps with that. I used <a href="http://wordpress.org/plugins/w3-total-cache/" rel="nofollow external" class="bo">W3 Total Cache</a> which works with <a href="http://tracking.maxcdn.com/c/13088/93731/378" rel="nofollow external" class="bo">MaxCDN</a>. </p>
    <h3>The time commitment would be huge.</h3>
    <p>I can't even imagine. I don't even want to think about it. Just planning out all the things that need to change and how would take weeks. I'd have to hire the majority of it out, so in addition to the time, the cost would be huge.</p>
    <p>Again, there is no automatic export/import that is going to get anywhere close. This would be an entirely custom job.</p>
    <h3>I like almost everything about WordPress.</h3>
    <p>Possibly the most important point: I like WordPress. I like the software. I think it works great. I like the UI. I like the APIs. I think building sites with it is practical and productive. </p>
    <p>When I have a complaint or problem, it's usually something fairly minor and absolutely not a show-stopper. I wish that thing was better, but I move on with my life. I recently was slightly annoyed that <code>the_excerpt()</code> didn't work as I expected it to. So I <a href="http://core.trac.wordpress.org/ticket/25349" rel="nofollow external" class="bo">filed a ticket</a>. Chances are someone is going to look at that and either fix it or tell me why they aren't going to. That's satisfaction, one way or another.</p>
    <h3>WordPress is (and always has been) under strong active development.</h3>
    <p>The releases are frequent, impressive, easy to install, and nicely varied in focus including frequent security and clean-up releases. The (large) team not only care about the software, they care about the vision behind the software, they care about the company, and they have incentive both personal and business to keep it working well.</p>
    <h3>I have lots of WordPress friends and acquaintances.</h3>
    <p>I started writing out a list of people here, and it became so long it was distracting and I started feeling bad because I knew I would forget people. You know who you are and I love you all.</p>
    <p>When I have issues, I have a great support network. Why would I leave that behind?</p>
    <h3>The WordPress community all around is excellent.</h3>
    <p>Outside of my friends and acquaintances in the WordPress community, I find I tend to generally like and get along with other WordPress-lovers. Kinda like how you might enjoy mountain biking partially because you like the activity of mountain biking but also because you generally like mountain bikers. I've been to a couple WordCamps and they were good fun.</p>
    <h3>I feel safe on WordPress.</h3>
    <p>That may seem surprising because of how often you hear about WordPress sites getting hacked. I have been as well, many times on various sites. But I know how to deal with that on WordPress. I'm good at dealing with it. And it hasn't happened in quite a while because I'm also good at preventing it now. If I moved to different software, I wouldn't be good at it until I spent years getting more comfortable with that. </p>
    <h3>I'm just one person.</h3>
    <p>99% of the hours spent working on and building CSS-Tricks was just me. It didn't take a team. I feel like CSS-Tricks is a pretty large/complex site to be handled by one person. And it's not even the primary focus of my time. Combined, I spend much more time on CodePen, ShopTalk, and administrative busywork. That's a powerful and understated testament to the software right there.</p>
    <h3>Anyway.</h3>
    <p>I remember back working at Wufoo it seems like everybody and their sister had a feature request for us. "It's easy!" they would tell us - knowing nothing about how our site was built, the history, and the challenges involved. We get some of that now at CodePen too although a bit less since it's smaller, newer, and we can be more nimble - but we still get it. </p>
    <p>It's impossible to know from the outside what's going on in the inside of other people's websites. Best to just be helpful when you can.</p>
    <hr>
    
    <p><small><a href="http://css-tricks.com/just-use-insert-cms-still-love-wordpress/" rel="nofollow external" class="bo">Just Use [insert CMS here]! Or, Why I Still Love WordPress</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>I somewhat regularly ask questions about WordPress stuff on Twitter. Usually when I don't know how to do something or I'm seeing behavior that I didn't expect. I did write a book about WordPress...</Summary>
<Website>http://css-tricks.com/just-use-insert-cms-still-love-wordpress/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36644/guest@my.umbc.edu/edcf9c43f1346ac15d85fb4c05b0dbbb/api/pixel</TrackingUrl>
<Tag>article</Tag>
<Tag>css</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>tricks</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 09:18:56 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="36641" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36641">
<Title>In a World of Social Media, Alternatives for Everyone</Title>
<Body>
<![CDATA[
    <div class="html-content">Each social networking platform has a different take on inventive ways of private messaging and creating content with a rich infusion of images and videos.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Fbusiness%2FIn-World-of-Social-Media-Alternatives-for-Everyone.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=In+a+World+of+Social+Media%2C+Alternatives+for+Everyone" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Fbusiness%2FIn-World-of-Social-Media-Alternatives-for-Everyone.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=In+a+World+of+Social+Media%2C+Alternatives+for+Everyone" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Fbusiness%2FIn-World-of-Social-Media-Alternatives-for-Everyone.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=In+a+World+of+Social+Media%2C+Alternatives+for+Everyone" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Fbusiness%2FIn-World-of-Social-Media-Alternatives-for-Everyone.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=In+a+World+of+Social+Media%2C+Alternatives+for+Everyone" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Fbusiness%2FIn-World-of-Social-Media-Alternatives-for-Everyone.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=In+a+World+of+Social+Media%2C+Alternatives+for+Everyone" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/sc/4/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/sc/4/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/sc/4/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/sc/4/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/sc/4/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/sc/4/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548498/u/0/f/640387/c/34625/s/3226c630/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Each social networking platform has a different take on inventive ways of private messaging and creating content with a rich infusion of images and videos.      </Summary>
<Website>http://www.nytimes.com/interactive/2013/10/06/business/In-World-of-Social-Media-Alternatives-for-Everyone.html?ref=technology&amp;partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36641/guest@my.umbc.edu/f08a357192fb7954b26ccad3c78a60ac/api/pixel</TrackingUrl>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 08:35:32 -0400</PostedAt>
<EditAt>Mon, 07 Oct 2013 08:44:23 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="36642" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36642">
<Title>Twitter&#8217;s Main Characters, Not Counting the Usual 140</Title>
<Body>
<![CDATA[
    <div class="html-content">Twitter has gone from whimsical side project to a multi-billion dollar company, and a handful of people have been at the heart of the company’s rise.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Ftechnology%2Ftwitter-characters.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=Twitter%E2%80%99s+Main+Characters%2C+Not+Counting+the+Usual+140" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Ftechnology%2Ftwitter-characters.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=Twitter%E2%80%99s+Main+Characters%2C+Not+Counting+the+Usual+140" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Ftechnology%2Ftwitter-characters.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=Twitter%E2%80%99s+Main+Characters%2C+Not+Counting+the+Usual+140" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Ftechnology%2Ftwitter-characters.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=Twitter%E2%80%99s+Main+Characters%2C+Not+Counting+the+Usual+140" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2Finteractive%2F2013%2F10%2F06%2Ftechnology%2Ftwitter-characters.html%3Fref%3Dtechnology%26partner%3Drss%26emc%3Drss&amp;t=Twitter%E2%80%99s+Main+Characters%2C+Not+Counting+the+Usual+140" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/sc/5/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/sc/5/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/sc/5/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/sc/5/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/sc/5/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/sc/5/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965548497/u/0/f/640387/c/34625/s/3226c623/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Twitter has gone from whimsical side project to a multi-billion dollar company, and a handful of people have been at the heart of the company’s rise.      </Summary>
<Website>http://www.nytimes.com/interactive/2013/10/06/technology/twitter-characters.html?ref=technology&amp;partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36642/guest@my.umbc.edu/a545cf111485eb45e9a4fd53027f8fda/api/pixel</TrackingUrl>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 08:35:32 -0400</PostedAt>
<EditAt>Mon, 07 Oct 2013 08:44:23 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="36640" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36640">
<Title>Bits Blog: An App That Saved 10,000 Lives</Title>
<Body>
<![CDATA[
    <div class="html-content">Start-ups like HealthTap are increasingly looking to the principles of behavioral psychology to encourage behaviors and return visits.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F05%2Fhow-to-save-10000-lives-with-an-app-flatter-doctors%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+An+App+That+Saved+10%2C000+Lives" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F05%2Fhow-to-save-10000-lives-with-an-app-flatter-doctors%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+An+App+That+Saved+10%2C000+Lives" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F05%2Fhow-to-save-10000-lives-with-an-app-flatter-doctors%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+An+App+That+Saved+10%2C000+Lives" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F05%2Fhow-to-save-10000-lives-with-an-app-flatter-doctors%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+An+App+That+Saved+10%2C000+Lives" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F05%2Fhow-to-save-10000-lives-with-an-app-flatter-doctors%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+An+App+That+Saved+10%2C000+Lives" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/sc/4/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/sc/4/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/sc/4/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/sc/4/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/sc/4/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/sc/4/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965546331/u/0/f/640387/c/34625/s/322632ff/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Start-ups like HealthTap are increasingly looking to the principles of behavioral psychology to encourage behaviors and return visits.      </Summary>
<Website>http://bits.blogs.nytimes.com/2013/10/05/how-to-save-10000-lives-with-an-app-flatter-doctors/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36640/guest@my.umbc.edu/9d929097a384b36bfaa56a42e369f55c/api/pixel</TrackingUrl>
<Tag>doctors</Tag>
<Tag>healthtap</Tag>
<Tag>new</Tag>
<Tag>start-ups</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 07:55:45 -0400</PostedAt>
<EditAt>Mon, 07 Oct 2013 07:55:45 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="36639" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36639">
<Title>Algorithm Writes People's Life Histories Using Twitter</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>If you tweet about your life, a new algorithm can identify your most significant events and assemble them into an accurate life history, say the computer scientists who built it</p>
    <p><img src="https://www.technologyreview.com/sites/default/files/images/Tweet%20timelines.png" alt="" width="380" height="216" style="max-width: 100%; height: auto;"></p>
    </div>
]]>
</Body>
<Summary>If you tweet about your life, a new algorithm can identify your most significant events and assemble them into an accurate life history, say the computer scientists who built it</Summary>
<Website>http://www.technologyreview.com/view/519961/algorithm-writes-peoples-life-histories-using-twitter/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36639/guest@my.umbc.edu/8f246ca17d7aaf06e311564fd9392376/api/pixel</TrackingUrl>
<Tag>development</Tag>
<Tag>internet</Tag>
<Tag>mit</Tag>
<Tag>technology</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 06:51:03 -0400</PostedAt>
<EditAt>Mon, 07 Oct 2013 06:51:00 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="36637" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36637">
<Title>30 one-page sites you&#8217;ll wish you had built</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img alt="thumbnail" src="http://netdna.webdesignerdepot.com/uploads/2013/10/thumbnail2.jpg" width="200" height="160" style="max-width: 100%; height: auto;">With web users bombarded with so much information, web designers are constantly exploring new ways to deliver content. One-page websites are now being widely adopted with some of the biggest brands in the world using them to provide users with a fast, clean and simple experience that is simultaneously effective and beautiful.</p> <p>Over the past few years, we’ve seen the trend towards one-page websites grow thanks to the introduction of HTML5 and jQuery, which make it easy to build stunning websites with nifty transitions and effects.</p> <p>Below are 30 stunning one-page HTML5 websites, covering everything from minimalist design and simple navigation to parallax scrolling. If you’re looking for inspiration for your new single page HTML5 website, take a look at the list below:</p> <h1>1. Trionn Design</h1> <p>Having won several awards, Trionn Design’s one-page HTML5 website uses parallax scrolling to make it easier for users to navigate through the site. This responsive design uses attractive images to keep users engaged, and also incorporates some great CSS effects.</p> <p><a href="http://www.trionndesign.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-001.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>2. Oakley Airbrake MX</h1> <p>Oakley have created this entertaining and eye catching site, combining parallax scrolling and amazing photography to showcase the new Airbrake MX goggles in a unique way.</p> <p><a href="http://moto.oakley.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-002.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>3. Scroll for your health</h1> <p>Not only is this site stunning but it also provides useful information on your ’5 a day’, encouraging visitors to eat more fruit. The site makes use of clever parallax scrolling for a bright, almost video-like feel.</p> <p><a href="http://www.shibui.me/web/scroll/index.html" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-003.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>4. Laura Baffari</h1> <p>Graphic designer Laura Baffari has created a stunning interactive portfolio that uses horizontal scroll and touch swipe for smartphones and tablets. When entering the site you’ll see tiles displaying her work which can be scrolled through in any direction.</p> <p><a href="http://www.laurab.net/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-004.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>5. Pati &amp; Felipe</h1> <p>This one’s for all the romantics out there. This has to be the most unique way to confirm your attendance to a wedding. A beautiful story of a couple who met many years ago, this site uses parallax scrolling with some great animation and inventive typography.</p> <p><a href="http://www.patiefelipecasando.com.br/en" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-005.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>6. Ian James Cox</h1> <p>Another portfolio bound to provide you with inspiration, freelance digital designer Ian James Cox has created an inventive doodle effect one-page website based around the “Duffy Bold” font and the popular Scroll Path jQuery plugin.</p> <p><a href="http://www.ianjamescox.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-006.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>7. Air Jordan 2012</h1> <p>Footwear specialists Nike created a captivating website for the Air Jordan 2012. Built around the footwear itself, the site uses parallax scrolling to take visitors through the creation of the trainer and the materials used as it’s assembled.</p> <p><a href="http://www.nike.com/jumpman23/aj2012/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-007.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>8. My Pizza Oven</h1> <p>Pizza fanatic Renato has created this alluring site for his pizza party business. Not only does this site make you hungry but the use of graphical elements throughout the page adds a nice touch.</p> <p><a href="http://mypizzaoven.nl" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-008.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>9. Marty.com</h1> <p>Created by Martin Ringlein, Design Manager at Twitter, this one page design is truly unique. Use the arrows at the bottom to set the presentation slideshows in motion and see what Martin has been up to since 1999. If you’re looking for inspiration for an original navigation, do check this site out!</p> <p><a href="http://marty.com" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-009.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>10. Smart Phood</h1> <p>Smart Phood is a research project about how people eat. This colourful HTML5 one-pager has a unique scroll that gives it the ‘wow’ factor.</p> <p><a href="http://smartphood.it" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-010.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>11. numéro10</h1> <p>I can’t imagine how much work has gone into creating this one-page website. It uses parallax scrolling and loads of amazing transitions and graphic elements that you’re unlikely to see on any other site. Simply breathtaking!</p> <p><a href="http://www.numero10.ch/fr/home/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-011.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>12. Saucony Kinvara 3</h1> <p>An excellent interactive experience using parallax scrolling and amazing transitions and effects to present the complete journey of the shoe coming together.</p> <p><a href="http://community.saucony.com/kinvara3/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-012.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>13. Pi’s Epic Journey</h1> <p>This one-pager is as epic as the movie itself. It’s a stunning HTML5 parallax scrolling site that takes a behind-the-scenes look at some of the greatest moments of the movie.</p> <p><a href="http://journey.lifeofpimovie.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-013.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>14. New Skoda Octavia</h1> <p>The new Skoda Octavia’s dedicated HTML5 website invites visitors to discover it through an immersive animated experience. This stunning one-pager uses parallax scrolling and a unique type of navigation that creates an engaging experience.</p> <p><a href="http://www.nouvelleoctavia.fr/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-014.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>15. Every Last Drop</h1> <p>An informative website which takes an in-depth look at how much water the average person consumes every day in the UK. The site uses graphic elements and transitions to spark conversation on an important issue.</p> <p><a href="http://everylastdrop.co.uk/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-015.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>16. Reverend Danger</h1> <p>Stylistically similar to Minecraft, Reverend Danger uses a range of animation and CSS techniques to create a fun experience for visitors. This one-pager combines an interesting slider at the top where visitors can change the images from ‘reverend to danger’.</p> <p><a href="http://reverenddanger.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-016.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>17. Festa Italiana</h1> <p>Festa Italiana is another fun website that uses bright colours and graphical elements that move as you scroll down.</p> <p><a href="http://festaitalianafrederick.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-017.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>18. Activate</h1> <p>Quench your thirst with this website by Activate. As you scroll down the site you are presented with clickable floating bottles. The site has some excellent transitions and effects throughout.</p> <p><a href="http://activatedrinks.com" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-018.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>19. D’Angelico Guitars</h1> <p>D’Angelico guitars were embraced by many and remained popular until the 70′s. Now the legend is reborn with a stunning HTML5 one-pager that makes great use of sound and parallax scrolling to take you through the journey.</p> <p><a href="http://dangelicoguitars.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-019.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>20. State of the Business Owner 2013</h1> <p>A unique take on the popular concept of the traditional infographic, this HTML5 one-page site present statistics from a report that reveals critical factors for small and midsize business success in 2013. Scroll down to see the transitions and effects that reveal the stats.</p> <p><a href="http://www.stateoftheowner.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-020.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>21. Marco Rosella</h1> <p>A fantastic one-page portfolio site in HTML5 with a zoomable user interface powered by SVG.</p> <p><a href="http://marcorosella.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-021.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>22. Jules Bassoleil</h1> <p>Jules Bassoleil’s single page portfolio has an amazingly logical and effective navigation with the graphics jumping out at you.</p> <p><a href="http://www.julesbassoleil.fr" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-022.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>23. Sergio Pedercini</h1> <p>Italian web designer Sergio Pedercini has created an elegant site to display his portfolio. The bright colours and the bouncing navigation make it attractive and easy to use.</p> <p><a href="http://sergiopedercini.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-023.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>24. VonDutch</h1> <p>Fashion label Von Dutch’s use of parallax scrolling adds a sense of movement to its story. Icons and images move in and out of place as you scroll down the page, providing a fluid experience.</p> <p><a href="http://www.vondutch.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-024.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>25. CoolApps</h1> <p>A simple yet attractive HTML5 one-pager that uses animation to provide a great floating effect.</p> <p><a href="http://www.coolappse.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-025.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>26. Pixelmess</h1> <p>Horizontal scrolling is quite common on creative agency websites, and Pixelmess’s site is an example of it working particularly well. The combination of retro fonts and illustrations makes you feel like you’re playing an old school video game which is even more engaging.</p> <p><a href="http://pixelmess.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-026.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>27. Renault Zoe</h1> <p>Renault uses a combination of parallax scrolling, audio and video to create an interactive and amazing experience for visitors.</p> <p><a href="http://www.renault-ze.com/fr-fr/une-journee-en-renault-zoe-81880.html" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-027.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>28. Officeline Lei</h1> <p>This is one of the best product presentation sites I’ve seen lately. The site use of parallax scrolling to present swivelling chairs specifically designed for women.</p> <p><a href="http://www.officeline.se/kampanj/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-028.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>29. All-N-1 House of Beauty</h1> <p>This responsive HTML5 one-pager features a fluid layout that includes several interactive elements and animations to make it more engaging.</p> <p><a href="http://www.alln1hob.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-029.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>30. Kinderfotografie Evi Hermans</h1> <p>Children’s photographer Evi Hermans has created this fun and playful one-page website. Not only are the photos lovely, but this beautiful site is made even more interactive through the use of animations.</p> <p><a href="http://www.kinderfotografie-evihermans.be/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/1page-030.jpg" width="650" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"></a></p> <p> </p> <p><em><strong>Do you wish you’d built these sites? Have you built a better one? Let us know in the comments.</strong></em></p> <p><br><br> </p>
    <table width="100%"> <tbody>
    <tr> <td> <a href="http://www.mightydeals.com/deal/lunchbox-font.html?ref=inwidget" rel="nofollow external" class="bo"><strong>Quirky Lunchbox Typeface (1,500+ glyphs) – only $17!</strong></a> </td> <td> <a href="http://www.mightydeals.com/?ref=inwidget" rel="nofollow external" class="bo"><br> <img src="http://mightydeals.com/web/images/widget-logo.png" height="40" width="90" alt="30 one page sites youll wish you had built" style="max-width: 100%; height: auto;"><br> </a> </td> </tr> </tbody>
    </table> <p><br> </p> <a href="http://www.webdesignerdepot.com/2013/10/30-one-page-sites-youll-wish-you-had-built/" rel="nofollow external" class="bo">Source</a> <br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F10%2F30-one-page-sites-youll-wish-you-had-built%2F&amp;t=30+one-page+sites+you%E2%80%99ll+wish+you+had+built" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F10%2F30-one-page-sites-youll-wish-you-had-built%2F&amp;t=30+one-page+sites+you%E2%80%99ll+wish+you+had+built" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F10%2F30-one-page-sites-youll-wish-you-had-built%2F&amp;t=30+one-page+sites+you%E2%80%99ll+wish+you+had+built" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F10%2F30-one-page-sites-youll-wish-you-had-built%2F&amp;t=30+one-page+sites+you%E2%80%99ll+wish+you+had+built" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F10%2F30-one-page-sites-youll-wish-you-had-built%2F&amp;t=30+one-page+sites+you%E2%80%99ll+wish+you+had+built" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/176965539199/u/49/f/661066/c/35285/s/32250019/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176965539199/u/49/f/661066/c/35285/s/32250019/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>With web users bombarded with so much information, web designers are constantly exploring new ways to deliver content. One-page websites are now being widely adopted with some of the biggest...</Summary>
<Website>http://rss.feedsportal.com/c/35285/f/661066/s/32250019/sc/4/l/0L0Swebdesignerdepot0N0C20A130C10A0C30A0Eone0Epage0Esites0Eyoull0Ewish0Eyou0Ehad0Ebuilt0C/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36637/guest@my.umbc.edu/09ac1530d99d6cd26c0d95fd88b5229d/api/pixel</TrackingUrl>
<Tag>art</Tag>
<Tag>cool-websites</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>design-inspiration</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>illustrator</Tag>
<Tag>inspiration</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>one-page-sites</Tag>
<Tag>oracle</Tag>
<Tag>photoshop</Tag>
<Tag>php</Tag>
<Tag>single-page-websites</Tag>
<Tag>sql</Tag>
<Tag>website-inspiration</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 06:15:50 -0400</PostedAt>
<EditAt>Mon, 07 Oct 2013 06:15:50 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="36636" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36636">
<Title>Thinking Inside The Box With Vanilla JavaScript</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <table width="650">
    <tbody>
    <tr>
    <td>
    <div>
    <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="" style="max-width: 100%; height: auto;"><br><a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=1" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=1" alt="" style="max-width: 100%; height: auto;"></a> <a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=2" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=2" alt="" style="max-width: 100%; height: auto;"></a> <a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=3" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=3" alt="" style="max-width: 100%; height: auto;"></a>
    </div>
    </td>
    </tr>
    </tbody>
    </table>
    <p>During the past four or five years of blogging regularly and doing research for other writing projects, I’ve come across probably thousands of articles on JavaScript.</p>
    <p>To me, it seems that a big chunk of these articles can be divided into two very general categories:</p>
    <ol>
    <li>jQuery;</li>
    <li>Theory and concept articles focused on things like <a href="http://benalman.com/news/2010/11/immediately-invoked-function-expression/" rel="nofollow external" class="bo">IIFEs</a>, <a href="http://net.tutsplus.com/tutorials/javascript-ajax/closures-front-to-back/" rel="nofollow external" class="bo">closures</a> and <a href="http://addyosmani.com/resources/essentialjsdesignpatterns/book/" rel="nofollow external" class="bo">design patterns</a>.</li>
    </ol>
    <p>Yes, I’ve likely stumbled upon a ton of other articles that don’t fall into either of these categories or that are more specific. But somehow it feels that most of the ones that really get pushed in the community fall under one of the two categories above.</p>
    <p>I think those articles are great, and I hope we see more of them. But <strong>sometimes the simplest JavaScript features are sitting right under our noses</strong> and we just haven’t had a lot of exposure to them. I’m talking about native, more-or-less cross-browser features that have been in the language for some time.</p>
    <p>So, in this article, I won’t be talking about jQuery, and I won’t be looking at structural code concepts or patterns. Instead, I’m going to introduce you to some pure JavaScript features that you can use today and that you might not have ever considered before.</p>
    <h3>insertAdjacentHTML()</h3>
    <p>Years ago, Microsoft introduced a method called <code>insertAdjacentHTML()</code> as a way to insert a specified string of text as HTML or XML into a specific place in the DOM. This feature has been available in Internet Explorer (IE) since version 4. Let’s see how it works.</p>
    <p>Suppose you have the following HTML:</p>
    <pre><code>&#x000A;    &lt;div id="box1"&gt;&#x000A;        &lt;p&gt;Some example text&lt;/p&gt;&#x000A;    &lt;/div&gt;&#x000A;    &lt;div id="box2"&gt;&#x000A;        &lt;p&gt;Some example text&lt;/p&gt;&#x000A;    &lt;/div&gt;&#x000A;    </code></pre>
    <p>And suppose you want to insert another snippet of HTML between <code>#box1</code> and <code>#box2</code>. You can do this quite easily using <code>insertAdjacentHTML()</code>:</p>
    <pre><code>&#x000A;    var box2 = document.getElementById("box2");&#x000A;    box2.insertAdjacentHTML('beforebegin', '&lt;div&gt;&lt;p&gt;This gets inserted.&lt;/p&gt;&lt;/div&gt;');&#x000A;    </code></pre>
    <p>With that, the generated DOM ends up like this:</p>
    <pre><code>&#x000A;    &lt;div id="box1"&gt;&#x000A;        &lt;p&gt;Some example text&lt;/p&gt;&#x000A;    &lt;/div&gt;&#x000A;    &lt;div&gt;&lt;p&gt;This gets inserted.&lt;/p&gt;&lt;/div&gt;&#x000A;    &lt;div id="box2"&gt;&#x000A;        &lt;p&gt;Some example text&lt;/p&gt;&#x000A;    &lt;/div&gt;&#x000A;    </code></pre>
    <ul>
    <li><a href="http://jsbin.com/otIZApI/1/edit?html,js,output" rel="nofollow external" class="bo">View a simple demo.</a></li>
    </ul>
    <p>The <code>insertAdjacentHTML()</code> method takes two parameters. The first defines where you want to place the HTML, relative to the targeted element (in this case, the <code>#box2</code> element). This may be one of the following four string values:</p>
    <ul>
    <li>
    <code>beforebegin</code><br>
    The HTML would be placed immediately before the element, as a sibling.</li>
    <li>
    <code>afterbegin</code><br>
    The HTML would be placed inside the element, before its first child.</li>
    <li>
    <code>beforeend</code><br>
    The HTML would be placed inside the element, after its last child.</li>
    <li>
    <code>afterend</code><br>
    The HTML would be placed immediately after the element, as a sibling.</li>
    </ul>
    <p>Again, <strong>these are string values, not keywords</strong>, so they must be placed inside of single or double quotes.</p>
    <p>The second parameter is the string you want to insert, also placed in quotes (or else it would be a variable holding a string that was previously defined). Note that it should be a string, not a DOM element or element collection; so, it could just be text, with no actual markup.</p>
    <p><code>insertAdjacentHTML()</code> has, as outlined in a <a href="https://hacks.mozilla.org/2011/11/insertadjacenthtml-enables-faster-html-snippet-injection/" rel="nofollow external" class="bo">post on Mozilla Hacks</a>, a couple of advantages over something more conventional, like <code>innerHTML()</code>: It does not corrupt the existing DOM elements, and it performs better.</p>
    <p>And if you’re wondering why this one hasn’t received a lot of attention so far, despite being well supported in all in-use versions of IE, the reason is probably that, as mentioned in the Mozilla Hacks article, it was not added to Firefox until version 8. Because all other major browsers support this, and Firefox users have been auto-updating since version 5, it’s quite safe to use.</p>
    <p>For more on this method:</p>
    <ul>
    <li>“<a href="http://domparsing.spec.whatwg.org/#insertadjacenthtml()" rel="nofollow external" class="bo">insertAdjacentHTML()</a>,” in the “DOM Parsing and Serialization” specification, WHATWG</li>
    <li>“<a href="https://developer.mozilla.org/en-US/docs/Web/API/element.insertAdjacentHTML" rel="nofollow external" class="bo">Element.insertAdjacentHTML</a>,” Mozilla Developer Network</li>
    </ul>
    <h3>getBoundingClientRect()</h3>
    <p>You can obtain the coordinates and, by extension, the dimensions of any element on the page using another lesser-known method, the <code>getBoundingClientRect()</code> method.</p>
    <p>Here’s an example of how it might be used:</p>
    <pre><code>&#x000A;    var box = document.getElementById('box'),&#x000A;        x, y, w;&#x000A;    &#x000A;    x = box.getBoundingClientRect().left;&#x000A;    y = box.getBoundingClientRect().top;&#x000A;    &#x000A;    if (box.getBoundingClientRect().width) {&#x000A;      w = box.getBoundingClientRect().width; // for modern browsers&#x000A;    } else {&#x000A;      w = box.offsetWidth; // for oldIE&#x000A;    }&#x000A;    &#x000A;    console.log(x, y, w);&#x000A;    </code></pre>
    <ul>
    <li><a href="http://jsbin.com/aKAdISE/1/edit?html,js,output" rel="nofollow external" class="bo">View a demo.</a></li>
    </ul>
    <p>Here, we’ve targeted an element with an ID of <code>box</code>, and we’re accessing three properties of the <code>getBoundingClientRect()</code> method for the <code>#box</code> element. Here’s a summary of six fairly self-explanatory properties that this method exposes:</p>
    <ul>
    <li>
    <code>top</code><br>
    How many pixels the top edge of the element is from the topmost edge of the viewport</li>
    <li>
    <code>left</code><br>
    How many pixels the left edge of the element is from the leftmost edge of the viewport</li>
    <li>
    <code>right</code><br>
    How many pixels the right edge of the element is from the leftmost edge of the viewport</li>
    <li>
    <code>bottom</code><br>
    How many pixels the bottom edge of the element is from the topmost edge of the viewport</li>
    <li>
    <code>width</code><br>
    The width of the element</li>
    <li>
    <code>height</code><br>
    The height of the element</li>
    </ul>
    <p><strong>All of these properties are read-only.</strong> And notice that the coordinate properties (<code>top</code>, <code>left</code>, <code>right</code> and <code>bottom</code>) are all relative to the top-left of the viewport.</p>
    <p>What about the <code>if/else</code> in the example from above? IE 6 to 8 don’t support the <code>width</code> and <code>height</code> properties; so, if you want full cross-browser support for those, you’ll have to use <code>offsetWidth</code> and/or <code>offsetHeight</code>.</p>
    <p>As with <code>insertAdjacentHTML()</code>, despite the lack of support for <code>width</code> and <code>height</code>, this method has been supported in IE since ancient times, and it has support everywhere else that’s relevant, so it’s pretty safe to use.</p>
    <p>I will concede something here: Getting the coordinates of an element using offset-based values (such as <code>offsetWidth</code>) is actually <a href="http://jsperf.com/getboundingclientrect-vs-jquery/5" rel="nofollow external" class="bo">faster than using <code>getBoundingClientRect()</code></a>. Note, however, that offset-based values will always round to the nearest integer, whereas <code>getBoundingClientRect()</code>’s properties will return fractional values.</p>
    <p>For more info:</p>
    <ul>
    <li>“<a href="https://developer.mozilla.org/en-US/docs/Web/API/element.getBoundingClientRect" rel="nofollow external" class="bo">Element.getBoundingClientRect</a>,” Mozilla Developer Network</li>
    <li>“<a href="http://ejohn.org/blog/getboundingclientrect-is-awesome/" rel="nofollow external" class="bo">getBoundingClientRect Is Awesome</a>,” John Resig</li>
    </ul>
    <h3>The &lt;table&gt; API</h3>
    <p>If you’ve ever manipulated elements on the fly with JavaScript, then you’ve likely used methods such as <code>createElement</code>, <code>removeChild</code>, <code>parentNode</code> and related features. And you can manipulate HTML tables in this way, too.</p>
    <p>But you may not realize that there is a very specific API for creating and manipulating HTML tables with JavaScript, and it has very good browser support. Let’s take a quick look at some of the methods and properties available with this API.</p>
    <p>All of the following methods are available to be used on any HTML <code>table</code> element:</p>
    <ul>
    <li><code>insertRow()</code></li>
    <li><code>deleteRow()</code></li>
    <li><code>insertCell()</code></li>
    <li><code>deleteCell()</code></li>
    <li><code>createCaption()</code></li>
    <li><code>deleteCaption()</code></li>
    <li><code>createTHead()</code></li>
    <li><code>deleteTHead()</code></li>
    </ul>
    <p>And then there are the following properties:</p>
    <ul>
    <li><code>caption</code></li>
    <li><code>tHead</code></li>
    <li><code>tFoot</code></li>
    <li><code>rows</code></li>
    <li><code>rows.cells</code></li>
    </ul>
    <p><strong>With these features, we can create an entire table</strong>, including rows, cells, a caption and cell content. Here’s an example:</p>
    <pre><code>&#x000A;    var table = document.createElement('table'),&#x000A;        tbody = document.createElement('tbody'),&#x000A;        i, rowcount;&#x000A;    &#x000A;    table.appendChild(tbody);&#x000A;    &#x000A;    for (i = 0; i &lt;= 9; i++) {&#x000A;      rowcount = i + 1;&#x000A;      tbody.insertRow(i);&#x000A;      tbody.rows[i].insertCell(0);&#x000A;      tbody.rows[i].insertCell(1);&#x000A;      tbody.rows[i].insertCell(2);&#x000A;      tbody.rows[i].cells[0].appendChild(document.createTextNode('Row ' + rowcount + ', Cell 1'));&#x000A;      tbody.rows[i].cells[1].appendChild(document.createTextNode('Row 1, Cell 2'));&#x000A;      tbody.rows[i].cells[2].appendChild(document.createTextNode('Row 1, Cell 3'));&#x000A;    }&#x000A;    &#x000A;    table.createCaption();&#x000A;    table.caption.appendChild(document.createTextNode('A DOM-Generated Table'));&#x000A;    &#x000A;    document.body.appendChild(table);&#x000A;    </code></pre>
    <ul>
    <li><a href="http://jsbin.com/OcuFITE/1/edit?html,js,output" rel="nofollow external" class="bo">View a demo.</a></li>
    </ul>
    <p>The script above combines some customary core DOM methods with methods and properties of the <code>HTMLTableElement</code> API. The same code written without the table API might be considerably more complex and, thus, harder to read and maintain.</p>
    <p>Once again, these table-related features have support all the way back to IE 7 (and probably earlier) and everywhere else that’s relevant, so feel free to use these methods and properties where you see fit.</p>
    <p>For more info:</p>
    <ul>
    <li>“<a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableElement" rel="nofollow external" class="bo">HTMLTableElement</a>,” Mozilla Developer Network</li>
    <li>“<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html" rel="nofollow external" class="bo">Tabular Data</a>,” in the “HTML” specification, WHATWG</li>
    </ul>
    <h3>Wrapping Up</h3>
    <p>This discussion of specific native JavaScript features has been a reminder of sorts. We can easily become comfortable with the features of a language that we know well, without looking deeper into the language’s syntax for simpler and more maintainable ways to solve our problems.</p>
    <p>So, from time to time, look <em>inside</em> the box, so to speak. That is, investigate <a href="https://developer.mozilla.org/en-US/docs/Web/API" rel="nofollow external" class="bo">all that vanilla JavaScript has to offer</a>, and <strong>try not to rely too much on plugins and libraries</strong>, which can unnecessarily bloat your code.</p>
    <p><em>(Credits of image on front page: <a href="http://www.flickr.com/photos/nyuhuhuu/4443886636/" rel="nofollow external" class="bo">nyuhuhuu</a></em>)</p>
    <p><em>(al ea)</em></p>
    <hr>
    <p><small>© Louis Lazaris for <a href="http://www.smashingmagazine.com" rel="nofollow external" class="bo">Smashing Magazine</a>, 2013.</small></p>
    </div>
]]>
</Body>
<Summary>        During the past four or five years of blogging regularly and doing research for other writing projects, I’ve come across probably thousands of articles on JavaScript.   To me, it seems...</Summary>
<Website>http://www.smashingmagazine.com/2013/10/07/thinking-inside-box-vanilla-javascript/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36636/guest@my.umbc.edu/fb2e67eb163cc63efd12f67a8e353fa7/api/pixel</TrackingUrl>
<Tag>coding</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 03:20:19 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="36654" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36654">
<Title>Men's Basketball Tabs Quentin Jones and Malik Garner as Captains for 2013-14 Campaign</Title>
<Body>
<![CDATA[
    <div class="html-content">UMBC Head Men's Basketball Coach Aki Thomas has tabbed senior Quentin Jones (Ellicott City, Md./Mount St. Joseph) and sophomore Malik Garner (Philadelphia, Pa./Chestnut Hill Academy) as Retriever co-captains for the 2013-14 season.</div>
]]>
</Body>
<Summary>UMBC Head Men's Basketball Coach Aki Thomas has tabbed senior Quentin Jones (Ellicott City, Md./Mount St. Joseph) and sophomore Malik Garner (Philadelphia, Pa./Chestnut Hill Academy) as Retriever...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8203</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36654/guest@my.umbc.edu/36892fb1c46a5945f7ad78de097e4d53/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="36647" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36647">
<Title>Quaranta Earns America East Player of the Week Honors</Title>
<Body>
<![CDATA[
    <div class="html-content">UMBC women's soccer's Alexa Quaranta earned America East Player of the Week recognition following a 2-0 week in conference play for the Retrievers, as announced by the conference office Monday.</div>
]]>
</Body>
<Summary>UMBC women's soccer's Alexa Quaranta earned America East Player of the Week recognition following a 2-0 week in conference play for the Retrievers, as announced by the conference office Monday.</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8202</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36647/guest@my.umbc.edu/1ff5f953398beea82db7c60dd6702f0e/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="36659" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36659">
<Title>Retriever Men Jump to Ninth in Mid-Atlantic for Highest-Ever Ranking in USTFCCCA Regional Poll</Title>
<Body>
<![CDATA[
    <div class="html-content">NEW ORLEANS � After taking 13th overall out of 47 teams in the Gold Division at the Paul Short Run, the UMBC men's cross country team has jumped to ninth in the Mid-Atlantic Region in the latest U.S. Track &amp; Field and Cross Country Coaches Association (USTFCCCA) poll, the organization announced on Monday afternoon.</div>
]]>
</Body>
<Summary>NEW ORLEANS � After taking 13th overall out of 47 teams in the Gold Division at the Paul Short Run, the UMBC men's cross country team has jumped to ninth in the Mid-Atlantic Region in the latest...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8204</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36659/guest@my.umbc.edu/bab9e02b6414af91647beda16ce304cc/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 01:00:00 -0400</PostedAt>
</NewsItem>

</News>
