<?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>Anchor Marketing &#187; Jared T.</title>
	<atom:link href="http://anchorwebsite.com/index.php/author/jaredt/feed/" rel="self" type="application/rss+xml" />
	<link>http://anchorwebsite.com</link>
	<description>You don’t need an advertising agency. You need Anchor Marketing.</description>
	<lastBuildDate>Thu, 26 Apr 2012 20:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>To CMS Or Not To CMS</title>
		<link>http://anchorwebsite.com/index.php/2011/01/26/to-cms-or-not-to-cms/</link>
		<comments>http://anchorwebsite.com/index.php/2011/01/26/to-cms-or-not-to-cms/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 19:27:57 +0000</pubDate>
		<dc:creator>Jared T.</dc:creator>
				<category><![CDATA[Anchor Drops]]></category>

		<guid isPermaLink="false">http://anchorwebsite.com/?p=1283</guid>
		<description><![CDATA[Today a lot of Web Development firms are using a CMS (Content Management System) to help run the sites they build.Using a CMS helps to remove a lot of programming time if the client is looking for features that allow them to add, remove or edit the content of their site on their own. While [...]]]></description>
			<content:encoded><![CDATA[<p>Today a lot of Web Development firms are using a CMS (Content Management System) to help run the sites they build.<span id="more-1283"></span>Using a CMS helps to remove a lot of programming time if the client is looking for features that allow them to add, remove or edit the content of their site on their own.  While this is a huge boon for DIY types, there are times that a CMS can actually get in the way, creating more development time and &#8211; in the end &#8211; developing a feature that rarely gets used.</p>
<p>In an ideal world the client &#8211; as well as the Web Development firm &#8211; would have a lot of time and money to evaluate the usefulness of a CMS as well as which CMS to use. Unfortunately that is not how the world always works, and sometimes compromises have to be made.</p>
<p>To prepare you for a decision just such as this, here are a few reasons you might choose a CMS:</p>
<ul>
<li>If you intend to add content or pages fairly regularly or use the site as a blog</li>
<li>If you want to include an &#8220;events&#8221; or &#8220;news&#8221; page that is updated frequently</li>
<li>Will you have a poll? If so, the ability to add, remove or move content blocks is helpful.</li>
<li>Search engines love CMS&#8230; <em>when it is used to add new content consistently.</em></li>
<li>If your site will be incorporating data from other sites via RSS or a Twitter feed.</li>
</ul>
<p>If you are building a &#8220;brochure&#8221; site that is only a few pages and the content will vary rarely change, then you might be better off going with a static site.  No need to design around a system when it is not needed.</p>
<p>It&#8217;s also true to say that not all CMS systems are equal.  Some require you to install a database, files and do some configuration. Other systems do not and consequently are not as extendable.  For a &#8220;brochure&#8221; site for example, one could use a CMS like CushyCMS that is free, simple to use and more importantly very easy to implement.  Add a sprinkle of Cushy CSS classes here and there to denote your editable regions and you&#8217;re set.</p>
<p>A more robust CMS will allow you to do a whole lot more through the addition of plugins or modules that help to extend and customize the CMS to meet specific needs.  You can add membership features, a shopping cart, photo galleries and the list goes on and on.</p>
<p>Examples include WordPress, Joomla, Drupal and Expression Engine to name just a few. Recently I have heard quite a bit about Concrete5 and MODx.</p>
<p>If you would like a quick rundown of how to evaluate a CMS with a more expansive list of systems out there, please take a look at Joel Reyes&#8217; article <a href="http://sixrevisions.com/web-development/how-to-evaluate-what-cms-to-use/">How to Evaluate What CMS to Use</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anchorwebsite.com/index.php/2011/01/26/to-cms-or-not-to-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benefits Of Upcoming Browser Technology</title>
		<link>http://anchorwebsite.com/index.php/2010/11/03/benefits-of-upcoming-browser-technology/</link>
		<comments>http://anchorwebsite.com/index.php/2010/11/03/benefits-of-upcoming-browser-technology/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 18:43:01 +0000</pubDate>
		<dc:creator>Jared T.</dc:creator>
				<category><![CDATA[Anchor Drops]]></category>

		<guid isPermaLink="false">http://anchorwebsite.com/?p=1092</guid>
		<description><![CDATA[If you pay attention to web development, you have probably been hearing about CSS3 and HTML5 off and on now for about a year.If you look into these new technologies, you’ll find demos and descriptions of what developers are capable of when using them. In this blog, I’m going look at how they will (hopefully) [...]]]></description>
			<content:encoded><![CDATA[<p>If you pay attention to web development, you have probably been hearing about CSS3 and HTML5 off and on now for about a year.<span id="more-1092"></span>If you look into these new technologies, you’ll find demos and descriptions of what developers are capable of when using them. In this blog, I’m going look at how they will (hopefully) bridge some gaps and mend some fences in the sometimes tenuous Designer vs. Developer relationship.</p>
<p>One of the most common Designer vs. Developer gripes is &#8217;rounded&#8217; corners&#8230; with or without a drop shadow/outer glow&#8230; plus a gradient&#8230; plus some opacity&#8230; plus some contradicting rollover effect&#8230; plus&#8230; etc. etc.  Sometimes this can be difficult to implement given where and how it&#8217;s used, along with how you decide to implement these features. By adding a little ‘style’ to the site, a designer may have inadvertently added a few hours to a project.</p>
<p>The difficulty or extra work isn’t what gets to most developers. Mostly, they would simply like the site to be more streamlined (rather than bulky). To implement rounded corners, drop shadows, outer glows, opacity and gradients – and to ensure that they are cross-browser and legacy-browser compatible – you need to use images. Those images will likely be PNGs. PNGs are not a &#8216;lossy&#8217; image format like good old JPEGs, and therefore end up being quite a bit larger. With larger file sizes come longer load times for a web site.</p>
<p>With CSS3, web developers can let the rounded corner, opacity, drop shadow, gradient train keep on chugging with a full head of steam. Developers will no longer have to slice-up and combine a designer’s site mock up into sprites or make a myriad number of adjustments to the markup and style sheet to make dreams a reality. In the near future, the developer will be able to do all of this with CSS3! This will drastically cut down on development time and load times as bulky PNG files are no longer required to make these features happen.</p>
<p>Some of these features are technically only supported by certain browser developers at this time, but will hopefully be incorporated into all browsers in the future. This is a slight drawback. Yet some of these features, like CSS3 gradients, allow you to specify fallbacks so if the browser doesn’t support CSS3, it will use the image instead.</p>
<p>Now, I only touched on a very specific area where CSS3 can help the Designer-Developer relationship. There are also transitions, animations, resizing and so on that will become available to developers. These will ease the burden of client-side scripting, but that’s another article.</p>
<p>Unfortunately, not all browsers support CSS3 (yet), and most of the ones that do require a browser prefix to the CSS selector or a CSS selector that only a specific browser will recognize. Patience will be important, since we will be at the mercy of legacy browser versions for while yet. But the sun is beginning to rise. There’s nothing that says you can’t get a head start and slowly implement subtle CSS3 effects now. Once web browsers are ready for it, the sky will be the limit for designers and developers alike!</p>
<p>I have listed a few links below if you would like to learn more about CSS3.</p>
<p>A fun CSS3 sandbox:<a title="westciv" href="http://westciv.com/tools/" target="_blank"> http://westciv.com/tools/</a></p>
<p>Mozilla CSS reference and extensions: <a title="mozilla" href="https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions" target="_blank">https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions</a></p>
<p>A blog on all CSS3 developments: <a title="CSS3 info" href="http://www.CSS3.info" target="_blank">http://www.CSS3.info</a></p>
<p>Google showing off CSS3 and HTML5: <a title="HTML5rocks" href="http://studio.html5rocks.com/" target="_blank">http://studio.html5rocks.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anchorwebsite.com/index.php/2010/11/03/benefits-of-upcoming-browser-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Support, Here’s looking at you IE6!</title>
		<link>http://anchorwebsite.com/index.php/2010/07/21/browser-support-here%e2%80%99s-looking-at-you-ie6/</link>
		<comments>http://anchorwebsite.com/index.php/2010/07/21/browser-support-here%e2%80%99s-looking-at-you-ie6/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:44:31 +0000</pubDate>
		<dc:creator>Jared T.</dc:creator>
				<category><![CDATA[Anchor Drops]]></category>

		<guid isPermaLink="false">http://anchorwebsite.com/?p=798</guid>
		<description><![CDATA[Internet Explorer version 6 is currently the bane of most web developers&#8217; existences. If you don’t believe me just do a Google search with something like, &#8220;why support IE6?&#8221; You’ll find a site dedicated to all those that have officially dropped support for it along with many other blog posts like this reasoning why it’s [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer version 6 is currently the bane of most  web developers&#8217; existences.<span id="more-798"></span> If you don’t believe me just do a Google search with  something like, &#8220;why support IE6?&#8221; You’ll find a site dedicated to all  those that have officially dropped support for it along with many other  blog posts like this reasoning why it’s high time to start moving on.</p>
<p><strong>Who’s still using it and why?</strong></p>
<ol>
<li>So if      I’m telling you that IE6 is so bad, why are people still  using it?  Mostly it’s because these users don’t      have a choice.   Why don’t these      users have a choice?  It’s the IT       departments.  There are a lot of      large companies in the world with a  lot of employees that use the internet      or the company’s intranet  everyday to get their work done.A company’s intranet may have been built on IE6 and consequently, the IT department is afraid of  it      breaking. Sometimes these IT professionals even cite security concerns as a reason to stay with IE6.  However, it&#8217;s come to light recently that IE6 is significantly more vulnerable to attack than newer versions of Explorer (specifically, IE8). In fact, Microsoft – a company that supports old programs for a long, long time – recently asked users to stop using IE6 due to security concerns that would not be repaired.</li>
<li>A big      reason for old browser support is operating systems.  If  you have a PC that is running Windows 2000 or Windows      98, then you can&#8217;t upgrade your browser even if you want to. in the world of the internet, these operating systems have been left far behind, unfortunately.</li>
<li>Another      reason is that some people don’t know that there’s a  newer version or      alternate choices available. If      they are  aware of the choices but still have IE6 they probably do not know       how to upgrade to the newer version. They might also think IE6 is  just dandy and since it does what they ask      it to most of the time, why change? There are people who are still intimidated by the  internet  and aren’t      aware of innovations like keyboard shortcuts or tabbed browsing.  They just want       to get on, get in and get out, and that’s as far as their computer       experience, needs and desires take them.</li>
</ol>
<p>In general most people at home no longer use IE6 unless they have a very old computer. Most of the IE6 stragglers are in a work environment.</p>
<p><strong>So why drop support?</strong></p>
<p>Upgrading has become a way of life on the internet. Whether it’s your browser  or your a web app, they’re constantly improving to make life better and more secure for  the user.  If you happen to have one of those nifty smart phones then  you’re probably no stranger to getting almost weekly updates to some of  your favorite apps.</p>
<p>I want to have the best experience I can get when surfing the web and  you should too!  I’m not the only one that wants you to have a great  experience online, all those companies delivering media along with  social and organizational apps do to.</p>
<p>Google officially dropped support for IE6 in March of 2010. The  sites and web apps that Google runs will still retain their main  functionality but new features added after that date may or may not  work. It’s not just Google that’s dropping support. Facebook –  everyone’s favorite social app – supports IE6 but it does so by  providing users a decidedly poor user experience. Not only that,  Facebook straight out tells you why you’re getting such a crotchety  experience and even provides you with links to more modern browsers.</p>
<p>Most of us web developers like to support web standards. I won’t get  into too much detail on the subject, but if a browser does a good job of  supporting web standards, then life is much  easier for everyone involved.  You will have a site that loads and runs efficiently, is easy to maintain, is accessibility and is widely compatible.</p>
<p>To get a site to lay out correctly in IE6 usually requires a decent  amount of effort.</p>
<ul>
<li>You      need to apply a special filter for every PNG used.</li>
<li>CSS      issues are one of the main culprits here. From not  supporting certain pseudo-classes or mis-interpreting how      an  attribute is supposed to be applied, the CSS flaws in IE6 require a mix       of CSS/JavaScript to patch.</li>
<li>Plus a      minor batch of other rendering or layout- related issues  that also require      hacks to get the desired results.</li>
</ul>
<p>As of June 2010, fewer than 10% of internet users were using IE6. Is it worth making all of these expensive accommodations for this small group of people hanging on to an outdated technology? Probably not.</p>
<p>It&#8217;s time to move on – and leave Internet Explorer 6 behind.</p>
]]></content:encoded>
			<wfw:commentRss>http://anchorwebsite.com/index.php/2010/07/21/browser-support-here%e2%80%99s-looking-at-you-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

