<?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>Magnetic Webworks &#187; Cool Tools</title>
	<atom:link href="http://www.magneticwebworks.com/category/blog/cool-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magneticwebworks.com</link>
	<description>Pixel-Perfect WordPress and UI Development</description>
	<lastBuildDate>Wed, 21 Sep 2011 19:54:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Quick Tips &amp; Tidbits from WordCamp LA 2010</title>
		<link>http://www.magneticwebworks.com/quick-tips-tidbits-from-wordcamp-la-2010/</link>
		<comments>http://www.magneticwebworks.com/quick-tips-tidbits-from-wordcamp-la-2010/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 15:45:31 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[2-Minute Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1890</guid>
		<description><![CDATA[To quote from the WordCamp LA web site: WordCamp is a conference type of event that focuses squarely on everything WordPress. Everyone from casual end users all the way up to core developers show up to these events. These events are usually highlighted by speeches or keynotes by various people. For those of you in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1892" title="wordcampla" src="http://www.magneticwebworks.com/wp-content/uploads/wordcampla.jpg" alt="" width="450" height="270" /> <strong> </strong></p>
<p><strong>To quote from the <a href="wordcamp.la" target="_blank">WordCamp LA web site</a>:</strong></p>
<blockquote><p>WordCamp is a conference type of event that focuses squarely on everything WordPress. Everyone from casual end users all the way up to core developers show up to these events. These events are usually highlighted by speeches or keynotes by various people.</p></blockquote>
<p><span id="more-1890"></span>For those of you in the WordPress community who&#8217;ve never been, <strong>I highly recommend you check one of these out</strong>, as they are jam-packed with great people and super-informative presentations.</p>
<p>And a <strong>super-special kudos to <a href="http://frostywebdesigns.com" target="_blank">Austin Passy</a> and all of the amazing volunteers</strong> who made sure that the event ran as awesomely as it did.</p>
<p>Although there was <strong>a ton</strong> of actionable information given, here are <strong>just a <em>few</em> great tidbits</strong> from the event that I think would be worth sharing.</p>
<h4><strong>Practical exploits of jQuery with WordPress</strong></h4>
<p><strong>Presenter: </strong><a href="http://pixelhandler.com/" target="_blank"><strong>Bill Heaton</strong></a></p>
<ul>
<li>Displaying photos, videos, static HTML content, &#8220;forward to a friend&#8221; boxes, and really anything else inside of an overlay window, the jQuery plugin called <a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" target="_blank">Pretty Photo</a> is a rock solid option. For those less comfortable with JavaScript code, there&#8217;s a <a href="http://wordpress.org/extend/plugins/wp-prettyphoto/" target="_blank">WordPress plugin</a> you can use to get those overlay windows going.
<ul>
<li><strong>jQuery plugin</strong> (JavaScript files and code that you implement yourself): <a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone" target="_blank">http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone </a></li>
<li><strong>WordPress plugin </strong>(for easier implementation): <a href="http://wordpress.org/extend/plugins/wp-prettyphoto/" target="_blank">http://wordpress.org/extend/plugins/wp-prettyphoto</a></li>
</ul>
</li>
<li>Use the <strong>jQuery.noConflict()</strong> function to avoid conflicts with other libraries.<a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone" target="_blank"></a></li>
</ul>
<h4><strong>Optimizing the performance WordPress</strong></h4>
<p><strong>Presenter: </strong><a href="http://joshhighland.com/" target="_blank"><strong>Josh Highland</strong></a></p>
<ul>
<li>Only load server modules that you need.</li>
<li>Things to cache include:
<ul>
<li>database queries</li>
<li>PHP code</li>
<li>page requests</li>
<li>assets (images, javascript, css)</li>
</ul>
</li>
<li><a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a> is becoming known as the best WordPress performance optimization plugin.</li>
<li>Not all WordPress themes are created equal when it comes to site performance. <strong>Things to be aware of when choosing a theme:</strong>
<ul>
<li>Number of CSS/JS/Images being loaded</li>
<li>Is the CSS/JS minified out of the box?</li>
<li>Are the images optimized?</li>
<li>Is the code optimized (too many database calls)?</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Images:</strong>
<ul>
<li>How many are you loading?</li>
<li>look into <a href="http://wordpress.org/extend/plugins/jquery-image-lazy-loading/" target="_blank">LazyLoad juery plugin</a></li>
<li>Use CSS sprites (create theme automatically at <a href="http://spriteme.org" target="_blank">http://spriteme.org</a>)</li>
<li>Are the images optimized?</li>
<li>Dont resize the image in using the image size percentage in WordPress&#8217; image upload/gallery tool</li>
</ul>
</li>
<li>Watch out for the &#8220;<a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank">Yet Another Related Posts Plugin</a>.&#8221; It queries every single blog post every time the user lands on any blog post.</li>
</ul>
<h4><strong>Advanced Use of Custom Fields</strong></h4>
<p><strong>Presenter: </strong><a href="http://www.thommeredith.com/" target="_blank"><strong>Thom Meredith</strong></a></p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/magic-fields/" target="_blank">Magic Fields </a>is a much more user/client friendly alternative to Custom Post types. It allows you to set up post types that are not necessarily standard WordPress pages or posts, but special entries made specifically for your site. For example, if you have a site that lists movies, you don&#8217;t necessary want to create a blog post or a static page for each movie. Perhaps all you need for each movie listing is the name of the movie and the URL. Magic Fields allows you to create the equivalent of a custom post type that adds a simple form to the bottom of the post or page edit screen with text fields where a non-technical client can easily enter the name and the URL for the movie.</li>
<li>The <a href="http://wordpress.org/extend/plugins/pods/" target="_blank">Pods CMS </a>plugin does the same thing as Magic Fields, but is a bit more flexible, but also a bit more complex to set up.</li>
</ul>
<h4><strong>Introduction to posting on the go</strong></h4>
<p><strong>Presenter: </strong><a href="http://frostywebdesigns.com/" target="_blank"><strong>Austin Passy</strong></a></p>
<ul>
<li>The <a href="http://wordpress.org/extend/plugins/postie/" target="_blank">Postie</a> plugin is a great option for those who want to update their blog via email. It allows simple uploading of photos and blog content, and is also great for clients who don&#8217;t want to mess with the WordPress admin.</li>
</ul>
<h4><strong>Photographic Highlight</strong></h4>
<p><strong><br />
</strong></p>
<div id="attachment_1899" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-1899" title="WordPress Tattoo" src="http://www.magneticwebworks.com/wp-content/uploads/vagasgeek.jpg" alt="WordPress Tattoo" width="550" height="310" /><p class="wp-caption-text">Now THAT&#39;S dedication! Notice the killer WordPress tattoo on John Hawkins of 9seeds and vegasgeek.com!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/quick-tips-tidbits-from-wordcamp-la-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Page-Specific WordPress Sidebars</title>
		<link>http://www.magneticwebworks.com/page-specific-sidebars-in-wordpress/</link>
		<comments>http://www.magneticwebworks.com/page-specific-sidebars-in-wordpress/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 00:48:31 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1843</guid>
		<description><![CDATA[In yet another step to make WordPress function more like a CMS than a simple blog, there is a recently updated plugin that I think is worth noting. By default, the WordPress sidebar remains identical on every single page of your web site. However, sometimes we need to be able to have a specific sidebars [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.magneticwebworks.com/wp-content/uploads/per_page.jpg" rel="shadowbox[post-1843];player=img;"></a>In yet another step to make WordPress function <strong>more like a CMS than a simple blog</strong>, there is a recently updated plugin that I think is worth noting.</p>
<p><a href="http://www.magneticwebworks.com/wp-content/uploads/per_page.jpg" rel="shadowbox[post-1843];player=img;"></a><strong>By default, the WordPress sidebar remains identical on every single page of your web site. </strong>However, sometimes we need to be able to have a specific sidebars for different pages. For example, maybe you have a &#8220;Products&#8221; page that needs testimonials along the sidebar while your &#8220;About Us&#8221; page sidebar needs to display a listing of awards.</p>
<p><span id="more-1843"></span></p>
<h4><strong>Solutions:</strong></h4>
<p><strong>The Advanced Way:<br />
</strong>Create a separate page template with it&#8217;s own sidebar widget function. Alternately, you could include a conditional statement in your sidebar.php to display different sidebars depending on the page that&#8217;s being displayed.</p>
<p><em>If none of what I&#8217;m saying makes any sense to you, then you&#8217;ll probably want&#8230;</em></p>
<p><strong>The &#8220;Regular Folks&#8221; Way:</strong><br />
Simply download the Per Page Sidebars plugin at<br />
<a href="http://wordpress.org/extend/plugins/per-page-sidebars" target="_blank">http://wordpress.org/extend/plugins/per-page-sidebars</a>.</p>
<p>Once it&#8217;s installed, you&#8217;ll notice that at the bottom of each of your pages is a box titled &#8220;Custom Sidebar&#8221; (see image below). To set up a unique custom sidebar for the page that you&#8217;re creating, simply check the &#8220;Activate Custom Sidebar&#8221; box, and select which of the sidebar widget areas you&#8217;d like to replace. In the screenshot below, we&#8217;re replacing the &#8220;Primary Widget Area&#8221; &#8211; which is the sidebar that goes at the upper right-hand side of every page.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid;" title="per_page" src="http://www.magneticwebworks.com/wp-content/uploads/per_page.jpg" alt="" width="394" height="191" /></p>
<p>Now go into the &#8220;Widgets&#8221; page of your admin, and you&#8217;ll see a new widget area labled &#8220;PPS-&#8221; followed by the name of the page with the page-specific sidebar.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1853" style="border: 1px solid;" title="widgets" src="http://www.magneticwebworks.com/wp-content/uploads/widgets.jpg" alt="" width="353" height="450" /></p>
<h4><strong>A couple of things to consider:</strong></h4>
<ul>
<li>At this time the plugin only allows you to set up custom sidebars for pages, and <strong><em>not</em> for posts or custom post types.</strong></li>
<li>Removing a custom sidebar widget was a little bit unintuitive. To do so, simply go to the page with the custom sidebar, and <strong>uncheck not only the &#8220;Activate Custom Sidebar?&#8221; checkbox, but <em>also</em> the radio button next to the name of the sidebar that your custom sidebar was replacing.</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/page-specific-sidebars-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Review of Easy E-Commerce Solution, Wazala</title>
		<link>http://www.magneticwebworks.com/review-of-easy-e-commerce-solution-wazala/</link>
		<comments>http://www.magneticwebworks.com/review-of-easy-e-commerce-solution-wazala/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 00:52:14 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1793</guid>
		<description><![CDATA[Wazala is a great new e-commerce solution that can work with any web site and is designed to make setting up an online store a simple copy, paste, point, and click operation. In experimenting with Wazala in conjunction with a WordPress website, sadly, at the time of this blog posting, the WordPress plugin simply did not work [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1825" title="wazala_logo" src="http://www.magneticwebworks.com/wp-content/uploads/wazala_logo.jpg" alt="" width="278" height="68" /><strong>Wazala is a great new e-commerce solution that can work with <em>any</em> web site</strong> and is designed to make setting up an online store a simple copy, paste, point, and click operation.</p>
<p>In experimenting with Wazala in conjunction with a WordPress website, sadly, at the time of this blog posting, <strong>the WordPress plugin simply did not work for me</strong>, and I had to refer to the inaccurate instructions on Wazala&#8217;s web site to get the thing working (long story short, you need to paste a bit of code directly before the &lt;/head&gt; tage of your site.)</p>
<p>However, once you get the code into your header, then <strong>it&#8217;s smooth sailing without another lick of code necessary</strong> to get your store up and running.</p>
<p><span id="more-1793"></span></p>
<h4><strong>How it Works</strong></h4>
<p><strong>To quote from Wazala&#8217;s web site:</strong><br />
<em>Add a &#8220;store&#8221; button to your blog or website, and your store will simply pop-up over your content &#8212; no more sending your customers elsewhere to make a purchase. Wazala functions as a part of your existing site.</em></p>
<div id="attachment_1804" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-1804 " title="Wazala Store Button" src="http://www.magneticwebworks.com/wp-content/uploads/wazala01.jpg" alt="Wazala Store Button" width="550" height="334" /><p class="wp-caption-text">Wazala Store Button on the upper-right hand side. Upon mouseover, it slides down just a little bit to display checkout information.</p></div>
<p>Once you click on the store button, you get a clean and attractive overlay window with containing your entire store. By default, the window is styled in a neutral manner so that out of the box it integrates pretty seamlessly into the look and feel of your site.</p>
<div id="attachment_1810" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-1810" title="store_window" src="http://www.magneticwebworks.com/wp-content/uploads/store_window.jpg" alt="" width="550" height="393" /><p class="wp-caption-text">Here&#39;s what the store overlay looks like.  </p></div>
<p>The store in the screencap above allows for multiple categories, which is not possible with the free plan, but comes with the least expensive of the paid plans. The <strong>free plan restricts you to 5 products</strong> and limited functionality, while the <strong>paid plans run anywhere from $9.95 to $29.95 per month</strong>, with significant discounts if you pay for the entire year up front. <a href="http://www.wazala.com/pricing/" target="_blank">Click here to see full pricing details</a>.</p>
<h4>Adding Products</h4>
<p>Adding products is done on Wazala&#8217;s web site using a set of super-easy and intuitive forms that allow for a good amount of flexibility in terms of  product, payment, and shipping options. <strong>I actually found this much easier than that the ubiquitous <a href="http://www.e-junkie.com/" target="_blank">E-junkie</a> shopping cart </strong>where the interface for adding products is much more cluttered and involves jumping through some relatively unintuitive hoops for adding product variations.</p>
<div id="attachment_1812" class="wp-caption alignleft" style="width: 228px"><a href="http://www.magneticwebworks.com/wp-content/uploads/add_product.jpg" rel="shadowbox[post-1793];player=img;" title="Individual Product Options"><img class="size-medium wp-image-1812  " title="Individual Product Options" src="http://www.magneticwebworks.com/wp-content/uploads/add_product-218x300.jpg" alt="" width="218" height="300" /></a><p class="wp-caption-text">(Click to enlarge image) This is where add, edit, and delete individual store products</p></div>
<div id="attachment_1811" class="wp-caption alignleft" style="width: 161px"><a href="http://www.magneticwebworks.com/wp-content/uploads/product_options.jpg" rel="shadowbox[post-1793];player=img;" title="Store-Wide Options"><img class="size-medium wp-image-1811 " title="Store-Wide Options" src="http://www.magneticwebworks.com/wp-content/uploads/product_options-151x300.jpg" alt="" width="151" height="300" /></a><p class="wp-caption-text">(Click to enlarge image) This is where you control store-wide options.</p></div>
<p>
<div class="spacer" style="padding-top: 0;"><img src="/wp-content/themes/Consultant/images/spacer.gif" alt="0" width="1" height="1" /></div>
</p>
<h4>Other Integration Options</h4>
<p>Some other cool things that you can do to make your store integrate more seamlessly and effectively with the rest of your site:</p>
<ul>
<li>Replace the default &#8220;Store&#8221; button on the top of your screen with your own button or text link to be placed anywhere you want on your web site</li>
<li>Link directly to individual products</li>
<li>Add an &#8220;Add to cart&#8221; button or link anywhere on your site</li>
<li>Add an &#8220;Add to Favorites&#8221; or &#8220;Wish List&#8221; button or link anywhere on your site</li>
<li>Add a &#8220;View Shopping Cart&#8221; button or link anywhere on your site</li>
<li>Replace the black semi-transparent overlay which surrounds the store window with a custom background image</li>
<li>Add a custom page to your store which is accessed by clicking on a link at the bottom of the store overlay</li>
</ul>
<h4>Compatible Payment Processing Options</h4>
<ul>
<li>Paypal Premier</li>
<li>Paypal Business</li>
<li>Google Checkout</li>
<li>Paypal Website Payments Pro</li>
<li>Authorize.net</li>
</ul>
<h4>SEO Considerations</h4>
<p>While the overlay makes for very easy integration, keep in mind that your products will not be indexed by the search engines, so <strong>if SEO of your individual products is a deal-breaker, then this is may not be the solution for you.</strong></p>
<p>One possible workaround would be to create individual product pages within your web site. On each product page you could include a button that spawns the store&#8217;s overlay opening to that exact product&#8217;s page.</p>
<h4>Conclusion</h4>
<p>After playing around with the store quite a bit, I found it to be rock-solid and super-easy to use. <strong>Unless your intention is to build a site that is completely centered around e-commerce (a la Walmart.com or BestBuy.com), then I highly recommend Wazala. </strong></p>
<p><strong><span style="font-weight: normal;"><a href="http://www.wazala.com" target="_blank">For more details, see Wazala&#8217;s web site.</a> </span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/review-of-easy-e-commerce-solution-wazala/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>8 Tips for Overcoming Web-Technophobia</title>
		<link>http://www.magneticwebworks.com/8-tips-for-overcoming-web-technophobia/</link>
		<comments>http://www.magneticwebworks.com/8-tips-for-overcoming-web-technophobia/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 05:38:08 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Good Business]]></category>
		<category><![CDATA[Web Wisdom]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1505</guid>
		<description><![CDATA[Besides costing you money, there are other disadvantages to handing over the reigns to someone else every time you need to do things like change a phone number on your web site or make a quick online video. Avoiding learning new technologies means you could very well lose the opportunity to infuse your individual personality [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1527 alignleft" title="computer_tech_fortune_cookie" src="http://www.magneticwebworks.com/wp-content/uploads/computer_tech_fortune_cookie.jpg" alt="" width="300" height="225" />Besides costing you money, there are other disadvantages to handing over the reigns to someone else every time you need to do things like change a phone number on your web site or make a quick online video.</p>
<p>Avoiding learning new technologies means you could very well lose the opportunity to infuse your individual personality into your digital communications. <strong>In this new business landscape, standing out from the ever-increasing online crowd means balancing the efficiency of powerful technology with </strong><em><strong>authentic</strong></em><strong> human relationships.</strong></p>
<p>If the thought of updating your blog or adding a PayPal button to your web site leaves you stricken with the fear of God, here are some suggestions to help you <strong>claim your digital independence:</strong></p>
<p><span id="more-1505"></span></p>
<ol>
<li><strong>When in doubt, always Google first.</strong> You&#8217;ll be surprised how many folks out there have had the same roadblock as you. Google is smart enough that you can usually just type in your exact question in its entirety, but if doing that doesn&#8217;t provide you with an answer, try stripping your query down to the words are directly and specifically related to your issue. For example, instead of typing &#8220;How do I link my blog to Facebook,&#8221; strip your query down to &#8220;link blog to Facebook.&#8221; And if can get super-specific about the technology you&#8217;re using, even better. The best case scenario here would be <em>&#8220;link WordPress to Facebook.&#8221; </em></li>
<li><strong>Realize that much of what you&#8217;re looking at is written in English. </strong>If that sounds a bit condescending, let me reassure you that I&#8217;ve had to remind myself of this same fact time and again as well! For example, looking at the <a href="/what-is-wordpress/">WordPress</a> control panel that I&#8217;m using to compose this blog post, if I read down the various options on the left side of the screen, I see the words &#8220;Posts,&#8221; &#8220;Add New,&#8221; &#8220;Categories,&#8221; and &#8220;Post Tags.&#8221; While terms such &#8220;Post Tags&#8221; might take the newbie on a quick Google excursion, generally speaking, the terminology you&#8217;ll see on most online products and services is in plain English (as opposed to some intimidating blur of computer jargon).</li>
<li><strong>Get clear on <em>precisely</em> where you&#8217;re stuck. </strong>Maybe you&#8217;re not as confused as you might think. Rather than resigning yourself to saying &#8220;I JUST DON&#8217;T GET IT!,&#8221; try and see if you can isolate <em>precisely</em> what it is that you don&#8217;t get. For example, maybe you know how to create a blog post, but you&#8217;re not sure why it adds that extra space between certain lines of text. Asking &#8220;How do I get rid of that extra space between lines of text&#8221; is going to get you answers much quicker than just throwing your hands up in dismay and quitting (tempting as that may be at times!).</li>
<li><strong>Hire a specialist to give you 1-2 hours of instruction. </strong>Since the vast majority of us learn best by <em>doing</em>, taking your first few stabs at trying a new technology with a pro standing by is going to be exponentially faster and more stress-free than going it alone. If necessary, finding a techno-tutor via Craigslist need not be a sketchy affair. Thanks to technologies such as <a href="http://www.skype.com" target="_blank">Skype</a> and <a href="http://www.adobe.com/acom/connectnow/" target="_blank">Adobe ConnectNow</a>, your specialist should be able to conduct the lesson via teleconferencing and screen-sharing rather than meeting you in person. In any case, it&#8217;s always good to get some references or at the very least see at a few testimonials before hiring someone.</li>
<li><strong>Choose online products and services with a reputation for awesome technical support. </strong>If a company hides its tech support contact info somewhere deep inside its web site, then that generally means that they&#8217;re probably not going to be very available for you in your time of need. And definitely avoid web hosts that don&#8217;t offer phone support, or only offer phone support during business hours.</li>
<li><strong>Avoid online products and services that are not widely used</strong>. Aside from receiving tech support from the company itself, the next best thing is a strong user community. If the product or online service you&#8217;re using has a relatively small user base, then it means that it is unlikely that there will be many online resources such as user forums to supply you the answers you need, rendering your Google-ing efforts quite fruitless.</li>
<li><strong><em>Trick yourself into learning</em> by working on a project that&#8217;s close to your heart. </strong>Having fun in the process of learning is going to accelerate the process exponentially. Rather than forcing yourself into a crash-course with a stress-filled looming deadline, come up with a project that is low-pressure, but still important. For example, maybe you want to create a really slick online photo album as a surprise for your loved ones. There&#8217;s an example of a project that&#8217;s fun and meaningful enough to inspire you to persevere through the challenges, but not something that could possibly interfere with your job or your business if not done perfectly.</li>
<li><strong>Remember, <em>it&#8217;s only the internet</em>. </strong>I remember hearing those words from a very talented and dedicated former co-worker. Of course, to many of us this sounds like blasphemy in a hyper-connected world where the internet seems to exist as an Intravenous lifeline. But in most cases, especially if you&#8217;re a newbie, chances are you don&#8217;t have millions of people depending on your web site for their livelihoods (a la eBay). I&#8217;d also venture to guess that national security will probably be just fine if your latest blog post doesn&#8217;t show up on your Facebook profile for a few hours. <img src='http://www.magneticwebworks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p><strong>No need to fear being a beginner and asking for help &#8211;  just take that plunge now, you won&#8217;t regret it.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/8-tips-for-overcoming-web-technophobia/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Important and Often-Missed LinkedIn Setting</title>
		<link>http://www.magneticwebworks.com/important-and-often-missed-linked-in-setting/</link>
		<comments>http://www.magneticwebworks.com/important-and-often-missed-linked-in-setting/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 00:31:56 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[2-Minute Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Good Business]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1476</guid>
		<description><![CDATA[Thanks to my marketing compadre Phyllis Zimbler Miller at Miller Mosaic Power Marketing, I was recently made aware of a setting on my LinkedIn profile that&#8217;s pretty darn important, super-quick and easy to fix, but which has nonetheless eluded my consciousness over the last few years that I&#8217;ve been using LinkedIn. The Ever Important &#8220;Websites&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1486" title="linkedIn_websites" src="http://www.magneticwebworks.com/wp-content/uploads/linkedIn_websites1.jpg" alt="" width="500" height="217" /></p>
<p>Thanks to my marketing compadre Phyllis Zimbler Miller at <a href="http://www.millermosaicllc.com/" target="_blank">Miller Mosaic Power Marketing</a>, I was recently made aware of a setting on my LinkedIn profile that&#8217;s pretty darn important, super-quick and easy to fix, but which has nonetheless eluded my consciousness over the last few years that I&#8217;ve been using LinkedIn.</p>
<p><span id="more-1476"></span></p>
<div id="attachment_1494" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.magneticwebworks.com/wp-content/uploads/linkedIn_websites_entire.jpg" rel="shadowbox[post-1476];player=img;" title="Where to find the Websites Section"><img class="size-medium wp-image-1494" title="Where to find the Websites Section" src="http://www.magneticwebworks.com/wp-content/uploads/linkedIn_websites_entire-300x200.jpg" alt="" width="300" height="200" /></a><p class="wp-caption-text">Click image to for a larger view.</p></div>
<h4><strong>The Ever Important &#8220;Websites&#8221; Setting</strong></h4>
<p>If you go to any LinkedIn profile, at the upper-left-hand side of the page, directly beneath where it says &#8220;Connections,&#8221; you&#8217;ll see the section labeled &#8221;Websites&#8221; where you can list up to three links to any URL you choose.  Most people end up simply entering the URL and leaving LinkedIn and its default settings to the task of labeling that URL. The result is often a listing of websites that reads something along the example we see in the image above. As you can see, &#8220;My Company&#8221;, &#8220;My Blog&#8221;, and &#8220;My Company&#8221; is redundant and vague, and most importantly, <strong>a missed opportunity to attract folks to your more important online properties</strong>.</p>
<h4><strong>Adjusting the &#8220;Websites&#8221; Setting</strong></h4>
<ol>
<li>Once you&#8217;re logged into your LinkedIn account, go to Profile &gt; Edit Profile</li>
<li>In the &#8220;Websites&#8221; section (circled in red in the screenshot above), click on the &#8220;Edit&#8221; link near any one of your links</li>
<li>From there, you&#8217;ll be taken to a page with the settings for up to 3 links at the top of the page. Each link has a drop-down menu, and from that drop-down menu, choose the last option, &#8220;Other.&#8221;</li>
<li>A new input field should appear. Type in the what you&#8217;d like your link to be labeled.</li>
<li>Repeat this for up to 2 more links, hit the &#8220;Save Changes&#8221; button, and you&#8217;re done!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/important-and-often-missed-linked-in-setting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ten Seconds to Better Networking</title>
		<link>http://www.magneticwebworks.com/ten-seconds-to-better-networking/</link>
		<comments>http://www.magneticwebworks.com/ten-seconds-to-better-networking/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 01:05:45 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[2-Minute Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Good Business]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1176</guid>
		<description><![CDATA[Just discovered a simple idea for networking utilizing the power of LinkedIn. Since I&#8217;m always looking to network with interactive agencies (who are usually a strong match for my particular services), before I meet someone at a particular agency either in person or over the phone, I take a quick glance at that person&#8217;s LinkedIn [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1179" title="linkedin-logo" src="http://www.magneticwebworks.com/wp-content/uploads/linkedin-logo-150x150.jpg" alt="" width="150" height="150" />Just discovered a <strong>simple idea for networking</strong> utilizing the power of <strong><a href="http://www.linkedin.com" target="_blank">LinkedIn</a></strong>.</p>
<p>Since I&#8217;m always looking to network with interactive agencies (who are usually a strong match for my particular services), before I meet someone at a particular agency either in person or over the phone, <strong>I take a quick glance at that person&#8217;s LinkedIn profile and see how I&#8217;m connected</strong> to that person.<span id="more-1176"></span></p>
<p>In case you&#8217;re not familiar with the part of the LinkedIn profile that I&#8217;m referring to, see the screenshot below to see precisely where it is.</p>
<div id="attachment_1177" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.magneticwebworks.com/wp-content/uploads/how_connected.jpg" rel="shadowbox[post-1176];player=img;" title="Check out the red box..."><img class="size-medium wp-image-1177   " title="Check out the red box..." src="http://www.magneticwebworks.com/wp-content/uploads/how_connected-300x184.jpg" alt="" width="300" height="184" /></a><p class="wp-caption-text">Click image for a larger view</p></div>
<p style="text-align: left;"><strong>Embarking on this 10-second research project before your meeting so that you can bring up your shared connections can build a great bridge. </strong></p>
<p style="text-align: left;"><strong> </strong>If nothing else, it&#8217;s interesting trivia just to see how you&#8217;re connected. Of course, the person I&#8217;m meeting may have no idea who the folks who connected to us are, since LinkedIn has a way of hooking us up with pretty random folks at times, but it&#8217;s definitely a good start.</p>
<p style="text-align: left;">So who knows, maybe this is pretty obvious &#8220;well&#8230;DUH&#8221; type of information, but it just now occurred to me, so I figured I&#8217;d share.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/ten-seconds-to-better-networking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What I Learned About WordPress Last Week #1</title>
		<link>http://www.magneticwebworks.com/what-i-learned-about-wordpress-this-week-1/</link>
		<comments>http://www.magneticwebworks.com/what-i-learned-about-wordpress-this-week-1/#comments</comments>
		<pubDate>Mon, 03 May 2010 03:59:51 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[News and Updates]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1107</guid>
		<description><![CDATA[Inspired by the supa-talented Portland-based designer Deb Pang Davis&#8216;s recent blog post What I Learned this Week #19 2010, I&#8217;ve decided to follow suit with my own list of things I learned, last week, but just about WordPress (otherwise we&#8217;d be here all month, as I obviously know very little and each week is a completely new adventure [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-1112 aligncenter" title="school_bus" src="http://www.magneticwebworks.com/wp-content/uploads/school_bus.jpg" alt="" width="400" height="286" /></p>
<p style="text-align: left;">Inspired by the supa-talented Portland-based designer <a href="http://www.cococello.com" target="_blank">Deb Pang Davis</a>&#8216;s recent blog post <a href="http://www.cococello.com/blog/article/what-i-learned-this-week-19-2010" target="_blank">What I Learned this Week #19 2010</a>, I&#8217;ve decided to follow suit with my own list of things I learned, <em>last</em> week, but just about <em><strong>WordPress</strong><span style="font-style: normal;"> (otherwise we&#8217;d be here all month, as I obviously know very little and each week is a completely new adventure in </span><span style="font-style: normal;"><strong>all</strong></span><span style="font-style: normal;"> areas of my life)</span></em>.</p>
<p style="text-align: left;"><span id="more-1107"></span></p>
<h4>1) The Easiest Way to Add a Thumbnail Photo Gallery to your Posts and Pages</h4>
<p>While I&#8217;ve always been a big fan of the unbelievable WordPress image gallery plugin <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">NextGen</a>, if I want a simpler (but more limited) solution, the <a href="http://wordpress.org/extend/plugins/shadowbox-js/" target="_blank">Shadowbox JS</a> plugin is an awesome alternative.</p>
<p>For those of you who don&#8217;t know, WordPress gives you the option of creating a thumbnail gallery of images right on your blog post or page. However, the default behavior of this gallery is that upon clicking on each thumbnail, a full-size version of the image appears in your browser&#8217;s main window, taking the user away from your post or page. Pretty lame in my opinion.</p>
<p><a href="http://wordpress.org/extend/plugins/shadowbox-js/" target="_blank">Shadowbox JS</a> makes it so that upon clicking a thumbnail, a dark but transparent overlay with the full-size version of your image appears. Inside this overlay area are navigation buttons so you can flip through your full-size images very easily. This way users quickly see the full-size version of your image without being taken off of the current page.</p>
<p><strong>Get the plugin here: </strong><a href="http://wordpress.org/extend/plugins/shadowbox-js/"><strong>http://wordpress.org/extend/plugins/shadowbox-js/</strong></a></p>
<h4>2) WordPress 3.0&#8242;s Custom Post Types Rule.</h4>
<p>I&#8217;m going to keep this as un-technical as possible, but make a long story short, Custom Post Types allow you to have content on your site that&#8217;s not just limited to standard WordPress pages or blog posts. Basically, this makes WordPress a much more powerful and flexible content management system that will also be ultimately much easier for non-technical folks to update.</p>
<p>For example, you could have special movie review pages, photo feature pages, podcast episode pages, etc. Each of these special content types can be on specially-formatted pages separate from your blog posts or pages. And that&#8217;s just scraping the tip of the iceberg&#8230;</p>
<p>However, setting up custom post types on your WordPress site is likely to take some mucking around with PHP code, so definitely be aware of that.</p>
<p><strong>Here&#8217;s the best article on the topic that I&#8217;ve seen yet: </strong><a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress"><strong>http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress</strong></a></p>
<h4>3) The Magic Fields Plugin also Rules.</h4>
<p>For a long time, this plugin has basically done what the newly-introduced Custom Post Types functionality is doing but using a different technological approach. However what this plugin brings to the table is setting up a much nicer user interface for a non-technical user to update their custom pages and posts.</p>
<p>For example, I am currently working on a project where the client needs to create highly-configurable mini-sites which are not blog posts or pages. In fact, each and every mini-site needs to have its own unique header graphics, page backgrounds, and sidebar content.</p>
<p>Magic Fields allows me to set their site up in a way that the admin section for each mini-site comes complete with an additional form at the bottom of the page that&#8217;s super-easy to use, thereby allowing my client to establish a totally custom look and feel for each individual mini-site.</p>
<p>At this time, the developers of Magic Fields are updating the plugin to integrate with WordPress 3.0&#8242;s Custom Post Types.</p>
<p><strong>Check out the plugin for yourself here: </strong><a href="http://wordpress.org/extend/plugins/magic-fields/"><strong>http://wordpress.org/extend/plugins/magic-fields/</strong></a></p>
<h4>4) I&#8217;m Learning Way More Than I Thought</h4>
<p>As I write this post, I&#8217;m having a difficult time keeping it brief, and also having to leave out a good amount of information. Working full-time as a self-employed WordPress and UI developer forces me to squeeze an <strong>insane</strong> amount of new information into my brain on a daily basis&#8230;and <strong>for that I&#8217;m very grateful</strong>.</p>
<h4><span style="font-weight: normal;"><strong><br />
</strong></span></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/what-i-learned-about-wordpress-this-week-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pictorial Guide to Popular WordPress Sidebar Widgets</title>
		<link>http://www.magneticwebworks.com/pictorial-guide-to-popular-wordpress-sidebar-widgets/</link>
		<comments>http://www.magneticwebworks.com/pictorial-guide-to-popular-wordpress-sidebar-widgets/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 23:09:08 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=952</guid>
		<description><![CDATA[I thought I&#8217;d provide a pictorial list of the most popular and common WordPress widgets. This chart can be used in the following ways: Non-Designers and WordPress Newbies &#8211; Because you, or the designer you&#8217;ve hired have gotta put something in your sidebar, this guide will remove all of the guesswork from the process and give [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1015" title="LI01" src="http://www.magneticwebworks.com/wp-content/uploads/LI01.jpg" alt="" width="214" height="186" />I thought I&#8217;d provide a <em>pictorial</em> list of the most <strong>popular and common</strong> WordPress widgets. This chart can be used in the following ways:</p>
<ul>
<li><strong>Non-Designers and WordPress Newbies</strong> &#8211; Because you, or the designer you&#8217;ve hired have gotta put <em>something</em> in your sidebar, this guide will remove all of the guesswork from the process and give you a visual image of what each widget will actually contain and how it will add to your site&#8217;s functionality.</li>
<li><strong>Web Designers Working with a Client</strong> &#8211; You may have already accounted for the sidebar content in your design mockup, but in case you&#8217;d like to give your client the opportunity to decide which widgets they&#8217;d like to use based on their particular goals for the site, a guide like this can save you hours of email and telephone back-and-forth explaining and <em>finally</em> finalizing this absolutely crucial part of the design and development process.</li>
</ul>
<p>Of course, this list represents just a <strong>teeny-tiny micro-fraction</strong> of the possibilities for WordPress sidebar widgets, as the total number of available <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress plugins</a> goes well into the <em>thousands</em>. <strong>This is simply meant to be a basic starting point.</strong></p>
<p><span id="more-952"></span></p>
<h4><strong>For the newbies out there:</strong></h4>
<ul>
<li>Keep in mind that the images of the widgets below are taken from <strong>one particular website</strong>, and these widgets will <strong>not </strong>look exactly like this on your site. Instead, <strong>they will be styled to fit your particular site&#8217;s design</strong>.</li>
<li>You can make the title of your widgets whatever you&#8217;d like. If you&#8217;re working with a designer, make sure to <strong>let them know what you&#8217;d like each widget to be titled.</strong></li>
</ul>
<table class="chart" border="0" cellspacing="1" cellpadding="5">
<tbody>
<tr>
<th align="left" valign="top">ID #</th>
<th align="left" valign="top">Name</th>
<th align="left" valign="top">Notes</th>
<th align="left" valign="top">Image</th>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>PA01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Pages</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>Displays a list of the pages on your website. Usually unnecessary if you have a navigation bar at the top of your site with all of the pages already listed.</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1013" title="PA01" src="http://www.magneticwebworks.com/wp-content/uploads/PA01.jpg" alt="" width="213" height="163" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>LI01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Links</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>Displays a list of links to other websites that you&#8217;d like to promote or share on your site.</li>
<li>If you&#8217;re working with a web designer and you&#8217;d like to use this sidebar, make sure you include the links you&#8217;d like to use when you request this widget.</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1015" title="LI01" src="http://www.magneticwebworks.com/wp-content/uploads/LI01.jpg" alt="" width="214" height="186" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>TE01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Text</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>This is a just simple text widget that allows you to display any text you&#8217;d like to include.</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1005" title="TE01" src="http://www.magneticwebworks.com/wp-content/uploads/TE01.jpg" alt="" width="217" height="206" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>TE02</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Text (with image)</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>This is the exact same widget as TE01, but I&#8217;m simply showing you another way to use it. In this case, we can place an advertising banner in the widget. You could even have BOTH an ad AND text in this widget.</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1004" title="TE02" src="http://www.magneticwebworks.com/wp-content/uploads/TE02.jpg" alt="" width="220" height="202" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>SE01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Search</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>This widget allows users to search your website.</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1027" title="SE01" src="http://www.magneticwebworks.com/wp-content/uploads/SE01.jpg" alt="" width="206" height="115" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>NL01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Newsletter Signup</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li><strong>This widget only comes into play if you are sending out an email newsletter</strong></li>
<li><strong> </strong>Usually this is done using an outside email marketing service such as <a href="http://www.constantcontact.com" target="_blank">Constant Contact</a>, <a href="http://www.mailchimp.com/" target="_blank">MailChimp</a>, or <a href="http://www.icontact.com/" target="_blank">iContact</a> to name just a few of the myriad of companies offering this service.</li>
<li>This signup form is created using code provided by your email marketing service which is simply pasted into a standard WordPress text widget (TE01)</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1014" title="NL01" src="http://www.magneticwebworks.com/wp-content/uploads/NL01.jpg" alt="" width="220" height="142" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>FP01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Featured Page</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>This widget allows you to take an excerpt from an existing page on your website and feature it in the sidebar.</li>
<li>Since you&#8217;re only displaying an excerpt of the page&#8217;s content here, the widget will provide a link for your website visitors to go to the page that&#8217;s being featured.</li>
<li>You can also specify a small thumbnail image to go inside the widget, but this is optional.</li>
<li>Web-designers and do-it-yourselfers: <a href="http://wordpress.org/extend/plugins/featured-page-widget/" target="_blank">Download plugin here.</a></li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1016" title="FP01" src="http://www.magneticwebworks.com/wp-content/uploads/FP01.jpg" alt="" width="214" height="285" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>SM01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Find Me On</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>This widget allows you to display your various social media profiles on your WordPress site to offer visitors to your site another way to connect with you online.</li>
<li>You can use this to link to every major social network, and then some (Facebook, Twitter, LinkedIn, etc etc etc)</li>
<li>You can also use this as an RSS link to allow people to subscribe to you blog.</li>
<li>Web-designers and do-it-yourselfers: <a href="http://wordpress.org/extend/plugins/find-me-on/" target="_blank">Download plugin here.</a></li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1008" title="SM01" src="http://www.magneticwebworks.com/wp-content/uploads/SM01.jpg" alt="" width="208" height="135" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>SM02</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Social Media Page</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>This widget is very similar to &#8220;Find Me On&#8221; (SM01), but also give you the option of including the name of each social network. Doesn&#8217;t allow you to change the order of your social media profile listings, and also does not allow you to include an RSS link.</li>
<li>Web-designers and do-it-yourselfers: <a href="http://wordpress.org/extend/plugins/social-media-page/" target="_blank">Download plugin here.</a></li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1007" title="SM02" src="http://www.magneticwebworks.com/wp-content/uploads/SM02.jpg" alt="" width="210" height="154" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>TW01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Twitter for WordPress</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>If you&#8217;re a Twitter users, this widgets automatically displays your most recent WordPress tweets</li>
<li>You can specify how many of your most recent tweets you&#8217;d like to display.</li>
<li>Web-designers and do-it-yourselfers: <a href="http://wordpress.org/extend/plugins/twitter-for-wordpress/" target="_blank">Download plugin here.</a></li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1003" title="TW01" src="http://www.magneticwebworks.com/wp-content/uploads/TW01.jpg" alt="" width="214" height="370" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>PH01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>FlickrRSS</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li>If you have an account with the photo sharing site, Flickr, this widget allows you to display your most recently added images.</li>
<li>You can decide how many images you&#8217;d like to display here</li>
<li>Web-designers and do-it-yourselfers: <a href="http://wordpress.org/extend/plugins/flickr-rss/" target="_blank">Download plugin here.</a></li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1012" title="PH01" src="http://www.magneticwebworks.com/wp-content/uploads/PH01.jpg" alt="" width="224" height="266" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>RP01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Recent Posts</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li><strong>This widget only comes into play if your website is going to be including a blog.</strong></li>
<li>This simply lists the most recent blog posts</li>
<li>You can select how many of your recent posts you&#8217;d like to display here</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1009" title="RP01" src="http://www.magneticwebworks.com/wp-content/uploads/RP01.jpg" alt="" width="218" height="187" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>RC01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Recent Comments</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li><strong>This widget only comes into play if your website is going to be including a blog.</strong></li>
<li>This lists names of your most recent commenters and the name of the blog post that they commented on</li>
<li>You can select how many of recent comments you&#8217;d like to display here</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1011" title="RC01" src="http://www.magneticwebworks.com/wp-content/uploads/RC01.jpg" alt="" width="212" height="200" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>RC02</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Get Recent Comments</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li><strong>This widget only comes into play if your website is going to be including a blog.</strong></li>
<li>This lists names of your most recent commenters and an excerpt of the comment that they left</li>
<li>You can select how many of recent comments you&#8217;d like to display here</li>
<li>Web-designers and do-it-yourselfers: <a href="http://wordpress.org/extend/plugins/get-recent-comments/" target="_blank">Download plugin here.</a></li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff">
<p style="text-align: center;"><a href="http://www.magneticwebworks.com/wp-content/uploads/RC02.jpg" rel="shadowbox[post-952];player=img;" title="RC02"><img class="aligncenter size-full wp-image-1010" title="RC02" src="http://www.magneticwebworks.com/wp-content/uploads/RC02.jpg" alt="" width="217" height="298" /></a></p>
</td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>BC01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Categories</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li><strong>This widget only comes into play if your website is going to be including a blog.</strong></li>
<li>This lists names of all of the categories for your blog posts</li>
<li>Built into WordPress</li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1018" title="BC01" src="http://www.magneticwebworks.com/wp-content/uploads/BC01.jpg" alt="" width="222" height="207" /></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffffff"><strong>SU01</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><strong>Subscribe Here</strong></td>
<td align="left" valign="top" bgcolor="#ffffff">
<ul>
<li><strong>This widget only comes into play if your website is going to be including a blog.</strong></li>
<li>This widget allows your website visitors to subscribe to your blog via RSS</li>
<li>This also allows website visitors to enter their email address and have blog posts automatically emailed to them as soon as their published.</li>
<li>Web-designers and do-it-yourselfers: <a href="http://wordpress.org/extend/plugins/subscribe-here-widget/" target="_blank">Download plugin here.</a></li>
</ul>
</td>
<td align="left" valign="top" bgcolor="#ffffff"><img class="aligncenter size-full wp-image-1006" title="SU01" src="http://www.magneticwebworks.com/wp-content/uploads/SU01.jpg" alt="" width="209" height="153" /></td>
</tr>
</tbody>
</table>
<p>If you feel that I&#8217;ve left out any <strong>basic</strong> widgets that a <strong>high percentage of WordPress users</strong> would need on their site, <strong>please leave a comment</strong> and if I happen to agree with ya, I&#8217;ll add it to the chart!</p>
<div><span style="line-height: normal; font-size: 11px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/pictorial-guide-to-popular-wordpress-sidebar-widgets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easily Create and Share Color Palettes</title>
		<link>http://www.magneticwebworks.com/easily-create-and-share-color-palettes/</link>
		<comments>http://www.magneticwebworks.com/easily-create-and-share-color-palettes/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:05:25 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=930</guid>
		<description><![CDATA[Working with your designer to create a color scheme for your web site can often be a tricky thing. On the one hand, many designers are wary of being reduced to mere &#8220;pixel pushers.&#8221; But, in some cases, it&#8217;s helpful to provide your designer with the exact color scheme you were hoping for on your [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignleft size-full wp-image-931" title="palette" src="http://www.magneticwebworks.com/wp-content/uploads/palette.jpg" alt="" width="300" height="225" />Working with your designer to create a color scheme for your web site can often be a tricky thing. </strong></p>
<p>On the one hand, many designers are wary of being reduced to mere &#8220;pixel pushers.&#8221; But, in some cases, it&#8217;s helpful to provide your designer with the <strong>exact</strong> color scheme you were hoping for on your site. Of course, your designer may come back to you with their own feedback, but I do think that being very specific can make for an effective and unambiguous <em>starting point</em> at the very least.</p>
<p>I&#8217;ve researched many of the online tools for easily arriving at an ideal color palette, and of all the ones I&#8217;ve tried, the <a href="http://www.colourlovers.com/palettes/add" target="_blank"><strong>&#8220;Create a Palette&#8221; page</strong></a><strong> at ColourLovers.com</strong> is my favorite to date.</p>
<p>Within a couple of minutes, it&#8217;s possible for a non-technical person to create, and then share a color scheme in a simple format that would be easy for any designer to implement.</p>
<p><span id="more-930"></span></p>
<h4>Here&#8217;s how it&#8217;s done (in a nutshell):</h4>
<ol>
<li>Go to <a href="http://www.colourlovers.com/palettes/add" target="_blank">http://www.colourlovers.com/palettes/add</a>.</li>
<li>If it&#8217;s your first time at the site, you&#8217;ll need to create an account (it&#8217;s free) using the &#8220;Sign In&#8221; button at the upper-right-hand side of the screen.</li>
<li>Add up to 5 colors using the simple point-and-click interface (see the video below for more details on how to do this).</li>
<li>Fill in the &#8216;Palette Name&#8217; field below the color picker section of the page.</li>
<li>Fill out any other fields you&#8217;d like to fill out (the rest are optional).</li>
<li>Click the &#8216;Create Palette&#8217; button.</li>
<li>Since chances are that at least some of the colors you&#8217;ve chosen are new to ColourLovers.com&#8217;s existing database, you&#8217;ll be prompted by an alert window asking you to name your colors.</li>
<li>Create names for the brand new colors you&#8217;ve created.</li>
<li>Click the &#8216;Create Palette&#8217; button.</li>
<li>You will now be taken to the brand-new page for your color palette on ColourLovers.com.</li>
<li>Copy the URL of this page and bookmark it, or simply email it to whomever needs to see it.</li>
</ol>
<p>If you&#8217;d like more detailed instructions on creating your color scheme, <strong>check out the quick tutorial video below</strong>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rrF74kUbpas&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/rrF74kUbpas&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Happy color-scheming! </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/easily-create-and-share-color-palettes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best &amp; Worst Web Hosts for WordPress</title>
		<link>http://www.magneticwebworks.com/the-best-and-worst-web-hosts-for-wordpress/</link>
		<comments>http://www.magneticwebworks.com/the-best-and-worst-web-hosts-for-wordpress/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 02:06:29 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=888</guid>
		<description><![CDATA[Having been in this web-development biz since 1997, I&#8217;ve worked with many of the major web hosting companies (Earthlink, AOL, Mindspring, 1&#38;1, GoDaddy, Media Temple, HostGator, etc), but none have ever matched the quality of service I&#8217;ve enjoyed with my good friends at Bluehost. DISCLAIMER UP FRONT: Yes, I am totally a Bluehost affiliate. (ie: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bluehost.com/track/everybodyneedsawebsite" title="bluehost"><img class="alignleft size-full wp-image-889" title="bluehost" src="http://www.magneticwebworks.com/wp-content/uploads/bluehost.jpg" alt="" width="175" height="171" /></a>Having been in this web-development biz since 1997, I&#8217;ve worked with many of the major web hosting companies (Earthlink, AOL, Mindspring, 1&amp;1, GoDaddy, Media Temple, HostGator, etc), but none have ever matched the quality of service I&#8217;ve enjoyed with my good friends at <a href="http://www.bluehost.com/track/everybodyneedsawebsite" target="_blank">Bluehost</a>.</p>
<p><span id="more-888"></span></p>
<p><strong>DISCLAIMER UP FRONT:<br />
<span style="font-weight: normal;">Yes, I am totally a Bluehost affiliate. (ie: if you click on any of the links to Bluehost from my website and end up signing up for their hosting services, I will receive a commission payment from them). However, <em><strong>all</strong></em> of the hosting companies offer affiliate programs, so that is most certainly not the reason I&#8217;m promoting Bluehost over any of the others. </span>This is indeed my real-life experience<span style="font-weight: normal;">, not just some affiliate sales page. </span></strong></p>
<h4>Why Bluehost is my hands-down favorite:</h4>
<ol>
<li><strong>Their 1-click WordPress installation is the fastest and the easiest. </strong>While many of the other popular hosts offer a 1-click install, they usually involve you sitting around and waiting up to 30-ish minutes (worst case scenario) until the hosting company emails you to let you know that the installation is complete. Bluehost uses a system called<strong> </strong><a href="http://www.simplescripts.com" target="_blank"><strong>Simple Script</strong>s</a>, which is by far the fastest I&#8217;ve seen. It takes literally, 20-ish seconds to install WordPress, so no waiting around for an email to show up. Many hosts use a system called <strong>Fantastico</strong> (which Bluehost offers as well), which is still be pretty good, but <strong>not as fast as Simple Scripts</strong>.</li>
<li><strong>Their phone support is amazing. </strong>While the other companies usually offer you a few minutes of hold music before getting to talk to a tech support rep, with Bluehost, a real, live, human being answers the phone within 1-3 rings, no matter what time of the day it is. Their reps are patient, well-informed, and U.S.-based, which is nice for U.S.-based folks like myself only due to the language barriers as well as timing delays of overseas tech support.</li>
<li><strong>Their servers are super-fast.</strong> When developing a site on a live server, <strong>what separates the &#8220;big dogs&#8221; from the &#8220;puppies&#8221; </strong>of web hosting is<strong> upload speed. </strong>Building sites using Bluehost saves me so much time because unlike the other hosts, Bluehost&#8217;s FTP connection doesn&#8217;t &#8220;go to sleep&#8221; after a few minutes forcing me to wait 1-2 minutes just to upload an itty-bitty little micro-file.</li>
<li><strong>Their user panel is intuitive. </strong>Bluehost uses the popular <a href="http://www.cpanel.net" target="_blank">C-Panel</a> system for their back-end administration. Many of the other hosts I&#8217;ve worked with use their own convoluted, proprietary systems that can add tons of additional time and frustration to a web project. In fact, C-Panel even allows you to export all of your website settings so that <strong>if you ever move your hosting account, even to another company, you&#8217;ll be able to take your site settings over with you</strong> as long as the new company also uses C-Panel. There&#8217;s a reason a multitude of hosting companies use the C-Panel technology instead of re-inventing the wheel themselves.</li>
</ol>
<h4>WordPress.org agrees</h4>
<p>As of the writing of this post, WordPress lists Bluehost at the top of their list of recommended web hosts. <a href="http://wordpress.org/hosting/" target="_blank">Click here</a> or simply check out the graphic below:</p>
<p><img class="aligncenter size-full wp-image-891" title="bluehost_wordpress" src="http://www.magneticwebworks.com/wp-content/uploads/bluehost_wordpress1.jpg" alt="" width="550" height="443" /></p>
<h4>Popular Web Hosts to <em>Avoid&#8230;</em></h4>
<p>&#8230;despite the fact that WordPress.org recommends them.</p>
<h4><em> </em></h4>
<p><strong>GoDaddy </strong>(aka <em>SLOW</em>Daddy)</p>
<ul>
<li>When you install WordPress on your GoDaddy hosting account, if you elect to use <a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Permalinks</a> (highly recommended, the SEO-friendly, intuitive page URL&#8217;s that WordPress is known for), you will see that <strong>all of your pages other than the homepage will be broken</strong>. <a href="http://www.magneticwebworks.com/fix-for-broken-wordpress-pages-on-godaddy/">I&#8217;ll be sharing the workaround for this in a future blog post</a>, but nonetheless, it&#8217;s very annoying and quite scary for the WordPress + GoDaddy newbie.</li>
<li>The <strong>slowest FTP time</strong> (both upload and download) I&#8217;ve ever experienced.</li>
<li>Any changes you make to their control panel take at least a few minutes, and <strong>sometimes a few hours</strong> to take effect. Not the case with most other hosts.</li>
<li>Totally convoluted, <strong>confusing</strong>, and just plain stoopid <strong>user control panel</strong>. A massive unnecessary time-waster.</li>
<li>Weak phone support. I&#8217;ve seen worse, but hold time is anywhere from between 2-20 minutes, usually around the 3-minute mark.</li>
</ul>
<p><strong>Media Temple:</strong></p>
<ul>
<li><strong>Horrendous</strong> hold times for phone support. The least I&#8217;ve ever waited is 8 minutes, but it&#8217;s usually around 20-ish minutes, sometimes up to 40 minutes. This is one of those hosting companies that loves to steer you to the online forums or email support any chance it gets, as its phone support staff is insufficient to handle the amount of users in need of assistance.</li>
<li><strong>Difficult domain management</strong>. I recently had to build a site on Media Temple using a temporary staging domain until we were ready to move the actual domain over, and this was a major pain to figure out. With effectively no phone support to back you up, this makes for another big time waster.</li>
</ul>
<p>Until something better comes along, <a href="http://www.bluehost.com/track/everybodyneedsawebsite">Bluehost</a> is where it&#8217;s at for me. Pricing and feature-wise, they&#8217;ve about the same as all of the other major players. Perhaps some of the others could come out to be a few bucks cheaper over the course of a year, but hosting is certainly not one of the areas you want to skimp on when working on a web project.</p>
<p><strong>I&#8217;m curious to know what your experiences with web hosts have been.</strong> Do you agree, sort-of-agree, think I&#8217;m the spawn of Satan, etc?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/the-best-and-worst-web-hosts-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.magneticwebworks.com @ 2012-02-04 20:51:01 -->
