<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developer.myspace.com/community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MySpace Developer Team News and Announcements : profile</title><link>http://developer.myspace.com/community/blogs/devteam/archive/tags/profile/default.aspx</link><description>Tags: profile</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Showing 1.0 Apps on Profile</title><link>http://developer.myspace.com/community/blogs/devteam/archive/2010/07/23/showing-1-0-apps-on-profile.aspx</link><pubDate>Fri, 23 Jul 2010 17:58:00 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:49347</guid><dc:creator>Chris Cole</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://developer.myspace.com/community/blogs/devteam/rsscomments.aspx?PostID=49347</wfw:commentRss><comments>http://developer.myspace.com/community/blogs/devteam/archive/2010/07/23/showing-1-0-apps-on-profile.aspx#comments</comments><description>&lt;p&gt;We&amp;#39;ve been getting occassional reports of apps written in 1.0 not showing when they correctly specify a content block for the profile surface.&lt;/p&gt;&lt;p&gt;ex:&lt;/p&gt;
&lt;pre style="font-size:10pt;"&gt;&amp;lt;Content type=&amp;quot;html&amp;quot; view=&amp;quot;profile&amp;quot;&amp;gt;
...
&amp;lt;/Content&amp;gt;

&lt;/pre&gt;
&lt;p&gt;
While we&amp;#39;ve solved most of the issues, developers are still reporting occassional problems.  The sure way to solve this problem is to use the super-secret, undocumented (until now) extension to force recognition of a view.  This is done by adding the &lt;b&gt;MySpace-Views&lt;/b&gt; feature block to the ModulePrefs section.  In this block you can specify the anchor location for your profile view (left or right), as well as initial sizing on all views.

&lt;/p&gt;&lt;pre style="font-size:10pt;"&gt;&amp;lt;Module&amp;gt;
  &amp;lt;ModulePrefs title=&amp;quot;MySpace specific app settings&amp;quot; 
    &amp;lt;Optional feature=&amp;quot;MySpace-Views&amp;quot;&amp;gt;
      &amp;lt;Param name=&amp;quot;profilesize&amp;quot;&amp;gt;300&amp;lt;/Param&amp;gt;
      &amp;lt;Param name=&amp;quot;profilelocation&amp;quot;&amp;gt;right&amp;lt;/Param&amp;gt;
      &amp;lt;Param name=&amp;quot;canvassize&amp;quot;&amp;gt;100,1500&amp;lt;/Param&amp;gt;
      &amp;lt;Param name=&amp;quot;homesize&amp;quot;&amp;gt;250&amp;lt;/Param&amp;gt;
    &amp;lt;/Optional&amp;gt;
  &amp;lt;/ModulePrefs&amp;gt;

...
&amp;lt;/Module
&lt;/pre&gt;

&lt;p&gt;
When the MySpace-Views feature is found in the gadget and a &lt;b&gt;profilesize&lt;/b&gt; and &lt;b&gt;profilelocation&lt;/b&gt; are specified, you force the gadget to recognize that it has a profile view.
&lt;/p&gt;

&lt;p&gt;
Valid values for &lt;b&gt;profilelocation&lt;/b&gt;:  left | right &lt;br /&gt;
Valid values for &lt;b&gt;profilesize&lt;/b&gt;:  width,height  |  height
&lt;/p&gt;

&lt;img src="http://developer.myspace.com/community/aggbug.aspx?PostID=49347" width="1" height="1"&gt;</description><category domain="http://developer.myspace.com/community/blogs/devteam/archive/tags/profile/default.aspx">profile</category></item><item><title>Profile 2.0!</title><link>http://developer.myspace.com/community/blogs/devteam/archive/2008/10/30/profile-2-0.aspx</link><pubDate>Thu, 30 Oct 2008 18:21:00 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:26081</guid><dc:creator>Kyle</dc:creator><slash:comments>854</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://developer.myspace.com/community/blogs/devteam/rsscomments.aspx?PostID=26081</wfw:commentRss><comments>http://developer.myspace.com/community/blogs/devteam/archive/2008/10/30/profile-2-0.aspx#comments</comments><description>&lt;p&gt;I want to give you all a heads up on some important changes coming in the next few weeks&amp;nbsp;to MySpace profiles that will affect apps on MDP. MySpace members will be given the option of upgrading to &amp;quot;Profile 2.0&amp;quot;, a new design that gives members lots of great new ways to customize their profiles.&amp;nbsp;This is strictly opt-in, so some members will have 1.0 Profiles while others have 2.0 Profiles. &lt;/p&gt;
&lt;p&gt;One of the big changes is that profiles will no longer be limited to a narrow left column and a wider right column layout. Members can choose from a variety of layouts including three equal-width columns and a single column, full-width layout. Additionally, members can choose between fixed page widths of 750 or 960 pixels, and dynamic, 100 percent of page width for any layout they prefer.&amp;nbsp;I’m calling-out these changes in particular because they may affect how your apps appear on different profiles. In general, the best practice will be for your profile view to resize dynamically for whatever width it is given, or to request the width from the container: &lt;a class="" title="Chad Forum Post window width" href="http://developer.myspace.com/Community/forums/p/5360/25875.aspx#25875"&gt;here&amp;#39;s how&lt;/a&gt;. Doing so will ensure that your app looks good on any member’s profile.&lt;/p&gt;
&lt;p&gt;You can try out Profile 2.0 right now at the link below. I encourage all of you to test your apps on a variety of layouts to make sure they adapt gracefully.&lt;/p&gt;
&lt;p&gt;&lt;a class="" title="New Profile Edit" href="http://profileedit.myspace.com/index.cfm?fuseaction=profile.upgradeprofile"&gt;http://profileedit.myspace.com/index.cfm?fuseaction=profile.upgradeprofile&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A couple of things to note. We&amp;#39;re aware that some flash-based apps&amp;nbsp;aren&amp;#39;t rendering properly. The profile team is working&amp;nbsp;on a fix.&amp;nbsp;We also know that apps aren&amp;#39;t being added&amp;nbsp;automatically to&amp;nbsp;new profile layouts and&amp;nbsp;will be addressing that problem shortly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Profile 2.0 is great news for apps. While it may entail up-front work for some of you, it provides our members a lot of flexibility, including the ability to give the apps they love more &amp;quot;real estate&amp;quot; and prominence on their profiles. &lt;/p&gt;
&lt;p&gt;As ever, we want to hear your feedback and your MDP team is here to help!&lt;/p&gt;
&lt;p&gt;/Kyle&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://developer.myspace.com/community/aggbug.aspx?PostID=26081" width="1" height="1"&gt;</description><category domain="http://developer.myspace.com/community/blogs/devteam/archive/tags/profile/default.aspx">profile</category></item></channel></rss>