<?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>Blissful Interfaces &#187; Wordpress CMS Development</title>
	<atom:link href="/tag/wordpress-cms-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blissfulinterfaces.com</link>
	<description>web design development</description>
	<lastBuildDate>Wed, 30 May 2012 21:18:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress All in one events calendar Warning: Call-time pass-by-reference has been deprecated in class-ai1ec-events-helper.php</title>
		<link>http://blissfulinterfaces.com/all-in-one-events-calendar-call-time-pass-by-reference/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=all-in-one-events-calendar-call-time-pass-by-reference</link>
		<comments>http://blissfulinterfaces.com/all-in-one-events-calendar-call-time-pass-by-reference/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 01:59:16 +0000</pubDate>
		<dc:creator>Thanushka</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugin Development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress CMS Development]]></category>

		<guid isPermaLink="false">http://blissfulinterfaces.com/?p=839</guid>
		<description><![CDATA[<p><p><a href="/all-in-one-events-calendar-call-time-pass-by-reference/">WordPress All in one events calendar Warning: Call-time pass-by-reference has been deprecated in class-ai1ec-events-helper.php</a></p><p>This is how I fixed the warnings with the wonderful help of the plugin development team.</p></p><p><a href="/">Blissful Interfaces - web design development</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="/all-in-one-events-calendar-call-time-pass-by-reference/">WordPress All in one events calendar Warning: Call-time pass-by-reference has been deprecated in class-ai1ec-events-helper.php</a></p><p>I have All in one events calendar Version 1.2.4, I love this plugin and it may be the best events calendar plugin for Wordpress.<br />
However, It did not work properly in my site.</p>
<p>The warnings I received when I create a new event and publish it.</p>
<h5>On the wordpress admin:</h5>
<div class="codesnip-container" >Warning: Call-time pass-by-reference has been deprecated in<br />
all-in-one-event-calendar/app/helper/class-ai1ec-events-helper.php on line 851<br />
Warning: Cannot modify header information &#8211; headers already sent by<br />
(output started at /usr/local/pem/vhosts/113072/webspace/httpdocs/wp-<br />
content/plugins/all-in-one-event-calendar/app/helper/class-ai1ec-events-<br />
helper.php:851) in /usr/local/pem/vhosts/113072/webspace/httpdocs/wp-<br />
includes/pluggable.php on line 866</div>
<p>&nbsp;</p>
<h5>My events page kept on showing a loader.</h5>
<h5>The following warning was on the Browser on every page of my site:</h5>
<div class="codesnip-container" >Warning: Call-time pass-by-reference has been deprecated in<br />
/usr/local/pem/vhosts/113072/webspace/httpdocs/wp-content/plugins/all-in-<br />
one-event-calendar/app/helper/class-ai1ec-events-helper.php on line 851</div>
<p>&nbsp;</p>
<p>Fix:</p>
<p>As of PHP 5.3.0 call-time pass-by-reference has been deprecated.<br />
Open the file : <em>Plugins/all-in-one-events-calendar/app/helper/class-ai1ec-events-helper.php</em> in a editor.<br />
Locate line 851</p>
<div class="codesnip-container" >similar_text( $a, $b, &amp;$percent );</div>
<p>Change the line 851 in class-ai1ec-events-helper.php to:</p>
<div class="codesnip-container" >similar_text( $a, $b, $percent );</div>
<p>it will start working again (note the ampersand is gone)</p>
<p>&nbsp;</p>
<p><a href="/">Blissful Interfaces - web design development</a></p>]]></content:encoded>
			<wfw:commentRss>http://blissfulinterfaces.com/all-in-one-events-calendar-call-time-pass-by-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Themes</title>
		<link>http://blissfulinterfaces.com/our_portfolio/wordpress-themes-cms-development-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-themes-cms-development-3</link>
		<comments>http://blissfulinterfaces.com/our_portfolio/wordpress-themes-cms-development-3/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 04:53:52 +0000</pubDate>
		<dc:creator>Thanushka</dc:creator>
				<category><![CDATA[Design & Development]]></category>
		<category><![CDATA[Plugin Development]]></category>
		<category><![CDATA[Wordpress CMS Development]]></category>
		<category><![CDATA[wordpress theme development]]></category>

		<guid isPermaLink="false">http://localhost:8888/bi/?post_type=our_portfolio&#038;p=459</guid>
		<description><![CDATA[<p><p><a href="/our_portfolio/wordpress-themes-cms-development-3/">WordPress Themes</a></p><p>We love wordpress! It's flexibility for customization certainly validate it's place as the world's most loved cms. We design, develop and host everything wordpress. We use wordpress as our cms  for most of our projects, and design and code themes from the scratch. We also develop and extend plugins to add more features and functionality.


Custom Wordpress theme design: We also offer custom wordpress theme design and PSD to wordpress theme conversion services. Please contact us for more details.</p></p><p><a href="/">Blissful Interfaces - web design development</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="/our_portfolio/wordpress-themes-cms-development-3/">WordPress Themes</a></p>[[Show as slideshow]]
<h2>Responsive WordPress Theme Development</h2>
<p><a href="/">Blissful Interfaces - web design development</a></p>]]></content:encoded>
			<wfw:commentRss>http://blissfulinterfaces.com/our_portfolio/wordpress-themes-cms-development-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clinical Pilates Website, Australia</title>
		<link>http://blissfulinterfaces.com/our_portfolio/dma-clinical-pilates-website-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dma-clinical-pilates-website-development</link>
		<comments>http://blissfulinterfaces.com/our_portfolio/dma-clinical-pilates-website-development/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 19:45:34 +0000</pubDate>
		<dc:creator>Thanushka</dc:creator>
				<category><![CDATA[Design & Development]]></category>
		<category><![CDATA[Plugin Development]]></category>
		<category><![CDATA[Wordpress CMS Development]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://localhost:8888/bi/?post_type=our_portfolio&#038;p=221</guid>
		<description><![CDATA[<p><p><a href="/our_portfolio/dma-clinical-pilates-website-development/">Clinical Pilates Website, Australia</a></p><p>DMA Clinical pilates is located in South Yarra, Australia. 

Our goal was to create a functional, user friendly web site for them. Using their new branding, We built 30+ well thought screens/pages that showcased the professionalism and friendliness of their physiotherapy clinic service, created a functional registering &#038; booking system for their physiotherapist courses and developed a secure, seo friendly shopping cart for their clinical pilate equipments.

We built the site with WordPress CMS development that made the site's content management and admin work fun and  efficient. </p></p><p><a href="/">Blissful Interfaces - web design development</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="/our_portfolio/dma-clinical-pilates-website-development/">Clinical Pilates Website, Australia</a></p><p>[[Show as slideshow]]<br />
Clinical Pilates Website design and development Australia</p>
<p><a href="/">Blissful Interfaces - web design development</a></p>]]></content:encoded>
			<wfw:commentRss>http://blissfulinterfaces.com/our_portfolio/dma-clinical-pilates-website-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
