<?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>SurveyGizmo - Online Survey Software : An Online Survey Tool for Creating Surveys, Polls, Forms and Quizes &#187; Developer Garage</title>
	<atom:link href="http://www.surveygizmo.com/survey-blog/category/developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surveygizmo.com</link>
	<description>Online Survey Tool for Surveys, Polls, Quizes and Forms</description>
	<lastBuildDate>Sat, 11 Feb 2012 00:44:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Integrating Ruby with the SurveyGizmo Survey&#160;API</title>
		<link>http://www.surveygizmo.com/survey-blog/integrating-ruby-with-surveygizmo-survey-api/</link>
		<comments>http://www.surveygizmo.com/survey-blog/integrating-ruby-with-surveygizmo-survey-api/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 22:29:07 +0000</pubDate>
		<dc:creator>Kipp Chambers</dc:creator>
				<category><![CDATA[API/Widgets/Plug-ins]]></category>
		<category><![CDATA[Developer Garage]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[developers corner]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby gems]]></category>
		<category><![CDATA[Ruby integration]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[survey API]]></category>
		<category><![CDATA[survey integration]]></category>
		<category><![CDATA[third party developers]]></category>
		<category><![CDATA[third party integration]]></category>

		<guid isPermaLink="false">http://www.surveygizmo.com/?p=31225</guid>
		<description><![CDATA[Do you program in Ruby? Did you know there are Ruby Gems available to let you integrate your app with the SurveyGizmo API? Read on...]]></description>
			<content:encoded><![CDATA[<p>To all you coders out there &#8211; a couple of different developers have recently released Ruby gems to integrate SurveyGizmo&#8217;s <a href="http://www.surveygizmo.com/survey-features/survey-api/">survey API</a> with Ruby! </p>
<p>There are two different Ruby gems out there right now to choose from:</p>
<h3>survey-gizmo-ruby Ruby Gem</h3>
<p>Kabari Hendrick released this Ruby gem to integrate Ruby with the SurveyGizmo API v.1 using an ActiveModel style interface. It interfaces with survey API resources such as surveys, questions, pages, options, and responses. It also supports all of the actions provided by the API: get, create, update, delete, and get list. There is also error handling.</p>
<p>You can follow these links to check out the <a href="https://github.com/RipTheJacker/survey-gizmo-ruby" target="_blank">survey-gizmo-ruby repository</a>, see an extended <a href="https://github.com/RipTheJacker/survey-gizmo-ruby" target="_blank">usage example</a>, or read the <a href="https://github.com/RipTheJacker/survey-gizmo-ruby" target="_blank">documentation</a>.</p>
<p>Kabari&#8217;s company, Lab42, uses it in a few different places, such as this <a href="http://lab42.com/surveys/define_market" target="_blank" rel="external nofollow">survey tool</a>.</p>
<h3>surveygizmo Ruby Gem</h3>
<p>Bobby Uhlenbrock with <a href="http://www.helloample.com" target="_blank" rel="external nofollow">Ample</a> built this Ruby Gem, which currently focuses heavily on pulling response data from the SurveyGizmo API. </p>
<p>Bobby told us, &#8220;My goal was to make this as easy to drop into an app as the Twitter gem. Therefore, if you&#8217;ve ever used the Twitter gem, this should make immediate sense.&#8221; </p>
<p>You can follow the links below to see the <a href="https://github.com/ample/surveygizmo" target="_blank">surveygizmo Ruby Gem repository</a>, as well as check out the <a href="http://rubydoc.info/github/ample/surveygizmo" target="_blank">documentation</a>.</p>
<p><em>**We&#8217;ve also added both of these gems to our <a href="http://developer.surveygizmo.com/resources/">Survey API Resources</a> page to make them easy to find in the future.</em></p>
<h3>What&#8217;s Next</h3>
<p>Both developers told us that their gems weren&#8217;t yet finished, and could use some help in the form of contributors, bug-finders, etc&#8230;so if you&#8217;re a Ruby developer who wants to make it easy to integrate your apps with SurveyGizmo, go get involved!</p>
<p>We love it when people build cool things with our API &#8211; thanks to Bobby and Kabari for getting these started! If you&#8217;ve used these Ruby gems (or the SurveyGizmo API) to build something great, please <a href="mailto:marketing@sgizmo.com?subject=Look what I made using the awesome SurveyGizmo API!">drop us an email</a> and let us know! We&#8217;d love to talk to you more about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surveygizmo.com/survey-blog/integrating-ruby-with-surveygizmo-survey-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Developer&#8217;s Corner &#8211; Have you checked it out&#160;yet?</title>
		<link>http://www.surveygizmo.com/survey-blog/developers-corner-webinar/</link>
		<comments>http://www.surveygizmo.com/survey-blog/developers-corner-webinar/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 14:54:16 +0000</pubDate>
		<dc:creator>Brittany Heidtke</dc:creator>
				<category><![CDATA[API/Widgets/Plug-ins]]></category>
		<category><![CDATA[Developer Garage]]></category>
		<category><![CDATA[SurveyGizmo News]]></category>
		<category><![CDATA[Webinars]]></category>
		<category><![CDATA[developers corner]]></category>
		<category><![CDATA[REST API]]></category>

		<guid isPermaLink="false">http://www.surveygizmo.com/?p=27851</guid>
		<description><![CDATA[Did you know that SurveyGizmo now has a special section dedicated to our developers and mastminds that want to integrate their projects into SurveyGizmo through the API? It&#8217;s called the Developer&#8217;s Corner and you can check it out over here: http://developer.surveygizmo.com/ It&#8217;s your one-stop shop for getting documentation on the new REST API, ask questions... <a href="http://www.surveygizmo.com/survey-blog/developers-corner-webinar/">Read More &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><em>Did you know that SurveyGizmo now has a special section dedicated to our developers and mastminds that want to integrate their projects into SurveyGizmo through the API?</em></p>
<p>It&#8217;s called the Developer&#8217;s Corner and you can check it out over here: <a href="http://developer.surveygizmo.com/" target="_blank">http://developer.surveygizmo.com/</a></p>
<p>It&#8217;s your one-stop shop for getting documentation on the new REST API, ask questions<span id="more-27851"></span> and have a direct conversation with the developers who created the API at SurveyGizmo and other developers working on integrations, keep up-to-date with the latest releases through the blog, and eventually it will be a place to buy and sell widgets you create to integrate with SurveyGizmo. </p>
<p>To go along with the <a href="http://developer.surveygizmo.com/" target="_blank">Developer&#8217;s Corner</a>, we&#8217;ll be hosting a webinar on using the REST API, called:</p>
<p> <b><a href="https://www2.gotomeeting.com/register/279539587" target="_blank">Creating new Custom Question Types in SurveyGizmo</a></b><br />
Learn how to use the new custom framework to create and report on your own custom question types. </p>
<p><strong>Join us Friday, April 22nd from 10AM &#8211; 11AM EDT (GMT -4)</strong> &#8211; <a href="https://www2.gotomeeting.com/register/279539587" target="_blank">Register now</a></p>
<p>There are only 100 spots available for the webinar and will fill up quickly, so please <a href="https://www2.gotomeeting.com/register/279539587" target="_blank">register</a> as soon as you can. </p>
<p>We&#8217;re planning big things for the <a href="http://developer.surveygizmo.com/" target="_blank">Developer&#8217;s Corner</a> so if you&#8217;re looking to create an integration or are just more interested in using the API, you&#8217;ll want to head over there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surveygizmo.com/survey-blog/developers-corner-webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrate Customer Feedback Surveys into ZenDesk Solved&#160;Requests</title>
		<link>http://www.surveygizmo.com/survey-blog/integrate-customer-feedback-survey-zendesk-solved-tickets/</link>
		<comments>http://www.surveygizmo.com/survey-blog/integrate-customer-feedback-survey-zendesk-solved-tickets/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:17:53 +0000</pubDate>
		<dc:creator>Mario Lurig</dc:creator>
				<category><![CDATA[API/Widgets/Plug-ins]]></category>
		<category><![CDATA[Developer Garage]]></category>
		<category><![CDATA[How-to articles]]></category>
		<category><![CDATA[Stuff We Like]]></category>

		<guid isPermaLink="false">http://www.surveygizmo.com/?p=6718</guid>
		<description><![CDATA[Overview We use ZenDesk for our support ticket system here at SurveyGizmo, and in the process we have integrated our customer feedback survey directly into the system. The only requirements for this integration are a ZenDesk account and any SurveyGizmo account (though for some additional link branding, we recommend the Pro or Enterprise plans). The... <a href="http://www.surveygizmo.com/survey-blog/integrate-customer-feedback-survey-zendesk-solved-tickets/">Read More &#187;</a>]]></description>
			<content:encoded><![CDATA[<h2>Overview</h2>
<p>We use ZenDesk for our support ticket system here at SurveyGizmo, and in the process we have integrated our customer feedback survey directly into the system. The only requirements for this integration are a ZenDesk account and any SurveyGizmo account (though for some additional link branding, we recommend the <a href="http://www.surveygizmo.com/new-account/?p=Professional&amp;link=TutEmail">Pro</a> or <a href="http://www.surveygizmo.com/new-account/?p=Enterprise&amp;link=TutEmail">Enterprise</a> plans).</p>
<p>The goal is to get feedback from the customer once a support issue has been resolved, so we can better get feedback about how well our customer service team is doing. You could setup many types of surveys and trigger them at different times within ZenDesk. Maybe a welcome email that collects additional information about an email sent to a specific department (such as billing). The options are completely up to you. The following example assumes you are getting customer feedback when a request is solved. You might also like to attach a survey link to the email footer of ALL emails. This is helpful in case a customer want s to provide feedback on the length of time it&#8217;s taking to resolve an issue.</p>
<h2>In ZenDesk</h2>
<ul>
<li>Select <strong>Manage</strong> from the ZenDesk menu and choose <strong>Triggers and email notifications</strong></li>
<li>If you already have a trigger for a Solved ticket, you can edit the existing trigger. This example assumes you are creating a new one, so click <em>Add Trigger</em></li>
<li>Setup the following recommended conditions:
<ul>
<li>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">Status | Changed to | Solved</pre></div></div>

</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">Comment is... | Public</pre></div></div>

</li>
</ul>
<p>This ensures that the email is sent only when an issue is deemed resolved and a comment was added (this last condition is optional).</li>
<li>The next step is the &#8216;Perform These Actions&#8217; section:
<ul>
<li>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">Notify User | (requester)</pre></div></div>

</li>
<li>Email Subject:

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">[{{ticket.account}}] Re: {{ticket.title}}</pre></div></div>

</li>
<li>Email body (adjust wording as needed):

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">Your request (#{{ticket.id}}) has been deemed solved.  Let us know how we did!
http://YOUR-SURVEYGIZMO-LINK/?rep={{ticket.assignee.first_name}}+{{ticket.assignee.last_name}}
&nbsp;
To review, comment and reopen the request, follow the link below:
http://{{ticket.url}}
&nbsp;
{{ticket.public_comments_formatted}}</pre></div></div>

</li>
</ul>
</li>
</ul>
<p>This is an example of what we use, but the key area for you is the survey link. You will want to replace <strong>http://YOUR-SURVEYGIZMO-LINK/</strong> with your survey link (Get this using the instructions below). The second portion, starting with the question mark ( ? ), is a <a href="http://www.surveygizmo.com/survey-support/tutorials/pushing-values-query-string/">query string</a>. This information is automatically collected by SurveyGizmo (more on using this later). It allows you to automatically associate the ticket&#8217;s assignee to that feedback. We&#8217;ve used the variable name &#8216;rep&#8217; in this case. For consistency, later instructions will assume you are also using &#8216;rep&#8217;. You could also pass in any ticket information like ticket ID, type, external ID, customer or organization name, etc.</p>
<h2>In SurveyGizmo</h2>
<p>You can create a customer feedback survey from scratch or use one of the pre-made templates we provide when you are creating a new survey (<a href="http://surveygizmo.support.sgizmo.com/?rep=John+Doe" target="_blank">our example</a>). Once the survey is created, you can Launch that survey, presenting you with a selection of links on the <strong>Publish</strong> tab. Here are a few examples:</p>
<p><strong>All plan levels:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://www.surveygizmo.com/s/34173/support-survey/</pre></div></div>

<p><strong>Professional and above (Branded Subdomains):</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://surveygizmo.support.sgizmo.com/</pre></div></div>

<p><strong>Enterprise level plans:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://surveys.yourdomain.com/support/</pre></div></div>

<p><strong>Replace the link in the Email body example above with your survey&#8217;s link.</strong></p>
<p class="note rc"><strong>Pro Tip</strong>: For Internet Explorer 6 compatibility, make sure the links ends with a forward slash ( / ).</p>
<h3>What else do I setup in the survey itself?</h3>
<p>When your respondents click on that link, they will be presented with your survey, automatically passing to the survey the assignee&#8217;s full name. Within your survey, your very first question may be an open textfield question asking the respondent to enter their support representative&#8217;s name. Within SurveyGizmo, you can set the <strong>Default Value</strong> of this question as the following:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">[%%GET_rep]</pre></div></div>

<p>This special merge code is getting the representative&#8217;s name that was passed in when they clicked the link, placing that in the box automatically. This saves your respondents time while still allowing them to change the name if they wish. Be advised, if you changed &#8216;rep&#8217; in the Solved email link above, you need to change it within that <a href="http://www.surveygizmo.com/survey-support/tutorials/merge-codes/">merge code</a> as well.</p>
<p>Congratulations, you&#8217;ve now setup a very simple and elegant integration between SurveyGizmo and ZenDesk for your customer feedback survey! If you need help setting up your survey to accept your Zendesk info grap a <a href="https://www.surveygizmo.com/new-account">SurveyGizmo account</a>, build your survey and then drop our customer support a note!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surveygizmo.com/survey-blog/integrate-customer-feedback-survey-zendesk-solved-tickets/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>It&#8217;s SurveyGizmo Lab&#160;Week!</title>
		<link>http://www.surveygizmo.com/survey-blog/surveygizmo-lab-week/</link>
		<comments>http://www.surveygizmo.com/survey-blog/surveygizmo-lab-week/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 21:40:45 +0000</pubDate>
		<dc:creator>Samantha Lynn Harms</dc:creator>
				<category><![CDATA[Developer Garage]]></category>
		<category><![CDATA[SurveyGizmo Updates]]></category>

		<guid isPermaLink="false">http://www.surveygizmo.com/?p=5859</guid>
		<description><![CDATA[Here at SurveyGizmo, we&#8217;re excited to be holding the first ever SurveyGizmo Lab Week! Our inspiration came from watching the awesome results that have come from Google Labs and MailChimp Labs. We tasked the developers and designer with choosing a project to work on for the week. The only guideline was that their project must... <a href="http://www.surveygizmo.com/survey-blog/surveygizmo-lab-week/">Read More &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Here at SurveyGizmo, we&#8217;re excited to be holding the first ever SurveyGizmo Lab Week! Our inspiration came from watching the awesome results that have come from <a href="http://www.googlelabs.com/">Google Labs</a> and <a href="http://www.mailchimp.com/labs/">MailChimp Labs</a>. We tasked the developers and designer with choosing a project to work on for the week. The only guideline was that their project must somehow enhance SurveyGizmo, and make it an even better product for our users.</p>
<p>Once SurveyGizmo Lab Week is completed next Thursday, all SurveyGizmo employees will cast their votes for the best project. The winner will receive the highly coveted prize, chosen by the development team: a <a href="http://shop.lego.com/product/?p=10178&amp;LangId=2057&amp;ShipTo=US">Lego Motorized Walking AT-AT™</a>!  <em>Pew pew!</em></p>
<div class="mceTemp">
<dl>
<dt><a href="http://shop.lego.com/Product/?p=10178"><img class="size-full wp-image-5863" src="http://www.surveygizmo.com/wp-content/uploads/2009/10/ATAT.jpg" alt="ATAT" width="371" height="252" /></a></dt>
</dl>
</div>
<p>Now, let&#8217;s meet the contenders. In no particular order,</p>
<p><strong>Joseph West</strong> is building a Survey-wide Spellcheck (utilizing the GNU Aspell library) with multiple language support.  This spell check will function much like Search and Replace, checking the spelling in pages, questions, reports, and more.  It then displays the misspellings and offers suggestions for each word. The initial version will simply display the suggestions, but streamlined replacement functionality will be added over time to make it easier to replace any word with one of the suggestions, or with something you type in yourself.</p>
<p><strong>Jean-Francois Hardy</strong> is working on a new interactive tutorial system. Unlike our written tutorials, it will teach you how to use SurveyGizmo by performing various tasks.  It will present a description of what needs to be done and why, and then highlight the areas on the screen where the step should be performed. The tutorials will walk you through commonly-requested support questions, and teach you new things about SurveyGizmo in real-time, from within your own account.</p>
<p><strong>Chad Shinsato</strong> is working on a page jumping logic analyzer. This tool will analyze your default, simple and advanced page jumping logic and display all the possible page paths that your survey takers can take, allowing you to easily debug issues in your survey.</p>
<p>Finally, <strong>Jase Smith</strong> is working on creating a SurveyGizmo mascot. Jase tells us that it&#8217;s been a fun challenge to come up with a character that fits the SurveyGizmo persona. With his life-long love for comic books, cartoons, and anime style art, we are sure he&#8217;ll come up with something everyone will love!</p>
<p>Credit also goes to rock-star <strong>CTO Christian Vanek</strong>, who has heroically covered all of the technical support during SurveyGizmo Lab Week, allowing the development team to fully dedicate their efforts to their projects.</p>
<p><strong>Best of luck, guys!</strong> And, while one of these projects will be voted &#8220;best&#8221; on October 22, ultimately we feel as though all of our users win!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surveygizmo.com/survey-blog/surveygizmo-lab-week/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

