<?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>Andrew Nelson Leonberger&#039;s Blog</title>
	<atom:link href="http://andrewnl.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://andrewnl.com/blog</link>
	<description>This blog is used for Andrew&#039;s research for the web and also new materials that he has found usefull for the Web, Graphic &#38; Audio production area.</description>
	<lastBuildDate>Mon, 21 Jun 2010 05:17:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IMD 465 Senior Project Research</title>
		<link>http://andrewnl.com/blog/?p=287</link>
		<comments>http://andrewnl.com/blog/?p=287#comments</comments>
		<pubDate>Fri, 11 Jun 2010 04:23:59 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[IMD 465]]></category>
		<category><![CDATA[Fly Profiler]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Senior Project]]></category>
		<category><![CDATA[Thinking]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=287</guid>
		<description><![CDATA[Jomsocial What is Jomsocial? Jomsocial is a social network that you can customize for your likings. This system has a great back-end and is fully customizable for a programmer and designer. What can you do with Jomsocial? Build your own social network with your own logos, graphics and themes. Customize the look of your community [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Jomsocial</strong></p>
<p>What is Jomsocial?</p>
<p>Jomsocial is a social network that you can customize for your likings.  This system has a great back-end and is fully customizable for a programmer and designer.</p>
<p>What can you do with Jomsocial?</p>
<p>Build your own social network with your own logos, graphics and themes.  Customize the look of your community through CSS edits; or use the  included templates to get your community up and running in no time.</p>
<p>Create unlimited special-interest groups with Jomsocial and manage them  all easily. Add more members to your groups by inviting your friends and  hide any group you wish with our unique Privacy Settings.</p>
<p>Get real-time updates on friends&#8217; daily activities through Jomsocial  Activity Stream. Follow personal blogs and Twitter posts from one  location.</p>
<p>Creating photo albums to share with friends is as easy as 1-2-3! Get  your friends to comment on your photos, and as an admin, delete the  community photos you deem inappropriate. You have total control over  your community.</p>
<p><span id="more-287"></span><strong>Process Book is attached.</strong></p>
<p><a href="http://andrewnl.com/blog/wp-content/uploads/flyprofiler_process_book.pdf">flyprofiler_process_book</a></p>
<p><!--more--><strong>Great list of things to look at for making a Avatar</strong></p>
<p><a href="http://www.faqs.org/patents/app/20090300513">http://www.faqs.org/patents/app/20090300513</a></p>
<p><!--more--><strong>More Java Information on creating a chat system.</strong></p>
<p><a href="http://www.javaworld.com/javaworld/jw-01-1997/jw-01-chat.html">http://www.javaworld.com/javaworld/jw-01-1997/jw-01-chat.html</a></p>
<p><!--more--><strong>Corporate Layout</strong></p>
<p>I like how this site is structured.</p>
<p><a href="http://www.hintongroup.com/">http://www.hintongroup.com/</a></p>
<p><!--more--><strong>Another Chat Demonstration</strong></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/">http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/</a></p>
<p><!--more--><strong>XML vs JSON</strong></p>
<p>JSON should be used instead of XML whenever you are transferring data to or from Javascript. The reason for this is that when you use XML in javascript, you must write script or use libraries to handle the DOM objects to extract the data you need, whereas with JSON, the data format creates a Javascript object directly. This keeps overhead down and requires less cpu usage when preparing the data, not to mention it also decreases the amount of code you must write. There are many libraries out there for all the widely used languages for handling JSON with ease. This is debatable, but I also believe that even in a non-native language, parsing JSON will be faster due simply to a more lightweight data structure. In XML there is a lot of bytes wasted and more memory required by the parser to keep track of tag names of varying sizes. Also, some languages such as PHP 5, actually have built-in libraries for handling JSON! Very cool!</p>
<p><!--more--><strong>JSON</strong></p>
<p><a href="http://stackoverflow.com/questions/383692/what-is-json-and-why-would-i-use-it">http://stackoverflow.com/questions/383692/what-is-json-and-why-would-i-use-it</a></p>
<p><!--more--><strong>Second Life</strong></p>
<p>Taking a look at www.secondlife.com</p>
<p><a href="http://wiki.secondlife.com/wiki/Sculpted_Prims:_3d_Software_Guide">http://wiki.secondlife.com/wiki/Sculpted_Prims:_3d_Software_Guide</a></p>
<p><!--more--><strong>Making a Flash Avatar</strong></p>
<p>Since I have gained research on creating an avatar. I was told flash would be best to create this system.<br />
<a href="http://wiki.whirled.com/Simple_avatar_%28Flash_tutorial%29">http://wiki.whirled.com/Simple_avatar_%28Flash_tutorial%29</a></p>
<p><!--more--><strong>Php Open Source Chat</strong></p>
<p>Great php chats to preview and customize.<br />
<a href="http://opensourcescripts.com/dir/PHP/Chat/">http://opensourcescripts.com/dir/PHP/Chat/</a></p>
<p><!--more--><strong>Making a Flash Avatar</strong></p>
<p>Since Iv gained research on creating an avatar. I was told flash would be best to create this system.<br />
<a href="http://wiki.whirled.com/Simple_avatar_%28Flash_tutorial%29">http://wiki.whirled.com/Simple_avatar_%28Flash_tutorial%29</a></p>
<p><!--more--><strong>PHP Chat</strong></p>
<p>I found this site use full for my chat system idea.</p>
<p>http://www.tutorialized.com/tutorials/PHP/Chat-Systems/</p>
<p><!--more--><strong>The power of Joomla</strong></p>
<p>Rocketheme.com truely show joomlas potential in getting information out there. Since I really know wordpress and its functionality. I feel it&#8217;s time to go with joomla to increase my knowledge of the most popular cms systems.<br />
<a href="http://demo.rockettheme.com/?template=quantive">http://demo.rockettheme.com/?template=quantive</a></p>
<p><!--more--><strong>Facebook&#8217;s Open Source</strong></p>
<p>Booyah! If you like something that facebook offers as an application then here is their open source development <img src='http://andrewnl.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>http://developers.facebook.com/opensource/</p>
<p><!--more--><strong>Oh yeah this is it!</strong></p>
<p>I found an awesome chat tutorial and it&#8217;s just like facebook!!!</p>
<p>http://gausarts.com/iblog/create-facebook-chat-panel-your-own-website</p>
<p><!--more--><strong>Tutorials!!!</strong></p>
<p>Awesome tutorials on ajax.</p>
<p>http://designsadvice.com/ajax/30-of-the-best-ajax-tutorials</p>
<p>Chat Backbone.</p>
<p>http://www.devarticles.com/c/a/XML/Building-an-AJAXBased-Chat-The-Barebones-Structure/</p>
<p><!--more--><strong>News on IM Chat Bar</strong></p>
<p>I am getting a little bit closer to on how to make a  chat bar similar to Facebook or Myspace. When I am searching for how to create this chat bar, I am looking for other program languages and so far Ajax has came to mind.</p>
<p>http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/comment-page-2/#comment-1108</p>
<p><!--more--><strong>Avatars vs Instant Messaging</strong></p>
<p>I am still concerned about what I should do to make my senior project site pop out. I don&#8217;t have any 3d modeling skills so learning the tools and making characters to perfection will be very difficult for me. My main focus is to learn more about programming and other languages. I think I have to put the creativity aside and start developing some kind of application that is universal for a lot of users.</p>
<p><!--more--><strong>Myspace IM Review</strong></p>
<p>Reading this article gave me some insight on the instant messenger that myspace uses. Still haven&#8217;t found out how it&#8217;s made.</p>
<p>http://im.about.com/od/imreviews/fr/myspaceim.htm</p>
<p><!--more--><strong>Example: Xbox Live Avatars</strong></p>
<p>I found this article very useful for what I am wanting to do.</p>
<p>http://www.xbox.com/en-US/live/engineeringblog/default.htm</p>
<p><!--more--><strong>WordPress vs. Joomla vs. Drupal</strong></p>
<p>I did some research on what content management system is best for. So here are the pros and cons.</p>
<p>WordPress<br />
Pros</p>
<ul>
<li> Simple to use &#8211; No need for modifications</li>
<li> Excellent for blogging or sharing thoughts in a sequential manner</li>
<li> Even the most elderly of users can get the hang of it quickly</li>
</ul>
<p>Cons</p>
<ul>
<li> Not developer friendly</li>
<li> The community seems to like to complain</li>
<li> Upgrades bring more bugs than fixes sometimes</li>
</ul>
<p>Joomla<br />
Pros</p>
<ul>
<li> Extremely developer friendly. If I loved code more I would almost always pick this system.</li>
<li> Strong community to help discern the dozens (hundreds) of functions and tags available.</li>
<li> Can be used to create some really awesome websites that can outperform a majority of other sites out there.</li>
</ul>
<p>Cons</p>
<ul>
<li> Not very designer and user-friendly. It&#8217;s hard for someone with little code knowledge to make the leaps required to do the very cool things that Drupal is becoming known for.</li>
<li> Teeming of Drupal has been a huge case of fail (until recently). Probably because it has been developers, not designers, that are making the themes.</li>
<li> Getting a Drupal website published could cost you more time, and thus more money, than WordPress or Joomla.</li>
</ul>
<p>Drupal<br />
Pros</p>
<ul>
<li>Extremely developer friendly. If I loved code more I would almost always pick this system.</li>
<li>Strong community to help discern the dozens (hundreds) of functions and tags available.</li>
<li>Can be used to create some really awesome websites that can outperform a majority of other sites out there.</li>
</ul>
<p>Cons</p>
<ul>
<li>Not very designer and user-friendly. It&#8217;s hard for someone with little code knowledge to make the leaps required to do the very cool things that Drupal is becoming known for.</li>
<li>Theming of Drupal has been a huge case of fail (until recently). Probably because it has been developers, not designers, that are making the themes.</li>
<li>Getting a Drupal website published could cost you more time, and thus more money, than WordPress or Joomla.</li>
</ul>
<p>http://www.goodwebpractices.com/other/wordpress-vs-joomla-vs-drupal.html</p>
<p><!--more--><strong>Creative Brief</strong></p>
<p>Here is the link to the creative brief as a .pdf file.</p>
<p><a href="http://localhost:99/blog/wp-content/uploads/2010/05/Fly-Profiler-Creative-Brief.pdf">Fly Profiler Creative Brief</a></p>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=287&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microformats</title>
		<link>http://andrewnl.com/blog/?p=148</link>
		<comments>http://andrewnl.com/blog/?p=148#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:27:23 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[IMD 405]]></category>
		<category><![CDATA[Data Formats]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Principles]]></category>
		<category><![CDATA[Thinking]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=148</guid>
		<description><![CDATA[Microformats are specifically used to help humans understand coding problems and logics.  Microformats are a set of simple open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging). Microformats are: [...]]]></description>
			<content:encoded><![CDATA[<p>Microformats are specifically used to help humans understand coding problems and logics.  Microformats are a set of simple open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging).</p>
<p><strong>Microformats are:</strong></p>
<ul>
<li>A way of thinking about data</li>
<li>Design principles for formats</li>
<li>Adapted to current behaviors and usage patterns (<a href="http://ifindkarma.typepad.com/relax/2004/12/microformats.html">“Pave the cow paths.”</a>)</li>
<li>Highly correlated with semantic XHTML, AKA the <a href="http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html">real world semantics, AKA lowercase semantic web</a>, AKA<br />
<a href="http://www.whump.com/moreLikeThis/link/04069">lossless XHTML</a></li>
<li>A set of simple open data format standards that many are actively developing and implementing for more/better structured blogging and web microcontent publishing in general.</li>
<li><a href="http://theryanking.com/blog/archives/2005/04/07/an-evolutionary-revolution/">“An evolutionary revolution”</a></li>
<li>All the above.</li>
</ul>
<p><strong>Microformats are not:</strong></p>
<ul>
<li>A new language</li>
<li>Infinitely extensible and open-ended</li>
<li>An attempt to get everyone to change their behavior and rewrite their tools</li>
<li>A whole new approach that throws away what already works today</li>
<li>A panacea for all taxonomies, ontologies, and other such abstractions</li>
<li>Defining the whole world, or even just boiling the ocean</li>
<li>Any of the above</li>
</ul>
<p><strong>The microformats principles:</strong></p>
<ul>
<li>Solve a specific problem</li>
<li>Start as simple as possible</li>
<li>Design for humans first, machines second</li>
<li>Reuse building blocks from widely adopted standards</li>
<li>Modularity / embeddability</li>
<li>Enable and encourage decentralized development, content, services</li>
</ul>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=148&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=148</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cost Per Click Advertising</title>
		<link>http://andrewnl.com/blog/?p=142</link>
		<comments>http://andrewnl.com/blog/?p=142#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:56:15 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[IMD 405]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Adwords]]></category>
		<category><![CDATA[CPC]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=142</guid>
		<description><![CDATA[Websites such as Forbes, ESPN, LA Times, San Francisco Chronicle, Lonely Planet, Chicago Tribune, Seattle Times, etc offer pay-per-click (PPC) or cost-per-click (CPC) based advertising programs. CPC text ads are javascript based applications, other applications such as adsense / adwords are created the same way. The way the payment works is by people clicking your [...]]]></description>
			<content:encoded><![CDATA[<p>Websites such as Forbes, ESPN, LA Times, San Francisco Chronicle, Lonely Planet, Chicago Tribune, Seattle Times, etc offer pay-per-click  (PPC) or cost-per-click (CPC) based advertising programs. CPC text ads are javascript based applications, other applications such as adsense / adwords are created the same way. The way the payment works is by people clicking your advertisements.</p>
<p>Website Advertising Rates (Blogs &#8211; Text Links)</p>
<p>Biid amounts can range anywhere between $0.20 and $6.00 for displaying cost-per-click ads. The greater payments is also varied by how much traffic is coming from your website. Websites that are related to TV, magazines and newspapers are included in high traffic statistics.</p>
<p>Bids are likely to go up during events like holidays, elections, etc.</p>
<p>Forbes.com Home Page    $1.50-5.51<br />
ComputerWorld.com       $3.00-4.03<br />
InfoWorld.com           $3.00-6.02<br />
USATODAY.com Home Page  $1.00-6.54<br />
FoxNews.com             $0.50-3.12<br />
ABC News &#8211; Home Page    $1.00-4.03<br />
ABC News &#8211; Technology   $0.40-1.53<br />
chicagotribune.com      $0.40-2.21<br />
Los Angeles Times       $0.40-2.16<br />
SFGate.com Home Page    $0.75-3.25<br />
LonelyPlanet.com        $0.50-1.30<br />
JavaWorld.com           $3.00-4.00<br />
LinuxWorld.com          $3.00-4.00<br />
ESPN.com                $0.75-1.68<br />
SeattleTimes.com        $0.75-4.54<br />
Seattle Times Tech      $0.30-2.34<br />
Houston Chronicle       $1.00-2.26</p>
<p>While the above numbers are a good indication of the ongoing adverting rates for content targeted ads, they nowhere match the high rates of keyword targeted ads. Some keywords like &#8220;Student Loans&#8221;, &#8220;Mesothelioma&#8221; or &#8220;tax attorney&#8221; are known to cost advertisers in excess of $20.00 per click.</p>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=142&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=142</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Sitemap Tutorial</title>
		<link>http://andrewnl.com/blog/?p=96</link>
		<comments>http://andrewnl.com/blog/?p=96#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:17:15 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=96</guid>
		<description><![CDATA[How to install an sitemap into your wordpress: Step 1) Open notepad or any text editing program. Step 2) Copy and paste the given code below and save your document as sitemap.php &#60;?php /* Template name: Sitemap */ ?&#62; &#60;?php get_header(); ?&#62; &#60;div id=&#8221;container&#8221;&#62; &#60;br /&#62; &#60;h2 id=&#8221;post-&#60;?php the_ID(); ?&#62;&#8221;&#62;&#60;?php the_title();?&#62;&#60;/h2&#62;&#60;br /&#62; &#60;h4&#62;Pages:&#60;/h4&#62; &#60;ul&#62; &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>How to install an sitemap into your wordpress:</p>
<p>Step 1) Open notepad or any text editing program.</p>
<p>Step 2) Copy and paste the given code below and save your document as sitemap.php</p>
<blockquote><p>&lt;?php<br />
/*<br />
Template name: Sitemap<br />
*/<br />
?&gt;</p>
<p>&lt;?php get_header(); ?&gt;</p>
<p>&lt;div id=&#8221;container&#8221;&gt;<br />
&lt;br /&gt;<br />
&lt;h2 id=&#8221;post-&lt;?php the_ID(); ?&gt;&#8221;&gt;&lt;?php the_title();?&gt;&lt;/h2&gt;&lt;br /&gt;</p>
<p>&lt;h4&gt;Pages:&lt;/h4&gt;</p>
<p>&lt;ul&gt;<br />
&lt;?php wp_list_pages(&#8216;title_li=&#8217;); ?&gt;<br />
&lt;/ul&gt;</p>
<p>&lt;br /&gt;<br />
&lt;h4&gt;Posts by category:&lt;/h4&gt;</p>
<p>&lt;?php $cats= get_categories(); ?&gt;</p>
<p>&lt;?php foreach ($cats as $cat) { ?&gt;</p>
<p>&lt;?php query_posts(&#8216;cat=&#8217; . $cat-&gt;cat_ID); ?&gt;</p>
<p>&lt;h6&gt;&lt;?php echo $cat-&gt;cat_name; ?&gt;&lt;/h6&gt;</p>
<p>&lt;ul&gt;<br />
&lt;?php while (have_posts()) : the_post(); ?&gt;<br />
&lt;li&gt;<br />
&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;/#content&#8221; title=&#8221;&lt;?php the_title(); ?&gt;&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;<br />
(&lt;?php echo $post-&gt;comment_count ?&gt; Comments)<br />
&lt;/li&gt;<br />
&lt;?php endwhile; ?&gt;<br />
&lt;/ul&gt;</p>
<p>&lt;?php } ?&gt;</p>
<p>&lt;br /&gt;<br />
&lt;h4&gt;Posts:&lt;/h4&gt;</p>
<p>&lt;ul&gt;<br />
&lt;?php $my_query = new WP_Query(&#8216;showposts=1000000&#8242;); ?&gt;<br />
&lt;?php while ($my_query-&gt;have_posts()) : $my_query-&gt;the_post(); $do_not_duplicate = $post-&gt;ID; ?&gt;<br />
&lt;li&gt;&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;/#content&#8221; title=&#8221;&lt;?php the_title(); ?&gt;&#8221; &gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;?php endwhile; ?&gt;<br />
&lt;/ul&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;?php get_footer(); ?&gt;</p></blockquote>
<p>Step 3) Upload the sitemap.php file into your server under /wp_content/themes/&#8221;Your theme name&#8221;/</p>
<p>Step 4) Sign in into your wordpress and create a new page and call it sitemap.</p>
<p>Step 5) Once your page is fully setup, set the template to sitemap</p>
<p>Step 6) And your done! now it is time to edit and design <img src='http://andrewnl.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=96&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Analytics</title>
		<link>http://andrewnl.com/blog/?p=75</link>
		<comments>http://andrewnl.com/blog/?p=75#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:47:38 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[IMD 405]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=75</guid>
		<description><![CDATA[Is Google Analytics Free? Yes, just go to www.google.com/analytics and register. How do you install Google Analytics? Once you register, you must submit your domain into your domain list. Once your domain is inserted, Google will give you an javascript code to embed into your site. You must place this code underneath your meta keys. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Is Google Analytics Free?</p>
<p>Yes, just go to <a title="Google Analytics" href="http://www.google.com/analytics" target="_blank">www.google.com/analytics</a> and register.</p>
<p style="text-align: left;">How do you install Google Analytics?</p>
<p style="text-align: left;">Once you register, you must submit your domain into your domain list. Once your domain is inserted, Google will give you an javascript code to embed into your site. You must place this code underneath your meta keys.</p>
<p style="text-align: left;">What is Google Analytics?</p>
<p style="text-align: left;">Google Analytic&#8217;s is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness. Powerful, flexible and easy-to-use features now let you see and analyze your traffic data in an entirely new way. With Google Analytics, you&#8217;re more prepared to write better-targeted ads, strengthen your marketing initiatives and create higher converting websites.</p>
<p style="text-align: left;">Here is a tutorial on how to use Google Analytics:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/3KK7i084W2w" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/3KK7i084W2w"></embed></object></p>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=75&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing 404 Error Pages</title>
		<link>http://andrewnl.com/blog/?p=68</link>
		<comments>http://andrewnl.com/blog/?p=68#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:27:44 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[IMD 405]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Page]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=68</guid>
		<description><![CDATA[The 404 Error page is a page that is shown when a user goes to a page that is not valid to the current site. There are a couple reason why a user would run into this page. The site document could be missing from your server. The site’s server could be down. Javascript redirection [...]]]></description>
			<content:encoded><![CDATA[<p>The 404 Error page is a page that is shown when a user goes to a page that is not valid to the current site.<br />
There are a couple reason why a user would run into this page.</p>
<ol>
<li>The site document could be missing from your server.</li>
<li>The site’s server could be down.</li>
<li>Javascript redirection or any type of redirection is incorrect</li>
</ol>
<p><strong>404 Error Custimization</strong></p>
<p>The default look of an Error 404 page is very simple and plain. The page is not very attractive and it is not a bad idea to customize it. The default view can push users away from the site and lower your traffic. Yes it is page that is not a regular page but it still affects your website. You can use html, php and javascript to create the error page.</p>
<p>Default Page:</p>
<p><img class="size-full wp-image-69" title="ie404error" src="http://localhost:99/blog/wp-content/uploads/2009/11/ie404error.png" alt="Error 404" width="444" height="459" /></p>
<p>Here are some things you can include onto the page while customizing:</p>
<p>1) Your Logo<br />
2) Page cannot be found &amp; a reason why the cause of the error.<br />
3) A list of ways to refer back to your website. For example your would say &#8220;Hit the back button to go back&#8221;.<br />
4) Provide your website link.<br />
5) Have a search box to only search your website&#8217;s information. This will help get the user to the place they want to be.</p>
<p>Customized error 404 page:</p>
<p>http://cutandtaste.com/404</p>
<p><img src="http://localhost:99/blog/wp-content/uploads/2009/11/cut.gif" alt="http://cutandtaste.com/" title="Error 404 Page" width="500" height="353" class="size-full wp-image-72" /></p>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=68&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Marketing Techniques &amp; Utilites</title>
		<link>http://andrewnl.com/blog/?p=35</link>
		<comments>http://andrewnl.com/blog/?p=35#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:30:01 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[IMD 405]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Mailchimp]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Utilites]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=35</guid>
		<description><![CDATA[Newsletters: Utilizing emails to send your website news around is a great way to spread your name. This technique is commonly called Newsletters. Newsletters include information about your website and is emailed to the recipients. The look of your newsletter can be designed or put in a basic format. A great site that makes newsletters [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong>Newsletters:</strong></p>
<p style="text-align: left;">Utilizing emails to send your website news around is a great way to spread your name. This technique is commonly called Newsletters. Newsletters include information about your website and is emailed to the recipients. The look of your newsletter can be designed or put in a basic format. A great site that makes newsletters easy is www.mailchimp.com, they also have a newsletter subscriber plugin for WordPress. Mailchimp is free but your only limited to a certain amount of subscribers.</p>
<p style="text-align: left;">When designing your newsletter it is best to use tables because using divs requires external files, which wouldn&#8217;t work because your emailing your users. You must always include your business name, signature and logo. When sending your email to other always include the type of update and the name of your business in the subject bar. You should also have a relevant email address (johnb@usa.com).</p>
<p>
My newsletter sample:</p>
<div align="center">
<dl id="attachment_158" class="wp-caption aligncenter" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-158" title="anl_newsletter" src="http://localhost:99/blog/wp-content/uploads/2009/11/anl_newsletter.jpg" alt="Andrew NL - Blog Newsletter" width="600" height="766" /></dt>
</dl>
</div>
<p style="text-align: left;">Here are some helpful suggestions when emailing your visitors:</p>
<p style="text-align: left;"><strong>Provided From:</strong> <a href="http://mendozadesigns.com/blog/category/email-marketing-techniques-andor-utilities/" target="_blank">www.mendozadesigns.com/blog/category/email-marketing-techniques-andor-utilities/</a></p>
<div style="text-align: center;">
<table style="border=" border="0" cellspacing="1" cellpadding="5" width="581">
<tbody>
<tr bgcolor="#000000">
<td><span style="color: #ffffff;">You Can Segment A List To:</span></td>
<td><span style="color: #ffffff;">Why You Should Try It</span></td>
</tr>
<tr>
<td>Send a campaign to people within a specific interest group.</td>
<td>You can provide more relevant content than when you send “general interest” newsletters to everyone. For example, a website for car fanatics can send an email about the newest Ferrari only to people who like sports cars (and not to people who like fuel-sipping hybrids).</td>
</tr>
<tr bgcolor="#000000">
<td>Only send to people who subscribed within a certain date range</td>
<td>So you can send your newsletter to your most recent subscribers, who might have missed your previous campaign</td>
</tr>
<tr>
<td>Send a campaign to people who clicked a link (or opened) a previous campaign</td>
<td>Use this option to send followup campaigns or event invitations to people who expressed interest in a previous campaign.</td>
</tr>
<tr>
<td>Only send to “active” members of your list. Create a segment of those who have opened one of your 3 most recent campaigns.</td>
<td>This is an easy way to “weed out” the non-responders of your list.</td>
</tr>
<tr>
<td>Send to “NON-active” members of your list. Create a segment of those who have NOT opened any of your 3 most recent campaigns.</td>
<td>This is an easy way to send a followup to the non-responders of your list. Perhaps you can try a different subject line, date/time, or send in plain-text only to get better results.</td>
</tr>
<tr bgcolor="#000000">
<td>Send to subscribers within a specific domain name</td>
<td>If you have a group of customers in one company, you can target them by domain name. Or, test your delivery to yahoo.com, aol.com, etc.</td>
</tr>
<tr>
<td>Send to subscribers who did <strong>NOT</strong> open a recent campaign</td>
<td>Maybe your subject line wasn’t very intriguing, or got your campaign spam filtered. Use this technique to send a followup campaign to non-openers with a different subject line.</td>
</tr>
<tr bgcolor="#000000">
<td>Send to people in specific states, ZIP codes, etc.</td>
<td>If you collected “ZIP codes” as a field on your signup form, you can send special, locally specific offers to your customers based on that field (or any field, for that matter).</td>
</tr>
<tr>
<td>Send to members whose birthdays are in a certain month</td>
<td>Include special gifts if they print out the email and bring it into your store (you can even pre-schedule birthday campaigns for the entire year).</td>
</tr>
<tr bgcolor="#000000">
<td>Send to email addresses on your list that contain or do <strong>NOT</strong> contain specific text</td>
<td>Narrow your list down to members of one organization, or exclude everyone from one company (like your all your competitors who are signed up on your list).</td>
</tr>
</tbody>
</table>
</div>
<p style="text-align: left;"><strong>Email Campaign:</strong></p>
<p style="text-align: left;">When working on your emailing campaign, there is a couple things you should ask yourself before you get started.</p>
<p style="text-align: left;">Here is a list of things to check:</p>
<blockquote style="text-align: left;" title="Email Campaign, By Ange Mandoza" cite="=Email Campaign, By Ange Mandoza">
<ol>
<li>Are you using a good permission policy? Make sure you have a preexisting business relationship and/or affirmative consent.
<ul>
<li>Preexisting business relationship &#8211; The recipient of your email has made a purchase, requested information, responded to a questionnaire or a survey, or had offline contact with you.</li>
<li>Affirmative consent &#8211; The recipient of your email has been clearly and fully notified of the collection and use of his email address and has consented prior to such collection and use.</li>
</ul>
</li>
<li>Your Subject” Lines
<ul>
<li>Does your “From” line include your company name or brand?</li>
<li>Is your “Subject” line the right length? (5-8 words, 40 characters including spaces)</li>
<li>Does your “Subject” line incorporate a specific benefit?</li>
<li>Does your “Subject” line include your brand (if for some reason your “From” line does not)?</li>
<li>Does your “Subject” line create a sense of urgency?</li>
</ul>
</li>
<li>Your Email Copy:
<ul>
<li>Is your email targeted, relevant and timely?</li>
<li>Is your email personalized with the recipient’s first name, last name or both, if appropriate?</li>
<li>Is your email copy clear and concise?</li>
<li>Does it contain a strong call-to-action?</li>
<li>Does it focus on benefits?</li>
<li>Does it create a sense of urgency?</li>
</ul>
</li>
<li>Important Details:
<ul>
<li>Are you prepared to handle inbound email responses and questions resulting from your outbound email campaigns? Follow through is as important as the first contact. Do not miss the opportunity to open a two-way dialogue</li>
<li>with these interested recipients.</li>
<li>Have you used appropriate graphics while also making good use of white space?</li>
<li>Have you proofread the “From” line, “Subject” line and email copy thoroughly?</li>
<li>Have you checked all links to be sure they work properly?</li>
<li>Have you previewed and sent yourself a test in both HTML, and text?</li>
</ul>
</li>
<li>CAN-SPAM Compliance:
<ul>
<li>Does your email include a way for recipients to unsubscribe, e.g. an unsubscribe/opt-out link and/or instructions?</li>
<li>Are you prepared to handle all unsubscribe requests within 10 days of the request?</li>
<li>If you use multiple email products, or have multiple databases from which you send emails, are you prepared to process all unsubscribe requests across all lists?</li>
<li>Are you using good mailing practices? Have you been honest and truthful?</li>
<li>Have you used a legitimate header?</li>
<li>Have you used a valid “From” address?</li>
<li>Is your “Subject” line straightforward, vs. misleading?</li>
<li>Is your physical address included in your email campaign?</li>
</ul>
</li>
</ol>
<p style="text-align: left;"><cite><a href="http://mendozadesigns.com/blog/category/email-marketing-techniques-andor-utilities/">Email Campaign, By Ange Mandoza</a></cite></p>
</blockquote>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=35&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization Techniques</title>
		<link>http://andrewnl.com/blog/?p=5</link>
		<comments>http://andrewnl.com/blog/?p=5#comments</comments>
		<pubDate>Wed, 28 Oct 2009 07:47:28 +0000</pubDate>
		<dc:creator>Andrew NL</dc:creator>
				<category><![CDATA[IMD 405]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://andrewnl.com/blog/?p=1</guid>
		<description><![CDATA[Search Engine Optimization Techniques Here is a brief list of very important ways to improve your website&#8217;s traffic and statistics. In this article I will briefly talk about ways to improve your very own website&#8217;s popularity or traffic. 1) Meta Tags &#8211; Meta tags are used to provide structured metadata about a Web page, such [...]]]></description>
			<content:encoded><![CDATA[<p>Search Engine Optimization Techniques</p>
<p>Here is a brief list of very important ways to improve your website&#8217;s traffic and statistics. In this article I will briefly talk about ways to improve your very own website&#8217;s popularity or traffic.</p>
<p>1) Meta Tags &#8211; Meta tags are used to provide structured metadata about a Web page, such as who the designer is or a brief description of what the website is about. The most common used tags are author, description, keywords &amp; copyright. The Meta tags are inserted in the back end of your website (HTML coded). Here are some examples of what meta tags look like.</p>
<p>Meta Tag break down: &lt;meta name=&#8221;type of meta&#8221; content=&#8221;type in necessary information here&#8221; /&gt;</p>
<ul>
<li>&lt;meta name=&#8221;description&#8221; content=&#8221;Andrew Nelson Leonberger&#8217;s Portfolio&#8221; /&gt;</li>
<li>&lt;meta name=&#8221;keywords&#8221; content=&#8221;Portfolio, Art, Digital Art, Grafitti, City Art, Abstract, Grunge, Web Designer, Graphic Designer&#8221; /&gt;</li>
<li>&lt;meta name=&#8221;author&#8221; content=&#8221;Andrew Nelson Leonberger&#8221; /&gt;</li>
<li>&lt;meta name=&#8221;copyright&#8221; content=&#8221;Copyright 2008 Andrew N.L. All Rights Reserved&#8221; /&gt;</li>
</ul>
<p>2) Advertisements &#8211; Positions of effectiveness:</p>
<ul>
<li>Bottom (Good)</li>
<li>Right (Good)</li>
<li>Top (Medium)</li>
<li>Left (Bad)</li>
</ul>
<p>3) Having affiliates and partners</p>
<ul>
<li>Start meeting new people on forums and other blogs.</li>
<li>The more you post your link the more people will go to your site.</li>
</ul>
<p>4) Domain name &#8211; Always choose a domain that is easy to remember. No one want&#8217;s a sentence to remember for a website.</p>
<ul>
<li>www.google.com (Good)</li>
<li>www.ura-nine-line.com (Bad)</li>
</ul>
<p>Remember that the most powerful way to boost your website&#8217;s traffic is by show &amp; tell. So tell tell tell!!!!</p>
<div class="fblike"><iframe src="http://www.facebook.com/plugins/like.php?href=http://andrewnl.com/blog/?p=5&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://andrewnl.com/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
