<?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>Anmari</title>
	<atom:link href="http://webdesign.anmari.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesign.anmari.com</link>
	<description>Simply effective web services</description>
	<lastBuildDate>Fri, 10 May 2013 05:52:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Call current_user_can after init()</title>
		<link>http://webdesign.anmari.com/2853/call-current_user_can-after-init/</link>
		<comments>http://webdesign.anmari.com/2853/call-current_user_can-after-init/#comments</comments>
		<pubDate>Fri, 10 May 2013 03:37:43 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[notetoself]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2853</guid>
		<description><![CDATA[Running buddypress? Are you getting a debug notice like this: The current user is being initialized without using $wp-&#62;init() and you cannot figure out where it is coming from ? Most likely one of your plugins is calling a user related wordpress function a bit early (see wordpress action sequence).   You could try deactivating them [...]]]></description>
				<content:encoded><![CDATA[<p>Running buddypress? Are you getting a debug notice like this:</p>
<pre>The current user is being initialized without using $wp-&gt;init()</pre>
<p>and you cannot figure out where it is coming from ?</p>
<p>Most likely one of your plugins is calling a user related wordpress function a bit early (see <a title="wordpress action sequence" href="http://codex.wordpress.org/Plugin_API/Action_Reference#Actions_Run_During_a_Typical_Request">wordpress action sequence</a>).   You could try deactivating them until the debug message goes away.  The last plugin deactivated will be it.  Let the developer know because his/her code may not be quite working the way it was intended to.</p>
<p>eg: <a href="http://codex.wordpress.org/Function_Reference/current_user_can">current_user_can()</a>  or possibly  <a href="http://codex.wordpress.org/Function_Reference/wp_set_current_user">wp_set_current_user</a>()</p>
<p>These need to be used after the init action.  The plugin or theme might have something like</p>
<pre>add_action ('plugins_loaded', 'some_function');</pre>
<p>The action should be added later, when the current user has been initialised.</p>
<pre>add_action ('init', 'some_function');</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2853/call-current_user_can-after-init/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registrations temporarily suspended</title>
		<link>http://webdesign.anmari.com/2764/registrations-temporarily-suspended/</link>
		<comments>http://webdesign.anmari.com/2764/registrations-temporarily-suspended/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 15:36:58 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2764</guid>
		<description><![CDATA[Registrations temporarily suspended due to spam registrations (again&#8230;..) If you are a free users, please use the wordpress forums.  Paid users who have not yet registered, please use contact form http://webdesign.anmari.com/about/contact/ to request access until later. I dislike captcha&#8217;s even google&#8217;s &#8216;digitise the old books&#8217; one and they don&#8217;t work that well. Have looked at [...]]]></description>
				<content:encoded><![CDATA[<p>Registrations temporarily suspended due to spam registrations (again&#8230;..)</p>
<p>If you are a free users, please use the wordpress forums.  Paid users who have not yet registered, please use contact form http://webdesign.anmari.com/about/contact/ to request access until later.</p>
<p>I dislike captcha&#8217;s even google&#8217;s &#8216;digitise the old books&#8217; one and they don&#8217;t work that well.</p>
<p>Have looked at various other methods over the years &#8211; decided I&#8217;d rather put up with a few spamster users. Today  just got a bit much! and again today</p>
<p>Seems it is not just me. <a title="spam doodle" href="http://scritchandscratch.com/blog/archives/3861">Scritch and Scratch</a> having some fun (not) too.</p>
<p><a href="http://scritchandscratch.com/blog/archives/3861"><img class="aligncenter size-medium wp-image-2768" title="spamdoodle" alt="" src="http://webdesign.anmari.com/wp-content/uploads/spamdoodle-300x215.jpg" width="300" height="215" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2764/registrations-temporarily-suspended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force new windows on external links?</title>
		<link>http://webdesign.anmari.com/2820/dont-force-open-new-windows/</link>
		<comments>http://webdesign.anmari.com/2820/dont-force-open-new-windows/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 12:39:15 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Web designers]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[rel=external]]></category>
		<category><![CDATA[target="_blank"]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2820</guid>
		<description><![CDATA[Don&#8217;t force your users to open new windows&#8230;. even on external links. There are many reasons why it is a bad idea and not many freasons to do it.   There are maybe a few special cases where it is ok &#8211; but is it ever really necessary?  Personally I like to control the opening of [...]]]></description>
				<content:encoded><![CDATA[<p>Don&#8217;t force your users to open new windows&#8230;. even on external links.</p>
<p>There are <a title="references and advocates explaining  why one should not bother to control external link new windows or tab behaviour" href="#references">many reasons</a> why it is a bad idea and <a title="a lonely contrary opinion?" href="#contrary">not many</a> freasons to do it.   There are maybe a few special cases where it is ok &#8211; but is it ever really necessary?  Personally I like to control the opening of tabs myself &#8211; I use the right click frequently at times &#8211; when I&#8217;m researching I open heaps of tabs, then work my way through them.  That doesn&#8217;t mean I want a website to forcibly open those links in new windows for me!   Unless of course it is my webmail or feedreader service &#8211; then it&#8217;s practically obligatory.</p>
<p>Let us assume we are intelligent enough to adhere to standards and take advice from the experts.  Let us assume we all want</p>
<ul>
<li>a good <a title="usability references on opening new tabs or windows" href="#usability">usability</a> experience,</li>
<li>an <a title="references on accessibility and forcing new windows to open" href="#accessibility">accessible</a> website,</li>
<li>a <a title="the w3c validator - is your site valid?" href="http://validator.w3.org/">w3c html valid</a> website and</li>
<li>of course maximised seo, good analytics and happy clients.</li>
</ul>
<p>And of course we&#8217;d like our plugin developers, <a title="what does wordpress do?" href="#wordpress">wordpress developers</a>, tinymce developers to help us in this mission.   This research was done for my own use to determine what my plugins should do.</p>
<h2>Summary:</h2>
<ul>
<li>forcing new tabs or windows is bad for <a title="see notes and references on usability" href="#usability">usability</a> (seriously, studies have shown it is harmful)</li>
<li>it is not recommended for<a title="see notes and references on accessibility and forcing new windows" href="#accessibility"> accessibility</a></li>
<li>the methods to do it can cause<a title="how to force new windows to open on external links" href="#methods"> invalid html</a></li>
<li>some folks think it doesn&#8217;t help your analytics (although one site had some thoughts on that)</li>
<li>it is not necessary&#8230; so why do it?  maybe just indicate an external link? or allow for optional js.</li>
</ul>
<h2>Who says no?</h2>
<ul>
<li>Famous <a title="Neilsen usability expert" href="http://www.nngroup.com/articles/top-10-mistakes-web-design/">usability experts</a> say it doesn&#8217;t help</li>
<li>The<a title="us government usability standard on forcing new windows etc" href="http://www.usability.gov/pdfs/chapter7.pdf"> US government advocates</a> against forcing new windows or tabs</li>
<li>the <a title="UN accessibility standards" href="http://www.un.org/webaccessibility/4_navigation/43_nopopups.shtml">United Nations</a> also advocates against forcing new windows or tabs</li>
<li><a title="smashing magazine's advice on new windows" href=" http://uxdesign.smashingmagazine.com/2008/07/01/should-links-open-in-new-windows/">Web Designers</a> say so (see below)</li>
</ul>
<h2>Possible reasons to force a new window on external links?</h2>
<p>But I want to <strong>keep the user on my site</strong>&#8230;..</p>
<blockquote><p>&#8220;Marketers love it because it allows them to link to external content without taking the reader off the page.&#8221;</p>
<p>This is a reasonable fear for a client to have. The user leaving the site and not being able to get back&#8230;.In every single usability test I&#8217;ve done, opening external content in a new window <strong>makes this problem worse</strong> &#8211; not better.</p></blockquote>
<p>quoted from the<a title="target=blank or not?" href=" http://ux.stackexchange.com/questions/5397/whats-your-take-on-target-blank/5402#5402"> Stack exchange usability forum</a></p>
<h3>Special cases perhaps?</h3>
<ul>
<li>webmail,</li>
<li>feed readers,</li>
<li>long lists of external resources.</li>
</ul>
<p>If we need to do it, what is best way to deal with external links?</p>
<h2>Best ways to handle external links</h2>
<h3>Indicate the external link.</h3>
<p>See how <a title="wikipedia notes on external links" href="http://en.wikipedia.org/wiki/External_links#External_links_section">Wikipedia <img alt="" src="http://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg" width="12" height="12" /></a> does it.  It classes links as external with a css class.  That css class is then styled with a background image.  It provides a clear visual clue as suggested <a title="forum post suggestion" href="http://www.webmasterworld.com/accessibility_usability/3951304.htm">here</a>.   The css is something like:</p>
<pre role="option"> a.external {    background: 
    url(http://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg") 
    no-repeat scroll right center transparent;
    padding-right: 13px;}</pre>
<p>OR</p>
<p><a title="style the rel attribute" href="http://stackoverflow.com/questions/5608808/css-style-a-link-based-on-its-rel-attribute">style the rel=&#8221;external&#8221;</a></p>
<pre><code>a[rel=external]</code>....</pre>
<p>&nbsp;</p>
<h2>Force it open anyway?</h2>
<p>If you really truly must force  open a new tab or window on an external link, consider:</p>
<h3>target=&#8221;_blank&#8221; is invalid html</h3>
<ul>
<li>It works, but it is invalid html for all but<a title="target=blank or not?" href="http://www.w3.org/MarkUp/2004/xhtml-faq#target"> html1 transitional doc types</a></li>
</ul>
<h3> rel=&#8221;external&#8221; or rel=&#8221;external nofollow&#8221;</h3>
<ul>
<li>needs javascript to load on your website (additional load)</li>
<li><a title="explanation of rel=external" href="http://microformats.org/wiki/rel-external">microformats.org/wiki/rel-external</a></li>
<li><a title="explanation of rel=external" href="https://forums.digitalpoint.com/threads/what-is-rel-external-nofollow.136587/">forums.digitalpoint.com/threads/what-is-rel-external-nofollow.136587/</a></li>
</ul>
<h3>data-rel=&#8221;external nofollow&#8221;</h3>
<ul>
<li>data-* is allowed.</li>
<li>a similar javascript solution can be used</li>
<li><a title="Data attributes are ok according to w3" href="http://www.w3.org/TR/2011/WD-html5-20110525/elements.html#embedding-custom-non-visible-data-with-the-data-attributes">w3.org&#8230;embedding-custom-non-visible-data-with-the-data-attributes</a></li>
<li><a title="Data attributes are ok" href="http://jquerymobile.com/demos/1.1.1/docs/api/data-attributes.html">jquerymobile.com/demos/1.1.1/docs/api/data-attributes.html</a></li>
</ul>
<h2 id="wordpress">WordPress and external links</h2>
<p>I&#8217;m a wordpress plugin developer.  Sadly at stage of writing there doesn&#8217;t seem to be a consistent approach in wordpress. Perhaps it&#8217;s tinymc&#8217;s fault &#8211; can it be configured ?</p>
<h3>post author or comment author links in twenty-twelve theme</h3>
<ul>
<li>uses &#8220;rel=&#8221;external nofollow&#8221;,</li>
<li>but by default there is no js to force a window open</li>
</ul>
<h3>wordpress.org links in meta sidebar or footer</h3>
<ul>
<li>no attributes, so not an issue</li>
</ul>
<h3>Links or link manager plugin</h3>
<ul>
<li>links are no longer a default feature in new sites, but can be added with <a title="wordpress (andrew nacin's) plugin" href="http://wordpress.org/extend/plugins/link-manager/">link manager plugin</a></li>
<li>option to add target=&#8221;" and rel=(but only real relationships), not forced</li>
</ul>
<h3 id="tinymce">Links in posts</h3>
<ul>
<li>(if added using visual editor&#8217;s insert link), then we get target=&#8221;_blank&#8221; ?</li>
<li>it&#8217;s tinymce allowing users to select &#8216;open in new window&#8217; &#8211; can it be disabled?</li>
</ul>
<h3>external link plugins</h3>
<p>even <a title="plugins that manage external links" href="http://wordpress.org/extend/plugins/tags/external-links">plugins</a> that aim to help you manage outbound links note that opening new windows may have detrimental effects.  <a title="wordpress external links plugin" href="http://wordpress.org/extend/plugins/sem-external-links/">Semilogic</a> suggests users may think you used a <a title="explanation of the pop-under strategy that some advertisers use" href="http://en.wikipedia.org/wiki/Pop-up_ad#Pop-under_ads">pop-under</a>.</p>
<h3 id="wordpress"> Wordpress related discussions and requests:</h3>
<ul>
<li><a title="getting rid of target=_blank" href="http://lucdebrouwer.nl/cleaning-up-the-target_blank-in-your-wordpress-post/">lucdebrouwer.nl/cleaning-up-the-target_blank-in-your-wordpress-post/</a></li>
<li><a title="dont open theose windows" href="http://schutt.org/blog/2011/01/not-opening-windows/">schutt.org/blog/2011/01/not-opening-windows/</a></li>
<li><a title="i'm not a fan of hacking the code, but if you want to..." href="http://donkeymedia.eu/2010/08/29/remove-depreceated-target_blank-wordpress-tinymce/">donkeymedia.eu/2010/08/29/remove-depreceated-target_blank-wordpress-tinymce/</a></li>
<li><a title="shouldn't there be more about this in trac?" href="https://core.trac.wordpress.org/ticket/22442#comment:8">core.trac.wordpress.org/ticket/22442#comment:8</a></li>
<li><a href="http://www.tyssendesign.com.au/articles/cms/removing-unwanted-fields-tinymce-image-link-popups/">http://www.tyssendesign.com.au/articles/cms/removing-unwanted-fields-tinymce-image-link-popups/</a></li>
<li><a title="disable the new window popup" href="http://wordpress.org/support/topic/how-to-disable-open-in-new-window?replies=7">http://wordpress.org/support/topic/how-to-disable-open-in-new-window?replies=7</a></li>
<li><a title="remove target=" href="http://wordpress.org/support/topic/removing-target-option-from-tinymce-link-popup?replies=1">http://wordpress.org/support/topic/removing-target-option-from-tinymce-link-popup?replies=1</a></li>
</ul>
<p>&nbsp;</p>
<h1 id="references">References:</h1>
<h2 id="accessibility">Accessibility guidelines:</h2>
<ul>
<li><a title="w3 says avoid pop ups" href="http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-pop-ups">w3.org/TR/WCAG10-TECHS/#tech-avoid-pop-ups</a></li>
<li><a title="accessibility advice on new windows being forced open" href="http://webaim.org/techniques/hypertext/hypertext_links#new_window">webaim.org/techniques/hypertext/hypertext_links#new_window</a></li>
</ul>
<h2 id="usability">Usability advice on external links and new windows:</h2>
<ul>
<li>http://www.nngroup.com/articles/top-10-mistakes-web-design/  (2012)</li>
<li>http://www.nngroup.com/articles/the-top-ten-web-design-mistakes-of-1999/ (a debate since 1999)</li>
<li>http://line25.com/articles/top-5-web-design-debates-that-cause-the-most-riots</li>
<li>https://managewp.com/should-you-open-links-in-new-windows</li>
<li>http://www.webpagemistakes.ca/linking-out/</li>
<li>http://10up.com/blog/2012/08/usability-considerations-new-tab-window/</li>
<li>http://usabilitygeek.com/15-usability-guidelines-for-designing-web-site-links/</li>
<li><a title="how to anoy your website visitors" href="http://www.thesitewizard.com/webdesign/usabilitymistakes.shtml">a satirical view</a> &#8211; Seven Easy Ways to Annoy Visitors to Your Website</li>
<li>http://uxdesign.smashingmagazine.com/2008/07/01/should-links-open-in-new-windows/</li>
</ul>
<h2 id="webdesigners advice">Web design advice on target=&#8221;_blank&#8221;</h2>
<ul>
<li>http://evolvedigitallabs.com/blog/target-_blank-the-good-bad-and-ugly/</li>
<li>http://ux.stackexchange.com/questions/5397/whats-your-take-on-target-blank</li>
<li>http://stackoverflow.com/questions/4666523/xhtml-strict-1-0-target-blank-not-valid</li>
<li>http://stackoverflow.com/questions/3970746/html-how-to-force-links-to-open-in-a-new-tab-not-new-window</li>
</ul>
<h2 id="contrary">Contrary Arguments</h2>
<p>One argument for new windows on external links, but many comments questioning this advice</p>
<ul>
<li>http://uxmovement.com/navigation/why-external-links-should-open-in-new-tabs/</li>
</ul>
<h2>Need help discussing with your clients?</h2>
<p>Some tips on discussing decisions like these:</p>
<ul>
<li><a title="how to talk to your clients about design decisions" href="http://000fff.org/design-discussion-principles-how-to-get-your-client-to-love-your-design/">http://000fff.org/design-discussion-principles-how-to-get-your-client-to-love-your-design/</a></li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2820/dont-force-open-new-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wp foreign characters, Php, Creating Tables</title>
		<link>http://webdesign.anmari.com/2791/wp-foreign-characters-php-creating-tables/</link>
		<comments>http://webdesign.anmari.com/2791/wp-foreign-characters-php-creating-tables/#comments</comments>
		<pubDate>Mon, 14 May 2012 12:00:21 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2791</guid>
		<description><![CDATA[I knocked myself around trying to figure out why my plugin was not coping with &#8216;foreign&#8217;, multi byte, Greek, Japanese, Chinese characters.  Those damn questions marks &#8216;????&#8217; &#8211; I had it all sorted before in another plugin &#8211; what was going on here ?   I had all the multi-byte functions happening.    Then I [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_2795" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.flickr.com/photos/bilal-kamoon/6835060992/"><img class="size-medium wp-image-2795" title="questionmark" src="http://webdesign.anmari.com/wp-content/uploads/questionmark-300x294.png" alt="Question Mark" width="300" height="294" /></a><p class="wp-caption-text">Question mark graffiti by bilal-kamoon</p></div>
<p>I knocked myself around trying to figure out why my plugin was not coping with &#8216;foreign&#8217;, multi byte, Greek, Japanese, Chinese characters.  Those damn questions marks &#8216;????&#8217; &#8211; I had it all sorted before in another plugin &#8211; what was going on here ?   I had all the <a title="php multi byte string functions for foreign characters" href="http://php.net/manual/en/ref.mbstring.php">multi-byte functions</a> happening.    Then I remembered &#8211; the database tables &#8211; of course!</p>
<h2>Default Mysql</h2>
<p>MySQL’s default database charset is usually latin1 and  thecollation is latin1_swedish_ci.  This can vary based on server configuration.  This is usually set <strong>before</strong> wordpress is installed.</p>
<h2>Default wordpress</h2>
<p>WordPress usually creates it&#8217;s table with charset utf8 and collation utf8_general_ci.    You can overwrite this in the config file.</p>
<p>See <a href="http://codex.wordpress.org/Editing_wp-config.php#Database_character_set">http://codex.wordpress.org/Editing_wp-config.php#Database_character_set</a>.</p>
<h2>Fix your wordpress database</h2>
<p>You can <a title="alter the database" href="http://dev.mysql.com/doc/refman/5.0/en/alter-database.html">Alter the database</a> after the fact.  This will help the plugins who haven&#8217;t figured out that many of us (you?) haven&#8217;t set up our databases as well as they could be.</p>
<pre>ALTER DATABASE yourdb CHARACTER SET utf8 COLLATE utf8_general_ci;</pre>
<p>You may want to fix the individual tables and fields too &#8211; phpmyadmin has the tools to edit (or use the rename &#8211; it will let you change the collation).</p>
<h2>Plugin authors</h2>
<p>Make life easy on your self and others when creating custom tables.  Have a look at the wordpress <a title="wordpress schema.php" href="http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/schema.php">db schema</a>.  Note that there is a global <strong>$charset_collate.  Use it!</strong></p>
<p>&nbsp;</p>
<pre> global $wpdb, $charset_collate;
if (empty($charset_collate))
    $cachecollation = ' DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci ';
else
    $cachecollation = $charset_collate;

if ($wpdb-&gt;get_var("show tables like '$table_name'") != $table_name) {
 $sql = "CREATE TABLE " . $table_name . " (
 id bigint NOT NULL AUTO_INCREMENT,
 field1 text NOT NULL,
 field2 text NOT NULL,
 PRIMARY KEY (id) )
 ".$cachecollation. ";";</pre>
<pre>require_once(ABSPATH . 'wp-admin/includes/upgrade.php');</pre>
<pre>dbDelta($sql);</pre>
<pre>if($wpdb-&gt;get_var("show tables like '$table_name'") != $table_name) {
 error_log($table_name.' not created');
 return false;
 }
 else return true;</pre>
<p>&nbsp;</p>
<h2>Resources:</h2>
<ul>
<li><a href="http://codex.wordpress.org/Editing_wp-config.php#Database_character_set">http://codex.wordpress.org/Editing_wp-config.php#Database_character_set</a></li>
<li><a href="http://hakre.wordpress.com/2010/12/26/wordpress-database-charset-and-collation-configuration/">http://hakre.wordpress.com/2010/12/26/wordpress-database-charset-and-collation-configuration/</a></li>
<li><a href="http://dev.mysql.com/doc/refman/5.5/en/charset.html">http://dev.mysql.com/doc/refman/5.5/en/charset.html</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2791/wp-foreign-characters-php-creating-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison of Event Calendar Plug-ins</title>
		<link>http://webdesign.anmari.com/95/comparison-of-event-calendar-plug-ins/</link>
		<comments>http://webdesign.anmari.com/95/comparison-of-event-calendar-plug-ins/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 08:55:13 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR Ical Events List]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[upcoming events]]></category>

		<guid isPermaLink="false">http://www.webdesign.anmari.com/2007/05/comparison-of-event-calendar-plug-ins/</guid>
		<description><![CDATA[A quick look in no particular order (except mine first of course) .  Yes I am checking out the competition &#8211; I love developing, but need to get some return on it.  Hence some research on what others are doing. Update as at: Feb 2012 amr-ical-events-list free at wordpress (4 star rating, 2012 updates) input [...]]]></description>
				<content:encoded><![CDATA[<p>A quick look in no particular order (except mine first of course) .  Yes I am checking out the competition &#8211; I love developing, but need to get some return on it.  Hence some research on what others are doing.</p>
<p>Update as at: Feb 2012</p>
<p><a title="free wordpress event calendar plugin" href="http://wordpress.org/extend/plugins/amr-ical-events-list/">amr-ical-events-list</a></p>
<ul>
<li>free at wordpress (4 star rating, 2012 updates)</li>
<li>input via  ics file subscription</li>
<li>most customisable calendars, agendas, schedules etc, variety of views</li>
<li>date navigation and pagination</li>
<li>widgets</li>
</ul>
<p><a title="wordpress event creation and editing plugin" href="http://icalevents.com/">amr-events</a></p>
<ul>
<li>paid addon to the above ($40)</li>
<li>full event creation, custom post types, taxonomies, locations</li>
<li>filtering</li>
<li>filters, pluggable functions</li>
<li>variety of map plugin integrations</li>
<li>multi lingual integration</li>
<li>produce ics feeds</li>
<li>uses wordpress as intended so you get benefits of being able to integrate other plugins</li>
</ul>
<p><a href="http://eventespresso.com/ http://eventespresso.com/ eventsespresso.com">event espresso</a> ($$$!)</p>
<ul>
<li>lite version at wordpress (3 star rating)</li>
<li>paid version not cheap (lots of addons &#8211; top price $500, base at $90)</li>
<li>registration, ticketing, payment gateways</li>
<li>recurring events an addon</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-event-calendar/ http://wordpress.org/extend/plugins/all-in-one-event-calendar/ ">all in one event calendar</a></p>
<ul>
<li>free version at wordpress (5 star rating, 2012 update)</li>
<li>is it error prone? (7 brokens for last version, but 13 works)</li>
<li>paid support at $120 hour</li>
<li>recurring, ics import/export, variety of views, widgets</li>
</ul>
<p><a href="http://wp-events-plugin.com/">events manager</a></p>
<ul>
<li>free version at <a href="http://wordpress.org/extend/plugins/events-manager/">wordpress</a> (4 star rating, last update 2010/10)</li>
<li>paid version $75</li>
<li>bookings, paypal</li>
</ul>
<div><a href="http://wordpress.org/extend/plugins/my-calendar/">my calendar</a></div>
<div>
<ul>
<li>free version at <a href="http://wordpress.org/extend/plugins/events-manager/">wordpress</a> (4 star rating, last update 2012)</li>
<li>sounds fairly full featured, views, recurring, customisable</li>
<li>user guide at $20</li>
</ul>
<div><a href="http://wordpress.org/extend/plugins/wp-events/ http://wordpress.org/extend/plugins/wp-events/ ">events</a></div>
</div>
<ul>
<li>free at wordpress (4 star, but last update 2010)</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/events-calendar/">events calendar</a></p>
<ul>
<li>free version at wordpress (3 star)</li>
<li>create and present calendar for events</li>
</ul>
<div><a href="http://wordpress.org/extend/plugins/eventr/">eventr</a></div>
<div>
<ul>
<li>free version at wordpress (3 star, last 2009)</li>
<li>event registration</li>
</ul>
</div>
<div></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/95/comparison-of-event-calendar-plug-ins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugins to avoid</title>
		<link>http://webdesign.anmari.com/2743/wordpress-plugins-to-avoid/</link>
		<comments>http://webdesign.anmari.com/2743/wordpress-plugins-to-avoid/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 04:59:38 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2743</guid>
		<description><![CDATA[http://www.exploit-db.com lists vulnerabilities found in various wordpress plugins.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.exploit-db.com/search/?action=search&amp;filter_description=wordpress%20plugin">http://www.exploit-db.com </a>lists vulnerabilities found in various wordpress plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2743/wordpress-plugins-to-avoid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trackback Spam Notifications</title>
		<link>http://webdesign.anmari.com/2715/trackback-spam-notifications/</link>
		<comments>http://webdesign.anmari.com/2715/trackback-spam-notifications/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 04:59:52 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2715</guid>
		<description><![CDATA[How to stop wordpress trackback notification spam emails]]></description>
				<content:encoded><![CDATA[<p>It is always the &#8216;old&#8217; stuff that gets you.</p>
<p>I thought I had done such a great job tightening up things and then seemed to get hit with some repetitive trackback spam notifications.  Since the notifications are coming from one of MY websites, they don&#8217;t get marked easily as spam.</p>
<p style="text-align: center;"><a href="http://webdesign.anmari.com/wp-content/uploads/trackbackspam.png"><img class="size-full wp-image-2716 aligncenter" title="trackbackspam" src="http://webdesign.anmari.com/wp-content/uploads/trackbackspam.png" alt="Screenshot of email trackback notification" width="440" height="121" /></a></p>
<p>A few minutes of googling and a timely post at <a href="http://www.question-defense.com/2011/11/05/disable-trackbacks-in-existing-wordpress-blog-stop-wordpress-trackback-spam">question-defence.com</a>, published a few days ago pin pointed the problem (Many thanks to google for thier quick search index updating!.. remember the old days?)</p>
<h2>Ping status =  &#8216;open&#8217;</h2>
<p>Many existing posts still had their ping status set to open.  So to stop trackback spam in it&#8217;s tracks (ha! lqtm), take action as follows:</p>
<h3>Future posts:</h3>
<ol>
<li>Go to WordPress settings &gt; Discussions &gt;</li>
<li>untick &#8220;Allow Link Notifications From Other Blogs&#8221;</li>
</ol>
<h3>Past Posts:</h3>
<ol>
<li>Hop into your phpmyadmin</li>
<li>Find your posts table, note the name with your sites prefix</li>
<li>Goto the SQL view, type in</li>
</ol>
<p><code>update</code>  prefix-<code>posts </code><code>set</code> <code>ping_status = </code><code>'closed'</code><code>;</code></p>
<p>&nbsp;</p>
<p>and you are done.  All posts and custom post types now set to NOT accept trackbacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2715/trackback-spam-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress.com or self-hosted wordpress</title>
		<link>http://webdesign.anmari.com/2695/wordpres-com-or-self-hosted-wordpress/</link>
		<comments>http://webdesign.anmari.com/2695/wordpres-com-or-self-hosted-wordpress/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 06:15:25 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Web designers]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2695</guid>
		<description><![CDATA[Wordpress.org or Wordpress.com - some thoughts on choosing a wordpress webhost]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.page.ly/2010/08/the-prolific-wordpress-infographic/"><img class="aligncenter size-full wp-image-2704" title="which" src="http://webdesign.anmari.com/wp-content/uploads/which.png" alt="" width="515" height="298" /></a></p>
<p>Looking to set up a website using WordPress, one of the world most popular content management systems?</p>
<p>Assess your skills (ftp, html, css, php) and what you are prepared to do yourself, and how good you are at educatng yourself using the web.  Then consider your options.</p>
<h2>WordPress.com PROS</h2>
<ul>
<li>easy to get going even if no skills</li>
<li>free, or can <a href="http://en.wordpress.com/products/">add premium feaures</a> (they add up)</li>
<ul>
<li>videopress (<strong>$60/year</strong>)</li>
<li>custom css for own styling or tweaks <strong>($30/year</strong>)</li>
<li>post or moderate <a href="http://en.support.wordpress.com/text-messaging/#text-messaging-upgrade">using your phone</a> (usa only)</li>
</ul>
<li>can <a href="http://en.support.wordpress.com/domain-mapping/map-existing-domain/">map your existing  domain </a>there (<strong>$12/year</strong>), or <a title="register a domain through wordpress.com" href="http://en.support.wordpress.com/domain-mapping/register-domain/">register a domain</a> through them(<strong>$17/year</strong>)</li>
<li>they&#8217;ll keep you up to date with wordpress at least.</li>
<li>language aspects are pre-loaded</li>
<li>if you want to allow comments, wordpress.com has good antispam built in, althoiugh you can also add that feature <a href="https://akismet.com/signup/">(akismet)</a> in to a self hosted site.</li>
<li>you&#8217;re hosted by wordpress.com &#8211; so you are on a server where all the sites are running wordpress</li>
</ul>
<h2>WordPress.com CONS</h2>
<div>
<ul>
<li>limited to their themes, although <a href="http://en.support.wordpress.com/themes/premium-themes/">premium themes</a> available ($45)</li>
<li>totally reliant on them &#8211; if they disappear, so do you (unless you have figured out a way to keep own backup of your site and can arrange hosting, reload of site and repoint your domain name.  That said, this is what you would have todo on a self hosted site anyway.</li>
<li>cannot display ads, unless you <a href="http://en.support.wordpress.com/advertising/">revenue share advertising</a> (high volume clients only)</li>
<li>have to pay extra <a href="http://en.support.wordpress.com/no-ads/">NOT to have ads</a> (<strong>$29.97</strong>)</li>
</ul>
<h2>Self Hosted WordPress PROS</h2>
<ul>
<li>Total control (along with that comes the requirement that you be able to manage that control)</li>
<ul>
<li>own themes, plugins</li>
<li>customise functionality and style as you like</li>
</ul>
<li>Cheap if you have the skills! <a title="Good web hosts for wordpress self hosted website" href="http://webdesign.anmari.com/hosting_wordpress/">Good wordpress hosting</a> is available from $72/month</li>
</ul>
<div>
<h2>Self Hosted WordPress CONS</h2>
<ul>
<li>You need to <a title="Domain name purchase guide" href="http://webdesign.anmari.com/44/domain-names/">purchase your own domain name</a> and <a title="good wordpress host" href="http://webdesign.anmari.com/hosting_wordpress/">web hosting</a></li>
<li>If you don&#8217;t know what you are doing, you either need to hire some one or you will get into trouble.</li>
<li>Have to do/arrange WordPress upgradesm plugin and theme upgrades</li>
<li>Hiring people can get expensive</li>
<li>Have to add in what comes automatically at wordpress.com.</li>
<ul>
<li>add in askimet anti-spam</li>
<li>add in own backups to your own pc (your host should do backups, but you should also have your own)</li>
<li>spikes in traffic may be a problem</li>
</ul>
<li>With shared hosting (own server costs approximately $200/month), you are sharing the server &#8211; this reduce costs but if the other guys are up to no good&#8230;. That said a good wordpress host will normally switch servers for your promptly if you suspect a problem.</li>
</ul>
</div>
<div>
<h2> More Information</h2>
<ul>
<li>A reasonably good summary of <a title="Features summary of wordpress.com vs wordpress.org" href="http://en.support.wordpress.com/com-vs-org/">WordPress.com vs. WordPress.org</a> at wordpress.com.</li>
<li>Wp-beginners <a title="Infographic comparing wordpress.com and wordpress.org" href="http://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/?display=wide">comparison via an info graphic</a>.  They end up advocating a self hosted solution for control and avoiding any profit sharing.</li>
</ul>
</div>
</div>
<h2>What to do:</h2>
<p>Consider</p>
<ul>
<li>your skill levels</li>
<li>website requirements and it&#8217;s implications (eg:membership, comments &#8211; you need anti-spam)</li>
<li>how much you are prepared to pay for someone to assist you if you need assistance.</li>
</ul>
<p>It is free to open a wordpress.com site, so give it a go &#8211; you&#8217;ll need it anyway if you want to use their anti-spam service askimet, or the wordpress.com stats via the <a title="wordpress jetpack plugin" href="http://wordpress.org/extend/plugins/jetpack/">jetpack plugin</a>.</p>
<p>If you are comfortable with doing many things yourself or are prepared to hire the skills you need, and know how to test your website and any plugins you add, consider going with a self hosted solution.  You can either do it yourself &#8211; there are heaps of guides out there.</p>
<p>If you want to get going quickly, I can have you <a title="How to get help getting started with self hosted wordpress" href="http://webdesign.anmari.com/hosting_wordpress/">up and running within a day if you use icdsoft as your host</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2695/wordpres-com-or-self-hosted-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should your home page be a single flash animation?</title>
		<link>http://webdesign.anmari.com/2672/should-your-home-page-be-a-single-flash-animation/</link>
		<comments>http://webdesign.anmari.com/2672/should-your-home-page-be-a-single-flash-animation/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 07:47:11 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Web designers]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2672</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<div id="attachment_2671" class="wp-caption aligncenter" style="width: 490px"><a href="http://webdesign.anmari.com/wp-content/uploads/flashfail.png"><img class="size-large wp-image-2671 " title="flashfail" src="http://webdesign.anmari.com/wp-content/uploads/flashfail-1024x626.png" alt="" width="480" height="293" /></a><p class="wp-caption-text">What potential customers will see if they have an adblocker installed</p></div>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2672/should-your-home-page-be-a-single-flash-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes for the plugins</title>
		<link>http://webdesign.anmari.com/2656/changes-are-happening-for-the-plugins/</link>
		<comments>http://webdesign.anmari.com/2656/changes-are-happening-for-the-plugins/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 14:02:13 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR Events]]></category>
		<category><![CDATA[AmR Ical Events List]]></category>
		<category><![CDATA[AmR User Templates]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=2656</guid>
		<description><![CDATA[The plugins are moving amr-events plugin registration is now at icalevents.com amr-user-templates plugin registration is soon at wpusersplugin.com Your details have cloned and moved too  so you can access curremt and older versions here. New versions of the plugins will only be available at the new sites: Use the same usernames and passwords on all [...]]]></description>
				<content:encoded><![CDATA[<h3>The plugins are moving</h3>
<ul>
<li><strong>amr-events</strong> plugin registration is now at <a title="wordpress events  and calendar plugin " href="http://icalevents.com">icalevents.com</a></li>
<li><strong>amr-user-templates</strong> plugin registration is soon at <a title="simplify wordpress backend for your users with this plugin " href="http://wpusersplugin.com">wpusersplugin.com</a></li>
</ul>
<h3></h3>
<h3>Your details have cloned and moved too</h3>
<ul>
<li> so you can access curremt and older versions here. New versions of the plugins will only be available at the new sites:</li>
<li>Use the same usernames and passwords on all sites.</li>
</ul>
<p>&nbsp;</p>
<h3>On;y forum or email subscription registrations here</h3>
<ul>
<li>Any problems, please log it at the support forum or <a href="http://webdesign.anmari.com/about/contact/">contact me asap</a>.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/2656/changes-are-happening-for-the-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
