<?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; Plugins</title>
	<atom:link href="http://pixopoint.com/category/plugins/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>Simple CMS plugin update</title>
		<link>http://pixopoint.com/2010/06/29/simple-cms-plugin-update/</link>
		<comments>http://pixopoint.com/2010/06/29/simple-cms-plugin-update/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:41:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1557</guid>
		<description><![CDATA[We have rewritten the Simple CMS plugin for WordPress. The new version uses PHP to remove items from the administration menus and redirects the WordPress dashboard to the edit pages screen. There are still some remnants of the old blog post and commenting functionality of [...]]]></description>
			<content:encoded><![CDATA[<p>We have rewritten the <a href="http://pixopoint.com/products/simplecms/">Simple CMS plugin</a> for WordPress. The new version uses PHP to remove items from the administration menus and redirects the WordPress dashboard to the edit pages screen. There are still some remnants of the old blog post and commenting functionality of WordPress left after the plugin is installed, but the main menu area is clean of all links to those unneeded sections.</p>
<p>More information is available on the <a href="http://pixopoint.com/products/simplecms/">Simple CMS plugin page</a>.</p>
<div id="attachment_1559" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/simplecms_demo.png"><img src="http://pixopoint.com/uploads/simplecms_demo-480x375.png" alt="" title="Simple CMS WordPress plugin demo" width="480" height="375" class="size-medium wp-image-1559" /></a><p class="wp-caption-text">The simplified WordPress administration panel after installation of the Simple CMS plugin</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/06/29/simple-cms-plugin-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>No self pings</title>
		<link>http://pixopoint.com/2010/06/21/no-self-pings/</link>
		<comments>http://pixopoint.com/2010/06/21/no-self-pings/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:35:17 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1533</guid>
		<description><![CDATA[Have you ever written a blog post which links to another post within the same blog in WordPress? Has it annoyed the heck out of you when it triggered it pingback to the other post? If you answered yes to both of those questions, then [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever written a blog post which links to another post within the same blog in WordPress? Has it annoyed the heck out of you when it triggered it pingback to the other post?</p>
<p>If you answered yes to both of those questions, then install the excellent &#8220;<a href="http://wordpress.org/extend/plugins/no-self-ping/">No Self Ping plugin</a>&#8221; by Michael D. Adams. It disables that annoying functionality from WordPress and keeps your comments uncluttered by irritating self-pings.</p>
<p>Alternatively, you can simply copy and paste the following code into your themes functions.php file:</p>
<pre class="brush: php;">function no_self_ping( &amp;$links ) {
	$home = get_option( 'home' );
	foreach ( $links as $l =&gt; $link )
		if ( 0 === strpos( $link, $home ) )
			unset($links[$l]);
}

add_action( 'pre_ping', 'no_self_ping' );
</pre>
<div id="attachment_1534" class="wp-caption aligncenter" style="width: 286px"><img src="http://pixopoint.com/uploads/soundwave1-e1276542553462.jpg" alt="" title="Pingback" width="276" height="292" class="size-full wp-image-1534" /><p class="wp-caption-text">We needed a pretty picture to beautify the page. So we 'borrowed' this image as it seemed like a good visual representation of the sound of a 'ping'.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/06/21/no-self-pings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stable PixoPoint Theme Integrator</title>
		<link>http://pixopoint.com/2010/06/03/stable-pixopoint-theme-integrator/</link>
		<comments>http://pixopoint.com/2010/06/03/stable-pixopoint-theme-integrator/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 15:32:33 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1498</guid>
		<description><![CDATA[The PixoPoint Theme Integrator has now been launched as a stable release. We have fixed the following bugs since the last beta version: 1.0.6 &#8211; Stable release 1.0.5 beta &#8211; Folder permissions bug fixed (problem which afflicted most users) 1.0.4 beta &#8211; Fixed path error [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://pixopoint.com/products/pixopoint-theme-integrator/">PixoPoint Theme Integrator</a> has now been launched as a stable release.</p>
<p>We have fixed the following bugs since the last beta version:</p>
<ul>
<li><strong>1.0.6</strong> &#8211; Stable release</li>
<li><strong>1.0.5 beta</strong> &#8211; Folder permissions bug fixed (problem which afflicted most users)</li>
<li><strong>1.0.4 beta</strong> &#8211; Fixed path error in admin panel code</li>
<li><strong>1.0.3 beta</strong> &#8211; Fixed function name clash with PixoPoint menu animations plugin (copy and paste error)</li>
</ul>
<p>There is also a minor bug in how the admin page adds new sections for removing code on updating which we will correct in a future release.</p>
<p>If you find any extra bugs, please post them in our <a href="http://pixopoint.com/forum/">support forum</a> and if you would like assistance integrating your WordPress theme into another software, please <a href="http://pixopoint.com/contact/">contact us</a> for pricing information.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/06/03/stable-pixopoint-theme-integrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PixoPoint Theme Integrator: Beta</title>
		<link>http://pixopoint.com/2010/04/19/pixopoint-theme-integrator-beta/</link>
		<comments>http://pixopoint.com/2010/04/19/pixopoint-theme-integrator-beta/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:00:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1392</guid>
		<description><![CDATA[The PixoPoint Theme Integrator plugin is now available in beta form. This new version has some major changes from the original alpha release. For more information and download links, please visit the PixoPoint Theme Integrator page. Admin page The initial alpha versions of the plugin [...]]]></description>
			<content:encoded><![CDATA[<p>The PixoPoint Theme Integrator plugin is now available in beta form. This new version has some major changes from the <a href="http://pixopoint.com/theme-integrator-alpha-launch/">original alpha release</a>.</p>
<p>For more information and download links, please <a href="http://pixopoint.com/products/pixopoint-theme-integrator/">visit the PixoPoint Theme Integrator page</a>.</p>
<h3>Admin page</h3>
<p>The initial alpha versions of the plugin required manual editing of a configuration file within the plugin whereas this new one can be controlled directly from the WordPress admin page.</p>
<div id="attachment_1393" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/theme_integrator_adminpage1.png"><img class="size-medium wp-image-1393" title="PixoPoint Theme Integrator admin page" src="http://pixopoint.com/uploads/theme_integrator_adminpage1-480x668.png" alt="" width="480" height="668" /></a><p class="wp-caption-text">The administration page for the PixoPoint Theme Integrator</p></div>
<h3>String removal</h3>
<p>If there are any strings within parts of the code you have integrated with your other software which are not required, you may now remove them via the admin panel. This is useful for small snippets of unneeded code such as page specific meta tags.</p>
<h3>Page or post specific</h3>
<p>For various reasons, you may want to have the integrator fire on a specific page. This is often a good idea if you are unable to remove all the unnecessary code snippets via the admin page. If this option is left blank, it will operate on all pages.</p>
<h3>Location of HTML</h3>
<p>The admin page is now able to give you the exact PHP code necessary to load your code chunks into your other software.</p>
<h3>Modifications needed for WordPress theme</h3>
<p>The previous version required new HTML to be added to your theme, however this new version allows you to simply load the necessary code via functions (template tags) added to your theme.</p>
<p style="text-align: center;"><strong><a href="http://pixopoint.com/products/pixopoint-theme-integrator/">PixoPoint Theme Integrator page</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/04/19/pixopoint-theme-integrator-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study: GreekBerry Integration</title>
		<link>http://pixopoint.com/2010/04/19/greekberry/</link>
		<comments>http://pixopoint.com/2010/04/19/greekberry/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:18:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1354</guid>
		<description><![CDATA[Vassilis from GreekBerry.com contacted us recently about utilizing our PixoPoint Theme Integrator to make their SMF forum match the design of their site. As you can see below, their WordPress powered blog has a very attractive design. However their forum was not so beautiful. It [...]]]></description>
			<content:encoded><![CDATA[<p>Vassilis from <a href="http://greekberry.com/">GreekBerry.com</a> contacted us recently about utilizing our <a href="http://pixopoint.com/products/pixopoint-theme-integrator/">PixoPoint Theme Integrator</a> to make their <a href="http://smf-friends.org/">SMF forum</a> match the design of their site.</p>
<p>As you can see below, their WordPress powered blog has a very attractive design.<br />
<a href="http://pixopoint.com/uploads/GreekBerry_WP_screen.jpg"><img class="aligncenter size-medium wp-image-1355" title="GreekBerry.com home page" src="http://pixopoint.com/uploads/GreekBerry_WP_screen-480x480.jpg" alt="" width="480" height="480" /></a></p>
<p><a href="http://pixopoint.com/uploads/GreekBerry_SMF_old.jpg"><img class="alignright size-full wp-image-1365" title="GreekBerry_SMF_old_t" src="http://pixopoint.com/uploads/GreekBerry_SMF_old_t1.jpg" alt="" width="200" height="240" /></a>However their forum was not so beautiful. It was sporting the basic default theme which came with the <a href="http://smf-friends.org/">SMF forum software</a>.</p>
<p>However, a quick visit to <a href="http://www.dzinerstudio.com/">Dziner Studios</a> and implementation of the <a href="http://pixopoint.com/products/pixopoint-theme-integrator/">PixoPoint Theme Integrator</a> to grab the header and footer of the WordPress theme, along with a few minor changes here and there resulted in the stunning forum design you can see below.</p>
<p><a href="http://pixopoint.com/uploads/greekberry_SMF_revised.png"><img src="http://pixopoint.com/uploads/greekberry_SMF_revised-480x455.png" alt="" title="GreekBerry.com forum" width="480" height="455" class="aligncenter size-medium wp-image-1400" /></a></p>
<p style="text-align: center;">The final design can be seen at:<br />
<strong><a href="http://greekberry.com/">GreekBerry.com</a> and <a href="http://greekberry.com/forum/">GreekBerry.com/forum</a></strong></p>
<p><a href="http://pixopoint.com/pixopoint-smf-widget/"><img class="alignright size-full wp-image-1357" title="GreekBerry.com SMF widget" src="http://pixopoint.com/uploads/GreekBerry_SMF_widget1.jpg" alt="" width="200" height="193" /></a></p>
<h3>SMF widget</h3>
<p>We also implemented the <a href="http://pixopoint.com/pixopoint-smf-widget/">PixoPoint SMF Widget</a> to show the latest forum posts in the WordPress sections of the site.</p>
<h3>Interested in a similar integration?</h3>
<p>If you are interested in a similar integration of your WordPress theme with another piece of software (this system works with pretty much any forum, wiki, gallery software etc) then please <a href="http://pixopoint.com/contact/">get in touch with us for pricing information</a> or if you know some HTML/CSS, then download the <a href="http://pixopoint.com/products/pixopoint-theme-integrator/">PixoPoint Theme Integrator</a> and you can do it yourself for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/04/19/greekberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PixoPoint List Nested Pages plugin</title>
		<link>http://pixopoint.com/2010/04/12/pixopoint-list-nested-pages-plugin/</link>
		<comments>http://pixopoint.com/2010/04/12/pixopoint-list-nested-pages-plugin/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 16:08:58 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1329</guid>
		<description><![CDATA[One of our Premium Support members requested a fix for their menu which was using the built-in WordPress wp_list_pages() function to display it&#8217;s menu contents. The menu was to include only five menu items, with dropdown menus. The contents of the dropdown menus was going [...]]]></description>
			<content:encoded><![CDATA[<p>One of our <a href="http://pixopoint.com/services/premium-support/">Premium Support members</a> requested a fix for their menu which was using the built-in WordPress wp_list_pages() function to display it&#8217;s menu contents. The menu was to include only five menu items, with dropdown menus. The contents of the dropdown  menus was going to grow continuously as new pages were added to the site so they wanted the menu to automatically grow as the new pages were added, rather than having to manually add the pages into their menu over time. This is not possible with wp_list_pages() as the &#8220;include&#8221; parameter only includes the exact page IDs you specify rather than including their nested pages as well.</p>
<p>To get around this issue, we created a new function which allowed them to specify only the top level menu items that they wanted to display, the result of this is the <a href="http://pixopoint.com/products/list-nested-pages/">PixoPoint List Nested Pages plugin</a>. This was built with a specific use case in mind, but in case anyone else has a use for it, we have released as a WordPress plugin.</p>
<p><strong>Visit the <a href="http://pixopoint.com/products/list-nested-pages/">PixoPoint List Nested Pages plugin</a> page for more information and to download the plugin.</strong></p>
<p>We will <strong>not</strong> be providing any free support for this plugin. If you require assistance with it, please sign up for <a href="http://pixopoint.com/services/premium-support/">Premium Support</a> and we will be happy to assist you in using it or custom building a new version designed to meet your requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/04/12/pixopoint-list-nested-pages-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PixoPoint Menu Animations Beta</title>
		<link>http://pixopoint.com/2010/03/03/pixopoint-menu-animations-beta/</link>
		<comments>http://pixopoint.com/2010/03/03/pixopoint-menu-animations-beta/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 08:02:09 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1188</guid>
		<description><![CDATA[We are happy to announce the release of a new beta product, the PixoPoint Menu Animations plugin. This new plugin adds a smooth animated effect to your dropdown menu. It was originally part of the PixoPoint Menu plugin, but was becoming too bloated and was [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce the release of a new beta product, the PixoPoint Menu Animations plugin.</p>
<p>This new plugin adds a smooth animated effect to your dropdown menu. It was originally part of the PixoPoint Menu plugin, but was becoming too bloated and was only useful when using the other parts of the PixoPoint Menu plugin, not just the animations side of it. For a demonstration of it in action, just visit the menu on this very page!</p>
<h3>Download</h3>
<p><strong><a href="http://pixopoint.com/uploads/pixopoint-menu-animations_v0_2_1_beta.zip">PixoPoint Menu Animations 0.2.1 beta</a></strong></p>
<h3>Features</h3>
<p>The primary feature of the PixoPoint Menu Animations plugin is the addition of a smooth animated effect to your dropdown menu, but as always, the truly helpful stuff is in the details and this plugin has plenty of details (ie: options) to let you set your menu up the way you want it.</p>
<ul>
<li>Slide down <strong>or</strong> slide-out effect</li>
<li>Speed of fade-in effect</li>
<li>Mouseover delay to control the delay time before the dropdown appears</li>
<li>Hide delay time to control the delay time before the dropdown disappears</li>
<li>Sensitivity to control how easily the menu appears or disappears. On low sensitivity, instead of immediately displaying the dropdown/flyout menu on mouseover, the menu will wait until the user&#8217;s mouse slows down before displaying it.</li>
<li>Arrow mark-up may be added to display any menu option which contains children.</li>
</ul>
<div id="attachment_1199" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/pixopoint-animations-1.jpg"><img src="http://pixopoint.com/uploads/pixopoint-animations-1-480x615.jpg" alt="" title="PixoPoint Menu Animations plugin" width="480" height="615" class="size-medium wp-image-1199" /></a><p class="wp-caption-text">The settings page for the PixoPoint Menu Animations plugin</p></div>
<h3>Installation</h3>
<p>After you&#8217;ve downloaded and extracted the files:</p>
<ol>
<li>Upload the complete `pixopoint-menu-animations` folder to the `/wp-content/plugins/` directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Visit the &#8220;PixoPoint Animations&#8221; page in your WordPress settings menu to control how the menu animations behave via a plethora of different options</li>
<li>Ensure that your theme uses a class of `sf-menu`</li>
</ol>
<p>If your theme does not use a class of .sf-menu, you will need to add that class yourself. The <a href="http://themehybrid.com/">Hybrid</a>, <a href="http://themeshaper.com/">Thematic</a> and <a href="http://studiopress.com/">Genesis</a> theme frameworks are supported automatically as is the <a href="http://pixopoint.com/products/pixopoint-menu/">PixoPoint Menu plugin</a>.</p>
<h3>Supported Themes</h3>
<p>Any themes which use a class of .sf-menu on their menus unordered list will work with this plugin, however many themes already include the Superfish jQuery script which is used by our plugin. To avoid clashes with these other themes, we have intentionally deactivated the dropdown menu scripts in these themes. If you know of any themes which we could also add support for, please let us know!</p>
<p>The themes which are currently supported are:</p>
<ul>
<li>All themes which use a class of .sf-menu <strong>and</strong> do not include the Superfish jQuery script</li>
<li>All themes utilizing the <a href="http://pixopoint.com/products/pixopoint-menu/">PixoPoint Menu plugin</a>
<li><a href="http://hybrid.com/">Theme Hybrid</a> by <a href="">Justin Tadlock</li>
<li><a href="http://themeshaper.com/">Thematic</a> by Ian Stewart</li>
<li><a href="http://studiopress.com/">Genesis</a> by StudioPress</li>
</ul>
<h3>PixoPoint Menu plugin (where it gets confusing)</h3>
<p>Those of you who have used our <a href="http://pixopoint.com/products/pixopoint-menu/">PixoPoint Menu plugin</a> or Multi-level Navigation plugin will likely recognise many of the features of this plugin. We were slowly adding so many features to the <a href="http://pixopoint.com/products/pixopoint-menu/">PixoPoint Menu plugin</a> that it was becoming bloated, and many of those features (such as animations) were suitable for people who did not need the extra features of that plugin. So to simplify things, we have extracted out the code, turned it into a separate plugin and the final result is the PixoPoint Menu Animations plugin.</p>
<p>The current <a href="http://pixopoint.com/pixopoint-menu-plugin-beta-0-8/">beta version of the PixoPoint Menu plugin</a> includes the PixoPoint Menu animations plugin inside it for compatibility with previous versions, however in the future this will be removed and users wanting animation effects will need to install this plugin directly.</p>
<h3>How come it&#8217;s not in the repo?</h3>
<p>We are holding off adding this plugin to the official WordPress plugins repository until it and the new PixoPoint Menu plugin beta are ready for stable release. Rest assured, that once they are ready, they will be added into the official repository.</p>
<h3>Support</h3>
<p>All free support questions will be dealt with via our <a href="http://pixopoint.com/forum/">support forum</a>. For paid support, please sign up for our <a href="http://pixopoint.com/services/premium-support/">Premium Support service</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/03/03/pixopoint-menu-animations-beta/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PixoPoint Menu plugin beta 0.8.x</title>
		<link>http://pixopoint.com/2010/02/12/pixopoint-menu-plugin-beta-0-8/</link>
		<comments>http://pixopoint.com/2010/02/12/pixopoint-menu-plugin-beta-0-8/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:53:14 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1104</guid>
		<description><![CDATA[We are proud to announce the release of the PixoPoint Menu plugin 0.8.x beta. The most noticeable change when you install the plugin, is a slick new tab navigation system for the admin page. However the main changes to the plugin are under the hood. [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the release of the PixoPoint Menu plugin 0.8.x beta. The most noticeable change when you install the plugin, is a slick new tab navigation system for the admin page. However the main changes to the plugin are under the hood.</p>
<p><img src="http://pixopoint.com/uploads/pixopointmenu_tabs1.png" alt="PixoPoint Menu tabs" title="pixopointmenu_tabs" width="436" height="73" class="aligncenter size-full wp-image-1123" /></p>
<h3>Download</h3>
<p>The latest download is only available from here: <a href="http://pixopoint.com/uploads/pixopoint-menu_0_8_24_beta.zip"><strong>Download PixoPoint Menu plugin v0.8.24 beta</strong></a> <em>(updated 10/6/2010)</em></p>
<p><em>Note: As this is only a beta release, this version of the plugin is not recommended for use on production websites.</em></p>
<h3>List of changes</h3>
<ul>
<li>Total rewrite of the plugin</li>
<li>Checks for correct path of wp-load.php. This allows the plugin to work even when the plugin folder is moved relative to the WordPress root folder.</li>
<li>Restyled admin page</li>
<li>wp_enqueue_styles() used to load the stylesheet. This is useful for other plugins which may concatenate/compress the various CSS files used in your plugins</li>
<li>All WP Options collated and added into an array inside a few options</li>
<li>Options whitelisted for security</li>
<li>More validation checks used in the admin page for improved security</li>
<li>Some unnecessary global variables removed</li>
<li>Contants used to define URL&#8217;s and paths</li>
<li>PHP Doc comments added</li>
<li>Tabber script to jQuery version</li>
<li>Collated jqanimated scripts into single chunk of code</li>
<li>Added &#8216;library&#8217; folder including common functions and legacy support</li>
<li>Added legacy support to upgrade from other/older plugins</li>
<li>Changed &#8216;Help&#8217; section to read in data from PixoPoint.com. This is useful as it ensures that the same information is available on both our site and inside the plugin itself.</li>
<li>Moved &#8220;Update Options&#8221; button to inside each tab</li>
<li>Depreciated second menu functionality and added support for loading it via a plugin. Many users found the number of options in the plugin confusing, so by moving the second menu functionality to a separate plugin this problem will hopefully be reduced</li>
<li>Depreciated Superfish functionality and loaded it via a separate plugin (currently provided in the core download). This plugin will eventually only be available as a separate download. Many users don&#8217;t require the full functionality of the PixoPoint Menu plugin, so by extracting this functionality out into a separate plugin makes it more useful to a broader range of users.</li>
<li>Another animation option called &#8220;Basic&#8221; was added to the separate animations plugin.</li>
<li>And a bazillion other things we&#8217;ve forgotten to mention here</li>
</ul>
<h3>Drag and drop</h3>
<p>Some minor bugs have been removed from the drag and drop facility, but it pretty much works the same as the original PixoPoint Menu plugin.<br />
<div id="attachment_1124" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/screenshot-11.png"><img src="http://pixopoint.com/uploads/screenshot-11-480x448.png" alt="" title="PixoPoint Menu plugin contents" width="480" height="448" class="size-medium wp-image-1124" /></a><p class="wp-caption-text">You can modify the menu contents via the same drag and drop method as the original PixoPoint Menu plugin</p></div></p>
<h3>Settings Tab</h3>
<p>Many of the users of the original PixoPoint Menu plugin found the number of settings too off-putting, so we have simplified things as much as possible for them.</p>
<div id="attachment_1125" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/screenshot-21.png"><img src="http://pixopoint.com/uploads/screenshot-21-480x448.png" alt="" title="PixoPoint Menu settings page" width="480" height="448" class="size-medium wp-image-1125" /></a><p class="wp-caption-text">The settings page is now simplified in comparison to the original PixoPoint Menu plugin.</p></div>
<h3>Advanced Tab</h3>
<p>The CSS editing area is now present in the advanced tab.</p>
<div id="attachment_1126" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/screenshot-32.png"><img src="http://pixopoint.com/uploads/screenshot-32-480x432.png" alt="" title="PixoPoint Menu Advanced tab" width="480" height="432" class="size-medium wp-image-1126" /></a><p class="wp-caption-text">You can upload/modify your CSS directly via the 'Advanced' tab. As always, this system works well with our dropdown menu CSS generator.</p></div>
<h3>PixoPoint Animations plugin</h3>
<p>On upgrading or installing a fresh new version of the PixoPoint Menu plugin, an extra plugin called &#8220;PixoPoint Animations&#8221; will be activated. This plugin includes all of the dropdown menu animation functionality originally included in the core plugin, along with an extra option called the &#8220;Basic&#8221; animations which creates a different animation effect with slightly less code than is required for the Superfish script. This plugin will be eventually extracted and released as an entire separate download. For the mean time, it is bundled with the original plugin to ensure that upgrades go smoothly.</p>
<div id="attachment_1127" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/screenshot-41.png"><img src="http://pixopoint.com/uploads/screenshot-41-480x602.png" alt="" title="PixoPoint Menu Animations plugin" width="480" height="602" class="size-medium wp-image-1127" /></a><p class="wp-caption-text">On upgrading, or installing a fresh installation of the plugin, a second plugin called 'PixoPoint Menu Animations' will be activated. This will eventually be available as a separate download.</p></div>
<h3>Known Bugs</h3>
<ul>
<li>The PixoPoint Animations plugin is detected as being the PixoPoint Menu plugin and so immediately says it needs updated, except instead of updating, it gets deleted and is replaced by the original PixoPoint Menu plugin. A solution to this is <a href="http://www.wptavern.com/forum/plugins-hacks/1372-plugin-name-clash.html">being sorted on WP Tavern</a>.</li>
</ul>
<h3>Multi-level Navigation plugin</h3>
<p>This plugin is intended as a replacement for both the PixoPoint Menu plugin and the Multi-level Navigation plugin. If installed while the Multi-level Navigation plugin is running, it will deactivate that plugin, then transfer all of your settings (including your CSS) over to the new plugin and then clean your database of all of the old Multi-level Navigation plugin data (that plugin added lots of pointless junk to your database).</p>
<p>Future versions of the Multi-level Navigation plugin will automatically upgrade themselves to the new PixoPoint Menu plugin. This will not be happening until extensive testing has been undertaken to ensure there are no glitches during the upgrade process.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/02/12/pixopoint-menu-plugin-beta-0-8/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>WP DB backup</title>
		<link>http://pixopoint.com/2010/02/02/wp-db-backup/</link>
		<comments>http://pixopoint.com/2010/02/02/wp-db-backup/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:18:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=876</guid>
		<description><![CDATA[Time and time again I come across WordPress users who have either accidentally broken their website, their server has crashed/hard drive corrupted or they&#8217;ve been hacked. Without a clean, recent back of your database you may have trouble getting your site back online along with [...]]]></description>
			<content:encoded><![CDATA[<p>Time and time again I come across WordPress users who have either accidentally broken their website, their server has crashed/hard drive corrupted or they&#8217;ve been hacked. Without a clean, recent back of your database you may have trouble getting your site back online along with all of it&#8217;s posts, pages, comments and various settings. To get around this, I&#8217;ve always found the easiest solution is to simply use the <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP DB Backup plugin</a>.</p>
<p>When the WP DB backup plugin is activated, you can navigation to &#8220;Tools&#8221; &gt; &#8220;Backup&#8221; in your sites admin panel and from there you can select any extra database tables you would like backed up, and then either choose to download a copy of the database immediately, or schedule to have the database emailed to you periodically.</p>
<div id="attachment_879" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/wpdbback_screenshot.png"><img class="size-medium wp-image-879" title="WP DB Backup screenshot" src="http://pixopoint.com/uploads/wpdbback_screenshot-480x402.png" alt="" width="480" height="402" /></a><p class="wp-caption-text">Screenshot from the WP DB backup admin page. Click to zoom in.</p></div>
<p>I generally have most of my sites email me a copy of their database every day. If you don&#8217;t like receiving lots of backups to your main email account, then you can have it sent to an address that you rarely use. This way you always know that your data is backed up to a reliable place. It also pays to periodically download a copy to your computers hard drive so that you have it triply backed up in case of a double catastrophe of data loss.</p>
<p>Note: If you database is larger than the largest email attachement your server can send, then you won&#8217;t be able to send the entire database. Most databases are less than 1 MB in size so this is rarely a problem for the average site owner.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/02/02/wp-db-backup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PixoPoint Theme Integrator: alpha launch</title>
		<link>http://pixopoint.com/2010/01/27/theme-integrator-alpha-launch/</link>
		<comments>http://pixopoint.com/2010/01/27/theme-integrator-alpha-launch/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 08:55:55 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixopoint.com/?p=1036</guid>
		<description><![CDATA[We are pleased to announce the Alpha launch of a new WordPress plugin which helps you integrate your WordPress theme with other gallery, forum, wiki or CMS softwares. It is called the &#8220;PixoPoint Theme Integrator&#8221; and you can see it in action in our support [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the Alpha launch of a new WordPress plugin which helps you integrate your WordPress theme with other gallery, forum, wiki or CMS softwares. It is called the &#8220;<a href="http://pixopoint.com/products/pixopoint-theme-integrator/">PixoPoint Theme Integrator</a>&#8221; and you can see it in action in our <a href="http://pixopoint.com/forum/">support forum</a>.</p>
<p>Since this is an alpha launch, we do not recommend using this in a live environment just yet. There are likely to be bugs and we haven&#8217;t written a lot of documentation on how it works just yet. Plus we are likely to change some things before it is officially released as a stable product.</p>
<ul>
<li><a href="http://pixopoint.com/products/pixopoint-theme-integrator/">More information about the integrator</a></li>
<li><a href="http://pixopoint.com/help/theme-integrator/">Preliminary Installation Instructions</a></li>
<li><strong>snip</a></strong> &#8211; the stable version is out now so <a href="http://downloads.wordpress.org/plugin/pixopoint-theme-integrator.zip">download that instead</a>.</li>
</ul>
<p>&nbsp;</p>
<div id="attachment_906" class="wp-caption aligncenter" style="width: 490px"><a href="http://pixopoint.com/uploads/pixopoint_forum.jpg"><img class="size-medium wp-image-906" title="PixoPoint forum" src="http://pixopoint.com/uploads/pixopoint_forum-480x584.jpg" alt="" width="480" height="584" /></a><p class="wp-caption-text">We use the PixoPoint Theme Integrator in our support forum.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pixopoint.com/2010/01/27/theme-integrator-alpha-launch/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 5/11 queries in 0.906 seconds using disk

Served from: pixopoint.com @ 2010-07-31 03:21:14 -->