<?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>Webenso &#187; web 2.0</title>
	<atom:link href="http://webenso.com/tag/web-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://webenso.com</link>
	<description>Build a Better WordPress Website</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:45:06 +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>The power of Thematic hooks</title>
		<link>http://webenso.com/the-power-of-thematic-hooks-wordpress/</link>
		<comments>http://webenso.com/the-power-of-thematic-hooks-wordpress/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 03:51:50 +0000</pubDate>
		<dc:creator>Kathy Alice</dc:creator>
				<category><![CDATA[Geek Corner]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[thematic]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://webenso.com/?p=340</guid>
		<description><![CDATA[As I begin to wrap up my first child theme using the Thematic framework, I must admit that I&#8217;m beginning to really appreciate the power of theme hooks. At first I was modifying the css to get where I wanted to be, for example altering margins, using the background url directive to add my custom [...]]]></description>
			<content:encoded><![CDATA[<p>As I begin to wrap up my first child theme using the Thematic framework, I must admit that I&#8217;m beginning to really appreciate the power of theme hooks.  At first I was modifying the css to get where I wanted to be, for example altering margins, using the background url directive to add my custom header image.  But when I got to the point where I wanted to suppress the display of the blog title and description, that is when I first found out about Thematic add and remove actions.
</p><p>
Oh sure I could have just used &#8220;display: none&#8221; in the css blog title class/ids so that the blog title didn&#8217;t display over my custom image, but that&#8217;s kind of ugly.   Using remove_action in my functions.php file is much more elegant.
</p><p>
<code>function suppress_header_elements() {
remove_action('thematic_header','thematic_blogtitle',3); 
remove_action('thematic_header','thematic_blogdescription',5); 
}
add_action('init','suppress_header_elements');
</code>
</p><p>
And the bonus is that the blog title description value still populate my title and meta description tags as desired for SEO optimization.
</p><p>
Theme hooks is not a concept unique to Thematic but embedded in WordPress itself.  Using theme hooks in your child theme, the idea is that you can isolate your customizations in a single file in a functions.php file (it may be called something different such as custom_functions.php with other frameworks).  
</p><p>
Although I had altered the css to add my image, I wanted to additionally add clickable button images as well that I already had defined in a css file.  No problem, I just created a new function called add_buttons in my functions.php file, echo&#8217;ed out the HTML and then added the add_action line:  
<code>
function add_buttons() {
   echo ....
}
add_action('thematic_header', 'add_buttons');
</code>
</p><p>
It wasn&#8217;t completely smooth sailing as I ran into this error when I tried to use the admin (error text modified to remove site identifying info)
<code>
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/blog/wp-content/themes/childtheme/functions.php:43) in /home/mysite/public_html/mysite.com/blog/wp-includes/pluggable.php on line 865
</code>
</p><p>
Most of the information you get googling this error suggests there is extra spaces prior to the php start tag in the wpconfig.php file.  That wasn&#8217;t the case here, but it was a good clue.  Turns out I had an extra blank line after the closing php tag in my functions.php file.  When I finally figured out to remove that, the errors went away.
</p>]]></content:encoded>
			<wfw:commentRss>http://webenso.com/the-power-of-thematic-hooks-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is Web 2.0 anyway?  What&#8217;s next?</title>
		<link>http://webenso.com/what-is-web-2-0-anyway-whats-next/</link>
		<comments>http://webenso.com/what-is-web-2-0-anyway-whats-next/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 05:51:48 +0000</pubDate>
		<dc:creator>Kathy Alice</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://webenso.com/?p=318</guid>
		<description><![CDATA[What&#8217;s next after Web 2.0? Cloud Computing? Maybe. The Semantic Web? Possibly. The problem with defining what&#8217;s next, is that Web 2.0 wasn&#8217;t a distinct new technology but is better described as a social movement. The technologies that sprung up to facilitate this new model of user interaction were a collection of re-purposed old technologies [...]]]></description>
			<content:encoded><![CDATA[What&#8217;s next after Web 2.0?  Cloud Computing?  Maybe.  The Semantic Web?  Possibly.  The problem with defining what&#8217;s next, is that Web 2.0 wasn&#8217;t a distinct new technology but is better described as a social movement.  The technologies that sprung up to facilitate this new model of user interaction were a collection of re-purposed old technologies with some new, but I can&#8217;t think of any that were fundamentally paradigm shifts.

A few months ago I was hiring.  I was looking for some engineers for a contract.  One resume that crossed my desk listed as a skill, &#8220;Web 2.0&#8243;.  I posted to facebook, what does this mean?  The answer from one of my friends, &#8220;it means that they surf all day&#8221;.   Given the ease one can lose hours to &#8220;facebooking&#8221;, there is a ring of truth in this.   1 in 8 couples married this year met through social media.  Think about it.  

My point though, is that Web 2.0 isn&#8217;t really a technical skill set.  Perhaps the job applicant meant to say AJAX or Drupal.  But there isn&#8217;t a technology one can put their finger on as *the* Web 2.0 technology.

The <a href="http://en.wikipedia.org/wiki/Web_2.0">wikipedia entry for web 2.0</a> is a good read.  The Criticism section points out that many of the ideas that Web 2.0 were already implemented.  The article in general supports my contention that web 2.0 is a social revolution not a technological one.   Content creation power was placed into everyone&#8217;s hands.  Networking online got taken up to a new level.  

So what&#8217;s next?  One thing I think bears watching is the possible fragmentation of the web, at least from the search perspective.  Google web search is only one way to find things.  You can discover sites through social networking, youtube and twitter search.  Communities that focus on niches are becoming more prevalent (although they have always been there).  

Regardless, it will take us a while to digest Web 2.0 and the next really big thing could be some time in coming.  Although I&#8217;m sure there is someone out there working to prove me wrong.]]></content:encoded>
			<wfw:commentRss>http://webenso.com/what-is-web-2-0-anyway-whats-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Revolution</title>
		<link>http://webenso.com/social-media-revolution/</link>
		<comments>http://webenso.com/social-media-revolution/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:26:15 +0000</pubDate>
		<dc:creator>Kathy Alice</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://webenso.com/?p=310</guid>
		<description><![CDATA[Lots of thoughts provoking stats, set to music by Fatboy Slim.]]></description>
			<content:encoded><![CDATA[<object width="275" height="453"><param name="movie" value="http://www.youtube.com/v/sIFYPQjYhv8&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/sIFYPQjYhv8&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="453" height="275"></embed></object>

Lots of thoughts provoking stats, set to music by Fatboy Slim.]]></content:encoded>
			<wfw:commentRss>http://webenso.com/social-media-revolution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter&#8217;s summer</title>
		<link>http://webenso.com/twitters-search-marketing-brand-building/</link>
		<comments>http://webenso.com/twitters-search-marketing-brand-building/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 21:54:49 +0000</pubDate>
		<dc:creator>Kathy Alice</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[The Online Life]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://webenso.com/?p=294</guid>
		<description><![CDATA[Twitter is certainly having a momentous summer. There was the recent DDOS (distributed denial of service) attacks, that rendered it inoperative. And the battle lines between it and facebook became more clearly drawn. Twitter is definitively morphing before our eyes, as I recently alluded to in my &#8220;lost its shine&#8221; post, but the question is [...]]]></description>
			<content:encoded><![CDATA[Twitter is certainly having a momentous summer.   There was the recent DDOS (distributed denial of service) attacks, that rendered it inoperative.  And the battle lines between it and facebook became more clearly drawn.   Twitter is definitively morphing before our eyes, as I recently alluded to in my <a href="http://webenso.com/has-twitter-lost-its-shine/">&#8220;lost its shine&#8221; post</a>, but the question is into what?   

The two trends to watch are use of twitter for branding, <a href="http://www.thedailybeast.com/blogs-and-stories/2009-07-23/martha-stewart-twitter-maniac/">as Martha Stewart has</a>, and the its search engine.  

If you haven&#8217;t jumped yet onto the twitter bandwagon, check out this blog post I got from the <a href="http://www.whosbloggingwhat.com/issues/2009/08182009/useful_twitter_august">Web 2.0 group on LinkedIn, an excellent group of links</a> on using twitter.]]></content:encoded>
			<wfw:commentRss>http://webenso.com/twitters-search-marketing-brand-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Marketing Can Be Made Easy</title>
		<link>http://webenso.com/internet-marketing-can-be-made-easy/</link>
		<comments>http://webenso.com/internet-marketing-can-be-made-easy/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 07:03:57 +0000</pubDate>
		<dc:creator>Guest Author</dc:creator>
				<category><![CDATA[Online Business, Promotion and Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[network marketing]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://webenso.com/internet-marketing-can-be-made-easy/</guid>
		<description><![CDATA[Imagine learning exactly what you needed to know to succeed. The well known motivational author Anthony Robbins reveals in his book &#8220;Unlimited Power&#8221; the importance of modeling successful people in order to create your own successful life.Modeling someone good at what you want to learn allows you learn in hours what it might have taken [...]]]></description>
			<content:encoded><![CDATA[<strong>Imagine learning exactly what you needed to know to succeed. </strong>

The well known motivational author Anthony Robbins reveals in his book &#8220;Unlimited Power&#8221;  the importance of modeling successful people in order to create your own successful life.Modeling someone good at what you want to learn allows you learn in hours what it might have taken the expert years to learn.

Successful people realize that they do not need to know everything about a topic in order to succeed in marketing it. By leveraging the abilities of your employees or partners it becomes easy to create a level of success that is mind blowing.

When you apply modeling to internet marketing, you can overcome the steep learning curve, and create success quickly by learning the steps that work for experienced marketers.

Occupy the City is using this approach to level the fields of both network marketing and internet marketing. All members have access to incredible training put together by internet marketing experts.

The broad vision of these experts and the power of people working together for common goals, is enabling us to optimize all of our sites, and get on the coveted first page of Google.

<strong>Internet Marketing Techniques for Success</strong>

If you have looked into <a href="http://a1smallbusiness.com/66" target="_blank">internet marketing</a> to build your business only to get overwhelmed by all the tasks that you have to do, you can see how a community can help.

If you have tried your hand at network marketing but found that too much time was wasted with cold calls and face to face meetings, the internet marketing approach is what you were missing.

As a member of Occupy the City you can learn how to optimize your blog posts, articles and any Web 2.0 property for the best results.

<strong>Topics of internet marketing </strong>
<ul style="list-style-type: circle">
	<li><strong>Use of free Web 2.0 properties such as Squidoo, Hubpages, and other Blog networks.</strong></li>
	<li><strong>Using social bookmarking for site promotion.</strong></li>
	<li><strong>Promotion of and by our network marketing blogs.</strong></li>
</ul>
<strong> </strong>

All members benefit by the coop approach to advertising. PPC (pay per click) campaigns are developed by the sales team, as well as email marketing.

The support of this network marketing community is amazing. There are mentors for motivation, and in addition any member is available for private messaging through the forum.

Success with any new business does not come overnight. One of the things that is great about this network marketing community is that there are no get rich quick claims. Everyone is working together to create a solid network marketing business that will continue to grow and provide residual income for all of the members.

This realistic approach is what will create our long term success. All members are reminded that to build a business online takes a minimum commitment of ten hours a week to create individual success as well as success for all. All members are encouraged to keep learning about internet marketing techniques and sites to widen the exposure of the public to this <a href="http://reallyeasyhomebusiness.com/66" target="_blank">network marketing community</a>.

Thinking of building a business online? Learn the <a href="http://a1smallbusiness.com/5-Traps-For-People-Starting-A-Small-Business-Online.php" target="_blank">what to avoid as you build your business</a>, and please consider what our network marketing community has to offer.]]></content:encoded>
			<wfw:commentRss>http://webenso.com/internet-marketing-can-be-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Beginners Guide To Social Media Marketing</title>
		<link>http://webenso.com/a-beginners-guide-to-social-media-marketing/</link>
		<comments>http://webenso.com/a-beginners-guide-to-social-media-marketing/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 22:38:37 +0000</pubDate>
		<dc:creator>Guest Author</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[online social networking]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web site marketing]]></category>

		<guid isPermaLink="false">http://webenso.com/a-beginners-guide-to-social-media-marketing/</guid>
		<description><![CDATA[In the past few years, Social Media and Social Media Marketing have become buzz- words. This is due to the popularity of sites like MySpace, Digg, etc. The social media have two components &#8211; user generated contents and the ability to form networks of friends for sharing contents. In sites like MySpace and Facebook users [...]]]></description>
			<content:encoded><![CDATA[In the past few years, Social Media and Social Media Marketing have become buzz- words. This is due to the popularity of sites like MySpace, Digg, etc. The social media have two components &#8211; user generated contents and the ability to form networks of friends for sharing contents.

In sites like MySpace and Facebook users create their profile pages and use texts, pictures, and videos to embellish the pages. They can then share those contents with others in their friends&#8217; network, or the social network

In sites like Digg, YouTube, Flickr users submit a summary of news articles, pictures, videos and they vote on the contents submitted by others. Popular contents are featured on the homepage and it drives massive amount of traffic to support your <a href="http://www.wsiuniquewebdesign.co.za/" target="_blank">Internet Marketing</a>.

There are many variations of the two models described above, including a combination of the two.

Using the social media sites to promote your product or services (or a website) is called social media marketing. There are two types of traffic you get when your content becomes popular in a social media site.

The primary traffic or the direct traffic comes from the site where it becomes popular. For sites like Digg, it can be huge and your site should be ready to handle the surge in traffic without crashing.

When your site becomes popular in a social media site, people talk about your site and the post that becomes popular. They will put a url to the content. The secondary traffic or the indirect traffic flows from those url long after the surge due to the primary traffic is over.

So, what are the benefits of primary and secondary traffic from the social media sites? The primary traffic exposes your site to people who have no other means of knowing about your existence. Some of those visitors will become regulars to your site if you are providing something that they want on a regular basis.

The greatest benefit is the natural url to your site given by others because they want to discuss your offering. Natural urlfrom a large number of relevant sites improve your search engine rankings and organic search traffic.

Social media &amp; <a href="http://www.wsiuniquewebdesign.co.za/" target="_blank">Internet Marketing</a> lets you expose your site to a large group of people. If your search engine traffic has leveled off, shifting your focus to the social media marketing and becoming successful in that will take you to the next level in search engine traffic.

The only other alternative for increasing your search engine traffic is <a href="http://www.wsiuniquewebdesign.co.za/" target="_blank">Internet Marketing</a> &amp; pay per click advertisement. If you are already running a PPC campaign, you can continue your PPC campaign through out the year to sustain increased traffic from search engines at a cost.

Social media marketing is free and making your site popular a couple of times in a year is enough to sustain increased traffic through out the year.]]></content:encoded>
			<wfw:commentRss>http://webenso.com/a-beginners-guide-to-social-media-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

