<?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>New Vibe Web Design</title>
	<atom:link href="http://www.newvibewebdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newvibewebdesign.com</link>
	<description>Small Business Web Design</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change the Export Folder for a Fireworks PNG</title>
		<link>http://www.newvibewebdesign.com/change-the-export-folder-for-a-fireworks-png/</link>
		<comments>http://www.newvibewebdesign.com/change-the-export-folder-for-a-fireworks-png/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 19:02:00 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=415</guid>
		<description><![CDATA[You create a Fireworks png file and export it in part or whole to a folder somewhere.  Now, you decide to export to another folder, but no matter how many times you export to this new folder, Fireworks opens the first folder you exported to.  There seems to be no way to reset this. Solution: [...]]]></description>
			<content:encoded><![CDATA[<p>You create a Fireworks png file and export it in part or whole to a folder somewhere.  Now, you decide to export to another folder, but no matter how many times you export to this new folder, Fireworks opens the first folder you exported to.  There seems to be no way to reset this.</p>
<p>Solution: the next time you export, don&#8217;t use the &#8220;Export&#8221; button.  Instead, select File-&gt;Export.  When you browse to the new location and export there, Fireworks will now default to that one instead, so you can go back to using the button.  Silly, huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/change-the-export-folder-for-a-fireworks-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collapsible Categories in Admin for WordPress</title>
		<link>http://www.newvibewebdesign.com/collapsible-categories-in-admin-for-wordpress/</link>
		<comments>http://www.newvibewebdesign.com/collapsible-categories-in-admin-for-wordpress/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 04:24:28 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=393</guid>
		<description><![CDATA[If you have many, many categories in WordPress, it can be a pain to manage them all.  I wrote some code to do this using jQuery,  and thought I would share.  First you need to override WordPress&#8217; default behavior for categories, which is to show the selected categories at the top, removing them from their [...]]]></description>
			<content:encoded><![CDATA[<p>If you have many, many categories in WordPress, it can be a pain to manage them all.  I wrote some code to do this using jQuery,  and thought I would share.  First you need to override WordPress&#8217; default behavior for categories, which is to show the selected categories at the top, removing them from their position in the tree.  You can bypass this by installing the <a href="http://wordpress.org/extend/plugins/category-checklist-tree/">Category Checklist Tree</a> plugin.  Without this plugin installed, my code will not help you much.</p>
<p>What my code does is to first collapse the whole categories tree, so that all subcategories are hidden, but it only does this if none of the subcategories are selected.  If a subcategory is selected, then that portion of the tree is shown in full.  My code adds &#8220;expand&#8221; and &#8220;collapse&#8221; links to the left side of each category that has subcategories.</p>
<p>Instructions<br />
1. Install  <a href="http://wordpress.org/extend/plugins/category-checklist-tree/">Category Checklist Tree</a> plugin.</p>
<p>2. <a href="http://www.newvibewebdesign.com/wp-content/uploads/2011/07/admin_category_stuff_js.js">Download this code</a>, save it to the root of your template folder and name it <a href="http://www.newvibewebdesign.com/wp-content/uploads/2011/07/admin_category_stuff_js.js">admin_category_stuff_js.js</a></p>
<p>3. In the functions.php file, add this at the end (this code will load the script whenever you are in the admin:</p>
<blockquote><p>add_action(&#8216;admin_init&#8217;, &#8216;admin_category_stuff&#8217;);</p>
<p>function admin_category_stuff() {<br />
$template_url = get_bloginfo(&#8216;template_url&#8217;);<br />
wp_register_script(&#8216;admin_category_stuff_js&#8217;,$template_url.&#8217;/admin_category_stuff_js.js&#8217;);<br />
wp_enqueue_script(&#8216;admin_category_stuff_js&#8217;);<br />
}</p></blockquote>
<p>That should do it!  I welcome feedback on the code and will try to help you if you have trouble with it.  I&#8217;ve tested in 3.0.x.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/collapsible-categories-in-admin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Business Websites in WordPress</title>
		<link>http://www.newvibewebdesign.com/business-websites-in-wordpress/</link>
		<comments>http://www.newvibewebdesign.com/business-websites-in-wordpress/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:50:06 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[Business Websites]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=366</guid>
		<description><![CDATA[Would you rather call me every time you want to add something to your website or would you rather do it yourself? Over the years, people have almost always answered that they would prefer to edit their own site if possible. For some people, this was the most important requirement. I would usually advise against [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-371" title="beach_dude" src="http://www.newvibewebdesign.com/wp-content/uploads/2011/04/beach_dude.jpg" alt="" width="237" height="282" />Would you rather call me every time you want to add something to your website or would you rather do it yourself?  Over the years, people have almost always answered that they would prefer to edit their own site if possible.  For some people, this was the most important requirement.  I would usually advise against it, but thanks to WordPress, I now suggest it and try to convince people to take control of their own business website.</p>
<p>What&#8217;s so great about WordPress?  And isn&#8217;t it just for blogging?  First, understand that when you talk about editing your own website, you are talking about a &#8220;content management system&#8221;.  There are many content management systems; many are free and some cost money.  WordPress did start out as a content management system used to publish a blog.  Since then it has evolved to the point where it&#8217;s blog functionality is just one of it&#8217;s features.  You can now manage an entire website using WordPress, and have that website look nothing like a blog (and not even have a blog as part of the site!).  Second, understand what WordPress brings to the table as a content management system.  Content management systems are usually difficult to learn and somewhat buggy.  WordPress has long been focused on the user experience and making things easy.  This is the main thing that sets it apart and the main reason I try to steer clients into managing their business website with it.</p>
<p>The other reason I love WordPress is purely selfish.  One of my favorite programming languages is called &#8220;PHP&#8221;.  I&#8217;ve built large and complicated sites using that language and so have a strong working knowledge of it.   Also, I&#8217;ve been building and working on commercial websites for over 10 years now, making me something of an expert in the techniques of making a page look like whatever I want the page to look like (HTML and CSS).  Well, WordPress is written in PHP and using my knowledge of PHP, HTML and CSS, I can manipulate it in whatever way I see fit.  The team of programmers who developed and continue to work on WordPress are extremely talented, and the guiding force and philosophy behind the development is visionary.  As a result, WordPress is truly a pleasure to work with and is what I most like to develop websites with.</p>
<p>In summary, if you want to edit your own website, I&#8217;m going to encourage you to have me develop your site using the WordPress platform.  You&#8217;ll be very pleased with the results.  I am a freelance website designer and programmer living and working in the Boulder, Colorado area.  Feel free to contact me anytime to discuss your website needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/business-websites-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recently Completed&#8230;</title>
		<link>http://www.newvibewebdesign.com/recently-completed-3/</link>
		<comments>http://www.newvibewebdesign.com/recently-completed-3/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 17:19:11 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[featured_slider]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=293</guid>
		<description><![CDATA[Conversion of Travolta.com Flash site to iPhone/iPad compatible site using HTML5 and jquery animations.]]></description>
			<content:encoded><![CDATA[<p>Conversion of Travolta.com Flash site to iPhone/iPad compatible site using HTML5 and jquery animations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/recently-completed-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recently Completed&#8230;</title>
		<link>http://www.newvibewebdesign.com/recently-completed-4/</link>
		<comments>http://www.newvibewebdesign.com/recently-completed-4/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 17:29:37 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[featured_slider]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=297</guid>
		<description><![CDATA[Website design and property search feature for luxury real estate in Thailand, Singapore, Hawaii and San Diego.]]></description>
			<content:encoded><![CDATA[<p>Website design and property search feature for luxury real estate in Thailand, Singapore, Hawaii and San Diego.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/recently-completed-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Change &#8211; Big Website Security Hole</title>
		<link>http://www.newvibewebdesign.com/small-change-big-website-security-hole/</link>
		<comments>http://www.newvibewebdesign.com/small-change-big-website-security-hole/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 18:53:52 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=229</guid>
		<description><![CDATA[I&#8217;ve taken over the management and custom programming of a fully custom, built-from-scratch online store created using C# and .NET, and I&#8217;ve been building modules for this store and updating it for about 2 years. After the store was operating for a long time, the owner realized that the shopping cart contents would disappear if [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve taken over the management and custom programming of a fully custom, built-from-scratch online store created using C# and .NET, and I&#8217;ve been building modules for this store and updating it for about 2 years.</p>
<p>After the store was operating for a long time, the owner realized that the shopping cart contents would disappear if someone left the site for a while and then came back to it.  He rightly assumed this was not good for users.  By this time, he had moved on from the company that originally built the site and was using a new programmer he had found to make the changes he needed (and this was before I came along of course).  He asked the programmer to make it so that the cart wouldn&#8217;t go away and in fact would be around &#8220;forever&#8221; or until checkout.</p>
<p>The programmer looked and found that the cart information was accessed using an identification number and the cart was going away because this number was stored in a session variable.  The programmer changed the site so that it stored the identification number in a cookie instead.  Simple enough, right?</p>
<p>Normally, stores are designed so that all the user information is accessed using that user&#8217;s identification number.  Therefore, someone has to identify themselves by logging in before any such information is available.  This store however, for reasons that make sense if you understand how this store works, had to access information based on the cart identification number.  And since the cart identification number was stored in a session variable, the original team of programmers considered this to be safe.</p>
<p>Programmer number two had no idea.  In making the site accept the cart identification variable as a cookie, he had opened up a way for a hacker to mine the entire customer database &#8211; easily.  I think he knew that someone could edit their cookie and access another cart, but he certainly didn&#8217;t know the store used the cart to pull in customer information!</p>
<p>Secure web application programmers know to treat all input as suspicious and this includes get and post variables, querystring variables, AND COOKIES!  If you are taking over a programming project, then changing a session variable to a cookie, querystring or post variable, you better understand the added security implications of that change.</p>
<p>You should understand this when you give your estimate so that you leave yourself room to explore the ramifications of a change like this.  Be sure to explain to your client that changing something in an insecure way could leave them open to hackers.  Unfortunately, programming takes time and people are often interested only in seeing that the site performs as they wanted &#8211; they have no way to know whether it is secure or not.  It&#8217;s important that you communicate that issue to them so that they understand the risks.</p>
<p>I&#8217;m a freelance web designer and programmer in the Boulder, Colorado area.  Please contact me with website security questions or if you are interested in working together to make something great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/small-change-big-website-security-hole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testimonial &#8211; Renee Grande</title>
		<link>http://www.newvibewebdesign.com/testimonial-renee-granda/</link>
		<comments>http://www.newvibewebdesign.com/testimonial-renee-granda/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:23:22 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[Recommendations From Clients]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=125</guid>
		<description><![CDATA[New Vibe Web Design is an excellent company to work with. Their designs and creativity were great and they were very accessible and helpful during and after the website&#8217;s creation. I will definitely continue to refer them to my colleagues, and intend to use them again in the future. —Renee Grande, Events By Monroe]]></description>
			<content:encoded><![CDATA[<blockquote>
<p id="quote">New Vibe Web Design is an excellent company to work with. Their designs and creativity were great and they were very accessible and helpful during and after the website&#8217;s creation. I will definitely continue to refer them to my colleagues, and intend to use them again in the future.</p>
<p id="author">—Renee Grande, <a target="_blank" href="http://www.eventsbymonroe.com">Events By Monroe</a></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/testimonial-renee-granda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testimonial &#8211; Amy Eng</title>
		<link>http://www.newvibewebdesign.com/testimonial-amy-eng/</link>
		<comments>http://www.newvibewebdesign.com/testimonial-amy-eng/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:21:05 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[Recommendations From Clients]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=122</guid>
		<description><![CDATA[New Vibe Web Design did a fantastic job with our website. Chad was extremely knowledgeable and patient with us and he had great insight as to how our site should look. We were more then thrilled with the results and speed with which everything was completed! I would recommend New Vibe to anyone who wants [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p id="quote">New Vibe Web Design did a fantastic job with our website. Chad was extremely knowledgeable and patient with us and he had great insight as to how our site should look. We were more then thrilled with the results and speed with which everything was completed! I would recommend New Vibe to anyone who wants top quality service with a personal touch- they&#8217;re the best!</p>
<p id="author">—Amy Eng, <a target="_blank" href="http://www.aim2clean.com">Aim.to Clean</a></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/testimonial-amy-eng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testimonial &#8211; Ed Broggi</title>
		<link>http://www.newvibewebdesign.com/testimonial-ed-broggi/</link>
		<comments>http://www.newvibewebdesign.com/testimonial-ed-broggi/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:18:44 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[Recommendations From Clients]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=119</guid>
		<description><![CDATA[I have used Chad for my web site design for the past year and have found him to be professional in his dealings with me, and attentive to my design needs and goals for my web site project. He is quick to make changes as needed, and responds promptly to my e-mails and concerns. I [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p id="quote">I have used Chad for my web site design for the past year and have found him to be professional in his dealings with me, and attentive to my design needs and goals for my web site project. He is quick to make changes as needed, and responds promptly to my e-mails and concerns. I fully endorse him in any web site design you as a future client may need, and may call me if you need further information regarding work he has done for me.  Sincerely,</p>
<p id="author">—Edward P. Broggi DMD PA <br />
561-364-3368<br /><a target="_blank" href="http://www.dentalimplantsatboyntonbeach.com">Dental Implants</a></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/testimonial-ed-broggi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testimonial &#8211; Tom Petrovic</title>
		<link>http://www.newvibewebdesign.com/testimonial-tom-petrovic/</link>
		<comments>http://www.newvibewebdesign.com/testimonial-tom-petrovic/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:16:37 +0000</pubDate>
		<dc:creator>Chad Phillips</dc:creator>
				<category><![CDATA[Recommendations From Clients]]></category>

		<guid isPermaLink="false">http://www.newvibewebdesign.com/?p=117</guid>
		<description><![CDATA[Now that the website is up-and-running, I just wanted to let you know that it was a pleasure working with you. Everything you promised was on time and even sooner, and your suggestions during the process helped us make the right decisions in order to make our site the best it could be. Everything works [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p id="quote">Now that the website is up-and-running, I just wanted to let you know that it was a pleasure working with you. Everything you promised was on time and even sooner, and your suggestions during the process helped us make the right decisions in order to make our site the best it could be.  Everything works perfectly! We have a couple more to do in the future and will contact you as soon as we are ready to tackle those projects.<br />
Thanks Again!</p>
<p id="author">—Tom Petrovic<br />
Creative Art Director<br /><a target="_blank" href="http://www.dmsmails.com">Direct Mail Systems</a></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.newvibewebdesign.com/testimonial-tom-petrovic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

