<?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; 2-Minute Tips</title>
	<atom:link href="http://www.magneticwebworks.com/category/blog/2-minute-tips/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>Solutions to W3 Total Cache + FaceBook Share Conflict</title>
		<link>http://www.magneticwebworks.com/solution-to-w3-total-cache-facebook-share-conflict/</link>
		<comments>http://www.magneticwebworks.com/solution-to-w3-total-cache-facebook-share-conflict/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 20:43:04 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[2-Minute Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1871</guid>
		<description><![CDATA[The setting that needs to be changed in order for both plugins to live in harmony While working on a client site which used both the W3 Total Cache plugin as well as the Facebook Share plugin, I came across a bug where the Facebook Share icon that was to be placed at the top [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1873" class="wp-caption aligncenter" style="width: 485px"></p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_1881" class="wp-caption aligncenter" style="width: 485px;">
<dt class="wp-caption-dt"><a href="http://www.magneticwebworks.com/wp-content/uploads/minify.jpg" rel="shadowbox[post-1871];player=img;" title="minify"><img class="size-full wp-image-1881" title="minify" src="http://www.magneticwebworks.com/wp-content/uploads/minify.jpg" alt="" width="475" height="328" /></a><p class="wp-caption-text">The setting that needs to be changed in order for both plugins to live in harmony</p></div>
</dt>
<dd class="wp-caption-dd">The setting that needs to be changed in order for both plugins to live in harmony</dd>
</dl>
</div>
<p style="text-align: left;">
<p style="text-align: left;">While working on a client site which used both the <a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a> plugin as well as the <a href="http://wordpress.org/extend/plugins/facebook-share-new/" target="_blank">Facebook Share</a> plugin, I came across a bug where the Facebook Share icon that was to be placed at the top and bottom of each blog post was disappearing, only to be replaced by a &#8220;Share&#8221; link that linked to nowhere.</p>
<p><span id="more-1871"></span>After playing around with the Facebook Share settings for quite some time, I started deactivating plugins one by one to see if there was a conflict causing this. I noticed that <strong>the culprit was the W3 Total Cache plugin</strong>, which was crucial to the stability of this highly trafficked web site and could not be deactivated nor replaced, as <strong>it really is the best plugin for WordPress caching</strong>.</p>
<h4><strong>Solution #1:</strong></h4>
<p>I was able to fix the issue by changing a single W3 Total Cache setting. By going in my admin to Performance &gt; Minify, I scrolled down to the JavaScript settings, unchecked the &#8220;Enable&#8221; checkbox and clicked &#8220;Save changes.&#8221; I was also able to leave the global Minify setting for the plugin (found by navigation to Performance &gt; General Settings) enabled for CSS minification.</p>
<p>Voila! My Facebook Share icon was now appearing on the site again and functioning properly.</p>
<p><strong>It is my feeling that the Facebook Share plugin is not the only plugin out there being impacted by W3 Total Cache&#8217;s minify settings. </strong>I would venture to guess that there a good number of other JavaScript-based plugins that could be broken by JS  magnification, so keep this in mind for future plugin bugs and conflicts.</p>
<h4><strong>Solution #2:</strong></h4>
<p>On my own site, I am running W3 Total Cache with Minify enabled globally (to reduce the memory imprint of <em>both</em> CSS and JS code) while also running a Facebook Like button plugin with no problems.</p>
<p>The W3 Total Cache-compatible Facebook plugin that I&#8217;m running is simply titled &#8220;Like&#8221; and can be found at <a href="http://wordpress.org/extend/plugins/like" target="_blank">http://wordpress.org/extend/plugins/like</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/solution-to-w3-total-cache-facebook-share-conflict/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Solution to NextGen Gallery Slideshow CDN Conflict</title>
		<link>http://www.magneticwebworks.com/solution-to-nextgen-gallery-slideshow-cdn-conflict/</link>
		<comments>http://www.magneticwebworks.com/solution-to-nextgen-gallery-slideshow-cdn-conflict/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 01:08:55 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[2-Minute Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=1732</guid>
		<description><![CDATA[Here&#8217;s a special quick post this week to solve a problem I&#8217;ve been seeing around the web, but with no solution. I was recently working on a high-traffic site that that uses using the W3 Total Cache plugin in conjunction with an Akamai CDN. This is a great way to optimize site performance and stability, but [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.magneticwebworks.com/wp-content/uploads/cdn_solution.jpg" rel="shadowbox[post-1732];player=img;" title="Solution to NextGen Gallery Slideshow CDN Conflict"><img class="aligncenter size-full wp-image-1736" title="Solution to NextGen Gallery Slideshow CDN Conflict" src="http://www.magneticwebworks.com/wp-content/uploads/cdn_solution.jpg" alt="Solution to NextGen Gallery Slideshow CDN Conflict" width="549" height="132" /></a></p>
<p style="text-align: left;">Here&#8217;s a special quick post this week to solve a problem I&#8217;ve been seeing around the web, but with no solution.</p>
<p>I was recently working on a high-traffic site that that uses using the <a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a> plugin in conjunction with an <a href="http://en.wikipedia.org/wiki/Content_delivery_network" target="_blank">Akamai CDN</a>. This is a great way to optimize site performance and stability, but I did run into the unfortunate side effect of the NextGen Gallery plugin&#8217;s slideshow ceasing to work as soon as the CDN was integrated.</p>
<p><strong>Thanks to my favorite WordPress hosting guru <a href="http://williejackson.com/" target="_blank">Willie Jackson</a>, there is now a solution.</strong></p>
<p><span id="more-1732"></span>Following Willie&#8217;s lead, and as seen in the screencap above, here&#8217;s how you fix this issue:</p>
<ol>
<li>In the settings box for the W3 Total Cache plugin, labeled &#8217;Performance,&#8217;  go into the CDN screen.</li>
<li>At the bottom of the page, there is a box for rejected files.</li>
<li>In that box, add the path to the image rotator .swf file (will be &#8220;wp-content/uploads/imagerotator.swf&#8221; in most cases)</li>
</ol>
<p style="text-align: left;">And voila, your slideshow and CDN live together happily ever after!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/solution-to-nextgen-gallery-slideshow-cdn-conflict/feed/</wfw:commentRss>
		<slash:comments>14</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>Fix for Broken WordPress Permalinks on GoDaddy</title>
		<link>http://www.magneticwebworks.com/fix-for-broken-wordpress-pages-on-godaddy/</link>
		<comments>http://www.magneticwebworks.com/fix-for-broken-wordpress-pages-on-godaddy/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:26:06 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[2-Minute Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=906</guid>
		<description><![CDATA[Although I warn strongly against using GoDaddy for WordPress (and really, any) hosting, for those of us who for some reason must use GoDaddy, there is a super-annoying and potentially scary bug that I&#8217;ve experienced and also seen many other struggle with on various frantic forum threads. The Dreaded Bug You just installed WordPress on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-907 alignright" title="godaddy" src="http://www.magneticwebworks.com/wp-content/uploads/godaddy.jpg" alt="" width="122" height="122" />Although I<a href="http://www.magneticwebworks.com/the-best-and-worst-web-hosts-for-wordpress/"> warn strongly against using GoDaddy</a> for WordPress (and really, <em>any</em>) hosting, for those of us who for some reason must use GoDaddy, there is a <strong>super-annoying</strong> and potentially <strong>scary</strong> bug that I&#8217;ve experienced and also seen many other struggle with on various <em><strong>frantic</strong></em> forum threads.</p>
<p><span id="more-906"></span></p>
<h4><strong>The Dreaded Bug</strong></h4>
<ol>
<li>You just installed WordPress on your GoDaddy hosting account</li>
<li>You go to change WordPress&#8217; goofy default page and post URLs to the &#8220;pretty&#8221; <a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Permalink</a> style so that your page URLs can look like <strong>www.yoursite.com/about-us </strong><em>instead of</em> <strong>www.yoursite.com/?p=2</strong></li>
<li>As soon as you make the change, chaos ensues as you now see a <strong>&#8220;Page Not Found&#8221;</strong> error where your lovely WordPress interior pages used to be (although fortunately the homepage should still be OK at this point)</li>
</ol>
<p>While I&#8217;ve seen lots of fixes that involve things like simply waiting around for an hour (which is reputed to work as well) or even hacking into your <a href="http://en.wikipedia.org/wiki/Htaccess" target="_blank">.htaccess file</a>, I&#8217;ve found a solution that time and time again seems to do the trick immediately. (And by the way, unless you&#8217;re a <em>real</em> geek you&#8217;re not even going to want to know what your .htaccess file is.)</p>
<h4><strong>The Solution</strong>:</h4>
<ol>
<li>You&#8217;ve probably already done this by now, but in case you haven&#8217;t, go to Settings &gt; Permalinks and set your custom &#8220;pretty&#8221; Permalink structure (ie: <strong>/%postname%/</strong> or <strong>/%category%/%postname%/</strong>)</li>
<li>Click the blue &#8216;Save Changes&#8217; button</li>
<li>Now go set your Permalinks back to the &#8216;Default&#8217; Permalink setting (ie: <strong>?p=123</strong>)</li>
<li>Click the blue &#8216;Save Changes&#8217; button</li>
<li>Now, once again, set your custom pretty Permalink structure (ie: <strong>/%postname%/</strong> or <strong>/%category%/%postname%/</strong>)</li>
<li>Click the blue &#8216;Save Changes&#8217; button and now go check the interior pages on your website</li>
</ol>
<p>Et <strong>VOILA! </strong>Your website has been saved from GoDaddy purgatory!</p>
<p>Oh yeah, I forgot, one final step&#8230;</p>
<ul>
<li>Call GoDaddy, ask for your money back, and switch your hosting to <a href="/the-best-and-worst-web-hosts-for-wordpress/" target="_self">Bluehost</a></li>
</ul>
<p> <img src='http://www.magneticwebworks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/fix-for-broken-wordpress-pages-on-godaddy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Web Developers: Take 20 Seconds to be of Service</title>
		<link>http://www.magneticwebworks.com/web-developers-take-20-seconds-to-be-of-service/</link>
		<comments>http://www.magneticwebworks.com/web-developers-take-20-seconds-to-be-of-service/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:14:49 +0000</pubDate>
		<dc:creator>Doron</dc:creator>
				<category><![CDATA[2-Minute Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Good Business]]></category>
		<category><![CDATA[Web Wisdom]]></category>

		<guid isPermaLink="false">http://www.magneticwebworks.com/?p=684</guid>
		<description><![CDATA[Even if you&#8217;ve been living in a cave, you know full-well how tough the economy has been on jobs over the past couple of years. However, one group that doesn&#8217;t seem to be suffering from this shortage of jobs is the workforce of web developers, and really, computer programmers in general. Is this because we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignleft size-thumbnail wp-image-702" title="super-gmail-logo" src="http://www.magneticwebworks.com/wp-content/uploads/super-gmail-logo-150x150.png" alt="" width="150" height="111" />Even if you&#8217;ve been living in a cave,</strong> you know full-well how tough the economy has been on jobs over the past couple of years.</p>
<p>However, one group that <em><strong>doesn&#8217;t</strong></em> seem to be suffering from this shortage of jobs is the workforce of web developers, and really, computer programmers in general.</p>
<p>Is this because we&#8217;re just so smart and have everything figured out? As much as some developers would like to think so, the answer is a <strong>highly recursive <em>NO</em></strong>.</p>
<p>The way I see it is that <strong>our field is just plain <em>less</em> competitive</strong> than that of our non-programmer colleagues. The demand for folks who know how to muckety-muck with code is way greater than the number of deranged souls who actually enjoy sitting in a dark room all day (and night) fiddling with functions and hashes and overflow:hiddens and&#8230;.are we asleep yet?</p>
<p><span id="more-684"></span>So because of this<strong> lopsided ratio of demand for code vs willing code-monkeys</strong>, many of us developers find ourselves receiving numerous emails and phone calls on a weekly and even daily basis from recruiters and technology companies eager for resources. As a happily self-employed web developer with no plans of re-joining the ranks of the full-time employed anytime in the foreseeable future, I have been on the receiving end of many of these inquiries myself &#8211; almost to the point where my <strong>ungrateful</strong> ass started getting annoyed. But <strong>I&#8217;ve figured out a way to make the best of these seemingly useless inquiries</strong> that come via email.</p>
<p>Using my cherished Gmail along with the <a href="http://gmailblog.blogspot.com/2008/10/new-in-labs-canned-responses.html" target="_blank">Canned Responses</a> add-on, I crafted and saved a simple email response that not only politely lets the interested parties know that I&#8217;m not currently available, but that <strong>I have a few super-talented non-developer tech-industry colleagues who <em>are</em> currently on the market</strong> who they might want to contact.</p>
<p>Of course, it&#8217;s a bit of a numbers game, but I believe that <strong>it <em>can</em> definitely work</strong> in getting our friends and former colleagues hired, as these recruiters and hiring managers are extremely eager to place people (not to mention picking up that commission check).</p>
<p>Here&#8217;s the letter I use, feel free to customize for your own purposes:</p>
<blockquote class="blockquote2"><p>Hello [RECRUITER NAME],</p>
<p>Unfortunately, I am not seeking a position at this time. I also don&#8217;t have anyone I can recommend with the skills you require who&#8217;s seeking a job. However I do know of 2 other *great* colleagues who are currently seeking new positions:</p>
<p>Mary Johnson (Widget Maker)<br />
http://www.linkedin.com/in/[LinkedIn ID]</p>
<p>John Smith (Widget Analyst)<br />
http://www.linkedin.com/in/[LinkedIn ID]</p>
<p>Of course, I&#8217;m not sure if you&#8217;re looking for folks with John or Mary&#8217;s skill set, but perhaps this helps.</p>
<p>Either way, thanks so much for your interest!</p></blockquote>
<p><strong>On more than one occasion, I&#8217;ve actually had the recruiter say that they checked out my friend&#8217;s LinkedIn profile and were interested in speaking to them right away. </strong></p>
<p>The jury is still out as to whether this method is actually successful in placing our job seeking comrades, but I know for 100% sure that it succeeds in making me feel a lot better than simply writing back &#8220;sorry&#8230;&#8221; or deleting the inquiry email altogether.</p>
<p>Of course, if someone <em>were</em> to get placed, then I stand to end up with some <strong>commission money</strong> and there would be no complaints with that either.</p>
<p>In other words, <strong>20 seconds of my time, all upside, no downside.</strong></p>
<p><strong>Now go start canning some responses!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magneticwebworks.com/web-developers-take-20-seconds-to-be-of-service/feed/</wfw:commentRss>
		<slash:comments>0</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:54:19 -->
