<?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/"
	>

<channel>
	<title>IT / Web &#187; web</title>
	<atom:link href="http://insidenorthpoint.org/it/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://insidenorthpoint.org/it</link>
	<description>A look inside Information Technology at North Point</description>
	<pubDate>Tue, 10 Apr 2012 21:03:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress and Version Control</title>
		<link>http://insidenorthpoint.org/it/2011/01/10/wordpress-and-version-control/</link>
		<comments>http://insidenorthpoint.org/it/2011/01/10/wordpress-and-version-control/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 17:40:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[version control]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=605</guid>
		<description><![CDATA[<p><img class="alignright size-full wp-image-609" src="http://insidenorthpoint.org/it/files/2011/01/wp-icon.jpg" alt="wp-icon" width="238" height="212" />One of the things we&#8217;ve been trying to figure out is how to use version control with CMS platforms like WordPress. We had several discussions on whether or not we should place the entire installation under version control, but ultimately decided that would be wasteful and unnecessary. We really only need to consider the themes and plugins that we deploy, but they are very intertwined within the WP folder structure with all of the WP files, image uploads, etc. So we are trying out the layout below and so far it seems to be working well.</p>
<p>We have two scenarios where we use wordpress - one is when we have a static site managed outside of WP and then /blog is our WP blog, and the other (more typical) is where WP is managing the entire site. Since the latter is more common I&#8217;ll address that here.</p>
<p>Our folder structure:</p>
<ul>
<li>{WWW_ROOT}/domain.org
<ul>
<li>plugins</li>
<li>themes</li>
<li>uploads</li>
<li>web</li>
</ul>
</li>
</ul>
<p>The document root for the site is the web folder, and then we can version control the plugins and themes folders. In order to get WordPress to work with this setup I created symbolic links from those folders to their normal location in the wp-content folder:</p>
<blockquote><p>$ cd {WWW_ROOT}/domain.org/web/wp-content</p>
<p>$ ls -l</p>
<p>index.php<br />
plugins -&gt; {WWW_ROOT}/domain.org/plugins<br />
themes -&gt; {WWW_ROOT}/domain.org/themes<br />
uploads -&gt; {WWW_ROOT}/domain.org/uploads</p></blockquote>
<p>The one caveat to this setup is that some WP plugins do not play nicely with those symbolic links, notably the WP-Contact Form plugin. A minor change to that plugins settings fixed that.</p>
<p>More later on how we&#8217;re using Coda and SVN to manage this.</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-609" src="http://insidenorthpoint.org/it/files/2011/01/wp-icon.jpg" alt="wp-icon" width="238" height="212" />One of the things we&#8217;ve been trying to figure out is how to use version control with CMS platforms like WordPress. We had several discussions on whether or not we should place the entire installation under version control, but ultimately decided that would be wasteful and unnecessary. We really only need to consider the themes and plugins that we deploy, but they are very intertwined within the WP folder structure with all of the WP files, image uploads, etc. So we are trying out the layout below and so far it seems to be working well.</p>
<p>We have two scenarios where we use wordpress - one is when we have a static site managed outside of WP and then /blog is our WP blog, and the other (more typical) is where WP is managing the entire site. Since the latter is more common I&#8217;ll address that here.</p>
<p>Our folder structure:</p>
<ul>
<li>{WWW_ROOT}/domain.org
<ul>
<li>plugins</li>
<li>themes</li>
<li>uploads</li>
<li>web</li>
</ul>
</li>
</ul>
<p>The document root for the site is the web folder, and then we can version control the plugins and themes folders. In order to get WordPress to work with this setup I created symbolic links from those folders to their normal location in the wp-content folder:</p>
<blockquote><p>$ cd {WWW_ROOT}/domain.org/web/wp-content</p>
<p>$ ls -l</p>
<p>index.php<br />
plugins -&gt; {WWW_ROOT}/domain.org/plugins<br />
themes -&gt; {WWW_ROOT}/domain.org/themes<br />
uploads -&gt; {WWW_ROOT}/domain.org/uploads</p></blockquote>
<p>The one caveat to this setup is that some WP plugins do not play nicely with those symbolic links, notably the WP-Contact Form plugin. A minor change to that plugins settings fixed that.</p>
<p>More later on how we&#8217;re using Coda and SVN to manage this.</p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2011/01/10/wordpress-and-version-control/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scenes From the NorthPointOnline.tv 2.0 Launch</title>
		<link>http://insidenorthpoint.org/it/2010/05/10/scenes-from-the-northpointonlinetv-20-launch/</link>
		<comments>http://insidenorthpoint.org/it/2010/05/10/scenes-from-the-northpointonlinetv-20-launch/#comments</comments>
		<pubDate>Mon, 10 May 2010 17:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Team]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=521</guid>
		<description><![CDATA[<p>In April we launched the new (2nd) version of <a href="http://northpointonline.tv">http://northpointonline.tv</a> during the 11am service. I&#8217;ll leave the tech talk for those closer to the code than I am and instead, I&#8217;ll share some pictures from behind the scenes.</p>
<div>
<p><img class="aligncenter size-medium wp-image-615" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-5-300x199.jpg" alt="201003-np-online-20-launch-5" width="300" height="199" /><img class="aligncenter size-medium wp-image-622" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-8-300x199.jpg" alt="201003-np-online-20-launch-8" width="300" height="199" /><img class="aligncenter size-medium wp-image-621" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-10-300x199.jpg" alt="201003-np-online-20-launch-10" width="300" height="199" /><img class="aligncenter size-medium wp-image-626" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-2-300x199.jpg" alt="201003-np-online-20-launch-2" width="300" height="199" /><img class="aligncenter size-medium wp-image-625" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-4-300x199.jpg" alt="201003-np-online-20-launch-4" width="300" height="199" /><img class="aligncenter size-medium wp-image-617" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-3-300x199.jpg" alt="201003-np-online-20-launch-3" width="300" height="199" /><img class="aligncenter size-medium wp-image-620" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-12-300x199.jpg" alt="201003-np-online-20-launch-12" width="300" height="199" /><img class="aligncenter size-medium wp-image-628" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-300x199.jpg" alt="201003-np-online-20-launch" width="300" height="199" /><img class="aligncenter size-medium wp-image-623" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-7-300x199.jpg" alt="201003-np-online-20-launch-7" width="300" height="199" /><img class="aligncenter size-medium wp-image-614" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-11-300x199.jpg" alt="201003-np-online-20-launch-11" width="300" height="199" /></div>
]]></description>
			<content:encoded><![CDATA[<p>In April we launched the new (2nd) version of <a href="http://northpointonline.tv">http://northpointonline.tv</a> during the 11am service. I&#8217;ll leave the tech talk for those closer to the code than I am and instead, I&#8217;ll share some pictures from behind the scenes.</p>
<div>
<p><img class="aligncenter size-medium wp-image-615" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-5-300x199.jpg" alt="201003-np-online-20-launch-5" width="300" height="199" /><img class="aligncenter size-medium wp-image-622" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-8-300x199.jpg" alt="201003-np-online-20-launch-8" width="300" height="199" /><img class="aligncenter size-medium wp-image-621" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-10-300x199.jpg" alt="201003-np-online-20-launch-10" width="300" height="199" /><img class="aligncenter size-medium wp-image-626" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-2-300x199.jpg" alt="201003-np-online-20-launch-2" width="300" height="199" /><img class="aligncenter size-medium wp-image-625" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-4-300x199.jpg" alt="201003-np-online-20-launch-4" width="300" height="199" /><img class="aligncenter size-medium wp-image-617" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-3-300x199.jpg" alt="201003-np-online-20-launch-3" width="300" height="199" /><img class="aligncenter size-medium wp-image-620" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-12-300x199.jpg" alt="201003-np-online-20-launch-12" width="300" height="199" /><img class="aligncenter size-medium wp-image-628" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-300x199.jpg" alt="201003-np-online-20-launch" width="300" height="199" /><img class="aligncenter size-medium wp-image-623" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-7-300x199.jpg" alt="201003-np-online-20-launch-7" width="300" height="199" /><img class="aligncenter size-medium wp-image-614" src="http://insidenorthpoint.org/files/2010/04/201003-np-online-20-launch-11-300x199.jpg" alt="201003-np-online-20-launch-11" width="300" height="199" /></div>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2010/05/10/scenes-from-the-northpointonlinetv-20-launch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dragons, Unicorns, Embedded Video in Emails and other myths</title>
		<link>http://insidenorthpoint.org/it/2010/04/15/dragons-unicorns-embedded-video-in-emails-and-other-myths/</link>
		<comments>http://insidenorthpoint.org/it/2010/04/15/dragons-unicorns-embedded-video-in-emails-and-other-myths/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 12:00:44 +0000</pubDate>
		<dc:creator>gunnard</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Web Team]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=494</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-505" src="http://insidenorthpoint.org/it/files/2010/04/screen-shot-2010-04-12-at-30343-pm.png" alt="screen-shot-2010-04-12-at-30343-pm" width="307" height="279" /></p>
<p>Every couple of months or so we get a request for embedding a video within an email. Our immediate reaction is to do a spit take (I think I actually did one once), so we wanted to let you know why this makes us shudder to think about. The answer will always be no, and here&#8217;s why:</p>
<p>1) <strong>There is the question of web standards and quality.</strong><br />
<em>Wait, why are you talking about the &#8220;web?&#8221; This is about emails.</em> Yes, yes, an email now-a-days is basically a un-glorified web page.  I say un-glorified because, while it gives you the ability to have pictures and different colors and fonts and stuff, it doesn&#8217;t let you take advantage of 98% of the aspects of a web page. There are no css files, no forms, no includes, no jquery and NO EMBEDDING OF VIDEO.</p>
<p>On the web you can embed a video, and you can also set the option of having it auto-play or have the user click to play.  At first thought, &#8220;autoplay&#8217; sounds good - one less step the user has to take to enjoy your wonderful cinematic experience. Normally the less clicks the user has to take, the better.  This is not true with video.  Ask any web monkey what they think of &#8220;autoplay&#8221; and they will give you a look of horror and disgust (similar to asking about using comic sans on a page).  Imagine opening up an email and suddenly having someone start talking to you.  Better yet, take 3 out of 4 random spam emails from your spam folder and imagine them in video form.  Not a pretty picture huh?  So this is case #1 against the concept of embedding the video in an email.</p>
<p>2) <strong>Email is for text. Web pages are for multimedia. </strong><br />
45 years ago <a href="http://en.wikipedia.org/wiki/E-mail" target="_blank">Email was originally created</a> for the sending of text and the ATTACHMENT of multimedia (i.e. images/video). The web was created, and is used, to display text/images/video/flash/forms etc. That is why it was created and has evolved to what it is today.  While still not standardized 100%, the web is pretty refined and we know that there are 4 commonly used browsers we can develop for (IE, Firefox, Safari, Chrome (sorry Opera and all Linux browsers)).  This brings me to #3.</p>
<p>3) <strong>Your favorite email client is not everyone&#8217;s favorite.</strong><br />
Do you use Gmail? Yahoo? Hotmail? Eudora? Thunderbird? Apple Mail? <a href="http://en.wikipedia.org/wiki/Comparison_of_e-mail_clients" target="_blank">I could go on</a>.  There are too many email clients that treat/render HTML incorrectly, if at all!  Even if it displayed it properly, some clients block or send to spam emails that have too much code in them.  Javascript? Nope, not in email. <a href="http://www.google.com/search?q=javascript+email+hacks&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" target="_blank">And for good reasons, too.</a></p>
<p>4) <strong>What about phones, Blackberrys, etc.</strong><br />
How many emails do you get a day that don&#8217;t look right?  Those emails probably use images so imagine getting a video email.  What do you see instead? Do you get a broken email that uses images as the fail-safe? How many broken emails do you get that don&#8217;t have text as a fail-safe? <em>Insert can-of-worms here.</em></p>
<p>So to sum things up: Email is not the medium for this type of multimedia.  While I understand the enthusiasm about sending an email with a video in it, I do not agree with trying to put a square peg in a round hole.</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-505" src="http://insidenorthpoint.org/it/files/2010/04/screen-shot-2010-04-12-at-30343-pm.png" alt="screen-shot-2010-04-12-at-30343-pm" width="307" height="279" /></p>
<p>Every couple of months or so we get a request for embedding a video within an email. Our immediate reaction is to do a spit take (I think I actually did one once), so we wanted to let you know why this makes us shudder to think about. The answer will always be no, and here&#8217;s why:</p>
<p>1) <strong>There is the question of web standards and quality.</strong><br />
<em>Wait, why are you talking about the &#8220;web?&#8221; This is about emails.</em> Yes, yes, an email now-a-days is basically a un-glorified web page.  I say un-glorified because, while it gives you the ability to have pictures and different colors and fonts and stuff, it doesn&#8217;t let you take advantage of 98% of the aspects of a web page. There are no css files, no forms, no includes, no jquery and NO EMBEDDING OF VIDEO.</p>
<p>On the web you can embed a video, and you can also set the option of having it auto-play or have the user click to play.  At first thought, &#8220;autoplay&#8217; sounds good - one less step the user has to take to enjoy your wonderful cinematic experience. Normally the less clicks the user has to take, the better.  This is not true with video.  Ask any web monkey what they think of &#8220;autoplay&#8221; and they will give you a look of horror and disgust (similar to asking about using comic sans on a page).  Imagine opening up an email and suddenly having someone start talking to you.  Better yet, take 3 out of 4 random spam emails from your spam folder and imagine them in video form.  Not a pretty picture huh?  So this is case #1 against the concept of embedding the video in an email.</p>
<p>2) <strong>Email is for text. Web pages are for multimedia. </strong><br />
45 years ago <a href="http://en.wikipedia.org/wiki/E-mail" target="_blank">Email was originally created</a> for the sending of text and the ATTACHMENT of multimedia (i.e. images/video). The web was created, and is used, to display text/images/video/flash/forms etc. That is why it was created and has evolved to what it is today.  While still not standardized 100%, the web is pretty refined and we know that there are 4 commonly used browsers we can develop for (IE, Firefox, Safari, Chrome (sorry Opera and all Linux browsers)).  This brings me to #3.</p>
<p>3) <strong>Your favorite email client is not everyone&#8217;s favorite.</strong><br />
Do you use Gmail? Yahoo? Hotmail? Eudora? Thunderbird? Apple Mail? <a href="http://en.wikipedia.org/wiki/Comparison_of_e-mail_clients" target="_blank">I could go on</a>.  There are too many email clients that treat/render HTML incorrectly, if at all!  Even if it displayed it properly, some clients block or send to spam emails that have too much code in them.  Javascript? Nope, not in email. <a href="http://www.google.com/search?q=javascript+email+hacks&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" target="_blank">And for good reasons, too.</a></p>
<p>4) <strong>What about phones, Blackberrys, etc.</strong><br />
How many emails do you get a day that don&#8217;t look right?  Those emails probably use images so imagine getting a video email.  What do you see instead? Do you get a broken email that uses images as the fail-safe? How many broken emails do you get that don&#8217;t have text as a fail-safe? <em>Insert can-of-worms here.</em></p>
<p>So to sum things up: Email is not the medium for this type of multimedia.  While I understand the enthusiasm about sending an email with a video in it, I do not agree with trying to put a square peg in a round hole.</p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2010/04/15/dragons-unicorns-embedded-video-in-emails-and-other-myths/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Validate?</title>
		<link>http://insidenorthpoint.org/it/2010/02/26/why-validate/</link>
		<comments>http://insidenorthpoint.org/it/2010/02/26/why-validate/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:46:45 +0000</pubDate>
		<dc:creator>gunnard</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Web Team]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[validation]]></category>

		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=356</guid>
		<description><![CDATA[<p>So I have spent some hours this week making sure that our web sites are &#8220;valid&#8221;. This means going through and filling out &#8220;ALT&#8221; tags in images, making sure &#8220;INPUTS&#8221; have a trailing &#8220;/&#8221; at the end and that your randon &#8220;DIV&#8221; has a closing &#8220;DIV&#8221; to match it.  What does that /really/ mean to my team? why does that matter?<br />
Well.. this is from the w3c site:</p>
<p><strong>Validation as a debugging tool</strong><br />
<em>While contemporary Web browsers do an increasingly good job of parsing even the worst HTML “tag soup”, some errors are not always caught gracefully. Very often, different software on different platforms will not handle errors in a similar fashion, making it extremely difficult to apply style or layout consistently.</p>
<p>Using standard, interoperable markup and stylesheets, on the other hand, offers a much greater chance of having one&#8217;s page handled consistently across platforms and user-agents. Indeed, most developers creating rich Web applications know that reliable scripting needs the document to be parsed by User-Agents without any unexpected error, and will make sure that their markup and CSS is validated before creating a rich interactive layer.</p>
<p>When surveyed, a large majority of Web professionals will state that validation errors is the first thing they will check whenever they run into a Web styling or scripting bug.</em></p>
<p>I know that we do this for new projects, It is a great starting point for trying to figure our why /new/ problems are occuring as well as just a great double check to your own code.</p>
<p><strong>Validation as a future-proof quality check</strong><br />
<em>Checking that a page “displays fine” in several contemporary browsers may be a reasonable insurance that the page will “work” today, but it does not guarantee that it will work tomorrow.</p>
<p>Validation is one of the simplest ways to check whether a page is built in accordance with Web standards, and provides one of the most reliable guarantee that future Web platforms will handle it as designed.</em><br />
Validation is a /starting point/ to figure out bugs, If you can prove that your site is valid, you can also rule out a lot of possible problems with it and discover the actual problem with your site.</p>
<p><strong>Validation eases maintenance</strong><br />
<em>It is reasonable to consider that standards such as HTML and CSS are a form of “coding style” which is globally agreed upon. Creating Web pages or applications according to a widely accepted coding style makes them easier to maintain, even if the maintenance and evolution is performed by someone else.</em><br />
I completely agree with this, If sites are coded with standards then /anyone/ can come in and update them with ease. Understanding that /you/ might not be the one in charge of the site within the next 2 or 5 years is key.</p>
<p><strong>Validation helps teach good practices</strong><br />
yes, I think we&#8217;ve covered this by now.</p>
<p><strong>Validation is a sign of professionalism</strong><br />
<em>As of today, there is little or no certification for Web professionals, and only few universities teach Web technologies, leaving most Web-smiths to learn by themselves, with varied success. Seasoned, able professionals will take pride in creating Web content using semantic and well-formed markup, separation of style and content, etc. Validation can then be used as a quick check to determine whether the code is the clean work of a seasoned HTML author, or quickly hacked-together tag soup.<br />
</em><br />
I feel weird about this one, but I agree with it. If you hire a development firm to&#8230; say&#8230; design and develop a new template/system for a significant web property that you own, you would expect the final product would validate!</p>
<p>So, what have we learned here?<br />
Validate to check your code, its another pair of eyes which we all know is very useful in the IT world.<br />
Validate as a leveling ground for bug tracking, if you know your code is properly formatted then you have a place to start with debugging user issues.<br />
Validate as a statement of professionalism, consider your customer and think of them &#8220;secretly&#8221; checking the validity of your work and to their chagrin it validates! that gives you +1 internets!</p>
<p>Source: <a href="http://validator.w3.org/docs/why.html">validator.w3.org</a></p>
]]></description>
			<content:encoded><![CDATA[<p>So I have spent some hours this week making sure that our web sites are &#8220;valid&#8221;. This means going through and filling out &#8220;ALT&#8221; tags in images, making sure &#8220;INPUTS&#8221; have a trailing &#8220;/&#8221; at the end and that your randon &#8220;DIV&#8221; has a closing &#8220;DIV&#8221; to match it.  What does that /really/ mean to my team? why does that matter?<br />
Well.. this is from the w3c site:</p>
<p><strong>Validation as a debugging tool</strong><br />
<em>While contemporary Web browsers do an increasingly good job of parsing even the worst HTML “tag soup”, some errors are not always caught gracefully. Very often, different software on different platforms will not handle errors in a similar fashion, making it extremely difficult to apply style or layout consistently.</p>
<p>Using standard, interoperable markup and stylesheets, on the other hand, offers a much greater chance of having one&#8217;s page handled consistently across platforms and user-agents. Indeed, most developers creating rich Web applications know that reliable scripting needs the document to be parsed by User-Agents without any unexpected error, and will make sure that their markup and CSS is validated before creating a rich interactive layer.</p>
<p>When surveyed, a large majority of Web professionals will state that validation errors is the first thing they will check whenever they run into a Web styling or scripting bug.</em></p>
<p>I know that we do this for new projects, It is a great starting point for trying to figure our why /new/ problems are occuring as well as just a great double check to your own code.</p>
<p><strong>Validation as a future-proof quality check</strong><br />
<em>Checking that a page “displays fine” in several contemporary browsers may be a reasonable insurance that the page will “work” today, but it does not guarantee that it will work tomorrow.</p>
<p>Validation is one of the simplest ways to check whether a page is built in accordance with Web standards, and provides one of the most reliable guarantee that future Web platforms will handle it as designed.</em><br />
Validation is a /starting point/ to figure out bugs, If you can prove that your site is valid, you can also rule out a lot of possible problems with it and discover the actual problem with your site.</p>
<p><strong>Validation eases maintenance</strong><br />
<em>It is reasonable to consider that standards such as HTML and CSS are a form of “coding style” which is globally agreed upon. Creating Web pages or applications according to a widely accepted coding style makes them easier to maintain, even if the maintenance and evolution is performed by someone else.</em><br />
I completely agree with this, If sites are coded with standards then /anyone/ can come in and update them with ease. Understanding that /you/ might not be the one in charge of the site within the next 2 or 5 years is key.</p>
<p><strong>Validation helps teach good practices</strong><br />
yes, I think we&#8217;ve covered this by now.</p>
<p><strong>Validation is a sign of professionalism</strong><br />
<em>As of today, there is little or no certification for Web professionals, and only few universities teach Web technologies, leaving most Web-smiths to learn by themselves, with varied success. Seasoned, able professionals will take pride in creating Web content using semantic and well-formed markup, separation of style and content, etc. Validation can then be used as a quick check to determine whether the code is the clean work of a seasoned HTML author, or quickly hacked-together tag soup.<br />
</em><br />
I feel weird about this one, but I agree with it. If you hire a development firm to&#8230; say&#8230; design and develop a new template/system for a significant web property that you own, you would expect the final product would validate!</p>
<p>So, what have we learned here?<br />
Validate to check your code, its another pair of eyes which we all know is very useful in the IT world.<br />
Validate as a leveling ground for bug tracking, if you know your code is properly formatted then you have a place to start with debugging user issues.<br />
Validate as a statement of professionalism, consider your customer and think of them &#8220;secretly&#8221; checking the validity of your work and to their chagrin it validates! that gives you +1 internets!</p>
<p>Source: <a href="http://validator.w3.org/docs/why.html">validator.w3.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2010/02/26/why-validate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Roundup</title>
		<link>http://insidenorthpoint.org/it/2009/11/20/jquery-roundup/</link>
		<comments>http://insidenorthpoint.org/it/2009/11/20/jquery-roundup/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:55:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=312</guid>
		<description><![CDATA[<p><img class="alignright size-medium wp-image-319" src="http://insidenorthpoint.org/it/files/2009/11/istock_000010621105xsmall-246x300.jpg" alt="swiss army mouse" width="246" height="300" />One of the biggest tools in our toolbox lately is <a href="http://jquery.com" target="_blank">jQuery</a>. Just about every site we create these days has at least one jQuery feature or plugin that we&#8217;re using. If you&#8217;ve read this far and your eyes haven&#8217;t rolled back in your head, then you most likely know what jQuery is and probably also know that there is no shortage of web pages and articles about jQuery. This is by no means a comprehensive look at using jQuery, but we thought we&#8217;d share some of the plugins we&#8217;ve found very useful.</p>
<p><strong>Countdown Timer</strong> - this plugin makes it very easy to have a countdown clock on your site. We&#8217;ve used this quite a bit to count down to events, like a Night of Worship or the next KidStuf Live. We have even used it in a behind-the-scenes, invisible manner to kick off an action at a specific point in time using the callback methods.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/countdown2" target="_blank">http://plugins.jquery.com/project/countdown2</a></li>
<li><strong>Example:</strong> <a href="http://northpointonline.tv/" target="_blank">http://northpointonline.tv/</a></li>
</ul>
<p><strong>Slideshow / Cycle</strong> - a simple plugin that allows you to create a quick slideshow or cycle feature. There are some basic animation effects that can be configured as well. One of our main uses of it is as a revolving banner area on our home page to show featured events and announcements.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/cycle" target="_blank">http://plugins.jquery.com/project/cycle</a></li>
<li><strong>Example:</strong> <a href="http://northpoint.org/" target="_blank">http://northpoint.org/</a></li>
</ul>
<p><strong>Table Sorter</strong> - sorts table columns based on pre-defined criteria and/or user action. You can configure it to default sort on a specific column, prohibit sorting on certain columns, etc. Very useful wherever you&#8217;re displaying tabular data.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/tablesorter" target="_blank">http://plugins.jquery.com/project/tablesorter</a></li>
<li><strong>Example:</strong> <a href="http://goglobalx.org/go" target="_blank">http://goglobalx.org/go</a></li>
</ul>
<p><strong>Kwicks</strong> - menu animation feature that slides open columns in a menu with a nice effect.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/kwicks" target="_blank">http://plugins.jquery.com/project/kwicks</a></li>
<li><strong>Example:</strong> <a href="http://northpoint.org/" target="_blank">http://northpoint.org/</a> (Quick Links at the top of the page - effect shows as you hover over different columns)</li>
</ul>
<p><strong>Simple Modal</strong> - there are a lot of different light box plugins out there, and they all have pros and cons. This one is pretty simple to configure with CSS and allows any type of content in the modal dialog. We&#8217;re using it in several places.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/SimpleModal" target="_blank">http://plugins.jquery.com/project/SimpleModal</a></li>
<li><strong>Example:</strong> <a href="http://insidenorthpoint.org/groups/group-life-resources/video/" target="_blank">http://insidenorthpoint.org/groups/group-life-resources/video/</a> (click on one of the video thumbnails)</li>
</ul>
<p><strong>Form Validation</strong> - there are also a bunch of different plugins that facilitate client-side validation on forms. This one can be configured to do a whole lot, but we&#8217;ve found that keeping it to a minimum yields the most consistent results.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://docs.jquery.com/Plugins/Validation" target="_blank">http://docs.jquery.com/Plugins/Validation</a></li>
<li><strong>Example:</strong> <a href="http://kidstuf.com/site/invite" target="_blank">http://kidstuf.com/site/invite</a></li>
</ul>
<p><a href="/it/2009/11/19/jquery-roundup/#comments">Got jQuery?</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-319" src="http://insidenorthpoint.org/it/files/2009/11/istock_000010621105xsmall-246x300.jpg" alt="swiss army mouse" width="246" height="300" />One of the biggest tools in our toolbox lately is <a href="http://jquery.com" target="_blank">jQuery</a>. Just about every site we create these days has at least one jQuery feature or plugin that we&#8217;re using. If you&#8217;ve read this far and your eyes haven&#8217;t rolled back in your head, then you most likely know what jQuery is and probably also know that there is no shortage of web pages and articles about jQuery. This is by no means a comprehensive look at using jQuery, but we thought we&#8217;d share some of the plugins we&#8217;ve found very useful.</p>
<p><strong>Countdown Timer</strong> - this plugin makes it very easy to have a countdown clock on your site. We&#8217;ve used this quite a bit to count down to events, like a Night of Worship or the next KidStuf Live. We have even used it in a behind-the-scenes, invisible manner to kick off an action at a specific point in time using the callback methods.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/countdown2" target="_blank">http://plugins.jquery.com/project/countdown2</a></li>
<li><strong>Example:</strong> <a href="http://northpointonline.tv/" target="_blank">http://northpointonline.tv/</a></li>
</ul>
<p><strong>Slideshow / Cycle</strong> - a simple plugin that allows you to create a quick slideshow or cycle feature. There are some basic animation effects that can be configured as well. One of our main uses of it is as a revolving banner area on our home page to show featured events and announcements.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/cycle" target="_blank">http://plugins.jquery.com/project/cycle</a></li>
<li><strong>Example:</strong> <a href="http://northpoint.org/" target="_blank">http://northpoint.org/</a></li>
</ul>
<p><strong>Table Sorter</strong> - sorts table columns based on pre-defined criteria and/or user action. You can configure it to default sort on a specific column, prohibit sorting on certain columns, etc. Very useful wherever you&#8217;re displaying tabular data.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/tablesorter" target="_blank">http://plugins.jquery.com/project/tablesorter</a></li>
<li><strong>Example:</strong> <a href="http://goglobalx.org/go" target="_blank">http://goglobalx.org/go</a></li>
</ul>
<p><strong>Kwicks</strong> - menu animation feature that slides open columns in a menu with a nice effect.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/kwicks" target="_blank">http://plugins.jquery.com/project/kwicks</a></li>
<li><strong>Example:</strong> <a href="http://northpoint.org/" target="_blank">http://northpoint.org/</a> (Quick Links at the top of the page - effect shows as you hover over different columns)</li>
</ul>
<p><strong>Simple Modal</strong> - there are a lot of different light box plugins out there, and they all have pros and cons. This one is pretty simple to configure with CSS and allows any type of content in the modal dialog. We&#8217;re using it in several places.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://plugins.jquery.com/project/SimpleModal" target="_blank">http://plugins.jquery.com/project/SimpleModal</a></li>
<li><strong>Example:</strong> <a href="http://insidenorthpoint.org/groups/group-life-resources/video/" target="_blank">http://insidenorthpoint.org/groups/group-life-resources/video/</a> (click on one of the video thumbnails)</li>
</ul>
<p><strong>Form Validation</strong> - there are also a bunch of different plugins that facilitate client-side validation on forms. This one can be configured to do a whole lot, but we&#8217;ve found that keeping it to a minimum yields the most consistent results.</p>
<ul>
<li><strong>Plugin:</strong> <a href="http://docs.jquery.com/Plugins/Validation" target="_blank">http://docs.jquery.com/Plugins/Validation</a></li>
<li><strong>Example:</strong> <a href="http://kidstuf.com/site/invite" target="_blank">http://kidstuf.com/site/invite</a></li>
</ul>
<p><a href="/it/2009/11/19/jquery-roundup/#comments">Got jQuery?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2009/11/20/jquery-roundup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Content Management Systems</title>
		<link>http://insidenorthpoint.org/it/2009/07/17/content-management-systems/</link>
		<comments>http://insidenorthpoint.org/it/2009/07/17/content-management-systems/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 18:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[cms]]></category>

		<category><![CDATA[expression engine]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=235</guid>
		<description><![CDATA[<p><a href="http://insidenorthpoint.org/it/files/2009/07/cms_istock.jpg"><img class="alignright size-medium wp-image-243" src="http://insidenorthpoint.org/it/files/2009/07/cms_istock-300x199.jpg" alt="cms_istock" width="300" height="199" /></a>If you&#8217;ve poked around our organization&#8217;s websites at all you are aware that we have a lot of different brands and identities for the various ministries we support. We talk a lot about the differences between being a House of Brands and a Branded House (see Mike Davis&#8217;s post about that <a href="http://insidenorthpoint.org/media/2009/05/21/house-of-brands-vs-branding-house/">here</a>.) Well, along with that approach comes a de-centralized communications and marketing strategy - our ministries are ultimately responsible for the information they communicate and for creating their identity. Our web team gets involved as early in the process as we can, but they are the experts at their ministry and they understand their audience better than we do, so we defer to them on decisions regarding content and communication. We are there to provide the expertise on web technologies and communication strategies, and to help the ministry reach their audience as best we can.</p>
<p>Since we&#8217;re aiming to help our ministry customers reach their audience, we find ourselves constantly addressing the issue of <a href="http://en.wikipedia.org/wiki/Content_management" target="_blank">Content Management</a>. At the onset of a new project we meet with our internal ministry customer and discuss their content needs. The following questions help us determine what the best approach might be:</p>
<ul>
<li>What content on the site is dynamic and what is static?</li>
<li>How often will the dynamic content change?</li>
<li>And, most importantly, who will own the responsibility for updating the dynamic content?</li>
</ul>
<p>The answers to these questions help us to determine if a Content Management System is needed, or if it would be simpler to just handle content updates through our support team. If there is limited dynamic content and it only changes twice a year it&#8217;s much easier to just code those changes with our technical support resources. But if there will be constant updates to many pages, then it&#8217;s certainly worth the effort to deploy a CMS and train the ministry users on how to update their content.</p>
<p>This, of course, leads to a discussion of different CMS platforms, and there are a ton of comparisons online and an <a href="http://en.wikipedia.org/wiki/List_of_content_management_systems" target="_blank">extensive listing on Wikipedia</a>. Our two favorites at the moment are <a href="http://wordpress.org/" target="_blank">WordPress</a> and <a href="http://expressionengine.com/" target="_blank">Expression Engine</a>. We are using both of those platforms fairly extensively, and they each have their advantages and disadvantages; but that&#8217;s a discussion for another time.</p>
<p><a href="http://insidenorthpoint.org/it/2009/07/17/content-management-systems/#comment">What are you doing for Content Management?</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://insidenorthpoint.org/it/files/2009/07/cms_istock.jpg"><img class="alignright size-medium wp-image-243" src="http://insidenorthpoint.org/it/files/2009/07/cms_istock-300x199.jpg" alt="cms_istock" width="300" height="199" /></a>If you&#8217;ve poked around our organization&#8217;s websites at all you are aware that we have a lot of different brands and identities for the various ministries we support. We talk a lot about the differences between being a House of Brands and a Branded House (see Mike Davis&#8217;s post about that <a href="http://insidenorthpoint.org/media/2009/05/21/house-of-brands-vs-branding-house/">here</a>.) Well, along with that approach comes a de-centralized communications and marketing strategy - our ministries are ultimately responsible for the information they communicate and for creating their identity. Our web team gets involved as early in the process as we can, but they are the experts at their ministry and they understand their audience better than we do, so we defer to them on decisions regarding content and communication. We are there to provide the expertise on web technologies and communication strategies, and to help the ministry reach their audience as best we can.</p>
<p>Since we&#8217;re aiming to help our ministry customers reach their audience, we find ourselves constantly addressing the issue of <a href="http://en.wikipedia.org/wiki/Content_management" target="_blank">Content Management</a>. At the onset of a new project we meet with our internal ministry customer and discuss their content needs. The following questions help us determine what the best approach might be:</p>
<ul>
<li>What content on the site is dynamic and what is static?</li>
<li>How often will the dynamic content change?</li>
<li>And, most importantly, who will own the responsibility for updating the dynamic content?</li>
</ul>
<p>The answers to these questions help us to determine if a Content Management System is needed, or if it would be simpler to just handle content updates through our support team. If there is limited dynamic content and it only changes twice a year it&#8217;s much easier to just code those changes with our technical support resources. But if there will be constant updates to many pages, then it&#8217;s certainly worth the effort to deploy a CMS and train the ministry users on how to update their content.</p>
<p>This, of course, leads to a discussion of different CMS platforms, and there are a ton of comparisons online and an <a href="http://en.wikipedia.org/wiki/List_of_content_management_systems" target="_blank">extensive listing on Wikipedia</a>. Our two favorites at the moment are <a href="http://wordpress.org/" target="_blank">WordPress</a> and <a href="http://expressionengine.com/" target="_blank">Expression Engine</a>. We are using both of those platforms fairly extensively, and they each have their advantages and disadvantages; but that&#8217;s a discussion for another time.</p>
<p><a href="http://insidenorthpoint.org/it/2009/07/17/content-management-systems/#comment">What are you doing for Content Management?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2009/07/17/content-management-systems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Does Your Church Have a Website?</title>
		<link>http://insidenorthpoint.org/it/2009/07/01/why-does-your-church-have-a-website/</link>
		<comments>http://insidenorthpoint.org/it/2009/07/01/why-does-your-church-have-a-website/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:10:59 +0000</pubDate>
		<dc:creator>Josh Daws</dc:creator>
		
		<category><![CDATA[Web Team]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=222</guid>
		<description><![CDATA[<p>What&#8217;s the purpose of your church&#8217;s website? Who is your target audience?  What information is important to have online? Why does your church even have a website?</p>
<p>Have you thought about these questions? All too often church websites become dumping grounds for any and all information about every ministry, event, and service your church has ever or will ever have. The result is information overload.</p>
<p>It&#8217;s not difficult to see how this happens. Your website&#8217;s home page is prime online real estate and every ministry in the church wants a piece of it. We&#8217;re all too familiar with this at North Point. We don&#8217;t want to indiscriminately say no to certain ministries and yes to others, but we also don&#8217;t want our website to become an ugly jumbled mess.</p>
<p>That&#8217;s why you MUST have a strategy for your church website. If your website exists to get outsiders to your Sunday service, then you probably don&#8217;t want information about your upcoming elder election on your home page. If your site is primarily for members and regular attenders then that might be appropriate.</p>
<p>Having a well thought out strategy gives you a clearly defined criteria of what is appropriate content for your website. Spend some time this week thinking about your web strategy. In a future post, I&#8217;ll go over North Point&#8217;s web strategy and how it has evolved to what it is today.</p>
]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s the purpose of your church&#8217;s website? Who is your target audience?  What information is important to have online? Why does your church even have a website?</p>
<p>Have you thought about these questions? All too often church websites become dumping grounds for any and all information about every ministry, event, and service your church has ever or will ever have. The result is information overload.</p>
<p>It&#8217;s not difficult to see how this happens. Your website&#8217;s home page is prime online real estate and every ministry in the church wants a piece of it. We&#8217;re all too familiar with this at North Point. We don&#8217;t want to indiscriminately say no to certain ministries and yes to others, but we also don&#8217;t want our website to become an ugly jumbled mess.</p>
<p>That&#8217;s why you MUST have a strategy for your church website. If your website exists to get outsiders to your Sunday service, then you probably don&#8217;t want information about your upcoming elder election on your home page. If your site is primarily for members and regular attenders then that might be appropriate.</p>
<p>Having a well thought out strategy gives you a clearly defined criteria of what is appropriate content for your website. Spend some time this week thinking about your web strategy. In a future post, I&#8217;ll go over North Point&#8217;s web strategy and how it has evolved to what it is today.</p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2009/07/01/why-does-your-church-have-a-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New InsideOutStudents.org!</title>
		<link>http://insidenorthpoint.org/it/2009/05/12/new-insideoutstudentsorg/</link>
		<comments>http://insidenorthpoint.org/it/2009/05/12/new-insideoutstudentsorg/#comments</comments>
		<pubDate>Tue, 12 May 2009 13:16:52 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[insideoutstudents]]></category>

		<category><![CDATA[mu]]></category>

		<category><![CDATA[students]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=199</guid>
		<description><![CDATA[<p><img class="alignnone size-large wp-image-200" src="http://insidenorthpoint.org/it/files/2009/05/picture-1-1024x500.png" alt="picture-1" width="546" /></p>
<p>We&#8217;re pleased to announce the launch of the new <a href="http://insideoutstudents.org">InsideOutStudents.org</a>!</p>
<p>One of the fantastic things about this new launch is that we&#8217;ve moved from an all-flash-based environment to a Wordpress-MU install.</p>
<p>Why?</p>
<p>Because of the sheer flexibility, dynamic content generation, and management simplicity. This gives our ministry teams the ability to be autonomous with their updates, meaning, they don&#8217;t have to come back to the web team for updates and changes every time they need to change a date.</p>
<p>If you&#8217;d like to read more about Wordpress-MU, Russell&#8217;s got a good primer here talking about our <a href="http://insidenorthpoint.org/it/2009/04/10/inside-insidenorthpointorg/">use of it for the InsideNorthpoint.org site</a>.</p>
<p>We&#8217;d love to hear your feedback!</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-200" src="http://insidenorthpoint.org/it/files/2009/05/picture-1-1024x500.png" alt="picture-1" width="546" /></p>
<p>We&#8217;re pleased to announce the launch of the new <a href="http://insideoutstudents.org">InsideOutStudents.org</a>!</p>
<p>One of the fantastic things about this new launch is that we&#8217;ve moved from an all-flash-based environment to a Wordpress-MU install.</p>
<p>Why?</p>
<p>Because of the sheer flexibility, dynamic content generation, and management simplicity. This gives our ministry teams the ability to be autonomous with their updates, meaning, they don&#8217;t have to come back to the web team for updates and changes every time they need to change a date.</p>
<p>If you&#8217;d like to read more about Wordpress-MU, Russell&#8217;s got a good primer here talking about our <a href="http://insidenorthpoint.org/it/2009/04/10/inside-insidenorthpointorg/">use of it for the InsideNorthpoint.org site</a>.</p>
<p>We&#8217;d love to hear your feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2009/05/12/new-insideoutstudentsorg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A New Design for northpoint.org</title>
		<link>http://insidenorthpoint.org/it/2009/05/04/a-new-design-for-northpointorg/</link>
		<comments>http://insidenorthpoint.org/it/2009/05/04/a-new-design-for-northpointorg/#comments</comments>
		<pubDate>Mon, 04 May 2009 17:23:39 +0000</pubDate>
		<dc:creator>Josh Daws</dc:creator>
		
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=186</guid>
		<description><![CDATA[<p>If you haven&#8217;t noticed, the North Point home page just got a major redesign. This comes a little over a year since the last redesign. That redesign was a huge improvement in the look of the site.  This time around we were focused on the user-interface and layout of information on the site.</p>
<p>We started with the current design and built off of it. If you&#8217;ve got a good looking site, don&#8217;t feel the need to drastically change it every time you do an upgrade. This allows you to fix the problems you know about as opposed to creating a whole new set of problems.</p>
<p>In the old design, it took on average 3-5 clicks to find what you were looking for. In our redesign, we wanted to bring that down to 1-2 clicks. We did this by adding a &#8220;Quick Links&#8221; drop down to the top of ever page of the site. Once clicked, a site index drops down from the top and gives you easy access to everything on the site. That&#8217;s two clicks to get to anything on our site. Huge improvement.</p>
<p>Another goal was to prominently feature four main options on the home page. They are:</p>
<ul>
<li>New To North Point - A new area of the site with videos that show someone who&#8217;s never been exactly what to expect on their first visit to North Point.</li>
<li>Get Involved - We wanted to use the site to encourage regular attenders to take that next step into community group or strategic service.</li>
<li>Messages - Our most popular area of the site!</li>
<li>Invite a Friend - One goal was to give our regular attenders an easy way to invite their friends.</li>
</ul>
<p>Lastly, we wanted to give some home page real estate to our biggest ministry areas. The content area at the bottom of the page has environment descriptions and upcoming events for our married adults, single adults, students, and kids ministries. We decided to make the menu roll-over triggered so getting to this information doesn&#8217;t even require a click!</p>
<p>Overall we&#8217;re really happy with the redesign and are anxious to start getting feedback. The great thing about websites is that they&#8217;re never really done.  We&#8217;re always working to make them better, so please, leave a comment and tell us what you think!</p>
]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t noticed, the North Point home page just got a major redesign. This comes a little over a year since the last redesign. That redesign was a huge improvement in the look of the site.  This time around we were focused on the user-interface and layout of information on the site.</p>
<p>We started with the current design and built off of it. If you&#8217;ve got a good looking site, don&#8217;t feel the need to drastically change it every time you do an upgrade. This allows you to fix the problems you know about as opposed to creating a whole new set of problems.</p>
<p>In the old design, it took on average 3-5 clicks to find what you were looking for. In our redesign, we wanted to bring that down to 1-2 clicks. We did this by adding a &#8220;Quick Links&#8221; drop down to the top of ever page of the site. Once clicked, a site index drops down from the top and gives you easy access to everything on the site. That&#8217;s two clicks to get to anything on our site. Huge improvement.</p>
<p>Another goal was to prominently feature four main options on the home page. They are:</p>
<ul>
<li>New To North Point - A new area of the site with videos that show someone who&#8217;s never been exactly what to expect on their first visit to North Point.</li>
<li>Get Involved - We wanted to use the site to encourage regular attenders to take that next step into community group or strategic service.</li>
<li>Messages - Our most popular area of the site!</li>
<li>Invite a Friend - One goal was to give our regular attenders an easy way to invite their friends.</li>
</ul>
<p>Lastly, we wanted to give some home page real estate to our biggest ministry areas. The content area at the bottom of the page has environment descriptions and upcoming events for our married adults, single adults, students, and kids ministries. We decided to make the menu roll-over triggered so getting to this information doesn&#8217;t even require a click!</p>
<p>Overall we&#8217;re really happy with the redesign and are anxious to start getting feedback. The great thing about websites is that they&#8217;re never really done.  We&#8217;re always working to make them better, so please, leave a comment and tell us what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2009/05/04/a-new-design-for-northpointorg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Inside insidenorthpoint.org</title>
		<link>http://insidenorthpoint.org/it/2009/04/10/inside-insidenorthpointorg/</link>
		<comments>http://insidenorthpoint.org/it/2009/04/10/inside-insidenorthpointorg/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:29:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://insidenorthpoint.org/it/?p=155</guid>
		<description><![CDATA[<p>Here are a few details about how we created this website:</p>
<h3>Platform:</h3>
<p>We chose <a href="http://mu.wordpress.org/" target="_blank">WordPress µ</a> for insidenorthpoint.org for several reasons:</p>
<ul>
<li>Using a single installation simplifies our administration of all of the different areas of the site.</li>
<li>It&#8217;s very simple to add a new blog, so when we have a need to add a new area, it really is just a few mouse clicks.</li>
<li>It is a lot easier to utilize the same theme and plugins across all of the blogs.</li>
<li>A single user administration area simplifies things and allows for granular control of user permissions.</li>
<li>Some of our ministry areas are very interested in blogging, while others really wanted more of a standard website. WP MU allows us to provide either one or both.</li>
</ul>
<p>All of these are pretty much &#8220;WordPress µ 101&#8243; basics, so it was a fairly obvious choice. This was our first site using WP MU, and our experience has been very positive and we will certainly consider using it for future projects.</p>
<h3><span style="font-weight: normal">D</span>esign:</h3>
<p>One of our goals for the design of this site was to provide a common structure throughout the site, yet allow each ministry area to brand their area of the site as they wished. We chose to base our design on the Fresh News theme by <a href="http://www.woothemes.com/" target="_blank">Woo Themes</a>. It provided a lot of great features out of the box, and we were able to customize it pretty easily to suit our needs. The design is based on the <a href="http://www.fuelyourcreativity.com/grid-based-design-toolbox/" target="_blank">Grid Design</a> pattern and uses a 16-column <a href="http://www.fuelyourcreativity.com/grid-based-design-toolbox/" target="_blank">960 grid</a> as its foundation.</p>
<h3>Functionality:</h3>
<p>For the most part all of the areas on the site use standard WordPress functionality. We did add a few common WordPress plugins to make it easier for our ministries to embed videos, collect stats, etc., and we even wrote a couple of plugins for some specific needs. If you check out the <a href="http://insidenorthpoint.org/groups/assimilation/branding-promotion/">Branding &amp; Promotion</a> pages in the Group Life area you&#8217;ll see a Flash video thumbnail gallery that we created to allow our Groups team to embed several videos on a single page. </p>
<p>If you have any specific questions about the site just <a href="http://insidenorthpoint.org/it/2009/04/10/inside-insidenorthpointorg/#respond">let us know</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>Here are a few details about how we created this website:</p>
<h3>Platform:</h3>
<p>We chose <a href="http://mu.wordpress.org/" target="_blank">WordPress µ</a> for insidenorthpoint.org for several reasons:</p>
<ul>
<li>Using a single installation simplifies our administration of all of the different areas of the site.</li>
<li>It&#8217;s very simple to add a new blog, so when we have a need to add a new area, it really is just a few mouse clicks.</li>
<li>It is a lot easier to utilize the same theme and plugins across all of the blogs.</li>
<li>A single user administration area simplifies things and allows for granular control of user permissions.</li>
<li>Some of our ministry areas are very interested in blogging, while others really wanted more of a standard website. WP MU allows us to provide either one or both.</li>
</ul>
<p>All of these are pretty much &#8220;WordPress µ 101&#8243; basics, so it was a fairly obvious choice. This was our first site using WP MU, and our experience has been very positive and we will certainly consider using it for future projects.</p>
<h3><span style="font-weight: normal">D</span>esign:</h3>
<p>One of our goals for the design of this site was to provide a common structure throughout the site, yet allow each ministry area to brand their area of the site as they wished. We chose to base our design on the Fresh News theme by <a href="http://www.woothemes.com/" target="_blank">Woo Themes</a>. It provided a lot of great features out of the box, and we were able to customize it pretty easily to suit our needs. The design is based on the <a href="http://www.fuelyourcreativity.com/grid-based-design-toolbox/" target="_blank">Grid Design</a> pattern and uses a 16-column <a href="http://www.fuelyourcreativity.com/grid-based-design-toolbox/" target="_blank">960 grid</a> as its foundation.</p>
<h3>Functionality:</h3>
<p>For the most part all of the areas on the site use standard WordPress functionality. We did add a few common WordPress plugins to make it easier for our ministries to embed videos, collect stats, etc., and we even wrote a couple of plugins for some specific needs. If you check out the <a href="http://insidenorthpoint.org/groups/assimilation/branding-promotion/">Branding &amp; Promotion</a> pages in the Group Life area you&#8217;ll see a Flash video thumbnail gallery that we created to allow our Groups team to embed several videos on a single page. </p>
<p>If you have any specific questions about the site just <a href="http://insidenorthpoint.org/it/2009/04/10/inside-insidenorthpointorg/#respond">let us know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://insidenorthpoint.org/it/2009/04/10/inside-insidenorthpointorg/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

