Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://honeyweb.wordpress.com/category/sugar/feed/

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. 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/"
  9. >
  10.  
  11. <channel>
  12. <title>sugar &#8211; Honey Web</title>
  13. <atom:link href="https://honeyweb.wordpress.com/category/sugar/feed/" rel="self" type="application/rss+xml" />
  14. <link>https://honeyweb.wordpress.com</link>
  15. <description>about all things sweet and web-ish</description>
  16. <lastBuildDate>Fri, 27 Jan 2012 14:54:16 +0000</lastBuildDate>
  17. <language>en</language>
  18. <sy:updatePeriod>
  19. hourly </sy:updatePeriod>
  20. <sy:updateFrequency>
  21. 1 </sy:updateFrequency>
  22. <generator>http://wordpress.com/</generator>
  23. <cloud domain='honeyweb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
  24. <image>
  25. <url>https://s0.wp.com/i/buttonw-com.png</url>
  26. <title>sugar &#8211; Honey Web</title>
  27. <link>https://honeyweb.wordpress.com</link>
  28. </image>
  29. <atom:link rel="search" type="application/opensearchdescription+xml" href="https://honeyweb.wordpress.com/osd.xml" title="Honey Web" />
  30. <atom:link rel='hub' href='https://honeyweb.wordpress.com/?pushpress=hub'/>
  31. <item>
  32. <title>Generating files from client-only web apps</title>
  33. <link>https://honeyweb.wordpress.com/2009/07/29/generating-files-from-web-apps/</link>
  34. <comments>https://honeyweb.wordpress.com/2009/07/29/generating-files-from-web-apps/#respond</comments>
  35. <dc:creator><![CDATA[Lucian]]></dc:creator>
  36. <pubDate>Wed, 29 Jul 2009 22:54:18 +0000</pubDate>
  37. <category><![CDATA[sugar]]></category>
  38. <guid isPermaLink="false">http://honeyweb.wordpress.com/?p=53</guid>
  39.  
  40. <description><![CDATA[At bemasc&#8217;s brilliant suggestion, I looked to data: URIs for generating files from web pages. I tried it in Firefox and it worked nicely. I even found some examples of very cool usage of data URIs on the web. But when I tried it in Browse, I hit this bug: #1029. If you look at [&#8230;]]]></description>
  41. <content:encoded><![CDATA[<p>At bemasc&#8217;s brilliant suggestion, I looked to <a href="http://en.wikipedia.org/wiki/Data_URI_scheme">data: URIs</a> for generating files from web pages. I tried it in Firefox and it worked nicely. I even found some examples of very cool usage of data URIs on the web.</p>
  42. <p>But when I tried it in Browse, I hit this bug: <a href="http://trac.sugarlabs.org/ticket/1029">#1029</a>. If you look at the dates, I opened that ticket 3 weeks ago. It really took that long to finally find a(n almost) proper solution for it. Of course I did other things as well in the meantime, but you get the point. There&#8217;s still the issue of title for the created file, right now it&#8217;s the actual data in the URI, which is not very pretty at all.</p>
  43. <p>With that patch, you can save data URIs as Journal objects from Browse and open them in other activities as desired. Here&#8217;s a <a href="http://files.getdropbox.com/u/317039/datauridemo.html">demo</a>. I have yet to create the reverse, opening Journal items in web apps, but it should be possible with either Gears&#8217;s openFile or <a href="http://jquery.tiddlywiki.org/twFile.html">twFile</a>. I consider this outside the scope of GSoC, though.</p>
  44. <p>Oh, and about Gears, I have a workaround, but I probably need to fix my jhbuild.</p>
  45. <p>I&#8217;ve also been thinking about offering features that aren&#8217;t inherent in JavaScript as a global object window.sugar. Things like notifications (alerts, timed alerts, etc.), closing the activity and other things that aren&#8217;t otherwise possible using just web technologies. I may also be convinced to add a more direct Journal interaction API, but I&#8217;m inclined to say no right now. window.sugar should be the point where Karma activities &#8216;do more interesting stuff in Sugar&#8217;.</p>
  46. <p>There is one aspect I haven&#8217;t explored during my work: collaboration. bemasc has suggested that web apps already do collaboration quite well (Google Docs, Bespin, Wave), but I am concerned with the case of client-only activities, particularly Karma activities. One possibility is starting local servers in each Browse and using XMLHttpRequest to send data between them. The other choice is adding an API for this in window.sugar and using the existing Sugar collaboration Python API as a backend.</p>
  47. ]]></content:encoded>
  48. <wfw:commentRss>https://honeyweb.wordpress.com/2009/07/29/generating-files-from-web-apps/feed/</wfw:commentRss>
  49. <slash:comments>0</slash:comments>
  50. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  51. <media:title type="html">lucian1900</media:title>
  52. </media:content>
  53. </item>
  54. <item>
  55. <title>Greasepython hello world!</title>
  56. <link>https://honeyweb.wordpress.com/2009/07/10/greasepython-hello-world/</link>
  57. <comments>https://honeyweb.wordpress.com/2009/07/10/greasepython-hello-world/#comments</comments>
  58. <dc:creator><![CDATA[Lucian]]></dc:creator>
  59. <pubDate>Fri, 10 Jul 2009 15:52:21 +0000</pubDate>
  60. <category><![CDATA[sugar]]></category>
  61. <guid isPermaLink="false">http://honeyweb.wordpress.com/?p=49</guid>
  62.  
  63. <description><![CDATA[I finally have a userscript end-to-end proof of concept. You can add, edit and remove userscripts easily enough. Here&#8217;s a screenshot of Browse with Google loaded, running the Black Google userscript: There are still a lot of rough edges and the editing UI sucks, but I have most of the stumbling-around work done.]]></description>
  64. <content:encoded><![CDATA[<p>I finally have a userscript end-to-end proof of concept. You can <a href="http://files.getdropbox.com/u/317039/userscript%20add.png">add</a>, <a href="http://files.getdropbox.com/u/317039/edit%20userscripts.png">edit and remove</a> userscripts easily enough.</p>
  65. <p>Here&#8217;s a screenshot of Browse with Google loaded, running the <a href="http://userscripts.org/scripts/show/12917">Black Google</a> userscript:</p>
  66. <p><a href="https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png"><img data-attachment-id="57" data-permalink="https://honeyweb.wordpress.com/2009/07/10/greasepython-hello-world/userscript-hello-world/" data-orig-file="https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png" data-orig-size="944,796" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="userscript hello world" data-image-description="" data-image-caption="" data-medium-file="https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png?w=300" data-large-file="https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png?w=700" class="alignnone  wp-image-57" title="userscript hello world" src="https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png?w=336&#038;h=283" alt="" width="336" height="283" srcset="https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png?w=336&amp;h=283 336w, https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png?w=672&amp;h=566 672w, https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png?w=150&amp;h=126 150w, https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png?w=300&amp;h=253 300w" sizes="(max-width: 336px) 100vw, 336px" /></a></p>
  67. <p>There are still a lot of rough edges and the editing UI sucks, but I have most of the stumbling-around work done.</p>
  68. ]]></content:encoded>
  69. <wfw:commentRss>https://honeyweb.wordpress.com/2009/07/10/greasepython-hello-world/feed/</wfw:commentRss>
  70. <slash:comments>1</slash:comments>
  71. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  72. <media:title type="html">lucian1900</media:title>
  73. </media:content>
  74.  
  75. <media:content url="https://honeyweb.files.wordpress.com/2009/07/userscript-hello-world.png" medium="image">
  76. <media:title type="html">userscript hello world</media:title>
  77. </media:content>
  78. </item>
  79. <item>
  80. <title>Bookmarklets! Userstyles! Userscripts(sort of)!</title>
  81. <link>https://honeyweb.wordpress.com/2009/07/06/bookmarklets-userstyles-userscriptssort-of/</link>
  82. <comments>https://honeyweb.wordpress.com/2009/07/06/bookmarklets-userstyles-userscriptssort-of/#respond</comments>
  83. <dc:creator><![CDATA[Lucian]]></dc:creator>
  84. <pubDate>Sun, 05 Jul 2009 23:28:54 +0000</pubDate>
  85. <category><![CDATA[sugar]]></category>
  86. <category><![CDATA[bookmarklet]]></category>
  87. <category><![CDATA[firefox]]></category>
  88. <category><![CDATA[javascript]]></category>
  89. <category><![CDATA[userscript]]></category>
  90. <category><![CDATA[userstyle]]></category>
  91. <category><![CDATA[web]]></category>
  92. <category><![CDATA[webdev]]></category>
  93. <category><![CDATA[xulrunner]]></category>
  94. <guid isPermaLink="false">http://honeyweb.wordpress.com/?p=39</guid>
  95.  
  96. <description><![CDATA[As you can infer from the title, I&#8217;m quite excited about my latest progress. Firstly, Browse can now save bookmarklets. When you trigger the palette (right click) on a bookmarklet, the &#8216;Download link&#8217; option in the palette is replaced with a &#8216;Save bookmarklet&#8217; option. A new toolbar appears where all the bookmarklets are lined up [&#8230;]]]></description>
  97. <content:encoded><![CDATA[<p>As you can infer from the title, I&#8217;m quite excited about my latest progress.</p>
  98. <p>Firstly, Browse can now save bookmarklets. When you trigger the palette (right click) on a <a href="http://en.wikipedia.org/wiki/Bookmarklet#Bookmarklets">bookmarklet</a>, the &#8216;Download link&#8217; option in the palette is replaced with a &#8216;Save bookmarklet&#8217; option. A new toolbar appears where all the bookmarklets are lined up as buttons. They work rather well and are saved through to SSBs.</p>
  99. <p>Secondly, userstyles now work. There&#8217;s a new button in the edit toolbar (I&#8217;m open to suggestions about the UI) that opens a small window with a gtksourceview inside. You can write (or copy/paste) CSS in there and click &#8216;Save&#8217;. The CSS is immediately applied to the page and is saved in a file in the activity preferences.</p>
  100. <p>Thirdly, userscripts almost work. The UI and store are not quite ready, but the main part is that I&#8217;ve figured out how to very nicely do javascript injection. Like userstyles, I can make userscripts to be immediately executed, but it&#8217;ll be slightly harder.</p>
  101. <p>There&#8217;s another small feature I&#8217;ve added. When you create an SSB, the activity preferences of Browse (without caches and cookies) are saved in the SSB bundle. When first run, they are copied over to that specific SSB&#8217;s activity data.</p>
  102. <p>Here are some screenshots:</p>
  103.  
  104. <a href='https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png'><img width="150" height="126" src="https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png?w=150&#038;h=126" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png?w=150 150w, https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="40" data-permalink="https://honeyweb.wordpress.com/2009/07/06/bookmarklets-userstyles-userscriptssort-of/bookmarklet-button/" data-orig-file="https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png" data-orig-size="944,796" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="bookmarklet button" data-image-description="" data-image-caption="" data-medium-file="https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png?w=300" data-large-file="https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png?w=700" /></a>
  105. <a href='https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png'><img width="150" height="126" src="https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png?w=150&#038;h=126" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png?w=150 150w, https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="41" data-permalink="https://honeyweb.wordpress.com/2009/07/06/bookmarklets-userstyles-userscriptssort-of/save-bookmarklet/" data-orig-file="https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png" data-orig-size="944,796" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="save bookmarklet" data-image-description="" data-image-caption="" data-medium-file="https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png?w=300" data-large-file="https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png?w=700" /></a>
  106. <a href='https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png'><img width="150" height="126" src="https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png?w=150&#038;h=126" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png?w=150 150w, https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="42" data-permalink="https://honeyweb.wordpress.com/2009/07/06/bookmarklets-userstyles-userscriptssort-of/userstyle-hello-world/" data-orig-file="https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png" data-orig-size="944,796" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="userstyle hello world" data-image-description="" data-image-caption="" data-medium-file="https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png?w=300" data-large-file="https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png?w=700" /></a>
  107.  
  108. <p>You can get <a href="http://git.sugarlabs.org/projects/webified/repos/mainline/commits/618434d8cd009912cfc64e34e95aa0eedc2def35">this commit</a> and try it out.</p>
  109. ]]></content:encoded>
  110. <wfw:commentRss>https://honeyweb.wordpress.com/2009/07/06/bookmarklets-userstyles-userscriptssort-of/feed/</wfw:commentRss>
  111. <slash:comments>0</slash:comments>
  112. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  113. <media:title type="html">lucian1900</media:title>
  114. </media:content>
  115.  
  116. <media:content url="https://honeyweb.files.wordpress.com/2009/07/bookmarklet-button.png?w=150" medium="image" />
  117.  
  118. <media:content url="https://honeyweb.files.wordpress.com/2009/07/save-bookmarklet.png?w=150" medium="image" />
  119.  
  120. <media:content url="https://honeyweb.files.wordpress.com/2009/07/userstyle-hello-world.png?w=150" medium="image" />
  121. </item>
  122. <item>
  123. <title>SSB creator</title>
  124. <link>https://honeyweb.wordpress.com/2009/06/11/ssb-creator/</link>
  125. <comments>https://honeyweb.wordpress.com/2009/06/11/ssb-creator/#comments</comments>
  126. <dc:creator><![CDATA[Lucian]]></dc:creator>
  127. <pubDate>Thu, 11 Jun 2009 04:35:28 +0000</pubDate>
  128. <category><![CDATA[sugar]]></category>
  129. <category><![CDATA[activity]]></category>
  130. <category><![CDATA[browse]]></category>
  131. <category><![CDATA[web]]></category>
  132. <category><![CDATA[webdev]]></category>
  133. <guid isPermaLink="false">http://honeyweb.wordpress.com/?p=33</guid>
  134.  
  135. <description><![CDATA[I&#8217;ve wrote a utility script that creates a copy of the current running activity and bundles it in an .xo (thank you Bobby Powers). I&#8217;ve made a small modification to webtoolbar.py in Browse: the &#8216;create ssb&#8217; button calls the create utility with the current web page title. In the process, I&#8217;ve had to also make [&#8230;]]]></description>
  136. <content:encoded><![CDATA[<p>I&#8217;ve wrote a <a href="http://dl.getdropbox.com/u/317039/createssb.py">utility script</a> that creates a copy of the current running activity and bundles it in an .xo (thank you Bobby Powers).</p>
  137. <p>I&#8217;ve made a small modification to webtoolbar.py in Browse: the &#8216;create ssb&#8217; button calls the create utility with the current web page title. In the process, I&#8217;ve had to also make a change in webactivity.py because the toolbar constructor did not get the activity object passed to the constructor, but the Browser object and I couldn&#8217;t find a way to get the title otherwise.</p>
  138. <p>I&#8217;ve had a chat with bemasc, and he suggested I keep the &#8216;create ssb&#8217; functionality in created SSBs. Since activities are immutable, they could instead be &#8216;curried&#8217;, like functions in functional languages. This would require including activity data (get_activity_root()/data) in the bundle and copy-ing it from the bundle on the first run. I&#8217;m a bit worried about confusing users with this, though.</p>
  139. <p>I&#8217;ve been working on the Customisation toolbar that will be present in SSBs. For this to work nicely, I have to either allow webactivity.py check wether it rus as Browse or an SSB or subclass WebActivity in ssbactivity.py. I&#8217;m not yet sure which is the best way to do this.</p>
  140. <p>I&#8217;d like some feedback on all this.</p>
  141. <p>[update] <a href="http://dl.getdropbox.com/u/317039/test.xo">Here</a>&#8216;s a created SSB. It includes the modifications I&#8217;ve done to Browse.</p>
  142. ]]></content:encoded>
  143. <wfw:commentRss>https://honeyweb.wordpress.com/2009/06/11/ssb-creator/feed/</wfw:commentRss>
  144. <slash:comments>2</slash:comments>
  145. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  146. <media:title type="html">lucian1900</media:title>
  147. </media:content>
  148. </item>
  149. <item>
  150. <title>The user experience</title>
  151. <link>https://honeyweb.wordpress.com/2009/06/06/the-user-experience/</link>
  152. <comments>https://honeyweb.wordpress.com/2009/06/06/the-user-experience/#respond</comments>
  153. <dc:creator><![CDATA[Lucian]]></dc:creator>
  154. <pubDate>Sat, 06 Jun 2009 19:54:48 +0000</pubDate>
  155. <category><![CDATA[sugar]]></category>
  156. <category><![CDATA[activity]]></category>
  157. <category><![CDATA[browse]]></category>
  158. <category><![CDATA[web]]></category>
  159. <category><![CDATA[webdev]]></category>
  160. <guid isPermaLink="false">http://honeyweb.wordpress.com/?p=30</guid>
  161.  
  162. <description><![CDATA[I&#8217;ve been thinking about the user experience for quite a while, but it hadn&#8217;t quite crystallised into words before. To the user, this will be a new button in the Browse toolbar named something like &#8216;create activity&#8217; or &#8216;sugarize&#8217;. When clicked, a new activity bundle gets created with a custom name. The user has to [&#8230;]]]></description>
  163. <content:encoded><![CDATA[<p>I&#8217;ve been thinking about the user experience for quite a while, but it hadn&#8217;t quite crystallised into words before.</p>
  164. <p>To the user, this will be a new button in the Browse toolbar named something like &#8216;create activity&#8217; or &#8216;sugarize&#8217;. When clicked, a new activity bundle gets created with a custom name. The user has to restart Sugar for the activity to be loaded.</p>
  165. <p>At this time, the SSB has no integration with Sugar beyond being able to be saved to the Journal (what Browse already does for all websites). Some web apps may work offline if they use Gears or gecko LocalStorage. Some may have sounds with &lt;audio&gt;. But there is no functionality that Browse doesn&#8217;t have, at least not yet.</p>
  166. <p>The newly created activity will have buttons for customisation: adding userscripts, adding userstyles and a toolbar for bookmarklets (which will essentially be activity buttons). JavaScript from inside SSBs can access dbus and APIs for sugar notifications/alerts and hiding/closing the SSB; other APIs will only exist if there is no equivalent functionality using only web technologies. Any additions should be saved in the activity bundle, since they replace any python-level changes done in things like the GMail or the XOeditor activities.</p>
  167. <p>It would also be nice to have bundles of customisation that users can create and other can download. Since SSBs don&#8217;t depend on anything, perhaps a button in the SSBs &#8216;save as .xo&#8217; or &#8216;save as bundle&#8217;, which simply archives SSB activity bundle into an .xo (after it has been customised). The .xo can later be uploaded to activities.sugarlabs.org.</p>
  168. <p>Also, a place to share icons, userscripts, userstyles and bookmarklets would be very useful. <a href="http://fluidapp.com">Fluid</a> users <a href="http://www.flickr.com/groups/fluid_icons/pool/">share icons on flickr</a> and there&#8217;s a <a href="http://userscripts.org/tags/fluid">fluid tag</a> at userscripts.org.</p>
  169. <p>So, I will be extending Browse:</p>
  170. <ol>
  171. <li>for proper Browse, there will be a new toolbar button for creating SSBs, with a backend script. Let&#8217;s call it &#8216;sugarizer&#8217;.</li>
  172. <li>for the Browse used in SSBs, more stuff: managing userstyles/userscripts, the bookmarklet toolbar. Perhaps other things as well, like forbidding domains not in a whitelist.</li>
  173. </ol>
  174. <p>For the sugarizer, I was thinking of a manifest in Browse.activity that lists what files from Browse should be in the activity SSB. The sugarizer would also have to replace instances of &#8216;Browse&#8217; and &#8216;WebActivity&#8217; in activity.info and the locale files.</p>
  175. ]]></content:encoded>
  176. <wfw:commentRss>https://honeyweb.wordpress.com/2009/06/06/the-user-experience/feed/</wfw:commentRss>
  177. <slash:comments>0</slash:comments>
  178. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  179. <media:title type="html">lucian1900</media:title>
  180. </media:content>
  181. </item>
  182. <item>
  183. <title>Web apps to demo for Webified</title>
  184. <link>https://honeyweb.wordpress.com/2009/05/19/web-apps-to-demo-for-webified/</link>
  185. <comments>https://honeyweb.wordpress.com/2009/05/19/web-apps-to-demo-for-webified/#respond</comments>
  186. <dc:creator><![CDATA[Lucian]]></dc:creator>
  187. <pubDate>Tue, 19 May 2009 18:41:27 +0000</pubDate>
  188. <category><![CDATA[sugar]]></category>
  189. <category><![CDATA[gears]]></category>
  190. <category><![CDATA[google]]></category>
  191. <category><![CDATA[html]]></category>
  192. <category><![CDATA[javascript]]></category>
  193. <category><![CDATA[web]]></category>
  194. <category><![CDATA[webdev]]></category>
  195. <guid isPermaLink="false">http://honeyweb.wordpress.com/?p=19</guid>
  196.  
  197. <description><![CDATA[Bryan Berry suggested I make a list of web apps I&#8217;d like to demo as deliverables. Users should be able to navigate to the website with Browse, click &#8216;create activity&#8217;, open the newly created activity and use the web app. I plan to provide examples of better integration with Sugar as userscripts and userstyles for [&#8230;]]]></description>
  198. <content:encoded><![CDATA[<div>Bryan Berry suggested I make a list of web apps I&#8217;d like to demo as deliverables. Users should be able to navigate to the website with Browse, click &#8216;create activity&#8217;, open the newly created activity and use the web app. I plan to provide examples of better integration with Sugar as userscripts and userstyles for some of the web apps. Also, the created activities should be able to save their state to the Journal.</div>
  199. <div></div>
  200. <p></p>
  201. <div>It will be interesting to compare the results of this (almost) automatic generation of SSBs with manual efforts, like the GMail, <a href="http://peapodcast.com/sgi/olpc/">SocialCalc</a> and Wiki Browse activities.</div>
  202. <div></div>
  203. <div></div>
  204. <p></p>
  205. <div>Note that I will probably not have enough time to customize all of these. Read notes on each web app for more details.</div>
  206. <div>Web apps that work offline (with Gears):</div>
  207. <div>
  208. <ul>
  209. <li> GMail &#8211; probably the most complex, its offline feature is almost a unittest for Gears. With a lot of emails, it should show performance issues with Gears in Sugar. It also has several themes (some of which would look alright inside Sugar) and even allows users to choose their own colours.</li>
  210. <li> Google Calendar &#8211; there have been several interface customisations using userstyles and userscripts. It should be easy enough to make one for Sugar</li>
  211. <li> Google Docs (in particular, writer) &#8211; also quite complex, with a lot of Gears usage for the offline feature. Documents are plain HTML 4 (not quite valid), interesting</li>
  212. <li><a href="http://mindmeister.com">MindMeister</a> &#8211; very interesting, possible educational value</li>
  213. <li><a href="http://buxfer.com">Buxfer</a> &#8211; impressive web app, seamless use of Gears. option to store the data only on the client with Firefox extension (firebux).</li>
  214. <li><a href="http://passpack.com">Passpack</a> &#8211; interesting use of client-side encryption (passpack.com can&#8217;t see your passwords). Gears for resource caching. 3 offline clients: desktop, AIR and Gears.</li>
  215. </ul>
  216. </div>
  217. <div>&#8216;Normal&#8217; web apps, without (official) offline support:</div>
  218. <div>
  219. <ul>
  220. <li>WordPress &#8211; can optionally use Gears to cache all resources (called Turbo)</li>
  221. <li><a href="http://bespin.mozilla.com">Bespin</a> &#8211; does everything in a &lt;canvas&gt;</li>
  222. <li>Wikipedia &#8211; not very useful as an activity, but it could run offline <a href="http://code.google.com/apis/gears/articles/gearsmonkey.html">with this script</a></li>
  223. </ul>
  224. </div>
  225. <div>Plain HTML, (almost) only client-side:</div>
  226. <div>
  227. <ul>
  228. <li><a href="http://code.google.com/p/paintweb/">PaintWeb</a> &#8211; (<a href="http://http://www.robodesign.ro/paintweb/">demo</a>) &#8211; uses &lt;canvas&gt; a lot, doesn&#8217;t really depend on a server</li>
  229. <li>Mousebuster <a href="http://dl.getdropbox.com/u/317039/mousebuster.zip">(66KB .zip)</a> &#8211; made by me, small HTML  &amp; JS game</li>
  230. </ul>
  231. </div>
  232. <div>
  233. <div>Omissions:</div>
  234. <div>
  235. <ul>
  236. <li>Zoho Writer (and other docs) &#8211; much heavier and slower than google docs, interface tries to mimic MS Word and is probably very hard to customize. Plus, I already have an office suite on the list</li>
  237. <li>Google Books &#8211; not much of a web app, I can&#8217;t see how it would help to have it in a separate activity</li>
  238. </ul>
  239. </div>
  240. <p>I welcome any feedback and will probably edit the list accordingly.</p></div>
  241. ]]></content:encoded>
  242. <wfw:commentRss>https://honeyweb.wordpress.com/2009/05/19/web-apps-to-demo-for-webified/feed/</wfw:commentRss>
  243. <slash:comments>0</slash:comments>
  244. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  245. <media:title type="html">lucian1900</media:title>
  246. </media:content>
  247. </item>
  248. <item>
  249. <title>Research and my computer woes</title>
  250. <link>https://honeyweb.wordpress.com/2009/05/14/research-and-my-computer-woes/</link>
  251. <comments>https://honeyweb.wordpress.com/2009/05/14/research-and-my-computer-woes/#comments</comments>
  252. <dc:creator><![CDATA[Lucian]]></dc:creator>
  253. <pubDate>Thu, 14 May 2009 03:29:54 +0000</pubDate>
  254. <category><![CDATA[sugar]]></category>
  255. <category><![CDATA[gears]]></category>
  256. <category><![CDATA[html]]></category>
  257. <category><![CDATA[javascript]]></category>
  258. <category><![CDATA[python]]></category>
  259. <category><![CDATA[ssb]]></category>
  260. <category><![CDATA[web]]></category>
  261. <guid isPermaLink="false">http://honeyweb.wordpress.com/?p=5</guid>
  262.  
  263. <description><![CDATA[I really hate my name. I have two surnames, sometimes spelled with a hyphen, sometimes without. Even fellow Romanians often have trouble understanding my name, let alone Brits. It was sooo hard to get the insurance company to admit I had payed for the insurance. My laptop was (accidentally) damaged, and since it was insured [&#8230;]]]></description>
  264. <content:encoded><![CDATA[<p>I really hate my name. I have two surnames, sometimes spelled with a hyphen, sometimes without. Even fellow Romanians often have trouble understanding my name, let alone Brits. It was sooo hard to get the insurance company to admit I had payed for the insurance.</p>
  265. <p>My laptop was (accidentally) damaged, and since it was insured I had to send it to be repaired or it would look suspicious. Its disc drive wasn&#8217;t working and the (flimsy) case was bent, but it was otherwise fine. Thankfully, I had a backup (Time Machine) and I use <a href="https://www.getdropbox.com/referrals/NTMxNzAzOTk">Dropbox</a> for my important files, so none of my data was lost. Quick tip: don&#8217;t buy apple products if you can help it (mine was a gift).</p>
  266. <p>Anyway, now I have to use Uni or friends&#8217; computers, most of which run Windows. I&#8217;ve got some portable apps in my Dropbox (including portablegit) and I use loads of web services, so for anything but actual development I&#8217;m fine. I should be able to develop even if my laptop (or the XO) doesn&#8217;t get delivered on time, by borrowing my girlfriend&#8217;s computer. There&#8217;s also a fedora cluster in the Uni, but I&#8217;d probably have to set up a chroot/virtualbox vm.</p>
  267. <p> </p>
  268. <p>Since I have less distractions, I&#8217;ve had time to think and do some research. I&#8217;ve looked at other SSBs and other efforts to add desktop features to browsers and the other way round, to see how they do things. Here&#8217;s what I found:</p>
  269. <ul>
  270. <li><strong>Adobe AIR</strong> &#8211; basically a flash element that can embed web pages if it really wants to (ironic, right?). It has some desktop integration features, but it really fails at native look &amp; feel. It provides filesystem access and several ways to store data. Decent security system.</li>
  271. <li><strong><a href="http://titaniumapp.com">Titanium</a></strong><strong> &#8211;</strong> much more interesting, since it uses standard technologies. It&#8217;s surprisingly close to being to JavaScript what Qt is to C++. It provides a <a href="http://titanium-js.appspot.com/Overview/Main">rich API</a> with all sorts of features that a sandboxed JavaScript can barely hope to ever do on its own. It&#8217;s more like a JS standard library + runtime + packaging system.</li>
  272. <li><strong><a href="http://prism.mozilla.com/">Prism</a></strong> &#8211; very simple SSB. SSBs created with it are applications in the desktop (icons, can have file associations, etc.) and recently they can minimize to the system tray. It has notifications, in the form of systray/dock icon changes and popup alerts. It also has a feature I really want to steal, the Refractor Firefox extension, which allows the creation of SSBs from inside Firefox.</li>
  273. <li><strong><a href="http://fluidapp.com">Fluid</a></strong> &#8211; simple SSB with some cool features. Similar to Prism, but it uses Webkit instead. It integrates quite nicely into OS X and it offers userscripts and userstyles. It also provides a JavaScript API with access to <a href="http://growl.info">Growl notifications,</a> dock badges, sounds and some control over the application (activate/hide/close).</li>
  274. <li><strong>Gears</strong> &#8211; very popular for taking web apps offline, especially in open source. It does three important things: local storage via SQLite, WorkerPool and some desktop integration (including some filesystem access). It also very recently got a Geolocation API and it will soon (enough) get a <a href="http://almaer.com/blog/gears-future-apis-notification-api">Notifications API</a>. What I really like about it is its non-intrusiveness. It adds some features that are really needed for developing web applications to most browsers that matter (including some mobile ones) without a separate runtime or alien technologies. Google Chrome uses Gears to create SSBs, but they don&#8217;t really do much besides being separate windows with no chrome (no systray, no notifications).</li>
  275. </ul>
  276. <p>Wishlist for Webified:</p>
  277. <ul>
  278. <li>An option in Browse to &#8216;create new activity from this website&#8217;</li>
  279. <li>JavaScript API with <a href="http://wiki.laptop.org/go/Sugar.graphics.alert">native Sugar notifications</a> (following Gears will be better in the long run), control over the life of the SSB, perhaps sounds and of course window.console.log()</li>
  280. <li>Gears, saving its state to the Journal.</li>
  281. <li>GreaseMonkey and Stylish (or perhaps steal Prism&#8217;s?) &#8211; essential for customisation and native look &amp; feel</li>
  282. <li><a href="http://en.wikipedia.org/wiki/Bookmarklet">Bookmarklets</a> as toolbar buttons. There are tons of bookmarklets out there and they are used in the same way toolbar buttons are, they just usually reside on another bar.</li>
  283. <li>Ability to install bundles of userscripts, userstyles and bookmarklets to make SSBs more sugar-y. Or perhaps even include bundles for very popular websites. A bit like <a href="https://developer.mozilla.org/en/Prism/Bundles">Prism&#8217;s bundles</a>, but not necessarily with stuff specific to Webified.</li>
  284. </ul>
  285. <p>This is just a wishlist, I probably won&#8217;t be able to get everything done during GSoC. My plan outlined <a href="http://wiki.sugarlabs.org/go/Webified#About_your_project">here</a> stays mostly unchanged. But I have had time to think more about these things and how I&#8217;d like them to work.</p>
  286. ]]></content:encoded>
  287. <wfw:commentRss>https://honeyweb.wordpress.com/2009/05/14/research-and-my-computer-woes/feed/</wfw:commentRss>
  288. <slash:comments>2</slash:comments>
  289. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  290. <media:title type="html">lucian1900</media:title>
  291. </media:content>
  292. </item>
  293. <item>
  294. <title>Hello world!</title>
  295. <link>https://honeyweb.wordpress.com/2009/04/28/hello-world/</link>
  296. <comments>https://honeyweb.wordpress.com/2009/04/28/hello-world/#respond</comments>
  297. <dc:creator><![CDATA[Lucian]]></dc:creator>
  298. <pubDate>Tue, 28 Apr 2009 16:41:55 +0000</pubDate>
  299. <category><![CDATA[sugar]]></category>
  300. <category><![CDATA[web]]></category>
  301. <guid isPermaLink="false"></guid>
  302.  
  303. <description><![CDATA[I finally gave in and made a blog. Because I needed one. For work. Anyway, this blog is intended for any Sugar Labs development I do, especially Google Summer of Code-related and even more especially web-related.]]></description>
  304. <content:encoded><![CDATA[<p>I finally gave in and made a blog. Because I needed one. For work.</p>
  305. <p>Anyway, this blog is intended for any Sugar Labs development I do, especially Google Summer of Code-related and even more especially web-related.</p>
  306. ]]></content:encoded>
  307. <wfw:commentRss>https://honeyweb.wordpress.com/2009/04/28/hello-world/feed/</wfw:commentRss>
  308. <slash:comments>0</slash:comments>
  309. <media:content url="https://2.gravatar.com/avatar/e97893b9215a9b98b347a2a3c49974afb870559dc48ca5effa8f79c66d75efee?s=96&#38;d=identicon&#38;r=G" medium="image">
  310. <media:title type="html">lucian1900</media:title>
  311. </media:content>
  312. </item>
  313. </channel>
  314. </rss>
  315.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//honeyweb.wordpress.com/category/sugar/feed/

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda