<?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>SEO, SE Marketing, WEB Development Blog</title>
	<atom:link href="http://wwden.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwden.com</link>
	<description>What's new in Webmasters World - Webmasters Discussions</description>
	<pubDate>Thu, 31 Jul 2008 06:01:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Real time traffic statistics and analysis from FeedJit</title>
		<link>http://wwden.com/miscellaneous/real-time-traffic-statistics-analysis/</link>
		<comments>http://wwden.com/miscellaneous/real-time-traffic-statistics-analysis/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 06:01:09 +0000</pubDate>
		<dc:creator>Skinner</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

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

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

		<category><![CDATA[Website Traffic]]></category>

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

		<category><![CDATA[Wordpress Widgets]]></category>

		<guid isPermaLink="false">http://wwden.com/?p=79</guid>
		<description><![CDATA[You probably noticed &#8220;Live Traffic Feed&#8221; widget that I have in the right sidebar and today I took a deeper look what else I can get from it&#8230; Turned out this little widget is quite more powerful than it looks from outside.
In the basic view FeedJit display visitors in real time with the link to [...]]]></description>
			<content:encoded><![CDATA[<p>You probably noticed &#8220;Live Traffic Feed&#8221; widget that I have in the right sidebar and today I took a deeper look what else I can get from it&#8230; Turned out this little widget is quite more powerful than it looks from outside.</p>
<p>In the basic view FeedJit display visitors in real time with the link to the referring page so you can check who sending you traffic right from your front page. If you click on &#8220;Watch in real time&#8221; link on the bottom of the widget it will forward to the FeedJit website where you can see more extended results.</p>
<p>For example if visitor was referred by the search engine - there will be exact search term he used to find your site. Also it shows browser and operating system visitors are using and if they left your site by clicking on one of the links - you&#8217;ll see which link it was. Two more options - visitors map and statistics for most popular pages.<span id="more-79"></span></p>
<p>This little widget could be a very nice analytical tool but the drawback is - it does not provide any historical data. All you can get is real time 20 or so results. If at some point developers decide to add some historical traffic results it can be very useful tool, probably even better than Google analytics which is far from being accurate.</p>
<p><a title="FeedJit Live Traffic Statistics" href="http://entrecard.com/" target="_blank"><img class="alignleft" style="float: left;padding-right:3px;" src="http://wwden.com/images/articles/feedjit.png" alt="EntreCard" width="271" height="87" title="Real Time Traffic Statistics And Analysis From Feedjit" /></a>Good thing I noticed - this widget loads very fast (much faster than Digg of Feedburner) and does not affect speed of your pages. Everything is external - all you do is insert small code snippet (can use sidebar text widget).</p>
<p>So if you want to have some fun watching who  is knocking in the door and how  they found you - go check out <strong><a title="FeedJit Live Traffic Statistics" href="http://feedjit.com/" target="_blank">FeedJit.com</a></strong> and let me know what you think of it. Widget is free to use and does not require registration.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/miscellaneous/real-time-traffic-statistics-analysis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enhancing WordPress Themes - Widgetized Zones</title>
		<link>http://wwden.com/css-webdesign/enhancing-wordpress-themes-widgetized-zones/</link>
		<comments>http://wwden.com/css-webdesign/enhancing-wordpress-themes-widgetized-zones/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 21:15:29 +0000</pubDate>
		<dc:creator>Skinner</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

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

		<category><![CDATA[Website Development]]></category>

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

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

		<category><![CDATA[Wordpress Themes]]></category>

		<category><![CDATA[Wordpress Tweaks]]></category>

		<category><![CDATA[Wordpress Widgets]]></category>

		<guid isPermaLink="false">http://wwden.com/?p=49</guid>
		<description><![CDATA[Since the time Wordpress has introduced wigetized sidebars customizing WordPress powered blogs became much easier task. With huge amount of plugins and widgets available for free download webmasters can pick and choose what kind of info display on their&#8217;s blogs, where to place it on the pages and all that can be done without ever [...]]]></description>
			<content:encoded><![CDATA[<p>Since the time Wordpress has introduced wigetized sidebars customizing WordPress powered blogs became much easier task. With huge amount of plugins and widgets available for free download webmasters can pick and choose what kind of info display on their&#8217;s blogs, where to place it on the pages and all that can be done without ever changing the source code or template files. All updates can be done directly from the blog admin panel after you&#8217;ve done small  modification to your theme.</p>
<p>In the default (Kubrick) theme there is only one widgetized sidebar created and you can see it if you go to &#8220;widgets&#8221; option in the &#8220;Design&#8221; section of your WordPress admin panel. You can place unlimited amount of widgets there but the problem is - you have very little flexibility how these blocks will look on the front end. Appearance of all elements are controlled by the same styling options assigned to the ID=&#8221;sidebar&#8221;.</p>
<p>Here is a simple tutorial how you can create new widgetized zones (I call them &#8220;zones&#8221; since they do not have to be placed in the sidebar), place them anywhere on the page and have full control over the style of each widgetized zone.<span id="more-49"></span></p>
<p>Before proceeding with this modifications I assume that you have at least basic knowledge of HTML, PHP and CSS&#8230; Just a reminder - always create a back-up copy of every file you are modifying just in case something goes wrong. The easiest way is creating a duplicate file like &#8220;<em><strong>functions0.php</strong></em>&#8221; - this way you know it was the original.</p>
<p>First step would be - identifying how many widgetized zones you would like to have on the page.<br />
Lets say: one - for the banner in the header of the page, second - for the sidebar, third - for the footer. You can have unlimited amount of widgetized zones even inside sidebar (for example one wide zone on top and two narrow zones in the bottom) but let&#8217;s understand how the process works.</p>
<h4>Step One - Declaring Widgetized Zones</h4>
<p>This first modification has to be done to the <em><strong>functions.php</strong></em> file in your current theme folder. I will explain it on the example of the same default theme. The only part of the code that interest us it&#8217;s the first section near the top:</p>
<p><code>if ( function_exists('register_sidebar') )<br />
register_sidebar(array(<br />
'before_widget' =&gt; '&lt;li id="%1$s" class="widget %2$s"&gt;',<br />
'after_widget' =&gt; '&lt;/li&gt;',<br />
'before_title' =&gt; '&lt;h2 class="widgettitle"&gt;',<br />
'after_title' =&gt; '&lt;/h2&gt;',<br />
));</code></p>
<p>Since there is only one sidebar was registered there was no need to give it a unique name.<br />
Getting back to our exercise - we will register 3 sidebars (or widgetized zones) and give every one of them unique name so in the future we have complete control over styles of each of them:</p>
<p><code>if ( function_exists('register_sidebar') )<br />
register_sidebar(array(<br />
'name' =&gt; 'Top_Widget_Bar',<br />
'before_widget' =&gt; '&lt;div class="Top_Widgets"&gt;',<br />
'after_widget' =&gt; '&lt;/div&gt;',<br />
'before_title' =&gt; '&lt;h2&gt;',<br />
'after_title' =&gt; '&lt;/h2&gt;',<br />
));</code></p>
<p><code>if ( function_exists('register_sidebar') )<br />
register_sidebar(array(<br />
'name' =&gt; 'Right_Sidebar',<br />
'before_widget' =&gt; '&lt;div class="Right_Bar"&gt;',<br />
'after_widget' =&gt; '&lt;/div&gt;',<br />
'before_title' =&gt; '&lt;h2&gt;',<br />
'after_title' =&gt; '&lt;/h2&gt;',<br />
));</code></p>
<p><code>if ( function_exists('register_sidebar') )<br />
register_sidebar(array(<br />
'name' =&gt; 'Bottom_Widget_Bar',<br />
'before_widget' =&gt; '&lt;div class="Bottom_Widgets"&gt;',<br />
'after_widget' =&gt; '&lt;/div&gt;',<br />
'before_title' =&gt; '&lt;h2&gt;',<br />
'after_title' =&gt; '&lt;/h2&gt;',<br />
));</code></p>
<p>As you can see we  have given unique name to each of our new widgetized sidebars and assigned different classes for styling options.</p>
<p>To check if this step was done correctly login to the admin panel &gt; Design &gt; Widgets and check if you see all 3 of new sidebars in the drop-down box under &#8220;Current Widgets&#8221;.</p>
<h4>Step Two - Inserting Widgetized Zones into Templates</h4>
<p>Since we already decided how to use new widgetized zones this process should be quick. Sidebar zone probably will remain in the same place as it is and we should just slightly update &#8220;sidebar.php&#8221; template file. Near the beginning of the file we are looking for the code:</p>
<p><code>if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() )</code></p>
<p>As you remember we gave this sidebar unique name &#8220;Right_Sidebar&#8221; and now need to update the code to identify this sidebar:</p>
<p><code>if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right_Sidebar') )</code></p>
<p>In similar fashion we will need to insert code for top and bottom widgetized bars into header.php and footer.php files accordingly (don&#8217;t forget to back-up both original files).</p>
<h4>Step Three - Inserting and Styling Widgets</h4>
<p>Now is the fun part! From the admin panel &gt; Design &gt; Widgets select one of the widgetized zones we just created and insert widgets you were intending to use there. For the top bar most likely it&#8217;s going to be a &#8220;Text&#8221; widget with empty title bar. What you need to remember that Wordpress is inserting widgets as an &#8220;Unordered List&#8221; (&lt;ul&gt;&lt;/ul&gt;). For each of new widgetized zones you will probably need to add following styles:<br />
<code><br />
div.Top_Widgets {}<br />
div.Top_Widgets h2 {}<br />
div.Top_Widgets ul {}<br />
div.Top_Widgets ul li {}<br />
div.Top_Widgets ul li a {}<br />
</code></p>
<p>Similar for the &#8220;Right_Bar&#8221; and &#8220;Bottom_Widgets&#8221; section. You can play with floats, margins, paddings, colors, background colors and images - every section can have it&#8217;s unique look.</p>
<p>That&#8217;s it! Now you don&#8217;t have to dig into the code every time you need to update advertisement banner or change some links - everything is just a few clicks away in the admin panel.</p>
<p>I would also highly recommend to install <a title="SuperLinks WordPress Plugin" href="http://www.geldmacher.net/superlinks/" target="_blank">SuperLinks</a> plugin which replaces original WordPress Links widget. This plugin can be used many times (not like original - only once) in any sidebars and gives you ability to display any selected link categories separately from the rest.</p>
<p>I hope you will find this little tutorial useful and feel free to submit your feedback. Remember - top commentators are getting free site-wide do-follow link in the sidebar!</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/css-webdesign/enhancing-wordpress-themes-widgetized-zones/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting most out of EntreCard network</title>
		<link>http://wwden.com/internet/getting-most-out-of-entrecard-network/</link>
		<comments>http://wwden.com/internet/getting-most-out-of-entrecard-network/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 06:13:28 +0000</pubDate>
		<dc:creator>Skinner</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

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

		<category><![CDATA[Website Promotion]]></category>

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

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

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

		<guid isPermaLink="false">http://wwden.com/?p=24</guid>
		<description><![CDATA[If someone doesn&#8217;t know -  EntreCard is a social network for bloggers that supposed to help building traffic to your blog. The way it works - you &#8220;drop&#8221; your card into the EntreCard widget on any site you see it (look in the dark sidebar to the right on my blog) and get credit [...]]]></description>
			<content:encoded><![CDATA[<p>If someone doesn&#8217;t know -  <a title="EntreCard Network" href="http://entrecard.com/" target="_blank"><strong><em>EntreCard</em></strong></a> is a social network for bloggers that supposed to help building traffic to your blog.<a title="EntreCard Network" href="http://entrecard.com/" target="_blank"><img class="alignleft" style="float: left;padding-right:3px;" src="http://wwden.com/images/articles/EntreCardLogo.png" alt="EntreCardLogo Getting most out of EntreCard network" width="176" height="49" title="Getting Most Out Of Entrecard Network" /></a> The way it works - you &#8220;drop&#8221; your card into the <em>EntreCard widget</em> on any site you see it (look in the dark sidebar to the right on my blog) and get credit for it. The owner of the site where you dropped card will also get credit for it and your banner will appear on his <em>EntreCard</em> member dashboard. He may return the favor and visit your site.</p>
<p>After you generate some credits (you also have an option to purchase credits directly from EntreCard) you can use it to buy one-day banner ad on the website of your choice. The prices for these ads are determined by how many people are paid and waiting for theirs turn to display the banner. Also every website owner have an option to decline any ads.</p>
<p>Ideally this system should work and if used properly could generate quality targeted traffic. The problem is - not every one understands meaning of <em><strong>Targeted Quality Traffic</strong></em>&#8230;<br />
<span id="more-24"></span><br />
As  usual  some webmasters are trying to capitalize on popularity of a new program and generate extra traffic to their site with initiatives like  &#8220;power dropper&#8221; and such&#8230; In the same time they destroy the whole point of <em>targeted</em> exchange. What they do is provide pre-coded list of EntreCard users which opens up 10 browser windows so user can drop cards quickly. Do you want this kind of traffic? I don&#8217;t! Even more - if I was EntreCard owner I would ban these &#8220;power drop&#8221; inventors form the program instantly!</p>
<p>I would like to see visitors who is actually interested in my site and would not leave as soon as he finds the widget to drop his card. All they do is bringing down value of my site by increasing bounce rate. More and more experienced bloggers who has tried <em>EntreCard program</em> at some point removed are removing widgets from theirs sites.</p>
<p>Another thing that I don&#8217;t understand is how some users are creating advertising banners&#8230; Placing some photo or cute image on it doesn&#8217;t do you any good. When I look on the banner ad - I want to know what the website is about. Insert relevant images or logo with brief description so I can get an idea if I am interested in your site. Otherwise you just wasting my time and even if I go to your site - I will not read your posts, I will not click your ads, and for sure I will never come back&#8230; Is that the type of visitors you really want?</p>
<p>Bad banner ad can also cost you potential visitors if you decided to use credits for advertisement on someone else&#8217;s site. Same thing - people want to know what&#8217;s behind the banner before clicking on it. Misleading ads with beautiful girls for example may catch someones attention and get you a click but not the <em>targeted visitor</em>&#8230;</p>
<p>These are two main problems that I see with the way people are using <strong><em>EntreCard program</em></strong>. Do yourself a favor - take care of your ad and stay away from all these artificial traffic exchanges for the sake of gaining credits. Otherwise you will just damage your own reputation and help to destroy potentially good traffic source.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/internet/getting-most-out-of-entrecard-network/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Importance of Proper Web design vs. Pretty Design.</title>
		<link>http://wwden.com/css-webdesign/importance-of-proper-webdesign/</link>
		<comments>http://wwden.com/css-webdesign/importance-of-proper-webdesign/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 21:37:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS and Web Design]]></category>

		<category><![CDATA[Website Development]]></category>

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

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

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

		<guid isPermaLink="false">http://wwden.com/?p=14</guid>
		<description><![CDATA[When creating new website everyone wants to make it unique and pretty. I don&#8217;t see any problems with it as long as &#8220;beautiful design&#8221; does not hurt your website in the long run. There are thousands of designers out there who can create great graphics but have no idea how to make a website:

user friendly
search [...]]]></description>
			<content:encoded><![CDATA[<p>When creating new website everyone wants to make it unique and pretty. I don&#8217;t see any problems with it as long as &#8220;beautiful design&#8221; does not hurt your website in the long run. There are thousands of designers out there who can create great graphics but have no idea how to make a website:</p>
<ul class="inpost">
<li>user friendly</li>
<li>search engine friendly</li>
</ul>
<p>Here are some basic guidelines you should follow to satisfy both - human visitors and search engine spiders.</p>
<p><img class="alignleft" style="float: left;" src="http://wwden.com/images/articles/visitor.png" alt="website visitor" width="50" height="50" title="Importance Of Proper Web Design Vs. Pretty Design." />Let&#8217;s start with human visitors&#8230;<br />
They are the primary target and will define if your site worth to look at. Your goal is to get them interested from the first visit and willing to come back for more information again and again&#8230;</p>
<h4>Make your site to load as fast as possible</h4>
<p>Two major elements that slow down your website are <em>images</em> and <em>external scripts</em>. Always slice background images to the smallest elements possible and <a title="optimize images for web" href="http://linkbidscript.info/2007/11/16/web-design/optimizing-images-for-web-in-photoshop/" target="_blank">optimize them for web</a>.<br />
If you have more than one script powering up your website, like blog and directory for example - create one common &#8220;images&#8221; folder and use it for both templates.<span id="more-14"></span><br />
For all bullets and roll-over elements always use <em><a title="Preloading images with CSS" href="http://linkbidscript.info/2007/11/12/css/preloading-images-with-css/" target="_blank">CSS Preload</a></em> so there is no delay when hover the menus or switching from page to page.<br />
I also recommend to preload any large images, especially if they are located on popular pages of your website.</p>
<p>Be very selective in <a title="Using widgets on your website" href="http://wwden.com/internet/widgets-on-website-or-blog/" target="_self">using widgets or any external scripts on your website</a> - they may freeze your page. Stay away from all those stupid counters and cut statistics scripts to the minimum. If you have a choice - use html/php scripts instead of java and place widget or banner graphics on your own server if possible.<br />
Any flash element will slow your website - try not to use them or cut to the minimum.</p>
<h4>Make website navigation clear and consistent</h4>
<p>Nothing annoys visitors more than bad navigation! Make sure to place navigation elements in visible area and keep it consistent from page to page. Every page withing your site should be reachable with no more than 3-4 clicks otherwise no one will go there&#8230;<br />
If your site has a lot of sections with many deep pages - consider to use drop-down menus to reach those pages faster. Great option is a <em>breadcrumb menu</em> - use it if you can&#8230;</p>
<h4>Choose amount and type of ads carefully</h4>
<p>Everyone wants to make money with his website but remember that visitors are coming for the content, not advertisements. DO NOT stick bunch of ads, pop-ups, fly-ins, anything talking/singing/screaming in front of visitor before he can see what the site is about. All this stuff may earn you one accidental click but loose visitor forever&#8230; Analyze which types of ads and areas of ad placements are working the best and get rid of the others.<br />
Display only advertisements directly related to the theme of your site, otherwise you are just wasting ad space and disturb visitors - no one will click on those ads&#8230;</p>
<p><img class="alignleft" style="float: left;" src="http://wwden.com/images/articles/Search-Engines.png" alt="Search Engines" width="50" height="50" title="Importance Of Proper Web Design Vs. Pretty Design." />Now let&#8217;s talk about search engines.<br />
Search engines algorithms are constantly improving in order to being able to recognize content similar to humans and define content quality.</p>
<h4>Use external CSS and script files</h4>
<p>To keep your pages clean and increase % of content comparing to code. Search engines love content and can easy separate it from the source code. Using external files will also improve page loading time and prevent from potential validation errors.</p>
<h4>Properly use meta tags, title tags and alt tags</h4>
<p>The first thing search engines see when accessing your pages are meta tags. Make sure always have title and description mata tags inserted in the head section and filled up for EVERY page. Do not use same titles and descriptions for multiple pages - this is a duplicate content and I will talk about it later&#8230;<br />
Since  search engines can not actually &#8220;see&#8221; - always  insert and fill out  alt&#8221;" tags for images you are using on the page. Make those descriptions brief but relevant to the subject you are talking about. For example &#8220;picture&#8221; or &#8220;pic1&#8243; are not good descriptions&#8230;<br />
In addition to the anchor text for internal links include &#8220;title&#8221; tag with description where this link will take you. Sometimes you can not use desired text for the anchor - at least you will have descriptive  title tag.</p>
<h4>Validate your pages for errors</h4>
<p>Even though I am not a huge fan of <a title="w3c validations" href="http://validator.w3.org/" target="_blank">w3c validations</a> it is always good to check pages for major errors. Most of the time errors could be created by included widgets or java-scripts (another reason not to use too many). At least check that your page validates according to the declared DOCTYPE and does not have any broken links.<br />
<a title="CSS Validator" href="http://jigsaw.w3.org/css-validator/" target="_blank">Validating CSS</a> is also very important for your website to <a title="Multi Browser Compatibility" href="http://wwden.com/internet/importance-of-multi-browser-compatibility/" target="_self">work properly in multiple browsers</a>.</p>
<p>These are just a few basic tips to keep in mind when creating or updating website. If you are planning to hire someone to do web design work for you - always ask for samples of created websites and try to check them for the elements I described&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/css-webdesign/importance-of-proper-webdesign/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress extras and tutorials from Pixel Shoppe</title>
		<link>http://wwden.com/online-business/wordpress-extras-tutorials/</link>
		<comments>http://wwden.com/online-business/wordpress-extras-tutorials/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 20:45:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

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

		<category><![CDATA[Online Business]]></category>

		<category><![CDATA[Website Development]]></category>

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

		<category><![CDATA[Web Money Blogs]]></category>

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

		<guid isPermaLink="false">http://wwden.com/?p=10</guid>
		<description><![CDATA[Sometimes I get an inspiration to improve my blog with new element  or plugin and that&#8217;s where problem starts. Sure I can hard code new snippet directly into template file or spend couple of hours trying to find suitable solution on Wordpress website.
There is a very good chance that feature I want to include [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I get an inspiration to improve my blog with new element  or plugin and that&#8217;s where problem starts. Sure I can hard code new snippet directly into template file or spend couple of hours trying to find suitable solution on Wordpress website.</p>
<p>There is a very good chance that feature I want to include on my blog has been already implemented by someone but I have no idea how he named this plugin or which section he posted it in.</p>
<p>Last time I got lucky thanks to the <a title="WordPress" href="http://lepixelshoppe.com/scrap4dollars/" target="_blank">Pixel Shoppe</a> with his recommendations on  plugins that I can use with WordPress blog.</p>
<p>They were describing AdSense Manager plugin which supports multiple ad networks and that&#8217;s exactly what I was looking for. In addition this plugin gives you full control over ad placements without need to modify styles or source files.</p>
<p>I found more good recommendations on other <a title="Wordpress plugins and modifications" href="http://lepixelshoppe.com/scrap4dollars/category/wordpress/" target="_blank">WordPress plugins, tweaks and template modifications</a>.  General tips for bloggers section they have is also interesting read&#8230;<span id="more-10"></span></p>
<p><a title="WordPress Resources" href="http://lepixelshoppe.com/scrap4dollars/" target="_blank"><img class="alignleft" style="padding:5px 10px 0 0; float: left;" src="http://wwden.com/adverts/pixel-shoppe.png" alt="Pixel Shoppe WordPress Resources" width="231" height="60" title="Wordpress Extras And Tutorials From Pixel Shoppe" /></a></p>
<p>I can&#8217;t write about all the good stuff I saw on Pixel Shoppe blog but you can find articles about web design, SEO and marketing,  wordpress and  blogging,  money making tips.</p>
<p>For bloggers, internet marketers and especially for newbies who is just starting out on the internet it&#8217;s definitely worth few minutes of your time to read Pixel Shoppe articles or watch some of wordpress video tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/online-business/wordpress-extras-tutorials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using widgets on your website or blog</title>
		<link>http://wwden.com/internet/widgets-on-website-or-blog/</link>
		<comments>http://wwden.com/internet/widgets-on-website-or-blog/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 04:47:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS and Web Design]]></category>

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

		<category><![CDATA[Website Development]]></category>

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

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

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

		<guid isPermaLink="false">http://wwden.com/?p=9</guid>
		<description><![CDATA[It is becoming more and more popular to include a lot of different widgets on websites, especially blogs to make it look better.
For starters - &#8220;Widget&#8221; usually is some kind of image, providing statistics or adding interactivity to your site. In most cases it&#8217;s powered by java script located on the server of the widget [...]]]></description>
			<content:encoded><![CDATA[<p>It is becoming more and more popular to include a lot of different widgets on websites, especially blogs to make it look better.</p>
<p>For starters - &#8220;Widget&#8221; usually is some kind of image, providing statistics or adding interactivity to your site. In most cases it&#8217;s powered by java script located on the server of the widget provider. On my site you can see four examples - PayPerPost direct and EntreCard widgets in the gray sidebar, FeedBurner subscribers in the right sidebar and MyBlogLog Latest Visitors in the bottom area of the page.</p>
<p>I don&#8217;t see anything wrong with using widgets but some people are taking it to the extreme - they use each and every widget they can find no matter if serves any purpose&#8230;</p>
<p>The main drawback with using widgets, like I stated above, it&#8217;s hosted on the remote server of widget provider and in many cases - very busy servers. If some of those servers are busy or experience some kind of problems - your own site may freeze or take forever to load.</p>
<p>My advise - before adding any new widgets to your website or blog ask yourself a simple question: is it worth loosing visitors??? Yes this is correct - if your site takes more than 10-20 seconds to load at least half of potential visitors will hit &#8220;back&#8221; button!<span id="more-9"></span></p>
<p>The only reasons for having slow loading widget on your site - if it brings you money (PayPerPost widget in my case) or help you to promote your site (MyBlogLog and EntreCard widgets on my site). Some of widgets are not java-script based and powered by simple php code with link to a regular image. In this case if you like to use this widget - download the image and save it on your own server. This way at least image itself will load even if remote server is down&#8230;</p>
<p>I saw a lot of widgets that display your blog ratings in some directories, traffic exchanges and many other useless things. Many of those sites (widget owners) advertise their services as greatest sources of traffic as long as you have widget with a backlink to their site inserted on yours. This is a complete bull$**t!</p>
<p>The only time ranking numbers of your site matter - when you are trying to sell advertising space. For this occasion you can have all those things inserted on one page where you describe advertising options.</p>
<p>One more time: before inserting next cute widget on your site ask yourself one simple question (like Matty in &#8220;The girl next door&#8221;&#8230;) - <strong>does the juice worth the squeeze</strong>?</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/internet/widgets-on-website-or-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Too many internet marketing gurus?</title>
		<link>http://wwden.com/online-business/internet-marketing-gurus/</link>
		<comments>http://wwden.com/online-business/internet-marketing-gurus/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 00:30:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Online Business]]></category>

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

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

		<guid isPermaLink="false">http://65.99.213.10/?p=1</guid>
		<description><![CDATA[I just had to let this one out!
I recently joined EntreCard Viral marketing program (look on a little widget in the narrow sidebar).  As any other traffic exchange program it&#8217;s pretty much useless in order to bring you quality targeted visitors, but can help a little bit to generate some initial traffic.
To find some [...]]]></description>
			<content:encoded><![CDATA[<p>I just had to let this one out!</p>
<p>I recently joined EntreCard Viral marketing program (look on a little widget in the narrow sidebar).  As any other traffic exchange program it&#8217;s pretty much useless in order to bring you quality targeted visitors, but can help a little bit to generate some initial traffic.</p>
<p>To find some relevant sites I looked over the list of categories with numbers of blogs submitted. No surprise there - by far the largest number of blogs is listed in category &#8220;Making Money Online&#8221;. I guess <a title="Make money online - JohnChow.com" href="http://www.johnchow.com/" target="_blank">John Chow</a> and <a title="Shoemoney Internet marketing blog" href="http://www.shoemoney.com/" target="_blank">Jeremy Shoemoney</a> should watch out - new generation is coming!</p>
<p>So&#8230; I visited some of those websites in case I would need to chose where I would like to have my banner displayed. Sadly enough about 95% of those sites are worthless&#8230;</p>
<p>Just to give you a clue one of those so called &#8220;gurus&#8221; suggest to &#8220;&#8230;write quality content for 5 websites within 3 days&#8230;&#8221; Can I have some of that good $**t he is smoking???<span id="more-1"></span></p>
<p>Than I found this line that explains a lot: &#8220;&#8230;when author is not teaching how to make money online he is playing guitar&#8230;&#8221;</p>
<p>One more I repeat - when choosing a niche for the new website PLEASE choose something you are interested in and competent enough to talk about. Otherwise your website will look and you sound just like one of those thousands of gurus&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/online-business/internet-marketing-gurus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dot LA domain names - is it a new wave?</title>
		<link>http://wwden.com/domains/dot-la-domain-names-is-it-a-new-wave/</link>
		<comments>http://wwden.com/domains/dot-la-domain-names-is-it-a-new-wave/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 21:32:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Domain Names]]></category>

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

		<guid isPermaLink="false">http://65.99.213.10/?p=3</guid>
		<description><![CDATA[Today I found an interesting post on UK Webmaster forum about something new in the domain industry - City of Los Angeles decided to create it.s own top level domain extension .LA.  As it turned out this is actually not so new according to Temi&#8217;s SEO Blog.
Will it become a new popular movement with [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found an interesting post on <a href="http://forums.ukwebmasterworld.com/domain-names-discussions/7684-dot-la-domain.html#post37311" title="UK Webmaster Forum" target="_blank">UK Webmaster forum</a> about something new in the domain industry - City of Los Angeles decided to create it.s own top level domain extension .LA.  As it turned out this is actually not so new according to <a href="http://www.temi.co.uk/los-angeles-own-domain-name-extention-dot-la-la/" title="Seo and domain blogs" target="_blank">Temi&#8217;s SEO Blog</a>.<br />
Will it become a new popular movement with many other extensions to follow?</p>
<p>The interesting part that all <a href="http://www.la/premium.php" title="Premium .la domains" target="_blank">most popular names</a> that could be in high demand were reserved and already offered for sale at the premium price anywhere from $1000 to $50,000 . For example &#8220;girls.la&#8221; or &#8220;star.la&#8221; are priced at the highest $50K while &#8220;kids.la&#8221; or &#8220;gifts.la&#8221; could be acquired for only $1K.</p>
<p>Personally I think these new TLD extensions would work for a local business and can actually be kind of useful to identify company as local. It may be even cute to have your name registered as a domain with local extension if you want to show off where you live&#8230;</p>
<p>For the website looking for global exposure this new local domain in my opinion will do no good&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/domains/dot-la-domain-names-is-it-a-new-wave/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Importance of Multi Browser Compatibility</title>
		<link>http://wwden.com/internet/importance-of-multi-browser-compatibility/</link>
		<comments>http://wwden.com/internet/importance-of-multi-browser-compatibility/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 23:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS and Web Design]]></category>

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

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

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

		<guid isPermaLink="false">http://65.99.213.10/?p=4</guid>
		<description><![CDATA[When designing a layout for your website it is essential to check it in multiple browsers.
Few years back over 90% of web surfers were using Microsoft Internet Explorer but nowadays other browsers fast gaining share of the market. Most popular are Mozilla Fairfox and Opera.
Even Internet Explorer has released new version (IE7) which works much [...]]]></description>
			<content:encoded><![CDATA[<p>When designing a layout for your website it is essential to check it in multiple browsers.</p>
<p>Few years back over 90% of web surfers were using Microsoft Internet Explorer but nowadays other browsers fast gaining share of the market. Most popular are Mozilla Fairfox and Opera.</p>
<p>Even Internet Explorer has released new version (IE7) which works much different from the preceding version (IE6).</p>
<p>Layout and styles configured to work fine in IE may appear all broken or not readable in other browsers. I can guarantee - no one will open another browser just to see your site, so you will loose potential customer.</p>
<p>Multiple browsers can be easily installed on your computer without any interference with exception of IE versions - you can have only one version running.</p>
<p>This is even more important if your site has anything to do with web design services. Recently I did some research on local web design companies just to check competition and found very interesting thing&#8230; Some of those companies are claiming to be in web design and development business for years and display tons of feedback from so-called happy customers. Amazingly many of their own sites appears to be very poorly styled and appear broken in Fairfox… Would you consider to hire one of those companies to develop your site? I don&#8217;t think so!</p>
<p>So… Take your time to make website multi browser compatible or hire someone to do it for you - you will appreciate it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwden.com/internet/importance-of-multi-browser-compatibility/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
