<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Justin Martin</title>
	<atom:link href="http://thefrozenfire.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefrozenfire.com</link>
	<description>Be kinder than necessary, for everyone you meet is fighting some kind of battle.</description>
	<lastBuildDate>Thu, 10 May 2012 13:57:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Adventures with MindBody Online by Matt Habermehl</title>
		<link>http://thefrozenfire.com/2010/10/adventures-with-mindbody-online/#comment-941</link>
		<dc:creator>Matt Habermehl</dc:creator>
		<pubDate>Thu, 10 May 2012 13:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?p=7#comment-941</guid>
		<description>Brilliant. This saved me an enormous amount of time. Thank you SO much for offering this to the community.

Here&#039;s something that I didn&#039;t notice explicitly mentioned in the documentation, but may be of help to some users:

When querying classes, mindbody will return only today&#039;s classes by default unless you provide a start and end date. It may not be immediately obvious how to do this. This is what I did (not sure if the formatting will stick once comment is posted):
&lt;code&gt;

 getMessage();
		exit(1);
		}
	try {
		$enddate = new DateTime(&#039;2013-01-01&#039;);
		} catch (Exception $e) {
		echo $e-&gt;getMessage();
		exit(1);
		}

	$startdateformat = $startdate-&gt;format(&#039;Y-m-d&#039;);
	$enddateformat = $enddate-&gt;format(&#039;Y-m-d&#039;);
    
    $service = new Class_Service();
    
    $parameters = new GetClasses();
    $parameters-&gt;Request = new GetClassesRequest();
    
    $parameters-&gt;Request-&gt;SourceCredentials = new SourceCredentials();
    $parameters-&gt;Request-&gt;SourceCredentials-&gt;SourceName = &quot;SourceName&quot;;
    $parameters-&gt;Request-&gt;SourceCredentials-&gt;Password = &quot;Password&quot;;
    $parameters-&gt;Request-&gt;SourceCredentials-&gt;SiteIDs = array(
        numerical site id
       );
// This is how to set parameters for the request that are available via the API:
    $parameters-&gt;Request-&gt;StartDateTime = $startdateformat;
    $parameters-&gt;Request-&gt;EndDateTime = $enddateformat;

    
    $classes = $service-&gt;GetClasses($parameters);
    
    var_dump($classes);

 ?&gt;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Brilliant. This saved me an enormous amount of time. Thank you SO much for offering this to the community.</p>
<p>Here&#8217;s something that I didn&#8217;t notice explicitly mentioned in the documentation, but may be of help to some users:</p>
<p>When querying classes, mindbody will return only today&#8217;s classes by default unless you provide a start and end date. It may not be immediately obvious how to do this. This is what I did (not sure if the formatting will stick once comment is posted):<br />
<code></p>
<p> getMessage();<br />
		exit(1);<br />
		}<br />
	try {<br />
		$enddate = new DateTime('2013-01-01');<br />
		} catch (Exception $e) {<br />
		echo $e-&gt;getMessage();<br />
		exit(1);<br />
		}</p>
<p>	$startdateformat = $startdate-&gt;format('Y-m-d');<br />
	$enddateformat = $enddate-&gt;format('Y-m-d');</p>
<p>    $service = new Class_Service();</p>
<p>    $parameters = new GetClasses();<br />
    $parameters-&gt;Request = new GetClassesRequest();</p>
<p>    $parameters-&gt;Request-&gt;SourceCredentials = new SourceCredentials();<br />
    $parameters-&gt;Request-&gt;SourceCredentials-&gt;SourceName = "SourceName";<br />
    $parameters-&gt;Request-&gt;SourceCredentials-&gt;Password = "Password";<br />
    $parameters-&gt;Request-&gt;SourceCredentials-&gt;SiteIDs = array(<br />
        numerical site id<br />
       );<br />
// This is how to set parameters for the request that are available via the API:<br />
    $parameters-&gt;Request-&gt;StartDateTime = $startdateformat;<br />
    $parameters-&gt;Request-&gt;EndDateTime = $enddateformat;</p>
<p>    $classes = $service-&gt;GetClasses($parameters);</p>
<p>    var_dump($classes);</p>
<p> ?&gt;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by bill patton</title>
		<link>http://thefrozenfire.com/about/#comment-935</link>
		<dc:creator>bill patton</dc:creator>
		<pubDate>Thu, 03 May 2012 15:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?page_id=2#comment-935</guid>
		<description>Justin:

I would like to explore hiring your company to build the custom solution.

That said - i have a VERY simple code base and needs.

from an existing dreamhost account (i&#039;ll set up)...


1. show all courses offered at a specific location
(api credentials and location id hard coded)

2. click on a course to see list of offered dates from (now-5days to now+5 days)

3. Click on a course date to see list of members signed up for that class (with member email info, fname, lname, gender, DOB)

Would this be a project that i could retain your business to put together? It seems as though this would be a fairly short project (10 hours?) total. Please advise.
-bill</description>
		<content:encoded><![CDATA[<p>Justin:</p>
<p>I would like to explore hiring your company to build the custom solution.</p>
<p>That said &#8211; i have a VERY simple code base and needs.</p>
<p>from an existing dreamhost account (i&#8217;ll set up)&#8230;</p>
<p>1. show all courses offered at a specific location<br />
(api credentials and location id hard coded)</p>
<p>2. click on a course to see list of offered dates from (now-5days to now+5 days)</p>
<p>3. Click on a course date to see list of members signed up for that class (with member email info, fname, lname, gender, DOB)</p>
<p>Would this be a project that i could retain your business to put together? It seems as though this would be a fairly short project (10 hours?) total. Please advise.<br />
-bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Justin Martin</title>
		<link>http://thefrozenfire.com/about/#comment-934</link>
		<dc:creator>Justin Martin</dc:creator>
		<pubDate>Wed, 02 May 2012 16:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?page_id=2#comment-934</guid>
		<description>Hi Bill,

Sorry, I did a whois on your domain and saw it was registered with GoDaddy, so I made an assumption. ;)

Dreamhost is probably a fair bit more expensive and GoDaddy or hostmysite in terms of entry costs, but they essentially offer unlimited everything on shared hosting, very few restrictions on what you can host, and the settings are almost completely open. You can even run your own copy of PHP, so you *can* have complete control over your web server.

I use them because I host a lot of little projects, and often host clients&#039; development sites for my own work. They&#039;re very good.

If you just need to test your code, you can also set up a webserver locally without much fuss, or you can roll a simple Ubuntu Server virtual machine in VirtualBox.

I should mention that, while my employer&#039;s plans for developing packaged Mindbody solutions are future tense, if you have the budget to hire us on a project exclusively, we&#039;re likely to take it (and so, you&#039;ll get my expertise :) ).</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>Sorry, I did a whois on your domain and saw it was registered with GoDaddy, so I made an assumption. ;)</p>
<p>Dreamhost is probably a fair bit more expensive and GoDaddy or hostmysite in terms of entry costs, but they essentially offer unlimited everything on shared hosting, very few restrictions on what you can host, and the settings are almost completely open. You can even run your own copy of PHP, so you *can* have complete control over your web server.</p>
<p>I use them because I host a lot of little projects, and often host clients&#8217; development sites for my own work. They&#8217;re very good.</p>
<p>If you just need to test your code, you can also set up a webserver locally without much fuss, or you can roll a simple Ubuntu Server virtual machine in VirtualBox.</p>
<p>I should mention that, while my employer&#8217;s plans for developing packaged Mindbody solutions are future tense, if you have the budget to hire us on a project exclusively, we&#8217;re likely to take it (and so, you&#8217;ll get my expertise :) ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by bill patton</title>
		<link>http://thefrozenfire.com/about/#comment-933</link>
		<dc:creator>bill patton</dc:creator>
		<pubDate>Wed, 02 May 2012 16:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?page_id=2#comment-933</guid>
		<description>Justin:

Thanks for taking the time to reply. I actually use hostmysite.com (i&#039;ve used godaddy and found them terrible from a dev standpoint).

i&#039;ll try creating a dreamhost account and then testing the code to see how far i can get...

regards
bill patton
www.logsitall.com</description>
		<content:encoded><![CDATA[<p>Justin:</p>
<p>Thanks for taking the time to reply. I actually use hostmysite.com (i&#8217;ve used godaddy and found them terrible from a dev standpoint).</p>
<p>i&#8217;ll try creating a dreamhost account and then testing the code to see how far i can get&#8230;</p>
<p>regards<br />
bill patton<br />
<a href="http://www.logsitall.com" rel="nofollow">http://www.logsitall.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Justin Martin</title>
		<link>http://thefrozenfire.com/about/#comment-932</link>
		<dc:creator>Justin Martin</dc:creator>
		<pubDate>Wed, 02 May 2012 16:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?page_id=2#comment-932</guid>
		<description>Hi Bill,

The things you mention wanting to do are fairly simple indeed. However, one fundamental requirement for the server environment is that it be able to access remote HTTP resources, as that is how the MBO API is served.

I realize that allow_url_fopen is often disabled on shared hosting environments such as those provided by GoDaddy. Because my MBO API library utilizes the SOAP extension in PHP, there is no way to override that requirement, that I&#039;m aware of.

I&#039;ve reviewed the source for the SOAP extension, and because it itself checks whether allow_url_fopen is enabled, there is no work-around.

My suggestion would be to contact GoDaddy support and see whether they can enable that setting for your account. They may require an upgrade to your account, as GoDaddy is pretty bad. It&#039;s my suggestion that you go with someone better, such as Dreamhost, if you wish to provide shared hosting to clients.

As for hiring me, I&#039;m currently fairly busy with a new job with Media Devils Inc., so hiring me directly is not feasible. However, I&#039;ve made my employer aware of the demand for custom solutions in the area of Mindbody integration, and with us being a boutique software company, we may seek to take such projects in the future.</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>The things you mention wanting to do are fairly simple indeed. However, one fundamental requirement for the server environment is that it be able to access remote HTTP resources, as that is how the MBO API is served.</p>
<p>I realize that allow_url_fopen is often disabled on shared hosting environments such as those provided by GoDaddy. Because my MBO API library utilizes the SOAP extension in PHP, there is no way to override that requirement, that I&#8217;m aware of.</p>
<p>I&#8217;ve reviewed the source for the SOAP extension, and because it itself checks whether allow_url_fopen is enabled, there is no work-around.</p>
<p>My suggestion would be to contact GoDaddy support and see whether they can enable that setting for your account. They may require an upgrade to your account, as GoDaddy is pretty bad. It&#8217;s my suggestion that you go with someone better, such as Dreamhost, if you wish to provide shared hosting to clients.</p>
<p>As for hiring me, I&#8217;m currently fairly busy with a new job with Media Devils Inc., so hiring me directly is not feasible. However, I&#8217;ve made my employer aware of the demand for custom solutions in the area of Mindbody integration, and with us being a boutique software company, we may seek to take such projects in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures with MindBody Online by bill patton</title>
		<link>http://thefrozenfire.com/2010/10/adventures-with-mindbody-online/#comment-931</link>
		<dc:creator>bill patton</dc:creator>
		<pubDate>Tue, 01 May 2012 17:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?p=7#comment-931</guid>
		<description>michael:

i&#039;m hoping to do similar actions with the MBO api - is there a place I could find your sample code and/or are you available for hire to create a basic collection of php pages that call MBO data?

-bill patton</description>
		<content:encoded><![CDATA[<p>michael:</p>
<p>i&#8217;m hoping to do similar actions with the MBO api &#8211; is there a place I could find your sample code and/or are you available for hire to create a basic collection of php pages that call MBO data?</p>
<p>-bill patton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by bill patton</title>
		<link>http://thefrozenfire.com/about/#comment-930</link>
		<dc:creator>bill patton</dc:creator>
		<pubDate>Tue, 01 May 2012 17:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?page_id=2#comment-930</guid>
		<description>hi - i&#039;m trying to create what I thought would be a simple set of php pages: 

1. show all courses offered at a specific location 
2. click on a course to see list of offered dates from (now-5days to now+5 days) 
3. Click on a course date to see list of members signed up for that class (with member email info, fname, lname, gender, DOB) 

I&#039;ve been through documentation and found the respository but sadly can&#039;t use pear installer or set up allow_url_fopen to be enabled (which means I don&#039;t think i can use sample code/classes?) 

What do you think about my hiring you to create the basic framework for above so i can then iterate from there? 

Thanks! 

-bill</description>
		<content:encoded><![CDATA[<p>hi &#8211; i&#8217;m trying to create what I thought would be a simple set of php pages: </p>
<p>1. show all courses offered at a specific location<br />
2. click on a course to see list of offered dates from (now-5days to now+5 days)<br />
3. Click on a course date to see list of members signed up for that class (with member email info, fname, lname, gender, DOB) </p>
<p>I&#8217;ve been through documentation and found the respository but sadly can&#8217;t use pear installer or set up allow_url_fopen to be enabled (which means I don&#8217;t think i can use sample code/classes?) </p>
<p>What do you think about my hiring you to create the basic framework for above so i can then iterate from there? </p>
<p>Thanks! </p>
<p>-bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures with MindBody Online by ss</title>
		<link>http://thefrozenfire.com/2010/10/adventures-with-mindbody-online/#comment-929</link>
		<dc:creator>ss</dc:creator>
		<pubDate>Wed, 25 Apr 2012 09:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?p=7#comment-929</guid>
		<description>Were you able to book a class using FinderCheckoutShoppingCart method in Finder Service?
Is MBFClassID same as MINDBODYID column of tblAggregateClasses table?</description>
		<content:encoded><![CDATA[<p>Were you able to book a class using FinderCheckoutShoppingCart method in Finder Service?<br />
Is MBFClassID same as MINDBODYID column of tblAggregateClasses table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures with MindBody Online by Jeffrey Wood</title>
		<link>http://thefrozenfire.com/2010/10/adventures-with-mindbody-online/#comment-928</link>
		<dc:creator>Jeffrey Wood</dc:creator>
		<pubDate>Wed, 25 Apr 2012 04:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?p=7#comment-928</guid>
		<description>Hi Justin,  Very interested in getting MBO integrated into our company website, Appointment Scheduler as a priority.  Please contact me if you&#039;d be interested in some dev work.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Justin,  Very interested in getting MBO integrated into our company website, Appointment Scheduler as a priority.  Please contact me if you&#8217;d be interested in some dev work.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures with MindBody Online by Gaius</title>
		<link>http://thefrozenfire.com/2010/10/adventures-with-mindbody-online/#comment-926</link>
		<dc:creator>Gaius</dc:creator>
		<pubDate>Mon, 02 Apr 2012 22:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://thefrozenfire.com/?p=7#comment-926</guid>
		<description>Hello,

I am looking for a web developer to create a custom reporting tool for mindbody. My employer wants to be able to get certain informaion which is not available in the standard reports baked into Mindbody.

Our goal Is to create a tool which will give us the access to a broader set of data than what we can get now using the standard reports.


Please send me an email and let me know if this is something you would be capable and interested in helping us with. 


Thank you</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am looking for a web developer to create a custom reporting tool for mindbody. My employer wants to be able to get certain informaion which is not available in the standard reports baked into Mindbody.</p>
<p>Our goal Is to create a tool which will give us the access to a broader set of data than what we can get now using the standard reports.</p>
<p>Please send me an email and let me know if this is something you would be capable and interested in helping us with. </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

