<?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>PixoPoint &#187; General</title>
	<atom:link href="http://pixopoint.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://pixopoint.com</link>
	<description>Specialists in the design, coding and implementation of websites</description>
	<lastBuildDate>Thu, 29 Jul 2010 07:33:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flash and dropdown menus</title>
		<link>http://pixopoint.com/2010/06/11/flash-and-dropdown-menus/</link>
		<comments>http://pixopoint.com/2010/06/11/flash-and-dropdown-menus/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:28:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1515</guid>
		<description><![CDATA[Aside from the known issues with flash, there is a major problem with the default setup of most flash objects which many people are unaware of. A quick search through our support forum, will show up dozens of questions relating to Adobe Flash objects and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1521" class="wp-caption alignright" style="width: 230px"><img class="size-full wp-image-1521" title="Evil Flash" src="http://pixopoint.com/uploads/evil_flash-e1276256393294.jpg" alt="" width="220" height="219" /><p class="wp-caption-text">Flash - the cause of, and solution to, most of the internet&#39;s problems.</p></div>
<p>Aside from the <a href="http://www.apple.com/hotnews/thoughts-on-flash/">known issues with flash</a>, there is a major problem with the default setup of most flash objects which many people are unaware of.</p>
<p>A quick search through our <a href="http://pixopoint.com/forum/">support forum</a>, will show up dozens of questions relating to Adobe Flash objects and dropdown menus appearing beneath them. The usual solution people look to as a solution, is to modify the z-index of either their menu, the flash object, or both. Unfortunately this only leads to dead-ends and confusion on the part of the site owner.</p>
<p>The solution thankfully, is relatively simple. All you need to do is to set the Flash object to &#8220;transparent&#8221;, and your dropdown menu will appear on top of the object instead of below it. I suspect Adobe added this behaviour intentionally as a way of hacking people&#8217;s sites into work as expected but has infuriated many web developers as this is not what would typically be expected for browser behaviour.</p>
<h3>The solution</h3>
<p>Add the following between your &lt;object&gt; tags:</p>
<pre class="brush: xml;">&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;</pre>
<p>Add this in an &lt;embed&gt; tag:</p>
<pre class="brush: xml;">wmode=&quot;transparent&quot;</pre>
<p>Your code should now look something like this:</p>
<pre class="brush: xml;">
&lt;object&gt;
  &lt;param value=&quot;blabla.swf&quot; / &gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; / &gt;
  &lt;embed src=&quot;transparency.swf&quot; wmode=&quot;transparent&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
  &lt;/embed&gt;
&lt;/object&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/06/11/flash-and-dropdown-menus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress and AJAX</title>
		<link>http://pixopoint.com/2010/05/04/wordpress-and-ajax/</link>
		<comments>http://pixopoint.com/2010/05/04/wordpress-and-ajax/#comments</comments>
		<pubDate>Tue, 04 May 2010 07:45:44 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1346</guid>
		<description><![CDATA[Our JavaScript guru Ronald Huereca has launched a terrific new e-book explaining the technical side of using AJAX with WordPress. If you have ever wanted to learn how to add AJAX features into your WordPress powered site, then we highly recommend checking out Ronald&#8217;s new [...]]]></description>
			<content:encoded><![CDATA[<p><a title="WordPress and AJAX - affiliate link" href="http://www.wpajax.com/?affiliate_id=25"><img class="alignright size-full wp-image-1351" title="wordpress_and_ajax" src="http://pixopoint.com/uploads/wordpress_and_ajax.jpg" alt="" width="193" height="274" /></a><a href="http://pixopoint.com/about/">Our JavaScript guru</a> <a href="http://ronalfy.com/">Ronald Huereca</a> has launched a terrific new e-book explaining the technical side of using AJAX with WordPress. If you have ever wanted to learn how to add AJAX features into your WordPress powered site, then we highly recommend checking out Ronald&#8217;s new book.</p>
<p>The book is easy to read, easy to understand and ideal for those wanting to branch out from being the user of an AJAX&#8217;ified WordPress plugin or theme into adding their own customised functionality to their site.</p>
<p>The book is 249 pages long and covers the following:</p>
<ul>
<li>The basics of AJAX</li>
<li>How to load scripts correctly in WordPress</li>
<li>How to set up PHP classes</li>
<li>Loads of code examples</li>
</ul>
<p>The book is for sale for US$24 from the <a href="http://www.wpajax.com/?affiliate_id=25">WordPress and AJAX site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/05/04/wordpress-and-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PixoPoint Theme Integrator in repo.</title>
		<link>http://pixopoint.com/2010/04/21/pixopoint-theme-integrator-in-plugin-repository/</link>
		<comments>http://pixopoint.com/2010/04/21/pixopoint-theme-integrator-in-plugin-repository/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:49:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1414</guid>
		<description><![CDATA[The PixoPoint Theme Integrator plugin for WordPress is now available in the official WordPress plugin repository. PixoPoint Theme Integrator plugin page on WordPress.org If you find the plugin useful, please rate is up by logging into the repository and clicking the stars in the right [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://pixopoint.com/products/pixopoint-theme-integrator/">PixoPoint Theme Integrator plugin</a> for WordPress is now available in the official WordPress plugin repository.</p>
<p style="text-align: center;"><strong><a href="http://wordpress.org/extend/plugins/pixopoint-theme-integrator/">PixoPoint Theme Integrator plugin page on WordPress.org</a></strong></p>
<p>If you find the plugin useful, please rate is up by logging into the repository and clicking the stars in the right hand sidebar <img src='http://pixopoint.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you are using the plugin, please <a href="http://pixopoint.com/contact/">let us know</a> as we&#8217;d love to see some more examples of the plugin in action.</p>
<div id="attachment_1415" class="wp-caption aligncenter" style="width: 490px"><a href="http://wordpress.org/extend/plugins/pixopoint-theme-integrator/"><img src="http://pixopoint.com/uploads/pixopoint-theme-integrator-dotorg-480x438.png" alt="" title="PixoPoint Theme Integrator page on WordPress.org" width="480" height="438" class="size-medium wp-image-1415" /></a><p class="wp-caption-text">The PixoPoint Theme Integrator page in the WordPress.org plugins repository</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/04/21/pixopoint-theme-integrator-in-plugin-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Weekly podcast</title>
		<link>http://pixopoint.com/2010/04/03/wordpress-weekly/</link>
		<comments>http://pixopoint.com/2010/04/03/wordpress-weekly/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 03:53:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1313</guid>
		<description><![CDATA[For those of you looking for another way to find out about the latest news, tips and information about WordPress but are sick and tired of reading through blog after blog of posts, an excellent alternative is to listen or even participate in a WordPress [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1314" class="wp-caption alignright" style="width: 190px"><a href="http://pixopoint.com/uploads/jeff_chandler.jpg"><img class="size-full wp-image-1314" title="Jeff Chandler" src="http://pixopoint.com/uploads/jeff_chandler_big.jpg" alt="" width="180" height="228" /></a><p class="wp-caption-text">Jeff Chandler, the host of WordPress Weekly.</p></div>
<p>For those of you looking for another way to find out about the latest news, tips and information about WordPress but are sick and tired of reading through blog after blog of posts, an excellent alternative is to listen or even participate in a WordPress related podcast.</p>
<p>The leading podcast on WordPress is the <a href="http://wptavern.com/wordpress-weekly/">WordPress Weekly podcast</a> hosted by <a href="http://jeffc.me/">Jeff Chandler</a>. Jeff does an excellent job of presenting the latest news and has a slew of top level WordPress  plugin authors, themers and general WordPress experts on his show, both as interviewees and during round table discussions with other WordPress experts.</p>
<p><a href="http://wptavern.com/wordpress-weekly/"><img title="WP Tavern logo" src="http://pixopoint.com/uploads/wptavern.png" alt="" width="441" height="78" /></a></p>
<h3>Live broadcast</h3>
<p>One of the key ingredients to the success of WordPress weekly is not only the boundless enthusiasm of Jeff as host of the show, but also the live setup. You can listen to the podcast live as it happens, and even call in if you would like to ask a question. There is also a chat box for the live listeners to discuss the podcast as it happens and to ask questions which may be answered on the show.</p>
<p>The live service is provided by the TalkShoe podcasting service. Visit the <a href="http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=34224&amp;cmd=tc">WordPress Weekly Talkshoe page</a> to see the upcoming live schedule and to join in on the conversation.</p>
<h3>Other WordPress podcasts</h3>
<p><a href="http://yoast.com/press-this/">Press This</a> by Joast de Valk<br />
<a href="http://wordcast.bitwiremedia.com/">WordCast</a> by Bitwire Media</p>
<p>&nbsp;</p>
<p><em>Thanks to <a href="http://www.ronalfy.com/">Ronald Huereca</a> for the photo of Jeff. Ronald is <a href="http://pixopoint.com/about/">our JavaScript guru</a> so if you have a use for any JavaScript/AJAX related WordPress work, please <a href="http://pixopoint.com/contact/">get in touch</a>!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/04/03/wordpress-weekly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Case study: Dropline menu</title>
		<link>http://pixopoint.com/2010/03/22/case-study-premium-support/</link>
		<comments>http://pixopoint.com/2010/03/22/case-study-premium-support/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 07:34:36 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=612</guid>
		<description><![CDATA[We often receive requests for new menu designs from our Premium Support members. Here is a case study demonstrating the fastest way to get your dream menu implemented onto your site. Dropline menu Dre Armeda from CubicTwo contacted us regarding the construction of a custom menu design [...]]]></description>
			<content:encoded><![CDATA[<p>We often receive requests for new menu designs from our <a href="http://pixopoint.com/services/premium-support/">Premium Support members</a>. Here is a case study demonstrating the fastest way to get your dream menu implemented onto your site.</p>
<h3>Dropline menu</h3>
<p>Dre Armeda from <a href="http://cubictwo.com/">CubicTwo</a> contacted us regarding the construction of a custom menu design for one of his clients. He requested a &#8220;simple solution for the sub-nav (with horizontal slider) to be extended like the image attached&#8221;. The image was of a dropline menu as follows:</p>
<div id="attachment_618" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/dre_menu1.gif"><img class="size-medium wp-image-618" title="dre_menu1" src="http://pixopoint.com/uploads/dre_menu1_t.png" alt="" width="480" height="84" /></a><p class="wp-caption-text">Design sent to display exactly how the menu would look. Click to see the zoomed in version.</p></div>
<h3>Active Sub-menu and integration</h3>
<p>Dre requested for the active dropline menu to be loaded by default and for us to install our menu plugin and integrate it seamlessly into his test site.</p>
<h3>Construction</h3>
<p>We sent back the following page as an exact demonstration of what the menu would look like and asked if there were any corrections to be made.</p>
<p style="text-align: center;"><strong><a href="http://pixopoint.com/demo/industrialincome/">Demonstration Page</a></strong></p>
<p>After some email discussion regarding how the menu would work and a modification to the hover graphics we sent back a new link which Dre confirmed was exactly what was required. We were given administrator access to their WordPress admin panel and we installed our menu plugin, configured it, integrated it into their WordPress theme and updated the CSS to load the new design. And here is the final result:</p>
<div id="attachment_1301" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/industrial_income_trust.jpg"><img class="size-medium wp-image-1301" title="The PixoPoint coded menu on the Industrial Income Trust's website" src="http://pixopoint.com/uploads/industrial_income_trust-480x275.jpg" alt="" width="480" height="275" /></a><p class="wp-caption-text">The PixoPoint coded dropline menu on the Industrial Income Trust&#39;s website</p></div>
<p>By providing an exact image of what was required and full specifications as to how the menu was to function (dropline shown by default) and by showing us the exact page the menu was to appear on we were able to provide a demo page of what the menu would look like. This allowed the client to see exactly how the menu would look on their site so that any corrections necessary could be made before adding them to their live site.</p>
<h3>The live site</h3>
<p>The live site can be seen at <a href="http://industrialincome.com/">IndustrialIncome.com</a>, however there are a couple of splash pages you need to click through before you can reach the menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/03/22/case-study-premium-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Devils on WordPress.com</title>
		<link>http://pixopoint.com/2010/03/11/red-devils-on-wordpress-dot-com/</link>
		<comments>http://pixopoint.com/2010/03/11/red-devils-on-wordpress-dot-com/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 11:14:47 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1217</guid>
		<description><![CDATA[Recently we were approached here at PixoPoint by the goal tender for the Canterbury Red devils ice hockey team, Vince Mitalas, about building a custom website for his team. They are a low-budget community organisation which competes in the New Zealand Ice Hockey League and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we were approached here at PixoPoint by the goal tender for the <a href="http://reddevils.co.nz/">Canterbury Red devils ice hockey team</a>, Vince Mitalas, about building a custom website for his team. They are a low-budget community organisation which competes in the <a href="http://nzihl.com/">New Zealand Ice Hockey League</a> and needed to improve their online presence for very little cost. Their original site consisted of hard coded .html files as a simple static site. Our initial suggestion of a full-custom designed and coded, hosted WordPress installation was beyond their budget, so we suggested an alternative which has slashed their costs considerably yet allowed them to create their own WordPress powered site with a design which matches their branding and includes all of the functionality they requested, including a contact form, email subscriptions for news posts, no commenting functionality (they didn&#8217;t want a traditional blog) and the ability to add photo galleries and videos. The final result can be seen at <strong><a href="http://reddevils.co.nz/">http://reddevils.co.nz/</a></strong>.</p>
<div id="attachment_1228" class="wp-caption aligncenter" style="width: 490px"><a href="http://reddevils.co.nz/"><img src="http://pixopoint.com/uploads/red_devils_site-480x347.jpg" alt="" title="Their new WordPress.com hosted site which can be found at http://RedDevils.co.nz/" width="480" height="347" class="size-medium wp-image-1228" /></a><p class="wp-caption-text">Their new site hosted at RedDevils.co.nz</p></div>
<p>What we suggested was for them to use the <a href="http://en.wordpress.com/features/">hosted WordPress.com service</a>. This is not the regular self-hosted solution that you can download from <a href="http://wordpress.org/">WordPress.org</a>, but the hosted system which allows you to create your own blog/site within minutes. We have suggested this previously to those who can&#8217;t afford a more traditional solution, but have found it an uphill battle convincing people that WordPress.com can indeed meet their needs in exactly the same way a self-hosted solution would.</p>
<h3>Misconceptions about WordPress.com powered sites</h3>
<p>Traditionally WordPress.com has only been suggested as a low-budget option for those who can&#8217;t afford to upgrade to &#8220;proper&#8221; hosted setup, however for the Red Devils, we were able to meet all of their requirements without losing anything that they required in their site. We were also able to integrate their teams branding into an existing theme very quickly through some simple CSS upgrades.</p>
<p>The following is a common comment we receive from potential clients when suggesting using WordPress.com for their site. </p>
<blockquote><p>But you can&#8217;t upload themes to WordPress.com and we need our own design</p></blockquote>
<p>However, despite this, we had no trouble at all in redesigning a WordPress.com site for the Red Devils which suited their needs perfectly by using the &#8220;CSS upgrade&#8221; option. This costs a mere US$15 and allows you to totally modify the sites CSS. This gives huge power over how the site looks and behaves. We were able to use this to add a new background image, totally change the text colours, remove all remnants of the commenting feature of WordPress (even when comments are disabled their are still occasional bits of text mentioning the comments feature).</p>
<div id="attachment_1220" class="wp-caption aligncenter" style="width: 475px"><a href="http://pixopoint.com/uploads/custom_css.png"><img src="http://pixopoint.com/uploads/custom_css.png" alt="" title="Custom CSS upgrade on WordPress.com" width="465" height="325" class="size-full wp-image-1220" /></a><p class="wp-caption-text">The custom CSS upgrade information as found on WordPress.com</p></div>
<p>The following is another common comment we receive on suggesting clients use WordPress.com to power their site.</p>
<blockquote><p>No, I must have my own domain for branding purposes!</p></blockquote>
<p>This is also a fallacy as there is a &#8220;domain upgrade&#8221; option available for another US$10. All you need to do is to point your domain at the WordPress.com name servers, purchase the upgrade, add the new domain to your list of domains and it will automatically start working and all your own URLs will redirect to the new one automagically. Apart from the small unobtrusive link back to WordPress.com in your footer, no one will have a clue that you are using the WordPress.com service.</p>
<div id="attachment_1222" class="wp-caption aligncenter" style="width: 523px"><a href="http://pixopoint.com/uploads/domain_upgrade.png"><img src="http://pixopoint.com/uploads/domain_upgrade.png" alt="" title="Domain upgrade for WordPress.com" width="513" height="380" class="size-full wp-image-1222" /></a><p class="wp-caption-text">The domain upgrade information as seen on WordPress.com</p></div>
<p>And last, but not least, the following is another common comment we receive on suggesting clients use WordPress.com over a self-hosted solution.</p>
<blockquote><p>But I don&#8217;t want a blog, I want a website!</p></blockquote>
<p>Ignoring the obvious fact that a blog is actually a website, it is entirely possible to make a WordPress.com &#8220;blog&#8221; look and behave in a very &#8220;non-bloggy&#8221; way. You can either ditch the blog functionality entirely and go for an entirely static site, or you can use the method we used for the <a href="http://reddevils.co.nz/">Red Devils site</a> by removing all mentions of &#8220;blog&#8221;, turning off commenting and stripping out any errant text which may appear in the site related to the commenting functionality, blog categories etc. This gives a simple list of news items on the front page to ensure that their site visitors see the most important/current content first up. They even use the sticky post feature of WordPress to ensure that news items they want to ensure readers see first are always at the top of the home page.</p>
<h3>What other upgrades are available</h3>
<p>There are a suite of different upgrades available for those who need them. The Red Devils did not require any of the other available extras, but depending on your requirements you may find some of the other options useful, in particular the ability to remove the occasional advertising which WordPress.com serves to your sites visitors.<br />
<div id="attachment_1221" class="wp-caption aligncenter" style="width: 505px"><a href="http://pixopoint.com/uploads/dotcom_upgrades.png"><img src="http://pixopoint.com/uploads/dotcom_upgrades.png" alt="" title="Upgrades for WordPress.com" width="495" height="566" class="size-full wp-image-1221" /></a><p class="wp-caption-text">The various upgrades available for WordPress.com</p></div></p>
<h3>Maintenance</h3>
<p>The beauty of using WordPress.com, is that not only does it cost almost nothing to setup (US$25 for the CSS and domain name upgrades), but you don&#8217;t need to bother maintaining a WordPress installation since they handle everything for you. You also don&#8217;t need to worry about DOS attacks, security or any of that stuff as the WordPress.com team have a terrific track record of handling such things spectacularly well.</p>
<h3>The clients opinion</h3>
<p>The <a href="http://reddevils.co.nz/">Canterbury Red Devils</a> have been very happy so far with the end-product. For negligible up-front cost they have all of the features they wanted for their site, a slick design, their own domain and to the casual observer it looks like the Red Devils have a regular self-hosted WordPress installation.</p>
<p>They have gone from an awkward to use static site which they couldn&#8217;t update, there were no RSS feeds, no email subscriptions, no photo galleries and they couldn&#8217;t give non-technical users the ability to edit their site. They can now have multiple members of their organisation editing the site with no fear of the site breaking or something going catastrophically wrong. They effectively have infinite bandwidth to handle any potential traffic spikes, their sites security is handled by the best experts in the business and their site loads lightning quick since it is hosted on the massive 1000+ server stack of WordPress.com.</p>
<p>Special thanks to Vince Mitalas from the Red Devils who worked with us on this project and who has been adding all the content ready for the sites launch today.<br />
<div id="attachment_1216" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/vs-Swarm-2009-pic-6-1024x684.jpg"><img class="size-medium wp-image-1216" title="Vince Mitalas of the Canterbury Red Devils ice hockey team" src="http://pixopoint.com/uploads/vs-Swarm-2009-pic-6-480x320.jpg" alt="" width="480" height="320" /></a><p class="wp-caption-text">Vince Mitalas of the Canterbury Red Devils ice hockey team</p></div></p>
<h3>Getting your own WordPress.com powered site</h3>
<p>If you don&#8217;t have the CSS coding skills or simply want someone else to handle everything for you, please <a href="http://pixopoint.com/contact/">get in touch with us</a> as we are very keen to build more of these hosted setups. If it matches your requirements, they are an inexpensive way to enter the online world without losing any of the professionalism of the regular self-hosted WordPress installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/03/11/red-devils-on-wordpress-dot-com/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>WordPress Resources</title>
		<link>http://pixopoint.com/2010/01/22/wordpress-resources/</link>
		<comments>http://pixopoint.com/2010/01/22/wordpress-resources/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 11:31:27 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=846</guid>
		<description><![CDATA[We often receive requests for information on where to learn more about WordPress theme and plugin development. Unfortunately, the official resource site WordPress.org is not a good place to go for information beyond the extreme basics of WordPress or encyclopaedic type information about various hooks [...]]]></description>
			<content:encoded><![CDATA[<p>We often receive requests for information on where to learn more about WordPress theme and plugin development. Unfortunately, the official resource site WordPress.org is not a good place to go for information beyond the extreme basics of WordPress or encyclopaedic type information about various hooks and filters and functions used within the core software. So here is a run-down on my favourite unofficial sources of WordPress tips, tricks and support.</p>
<h3>WP Tavern</h3>
<p>The WordPress Tavern has become the defacto goto place for many WordPress experts. The site is run by the unofficial WordPress community superstar <a href="http://jeffc.me/">Jeff Chandler</a> who is based in the USA. The site includes a blog with posts from both Jeff himself and other contributors and a terrific forum for discussing the latest news, tips and tricks of WordPress. The site is also the home of WordPress Weekly, the best podcast about WordPress.<br />
<a href="http://wptavern.com/"><img class="aligncenter" title="wptavern_logo" src="http://pixopoint.com/uploads/wptavern_logo.jpg" alt="" width="449" height="82" /></a></p>
<h3>WP Garage</h3>
<p>Although not updated as often as it once was, WP Garage is a terrific source of information about plugins, themes and basic tricks. The site is ideally suited to those wanting to move from being a novice WordPress user to a power user as it includes a series of basic coding tricks and tips. The site is run by Miriam Schwab of Israel who is also the CEO of <a href="http://illuminea.com/about/">illuminea</a>, an internet presence and marketing firm.<br />
<a href="http://wpgarage.com/"><img class="aligncenter size-full wp-image-845" title="WP Garage logo" src="http://pixopoint.com/uploads/WPGlogo1.gif" alt="" width="397" height="93" /></a></p>
<h3>Justin Tadlock / Theme Hybrid</h3>
<p><a href="http://themehybrid.com/">Justin Tadlock</a> is one of the leading experts on theme development for WordPress. Justin is very much at the cutting edge of creating innovative themes which can be modified extensively (via child themes) without touching the core theme code. He is the author of <a href="http://themehybrid.com/">Theme Hybrid</a> and also written some high quality plugins for WordPress. Justin operates a <a href="http://themehybrid.com/theme-club">theme club</a> which includes a high quality support forum for his various (free) products.<br />
<a href="http://justintadlock.com/"><img class="aligncenter size-full wp-image-849" title="Justin Tadlock logo" src="http://pixopoint.com/uploads/justintadlock_logo.jpg" alt="" width="449" height="82" /></a></p>
<h3>Other resources</h3>
<p>There are so many other resources about WordPress that we couldn&#8217;t possibly list them all. However here is a list of resources we also recommend checking out.<br />
<strong><a href="http://themeshaper.com/">Theme Shaper</a></strong> &#8211; An excellent site by Candian based Ian Stewart, about WordPress theme development and in particular his parent theme, Thematic.<br />
<strong><a href="http://wpvibe.com/">WP Vibe</a></strong> &#8211; A resource site about WordPress plugins and themes by Dre Armeda and Jonathan Dingman.<br />
<strong><a href="http://sitepoint.com/">SitePoint</a></strong> &#8211; Although not a WordPress specific site, SitePoint is an excellent place to learn more about the software. SitePoint includes the most popular web development forum on the internet.<br />
<strong><a href="http://wpmututorials.com/">WP Mu Tutorials</a></strong> &#8211; One of the best places to find Mu specific information about WordPress. The site is run by husband and wife team Ron and Andrea.<br />
<strong><a href="http://www.arickmann.co.uk/blog/">Andrew Rickmann&#8217;s blog</a></strong> &#8211; An excellent site for opinions on the more advanced issues relating to WordPress.<br />
<strong><a href="http://markjaquith.wordpress.com/">Mark Jaquith on WordPress</a></strong> &#8211; Mark Jaquith is one of the core developers for WordPress and also the best of the core developers at dispersing information about the cutting edge of WordPress development.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/01/22/wordpress-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Animating your dropdown menu</title>
		<link>http://pixopoint.com/2010/01/11/animating-menus/</link>
		<comments>http://pixopoint.com/2010/01/11/animating-menus/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:00:36 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[superfish]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=691</guid>
		<description><![CDATA[In our IE Hovers post we outlined how the Superfish jQuery plugin can be used to create a smooth flowing animated effect for your dropdown menu. However the Superfish script is reasonably large and many people don&#8217;t require the various options which are available with [...]]]></description>
			<content:encoded><![CDATA[<p>In our <a href="http://pixopoint.com/ie-hovers/">IE Hovers post</a> we outlined how the Superfish jQuery plugin can be used to create a smooth flowing animated effect for your dropdown menu. However the Superfish script is reasonably large and many people don&#8217;t require the various options which are available with the Superfish plugin. So here is an explanation of a new way to create smooth animated dropdown menus with only a few lines of code (plus jQuery).</p>
<p>The following code will produce a clean smooth flowing animation effect just like you can see in the menu  above for our own site.</p>
<pre class="brush: jscript;">
function suckerfishmenu(){
	$('#suckerfishnav ul').css({display:'none'}); // Opera Fix
	$('#suckerfishnav li').hover(function(){
		$(this).find('ul:first').css({display:'none'}).slideDown(300);
	},function(){
		$(this).find('ul:first').css({display:'none'});
	});
}
 $(document).ready(function(){
	suckerfishmenu();
});
</pre>
<p>To make this work, you simply need to insert the above code after you load jQuery and between the &lt;head&gt; tags for your page and use a dropdown menu with an ID of #suckerfishnav. Make sure you reference the jQuery.js file correctly (<a href="http://jquery.com/">available here</a>). If you are using WordPress, then you will want to make sure you are loading jQuery via the <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">enqueue method</a> to avoid clashes with plugins which use jQuery and add <em>var $ = jQuery;</em> to ensure that jQuery works with the non-conflict mode of the version of jQuery version bundled with WordPress.</p>
<p>If all of that seems too complicated, don&#8217;t despair as the new version coming soon of our <a href="http://pixopoint.com/products/pixopoint-menu/">PixoPoint Menu plugin</a> has this new animation method built in so that you won&#8217;t need to touch any code to get it working.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/01/11/animating-menus/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What the heck are Superfish and Suckerfish?</title>
		<link>http://pixopoint.com/2009/12/15/superfish-suckerfish/</link>
		<comments>http://pixopoint.com/2009/12/15/superfish-suckerfish/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 06:22:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[suckerfish]]></category>
		<category><![CDATA[superfish]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=668</guid>
		<description><![CDATA[Many people get confused when working with our WordPress menu plugins and CSS generator as to what exactly &#8220;Suckerfish&#8221; is and what the difference is between it and &#8220;Superfish&#8220;. Most of you will never need to understand the difference, but for those of you keen to dive [...]]]></description>
			<content:encoded><![CDATA[<p>Many people get confused when working with our <a href="http://pixopoint.com/products/pixopoint-menu/">WordPress menu plugins</a> and <a href="http://pixopoint.com/suckerfish_css/">CSS generator</a> as to what exactly &#8220;Suckerfish&#8221; is and what the difference is between it and &#8220;<a href="http://users.tpg.com.au/j_birch/plugins/superfish/">Superfish</a>&#8220;. Most of you will never need to understand the difference, but for those of you keen to dive in and either custom build your own menu or tinker around under the hood of our plugins, here is a brief run-down on what they are and how they work.</p>
<h3>Suckerfish</h3>
<p>The original Suckerfish javascript code was posted on <a href="http://www.alistapart.com/articles/dropdowns/">A List Apart</a> by Patrick Griffiths and Dan Webb. As outlined in our <a href="http://pixopoint.com/ie-hovers/">:hover pseudo class post</a>, it simply adds support for the same effect as the :hover pseudo class in Internet Explorer 6 and older browsers.</p>
<p>The following code is based on the most popular form of the Suckerfish script, the &#8220;Son of Suckerfish&#8221; by <a href="http://htmldog.com/articles/suckerfish/dropdowns/">HTML Dog</a>. This code works with any unordered list with an ID of #suckerfishnav.</p>
<pre class="brush: jscript;">sfHover = function() {
var sfEls = document.getElementById(&quot;suckerfishnav&quot;).getElementsByTagName(&quot;LI&quot;);
for (var i=0; i&amp;lt;sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=&quot; sfhover&quot;;
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(&quot; sfhover\\b&quot;), &quot;&quot;);
}
}
}
if (window.attachEvent) window.attachEvent(&quot;onload&quot;, sfHover);
</pre>
<p><img class="aligncenter size-full wp-image-296" title="Aqua Vaccinium theme menu" src="http://pixopoint.com/uploads/multilevel_aqua_thumb.png" alt="" width="460" height="345" /></p>
<p>The following code is more suitable for situations in which you need support for multiple dropdown menus on the same page as it works on any unordered list with a class of .sf-hover (ie: you can&#8217;t have two menus with the same ID therefore this class system works better in such situations).</p>
<pre class="brush: jscript;">
function sfHoverEvents(sfEls) {
var len = sfEls.length;
for (var i=0; i
sfEls[i].onmouseover=function() {
this.className+=&quot; sfhover&quot;;
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(&quot; sfhover&quot;, &quot;&quot;);
}
}
}
function sfHover() {
var ULs = document.getElementsByTagName(&quot;UL&quot;);
var len = ULs.length;
for(var i=0;i
if(ULs[i].className.indexOf(&quot;sf-menu&quot;) != -1)
sfHoverEvents(ULs[i].getElementsByTagName(&quot;LI&quot;));
}
}
if (window.attachEvent) window.attachEvent(&quot;onload&quot;, sfHover);&lt;/code&gt;
</pre>
<p><img class="aligncenter size-full wp-image-413" title="Dunedin Ice Hockey Association sites menu" src="http://pixopoint.com/uploads/pixopointmenu-demo1.jpg" alt="" width="515" height="260" /></p>
<p><strong>Superfish</strong></p>
<p><a href="http://users.tpg.com.au/j_birch/plugins/superfish/">Superfish</a> is a plugin for the jQuery javascript framework. Unlike the simple Suckerfish methods outlined above, Superfish adds many more features to your menu than just :hover pseudo class support in IE6.</p>
<p>Some features of the Superfish jQuery plugin are:</p>
<ul>
<li>Timed delay on mouseout to be more forgiving of mouse-piloting errors.</li>
<li>Animation of sub-menu reveal. The animation speed is customisable</li>
<li>Keyboard accessibility. Tab through the links and the relevant sub-menus are revealed and hidden as needed.</li>
<li>Supports the hoverIntent plugin. Superfish automatically detects the presence of Brian Cherne’s hoverIntent plugin and uses its advanced hover behaviour for the mouseovers (mouseout delays are handled by Superfish regardless of the presence of hoverIntent).</li>
<li>Indicates the presence of sub-menus by automatically adding arrow images to relevant anchors. Arrows are fully customisable via CSS.</li>
</ul>
<p>To see a demo of the Superfish plugin in action, hover over the menu of the <a href="http://dunedinicehockey.co.nz/">Dunedin Ice Hockey Association</a>.</p>
<h3>HTML</h3>
<p>We will post another blog post soon outlining best practices and how to create your own custom HTML for your menu.</p>
<h3>Other scripts</h3>
<p>There are many other alternative scripts out there too. If you have any favourites, please post a link to them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2009/12/15/superfish-suckerfish/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>:hover pseudo class and evil IE!</title>
		<link>http://pixopoint.com/2009/12/10/ie-hovers/</link>
		<comments>http://pixopoint.com/2009/12/10/ie-hovers/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 06:03:42 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[suckerfish]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=674</guid>
		<description><![CDATA[There seems to be some confusion amongst the users of our site about exactly why our WordPress menu plugins include javascript files, yet work fine without it, so here is an explanation. If none of this makes sense to you and you are using one [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be some confusion amongst the users of our site about exactly why our <a href="http://pixopoint.com/products/pixopoint-menu/">WordPress menu plugins</a> include javascript files, yet work fine without it, so here is an explanation. If none of this makes sense to you and you are using one of our <a href="http://pixopoint.com/products/pixopoint-menu/">WordPress menu plugins</a>, don&#8217;t worry! Our plugins handle all of this stuff for you automatically so you don&#8217;t need to.</p>
<h3>:hover pseudo class</h3>
<p>It has been known for a long time that it is possible to create dropdown menus purely using nested HTML blocks and the :hover CSS pseudo class. Unfortunately, although almost every single web browser added support for this feature a long time ago, Microsoft decided to drag it&#8217;s heels and waited a horrendously long time before eventually launching Internet Explorer 7 (IE7) which finally had support for the :hover pseudo class. Many users still do, and likely will for many years to come, use Internet Explorer 6 (IE6) as their browser. There are many, many reasons why they shouldn&#8217;t be using it, but unfortunately some users either refuse to upgrade, don&#8217;t know how or are simply stuck on an old school corporate intranet without the ability to upgrade. For this reason a slew of methods via javascript have been created to add support for the :hover pseudo class into IE6 and older browsers. This is the reason that all of our <a href="http://pixopoint.com/products/pixopoint-menu/">WordPress menu plugins</a> use javascript, they work without the javascript in all modern browsers, but for Internet Explorer 6 and older browsers they use a javascript to allow the menus to still operate.</p>
<h3>Suckerfish and conditionals</h3>
<p>The <a href="http://htmldog.com/articles/suckerfish/dropdowns/">suckerfish script</a> is the standard script used to add the same effect as the :hover pseudo class in IE6. In the past, it was common place to simply load the file for every page load, however now that IE6 does not have a 90%+ hold on the browser market place it is advisable to only serve the scripts to those browsers that need it. The best way to serve the file only to those older browsers is to place a link to an external script via IE conditional comments like this:</p>
<pre class="brush: xml;">&lt;!--[if lte IE 7]&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;suckerfish_ie.js&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
<p>You could alternatively include the code directly on the page itself, but this increases the page load slightly for all browsers rather than just limiting it to the old clunkers like IE6. With conditionals you can save quite a few lines of code on every page load.</p>
<p>Once you have a Suckerfish script running on your page, you can apply a class (usually .sfhover for most scripts) to the CSS and use that for IE6 instead of the :hover pseudo class.</p>
<h3>Why we need to use IE7, not IE6 conditionals &#8211; another Microsoft screwup</h3>
<p>You may have noticed that the above code is written to serve the Suckerfish script to IE7 and older browsers, despite IE7 already featuring support for the :hover pseudo class. Previously this would have been considered silly as it would only slow down the loading of a page in IE7. However Microsoft being Microsoft, have decided to add a compatibility mode into Internet Explorer 8 (IE8) which it says &#8220;will behave just like IE7&#8243;. However this is entirely incorrect as IE8 compatibility mode does not support the :hover pseudo class at all. Most of the time this would not matter, but if a user is browsing your site and for whatever reason decides to click the &#8220;compatibility mode&#8221; button, they would not be able to use your menu if there was no javascript being served to it, and since it considers itself to be IE7 it will not follow IE6 conditional comments. For this reason, we must now place the script inside IE7 conditionals as above.</p>
<p>Coming soon will be a blog post about alternatives to the Suckerfish script, the best versions to use and how to setup your custom HTML.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2009/12/10/ie-hovers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 6/11 queries in 0.045 seconds using disk

Served from: pixopoint.com @ 2010-07-31 03:08:04 -->