<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for hugowett</title><link>http://disqus.com/by/hugowett/</link><description></description><atom:link href="http://disqus.com/hugowett/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 19 Apr 2011 18:19:07 -0000</lastBuildDate><item><title>Re: Apple stämmer Samsung | Feber / Mac</title><link>http://feber.se/207431/#comment-187921454</link><description>&lt;p&gt;Om någon faktiskt är intresserad av en mer nyanserad bild, istället för att bara rabbla upp om de gillar Apple eller inte: &lt;a href="http://thisismynext.com/2011/04/19/apple-sues-samsung-analysis/" rel="nofollow noopener" target="_blank" title="http://thisismynext.com/2011/04/19/apple-sues-samsung-analysis/"&gt;http://thisismynext.com/201...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Lite svårt att trovärdighet argumentera för att det inte är avsiktligt likt Apples produkter, sen om man tycker att det är ok eller inte är en annan femma.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Tue, 19 Apr 2011 18:19:07 -0000</pubDate></item><item><title>Re: Brittiskt pris till svenskt spel | Spelfeber</title><link>http://feber.se/204644/#comment-169128649</link><description>&lt;p&gt;Hmm, väldigt mycket Hook Champ / Quick Hook över det hela.&lt;br&gt;&lt;a href="http://www.youtube.com/watch?v=Ajf_W2E1p9s&amp;amp;feature=youtube_gdata_player" rel="nofollow noopener" target="_blank" title="http://www.youtube.com/watch?v=Ajf_W2E1p9s&amp;amp;feature=youtube_gdata_player"&gt;http://www.youtube.com/watc...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Mon, 21 Mar 2011 14:54:46 -0000</pubDate></item><item><title>Re: A future for Services - 3.x?</title><link>http://goodold.se/blog/tech/future-services-3x#comment-24456666</link><description>&lt;p&gt;The &lt;a href="http://github.com/hugowetterberg/services/tree/endpoints" rel="nofollow noopener" target="_blank" title="http://github.com/hugowetterberg/services/tree/endpoints"&gt;http://github.com/hugowette...&lt;/a&gt; branch is the 3.x draft, and the other links are to project that have been updated to work with it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Tue, 01 Dec 2009 14:55:25 -0000</pubDate></item><item><title>Re: Talk on Services at Drupalcamp Stockholm 2009</title><link>http://goodold.se/blog/tech/talk-services-drupalcamp-stockholm-2009#comment-22883332</link><description>&lt;p&gt;Thanks for listening. The future of services is something we (maintainers, yes) are all discussing right now. It's not as much a case of work that needs to be done, but rather a peer-review process of what I've already done.&lt;/p&gt;&lt;p&gt;But I think that I can say with certainty that this kind of functionality _must_ be the future of services. What remains to be seen is what form the actual implementation will take.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Fri, 13 Nov 2009 02:12:43 -0000</pubDate></item><item><title>Re: How to integrate a iPhone application with Drupal</title><link>http://goodold.se/blog/tech/integrate-iphone-app-drupal#comment-21759430</link><description>&lt;p&gt;There is a bug in the admin interface that I haven't had the time to fix. It is in the module responsible for the per-controller authentication and authorization settings: services_oauth.&lt;/p&gt;&lt;p&gt;As I said in my previous comment I'm currently working on the next version of the rest, services &amp;amp; oauth modules. It's a part of a project where I'm currently in crunch-mode, so I don't have that much time to root this bug out. But if you can find &amp;amp; fix it, just submit a patch and I'll apply it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Tue, 03 Nov 2009 09:35:24 -0000</pubDate></item><item><title>Re: Co-Maintainer Wanted!</title><link>http://goodold.se/blog/tech/co-maintainer-wanted#comment-21162717</link><description>&lt;p&gt;Thanks Rob!&lt;br&gt;Of course they'll stay open, closed code is dead code :). And it would be great if you could help me with the issue queue. As to upgrading Disqus, you know how it is with your own sites, but we'll get to it someday.&lt;/p&gt;&lt;p&gt;I'll get on IRC more (putting it back to "Open at Login"), the TZ-difference makes it quite a bad tool for Sweden-US-communications though. We'll need to talk about services soon anyways, I have another of those big honking patches coming up, and this time I'll probably break some stuff.&lt;/p&gt;&lt;p&gt;Cheers,&lt;br&gt;Hugo &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Wed, 28 Oct 2009 03:41:02 -0000</pubDate></item><item><title>Re: How to integrate a iPhone application with Drupal</title><link>http://goodold.se/blog/tech/integrate-iphone-app-drupal#comment-20021695</link><description>&lt;p&gt;Hi Wira,&lt;br&gt;It looks like there's some problem with the auth-level settings page. I'm in the middle of refining services and oauth common to get it to work with contexts - which in essence means that I'm trying to make it possible for a Drupal site to expose more than one API, and to handle both authorization-levels and authorizations separatly for each API.&lt;/p&gt;&lt;p&gt;While this is not strictly related to your problem, it takes precedence over rooting out this bug. But the good news is that I will fix it _while_ working on contexts. So either the fix comes out with the contexts, or I'll backport it to the current master branch.&lt;/p&gt;&lt;p&gt;What you might do in the meantime is to either authenticate your request using OAuth, which will allow you to get around the issue. The other solution is to disable authentication completely, this is most easily achieved through enabling the Key Authentication module and selecting it on admin/build/services/settings and unchecking both "Use keys" and "Use sessid".&lt;/p&gt;&lt;p&gt;Cheers,&lt;br&gt;Hugo&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Wed, 14 Oct 2009 02:24:34 -0000</pubDate></item><item><title>Re: How to integrate a iPhone application with Drupal</title><link>http://goodold.se/blog/tech/integrate-iphone-app-drupal#comment-19890425</link><description>&lt;p&gt;Hi Daniel, I'm glad that you liked it! Have you tried to use a reverse proxy (Charles &lt;a href="http://www.charlesproxy.com" rel="nofollow noopener" target="_blank" title="http://www.charlesproxy.com"&gt;http://www.charlesproxy.com&lt;/a&gt; is very good and works with the simulator) or some network sniffer, to see what really happens when the app fails to request the token?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Mon, 12 Oct 2009 07:33:41 -0000</pubDate></item><item><title>Re: New Drupal module for DRY CSS</title><link>http://goodold.se/blog/tech/new-drupal-module-dry-css#comment-15124049</link><description>&lt;p&gt;What you wrote would be left more or less unchanged by the processor. But could be written as :&lt;/p&gt;&lt;p&gt;#header, #footer {&lt;br&gt;  .block {&lt;br&gt;    /* Some styling */&lt;br&gt;  }&lt;br&gt;}&lt;br&gt;#content .block {&lt;br&gt;  .block {&lt;br&gt;    /* Some other styling */&lt;br&gt;  }&lt;br&gt;}&lt;/p&gt;&lt;p&gt;Giving you the following result:&lt;br&gt;#header .block,#footer .block{/* Some styling */}&lt;br&gt;#content .block{/* Some other styling */}&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Thu, 20 Aug 2009 08:51:06 -0000</pubDate></item><item><title>Re: Frågor och svar om Open Source</title><link>http://goodold.se/nyhetsbrev/2-2009/fragor-och-svar-om-open-source#comment-7661816</link><description>&lt;p&gt;Hej Daone,&lt;br&gt;Ett tips är att engagera sig i ett mindre OS-projekt som man tycker är intressant. Att t.ex. engagera sig i utvecklingen av Java som förstaprojekt kan nog vara lite överväldigande. Om du till exempel bloggar eller driver egen sajt så har du kanske använt Wordpress eller Drupal, och då skulle det kunna vara en bra inkörsport att hjälpa till att utveckla en av sina favorit-pluginer, moduler eller teman, tröskeln för det brukar vara lägre än att ge sig i kast med grundsystemet, och fungerar som en bra introduktion till hur communityt och systemet fungerar. Likadant så finns det kanske en Firefox-utökning som du använder mycket, i så fall så kanske du skulle kunna hjälpa till att utveckla den.&lt;/p&gt;&lt;p&gt;I Drupal (och de flesta andra OS-projekt) finns det till en issue-tracker för varje modul och tema där man kan se vad som behöver göras. Här är till exempel issue-trackern för ett av mina projekt &lt;a href="http://drupal.org/project/issues/cobalt?status=All" rel="nofollow noopener" target="_blank" title="http://drupal.org/project/issues/cobalt?status=All"&gt;http://drupal.org/project/i...&lt;/a&gt; där de som använder modulen har gått in och rapporterat buggar och bett om nya funktioner. Om man vill ha uppslag för vad som skall göras är alltid issue-trackern en bra startpunkt, där ser man också vad som håller på att göras så att man inte utför dubbelt arbete.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hugowett</dc:creator><pubDate>Tue, 31 Mar 2009 03:36:35 -0000</pubDate></item></channel></rss>