<?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>Fantastic Realities: The Journal &#187; Blogging</title>
	<atom:link href="http://www.fantastic-realities.com/studio_blog/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fantastic-realities.com/studio_blog</link>
	<description>Fantastic Realites Studio Blog - Graphics, Design, Web, Tech, Musings &#38; Rants</description>
	<lastBuildDate>Sat, 30 Jul 2011 18:43:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Why CSS Matters &#8211; Living in The Petri Dish.</title>
		<link>http://www.fantastic-realities.com/studio_blog/2010/06/why-css-matters-living-in-the-petri-dish/</link>
		<comments>http://www.fantastic-realities.com/studio_blog/2010/06/why-css-matters-living-in-the-petri-dish/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 15:40:24 +0000</pubDate>
		<dc:creator>Kurt Griffith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Creative Pro]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.fantastic-realities.com/studio_blog/?p=141</guid>
		<description><![CDATA[I decided to talk about some of the under the hood tech that makes contemporary web sites work, with a bit of diversion about bringing print content online. We'll demonstrate the main idea of the marriage of HTML and CSS by taking a look “backstage” with a print and web design project called, Living in The Petri Dish.  ]]></description>
			<content:encoded><![CDATA[<div id="attachment_146" class="wp-caption aligncenter" style="width: 440px"><a href="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/PetriDishGraphic.jpg"><img class="size-full wp-image-146" title="PetriDishGraphic" src="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/PetriDishGraphic.jpg" alt="Petri Dish Article Graphic - Print, Web, CSS code " width="430" height="300" /></a><p class="wp-caption-text">Taking Print content to the Web</p></div>
<p>Yes, it&#8217;s been months since I&#8217;ve posted here. And haven&#8217;t been that active in my Live Journal or Facebook pages either. The Studio&#8217;s been busy, folks. And have been shoving a number of projects through the house.  And when you&#8217;re a self employed Creative Pro, paid bookable hours trumps blogging. I had been tempted to rant on about the evolving throwdown between Adobe vs Apple vs Google (sort of) vs Mircosoft, centering around the mobile market, web standards, web video, HTML5 and Flash. But the simmering war of words, with flaming fanboy camps tossing off on each side has grumped me out, and it can wait.</p>
<p>So I decided to talk about some of the under the hood tech that makes contemporary web sites work, with a bit of diversion about bringing print content online.  I&#8217;m going to pitch this to the web user and business reader, so my fellow web pros will probably be bored to tears. But for the rest of you, we&#8217;ll demonstrate the main idea of the marriage of HTML and CSS by taking a look “backstage” with a print and web design project called, <strong><em>Living in The Petri Dish. </em></strong><span id="more-141"></span></p>
<p>The past few years, over the winter I have been designing and Art Directing an annual calendar for an <a href="http://www.4qf.org" target="_blank">Interfaith Sanctuary</a>, and in the 2010 Edition of the <em>Wheel of the Year Calendar</em>, I wrote a short Editorial Article for their Earth Living/ Earth Spirit section, focusing on global environmental, sustainability and climate issues. I wrote <em>Living in the Petri Dish</em> under my &#8220;spiritual&#8221; name, referring my Native American (among others!) Ancestry.</p>
<div id="attachment_167" class="wp-caption aligncenter" style="width: 440px"><a href="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/LivingInPetriDish.jpg"><img class="size-full wp-image-167" title="Living In The Petri Dish" src="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/LivingInPetriDish.jpg" alt="" width="430" height="556" /></a><p class="wp-caption-text">The Print Version from the Institutional Calendar</p></div>
<h3>PDF</h3>
<p>In times gone by, the most direct way to get print content online was to post a PDF version of the document. This is quite straightforward in layout tools such as Adobe InDesign, with a powerful export PDF function. But many applications, including Microsoft Office now have similar capability. In Mac OS 10, any document that can be printed, can be output to a PDF file. And here is the <a href="http://www.fantastic-realities.com/petridish/Griffith_LivingInPetriDish.pdf" target="_blank">PDF version of the article</a>. which is the print version of the Calendar Page. Depending on your browser settings and capabilities, the file will open in a new window, or download to your local drive. While PDF files preserve the formatting and structure of the original print document, and does not require the recipient to have the creating application, graphics or fonts, it does have some limitations for the web.</p>
<h3>Web Coding, Old and Modern.</h3>
<p>The “Old School” method of laying out a web page involved rather intricate coding, and creating tables to arrange elements on the page, like a mosaic, which were not their intended purpose. In more contemporary coding, the HTML page contains the content, and it&#8217;s information structure. And the display and presentation information is contained in a separate CSS style sheet. CSS refers to Cascading Style Sheets, which is a powerful method for marking up how a page is displayed. The main advantage is that you can have a separate style sheet for every page in a site, or just one for ALL the pages in a site. Or individual style sheets for unique elements, such as the home page, and a general one for the site&#8217;s content. The HUGE advantage is that if you need to alter an aspect of the site&#8217;s visual design, I make the change in the style sheet, and the change will appear in the entire site, or every page that accesses that style sheet. This is a much more efficient approach than painstakingly re-coding every instance of the design element in every page individually!</p>
<p>I recently had occasion to demonstrate the capabilities of CSS for a user group, in this particular  case, I took the SAME page, and used three different Style Sheets to radically alter the layout and appearance of the page. So let&#8217;s build a web page version using XHTML and CSS. As the author, I have the original text of the article, and was able to quickly code it into a basic web page, and collect some relevant links.</p>
<h3>Coding HTML and CSS</h3>
<p>The text is organized into paragraphs and headers. And I divided the page into logical sections using &#8220;Div&#8221; tags. Otherwise there is no layout markup.</p>
<div id="attachment_152" class="wp-caption aligncenter" style="width: 440px"><a href="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/ArticleImages.jpg"><img class="size-full wp-image-152" title="ArticleImages" src="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/ArticleImages.jpg" alt="" width="430" height="350" /></a><p class="wp-caption-text">Original images for the &quot;Petri Dish&quot; article.</p></div>
<p>I also had the original images used for the article, so I sized them for the web at 72dpi, and we&#8217;re good to go.</p>
<p>Take a look at the <strong><em><a href="http://www.fantastic-realities.com/petridish/index_nostyles.html" target="_blank">&#8220;pure content&#8221; version of the page</a>,</em></strong> without any CSS Styling.</p>
<p>it&#8217;s all there, but it&#8217;s sooooooo  1998, and kind of boring.  So lets build a CSS Style sheet and connect it to my HTML document.</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 440px"><a href="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/CodeSamples_html.jpg"><img class="size-full wp-image-150" title="CodeSamples_html" src="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/CodeSamples_html.jpg" alt="" width="430" height="250" /></a><p class="wp-caption-text">This is where the magic happens... </p></div>
<p>The highlighted code is where the HTML page refers to the CSS style sheet file that tells the browser how to display the page.</p>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 440px"><a href="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/CodeSamples_css.jpg"><img class="size-full wp-image-151" title="CodeSamples_css" src="http://www.fantastic-realities.com/studio_blog/wp-content/uploads/CodeSamples_css.jpg" alt="CSS file for the &quot;BlueWhite Clean&quot; version for the page." width="430" height="250" /></a><p class="wp-caption-text">The CSS that will style the Petri Dish article page.</p></div>
<p>A portion of the CSS file.  As you can see, I have started to define the look of the page. The overall typeface and size, background colors and the styling the headers. You can look at the <a href="http://www.fantastic-realities.com/petridish/styles.css" target="_blank">full coding here</a>, if you&#8217;re geeky and curious.</p>
<p>And the completed page now looks like this. <a href="http://www.fantastic-realities.com/petridish/"><em><strong>Living in the Petri Dish</strong></em>. </a></p>
<p style="text-align: left;">As you can see, it&#8217;s much cleaner and feels more like a contemporary web page.</p>
<h3 style="text-align: left;">&#8220;Presto-Changeo&#8221;</h3>
<p style="text-align: left;">But I am well aware that clients might want something different. So why not? I created another CSS document, and went back and changed just one line of the HTML to implement it.</p>
<h4>&lt;link href=&#8221;styles2.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /&gt;</h4>
<p>I added some alternate graphics and the page takes on a <strong><a href="http://www.fantastic-realities.com/petridish/index2.html" target="_blank">radically different appearance</a></strong>.</p>
<p>Some clients might want a little more IMPACT&#8230; <strong><a href="http://www.fantastic-realities.com/petridish/index3.html" target="_blank">happy to make it &#8220;Pop&#8221;</a></strong>.</p>
<h4>&lt;link href=&#8221;styles3.css&#8221;&#8230;</h4>
<p>I call this version &#8220;Hot Head Red&#8221;. It&#8217;s probably not the most tasteful design, but it was meant to show variation for the demo. Also for the sake of the demo, I  added the navigation bar across the top to easily swap across the  versions. Note that I&#8217;ve set the nav bar to pick up the link styling in the three versions.</p>
<p>Remember, no other code was changed in the HTML page other than the single line referring to the style sheet. Now there are a few caveats, older versions of some browsers have uneven support for CSS, most notably Internet Explorer Version 6 which handles CSS in a non-standard manner. But modern browsers support CSS very well. IN the near future, we&#8217;ll be seeing the deployment and support in browsers of HTML 5 and CSS3 which will bring additional enhanced capabilities and features.</p>
<h3>Links</h3>
<p><em><strong>Living in the Petri Dish</strong> variations:<br />
</em><a href="http://www.fantastic-realities.com/petridish/index_nostyles.html" target="_blank">No  Styles</a><a href="http://www.fantastic-realities.com/petridish/index.html" target="_blank"><br />
BlueWhite  Clean</a><br />
<a href="http://www.fantastic-realities.com/petridish/index2.html" target="_blank">GreenWorld</a> <a href="http://www.fantastic-realities.com/petridish/index3.html" target="_blank"><br />
HotHeadRed</a> <a href="http://www.fantastic-realities.com/petridish/Griffith_LivingInPetriDish.pdf"><br />
PDF  of Print Version</a></p>
<p><a href="http://www.4qf.org" target="_blank">Four Quarters Interfaith Sanctuary </a><br />
<a href="http://www.fantastic-realities.com/petridish/4QF2010_EarthLiving_EarthSpirit.pdf" target="_blank"><em>Earth Living~Earth Spirit</em> Complete Supplement</a> (PDF)<br />
<a href="http://www.ucsusa.org/" target="_blank">Union of Concened  Scientists</a><br />
<a href="http://www.rollingstone.com/politics/story/31633532/as_the_world_burns/" target="_blank">Rolling Stone: <em>As the world Burns</em></a><br />
<a href="http://www.rollingstone.com/politics/story/31633524/the_climate_killers/" target="_blank">Rolling Stone: <em>The Climate Killlers</em></a><br />
<a href="http://www.ucsusa.org/news/press_release/cold-weather-and-snow-with-0335.html" target="_blank">UCS:       “It’s Cold and My Car is Buried in Snow. How Can Global Warming be  Happening?”</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic-realities.com/studio_blog/2010/06/why-css-matters-living-in-the-petri-dish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gettting Face(book) time.</title>
		<link>http://www.fantastic-realities.com/studio_blog/2010/03/gettting-facebook-time/</link>
		<comments>http://www.fantastic-realities.com/studio_blog/2010/03/gettting-facebook-time/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 01:01:49 +0000</pubDate>
		<dc:creator>Kurt Griffith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Creative Pro]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.fantastic-realities.com/studio_blog/?p=125</guid>
		<description><![CDATA[Since I have been manually posting notifications on FB about my Blog Posts here, I figured, with the rising popularity of Facebook, there was probably an app or plug-in that would allow Me to post notices to the page automatically. So after a bit of research, I've installed WordBook Plug-in  on the blog. And this is literally it's test flight.]]></description>
			<content:encoded><![CDATA[<p>Some of you may, and some of you may not know this, since I haven&#8217;t talked about it here. But I do have a Facebook account, then of course, like any good Design Pro, I have a <a href="http://www.facebook.com/#!/pages/Nanuet-NY/Fantastic-Realities-Studio/274707011562" target="_blank">Page for the Studio</a>. And as more of my clients ask about *gasp* social networking, I have to become more familiar with some of the options and technologies.</p>
<p>Now this blog is powered by <a href="http://www.wordpress.org" target="_blank">WordPress</a>, WP hacks can tell from the very lightly modified default Kubrick page design. But one of the things I love about WP is that there is not only an abundant supply of themes, but also a HUGE zoo of plug-in to perform all manner of digital legerdemain. Since I have been manually posting notifications on FB about my Blog Posts here, I figured, with the rising popularity of Facebook, there was probably an app or plug-in that would allow Me to post notices to the page automatically. So after a bit of research, I&#8217;ve installed the  <a href="http://wordpress.org/extend/plugins/wordbook/" target="_blank">WordBook Plug-in</a> on the blog. This was literally it&#8217;s test flight.</p>
<p><span id="more-125"></span></p>
<p>Alas was not to be. WoodBook does not work on Fan or Business FB Pages. See below for comments on keeping my personal and Pro/Biz bloggage separate. So I am trying another application, a bit more involved, but we&#8217;ll see if it works. It may have the virtue of earning the blog a little more exposure.</p>
<p>I am also looking at adding &#8220;Share on Facebook&#8221; functionality. Yes, there&#8217;s plug-in for that too. Which is probably the next thing I&#8217;ll be testing. If a &#8220;Share on Facebook&#8221; link turns up on my posts, I got it working. Of course there are equivalent tools for Twitter, but I am seriously dragging my feet about getting into that. I do have to spend <em>some</em> of my time<em> actually </em><em>working on client&#8217;s projects. </em>Imagine that, so demanding. But the ability to buy groceries is a compelling argument for discipline.<em><br />
</em></p>
<p>The emergence of Social Media as an important Web trend for both individuals and businesses, due to it&#8217;s particular reach and ability to connect individuals TO businesses and organizations, means that Creative pros like myself have to pay increasing attention to an ever widening array of venues, and techniques for leveraging them. What makes this interesting is becoming a net.schizo. I have this blog for the Studio, where I can wax-on, wax-off on themes relating to my profession and related tech subjects. I have a personal Live journal since about 2003 or so&#8230; If you know it, you know who you are. My personal rantage. I&#8217;m on Facebook as me, but then have a Page for FRS. The twitter account&#8230; like 4 tweets (Ha!) is me, and I should make a separate one for the Studio&#8230; Keeping my personal and professional lives separate is an interesting exercise in information management. Not withstanding that as a self-employed creative pro, with a studio in my home, my professional life is pretty darn personal! But the overall approach is that I&#8217;ll refer to my professional live from my personal side, but I&#8217;ll be keeping the personal from the professional side.</p>
<p>That didn&#8217;t stop a client from trying to call Me at 7PM on a Friday, looking for a project and a quote. Not that I <em>don&#8217;t </em>work evenings and weekends, like many creatives and self-employed, that&#8217;s a <em>choice</em>, not an expectation. But seriously, WTF?</p>
<p><em>He can wait&#8230; till Monday. </em></p>
<p><a href="http://www.facebook.com/#!/pages/Nanuet-NY/Fantastic-Realities-Studio/274707011562" target="_blank">Fantastic Realities Studio on Facebook</a><br />
<a href="http://wordpress.org/extend/plugins/wordbook/" target="_blank">WordBook Plug-in</a><br />
<a href="http://www.networkedblogs.com/" target="_blank">NetworkedBlogs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic-realities.com/studio_blog/2010/03/gettting-facebook-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting at Your Web Stuff</title>
		<link>http://www.fantastic-realities.com/studio_blog/2009/07/getting-at-your-web-stuff/</link>
		<comments>http://www.fantastic-realities.com/studio_blog/2009/07/getting-at-your-web-stuff/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 02:43:16 +0000</pubDate>
		<dc:creator>Kurt Griffith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Contribute]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.fantastic-realities.com/studio_blog/?p=63</guid>
		<description><![CDATA[One of the requests that I often get from clients is that they want to know how to do simple revisions and update their web site content for themselves. Of course they are concerned in this difficult economy about paying my fair, but non-trivial designer's rate for what might be a trivial update or minor correction. Or you might just want more control of your own content.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 460px"><img title="Web Code in Text Wrangler" src="http://www.fantastic-realities.com/projects/images/WebCode_450.png" alt="HTML code in Text Wrangler. Want a piece of this action?" width="450" height="338" /><p class="wp-caption-text">HTML code in Text Wrangler. Want a piece of this action?</p></div>
<p>Hello everyone who may or not be paying attention.</p>
<p>I know it’s been a while but I was a bit distracted by some very consuming system issues with my workstation. But that cautionary tale is a subject<em> for another post</em>. Seriously. Cautionary. Tale. But not now.</p>
<p>One of the requests that I often get from clients is that <strong>they want to know how to do simple revisions and update their web site content for themselves.</strong> Of course they are concerned in this difficult economy about paying my fair, but non-trivial designer&#8217;s rate for what might be a trivial update or minor correction. I do have a minimum quarter hour charge. Which is seriously, just about how long it takes to read the email, take the call, jot a note or two, fire up <em>Dreamweaver</em> or a text editor, an FTP client, log into the hosting provider&#8217;s Control Panel, upload the fix, revision or update and then log it on the timesheet. So I do see their point. Or you might just want more control of your own content.<span id="more-63"></span></p>
<p>Let me diverge for a moment, and mention that there are do-it-yourself options out there if your needs and design requirements are relatively straightforward. Many of the Hosting providers out there have relatively simple, template based, drop-in-your-content web site plans, such as <a href="http://www.godaddy.com/hosting/website-builder.aspx" target="_blank">GoDaddy’s “<strong>Web Site Tonight</strong>”</a> feature. There are also services like <a href="http://office.microsoft.com/en-us/frontpage/default.aspx" target="_blank">Microsoft&#8217;s <strong>FrontPage</strong></a>, <a href="http://www.apple.com/ilife/iweb/" target="_blank">Apple’s <strong>iWeb</strong></a>, and Yahoo’s <strong><a href="http://smallbusiness.yahoo.com/webhosting/" target="_blank">Small Business Web Sites</a></strong>&#8230; etc. But these ARE template based sites and they can be perfectly adequate, but they’ll look like a LOT of other sites out there without a lot of distinction.</p>
<p>Another approach is to construct a web presence around a blog, either through your hosting provider and your own domain, or use one of the well rounded services such as <strong><a href="http://wordpress.com/" target="_blank">WordPress</a>, <a href="https://www.blogger.com/start" target="_blank">Blogger</a>, <a href="http://www.typepad.com/pro/index-2.html" target="_blank">Typepad</a>, <a href="http://www.livejournal.com/" target="_blank">Live Journal</a></strong> and the like.</p>
<p>But if you’re working with someone like me, you’re probably wanting something more custom designed and distinctive in the first place; really marrying your branding and message to the site design. You might want to have more complex functionality or technology on your site. Perfectly fair, and how I make a respectable chunk of my livelihood. But you might not want to bug me about changing one paragraph in your Mission Statement, or correcting a misspelling in your bio. Or you’d like to toss up a news item, and I am off in a tent  in the woods that week, or buried with other client&#8217;s projects at that moment. Hey, it could happen.</p>
<p>Anyway, there are three general approaches to getting into the guts of your site.</p>
<h3>Learn Web Coding</h3>
<p>The first is the cheapest, since it can be done with any text editor and an FTP client. That would be litreally learning enough HTML and web tech to <em>actually edit the underlying code</em> of your web pages and upload the changed pages back to the hosting server. As you can imagine, this does imply the heaviest learning curve. And of course, depending on just how intricate the site’s design is, getting into the designer’s code could be problematical. If you’re not careful and meticulous, its <em>real easy to break stuff</em>. And then you’ll be calling your Webmaster or Designer and tossing a bit more than a quarter hour for cleanups. Of course with more modern coding techniques, particularly CSS, and XML, sites can be much more modular and the site’s content and its design can be separated. This makes updates and revisions much less tedious.</p>
<h3>Use Web Access Software</h3>
<p>Another approach is to use an end-client piece of software that allows users to access the site from their own computers, and make their edits in a more understandable format. One example is <a href="http://www.adobe.com/products/contribute/" target="_blank">Adobe <strong>Contribute</strong></a>. This application allows access to a web site, but also lets the Designer/Webmaster restrict access to parts of the site that ought to <em>not be messed with</em>. The application even allows users to generate new pages and links, upload images and documents, while maintaining the site design and structure. Different users can be assigned different roles and levels of access. The interface is similar to Microsoft <em>Word</em>, so it’s a familiar way to work and training is much simpler.</p>
<p>This approach is a bit more costly, as you have to buy specialty software, and it requires the Site Designer to set up the site for access. There is also some training time involved, but not as much as learning full blown web coding. A mid-line solution for moderately complex sites, and reasonably tech-comfortable users.</p>
<h3>Use a Content Management System</h3>
<p>For more sophisticated sites, or for dead simple access, or <em>both</em>, is the use of a <strong><a href="http://en.wikipedia.org/wiki/Web_content_management_system" target="_blank">Content Management System</a></strong>. Using a CMS, the end user typically has a web based interface to add or modify content on their site. The software keeps the design elements and the content separated, and the user content is stored in a database on the server. This is the most costly up-front approach, as the site has to be configured from the ground up to use the technology, and set-up is more involved than a basic HTML, XHTML and CSS, site.  All the back end software is stored on the hosting server, and all the user needs is a web browser and the access credentials. This can be a very attractive solution where there is a lot of time sensitive or dynamic content, and the site gets frequent updates.</p>
<p>More and more, business sites are using CMS technology and more hosting providers are offering open source <a href="http://hostingconnection.godaddy.com/AllApplications.aspx" target="_blank"><strong>Web Application Software</strong></a> to Web Developers and Webmasters as part of their hosting packages. It does take more than a bit of specialty skill to set up, but once in place, can be very effective and easy to maintain. The initial cost may be a bit more than a basic HTML or CSS based site, but maintenance and updates can be cheaper over time. If you have a shopping cart or an e-commerce site, this is a form of Content Management, with software running on the web server tracking buyers, products, transactions.</p>
<p>However, none of the above typically allow the end user to significantly revise or alter the site design or graphic style. That type of work would require the re-involvement of the Web Designer and Developers. Of course, <em>if you had that skill set, you would BE the web Designer or Developer</em>, and you would already know this.</p>
<p>Still the whole point of hiring graphic or technical professionals is to free up your time to focus on your own particular vocation or specialty, and let us do our thing for you.</p>
<p>Next time, <em>losing the works</em>.  I hope I don’t keep you waiting so long for that one, its frakkin&#8217; <em>crazed</em>&#8230;</p>
<hr />
<h3><strong>Stufz </strong>(Resources)<strong>:</strong></h3>
<p>GoDaddy <strong>Web Site Tonight</strong>:<br />
<a href="http://www.godaddy.com/hosting/website-builder.aspx" target="_blank">http://www.godaddy.com/hosting/website-builder.aspx</a></p>
<p>Microsoft <strong>FrontPage</strong>: <a href="http://office.microsoft.com/en-us/frontpage/default.aspx" target="_blank"></p>
<p>http://office.microsoft.com/en-us/frontpage/default.aspx</a></p>
<p>Apple <strong>iWeb</strong>: <a href="http://www.apple.com/ilife/iweb/" target="_blank">http://www.apple.com/ilife/iweb/</a></p>
<p>Yahoo <strong>Small Business Web Sites</strong>:<br />
<a href="http://smallbusiness.yahoo.com/webhosting/" target="_blank">http://smallbusiness.yahoo.com/webhosting/</a><strong></strong></p>
<p><strong>WordPress</strong>: <a href="http://wordpress.com/" target="_blank">http://wordpress.com/</a></p>
<p><strong>Blogger/Blogspot</strong> : <a href="https://www.blogger.com/start" target="_blank">https://www.blogger.com/start</a><strong></strong></p>
<p><strong>TypePad</strong>: <a href="http://www.typepad.com/pro/index-2.html" target="_blank">http://www.typepad.com/</a><strong></strong></p>
<p><strong>Live Journal</strong>: <a href="http://www.livejournal.com/" target="_blank">http://www.livejournal.com/</a></p>
<p>Adobe <strong>Contribute</strong>: <a href="http://www.adobe.com/products/contribute/" target="_blank">http://www.adobe.com/products/contribute/</a></p>
<p>Wikipedia: <strong>Web Content Management System</strong>:<br />
<a href="http://en.wikipedia.org/wiki/Web_content_management_system" target="_blank">http://en.wikipedia.org/wiki/Web_content_management_system</a></p>
<p><strong>Open Source Applications</strong> at Godaddy:<a href="http://hostingconnection.godaddy.com/AllApplications.aspx" target="_blank"></p>
<p>http://hostingconnection.godaddy.com/AllApplications.aspx</a></p>
<p>(Crikey! I&#8217;m not even sure what all this stuff does&#8230; )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic-realities.com/studio_blog/2009/07/getting-at-your-web-stuff/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

