<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; feedback</title>
	<atom:link href="http://devblog.blackberry.com/tag/feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; feedback</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>bbUI.js version 0.9.2 now available</title>
		<link>http://devblog.blackberry.com/2012/05/bbui-js-update-now-available/</link>
		<comments>http://devblog.blackberry.com/2012/05/bbui-js-update-now-available/#comments</comments>
		<pubDate>Thu, 31 May 2012 18:01:37 +0000</pubDate>
		<dc:creator>Tim N.</dc:creator>
				<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[bbUI]]></category>
		<category><![CDATA[BlackBerry 10]]></category>
		<category><![CDATA[BlackBerry 10 Jam]]></category>
		<category><![CDATA[change log]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=9624</guid>
		<description><![CDATA[There's a new bbUI.js version available on Github.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9624&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-1.jpg?w=500&#038;h=124" alt="" title="" width="500" height="124" class="aligncenter size-full wp-image-9170" /></p>
<p>Since <a href="http://www.blackberryjamconference.com" target="_new">BlackBerry® 10 Jam</a>, we’ve received lots of great feedback on the <a href="http://devblog.blackberry.com/2012/05/blackberry-10-bbui/" target="_new">bbUI framework</a>.  Your collaborative effort is really helping to evolve the framework, so please keep the feedback flowing!  We’ve been working hard to add in all the BlackBerry 10 goodness and now have a bunch of new functionality ready to go.</p>
<p>Be sure to check out the <a href="https://github.com/blackberry/bbUI.js/blob/master/CHANGELOG.md" target="_new">full change log</a> for this release to know what kind of adjustments you may need to make to your markup in order to run v0.9.2, and check out the <a href="https://github.com/blackberry/bbUI.js/issues?milestone=7&amp;page=1&amp;state=closed" target="_new">closed issues for bugs</a> that have been fixed.  The v0.9.2 markup changes are fairly minor and are meant to make your life easier as we move forward.</p>
<p><span id="more-9624"></span></p>
<h3><strong>Notable Improvements</strong></h3>
<ul>
<li><a href="https://github.com/blackberry/bbUI.js/wiki/Grid-List" target="_new">BlackBerry 10 Grid List</a></li>
<ul>
<li>Now supports both square 1:1 and widescreen 16:9 image formats</li>
<li>Added press-and-hold context menu support</li>
<li>Only shows translucent overlay if either a title or sub-title is provided</li>
<li>Supports both solid and gradient headers</li>
<li>Header text justification added</li>
</ul>
<li><a href="https://github.com/blackberry/bbUI.js/wiki/Image-List" target="_new">Image List</a></li>
<ul>
<li>Supports both solid and gradient headers for BlackBerry 10</li>
<li>Image display effects for BlackBerry 10</li>
<li>Added placeholder images for items without image content on all BlackBerry operating systems</li>
<li>Supports a “text only” mode on all BlackBerry operating systems</li>
<li>New touch and click highlighting to match BlackBerry 10 UX specifications</li>
</ul>
<li>Ellipsis added to the end of long text in arrow and image lists</li>
<li>HTML5 input fields now supported in Label/Control containers</li>
<li>Added <a href="https://github.com/blackberry/bbUI.js/wiki/Sliders" target="_new">slider styling</a> for BlackBerry 10 with some funky animation</li>
<li>Added <a href="https://github.com/blackberry/bbUI.js/wiki/Progress-Indicator" target="_new">progress indicators</a> for all BlackBerry operating systems</li>
<li>New <a href="https://github.com/blackberry/bbUI.js/wiki/Screens" target="_new">title bar support</a> with buttons for BlackBerry 10</li>
<li>New <a href="https://github.com/blackberry/bbUI.js/wiki/Radio-Buttons" target="_new">radio button styling</a> for BlackBerry 10 with some slip-and-slide animation</li>
</ul>
<h3><strong>Changes to your code</strong></h3>
<p>I mentioned that there were a few changes that were made that will affect your application markup, so let’s talk about those.</p>
<ul>
<li>The bb.init() function <a href="https://github.com/blackberry/bbUI.js/issues/149" target="_new">no longer takes a bb10AccentColor</a>.  This color is now generated as a shade of the bb10HighlightColor.</li>
<li>Header text alignment has been moved off of the individual headers on an image list and moved to an attribute of the image list itself.  Make sure you check out the <a href="https://github.com/blackberry/bbUI.js/wiki/Image-List" target="_new">Image List documentation</a> for the correct markup.</li>
<li>Grid lists used to have header text left justified by default &#8212; they are now center justified by default.</li>
<li>Back Buttons must be explicitly created in Action Bars for BB10 styling. Action bar will no longer be created “automagically” if the screen has a title bar with a back button specified.</li>
<li>The toolkit file names have changed to bbui-0.9.2.js and bbui-0.9.2.css</li>
</ul>
<h3><strong>More to Come</strong></h3>
<p>We’ve now created an additional <a href="https://github.com/blackberry/bbUI.js/issues?milestone=8&amp;state=open" target="_new">BlackBerry 10 milestone</a> for bbUI that contains some more BlackBerry 10 UI goodness. If you’re interested in following the bbUI.js changes as they go, feel free to <a href="https://twitter.com/brcewane" target="_new">follow me on Twitter</a>.</p>
<p>Now that we’ve covered what’s new and what’s changed, I think it’s time for some eye candy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3><strong>Square 1:1 Grid List and Slider</strong></h3>
<p style="text-align:center;"><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-1.jpg?w=270" alt="" title="" width="270" />&nbsp;<img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-2.jpg?w=270" alt="" title="" width="270" /></p>
<h3><strong>Radio Buttons and Progress Indicators</strong></h3>
<p style="text-align:center;"><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-3.jpg?w=270" alt="" title="" width="270" />&nbsp;<img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-4.jpg?w=270" alt="" title="" width="270" /></p>
<h3><strong>New Image List Headers and Placeholders</strong></h3>
<p style="text-align:center;"><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-5.jpg?w=270" alt="" title="" width="270" />&nbsp;<img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-6.jpg?w=270" alt="" title="" width="270"></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/9624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/9624/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9624&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/05/bbui-js-update-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3939390650b170ba28e9bf3c53d397ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">timneil1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-1.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-1.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-2.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-3.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-4.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-5.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-6.jpg" medium="image" />
	</item>
		<item>
		<title>BlackBerry Analytics SDK &#8211; now for BlackBerry WebWorks Applications</title>
		<link>http://devblog.blackberry.com/2012/03/analytics-sdk-for-webworks/</link>
		<comments>http://devblog.blackberry.com/2012/03/analytics-sdk-for-webworks/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 14:30:12 +0000</pubDate>
		<dc:creator>Tim W.</dc:creator>
				<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[BlackBerry Analytics SDK]]></category>
		<category><![CDATA[blackberry webworks]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=8631</guid>
		<description><![CDATA[The BlackBerry Analytics SDK has just been made available to BlackBerry WebWorks applications.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=8631&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-8632" title="BlackBerry Analytics SDK" src="http://rimdevblog.files.wordpress.com/2012/03/analytics-sdk-update.jpg?w=550&#038;h=509" alt="BlackBerry Analytics SDK" width="550" height="509" /></p>
<p>When you built the first version of your BlackBerry® platform application, you probably had a very clear idea of what you wanted to accomplish: the features and user experience that would mean success. Then you put your hard work out there on BlackBerry App World™ and you got downloads. Maybe you got a bunch of feedback and reviews and now you are gearing up for version 2. How do you know where to invest your time?</p>
<p>You can’t do every feature that you can think of, or that your users request – not if you want to actually release a version 2 in a reasonable time. Even if you tried to cram a bunch in there, imagine what that would do to your flow and user experience. While your own ideas and user feedback have an obvious place in your planning, what do you really know about how your app is used?</p>
<p><span id="more-8631"></span></p>
<ul>
<li>How many users are on 5.0, 6.0 or 7.0?</li>
<li>Do you have a predominant device or form factor?</li>
<li>Have you tested on all the top user devices?</li>
<li>Is there a device that you expected more users from and have you tested on that device?</li>
<li>Where are your users from?</li>
<li>How often and for how long is your app used?</li>
<li>Does that feature you spent so much time on really being used?</li>
</ul>
<p>Those are just some starter questions that could be answered with the simple inclusion of the BlackBerry® Analytics SDK. The SDK was released in beta last year and went Gold just before BlackBerry DevCon Americas. It was for Java® applications only at first, but I am pleased to announce there is a BlackBerry® WebWorks™ Extension for it now, which is available in our <a href="https://github.com/blackberry/WebWorks-Community-APIs/tree/master/Smartphone/Analytics" target="_new">BlackBerry WebWorks Community APIs repository</a> on github.</p>
<p>The extension is really a simplified JavaScript wrapper for the Java-based SDK, which does all the hard work. There is no perceptible performance impact, minimal additional data usage, queueing events out of coverage, and data is collected in aggregate with no user identifying information reported. Even if you just sign up for the service and copy the sample code into your application, I think you will be very pleased with the value of the data reported. This extension is BlackBerry smartphone-only right now, but an SDK for BlackBerry® PlayBook™ tablets is in development.</p>
<p>Note that data is analyzed within 24 hours of being received so you will have to wait a bit when you first get started. Issues with the extension should be submitted at github.com, but if you have questions you can always post in our Analytics Service Forum.</p>
<p>So what are you waiting for? Visit github and get the extension today. Sign up for your Analytics account (it only takes a minute) and add the code to your app. Try it out in your next beta!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/8631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/8631/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=8631&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/03/analytics-sdk-for-webworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4af90af66399bef37f445ec81aba64a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">timwin1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/03/analytics-sdk-update.jpg" medium="image">
			<media:title type="html">BlackBerry Analytics SDK</media:title>
		</media:content>
	</item>
		<item>
		<title>BlackBerry Developer Survey: We want your feedback!</title>
		<link>http://devblog.blackberry.com/2011/01/developer-survey/</link>
		<comments>http://devblog.blackberry.com/2011/01/developer-survey/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 19:33:57 +0000</pubDate>
		<dc:creator>John T.</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=3080</guid>
		<description><![CDATA[Take our developer survey and let us know how developing for the BlackBerry® platform is working for you.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=4007&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3081" title="Developer survey" src="http://rimdevblog.files.wordpress.com/2011/01/dev-survey.jpg?w=600&#038;h=217" alt="" width="600" height="217" /></p>
<p>If you&#8217;re a registered <a title="BlackBerry® Developer Zone" href="http://us.blackberry.com/developers?IID=DEVZONE01282011" target="_new">BlackBerry® Developer Zone</a> member, you may have recently received an invitation to participate in our developer survey. I am following up that email to encourage your participation, as this survey is a direct way to tell us what you need to be more successful with your BlackBerry platform development. Your answers will help guide our product planning and feature development!</p>
<p>With this survey, we are most interested in understanding which BlackBerry development tools you are using regularly, and on which host platforms (Windows®, Linux®, MacOS X). We are also interested in your language choices for application development both on and off the BlackBerry OS, and in which development phases you are spending your time. Most importantly, we really want to understand how we can improve your time to market, and we’ll use your answers to the types of questions you see above as a metric of our success.</p>
<p>This survey will become a regular occurrence – at least twice a year. We use this data to better understand your usage of developer tools and the areas that are challenging your success. There is a combination of multiple choice and open-ended questions, so you will have the ability to give us direct feedback for your personal needs.</p>
<p>The survey should take about 10-15 minutes but could end up saving you hours with improved development tools and solutions from Research In Motion this year.  Not to mention your feedback is incredibly valuable to us in terms of letting us know what you like, dislike, what you’d like to see more of, and so on!</p>
<p><strong><a href="http://e.blackberry.com/servlet/website/ResponseForm?kptKtEfyTTYXT_.3de_.26u_f1_VTUT_U_TY_.2eLO_6hgLEHrpiMLkFkptDJhtE_0LlmfhKL_" target="_new">Take a moment and tell us what you think</a>!</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/4007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/4007/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=4007&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2011/01/developer-survey/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a76b3a28d47afcce2de96160fd61e10?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">John T.</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2011/01/dev-survey.jpg" medium="image">
			<media:title type="html">Developer survey</media:title>
		</media:content>
	</item>
	</channel>
</rss>
