<?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>Coders Stuff - SAJE</title>
	<atom:link href="https://saje.nz/category/coders-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>https://saje.nz</link>
	<description>Web Gardners</description>
	<lastBuildDate>Fri, 08 Mar 2019 08:17:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://saje.nz/wp-content/uploads/2023/05/cropped-logov1-32x32.png</url>
	<title>Coders Stuff - SAJE</title>
	<link>https://saje.nz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Tomcat Not Starting</title>
		<link>https://saje.nz/2019/03/08/tomcat-not-starting/</link>
					<comments>https://saje.nz/2019/03/08/tomcat-not-starting/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 08 Mar 2019 08:17:02 +0000</pubDate>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[alfresco]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tomcat]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2019/03/08/tomcat-not-starting/</guid>

					<description><![CDATA[<p>We are doing some work with a Java based application (Alfresco) that we have deployed using a Windows installer. Recently, we had an issue where the starting of the services (Tomcat and Postgres) both failed, they would say \&#8221;Starting\&#8221; for about 5 seconds and then stop. The log in the Application Log showed Starting Tomcat [&#8230;]</p>
<p>The post <a href="https://saje.nz/2019/03/08/tomcat-not-starting/">Tomcat Not Starting</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>We are doing some work with a Java based application (Alfresco) that we have deployed using a Windows installer.</p>
<p>Recently, we had an issue where the starting of the services (Tomcat and Postgres) both failed, they would say \&#8221;Starting\&#8221; for about 5 seconds and then stop.</p>
<p>The log in the Application Log showed</p>
<blockquote>
<pre>Starting Tomcat Server…
Exit code: 1
Stdout:

Stderr:
Unknown error starting tomcat</pre>
</blockquote>
<p>No logs were written to the application log files to find out what the problem was.</p>
<p>We tried reinstalling the services to see if there was an issue with the service itself, but that did not fix the problem either.</p>
<p>Many of the posts online mention upgraded versions of Java (7 to 8 typically) but again, not in this instance.</p>
<p>Digging further into the Windows Error Log, we found that the service was throwing an error like:</p>
<blockquote>
<pre>The service terminated with the following service-specific error: Incorrect function.</pre>
</blockquote>
<p>Again it seemed like a version or missing component issue</p>
<p>What appears to have happened, and coincidentally a Windows update happened at the same time, was that the Java Virtual Machine details and the Classpath details had been cleared.</p>
<p>By adding these back in, we were able to get the services back up and running</p>
<p><img class=\"alignnone size-full wp-image-1838\" src=\"https://deepweb.co.nz/wp-content/uploads/2019/03/javaenv.png\" alt=\"\" width=\"434\" height=\"415\" /></p><p>The post <a href="https://saje.nz/2019/03/08/tomcat-not-starting/">Tomcat Not Starting</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2019/03/08/tomcat-not-starting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Anonymising Visitors IP addresses for GDPR compliance in Google Analytics and All in One SEO</title>
		<link>https://saje.nz/2018/06/26/anonymising-visitors-ip-addresses-all-in-one-seo-gdpr-compliance-google-analytics/</link>
					<comments>https://saje.nz/2018/06/26/anonymising-visitors-ip-addresses-all-in-one-seo-gdpr-compliance-google-analytics/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Jun 2018 05:30:39 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Wordpress Series]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2018/06/26/anonymising-visitors-ip-addresses-all-in-one-seo-gdpr-compliance-google-analytics/</guid>

					<description><![CDATA[<p>As part of the new General Data Privacy Regulation (GDPR) compliance that many website and business owners are now required to work to, one of the areas that needs to be looked at is anonymising data that is not relevant. One of these items is the visitors IP address. This is useful to determine where [&#8230;]</p>
<p>The post <a href="https://saje.nz/2018/06/26/anonymising-visitors-ip-addresses-all-in-one-seo-gdpr-compliance-google-analytics/">Anonymising Visitors IP addresses for GDPR compliance in Google Analytics and All in One SEO</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>As part of the new General Data Privacy Regulation (GDPR) compliance that many website and business owners are now required to work to, one of the areas that needs to be looked at is anonymising data that is not relevant.</p>
<p>One of these items is the visitors IP address.</p>
<p>This is useful to determine where people are visiting your website from. In the new GDPR world this can be seen as personally identifiable information (PII) and to take care of this we can anonyimise it.</p>
<p>To do this is in the All in One SEO plugin, you will need to:</p>
<ol>
<li>Go to All In One SEO &gt; General Settings</li>
<li>Scroll down to the section title <strong>Google Settings</strong></li>
<li>Make sure <strong>Advanced Analytics Options</strong> is enabled</li>
<li>Go down to <a class=\"aioseop_help_text_link\" title=\"Click for Help!\"><label class=\"aioseop_label textinput\"><strong>Anonymize IP Addresses</strong> and tick the box</label></a></li>
<li>Save the Settings</li>
</ol>
<p>See the screenshot below</p>
<p><img class=\"alignnone size-large wp-image-1727\" src=\"http://deepweb.co.nz/wp-content/uploads/2018/06/aioseo-anon-800x528.png\" alt=\"\" width=\"800\" height=\"528\" /></p>
<p>That\&#8217;s all there is to it</p>
<p>Let me know if you have any questions below or <a href=\"http://deepweb.co.nz/contact-us/\">contact me here</a></p>
<p>&nbsp;</p><p>The post <a href="https://saje.nz/2018/06/26/anonymising-visitors-ip-addresses-all-in-one-seo-gdpr-compliance-google-analytics/">Anonymising Visitors IP addresses for GDPR compliance in Google Analytics and All in One SEO</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2018/06/26/anonymising-visitors-ip-addresses-all-in-one-seo-gdpr-compliance-google-analytics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shopify and Payment Express</title>
		<link>https://saje.nz/2013/03/14/shopify-and-payment-express/</link>
					<comments>https://saje.nz/2013/03/14/shopify-and-payment-express/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 02:14:14 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2013/03/14/shopify-and-payment-express/</guid>

					<description><![CDATA[<p>I have been doing some work for a client in Shopify. First time I have worked with it and so far it\&#8217;s not too bad. However, some things have had me scratching my head. One in particular was trying to test the payment gateway to DPS\&#8217;s Payment Express. (PxPay) After choosing the right one (There is PaymentExpress [&#8230;]</p>
<p>The post <a href="https://saje.nz/2013/03/14/shopify-and-payment-express/">Shopify and Payment Express</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img class=\"alignright size-full wp-image-706\" alt=\"shopify-logo\" src=\"http://deepweb.co.nz/wp-content/uploads/2013/03/shopify-logo.png\" width=\"97\" height=\"142\" />I have been doing some work for a client in Shopify. First time I have worked with it and so far it\&#8217;s not too bad.</p>
<p>However, some things have had me scratching my head.</p>
<p>One in particular was trying to test the payment gateway to DPS\&#8217;s Payment Express. (PxPay)</p>
<p>After choosing the right one (There is PaymentExpress and Payment Express???) I kept receiving the error message:</p>
<blockquote><p>\&#8221;error &#8211; failed to get token &#8211; message was MerchantReference too long\&#8221;</p></blockquote>
<p>The problem lay in this instance with the Shop name.</p>
<p><img class=\"alignright size-full wp-image-707\" alt=\"dps_logo\" src=\"http://deepweb.co.nz/wp-content/uploads/2013/03/dps_logo.gif\" width=\"125\" height=\"84\" />The client had a shop name that was 42 characters long, I reduced it to just 15 characters and this worked.</p>
<p>Given the Reference limit is 64, there is obviously other information added to the end of it, what this is I am not sure yet it may appear on the clients statement, but may include product name or a unique code.</p>
<p>Unfortunately, DPS did not write the code and so they are not able to provide any help with any issues connecting to their product via Shopify. I haven\&#8217;t tried the Shopify support, but I am not sure if anyone in their employ wrote the code either.</p><p>The post <a href="https://saje.nz/2013/03/14/shopify-and-payment-express/">Shopify and Payment Express</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2013/03/14/shopify-and-payment-express/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dashes vs Underscores for SEO &#8211; Winner announced</title>
		<link>https://saje.nz/2011/09/20/dashes-vs-underscores-for-seo-winner-announced/</link>
					<comments>https://saje.nz/2011/09/20/dashes-vs-underscores-for-seo-winner-announced/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 20 Sep 2011 09:59:15 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[dashes]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[underscores]]></category>
		<category><![CDATA[url]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2011/09/20/dashes-vs-underscores-for-seo-winner-announced/</guid>

					<description><![CDATA[<p>We have a definitive answer from Google as to what is better for word separation in URLs. Matt Cutts released one of his Webmaster videos discussing this and while there is not much in it (to the point he said not to change it if you already have underscores), that if you are starting a [&#8230;]</p>
<p>The post <a href="https://saje.nz/2011/09/20/dashes-vs-underscores-for-seo-winner-announced/">Dashes vs Underscores for SEO – Winner announced</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>We have a definitive answer from Google as to what is better for word separation in URLs.</p>
<p>Matt Cutts released one of his Webmaster videos discussing this and while there is not much in it (to the point he said not to change it if you already have underscores), that if you are starting a new site, dashes are the way to go.</p>
<p><iframe src=\"http://www.youtube.com/embed/AQcSFsQyct8?rel=0\" frameborder=\"0\" width=\"400\" height=\"233\"></iframe></p><p>The post <a href="https://saje.nz/2011/09/20/dashes-vs-underscores-for-seo-winner-announced/">Dashes vs Underscores for SEO – Winner announced</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2011/09/20/dashes-vs-underscores-for-seo-winner-announced/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Deepweb\&#8217;s new Product StorConnect</title>
		<link>https://saje.nz/2011/08/24/deepwebs-new-product-storconnect/</link>
					<comments>https://saje.nz/2011/08/24/deepwebs-new-product-storconnect/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 24 Aug 2011 01:26:12 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[NZ Industry News]]></category>
		<category><![CDATA[StorConnect]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[self storage]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2011/08/24/deepwebs-new-product-storconnect/</guid>

					<description><![CDATA[<p>Over the last year, We have been working with a client, All Secure Self Storage, to enable his customers to move away from paper application forms and replace them with an electronic form. To do this, we have created a web application that interfaces with Storman Software, (software that manages the self storage facility). We [&#8230;]</p>
<p>The post <a href="https://saje.nz/2011/08/24/deepwebs-new-product-storconnect/">Deepweb\’s new Product StorConnect</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href=\"http://storconnect.com\" target=\"_blank\"><img class=\"size-full wp-image-611 alignright\" title=\"logo\" src=\"http://deepweb.co.nz/wp-content/uploads/2011/08/logo.gif\" alt=\"\" width=\"279\" height=\"74\" /></a>Over the last year, We have been working with a client, <a href=\"http://www.allsecure.co.nz\" target=\"_blank\">All Secure Self Storage</a>, to enable his customers to move away</p>
<p>from paper application forms and replace them with an electronic form.</p>
<p>To do this, we have created a web application that interfaces with <a href=\"http://storman.com\" target=\"_blank\">Storman Software</a>, (software that manages the self storage facility). We have called this <a href=\"http://storconnect.com\" target=\"_blank\">StorConnect</a>.</p>
<p>This means an elimination of errors on the input side, as the customer is the one doing the inputting, plus a virtual removal of paper in the office as all of the documents are stored electronically. Good for the environment, but also a great disaster recovery option, as they are stored offsite.</p>
<p>After the initial installation at All Secure, we launched the product and the Self Storage Association of Australasia (SSAA) annual conference last week.</p>
<p>This was a great time, meeting facility owners, talking with other providers and the feedback was extremely positive and we were delighted to sign up some facilities to this new product.</p>
<p>The icing on the cake was winning the 2011 Innovation Award at the conference Awards for our new product. We were up against another significant player in the industry for the award and so are delighted with the award.</p>
<p>You can see more information at the <a href=\"http://storconnect.com\" target=\"_blank\">StorConnect website</a>.</p><p>The post <a href="https://saje.nz/2011/08/24/deepwebs-new-product-storconnect/">Deepweb\’s new Product StorConnect</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2011/08/24/deepwebs-new-product-storconnect/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Your Website is Under Constant Attack</title>
		<link>https://saje.nz/2011/05/31/your-website-is-under-constant-attack/</link>
					<comments>https://saje.nz/2011/05/31/your-website-is-under-constant-attack/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 30 May 2011 23:10:51 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[intrusion]]></category>
		<category><![CDATA[vulnerability]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2011/05/31/your-website-is-under-constant-attack/</guid>

					<description><![CDATA[<p>For those with a website, it can be an interesting and sometimes amusing experience to see what people have typed into search engines to get to your site. Some of the things are so wide of the mark you wonder how you have appeared in a search for that term Of my current search terms [&#8230;]</p>
<p>The post <a href="https://saje.nz/2011/05/31/your-website-is-under-constant-attack/">Your Website is Under Constant Attack</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>For those with a website, it can be an interesting and sometimes amusing experience to see what people have typed into search engines to get to your site.</p>
<p>Some of the things are so wide of the mark you wonder how you have appeared in a search for that term</p>
<p>Of my current search terms the most offbeat are:</p>
<p>\&#8221;web designers for trade me\&#8221; &#8211; would be nice, but it\&#8217;s not me 🙁<br />
\&#8221;is it illegal to stream tv shows online\&#8221; &#8211; sure is, thanks for asking<br />
\&#8221;the sharp edge of the wedge\&#8221; &#8211; ummm</p>
<p>Even so, I can guess at what content I have written that may tie in with these</p>
<p>This one I\&#8217;m not so sure</p>
<p>\&#8221;nude girls database\&#8221;</p>
<p>One other area that is interesting is the 404 Errors. These are when someone has tried to access some page or file on your website, but it was not available. (This is a good thing to check over time as it can identify issues on your site)</p>
<p>Apart from old links that have not been redirected, you can find evidence of probes into your website, looking for vulnerabilities, here is a selection of what has appeared on mine:</p>
<p>/phpMyAdmin/scripts/setup.php<br />
/serv/whmcs.sql<br />
/scripts/+1l.3r(<br />
//phpMyAdmin-2.6.2-rc1/scripts/setup.php<br />
//PMA2005/scripts/setup.php</p>
<p>Someone obviously thinks they can get into PHPmyadmin via a vulnerability with an undeleted setup script.</p>
<p>Curiously, they have tried every possible variation of naming convention to brute force their way in.</p>
<p>The same goes with other know scripts like OSCommerce, Joomla etc where known vulnerabilities are tried.</p>
<p>The moral of the story, keep your web based scripts up to date with the latest security releases.</p><p>The post <a href="https://saje.nz/2011/05/31/your-website-is-under-constant-attack/">Your Website is Under Constant Attack</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2011/05/31/your-website-is-under-constant-attack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tips for Choosing a Content Management System (CMS)</title>
		<link>https://saje.nz/2011/05/27/tips-for-choosing-a-content-management-system-cms/</link>
					<comments>https://saje.nz/2011/05/27/tips-for-choosing-a-content-management-system-cms/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 27 May 2011 01:14:42 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[expression engine]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2011/05/27/tips-for-choosing-a-content-management-system-cms/</guid>

					<description><![CDATA[<p>I frequently get asked by my clients (and prospective ones) about wanting to update their website. I had a rant about this a while back, where a journalist accused web designers of ripping their clients off if they didn\&#8217;t provide the ability to update the site themselves. I stand by my comments that for some [&#8230;]</p>
<p>The post <a href="https://saje.nz/2011/05/27/tips-for-choosing-a-content-management-system-cms/">Tips for Choosing a Content Management System (CMS)</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>I frequently get asked by my clients (and prospective ones) about wanting to update their website.</p>
<p>I had a rant about this a while back, where a journalist accused web designers of ripping their clients off if they didn\&#8217;t provide the ability to update the site themselves.</p>
<p>I stand by my comments that for some clients, a content management system is not wanted, nor is it in the best interests of that client.</p>
<p>However, for those that do want to update their site, we need to provide a solution that is both easy to use and delivers the complexity required for their needs.</p>
<p>These two facets, ease of use and complexity can be seen to be at loggerheads with each other, and in some circumstances that can be the case. But I will propose two solutions that cater for both ends of the spectrum.</p>
<p>In the past, due to the lack of affordable and easy to use CMS\&#8217; we have provided Adobe Contribute (Formerly Macromedia) as a way to allow our clients to edit their sites.</p>
<p>The reason for choosing Contribute was it\&#8217;s simplicity. In tandem with Dreamweaver (which we use to develop with) it allows for areas of the site, such as menus, header, footer and overall structure, to be protected from the end user.</p>
<p>This allows for editing to be done, knowing that catastropic mistakes can\&#8217;t be made.</p>
<p>The interface is simple and allows for most functions to be performed including editing of text, images, links and if allowed HTML snippets for things like Youtube videos or Paypal buttons.</p>
<p>The biggest downside is that it costs around $400 NZD for a retail copy. This is also a per license price, so if you want to edit from multiple places, you need additional licenses.</p>
<p>For the schools that we have done sites for this was an issue. Some paid for additonal license to get the software into key locations, but for others it was restricted to the office.</p>
<p>This is where web based content management systems have a significant edge.</p>
<p>Especially open source software, that is free from licensing costs, makes this a much easier proposition.</p>
<p>We currently propose two different CMS\&#8217; for our clients depending on their needs:</p>
<p><strong><a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a></strong> &#8211; The easiest to use, easiest to modify, my choice for brochure style sites.</p>
<p><strong><a href=\"http://www.joomla.org/\" target=\"_blank\">Joomla</a></strong> &#8211; More complex, but manages user management much better</p>
<p><img class=\"alignright size-full wp-image-562\" title=\"wordpresslogo\" src=\"http://deepweb.co.nz/wp-content/uploads/2011/05/wordpresslogo.jpg\" alt=\"\" width=\"100\" height=\"100\" />Overall I like WordPress better. Around a year ago, WordPress became a system that you could leave with a user and they would be able to manage their site with little input from their designer. Before that, upgrade and installation required a level of tech knowledge that was no suitable for all users.</p>
<p>That and the well presented plugins system, mean that a user can improve their site and feel in control of their site, without a reliance on an IT person.</p>
<p>There are plenty of complex sites designed with WordPress as their base system, but there are some things that Joomla does much better straight out of the box.</p>
<p><img class=\"alignright size-thumbnail wp-image-564\" title=\"JoomlaSymbolColor-300x300\" src=\"http://deepweb.co.nz/wp-content/uploads/2011/05/JoomlaSymbolColor-300x300-150x150.png\" alt=\"\" width=\"150\" height=\"150\" />Joomla seems to be able to manage a multitude of types of data much easily. Especially when their are user logins involved.</p>
<p>Extensions like Community Builder allow for a mature user system to be maintained on a site. Plus add-ons for payment and subscriptions mean you can monetize your user base easily.</p>
<p>So depending on the functionality you are wanting for your site, you can find a system that will make the development of a website easier to develop and easier to use.</p>
<p>There are plenty of other systems out there, I have heard good things about <a href=\"http://drupal.org/\" target=\"_blank\">Drupal</a> (though I found it less rich than Joomla, it\&#8217;s direct competitor) and have seen some great implementations of <a href=\"http://expressionengine.com/\" target=\"_blank\">Expression Engine</a> (a paid CMS, so check out prices)</p>
<p>But for my money, choose WordPress for a simple business website, or Joomla if you need to manage a community of users.</p>
<p>&nbsp;</p><p>The post <a href="https://saje.nz/2011/05/27/tips-for-choosing-a-content-management-system-cms/">Tips for Choosing a Content Management System (CMS)</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2011/05/27/tips-for-choosing-a-content-management-system-cms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Integrating with Facebook</title>
		<link>https://saje.nz/2011/05/22/integrating-with-facebook/</link>
					<comments>https://saje.nz/2011/05/22/integrating-with-facebook/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 22 May 2011 07:35:26 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[facebook developer]]></category>
		<category><![CDATA[graph api]]></category>
		<category><![CDATA[oauth]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2011/05/22/integrating-with-facebook/</guid>

					<description><![CDATA[<p>I am working on a project that has now required for integration with Facebook. So I will be working to utilise Facebook logins and registrations on the external site. I\&#8217;ll post information that may be useful through the project as I expect over time, that this kind of interaction will become more common. My early look at [&#8230;]</p>
<p>The post <a href="https://saje.nz/2011/05/22/integrating-with-facebook/">Integrating with Facebook</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img class=\"alignright size-thumbnail wp-image-554\" title=\"facebook-developer-wiki-logo\" src=\"http://deepweb.co.nz/wp-content/uploads/2011/05/facebook-developer-wiki-logo-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />I am working on a project that has now required for integration with Facebook.</p>
<p>So I will be working to utilise Facebook logins and registrations on the external site.</p>
<p>I\&#8217;ll post information that may be useful through the project as I expect over time, that this kind of interaction will become more common.</p>
<p>My early look at the Developer Documentation looks good, seems to be well documented, plus all source code is found at GitHub.</p>
<p>The basics seem easy enough, not even reuqiring an API key to use like buttons via iframes.</p>
<p>eg:</p>
<blockquote>
<pre><code>&lt;iframe src=\"http://www.facebook.com/plugins/ 
</code><span style=\"font-family: monospace;\">like.php?href=YOUR_URL\"
</span><span style=\"font-family: monospace;\">scrolling=\"no\" frameborder=\"0\"
</span><span style=\"font-family: monospace;\">style=\"border:none; width:450px; height:80px\"&gt;
&lt;iframe&gt;</span></pre>
</blockquote>
<p>But things are not that simple, so I am off to read up on OAuth and the like.</p><p>The post <a href="https://saje.nz/2011/05/22/integrating-with-facebook/">Integrating with Facebook</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2011/05/22/integrating-with-facebook/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Your WordPress Theme might be Killing your SEO</title>
		<link>https://saje.nz/2011/01/27/your-wordpress-theme-might-be-killing-your-seo/</link>
					<comments>https://saje.nz/2011/01/27/your-wordpress-theme-might-be-killing-your-seo/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 02:16:58 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress Series]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2011/01/27/your-wordpress-theme-might-be-killing-your-seo/</guid>

					<description><![CDATA[<p>After repeatedly fixing up themes for SEO reasons, it gets a bit depressing that theme makers are not switched on about the basics. A common occurance is when the title of the site and the description of the site is formatted with H1 and H2 tags, these tags are important for search engine optimisation purposes. [&#8230;]</p>
<p>The post <a href="https://saje.nz/2011/01/27/your-wordpress-theme-might-be-killing-your-seo/">Your WordPress Theme might be Killing your SEO</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>After repeatedly fixing up themes for SEO reasons, it gets a bit depressing that theme makers are not switched on about the basics.</p>
<p>A common occurance is when the title of the site and the description of the site is formatted with H1 and H2 tags, these tags are important for search engine optimisation purposes.</p>
<p>Repeating the same text in the H1 tag on every page does not allow you to focus each page on it\&#8217;s specific function.</p>
<p>Here is an example of a header.php file that will generally have the top part of your site (header image, menu etc)</p>
<blockquote><p>&lt;div id=\&#8221;header\&#8221;&gt;<br />
&lt;div id=\&#8221;blog-logo\&#8221;&gt;<br />
&lt;h1 id=\&#8221;blog-title\&#8221;&gt; &lt;a href=\&#8221;&lt;?php bloginfo(\&#8217;url\&#8217;); ?&gt;\&#8221;&gt; &lt;? bloginfo(\&#8217;name\&#8217;); ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />
&lt;h2 id=\&#8221;blog-description\&#8221;&gt; &lt;? bloginfo(\&#8217;description\&#8217;); ?&gt; &lt;/h2&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>As you can see the Blog Title is using the H1 tag and the Blog Decription using the H2.</p>
<p>When you get to the content (especially Pages), you find that the title of the post or page content is formatted using a less powerful Header tag.</p>
<p>The title of your content is an important piece of real estate that you cannot let slip by.</p>
<p>A second issue is that the Title that you enter into WordPress when you are creating your content. It is often used as the menu item for that page. Because of this people create poor titles as they create them as a menu label rather than a keyword rich title.</p>
<p>To get around these problems, I do the following:</p>
<p><strong>Remove any Header Tag Formatting</strong></p>
<p>Remove H1 and H2 tags from the header of the site (see above) and reformat with other styles if the blog title and blog description are necessary.</p>
<p><strong>Remove the Post Title </strong></p>
<p>Remove the post title from the content code (either page.php or single.php)</p>
<p>Example</p>
<blockquote>
<div id=\"_mcePaste\">&lt;?php if (have_posts()) : ?&gt;</div>
<p>&lt;?php while (have_posts()) : the_post(); ?&gt;				&lt;div id=\&#8221;post-&lt;?php the_ID(); ?&gt;\&#8221;  &lt;?php if(function_exists(\&#8217;post_class\&#8217;)) : post_class(); else : echo \&#8217;class=\&#8221;post\&#8221;\&#8217;; endif; ?&gt;&gt;</p>
<p>&lt;h3&gt;&lt;?php the_title(); ?&gt; &lt;/h3&gt; &lt;- remove this line</p>
<p>&lt;?php the_content(); ?&gt; &lt;- this is the content of your post or page</p></blockquote>
<p><strong>Lastly, write Good SEO titles as H1 tags in the actual body of the post or page.</strong></p>
<p>Example</p>
<p><img class=\"aligncenter size-full wp-image-506\" title=\"seoblog\" src=\"http://deepweb.co.nz/wp-content/uploads/2011/01/seoblog.gif\" alt=\"\" width=\"400\" height=\"301\" />It is important to check your theme to see if it has been managed in such a way that you can get the best out of your SEO. Some themes say they are SEO friendly but it is worth checking and making some simple changes if needed.</p><p>The post <a href="https://saje.nz/2011/01/27/your-wordpress-theme-might-be-killing-your-seo/">Your WordPress Theme might be Killing your SEO</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2011/01/27/your-wordpress-theme-might-be-killing-your-seo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Is this the needed Push Out the Door for IE6?</title>
		<link>https://saje.nz/2010/02/01/is-this-the-needed-push-out-the-door-for-ie6/</link>
					<comments>https://saje.nz/2010/02/01/is-this-the-needed-push-out-the-door-for-ie6/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:19:23 +0000</pubDate>
				<category><![CDATA[Coders Stuff]]></category>
		<category><![CDATA[NZ Industry News]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie6nomore]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<guid isPermaLink="false">https://braveweb.nz/rebuild22/index.php/2010/02/01/is-this-the-needed-push-out-the-door-for-ie6/</guid>

					<description><![CDATA[<p>Internet Explorer 6 is an old browser, in internet terms it is a dinosaur. Released in 2001, it has been the mainstay of peoples internet experience over the last 9 years. The masses are often reluctant to change unless something pushes them along. Firstly, Firefox gave users a good alternative browser to use (Better in [&#8230;]</p>
<p>The post <a href="https://saje.nz/2010/02/01/is-this-the-needed-push-out-the-door-for-ie6/">Is this the needed Push Out the Door for IE6?</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img style=\"max-width: 800px;\" src=\"http://deepweb.co.nz/wp-content/uploads/2010/02/ie6nomore.jpg\" /><br />Internet Explorer 6 is an old browser, in internet terms it is a dinosaur. Released in 2001, it has been the mainstay of peoples internet experience over the last 9 years.</p>
<p>The masses are often reluctant to change unless something pushes them along.</p>
<p>Firstly, Firefox gave users a good alternative browser to use (Better in my opinion)</p>
<p>Then came regular security issues, each time a further section of the browsing public moving to another browser. Most recently was the security hole that caused a breach in Google and over 30 other companies.</p>
<p>The key thing to note about this last issue was the speed and loudness of some governments urging people to look at other browsers to prevent further problems.</p>
<p>Some say that Firefox has overtaken Internet Explorer as the first choice in some countries.</p>
<p>However, there are still about 20% of the internet population using Internet Explorer 6.</p>
<p>I have <a target=\"_blank\" href=\"http://news.bbc.co.uk/2/hi/technology/8488751.stm\">now just read</a> of Googles impending chang in in policy to cease support of IE6 from the 1st of March. This specifically deals with Google Docs and Sites, but shows a willingness to help push the remianing 20% into more modern browsers.</p>
<p>I support this as it has the following benefits:</p>
<ol>
<li>Wider support for the new HTML5 (IE6 would not be able to offer this new technology)</li>
<li>Improved browser compatibilty with web standards</li>
<li>Speed</li>
</ol>
<p>It would be great if those 20% could not use Google at all, that would really send a message!</p>
<p>If you want to know more you can visit <a target=\"_blank\" href=\"http://www.ie6nomore.com/\">IE6 No More</a>, a site dedicated to helping it disappear as soon as possible</p>
<p>If you use IE6, why don\&#8217;t you upgrade?</p>
<div class=\"zemanta-pixie\"><img class=\"zemanta-pixie-img\" alt=\"\" src=\"http://img.zemanta.com/pixy.gif?x-id=3160bf6d-8356-80c6-b350-e8be18af4de8\" /></div><p>The post <a href="https://saje.nz/2010/02/01/is-this-the-needed-push-out-the-door-for-ie6/">Is this the needed Push Out the Door for IE6?</a> first appeared on <a href="https://saje.nz">SAJE</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://saje.nz/2010/02/01/is-this-the-needed-push-out-the-door-for-ie6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
