<?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>Mon, 16 Apr 2012 20:21:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Using SSL in WordPress admin</title><link>http://pixopoint.com/2011/10/08/using-ssl-in-wordpress-admin/</link> <comments>http://pixopoint.com/2011/10/08/using-ssl-in-wordpress-admin/#comments</comments> <pubDate>Sat, 08 Oct 2011 20:49:49 +0000</pubDate> <dc:creator>Ryan</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://pixopoint.com/?p=2026</guid> <description><![CDATA[Unbeknownst to many internet surfers, the data you submit to a website which does not use https, is free for anyone with appropriate access to see. This includes usernames, cookies and passwords &#8211; stuff you don&#8217;t want random people finding! Often these are not easily [...]]]></description> <content:encoded><![CDATA[<p>Unbeknownst to many internet surfers, the data you submit to a website which does not use https, is free for anyone with appropriate access to see. This includes usernames, cookies and passwords &#8211; stuff you don&#8217;t want random people finding! Often these are not easily accessible as the data may be encrypted between you and the router, or you could be hard-wired into a network, however if your network security is compromised, perhaps via a hacked home WiFi network, or by simply being on an insecure WiFi network, then all of that data is freely available to anyone with the appropriate tools. If this doesn&#8217;t sound scary to you, it should! If someone can access your cookies or even worse, your password, then they will be able to take control of your website and use it for whatever nefarious purpose they may have for it.</p><p>Any WordPress powered website is vulnerable to these sorts of issues if it hasn&#8217;t been specifically setup to avoid them. There are various ways circumvent some of these security issues, including multi-factor authentication, but by far the simplest and most effective approach is to setup an SSL certificate and force your WordPress admin panel to use https for it&#8217;s admin panel. The encryption provided by https prevents anyone from snooping on that data. Your information remains confidential from snoopers as only your browser and server are able to decrypt the data.</p><p>Typically, websites will pay for an SSL certificate which is respected by all of the major browser vendors. This provides a nice green icon in the admin panel beside where it says https. However there is no need for you to pay for an SSL certificate if you are the only one using the site. As long as you create the SSL certificate yourself, you can trust it <img src='http://pixopoint.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> This is what I do here on PixoPoint.com so I thought I&#8217;d give a quick lesson on how to do it yourself.</p><p>There is a plethora of different server setups, so I&#8217;m only going to explain the most common setup here, but the same principles should apply for non cPanel setups too. Note, this may not work if your cPanel account is not setup to allow you to create new SSL certificates. If this is the case, simply contact your web host who should be able to setup a certificate for you. If they can&#8217;t, then change web hosts! There is no reason you should be forced to use your WordPress admin panel in an insecure fashion simply because of limitations in your web hosting.</p><h3>SSL link in cPanel</h3><p>Click the &#8220;SSL/TLS Manager&#8221; link in cPanel &#8230;</p><p><a href="http://pixopoint.com/uploads/cpanel-main-link.png"><img class="aligncenter size-medium wp-image-2029" title="cpanel-main-link" src="http://pixopoint.com/uploads/cpanel-main-link-480x105.png" alt="" width="480" height="105" /></a></p><p>The SSL/TLS Manager provides you with links for creating a  private key (KEY), certificate signing request (CSR) and a Certificate (CRT)</p><p><a href="http://pixopoint.com/uploads/cpanel-ssl-area.png"><img class="aligncenter size-medium wp-image-2030" title="cpanel-ssl-area" src="http://pixopoint.com/uploads/cpanel-ssl-area-480x226.png" alt="" width="480" height="226" /></a></p><p>The first one you need to create is the private key. Select the domain you want to setup https for, and it will auto-populate the &#8220;Host&#8221; for you. Then click &#8220;Generate&#8221;.</p><p><a href="http://pixopoint.com/uploads/cpanel-generate-key.png"><img class="aligncenter size-medium wp-image-2031" title="cpanel-generate-key" src="http://pixopoint.com/uploads/cpanel-generate-key-480x86.png" alt="" width="480" height="86" /></a></p><p>You will be provided with the private key although you won&#8217;t need to do anything with this as it will be automatically carried forward by the server.</p><p><a href="http://pixopoint.com/uploads/cpanel-generated-key.png"><img class="aligncenter size-medium wp-image-2032" title="cpanel-generated-key" src="http://pixopoint.com/uploads/cpanel-generated-key-480x309.png" alt="" width="480" height="309" /></a></p><p>Next up, head back to the SSL/TLS manager and generate a Certificate Signing Request (CSR).</p><p><a href="http://pixopoint.com/uploads/cpanel-signing-requests.png"><img class="aligncenter size-full wp-image-2033" title="cpanel-signing-requests" src="http://pixopoint.com/uploads/cpanel-signing-requests.png" alt="" width="309" height="394" /></a></p><p>As with the private key, the generated signing request will also be carried forward by the server so you don&#8217;t need to do anything with this.</p><p><a href="http://pixopoint.com/uploads/cpanel-generated-signing-request.png"><img class="aligncenter size-medium wp-image-2034" title="cpanel-generated-signing-request" src="http://pixopoint.com/uploads/cpanel-generated-signing-request-480x237.png" alt="" width="480" height="237" /></a></p><p>Now head back to the SSL/TLS Manager and create the certificate. The private key and signing request you have already prepared will be automatically used to create the final certificate.</p><p><a href="http://pixopoint.com/uploads/cpanel-generate-cert.png"><img class="aligncenter size-full wp-image-2035" title="cpanel-generate-cert" src="http://pixopoint.com/uploads/cpanel-generate-cert.png" alt="" width="306" height="262" /></a></p><p>This stage, you will have https working on your site, but the WordPress admin panel won&#8217;t use it by default, so you need to force it use https. To do this, you need to edit the wp-config.php file (usually found in the main folder of your WordPress installation). At this point you have a choice between only forcing the login page to use https, which protects your password from being stolen, or forcing https over the entire admin panel. Theoretically the admin panel will load slightly slower when using https, so some people do prefer to take the login https option only. But the performance hit is so minimal that I recommend simply forcing https across the entire admin panel as a further security improvement. This ensures that not only is your password secure, but also your cookies and any private posts and data which you may enter via the admin panel.</p><p>Adding the following code to the wp-config.php file will force only the login page to use https (not recommended):<br /> <code>define('FORCE_SSL_LOGIN', true);</code></p><p>Adding the following code to the wp-config.php file will force the entire admin panel to use https (recommended):<br /> <code>define('FORCE_SSL_ADMIN', true);</code></p><p>Now when you visit your sites admin panel, you will be greeted by a lovely warning message! Don&#8217;t worry, this is simply because you are using a self-signed certificate, which since you were the one that created it is perfectly okay to use. If you can afford to buy a certificate, then do so, but otherwise this free solution should be good enough for most purposes. You just need to put up with clicking past the error message whenever you visit the admin panel from another computer/browser.</p><p><a href="http://pixopoint.com/uploads/warning.png"><img class="aligncenter size-medium wp-image-2037" title="warning" src="http://pixopoint.com/uploads/warning-480x391.png" alt="" width="480" height="391" /></a></p><p>Now once you are logged into your admin panel, you should be surfing along in a totally secure admin panel which your neighbours can&#8217;t snoop in on. There will be an unpleasant looking line through &#8220;https&#8221; in your address bar, but this is not a problem due to you have signed the certificate yourself so is no cause for concern. Your admin panel is locked down nice and tight so that no prying eyes can watch what you are doing on your own site.</p><p><a href="http://pixopoint.com/uploads/address-bar.png"><img class="aligncenter size-medium wp-image-2038" title="address-bar" src="http://pixopoint.com/uploads/address-bar-480x112.png" alt="" width="480" height="112" /></a></p><h3>Multi-site</h3><p>If you have a multi-site network with domain mapping, this will probably not work unless you have the domain mapping plugin set to use sub-domains of the primary domain as the admin URL for each sub-domain.</p><p><em>This post was heavily inspired by a <a href="http://tech.ipstenu.org/2011/ssl-self-certify-wp/">similar post by Mika Epstein</a>. Mika is an awesome contributor to the WordPress project and can often be found helping out in the support forums at WordPress.org. </em></p> ]]></content:encoded> <wfw:commentRss>http://pixopoint.com/2011/10/08/using-ssl-in-wordpress-admin/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>WordPress Admin bar</title><link>http://pixopoint.com/2010/11/18/wordpress-admin-bar/</link> <comments>http://pixopoint.com/2010/11/18/wordpress-admin-bar/#comments</comments> <pubDate>Thu, 18 Nov 2010 12:46:26 +0000</pubDate> <dc:creator>Ryan</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://pixopoint.com/?p=1636</guid> <description><![CDATA[WordPress Version 3.1 (due for release within the next month or two) will include an admin menu bar similar to the one seen on WordPress.com and Vipers&#8217; Admin bar plugin. You can read more about the development of the admin bar in WordPress Trac. You [...]]]></description> <content:encoded><![CDATA[<p>WordPress Version 3.1 (due for release within the next month or two) will include an admin menu bar similar to the one seen on WordPress.com and <a href="http://www.viper007bond.com/wordpress-plugins/wordpress-admin-bar/">Vipers&#8217; Admin bar plugin</a>. You can read more about the development of the admin bar in <a href="http://core.trac.wordpress.org/ticket/14772">WordPress Trac</a>.</p><p>You can see the admin bar in action by installing the <a href="http://core.svn.wordpress.org/trunk/">latest trunk install</a> of WordPress. <em>Note: Trunk installs are not recommended for use on a live site; you should always wait until an RC or stable version is released (or a beta if you feel adventurous)</em>.</p><div id="attachment_1638" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/wordpress-admin-bar-screenshot.jpg"><img src="http://pixopoint.com/uploads/wordpress-admin-bar-screenshot-480x67.jpg" alt="" title="WordPress Admin bar" width="480" height="67" class="size-medium wp-image-1638" /></a><p class="wp-caption-text">Screenshot of the new WordPress Admin bar</p></div><p>The version currently in trunk makes heavy use of javascript and has a lot of unneeded HTML. So this evening I quickly hashed together a pared down version with drastically smaller sprite images, support for IE6 and utilizing a basic unordered list instead of a gaggle of HTML. You can view a <a href="http://demo.pixopoint.com/static/wordpress-admin-bar/">test version here</a>. A link to the test version will also be posted on the <a href="http://core.trac.wordpress.org/ticket/14772">Admin bar Trac ticket</a> shortly.</p><p>The only javascript used in my new version is a suckerfish script to trigger support for the dropdowns in IE6. Some slick slide-down animations on the dropdowns would also be a nice touch, but I haven&#8217;t added those in since there weren&#8217;t any in the trunk version.</p><p>The current trunk admin bar makes heavy use of !important declarations. I&#8217;ve totally avoided this as it tends to cause nothing but headaches if you ever need to over-write it, however it may be necessary to include a few of them simply to force it to work with as many potential themes as possible. I&#8217;ll deal with that if someone questions it. In general, the use of !important should be avoided where possible, although this may be an unfortunate example where it may be unavoidable.</p><p>If you have any opinions on the addition of the new admin bar or my version of it, please leave a comment <img src='http://pixopoint.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://pixopoint.com/2010/11/18/wordpress-admin-bar/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <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; title: ;">&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; title: ;">wmode=&quot;transparent&quot;</pre><p>Your code should now look something like this:</p><pre class="brush: xml; title: ;">
&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>6</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>3</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; title: ;">
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> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: pixopoint.com @ 2012-04-19 16:22:59 -->
