<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>Dabr Widget for 360 H1 &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/2010/01/dabr-widget-for-360-h1/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Mon, 28 Jul 2025 19:03:52 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>Dabr Widget for 360 H1 &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Dabr Widget for 360 H1]]></title>
		<link>https://shkspr.mobi/blog/2010/01/dabr-widget-for-360-h1/</link>
					<comments>https://shkspr.mobi/blog/2010/01/dabr-widget-for-360-h1/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 21 Jan 2010 11:30:38 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[dabr]]></category>
		<category><![CDATA[jil]]></category>
		<category><![CDATA[limo]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[vodafone]]></category>
		<category><![CDATA[widgets]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=1557</guid>

					<description><![CDATA[I&#039;ve written a very basic JIL widget to launch dabr.  You can grab it from shkspr.mobi/Dabr.wgt    I&#039;ve tested this to work on the Vodafone 360 H1 - but it should work with any JIL handset.  Because it isn&#039;t certified, you may need to dial *#35767# to remove the H1&#039;s security check.  The code is very simple.  The JIL SDK allows you to call specific phone application - in this case, all I&#039;ve done i…]]></description>
										<content:encoded><![CDATA[<p>I've written a very basic JIL widget to launch <a href="http://m.dabr.co.uk/">dabr</a>.&nbsp; You can grab it from <a href="https://web.archive.org/web/20110628200457/https://shkspr.mobi/Dabr.wgt">shkspr.mobi/Dabr.wgt</a></p>

<img class="aligncenter size-full wp-image-1559" title="Dabr on 360" src="https://shkspr.mobi/blog/wp-content/uploads/2010/01/Dabr-on-360.jpg" alt="Dabr on the 360 phone" width="400" height="315">

<p>I've tested this to work on the Vodafone 360 H1 - but it should work with any <a href="http://www.jil.org/">JIL</a> handset.</p>

<p>Because it isn't certified, you may need to dial <code>*#35767#</code> to remove the <a href="https://web.archive.org/web/20091024071028/http://www.jil.org/jil-forums/posts/list/176.page#525">H1's security check</a>.</p>

<p>The code is very simple.&nbsp; The JIL SDK allows you to call specific phone application - in this case, all I've done is invoked the browser.</p>

<pre><code class="language-html">&lt;body&gt;
   &lt;script type="text/javascript"&gt;
      Widget.openURL("http://m.dabr.co.uk/");
   &lt;/script&gt;
   &lt;div&gt;
      Launching Dabr!
   &lt;/div&gt;
&lt;/body&gt;
</code></pre>

<p>One thing to note, if you're deploying the widgets from your website, ensure you have set the MIME type to "application/widget" - as per the <a href="http://www.w3.org/TR/widgets/#media-type-registration-for-applicationw">W3C standards</a> - otherwise many devices won't recognise it as a valid widget.</p>

<p>If you're interest in developing for this platform, there's a <a href="https://web.archive.org/web/20100127072901/http://widget.developer.vodafone.com/en/">€1,000,000 bounty up for grabs</a>.&nbsp; There's also a <a href="https://web.archive.org/web/20100125221148/http://jil.vodafone.com/app_planet/">Dev Camp at Mobile World Congress</a> this year.</p>

<p>I work for Vodafone - this is my personal blog, I don't to speak for them.&nbsp; All opinions, claims and mistakes are my own.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=1557&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2010/01/dabr-widget-for-360-h1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
