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

<channel>
	<title>Wynnefields Web World</title>
	<atom:link href="http://weblog.wynnefields.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.wynnefields.com</link>
	<description>Writings from the world of one web designer</description>
	<pubDate>Mon, 25 May 2009 19:55:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Learning C on the Mac: Wave I</title>
		<link>http://weblog.wynnefields.com/2009/02/learning-c-on-the-mac-wave-i/</link>
		<comments>http://weblog.wynnefields.com/2009/02/learning-c-on-the-mac-wave-i/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 05:10:44 +0000</pubDate>
		<dc:creator>Wynnefield</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

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

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

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

		<category><![CDATA[mac development]]></category>

		<category><![CDATA[objective-c]]></category>

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

		<guid isPermaLink="false">http://weblog.wynnefields.com/?p=71</guid>
		<description><![CDATA[Excited about my new Macbook Pro, received as a birthday present from my wife and children, I wanted to jump right in and start coding some useful plugins. However, I was a bit premature jumping into an Objective-C and Cocoa world before having the solid foundation of a C development background. Although Cocoa Programming for Mac OS X, [...]]]></description>
			<content:encoded><![CDATA[<p>Excited about my new Macbook Pro, received as a birthday present from my wife and children, I wanted to jump right in and start coding some useful plugins. However, I was a bit premature jumping into an <strong>Objective-C</strong> and <strong>Cocoa</strong> world before having the solid foundation of a C development background. Although Cocoa Programming for <em>Mac OS X, Third Edition,</em> is an excellent book and gave me several pointers in the correct direction, without the proper OOP background and Cocoa C development experience, I found it a bit challenging to navigate my way through the Mac development environment.</p>
<div class="wp-caption alignright" style="width: 135px"><a href="http://www.apress.com/book/view/9781430218098"><img title="Learn C on the Mac, by Dave Mark" src="http://www.wynnefields.com/images/learn_c_mac.png" alt="Published by Apress: Learn C on the Mac, by Dave Mark" width="125" height="164" /></a><p class="wp-caption-text">Published by Apress: Learn C on the Mac, by Dave Mark</p></div>
<p>I decided to slow down a bit and purchase the most recent book I could find on the subject, <em>Learn C on the Mac,</em> by Dave Mark. Just published last month by one of my favorite publishers, <a href="http://www.apress.com/">Apress</a>, this text appeared to be the most up to date on the topic for my purposes. A quick scan of the first three chapters proved me right. A simple, straightforward writing style, allows readers to have fun, rather than feel like they&#8217;re working.</p>
<p>Chapter One highlights the book’s intended audience and “lay of the land.” The free Mac programming tools, the download and install instructions are covered in Chapter Two. XCode is Apple’s free suite of programming tools available for download from the <a title="Apple Developer Connection" href="http://developer.apple.com/">Apple Developer Connection</a>. After creating an ADC Account, downloading and installing the XCode tools, you will be ready to begin programming. After starting up XCode, the author walks the reader through the simple task of creating the standard “Hello World!” program <strong>(without writing a single line of code).</strong></p>
<p>For readers entirely new to programming in any language, Chapter Three reviews the basics of application programming from creating <strong>source code</strong> and compiling it into <strong>machine language</strong>, or <strong>object code</strong>, the computer can understand. The linker creates the final, runnable application by linking all the project&#8217;s object code together. Syntax or semantics; source and object; these are the beginnings of C programming on the Mac.</p>
<p>&#8230; I cannot wait to see what Chapter Four has to offer.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.wynnefields.com/2009/02/learning-c-on-the-mac-wave-i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>25th Anniversary of Macintosh 1984 Commercial</title>
		<link>http://weblog.wynnefields.com/2009/01/25th-anniversary-of-macintosh-1984-commercial/</link>
		<comments>http://weblog.wynnefields.com/2009/01/25th-anniversary-of-macintosh-1984-commercial/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 22:25:58 +0000</pubDate>
		<dc:creator>Wynnefield</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[1984 mac commercial]]></category>

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

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

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

		<guid isPermaLink="false">http://weblog.wynnefields.com/?p=56</guid>
		<description><![CDATA[As most football fans (more so as a diehard Pittsburgh Steelers fan), I am preparing for next weekend&#8217;s game with great anticipation of possibly the first team in NFL history to win six Superbowl Championships. However, as most Mac fans are also aware, this year represents the 25th Anniversary of the George Orwellian 1984 Macintosh [...]]]></description>
			<content:encoded><![CDATA[<p>As most football fans (more so as a diehard <a title="Pittsburgh Steelers Official NFL Site" href="http://www.steelers.com/">Pittsburgh Steelers</a> fan), I am preparing for next weekend&#8217;s game with great anticipation of possibly the first team in NFL history to win six Superbowl Championships. However, as most Mac fans are also aware, this year represents the 25th Anniversary of the George Orwellian <a title="Apple 1984 Macintosh Commercial on my Facebook page" href="http://www.facebook.com/video/?id=1656290049">1984 Macintosh Commercial</a> aired only once during the 1984 Superbowl.</p>
<p>Considered by many to be the best (certainly the most famous) commercial aired on television, Apple&#8217;s Macintosh was conspicuously missing from the advertisement. No company dared risk excluding their product from an advertisement prior to this event. We discussed this issue and a number of other points during the 10th Anniversary Year in my Visual Communications curriculum at the University of Florida.</p>
<p>I consider this commercial no less than a compelling artistic achievement. This advertisement confirmed Apple as an innovative leader in the competitive field of personal computers. Refusing to &#8220;run with the pack&#8221;, the majority of loyal Mac customers share the non-conformist ideals presented during the ad, unwilling to be hypnotized like so many drones bombarded from all directions.</p>
<p>With the airing of the <a title="I'm a Mac Advertising Commercials on Apple site" href="http://www.apple.com/getamac/ads/">I&#8217;m a Mac</a> campaign during the past two-plus years, it has now become &#8220;cool&#8221; to many new computer customers to own a Mac. The secret is finally out &#8230; some of us have been in on the secret much longer than the last two or three years &#8230; or even twenty-five &#8230; <img src='http://weblog.wynnefields.com/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.wynnefields.com/2009/01/25th-anniversary-of-macintosh-1984-commercial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Typography and the Internet</title>
		<link>http://weblog.wynnefields.com/2008/12/typography-and-the-internet/</link>
		<comments>http://weblog.wynnefields.com/2008/12/typography-and-the-internet/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 05:01:31 +0000</pubDate>
		<dc:creator>Wynnefield</dc:creator>
		
		<category><![CDATA[Typography]]></category>

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

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

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

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

		<category><![CDATA[writing for the web]]></category>

		<guid isPermaLink="false">http://weblog.wynnefields.com/?p=48</guid>
		<description><![CDATA[ 
Punctuation aside for a moment, a critical distinction between writing for the web and on the printed page is understanding the difference in reading styles between web surfers and magazine readers. It takes a new style of writing to keep readers attention while pouring through line after line of unbroken sentences whilst scrolling down a [...]]]></description>
			<content:encoded><![CDATA[<div> </div>
<div>Punctuation aside for a moment, a critical distinction between writing for the web and on the printed page is understanding the difference in reading styles between web surfers and magazine readers. It takes a new style of writing to keep readers attention while pouring through line after line of unbroken sentences whilst scrolling down a monitor.</div>
<div> </div>
<div>Web readers tend to scan for highlights or relevant topics denoted by several methods:</div>
<div>
<ul>
<li>Headings and/or Subheadings to provide breaks or shifts in topic;</li>
<li>Formatting discussion points in ordered and/or unordered lists;</li>
<li>Placing tags of <em>emphasis</em> or <strong>weight</strong> on key topics;</li>
<li>Denoting relevant topics—punctuation marks—with mdashs or other separating marks.</li>
</ul>
<div>I consider myself a <em>typophile</em> and was rather interested in the topic of disappearing glyphs and other punctuation characters during the transition from traditional print media to the web and social networking. However, I found it quite a struggle reading through line after line of continuous narrative with no line breaks or what I might call scannable text, in addition to following even half of the relevant hyperlinks.</div>
<div> </div>
<div>Considering the topic, <em>Typography and the Internet,</em> I would expect the writing style to be more appropriate to the medium. Wrestling with this very issue on my own weblog, in addition to accessing the Wordpress support forums to learn the formatting shortcuts, my primary source of reference for Web Accessibility and Usability is the <a title="Nielsen Norman Group reference for web accessibility and usability" href="http://www.nngroup.com/">Nielsen Norman Group</a>.</div>
<div> </div>
<div>I attended their international conference, Usability Week 2008, earlier this year and it was one of the educational highlights of my career. I recommend their biweekly <em>Alertbox</em>, which is a complimentary newsletter covering all areas of web usability, accessibility, page authoring and other topics to improve the online customer experience.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://weblog.wynnefields.com/2008/12/typography-and-the-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search Engine Optimization</title>
		<link>http://weblog.wynnefields.com/2008/11/search-engine-optimization/</link>
		<comments>http://weblog.wynnefields.com/2008/11/search-engine-optimization/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:23:50 +0000</pubDate>
		<dc:creator>Wynnefield</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[internet marketing]]></category>

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

		<guid isPermaLink="false">http://weblog.wynnefields.com/?p=19</guid>
		<description><![CDATA[
  
The realm of search engine optimization can be a confusing world of mystery to most business owners and marketing executives, who are responsible for attracting visitors to the company Web site (and converting those visitors to customers). The old adage “Build it and They Will Come” no longer holds true unless significant time and consideration are given [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>  </div>
<div>The realm of <a title="Search Engine Optimization Techniques" href="http://www.wynnefields.com/search_engine_optimization.html">search engine optimization</a> can be a confusing world of mystery to most business owners and marketing executives, who are responsible for attracting visitors to the company Web site (and converting those visitors to customers). The old adage “Build it and They Will Come” no longer holds true unless significant time and consideration are given to proper SEO techniques. We hope this section of our weblog provides an education of the key elements involved with these techniques and encourage anyone with questions or contributions to please join in &#8230;</div>
<div> </div>
<div>The key elements of any successful search engine marketing campaign are based on identifying relevant <em>keywords</em> and <em>keyword phrases</em> related to the product or service provided by the Web site. Having identified relevant keywords, the four most critical areas to apply these words and/or phrases are the following: </p>
<ol>
<li>The Web site domain name;</li>
<li>The Web site page titles;</li>
<li>Inbound text links to the Web site pages;</li>
<li>The most semantically relevant content on the Web site pages.</li>
</ol>
</div>
<div>The <strong>domain name</strong> commands the most relevant keyword placement of any area of a Web site. Although strong domain names are difficult to secure these days, if at all possible register a name including your identified keywords. For SEO purposes the importance of “.com” versus “.net” suffixes are not relevant.</div>
<div> </div>
<div>After the domain name, the second place search engines consider relevant is the <strong>Web page title.</strong> This page title is placed between opening and closing <strong>title</strong> tags, e.g. &lt;title&gt;Search Engine Optimization Techniques, Internet Marketing Strategies&lt;/title&gt;, in the “head” section of the page code. This title also appears in the top most area of your internet browser when viewing the page.</div>
<div> </div>
<div><strong>Inbound text links</strong> from relevant Web sites have become increasingly critical to search engine relevance. A number of companies offer a page of image links <em>(usually the company symbol or logo mark)</em> for customers to publish links back to the company site. Text links rich with keywords related to the company product or service would provide the company site with much higher relevance where search engines are concerned. There are a number of strategies for creating inbound link campaigns, although none are as effective as when others link to your site because it is just good reading, or reference material, they wish to share with others.</div>
<div> </div>
<div>Last and certainly not least, the more keywords published as <strong>semantically relevant </strong><strong>page content,</strong> the higher the company&#8217;s organic, or non-paid, page ranking will be for those keywords and/or keyword phrases. A page created with semantic markup follows a page structure, or hierarchy, with some tag combinations ranking higher than others. For example, keyword phrases in heading tags: &lt;h1&gt;&lt;/h1&gt;; &lt;h2&gt;&lt;/h2&gt;; etc. are seen with more relevance by search engines than keywords published in simple paragraphs.</div>
<div> </div>
<div>Search engine optimization techniques will continue to change as often as search engines manipulate and shift their algorithms for indexing and ranking. We can only react to those changes and hope our research is accurate enough to provide us the tools to rank our pages higher than the competition.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://weblog.wynnefields.com/2008/11/search-engine-optimization/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
