<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;Type=RSS20" rel="self" type="application/rss+xml" /><title>Web Multimedia Blog</title><description>Multimedia Web Design Advice, Photography, Video, music, cost saving, and Company News.</description><link>http://mountainmultimedia.biz/</link><lastBuildDate>Sat, 26 May 2012 23:52:28 GMT</lastBuildDate><docs>http://backend.userland.com/rss</docs><generator>RSS.NET: http://www.rssdotnet.com/</generator><item><title>Important Magento Resources - links</title><description>&lt;p&gt;Here is a collection of &lt;strong&gt;important links for Magento&lt;/strong&gt;&amp;nbsp;that I personally use as my bookmarks/favorites.&amp;nbsp; They are meant more for designers and developers and are a handy bunch of resources:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Web Design
    &lt;ul&gt;
        &lt;li&gt;Magento
        &lt;ul&gt;
            &lt;li&gt;Important Note: I've been using Business Catalyst for longer than I've been using Magento.&amp;nbsp; The main reason I started using Magento is because I took on a client who was using Magento and I was able to customize it for him based on my knowledge of PHP.&amp;nbsp; Business Catalyst has proven to be much more easily designable than Magento but I have found various situations where a client will want some deep customization that can't be done in BizCat and that's where Magento can come in.&amp;nbsp; So each has its place. :) Also eCommerce for Wordpress can be nice for some simpler store setups (more later)&lt;/li&gt;
            &lt;li&gt;&lt;a href="http://zaclee.net/magento/make-magento-1-6-theme-from-scratch"&gt;Make Magento Theme from Scratch&lt;/a&gt;&amp;nbsp;- this is probably the best written guide to getting started with designing in Magento&lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.magentocommerce.com/magento-connect/customer-groups-catalog2-4585.html"&gt;Customer Groups Extention for Magento&lt;/a&gt;&amp;nbsp;- this unlocks a lot of Magento's potential by allowing access to only certain user groups (like Wholesalers vs. General Public) &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.magentocommerce.com/blog/comments/from-the-support-team-importing-newsletter-subscribers/"&gt;Importing Newsletter Subscribers&lt;/a&gt;&amp;nbsp;- points out that this is just like importing Customers, which is different from previous versions of Magento &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.magentocommerce.com/knowledge-base/entry/magento-for-dev-part-1-introduction-to-magento"&gt;Intro to Magento Development&lt;/a&gt;&amp;nbsp;- a good start &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-attributes-custom-fields"&gt;Creating Custom Fields &lt;/a&gt;- without any development, you can add new Fields to products in Magento, this is a nice feature that makes a difference over other eCommerce systems. &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.free-ebusinesshelp.com/magento/moving-magento-directory-from-test-to-live.html"&gt;Moving the Site (Test to Live) &lt;/a&gt;- please note, this didn't work very well.&amp;nbsp; I find it hard to move the site in Magento which is a detractor.&amp;nbsp; It would be better to create a test site and a production site and modularly move components over and then move over data... this is my point in bringing this link up for now, hopefully better info/methods will come along. &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.magentocommerce.com/wiki/groups/248/display_products_on_home_page"&gt;Magento: How to show products on Home page&lt;/a&gt;&amp;nbsp;- it is not the default so knowing how to do this is good.&amp;nbsp; Fairly easy. &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.magentocommerce.com/wiki/groups/227/moving_magento_to_another_server"&gt;Move Magento to another Server&lt;/a&gt;&amp;nbsp;- using SSH, not just a lite move.&amp;nbsp; This is the better way to try to move Magento, but still wasn't adaptable to moving it from one directory to another.&amp;nbsp; Still working on that. &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.webhostingbuzz.com/magento-hosting.php"&gt;Affordable Magento Hosting with an Upgrade Path&lt;/a&gt;&amp;nbsp;- looks to be a good way to go (Please note: I have not worked with this company at this point and do not vouch for them - it just seems like a logical type of host for Magento) &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.tmdhosting.com/magento-cloud-hosting.html"&gt;Magento Cloud Hosting&lt;/a&gt;&amp;nbsp;- add cloud flexibility to the equation. Also have not tried but looks good. &lt;/li&gt;
            &lt;li&gt;&lt;a href="http://www.properhost.com/magento-hosting/single-store"&gt;Another Magento Host&lt;/a&gt;&amp;nbsp;- &lt;em&gt;read the subtext:&lt;/em&gt; Magento should probably not be run on a shared hosting type account, its too memory/processor intensive!&amp;nbsp; Unless its just a casual store, get a good host! (VPS/VDS or DS or cloud?)&lt;/li&gt;
            &lt;li&gt;&lt;a href="http://stackoverflow.com/questions/1820012/magento-display-sub-category-list"&gt;Display Category/Subcategory List&lt;/a&gt;&amp;nbsp;- I used this as a basis for starting to build a cool, unique navigation structure on a site.&amp;nbsp; You'd think this stuff would be more natural for a system but its not with Magento.&amp;nbsp; Not to be down on it, just giving you a realistic impression on what you have to look forward to on Magento. :)&lt;/li&gt;
            &lt;li&gt;&lt;a href="http://stackoverflow.com/questions/7348257/max-file-size-for-magento-custom-option-uploads"&gt;Max File Upload Size&lt;/a&gt;&amp;nbsp;- one really nice thing on Magento is you can have File Uploads on products sold.&amp;nbsp; So, for example, someone could send a picture with their purchase and that could be printed on a mug, etc.&amp;nbsp; I haven't seen this as a standard thing for other eCommerce systems (I haven't tried them all of course).&amp;nbsp; This link will talk about how to limit the size of the uploads to avoid someone trying to crash the server, etc.&amp;nbsp; Wow, there's a can of worms.&lt;/li&gt;
            &lt;li&gt;&lt;/li&gt;
        &lt;/ul&gt;
        &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=291663&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fimportant-magento-resources%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/important-magento-resources/</guid><pubDate>Mon, 14 May 2012 21:24:00 GMT</pubDate></item><item><title>DSLR vs. Camcorder for Video</title><description>&lt;span&gt;
&lt;h2&gt;Comparing HD Video of DSLR to Camcorders&lt;/h2&gt;
&lt;p&gt;Being a big DSLR user myself, I see the marketing hype towards using &lt;strong&gt;Digital SLRs for HD Video&lt;/strong&gt;. It is true, they do provide many benefits, but the excitement surrounding this may make you miss the fact that today&amp;rsquo;s &lt;strong&gt;HD Camcorders&lt;/strong&gt; have a contrasting set of features that may better serve your needs (or not). I hope to address the strengths of each in this article so you can decide what is best for you (or use both in the right applications).&lt;/p&gt;
&lt;p&gt;In the past few years there have been many HD Camcorders from &lt;em&gt;entry-level to mid-prosumer&lt;/em&gt; that have sullied the name of the quality of HD. This has definitely fueled the push towards DSLRs being looked upon as the go-to for semi-affordable quality HD Video. Issues such as abysmal low-light performance and noise in the video quality have made people think of HD Camcorders as poor substitutes for strength of DSLR&amp;rsquo;s video.&lt;/p&gt;
&lt;p&gt;But in the last year or so, some new Camcorders &lt;em&gt;(in the entry to mid level)&lt;/em&gt;&amp;nbsp;have arrived that are leveling the playing field for these issues. So now the real comparison can begin! How does the core aspect of using a DSLR for video compare to using a Camcorder for video?&lt;/p&gt;
&lt;p&gt;Using a DSLR for video is more comparable to the experience a film maker would have. It has a more cinematic feel and quality. Depth of Field is more controllable and you are still more likely to be able to have the best low-light performance due to larger sensors. However, you may be stuck with manual focus. A Camcorder will definitely handle better for action, less pre-planned shots, much easier auto-focusing, walking around without bumps (with the right Image Stabilization), easier to zoom in while shooting, and a ton of other convenient features.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mountainmultimedia.biz/sony-digital-slt-notes"&gt;[Side Topic: Yah, well doesn&amp;rsquo;t the Sony A55, A65, and A77 solve those DSLR issues?!?]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is a more in depth comparison chart on the pros and cons of each and what scenarios each could be best for:　&lt;/p&gt;
&lt;/span&gt;
&lt;table style="border: #595959 2px solid;" dir="ltr" cellspacing="2" cellpadding="12"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td style="width: 33%; height: 25px;"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;Topic&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 25px;"&gt;
            &lt;p&gt;&lt;strong&gt;DSLR&lt;/strong&gt;&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 25px;"&gt;
            &lt;p&gt;&lt;strong&gt;HD Camcorder&lt;/strong&gt;&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 176px;"&gt;
            &lt;p&gt;Controllable Focus, Depth of Field (useful in Cinematic presentation)&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 176px;"&gt;
            &lt;p&gt;A clear winner in this category. Deferent lenses can further enhance this&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 176px;"&gt;
            &lt;p&gt;Not as good. Some have focus rings but not any entry level. Plus smaller sensor size makes the shallowest depth of field impossible. On the flip side, if you like everything in focus then this is the way to go.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 82px;"&gt;
            &lt;p&gt;Low Light Performance&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 82px;"&gt;
            &lt;p&gt;Used to be the only way to go but now Camcorders are much better and may have even caught up&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 82px;"&gt;
            &lt;p&gt;This used to be a deal breaker but now depending on the unit, many have exceptional low-light&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;Noise&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;Still a winner, but even some earlier DSLRs with Video have bad/moderate noise.&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;Much better than ever for Camcorders. Depends on model. Smaller sensor size can cause issue but many models have totally fixed this&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 195px;"&gt;
            &lt;p&gt;Auto Focus&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 195px;"&gt;
            &lt;p&gt;Really bad. You just need to use Manual, except on Sony&amp;rsquo;s dSLTs but even those have a slight issue. For DSLRs with some Auto Focus in Video - they use Contrast Based Auto Focus which hunts a bit and would be unusable for real video (more below)&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 195px;"&gt;
            &lt;p&gt;Very Good. Even though some use contrast based detection, with the smaller sensor size the focusing can happen quickly and accurately. Many camcorders also have an autofocus sensor by the lens which works great.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 214px;"&gt;
            &lt;p&gt;Zoom During Video&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 214px;"&gt;
            &lt;p&gt;Depends on your lens. A Quality lens will give a nice smooth zoom ring but a cheap one can have a sticky, plastic feel that makes smooth zooms impossible. Other issue: Focusing while zooming can be a problem, whereas many Camcorders can handle this&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 214px;"&gt;
            &lt;p&gt;Most have a comfortable lever switch. The level of resistance varies and good ones have a slow zoom and fast zoom depending on how far you make the lever go. Also, settings can adjust the speed of the zoom. &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 365px;"&gt;
            &lt;p&gt;Image Stabilization&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 365px;"&gt;
            &lt;p&gt;You may think if your lens has Image Stabilization you&amp;rsquo;ll be ok for video but Lens Based Image Stabilization wasn&amp;rsquo;t meant for video, it was meant for making one photo at a time better able to account for hand shake. So if you are walking around doing video and expect it to be free of bumps, you will be disappointed. Sony&amp;rsquo;s dSLTs are better for this because the I.S. is in the camera but it still is built around being a photo camera. Best get a rigging system or steady cam ($$$)&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 365px;"&gt;
            &lt;p&gt;The best kind of Image Stabilization for Video is built into Camcorders. It can make a video where you are walking around carefully free of bumps. Add a little rigging and it can be extremely smooth.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;Motion&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;There can be issues with motion in panning and other fast moving objects, called the Jello Effect, which I won&amp;rsquo;t get into here.&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;Sharp, super smooth motion - but some are better than others.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 459px;"&gt;
            &lt;p&gt;Lens Consideration&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 459px;"&gt;
            &lt;p&gt;DSLRs give you access to a range of lenses that give you flexibility and will help convince you to part with your money &lt;span style="font-family: wingdings;"&gt;J&lt;/span&gt; &lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 459px;"&gt;
            &lt;p&gt;You better be happy with the lens in your camcorder &amp;lsquo;cause you won&amp;rsquo;t get another. A major thing to look for is how wide-angle the lens goes (usually quoted in 35mm terms). A 28mm Wide Angle lens in a Camcorder is about as wide as it will go. Many more like 43mm which may not get everything into the picture without excessive panning. One nice advantage of many camcorder lenses is that they have a F1.8 aperture (the lower the larger the hole to let light in). It would be ridiculously expensive to get a DSLR lens with F1.8 and 20 times optical zoom, but affordable in a Camcorder.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;Best Uses&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;-Photos in Motion&lt;br /&gt;
            &lt;br /&gt;
            -Cinematic Clips where shallow depth of field is a priority&lt;/p&gt;
            &lt;/td&gt;
            &lt;td valign="top" style="width: 33%; height: 119px;"&gt;
            &lt;p&gt;-Action Video&lt;/p&gt;
            &lt;p&gt;-Everyday Video (don&amp;rsquo;t miss your kids first&amp;hellip;)&lt;/p&gt;
            &lt;p&gt;-Sharp, Crispy Videos where everything&amp;rsquo;s in focus&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;span&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;More about Auto Focus&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;Why can&amp;rsquo;t DSLRs just autofocus?&lt;/em&gt; Its because they use the mirror inside to focus using Phase Detection for photos. When they shoot video, the mirror locks up to constantly let the sensor &amp;ldquo;see things&amp;ldquo;, so the regular autofocus can&amp;rsquo;t work. Newer models use the sensor and contrast based auto-detection, but I&amp;rsquo;ve tried it and it doesn&amp;rsquo;t work very well. &lt;em&gt;&lt;strong&gt;So why don&amp;rsquo;t they fix that?&lt;/strong&gt;&lt;/em&gt; My idea is they should add a sensor like camcorders have for autofocus as a plug-in attachment to sit on the end of the lens&amp;nbsp;for Canon or Nikon DSLRs (or make Translucent Mirror cameras like Sony). &lt;br /&gt;
Another point - I&amp;rsquo;ve heard the argument that: Just use Manual Focus like they do in the movies&amp;hellip; Ok, in the movies they have a guy called a Focus Puller and all he does is focus on the subject and they usually preplan all shots taking measurements for reference. Does that sound realistic for everyday shots? Years ago Nikon lost the format war to Canon when Canon introduced quality AutoFocus lenses and Nikon sat back for some years. This is video, not photo, but its possible something like this could happen with Sony now. We will see. Using Sony&amp;rsquo;s Digital SLT cameras, the auto focus is very good, the only issue is that the focus happens so quickly that it is quite an abrupt change in video to see focus shift from one subject to another this way (kind of jerky).&lt;/p&gt;
&lt;p&gt;Contrastingly, Camcorders have nice, fast auto focus built in and it is very easy to use. Some high-end models have a focus ring which allows some creative techniques that may give their videos a cinematic quality. Even more have touch screens that allow you to touch what you want to be in focus - which may be a better option still.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In Summary:&lt;/strong&gt; for most Video purposes, HD Camcorders seem to be the winner. New improvements in the technology in the past year have made the old objections to Camcorders a thing of the past. However, DSLRs can be better for cinematic work, artistic work, and photos in motion. The best option is to have one of each to cover all applications, but HD Camcorders can cover the bulk of your video needs.&lt;/p&gt;
&lt;p&gt;[ There are definitely still a lot of bad camcorders out there. I&amp;rsquo;m not saying they&amp;rsquo;re all good. &lt;a href="http://mountainmultimedia.biz/good-hd-camcorders"&gt;Find out the few, the proud that changed the game in my opinion HERE&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;　&lt;/p&gt;
&lt;p&gt;　&lt;/p&gt;
&lt;/span&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=215724&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fDSLR-vs-Camcorder-Video%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/DSLR-vs-Camcorder-Video/</guid><pubDate>Fri, 06 Jan 2012 00:50:00 GMT</pubDate></item><item><title>Web Activity Cycle</title><description>&lt;p&gt;If you want to have traffic and results online you need &lt;strong&gt;Web Activity&lt;/strong&gt;.&amp;nbsp; An active site, not a dead one.&amp;nbsp; It can be hard to know exactly what to do and have &lt;em&gt;reminders&lt;/em&gt; to actually do it.&amp;nbsp; I've thought about this a lot and studied many resources to come up with the "&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;Web Activity Cycle&lt;/strong&gt;&lt;/span&gt;".&lt;/p&gt;
&lt;p&gt;It is a resource of knowledge and advice, and its also a &lt;strong&gt;mousepad&lt;/strong&gt; that I designed for keeping these important tasks top-of-mind.&amp;nbsp; Check it out in my &lt;a href="/online-business-tools"&gt;Online Store&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I've put together &lt;em&gt;easy reminders&lt;/em&gt; for 10 Weekly and 10 Monthly &lt;em&gt;activities&lt;/em&gt; that if done right will grow your &lt;span style="text-decoration: underline;"&gt;online presence&lt;/span&gt;.&amp;nbsp; Some of the suggestions are more standard and others are more advanced and specialized.&amp;nbsp; In the picture of the product I've blanked out the advice squares so people can't just print it out.&amp;nbsp; Besides, it works better as a mousepad because its more permanent and is on your desk where you need it.&lt;/p&gt;
&lt;p&gt;My advice to you is to order one of these mousepads if you want to keep your existing website or blog getting great traffic.&amp;nbsp; If you allow it to be a coaching device you can make progress online.&lt;/p&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=206916&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fWeb-Activity-Cycle%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/Web-Activity-Cycle/</guid><pubDate>Thu, 22 Sep 2011 06:43:00 GMT</pubDate></item><item><title>Search Engine Optimization in a Nutshell</title><description>&lt;strong&gt;Search Engine Optimization&lt;/strong&gt; goes hand in hand with &lt;strong&gt;good web design&lt;/strong&gt;.&amp;nbsp; In a &lt;span style="text-decoration: underline;"&gt;nutshell&lt;/span&gt;: its how you get found online (Aside from having to pay for it with costly online advertisement).&amp;nbsp; If done right it can be one of the best, low cost "advertising" methods out there.&amp;nbsp; Its important to first have a great web design, but then you want people to find your great company online.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;a href="/contact"&gt;Contact me&lt;/a&gt; to learn more about getting more business from you online investment.&lt;br /&gt;
&lt;br /&gt;
-Joel Reinke&lt;br /&gt;
Mountain Multimedia&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;"Your local connection to the world via the Web"&lt;/em&gt;&lt;/strong&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=196567&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fSearch_Engine_Optimization_Nutshell%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/Search_Engine_Optimization_Nutshell/</guid><pubDate>Fri, 03 Jun 2011 04:28:00 GMT</pubDate></item><item><title>Logo Design</title><description>In my continuing series on "How to Plan for Web Design" I will now expand upon step 4: Logos.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Logo Design for the Web and Print&lt;/h2&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;p&gt;Some companies will hire a design firm just to design their logo.&amp;nbsp; This can be a great process and can also help you to look at important brand identity topics that help your business in a big way. If you can afford to hire someone for this and still have enough budget left for your web design, great, take the time and break these important steps out so they each get the attention they deserve. Mountain Multimedia can also help you to design a great logo for your company as part of the web design, we just won't make as big a process out of it as if you were hiring a design firm for just logo development.&amp;nbsp; We offer an affordable package for combining web design with logo design. Or if you like, you can hire us to just design a logo and we can focus more on that process. Or both, each with full emphasis.&lt;/p&gt;
&lt;p&gt;...The point is, logo design is typically separate from web design, logo is designed first. It doesn't have to be, but its good to spend enough time with each. So plan for it.&lt;/p&gt;
&lt;p&gt;When fully designing a company logo, often this is the stage where the colors for the company design are defined. You may have 1, 2, 3, or 4 core colors for your design that will be consistently used throughout all your corporate documents, designs, products, and marketing.&amp;nbsp; This is defined because printing dictates costs for physical medium. Less colors, lower cost for many real world items. Online you can scale this up to a full-color design because monitors don't charge extra for extra colors. :)&amp;nbsp; If, for example, your real logo for print has 3 colors, you might also want to have a Black&amp;amp;White version and a Full Color Version. You may also want to match the colors to Pantone codes, CMYK (not RGB), and maybe even match to Paint Colors if you think you could paint a building or room to match your company colors. &lt;br /&gt;
&lt;br /&gt;
Two prevalent types of logos are: Text Only Logos, and Graphic Logos.&lt;br /&gt;
&lt;strong&gt;Text Only Logos:&lt;/strong&gt; These are popular today. Its just the company name in some stylized font or even the text turned into a graphic version of the text.&amp;nbsp; These logos can be nice if you just want to focus on the company name or its hard to determine a graphic that pairs well with your name.&lt;br /&gt;
&lt;strong&gt;Graphic Logos:&lt;/strong&gt; Can be a symbol for your company.&amp;nbsp; Can be a graphic of some sort either paired with the name of the company or not.&amp;nbsp; Usually its best if the graphics of the logo are clear and somewhat simple so they can be printed easily as well as look good online.&amp;nbsp; &lt;br /&gt;
&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;Some ideas for how to make a logo:&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;A. Take the first letter of your company name and stylize it into a graphical version of the letter that ties into your company theme or product. Then either continue the name or just use that one 'letter' &lt;/li&gt;
    &lt;li&gt;B. Make a Script Style Logo with the First letter or initials of the company. &lt;/li&gt;
    &lt;li&gt;C. Standardize a Corporate Font that matches your Logo &lt;/li&gt;
    &lt;li&gt;D. If you have a symbol or mascot in mind, find some reference images of it that you like how its positioned so you can provide some tangible starting point for the designer.&lt;/li&gt;
    &lt;li&gt;You can sketch out the logo to give your logo designer a head start, but you probably should have a professional make the final graphic design &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That's a great start, this should help start the process.&lt;/p&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=194034&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fLogo_Design%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/Logo_Design/</guid><pubDate>Mon, 23 May 2011 23:17:00 GMT</pubDate></item><item><title>Common Web Design Layouts</title><description>&lt;h3&gt;From my last Blog Post, How to Make a Website: Planning Stage, there are 10 parts. I will now go into more detail on step 2 by giving more examples for types of &lt;span style="text-decoration: underline;"&gt;common webdesign&amp;nbsp;layouts&lt;/span&gt;...&lt;/h3&gt;
&lt;h5&gt;Please note, as I am building a lot of materials for &lt;span style="text-decoration: underline;"&gt;Edmonds Web Design&lt;/span&gt;, for any &lt;em&gt;Edmonds Website&lt;/em&gt;, there should be at least 1 ferry boat in your design somewhere! :)&amp;nbsp; (Ok, sorry, It's an Edmonds Kind of Joke)&lt;/h5&gt;
&lt;p&gt;From last episode:&lt;/p&gt;
&lt;h3&gt;2. Sketch Homepage&lt;/h3&gt;
&lt;p&gt;Don't worry: No&amp;nbsp;artistic skill required, just&amp;nbsp;draw boxes on paper&amp;nbsp;and label them.&amp;nbsp; &lt;br /&gt;
(&lt;span style="text-decoration: underline;"&gt;&lt;em&gt;GLOSSARY OF TERMS&lt;/em&gt;&lt;/span&gt; at bottom of article)&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Take a sheet of blank paper.&amp;nbsp; &lt;/li&gt;
    &lt;li&gt;Think up an ideal&amp;nbsp;layout that matches the image of your business (see below for examples) &lt;/li&gt;
    &lt;li&gt;The Homepage&amp;nbsp;sometimes has a more graphic layout than the rest of the pages, but it can be the same format as the rest of the pages too.&amp;nbsp; Some standard layouts for web pages are:
    &lt;ul&gt;
        &lt;li&gt;Header with Left Sidebar, &lt;/li&gt;
        &lt;li&gt;Header with Right Sidebar (common for blogs), &lt;/li&gt;
        &lt;li&gt;Left Sidebar Navigation, &lt;/li&gt;
        &lt;li&gt;Header + 3 columns.&amp;nbsp; &lt;/li&gt;
        &lt;li&gt;Option for all of these:&amp;nbsp;have a footer or not &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Some other, less standard formats are:
    &lt;ul&gt;
        &lt;li&gt;Fixed Footer Navigation, &lt;/li&gt;
        &lt;li&gt;3D Layout, &lt;/li&gt;
        &lt;li&gt;Flexible Size Format &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As a better reference for this important step, I put together small images for each of these layout types to help give you a better idea of what are standard web site layouts:&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;h2&gt;&lt;img alt="" style="float: left;border: 0px;" src="http://mountainmultimedia.biz/images/web-layout-leftbar.png" /&gt;Header with Left Sidebar&lt;/h2&gt;
&lt;p&gt;A common layout. The left Sidebar is often for Navigation, but it can also be for other things and sometimes the navigation is in the Header. The Header often contains the Logo, tagline of the company, sign-in area, search bar,&amp;nbsp;and important Links.&amp;nbsp; Often there is a Footer but its optional. The content section changes for each page but the other elements of the page stay the same for most of the website.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;img alt="" style="float: left;border: 0px;" src="http://mountainmultimedia.biz/images/web-layout-rightbar.png" /&gt;Header with Right Sidebar (common for blogs)&lt;/h2&gt;
&lt;p&gt;Just like above but the Sidebar is to the right.&amp;nbsp; Because the emphasis is not as strong with the sidebar on the right, the CORE navigation isn't usually in the Right Sidebar but blogs use it for things like Archives, Tag Clouds and more.&amp;nbsp; It puts more emphasis on the Content which can be good.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;h2&gt;&lt;img alt="" style="float: left;border: 0px;" src="http://mountainmultimedia.biz/images/web-layout-leftnoheader.png" /&gt;Left Sidebar Navigation&lt;/h2&gt;
&lt;p&gt;No Header! You have navigation in the left sidebar and a logo above it. Content start at the top of the page. Again, footer is optional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;h2&gt;&lt;img alt="" style="float: left;border: 0px;" src="http://mountainmultimedia.biz/images/web-layout-3col.png" /&gt;Header with 3 columns (Left and Right Sidebars)&lt;/h2&gt;
&lt;p&gt;Like some of the others but the content is between a left and right sidebar.&amp;nbsp; Usually for web sites with a lot going on and many different categories of content.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;h2&gt;&lt;img alt="" style="float: left;border: 0px;" src="http://mountainmultimedia.biz/images/web-layout-footer-fixed.png" /&gt;Fixed Footer Navigation&lt;/h2&gt;
&lt;p&gt;The Footer on this one is the key.&amp;nbsp; Not as common of a layout, but useful for multiple reasons.&amp;nbsp; The Footer is locked to the bottom of the webpage and never moves.&amp;nbsp; It should always be visable.&amp;nbsp; The navigation is all in the Footer. It's kind-of like the layout on an operating system like Windows. Another advantage is the Content comes first. Disadvantage is it might throw visitors off.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;h2&gt;Header + Content&lt;/h2&gt;
&lt;p&gt;Super basic but common layout: Just a Header then Content below. Can be a great layout, just didn't need a picture to explain that one.&lt;/p&gt;
&lt;h2&gt;3D Layout&lt;/h2&gt;
&lt;p&gt;A fun creative layout that uses 3D to create a new, unique browsing Experience. Unlimited possibilities but you have to be careful to not throw off your visitors.&amp;nbsp; Too many possibilities to go into here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have other layouts you know are very common that I missed, please comment to let me know of those other types and I'll add them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Glossary of Terms&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Header&lt;/strong&gt; - Top section of each page on a website that can include: logo, tagline, links, navigation, etc. Not absolutely needed for a web page but very common &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Footer&lt;/strong&gt; - Bottom section of each page on a website that can include: links, copyright info, address, map link, widgets, or anything you like &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Left and Right Sidebar&lt;/strong&gt; - Verticle section of webpage that is next to the Content that includes links, graphics, tools, widgets, content summaries, or just about anything.&amp;nbsp; Usually repeats on all web pages on a web site. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Content&lt;/strong&gt; - Section of the web page that holds the important info for that page. It usually changes for each page on a site, whereas the other elements stay the same (like the header, sidebars, and footer). &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Website&lt;/strong&gt; - All your web pages for your site, as in everything at &lt;a href="http://www.your-domain.com"&gt;www.your-domain.com&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Webpage&lt;/strong&gt; - One, individual page on your site that has content plus a header(optional), footer(optional), sidebars(optional), etc. &lt;/li&gt;
&lt;/ul&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=186222&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fcommon-webdesign-layouts%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/common-webdesign-layouts/</guid><pubDate>Mon, 21 Mar 2011 02:28:00 GMT</pubDate></item><item><title>How to make a website - Step 1</title><description>&lt;h2&gt;Web Design Step 1: Planning Stage&lt;/h2&gt;
&lt;h5&gt;&lt;span style="text-decoration: underline;"&gt;Intended Audience:&lt;/span&gt; Anyone looking for advice on setting up a website, with basic internet skills&lt;/h5&gt;
&lt;p&gt;This is a very broad topic, but I will focus on helping you&amp;nbsp;get things ready to build a successful website from the ground up.&amp;nbsp; This blog post will be about the planning stage, future posts will continue to the next steps.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;Requirements:&lt;/span&gt; For this post to be of value, I will focus on writing to people with a basic internet skill set.&amp;nbsp; No super technical skills&amp;nbsp;are required, but you should have familiarity with using email, uploading picture files to the web, using facebook or other social networks (not absolutely required), and using a digital camera device of any sort (cellphone camera, point and shoot, or anything that takes pictures) (taking photos will be in a later step)&lt;/p&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;p&gt;We'll start with a checklist of logical items to get you from idea to online:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Come up with a &lt;em&gt;web address&lt;/em&gt; and some alternatives in case it is taken &lt;/li&gt;
    &lt;li&gt;Sketch out a very rough sketch of what you want your home page to look like &lt;/li&gt;
    &lt;li&gt;Maybe the rest of your pages are layed out like your home page or maybe they have a different design, if different, sketch this out too &lt;/li&gt;
    &lt;li&gt;Do you already have a logo or a "text-logo"? If so, get the graphic file accessible and ready to use.&amp;nbsp; If not, design one or hire someone to design one &lt;/li&gt;
    &lt;li&gt;Decide on which pages you want to have on your web site. Examples: Home Page, Blog, About Us, Products, Services, etc. Do you want an online store? Do you want to start your own Social Network? etc... &lt;/li&gt;
    &lt;li&gt;Build a team of people in your company, organization, group, or hire a team, for dealing with the many parts of keeping your website updated &lt;/li&gt;
    &lt;li&gt;Decide on what important &lt;strong&gt;images&lt;/strong&gt; you want on your website.&amp;nbsp; Will you photograph these things or hire out? Do you have a style you want to go for?&amp;nbsp; &lt;/li&gt;
    &lt;li&gt;Also, if you want video clips, animation, audio, or other media: Define&amp;nbsp;what you want&amp;nbsp; &lt;/li&gt;
    &lt;li&gt;Start thinking about how people will find you on the internet.&amp;nbsp;What search phrases would you want to come up for? &lt;/li&gt;
    &lt;li&gt;Define a budget for the project. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That's enough for now. Let's focus on these 10 items to planning a successful web design. (If this sounds too complicated to manage,&amp;nbsp;&lt;a href="/contact"&gt;Contact Us&lt;/a&gt; to hire us for this planning stage)&lt;/p&gt;
&lt;h3&gt;1. Web Address&lt;/h3&gt;
&lt;p&gt;Wouldn't it be nice if your company name + .com was always available?&amp;nbsp; Unfortunitely, many good web addresses have been parked on or sat on because of the low cost to set these up and potential high selling cost.&amp;nbsp; If you can get your name.com, that would be the best, otherwise: time to get creative.&amp;nbsp; Try to stick to .com and play around with different options for phrasing the shortest permutation of your name or an industry category representation of what you do. &lt;strong&gt;Real Important Advice:&lt;/strong&gt; If you find your name is available, don't wait and come back to it later.&amp;nbsp; Buy it now! I found a good name once, took a break, came back, and someone parked on it!&amp;nbsp; So sad. Once you start shopping, be ready to buy. Cause the internet is smart enough to figure out what people are looking for, especially for web addresses.&amp;nbsp; Some nice web sites to buy domains at are &lt;a href="http://www.bluehost.com"&gt;www.bluehost.com&lt;/a&gt; and &lt;a href="http://www.godaddy.com"&gt;www.godaddy.com&lt;/a&gt; - It's usually about $10 per year for each web address (though this could change at any time)&lt;br /&gt;
&lt;br /&gt;
One other &lt;em&gt;Search Engine Optimization&lt;/em&gt; aware type tip: You should probably buy your company name + .com if available, but also consider this: if you know your keywords or search phrase you should probably buy a domain name made up of the keywords or phrase separated by hyphens. Like: www.seattle-mice-experts.com if that's what you do. Your search results LONG RUN will thank you for it!&lt;/p&gt;
&lt;h3&gt;2. Sketch Homepage&lt;/h3&gt;
&lt;p&gt;You don't have to have any artistic skill to do this! You'll mainly be drawing boxes and labeling them.&amp;nbsp; Take a sheet of blank paper.&amp;nbsp; Think up a fun layout that matches the image of your business.&amp;nbsp; The Homepage&amp;nbsp;sometimes has a more graphic layout than the rest of the pages, but it can be the same format as the rest of the pages too.&amp;nbsp; Some&amp;nbsp;&lt;a href="http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/common-webdesign-layouts/" title="More info on Common Web Page Layouts"&gt;standard layouts for web pages&lt;/a&gt; are: Header with Left Sidebar, Header with Right Sidebar (common for blogs), Left Sidebar Navigation, Header + 3 columns.&amp;nbsp; All of these usually have a footer as well.&lt;br /&gt;
Some other, less standard formats are: Fixed Footer Navigation, 3D Layout, Flexible Size Format, and many more.&amp;nbsp; Don't feel limited by any of this, just come up with a layout you are happy with.&amp;nbsp; View my blog on&amp;nbsp;&lt;a href="http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/common-webdesign-layouts/"&gt;Common Web Site Layouts&lt;/a&gt; for more info on this.&lt;/p&gt;
&lt;h3&gt;3. Other web pages&lt;/h3&gt;
&lt;p&gt;Like step 2 above.&amp;nbsp; Just determine if you'd rather have a standard format across all pages, or if you'd like your home page to be different, or if you'd like every page to have its own style.&amp;nbsp; You should have standard elements across all pages even if you want every page to have a unique style.&lt;/p&gt;
&lt;h3&gt;4. Logo&lt;/h3&gt;
&lt;p&gt;If you have a logo already, but its optimized for print (like 1,2,3, or 4 color design), you may want to make it full color for the web. It just might look plain on the web if its not.&amp;nbsp; If you're starting from scratch you may want to work with a company to develop this professionally for you.&amp;nbsp; Two prevalent types of logos are: Text Only Logos, and Graphic Logos.&lt;br /&gt;
&lt;strong&gt;Text Only Logos:&lt;/strong&gt; These are popular today. Its just the company name in some stylized font or even the text turned into a graphic version of the text.&amp;nbsp; These logos can be nice if you just want to focus on the company name or its hard to determine a graphic that pairs well with your name.&lt;br /&gt;
&lt;strong&gt;Graphic Logos:&lt;/strong&gt; Can be a symbol for your company.&amp;nbsp; Can be a graphic of some sort either paired with the name of the company or not.&amp;nbsp; Usually its best if the graphics of the logo are clear and somewhat simple so they can be printed easily as well as look good online.&amp;nbsp; &lt;br /&gt;
&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;Some ideas for how to make a logo:&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;A. Take the first letter of your company name and stylize it into a graphical version of the letter that ties into your company theme or product. Then either continue the name or just use that one 'letter' &lt;/li&gt;
    &lt;li&gt;B. Make a Script Style Logo with the First letter or initials of the company. &lt;/li&gt;
    &lt;li&gt;C. Standardize a Corporate Font that matches your Logo &lt;/li&gt;
    &lt;li&gt;You can sketch out the logo to give your logo designer a head start, but you probably should have a professional make the final graphic design &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;5. Web Pages and Functionality&lt;/h3&gt;
&lt;p&gt;To save time when you are in the actual building stage of the web design, it is imperative to have clearly defined web pages, including what functionality the system should have such as online stores, social networks, forms for customer input, etc.&amp;nbsp; Use a separate piece of paper for each page to jot down your &lt;em&gt;table of contents&lt;/em&gt; for your web site.&lt;/p&gt;
&lt;h3&gt;6. Build a Team&lt;/h3&gt;
&lt;p&gt;If you are a small company with multiple employees start surveying them for technical skills.&amp;nbsp; Maybe you'll find one really likes photography.&amp;nbsp; Maybe you have an author in the making ready to be your blogger.&amp;nbsp; Delegation of these and other duties is an honor and may add plenty of job satisfaction to the right employee.&lt;/p&gt;
&lt;h3&gt;7. Images and Photos&lt;/h3&gt;
&lt;p&gt;This topic will be a whole separate blog post, but for now... How important are the photographic images to your site?&amp;nbsp; To present your company in the best light, do your product images, store images, staff images, or service images need to be absolutely perfect?&amp;nbsp; If so, you should hire someone to do your photography.&amp;nbsp; If not, and your images are only small samples for reference, you could possibly do it yourself.&amp;nbsp; I hope to publish a blog: photography guide for small businesses, time allowing.&amp;nbsp; Check back later.&lt;/p&gt;
&lt;h3&gt;8. Media&lt;/h3&gt;
&lt;p&gt;Make another 'table of contents' list of what media you want on your site or on YouTube.&amp;nbsp; This includes Video, Audio, Animation, Specialized Graphics, and Interactive Demonstrations or Interactive Content.&lt;/p&gt;
&lt;h3&gt;9. Search Phrases&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;first goal in Internet presence is to have something worth searching for&lt;/strong&gt;.&amp;nbsp; The second goal in Internet presence is to provide search engines a spoon-fed way of finding you.&amp;nbsp; Think about what your company has to offer, then break it down into short phrases that you believe people on the internet will actually be typing into Google.&amp;nbsp; Write down a page of these short search phrases on a sheet of paper.&amp;nbsp; At this point, don't worry about checking to see if these are the actual things people are searching for: we'll talk about that more in later stages.&amp;nbsp; Again, this will be the source of many more blog posts for me, but right now, this is a good start for you.&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;h3&gt;10. Define Budget&lt;/h3&gt;
&lt;p&gt;How much can you spend on a web design project?&amp;nbsp; Maybe it is $0 and you'll have to be a Do It Yourself-er.&amp;nbsp; In that case, good luck, there are a lot of &lt;strong&gt;online resources&lt;/strong&gt; that can help.&amp;nbsp; In my experience, a lot of my clients started out trying to Do It Yourself and ended up unhappy with the results: So they hired someone.&amp;nbsp; There are just so many things to know that it's nice to have some help.&amp;nbsp; There is a long, steep learning curve for the skills required for anything more than utilizing a template and adding your own text.&amp;nbsp; Adding graphics to a template web design can be moderately easy, but you have to have a good graphics editting program to get the graphics to exactly the right size (in pixels wide by pixels high) and optimized for web (just saving as a JPG can result in a file that's 10 times larger than an optimized image and will slow down load time significantly). Another factor is: &lt;strong&gt;How much is your time worth?&lt;/strong&gt; How many hours are you willing to spend trying to design the perfect website? Would you make more profits if you spent that time doing what you do best, and hiring someone who already knows the ways of the web to make your design?&lt;br /&gt;
&lt;br /&gt;
I'm not trying to discourage you, I'm just hoping to educate, and present a realistic picture of the basics of what is required.&amp;nbsp; If you are a wizard with the computer but not into web design yet, you could probably manage, just &lt;a href="/contact" title="Contact Mountain Multimedia with your web questions"&gt;contact me if you run into problems&lt;/a&gt;.&amp;nbsp; I'd be happy to answer some basic questions&amp;nbsp;at no cost&amp;nbsp;or hire out if its more complex.&lt;br /&gt;
&lt;br /&gt;
I've seen many web design firms that their minimum cost for a custom design is $3000 so that's scared off a lot of potential clients and has made people assume that they can't get a custom design for less.&amp;nbsp; I offer many&amp;nbsp;designs for well under that cost &lt;em&gt;(and not just a template based design)&lt;/em&gt;&amp;nbsp;and can even help if you're designing and run into specific problems.&lt;br /&gt;
&lt;br /&gt;
Thanks for reading, I hope to provide many more useful blogs on related topics in the future, so please subscribe to my blog via RSS.&lt;br /&gt;
&lt;br /&gt;
-Joel Reinke&lt;/p&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=177185&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fhowto_make_website%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/howto_make_website/</guid><pubDate>Mon, 21 Mar 2011 02:27:00 GMT</pubDate></item><item><title>Local Businesses Save Monthly Costs while upgrading their Online Features</title><description>&lt;h5&gt;&lt;span style="text-decoration: underline;"&gt;Intended Audience:&lt;/span&gt; Small Business Owners&lt;/h5&gt;
&lt;p&gt;Many &lt;em&gt;small to medium sized businesses&lt;/em&gt; utilize a similar &lt;em&gt;set of online tools&lt;/em&gt; to acheive their hosting and marketing needs.&amp;nbsp; Here is a breakdown of common tools I see many companies using: &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;Domain Name &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;Hosting Company &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;Constant Contact or similar alternative for Mass Email Marketing &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;A Blog platform &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;Facebook, Twitter, and other social networks &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;An&amp;nbsp;Online Store &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;A CMS: Content Management System &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;&lt;span&gt;A CMS: Client Management System &lt;/span&gt;&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Not all of these systems are necessarily separate, but they often&lt;em&gt; are. I will show you some examples&lt;/em&gt; of these costs, how an alternative will &lt;em&gt;&lt;strong&gt;&lt;span style="color: #005500;"&gt;save you money&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt; and give you more features to attract web site visitors, and &lt;em&gt;&lt;strong&gt;make your job easier&lt;/strong&gt;&lt;/em&gt;. &lt;br /&gt;
&lt;br /&gt;
The &lt;span style="text-decoration: underline;"&gt;Domain Name&lt;/span&gt; (registry)&amp;nbsp;is a&amp;nbsp;necessity&amp;nbsp;that there isn't a way&amp;nbsp;to save much money on, so I will only touch briefly on that.&amp;nbsp; Three options I've worked with for this are Bluehost, Justhost, and GoDaddy.&amp;nbsp; They seem to all be comparable, but GoDaddy seems to be more expensive right now, unless you use one of the less popular .com alternatives. &lt;span style="color: #005500;"&gt;$10&lt;/span&gt; per year seems like an average for this.&lt;br /&gt;
&lt;br /&gt;
The &lt;span style="text-decoration: underline;"&gt;Hosting&lt;/span&gt; is a separate service: where your web site files will actually be served up to the public.&amp;nbsp; The three companies above do have many differences in costs for hosting.&amp;nbsp; An average per year for this&amp;nbsp;is around&amp;nbsp;&lt;span style="color: #005500;"&gt;$60 - $120&lt;/span&gt; if you don't choose the cheapest option (which I do not ever recommend).&amp;nbsp;I've also seen hosting companies charging &lt;span style="color: #005500;"&gt;$30-$50&lt;/span&gt; per month just for the hosting with no special features or options.&amp;nbsp; Based on your &lt;strong&gt;CMS&lt;/strong&gt; needs, one of these main-stream options may work for you.&amp;nbsp; However, if your needs are more complex, I&amp;nbsp;have an alternative solution that will provide you with turn-key operation of all of your online business needs, and does away with this 'hosting' cost.&lt;br /&gt;
&lt;br /&gt;
The average costs for the domain name and hosting up until this point are normal and fairly&amp;nbsp;par for the course.&amp;nbsp; It is when you begin adding services such as Mass E-mail Marketing Programs and Online Stores that the cost really begin to add up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;Mass E-mail Marketing Programs&lt;/span&gt;&amp;nbsp;are online services such as&amp;nbsp;Constant Contact&amp;nbsp;that allow you to e-mail to&amp;nbsp;multiple people without being potentially blacklisted&amp;nbsp;and can cost you between &lt;span style="color: #005500;"&gt;$15 to $75&lt;/span&gt; per month.&amp;nbsp; &lt;br /&gt;
&lt;span style="font-size: 11px;"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="font-size: 11px;"&gt;(If you don't know about why you need a Mass Email Marketing program, and why you can't just email to tons of people: I'd have to write a whole other article about it: long story short:&amp;nbsp; big bunch of email out at one time = blacklist/spam/etc.)&lt;br /&gt;
&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;/span&gt;Maybe you are also&amp;nbsp;running an &lt;span style="text-decoration: underline;"&gt;Online Store&lt;/span&gt; or wish to, and also have one or more systems needed for updating your web site.&amp;nbsp; OR, maybe you don't have an easy to use program for quickly updating your web site.&amp;nbsp; When you start &lt;em&gt;combining all of these separate systems&lt;/em&gt; you might be paying &lt;strong&gt;&lt;span style="color: #005500;"&gt;$75 to $150&lt;/span&gt;&lt;/strong&gt; per month after&amp;nbsp;adding together the monthly costs, annual costs, and cost for purchasing software.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;Please!&lt;/strong&gt; &lt;/span&gt;&lt;em&gt;&lt;span style="text-decoration: underline;"&gt;Can't I just have one easy to use, affordable&amp;nbsp;system?&lt;br /&gt;
&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
It does exist.&amp;nbsp; It's a very &lt;em&gt;easy to use system&lt;/em&gt; that brings together an Online Store, Mass Email Marketing, Content Management Systems (blogs, forums, custom data, ++), Client Management System, Secure Web Zones, and much more. On top of all this,&amp;nbsp;it is&amp;nbsp;hosted - so that, &lt;span style="color: #e36c09;"&gt;plus&lt;/span&gt; everything else, can save you a lot of monthly costs.&amp;nbsp; I would like to emphasize two of the most popular&amp;nbsp;system options. The first is&amp;nbsp;an intro option that's only &lt;span style="color: #005500;"&gt;$14.95&lt;/span&gt; per month (it does not provide an online store&amp;nbsp;but&amp;nbsp;allows for&amp;nbsp;1000 &lt;em&gt;'mass marketing emails'&lt;/em&gt; per month) which is perfect for some small businesses,&amp;nbsp;The second option is&lt;span style="color: #005500;"&gt;&amp;nbsp;$39&lt;/span&gt; per month&amp;nbsp;and covers the online store and allows 10,000 mass marketing emails per month.&amp;nbsp; This is a hosted option run as part of the&amp;nbsp;Adobe corporation's business solutions&amp;nbsp;so its not just some small server sitting out there somewhere.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Altogether, if you choose the higher level option&amp;nbsp;and add the &lt;span style="color: #005500;"&gt;$39&lt;/span&gt; per month&lt;span style="color: #00b050;"&gt; &lt;/span&gt;&lt;span style="color: #005500;"&gt;plus&lt;/span&gt; the &lt;span style="color: #005500;"&gt;$10&lt;/span&gt; per year for the Domain Name, this&amp;nbsp;equals&amp;nbsp;around&amp;nbsp;&lt;span style="color: #005500;"&gt;$40&lt;/span&gt; per month VS. the &lt;span style="color: #005500;"&gt;$75 to $150&lt;/span&gt; you might pay for all the other services combined.&amp;nbsp; Buying all of these&amp;nbsp;systems individually won't necessarily be that much for everybody, but some of those Mass Email Marketing programs keep adding new things to pay for, so&amp;nbsp;the fees&amp;nbsp;could get worse. On the other hand, even if you were paying the same as &lt;span style="color: #005500;"&gt;$40 or less&lt;/span&gt; per month (which would be tough to do with hosting, Email Marketing, and an Online store), you would still find a wealth of value by utilizing this system with all of these &lt;span style="color: #0070c0;"&gt;&lt;em&gt;features under one roof.&amp;nbsp; &lt;/em&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;You'd start saving so much time in one month that it would more than pay for itself many times over.&amp;nbsp; &lt;span style="font-size: 9px;"&gt;Please Note: for the online store there can be other costs, depending on which online payment service you choose to use.&amp;nbsp; There are some services that have no monthly costs, and others that do.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
If you check out my portfolio, you can see that I don't recommend this platform&amp;nbsp;as the only solution to my clients.&amp;nbsp; If you &lt;span style="text-decoration: underline;"&gt;just want to blog&lt;/span&gt;, I can&amp;nbsp;put together a nice &lt;em&gt;custom Wordpress&lt;/em&gt; site for you. A simple&amp;nbsp;web site? No problem.&amp;nbsp; Your own &lt;strong&gt;&lt;em&gt;custom social network&lt;/em&gt;&lt;/strong&gt;? I make those too. &amp;nbsp;But if you want an online store or email marketing or both (especially for both): this could be the thing for you.&lt;br /&gt;
&lt;br /&gt;
Changing over to this system can &lt;em&gt;save you money &lt;/em&gt;and&amp;nbsp;give you features you didn't have before.&amp;nbsp; There is no "set-up cost" for the system itself, but depending on how happy you are with your current web site, and what features you want to set up with the new system, we would set up a project cost based on the complexity of the transition.&amp;nbsp; If you are totally unhappy with your current web&amp;nbsp;design anyway, this can be an excellent opportunity to redesign or start fresh with a &lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;certified web developer&lt;/strong&gt;&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
There are also many alternatives to this option for eCommerce, but none that I've found that can offer such tight integration between these systems.&amp;nbsp; &lt;a href="/contact"&gt;Contact Joel Reinke to learn more about this excellent system.&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
Thanks for your time,&lt;br /&gt;
&lt;br /&gt;
-Joel Reinke&lt;br /&gt;
Web Designer++&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;span style="font-size: 10px;"&gt;Please Note: These prices are accurate at the time of this posting but may change at any time in the future.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=175205&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fbusinessesSave_Monthly-Costs_while-upgrading%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/businessesSave_Monthly-Costs_while-upgrading/</guid><pubDate>Sun, 09 Jan 2011 09:10:00 GMT</pubDate></item><item><title>The Energy of Christmas: Photo Gallery</title><description>Merry Christmas from Mountain MultiMedia&lt;br /&gt;
&lt;br /&gt;
Please enjoy this Gallery, an Artist/Photographer's attempt to capture the Energy of Christmas from the light.&amp;nbsp; Light Painting using Christmas Lights, impressionist perspective, expressed with a buzzing sensation.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 400px; height: 300px;border: 0px solid;" src="/img/energyChristmas/IMG_0180.jpg" /&gt;&lt;br /&gt;
&lt;em&gt;"Music's in the Air"&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
From Leavenworth, WA + a few others. (c)2010 Do not copy illegally&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" width="652" height="540" style="width: 490px; height: 322px;border: 0px;" src="/img/energyChristmas/IMG_0153.jpg" /&gt;&lt;br /&gt;
&lt;em&gt;Pom, Bianca - caught off guard&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;img alt="" style="border: 0px;" src="/img/energyChristmas/IMG_0189.jpg" /&gt;&lt;br /&gt;
Snow Angels&lt;br /&gt;
&lt;img alt="" style="border: 0px;" src="/img/energyChristmas/IMG_0195.jpg" /&gt;&lt;br /&gt;
&lt;img alt="" style="width: 300px; height: 400px;border: 0px solid;" src="/img/energyChristmas/IMG_0197.jpg" /&gt;&lt;br /&gt;
&lt;img alt="" style="width: 400px; height: 290px;border: 0px solid;" src="/img/energyChristmas/IMG_0198.jpg" /&gt;&lt;br /&gt;
&lt;img alt="" style="border: 0px;" src="/img/energyChristmas/IMG_0202.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=176490&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fThe_Energy_of_Christmas_Photo_Gallery%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/The_Energy_of_Christmas_Photo_Gallery/</guid><pubDate>Wed, 19 Jan 2011 00:04:00 GMT</pubDate></item><item><title>New 3D Web Page: My Portfolio</title><description>&lt;p&gt;A new portfolio page has now been launched.&amp;nbsp; The Mountain MultiMedia portfolio page was in need of an update since the new web page design was launched.&amp;nbsp; I really wanted to keep working with the 3D Flash package that I used for Carousel: Papervision3D.&amp;nbsp; This was a great opportunity to utilize it.&lt;br /&gt;
&lt;br /&gt;
I've seen many basic 3D portfolios using a rotating carousel (way more basic than the Carousel web site), and many fading slideshows.&amp;nbsp; I wanted to try something new and exciting, and I came up with the 'Floating Cloud Portfolio'.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="border: 0px;" src="/img/cloudPortfolio.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Check it out at: &lt;a href="http://www.mountainmultimedia.biz/portfolio"&gt;http://www.mountainmultimedia.biz/portfolio&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
What inspired this? I love landscape photography and landscape painting.&amp;nbsp; This is kind of the Multimedia equivalent of the two.&amp;nbsp; The web design is similar to the other new web pages, with the mountain locked to the bottom of the browser and it resizes to fit any screen.&amp;nbsp; Overlaid on top of that is the clouds and portfolio pictures that move as the mouse moves.&amp;nbsp; Its like a constantly evolving painting!&lt;br /&gt;
&lt;br /&gt;
It utilizes the particle system to keep the massive number of floating objects efficient.&amp;nbsp; Clicking on the pictures expands them and gives a description of the design work I did for them.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
It is also easy to update as it uses XML to handle the data.&amp;nbsp; This program is very easily adaptable for many styles.&lt;br /&gt;
&lt;br /&gt;
If you are interested in using this for your own website, let me know and I'll put something together&amp;nbsp;for you.&lt;/p&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=176189&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fNew_3D_Web_Page_My_Portfolio%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/New_3D_Web_Page_My_Portfolio/</guid><pubDate>Wed, 22 Dec 2010 19:46:00 GMT</pubDate></item><item><title>Wordpress as C.M.S. (Content Management System) - Pros and Cons</title><description>&lt;h2&gt;Blog Popularity has led to an &lt;em&gt;evolution&lt;/em&gt; for Wordpress:&lt;/h2&gt;
&lt;p&gt;&lt;img alt="" style="float: left;  margin-right: 10px;border: 0px solid;" src="/img/wp2cms.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;If you don't know about Blogging: Wordpress has taken a lead in creating an easy to use platform for serving-up content.&amp;nbsp; So much so that&amp;nbsp;their easy to use Dashboard/Control Panel&amp;nbsp;can also be used as a way to keep the rest of your website up to date.&amp;nbsp; In addition, there is a simple way to adjust Wordpress so that the blog page doesn't come up first: your 'Home Page' does.&amp;nbsp; You can make a menu system so the whole blog-run website looks and feels like a website with a blog, not just a blog with some extra pages tacked on.&lt;br /&gt;
&lt;br /&gt;
This means Wordpress can be your complete, C.M.S. (Content Management System)&lt;br /&gt;
(Not Client Management System - at one point this got me too)&lt;br /&gt;
If CMS still means nothing to you, this is a simple way to think of it: you can edit your own webpage easily with no coding needed (at least after it's initially set up)&lt;br /&gt;
&lt;br /&gt;
Now I'm not going to go into how to set that up, there are many other blogs online about how that works.&amp;nbsp; What this blog will focus on is how I've implemented this for some of my clients and the PROs and CONs of using Wordpress as your CMS.&lt;/p&gt;
&lt;hr /&gt;
&lt;strong&gt;What are you looking for in a web authoring platform?&lt;/strong&gt; AND &lt;strong&gt;How tech savvy are you?&lt;/strong&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;First obvious thing: You want a Blog.&amp;nbsp; If you don't, there are some better options out there for CMS's&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
These questions can be a good start for helping determine if Wordpress will work for your website.&amp;nbsp; For example, there are a lot of free templates out there for Wordpress.&amp;nbsp; I think these would work fine for a casual blog but a blog for a serious business would want to customize the template (or theme) or start from scratch and build a completely new theme.&amp;nbsp; Skills required: CSS, php, graphic Design, etc. &lt;br /&gt;
&lt;br /&gt;
Another positive: many hosting companies are offering Wordpress as an easy to install addition to your website.&amp;nbsp; So you don't need to worry about a complicated installation.&amp;nbsp; If your host does not provide this easy option, we can evaluate what it would take to install it on your host.&lt;br /&gt;
&lt;br /&gt;
The next important thing is the content you plan to put into Blog Posts and Web Pages.&amp;nbsp;&amp;nbsp; Aside from the nicely formatted header, footer, and (optional) sidebar, and cool backgrounds and designs that will be on your page: There is that content section of each page.&amp;nbsp; Like for this post, it is just the text and images for this 'article'.&amp;nbsp; Not the graphics up at the top for the menu, etc.&amp;nbsp; For just the posts or pages, will you need any special formatting?&amp;nbsp; If so, maybe Wordpress isn't right for you.&amp;nbsp; Most of the special formatting can be designed for the rest of the page, but the content section should be kept simple - text, images, movies, and whatever else you can add in - in a straight forward layout.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
WHY?&amp;nbsp; If you put special formatting into the Wordpress page using their editor, sometimes it can strip it out and you're left with a broken design until you fix it.&amp;nbsp; It especially can have problems with CSS&amp;nbsp;added in (div's especially).&amp;nbsp; If you code in HTML directly you can avoid this, but if you switch back over to the graphic editor it often strips it out.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
But, you really shouldn't need special formatting in your post or page.&amp;nbsp; Design or hire someone to design the wordpress theme so it looks great with simple posts/pages and then when you're writing your posts you can go quickly and not worry about special formatting, just content.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;A bit more on 'How tech savvy are you?'&lt;/span&gt;&amp;nbsp; - If you can use email and have ever uploaded a photo onto anything online, you can use Wordpress.&amp;nbsp; The only exceptions are if you want to customize the look and feel of your blog, you need skills in HTML, CSS, PHP, and graphic design skills or ready to use graphics.&amp;nbsp;&amp;nbsp;&lt;a href="/contact"&gt;Contact Us&lt;/a&gt; if you need assistance here.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="float: left;  margin-right: 5px;border: 0px solid;" src="/img/bodyspa-thumb.jpg" /&gt;There are exceptions to the 'rule' mentioned above about special formatting on pages.&amp;nbsp; See &lt;a href="http://www.bodyspaonline.com" target="_blank"&gt;www.bodyspaonline.com&lt;/a&gt; for examples.&amp;nbsp; If you notice the background changes for each section and there are other formatting changes as well.&amp;nbsp; All of this was done with specialized design with PHP and CSS&amp;nbsp;but the client doesn't need to worry about that.&amp;nbsp; She just&amp;nbsp;makes changes or additions to pages - doesn't mess with any special formatting - and the formatting is handled behind the scenes.&amp;nbsp; The only thing that can throw a monkey wrench into it is if &amp;lt;div&amp;gt;'s get added in and/or tags don't get closed.&amp;nbsp; The point is: use the theme/design to do special formatting.&lt;br /&gt;
&lt;br /&gt;
&lt;br clear="all" /&gt;
There is a lot more to it, but in summary:&lt;/p&gt;
&lt;h4&gt;Pros:&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Free &lt;/li&gt;
    &lt;li&gt;Has a WYSIWYG editor (What You See Is What You Get) = easy to use tool for anyone to edit web pages &lt;/li&gt;
    &lt;li&gt;Some hosting services provide easy install &lt;/li&gt;
    &lt;li&gt;Many Free Themes/Templates that can be a good starting point (Hire us to customize them or from scratch) &lt;/li&gt;
    &lt;li&gt;Can easily insert images, movies, links, and much more &lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Cons:&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Customization requires technical skills &lt;/li&gt;
    &lt;li&gt;Special Formatting in content section can cause problems &lt;/li&gt;
    &lt;li&gt;Won't do everything for you (Online Store, E-mail Marketing, Social Networking,&amp;nbsp;:) cook for you) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thanks for checking in.&amp;nbsp; In a future post I'll talk more about other C.M.S. options that can provide some of the things Wordpress is limited on.&lt;br /&gt;
&lt;br /&gt;
Still, Wordpress is great!&amp;nbsp; It's doing way more than it was originally intended for.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="/contact"&gt;Contact Mountain Multimedia if you need a custom designed Wordpress Theme or Plug-in.&lt;/a&gt;&lt;/p&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=170025&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fWordpress_as_CMS-Pros_and_Cons%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/Wordpress_as_CMS-Pros_and_Cons/</guid><pubDate>Thu, 10 Mar 2011 19:36:00 GMT</pubDate></item><item><title>3D Web Design</title><description>&lt;strong&gt;Just launched our first 3D Web Design&lt;/strong&gt;&lt;br /&gt;
www.carouselcafeandicecream.com&lt;br /&gt;
&lt;br /&gt;
&lt;img style="float: left;border: 0px solid;" alt="3D Web Design Shot" src="/img/carouselScnSht1sm.jpg" /&gt;It was a very in-depth process but was a lot of fun.&amp;nbsp; I hope to do many more designs in 3D.&amp;nbsp; I think making a game is in order, though I don't know if I'll have the time to do it.&amp;nbsp; At the very least I will revamp my own web design to incorporate 3D in the coming month or so.&lt;br /&gt;
&lt;br /&gt;
I don't want to go into the technicals on it but just wanted to mention that I learned 3D modeling in the process.&amp;nbsp; I almost was able to design the whole thing without it, utilizing the base functions of flash Papervision3D,&amp;nbsp; but the client requested horses be added to the carousel - which made perfect sense.&amp;nbsp; This was a great opportunity to dive into 3D modeling and I feel confident I could now model all sorts of animals, creatures, buildings, and more.&amp;nbsp; To keep the load time of the horses managable, I kept the design of the horse to a low polygon count.&amp;nbsp; I look forward to posting a more elaborate horse model in its own flash page where there are not so many other items eating up processing.&lt;br /&gt;
&lt;br /&gt;
UPDATE, October 27: I went back in to try and develop the horse 3D model more elaborately.&amp;nbsp; I found that because of some of the efficiency choices I made to make it load faster, it was hard to get that back to where I needed it to be for efficient modeling.&amp;nbsp; Part of that was, like many have mentioned, because when you get out of quads into triangles, it becomes a workflow issue. Now, seeing that play out, I couldn't agree more.&amp;nbsp; Triangle dominant models are tough to work with, however, to keep a model managable for 3D Web site design, you need to creatively break it down into a triangle-based model.&amp;nbsp; Why? Because every quad requires 2 triangles in Papervision3D.&amp;nbsp; And just to put it in context, you only get about 3000 triangles in Papervision before performance suffers.&amp;nbsp; If this seems low its because internet browsers only give a smaller portion of memory to Flash processing and some other issues. Anyway, I digress:&lt;br /&gt;
&lt;img alt="" style="float: right;border: 0px;" src="http://www.mountainmultimedia.biz/img/carouselScnSht2sm.jpg" /&gt;&lt;br /&gt;
The point I was trying to make is I've ditched the idea of continuing work on the horse model in favor of making a 3D Dragon!&amp;nbsp; I've always loved dragon art and have had difficulty painting one.&amp;nbsp; So I'm 3D modeling one and so far its looking quite good.&amp;nbsp; It's going to be a pretty high-polygon count model so it may not be able to display online in flash, but we'll see.&amp;nbsp; I will at least post some high res renders of it from Blender, etc.&lt;br /&gt;
-----END UPDATE-------&lt;br /&gt;
&lt;br /&gt;
(BTW: If you'd like a more in-depth guide to 3D Web Design let me know)&lt;br /&gt;
&lt;br /&gt;
So please go and check out Carousel, they have great ice cream, donuts, sandwiches, and more!&lt;br /&gt;
&lt;br /&gt;
If you're considering a 3D web design, I'd highly encourage it for the right creative application/presentation.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
-Joel Reinke
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=166159&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252f3D_Web_Design%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/3D_Web_Design/</guid><pubDate>Thu, 28 Oct 2010 22:53:00 GMT</pubDate></item><item><title>Art, Plein Air, and Cameras</title><description>So I went out and did some Plein Air painting about a week ago and realized some things.&lt;br /&gt;
(Plein Air is painting outside in a rather quick manner to capture the light as it is)&lt;br /&gt;
&lt;br /&gt;
I was at Green Lake (Seattle)&amp;nbsp;and had a great time - though I got a bit sunburnt.&amp;nbsp; It was a nice day.&amp;nbsp; &lt;br /&gt;
NOTE: Painted in Acrylic on Watercolor Paper.&lt;br /&gt;
&lt;br /&gt;
It is nice to get out there and paint rather than working from a photo because the photo has limits.&amp;nbsp; You can't turn your head a bit and see what's going on around you in a photo.&amp;nbsp; With plein air you can really pull in the whole environment and work in things that wouldn't fit into a photo and it doesn't look all warped.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Next, you can be selective, in fact you have to.&amp;nbsp; Some of the crud that ruins a photo you can just leave out.&amp;nbsp; This will focus the painting on what you want and creates a great final scene.&amp;nbsp; Now I'm also getting really into photography so I also really like to work on framing up a shot just right, but that's a different story.&lt;br /&gt;
&lt;br /&gt;
Plein Air is also nice because you can loosen up a bit and go free on the canvas.&amp;nbsp; More impressionistic.&amp;nbsp; Relax. :)&lt;br /&gt;
&lt;br /&gt;
OK, so the point that ties into photography is this:&lt;br /&gt;
&lt;br /&gt;
If you are an artist and want to take photos to paint from you need to do this:&lt;br /&gt;
Get an ultra-wide lens.&lt;br /&gt;
This is a multimedia lesson, coming from someone who is exploring&amp;nbsp;a range of&amp;nbsp;different mediums.&lt;br /&gt;
Why do you want an ultra-wide lens?&lt;br /&gt;
Because one of the biggest take aways I had from doing Plein Air is that a big benefit is having the ability to look around and see the big picture. &lt;br /&gt;
&lt;br /&gt;
If you don't have the luxury of doing this, then an ultrawide lens is a must.&amp;nbsp; It is a lens for an SLR or digital SLR camera that allows you to "zoom way out" and take in everything around you.&amp;nbsp; Then you can use this as reference for your painting.&amp;nbsp; I still recommend just going outside and doing Plein Air.&amp;nbsp; It will probably be less expensive and its a different experience.&amp;nbsp; But working with an Ultra-Wide lens, compared to other lenses (like a telephoto) feels very artistic because you really want to work to find a nice spot where everything is just right and then work with the manual settings to get different effects.&amp;nbsp; Also, an ultra-wide is great for creating photos with interest because you can create a scene with a striking foreground subject, a mid-ground, and a sprawlingly broad background - all in one photo!&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
-Get outside to live art&lt;br /&gt;
-Utilize Ultra-wide Lenses for great photos&lt;br /&gt;
&lt;br /&gt;
-Joel Reinke
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=133562&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fArt_Plein_Air_Cameras%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/Art_Plein_Air_Cameras/</guid><pubDate>Wed, 19 Jan 2011 00:06:00 GMT</pubDate></item><item><title>Welcome to the Web Multimedia Blog</title><description>Hello,&lt;br /&gt;
&lt;br /&gt;
Welcome to Mountain MultiMedia &lt;strong&gt;Web Design's&lt;/strong&gt; new blog!&amp;nbsp; We offer&amp;nbsp;complete online solutions with &lt;strong&gt;online business&lt;/strong&gt; functionality.&amp;nbsp; Its not just online Store software, its a complete package to help you build online success.&lt;br /&gt;
&lt;br /&gt;
Located in &lt;strong&gt;Edmonds Web Design&lt;/strong&gt; this blog is a resource for you for many needs: &lt;em&gt;advice on web design&lt;/em&gt;, entertainment and photographs, &amp;nbsp;news about new offerings from us, and other educational resources related to online design.&lt;br /&gt;
&lt;br /&gt;
Explore the rest of this website to learn about the features of this platform.&amp;nbsp;Here, I wanted to point out were some great&amp;nbsp;ideas&amp;nbsp;about&amp;nbsp;uses for &lt;span style="text-decoration: underline;"&gt;online businesses&lt;/span&gt;:&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Turn your idea into a business&lt;/strong&gt;:&amp;nbsp;One of the solutions offered by Mountain Multimedia Web Design is a great Online Store Platform and it&amp;nbsp;is really for anyone who has an idea, hobby, full business,or passion that has &lt;em&gt;marketable potential&lt;/em&gt;.&amp;nbsp; You could take this and have a real money stream on your hands.&amp;nbsp; Whether this is a full time job for you or something you want to run on the side, Mountain Multimedia's Joel Reinke can consult with you to make your idea hammer out into a real business.&lt;/li&gt;
    &lt;li&gt;You can sell e-products&amp;nbsp;with this (online products with no shipping like files and programs)!&amp;nbsp; You could make your own iTunes for example.&amp;nbsp; or maybe sell photos, software (shareware), etc.&amp;nbsp; &lt;/li&gt;
    &lt;li&gt;Make your own subscription based service - like a monthly fee for stock photography.&lt;br /&gt;
    &lt;br /&gt;
    I hope I've given you some food for thought.&lt;br /&gt;
    &lt;br /&gt;
    Thanks, Until Next time.&lt;br /&gt;
    &lt;br /&gt;
    -Joel&amp;nbsp;Reinke&lt;br /&gt;
    &amp;nbsp;Certified Web Developer &lt;/li&gt;
&lt;/ul&gt;
</description><link>http://mountainmultimedia.biz/RSSRetrieve.aspx?ID=609&amp;A=Link&amp;ObjectID=123303&amp;ObjectType=56&amp;O=http%253a%252f%252fmountainmultimedia.biz%252f_blog%252fWeb_Multimedia_Blog%252fpost%252fblog-webdesign-edmonds%252f</link><guid isPermaLink="true">http://mountainmultimedia.biz/_blog/Web_Multimedia_Blog/post/blog-webdesign-edmonds/</guid><pubDate>Thu, 10 Mar 2011 19:30:00 GMT</pubDate></item></channel></rss>
