<?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/"
	>

<channel>
	<title>drop.by &#187; Uncategorized</title>
	<atom:link href="http://drop.by/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://drop.by</link>
	<description>Just another weblog</description>
	<lastBuildDate>Tue, 10 Aug 2010 19:22:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script that prepares photos for Facebook</title>
		<link>http://drop.by/photo-script</link>
		<comments>http://drop.by/photo-script#comments</comments>
		<pubDate>Tue, 04 May 2010 19:12:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://drop.by/?p=248</guid>
		<description><![CDATA[A script that lets you merge photo albums from different cameras while preserving chronological order, and optionally prepares them for e.g. Facebook by removing metadata, resizing, and renaming them.]]></description>
			<content:encoded><![CDATA[<p>This is a follow-up of an <a href="/preparing-photos-for-facebook">earlier post</a>. The topic remains the same; merging photo albums from different cameras while preserving chronological order, and removing potentially private metadata.</p>
<p>Like many others, I have noticed that Facebook increased its photo size <a href="http://blog.facebook.com/blog.php?post=337389082130">from 604 to 720 pixels</a>. At the same time, I noticed that the commands in my last post weren&#8217;t perfect. I have tried to write an improved script:</p>
<ul>
<li><a href="/files/facebook.sh.txt">facebook.sh</a></li>
</ul>
<p>Simply run it in your photos folder and it will make a &#8216;facebook&#8217; directory to which it copies your processed photos. By default, it only handles the photos in the current directory. To make it recursive (it will skip the &#8216;facebook&#8217; dir), just remove or edit &#8220;-maxdepth 1&#8243;.</p>
<p>As before, I can recommend <a href="http://www.imagemagick.org/">ImageMagick</a> and <a href="http://www.cygwin.com/">Cygwin</a> if you are a Windows user.</p>
<p>Shouldn&#8217;t have to mention it, but: Use at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/photo-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send SMS fra kommandolinjen</title>
		<link>http://drop.by/send-sms-fra-kommandolinjen</link>
		<comments>http://drop.by/send-sms-fra-kommandolinjen#comments</comments>
		<pubDate>Sat, 13 Mar 2010 14:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://drop.by/?p=240</guid>
		<description><![CDATA[Et shell-script for å sende SMS fra gulesider.no.]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.gulesider.no/mypage/loginForm.c">Gulesider.no</a> lar norske mobilbrukere opprette konto og sende inntil 5 gratis SMS per dag fra siden sin (fra ditt eget mobilnummer!).</p>
<p>Jeg skrev et shell-script som sender fra denne siden uten at du trenger å bruke nettleseren. Dette er bl.a. nyttig hvis du ønsker å varsles av datamaskinen din ved ulike hendelser. Jeg synes også det forenkler manuell sending.</p>
<p>Last ned <a href="/files/sms.sh">sms.sh</a> og kjør f.eks.:<br/><br />
<code>./sms.sh 98765432 Hei! Skal vi treffes i dag?</code></p>
<p>Lag en tekstfil, smsnums.txt, med &#8216;nummer,kallenavn&#8217; per linje for å slippe å huske telefonnummer.</p>
<p>Jeg bruker Ubuntu Linux, men hvis du vil kjøre scriptet i Windows, er det bare å laste ned <a href="http://www.cygwin.com/">Cygwin</a> og wget.</p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/send-sms-fra-kommandolinjen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubiquitous Web OS Command Line</title>
		<link>http://drop.by/ubiquitous-web-os-command-line</link>
		<comments>http://drop.by/ubiquitous-web-os-command-line#comments</comments>
		<pubDate>Sat, 06 Feb 2010 22:21:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accelerator]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://drop.by/?p=226</guid>
		<description><![CDATA[One single JavaScript file that let's you access all your favorite internet functions from any browser on any machine, without installing anything.]]></description>
			<content:encoded><![CDATA[<p>The last couple of years, I have been wondering who my &#8220;online profile&#8221; will belong to. First, applications started moving from the PC to the web, such as <a href="http://www.gmail.com/">email</a> and <a href="http://delicious.com/">bookmarking</a>. Then browsers <a title="Opera Link" href="http://www.opera.com/link/">started</a> <a title="Mozilla Weave, Firefox add-on" href="https://mozillalabs.com/weave/">syncing</a> bookmarks and customizations across different PCs and mobile devices.</p>
<p>All of these developments are really exciting, but I am not totally satisfied. For one thing, you have to choose and stick to one particular browser. Also, they do not sync everything that I would like (e.g. <a href="http://en.wikipedia.org/wiki/Greasemonkey">Greasemonkey</a> scripts). A blog post about <a title="Ubiquity Alternatives Offer Power Users Command-Line Tools for the Web" href="http://www.webmonkey.com/blog/Ubiquity_Alternatives_Offer_Power_Users_Command-Line_Tools_for_the_Web">alternatives to Mozilla&#8217;s Ubiquity</a> introduced me to some great projects, and inspired me to start using <a title="Quix, Bookmarklets on steroids" href="http://quixapp.com/">Quix</a>. Quix lets you access your bookmarks, custom searches, and other tools, from one place. It works across all browsers and doesn&#8217;t need to be installed!</p>
<p>Not long after, however, I decided to not depend on Quix at all, and write a free, open version. While Quix lets you write your own command file, I also let you modify and store the code. This way, you don&#8217;t have to worry about Quix crashing, going bankrupt, or eavesdropping on your traffic. You just have to host one JavaScript file (or use mine) and remember its address.</p>
<p>Clicking the following image invokes the script: <a title="Web OS Cmd" href="javascript:WebOsCmd();function WebOsCmd(){var b=false;var h=document.getElementsByTagName('head');if(h.length==0){alert('Error');return;}var s=document.getElementById('weboscmd');if(s)s.parentNode.removeChild(s);s=document.createElement('script');s.src='http://drop.by/WebOsCmd-0.03.min.js';s.id='weboscmd';s.type='text/javascript';s.onload=function(){b=true;};s.onreadystatechange=function(){if(s.readyState=='complete'||s.readyState=='loaded')b=true;};h[0].appendChild(s);var t=window.getSelection?window.getSelection():(document.getSelection?document.getSelection():(document.selection?document.selection.createRange().text:''));var c=window.prompt('Type \'h\' for a list of commands:','');if(c){var o=function(){if(b){s=tingstad(c,t,document.title?encodeURIComponent(document.title):'',''+document.location);if(s!=''){s=window.open(s);s.focus();}}else setTimeout(o,99);};o();}}"><img src="/img/internet.png" border="0" alt="Web OS Cmd" /></a></p>
<p>Drag it to your browser&#8217;s toolbar for convenience. Alter the web address in the link if you want to use your own copy or modified version. The file: <a href="http://drop.by/WebOsCmd-0.03.js">WebOsCmd.js</a></p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/ubiquitous-web-os-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save file by URL</title>
		<link>http://drop.by/save-file-by-url</link>
		<comments>http://drop.by/save-file-by-url#comments</comments>
		<pubDate>Sun, 17 Jan 2010 13:49:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://drop.by/?p=221</guid>
		<description><![CDATA[I created a page where you can paste a URL to generate a link which you then can right click and "Save As...".]]></description>
			<content:encoded><![CDATA[<p>Oftentimes, I have a URL to a file I want to download, but no simple way of downloading it. The problem is that some files (e.g. videos) open in the browser instead of giving you the &#8220;Save As&#8230;&#8221; dialog box.</p>
<p><a href="http://www.linksave.net/">LinkSave.net</a> provides a text box where you can paste the URL and generate a link you can right click and &#8220;Save As&#8230;&#8221;. But do you want LinkSave to know all the links you save?</p>
<p>I created a similar <a href="/linksave">link generator</a> where your URLs are not logged. The link is created on the client side using JavaScript, and you can view the source code to be sure. Easier than writing a new HTML file with the URL every time you want to save a file. Of course, wget is an alternative.</p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/save-file-by-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codes in Shakespeare</title>
		<link>http://drop.by/codes-in-shakespeare</link>
		<comments>http://drop.by/codes-in-shakespeare#comments</comments>
		<pubDate>Fri, 25 Dec 2009 21:29:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[shakespeare]]></category>

		<guid isPermaLink="false">http://drop.by/?p=174</guid>
		<description><![CDATA[Looking for some codes in Shakespeare's First Folio as proposed by Petter Amundsen. I think I found a couple of interesting cases.]]></description>
			<content:encoded><![CDATA[<p>Looking for some codes in Shakespeare&#8217;s First Folio as proposed by Petter Amundsen. In his book, <a title="ISBN 8202264227" href="http://www.google.com/search?q=8202264227">The Organist</a>, Amundsen presents several hidden references to <a href="http://en.wikipedia.org/wiki/Francis_Bacon">Francis Bacon</a> and <a href="http://en.wikipedia.org/wiki/Rosicrucianism">The Rosicrucians</a> (see also <a href="http://www.baconsocietyinc.org/members/Petter.htm">this document</a>). Here&#8217;s what I&#8217;ve found so far.</p>
<p><a href="/img/shakespeare-king-henry-iv-49-2.jpg"><img src="/img/shakespeare-king-henry-iv-49-2-small.jpg" alt="Codes in Shakespeare's King Henry IV page 49" /></a><br />
Page 49 from <em>The First Part of King Henry the Fourth</em>. The acrostics BOWTIS and FBACO(An) are described in Amundsen&#8217;s book. The line was not discovered though. It passes through the page&#8217;s only two &#8220;Lord&#8221;s, intersects the upper left corner, and has a 37 degrees angle. The probability of FBACO in the margin (assuming uniform distribution of letters, case insensitivity and two directions) is 2*2939*4117*11216*1819*3349/77311^5 which is less than 1:1,600,000. Of course, this doesn&#8217;t prove anything by itself as there probably are many meaningless improbable strings (more improbable the longer they are).</p>
<p><a href="/img/shakespeare-second-part-henry-vi-122.jpg"><img src="/img/shakespeare-second-part-henry-vi-122-small.jpg" alt="Codes in Shakespeare's Second Part of Henry the Sixth page 122" /></a><br />
Page 122, in <em>The Second Part of Henry the Sixth</em>, has the following beautiful cross (X). There is one &#8220;Rose&#8221; on the page, and the line crosses through it. Notice how the lines tangent certain letters and words, for example the line ending in &#8220;France&#8221;, the w of owne, between A and w of Away, the N of Nay, and the A of Aboue. See also that opposite the R in Rose, the line passes a C (in Chaire).</p>
<p><a href="/img/shakespeare-first-part-henry-vi-110.jpg"><img src="/img/shakespeare-first-part-henry-vi-110-small.jpg" alt="Codes in Shakespeare's First Part of King Henry VI page 110" /></a><br />
Page 110, from <em>The First Part of Henry the Sixth</em> has a lot of &#8220;Lord&#8221;s. Many of these can be aligned, three or four on a line. Most lines intersect in a &#8220;Lord&#8221;, but two lines cross just to the left of the page&#8217;s only occurence of &#8220;Rose&#8221;. I read this as &#8220;X Rose&#8221;, or &#8220;<a href="http://en.wikipedia.org/wiki/Rosy_Cross">Rose Cross</a>&#8220;. Two lines above, a bit to the left, one can also find the page&#8217;s only occurence of &#8220;Cross(ing the Sea)&#8221;. Another sign is that one of the lines has a 53 degree angle. Maybe there is more to this page, perhaps something to do with Lord Francis Verulam Bacon, Noble birth, Crowne, Honourable Order, or Swaine?</p>
<p><a href="/img/shakespeare-third-part-henry-sixth-149.jpg"><img src="/img/shakespeare-third-part-henry-sixth-149-small.jpg" alt="Codes in Shakespeare, page 149" /></a><br />
A possible 3-4-5 (with 37, 53, and 90 degree angles) triangle. Is the one &#8220;Rose&#8221; relevant? (37th last word on the page.)</p>
<p><a href="/img/shakespeare-antony-and-cleopatra-346-7.jpg"><img src="/img/shakespeare-antony-and-cleopatra-346-7-small.jpg" alt="Codes in Shakespeare's Antony and Cleopatra page 346" /></a><br />
Another interesting page is page 346 of <em>The Tragedy of Antony and Cleopatra</em>. There is a very clear &#8220;BO<a title="w=&gt;O" href="http://en.wikipedia.org/wiki/Omega">w</a>T<a title="H=&gt;E" href="http://en.wikipedia.org/wiki/Eta_(letter)">H</a>S&#8221; (=<a href="http://en.wikipedia.org/wiki/Bootes">Bootes</a>), a &#8220;TWO&#8221; and a &#8220;FBACa&#8221;.</p>
<p><a href="/img/shakespeare-comedies-143.jpg"><img src="/img/shakespeare-comedies-143-small.jpg" alt="Loue's Labour's lost, page 143" /></a><br />
Page 143 of Comedies, <em>Loue&#8217;s Labour&#8217;s lost</em>, has a &#8220;BAeON&#8221; ~= &#8220;BAcON&#8221;, or &#8220;BA[three]ON&#8221; =&gt; &#8220;BACON&#8221;. This was found by Jørgen Friberg. I also drew some lines between &#8220;Loue&#8221; words.</p>
<p>How unlikely is three words on a straight line? Page 143 of Comedies has 66 lines and approximately 78 positions per line (word of length 4). If a page has exactly three instances of word X and we assume that the words are randomly placed, we get p=65/66*64/66*1/78~=1.2% probability that they are on a (non-horizontal) line. The real number should be lower because many lines will not pass all of the 66 text lines. On the other hand, 78 might be too detailed. The probability of at least one three-word-line, if the word in question appears 7 times, would be 1-(1-0.012)^C(7,3) = 1-0.988^35 = 35%. I also did a <a href="/img/shakespeare-comedies-143-test.jpg">manual test</a> with other words, in which 5 of 6 tests had few lines. These calculations are very rough, and I should investigate more.</p>
<p>Other finds that could be nothing:<br />
<a href="/img/shakespeare-king-john-10.jpg"><img src="/img/shakespeare-king-john-10-small.jpg" alt="King John, page 10" /></a></p>
<p><a href="/img/shakespeare-julius-caesar-127.jpg"><img src="/img/shakespeare-julius-caesar-127-small.jpg" alt="Julius Caesar, page 127" /></a></p>
<p><img src="/img/shakespeare-richard-ii-27-small.jpg" alt="Richard II, page 27" /></p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/codes-in-shakespeare/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User script for ansikt på bestillingsside</title>
		<link>http://drop.by/user-script-for-ansikt-paa-bestillingsside</link>
		<comments>http://drop.by/user-script-for-ansikt-paa-bestillingsside#comments</comments>
		<pubDate>Wed, 16 Dec 2009 20:57:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[User JavaScript]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://drop.by/?p=164</guid>
		<description><![CDATA[Et skript for å vise ansiktene til personene på timebestillingsside (bl.a. frisør).]]></description>
			<content:encoded><![CDATA[<p>Jeg har noen ganger bestilt frisørtime på nett. Problemet er at jeg <a title="Vi husker ansikt bedre enn navn" href="http://www.dagbladet.no/magasinet/2008/12/01/556225.html">ikke husker frisørenes navn</a>, og jeg synes noen er bedre enn andre. Websiten har bilder av alle frisører, bare ikke på timebestillingssiden. Så, hva gjør man? Man lager et skript.</p>
<p><a href="/img/bestille.png"><img src="/img/bestille.png" alt="Bestille ansikt skript" /></a></p>
<p>Ansiktet nede til høyre er lagt til av skriptet. Dette skjer når man beveger musepekeren over tabellen.</p>
<p>Jeg gjetter at dette skriptet ikke kommer til å bli brukt av mange&#8230;</p>
<p>Uansett, jeg har lagt det ut på <a title="Bestille ansikt for Greasemonkey" href="http://userscripts.org/scripts/show/64342">userscripts.org</a> og <a href="/files/bestille-ansikt.user.js">her</a>. Det begynner å <a title="Richard H. Tingstad's user javascripts" href="http://userscripts.org/users/35732/scripts">bli noen</a> nå.</p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/user-script-for-ansikt-paa-bestillingsside/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hvilket Flax-lodd er best?</title>
		<link>http://drop.by/hvilket-flax-lodd-er-best</link>
		<comments>http://drop.by/hvilket-flax-lodd-er-best#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flax]]></category>
		<category><![CDATA[flaxlodd]]></category>
		<category><![CDATA[lodd]]></category>
		<category><![CDATA[norsk tipping]]></category>
		<category><![CDATA[sannsynlighet]]></category>
		<category><![CDATA[vinnersjanse]]></category>

		<guid isPermaLink="false">http://drop.by/?p=137</guid>
		<description><![CDATA[Regner ut virkelige sannsynligheter og forventningsverdier.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" src="/img/flax.png" alt="Flax-lodd" /><br />
I disse førjulstider er det mange kalendere og lodd å sette seg inn i. Men hvilke gir egentlig de beste vinnersjansene? La oss ta for oss Flax-loddene. På baksiden står vinnersannsynligheten:</p>
<table style="border-style:solid;border-collapse:collapse;border-color:#cccccc" border="1">
<tbody>
<tr>
<td>Julekalender:</td>
<td>50,0 % (1:2)</td>
</tr>
<tr>
<td>Million:</td>
<td>25,5 % (1:3,92)</td>
</tr>
<tr>
<td>Griseflax:</td>
<td>20,6 % (1:4,84)</td>
</tr>
</tbody>
</table>
<p>Ser jo greit ut, kalenderen er best. Eller er den det? På kalenderen kan du vinne maksimum kr 500 000, mens du kan vinne opptil kr 1 000 000 på &#8220;Flax million&#8221;. Dessuten er kalenderen dyrere. I tillegg kalkulerer Norsk Tipping selv de minste premier som &#8220;win&#8221;. Altså, hvis du skraper frem 20 kroner på et lodd som kostet 50, så har du &#8220;vunnet&#8221;. Følgende sannsynligheter kan være interessante:</p>
<table style="border-style:solid;border-collapse:collapse;border-color:#cccccc" border="1">
<tbody>
<tr>
<td></td>
<td>&#8220;Vinnersannsynlighet&#8221;</td>
<td>Sannsynlighet for ikke tap</td>
<td>Sannsynlighet for lønnsom gevinst</td>
</tr>
<tr>
<td>Julekalender:</td>
<td><strong>50,0 %</strong></td>
<td>20,0 %</td>
<td>10,0%</td>
</tr>
<tr>
<td>Million:</td>
<td>25,5 %</td>
<td><strong>25.5 %</strong></td>
<td>9,7%</td>
</tr>
<tr>
<td>Griseflax:</td>
<td>20,6 %</td>
<td>20,6 %</td>
<td><strong>11,2 %</strong></td>
</tr>
</tbody>
</table>
<p>Som vi ser er forskjellige typer lodd best på forskjellige målsetninger. Vi kan beregne forventningsverdien for å finne ut hvor mye loddene faktisk koster oss (i snitt):</p>
<table style="border-style:solid;border-collapse:collapse;border-color:#cccccc" border="1">
<tbody>
<tr>
<td></td>
<td>Forventet gevinst</td>
<td>Pris</td>
<td>Forventningsverdi per krone</td>
</tr>
<tr>
<td>Julekalender:</td>
<td>kr 25,85</td>
<td>kr 50</td>
<td>kr 0,517</td>
</tr>
<tr>
<td>Million:</td>
<td>kr 13,75</td>
<td>kr 25</td>
<td><strong>kr 0,55</strong></td>
</tr>
<tr>
<td>Griseflax:</td>
<td>kr 5,10</td>
<td>kr 10</td>
<td>kr 0,51</td>
</tr>
</tbody>
</table>
<p>Hvis du kun er interessert i å tape minst mulig penger bør du altså velge Flax million. Hvis en er interessert i sannsynligheten for premier av en viss størrelsesorden kan man se på denne oversikten:<br />
<a href="/img/flax1.png"><img src="/img/flax1.png" alt="Sannsynlighet 1" /></a></p>
<p><a href="/img/flax2.png"><img src="/img/flax2.png" alt="Sannsynlighet 2" /></a></p>
<p>Julekalenderen ser ut til å ligge høyest hele veien, bortsett fra på &gt;= 250, hvor Flax million gjør det litt bedre (men husk at loddene ikke koster like mye). Også på &gt;= 1 000 000 vinner selvsagt Flax million.</p>
<p>Hvis man snevrer seg inn mot store premier, kan man også følge med på <a title="Dame fra Langhus vant 500 000 på kalender des. 2009" href="https://www.norsk-tipping.no/page?id=93&amp;key=88262">kunngjøringer om gevinster</a> og oppdatere sannsynligheten deretter.</p>
<p>Beregningene finner du i <a href="https://spreadsheets.google.com/ccc?key=0Aib2gmz-44-xdE9NXzJSSTlYb2pNM1VYNE9QYlVLVWc&amp;hl=en">dette regnearket</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/hvilket-flax-lodd-er-best/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hva kan en tannpleier gjøre for deg?</title>
		<link>http://drop.by/hva-kan-en-tannpleier-gjoere-for-deg</link>
		<comments>http://drop.by/hva-kan-en-tannpleier-gjoere-for-deg#comments</comments>
		<pubDate>Wed, 09 Dec 2009 18:47:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internett]]></category>
		<category><![CDATA[markedsføring]]></category>
		<category><![CDATA[tannpleier]]></category>

		<guid isPermaLink="false">http://drop.by/?p=119</guid>
		<description><![CDATA[Hvorfor reklamekampanjer bør være tilgjengelige på internett.]]></description>
			<content:encoded><![CDATA[<p>For tiden har <a href="http://www.tannpleier.no">Norsk Tannpleierforening</a> en kampanje med reklameplakater på trikker og t-banevogner i Oslo. Jeg mener de hadde en lik kampanje for en tid tilbake. Da registrerte jeg såvidt reklamen og hadde store problemer med å finne den på nettet etterpå, en dag jeg trengte en tannlege/tannpleier. Mitt råd til alle bedrifter som skal reklamere er herved:</p>
<p><strong>Reklamekampanjer må være tilgjengelige på internett!</strong></p>
<p>Denne gangen har tannpleierforeningen gjort en svært mye bedre jobb. De har skrevet et <a title="Informasjonskampanje om tannpleiers kvalifikasjoner uke 49 2009" href="http://www.tannpleier.no/index.php?option=com_content&amp;task=view&amp;id=402&amp;Itemid=1">innlegg om kampanjen</a> på hjemmesiden sin hvor de bruker samme bilde (med riktig alternativ tekst, &#8220;smiley&#8221;!) og de legger til og med ut selve plakaten som <a href="http://www.tannpleier.no/images/stories/For%20medlemmer/Markedsf/Klikk%20her%20for%20pdf-fil.pdf">PDF-fil</a>! Meget bra. Dessverre <a href="http://tannpleier.no/robots.txt">blokkerer</a> de indeksering av denne slik at hvis man søker på f.eks. <a href="http://www.google.no/search?q=%22Hva+kan+en+tannpleier+gj%C3%B8re%22">&#8220;Hva kan en tannpleier gjøre&#8221;</a> så finner man ikke kampanjen.</p>
<p>I motsetning til <a href="http://teaspoonbitch.blogspot.com/2009/02/ny-informasjonskampanje-ukeplakater.html">enkelte</a> ble jeg ikke irritert over plakatens utseende, men synes de formidler budskapet helt greit. Kanskje &#8220;www.tannpleier.no&#8221; kunne vært litt større.</p>
<p>Dette er forøvrig litt likt Anders Brennas tanker om at forsidene til <a href="http://blogg.abrenna.com/papiraviser-blir-ikke-drept-av-nettaviser-morderen-holder-du-i-handen">papiravisene burde være reklamer for å få oss til å sjekke saken på nett</a>. Hans motto er også &#8220;Står det ikke på nett så har det ikke skjedd&#8221;.</p>
<p style="text-align: center;"><img class="  aligncenter" style="border: 1px solid #000000;" title="Reklameplakat" src="/img/tannpleier.png" alt="Undersøke tenner og tannkjøtt. Rense tennene for tannstein, fjerne misfarging og polere. Gi råd som hjelper deg til god tannhelse. Bleke tennene hvis det er nødvendig. Samarbeide med tannlege og henvise ved behov." width="295" height="435" /></p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/hva-kan-en-tannpleier-gjoere-for-deg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMG Mosaic Generator</title>
		<link>http://drop.by/img-mosaic-generator</link>
		<comments>http://drop.by/img-mosaic-generator#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:44:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[img]]></category>
		<category><![CDATA[img mosaic generator]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mosaic]]></category>
		<category><![CDATA[photomosaic]]></category>

		<guid isPermaLink="false">http://drop.by/?p=102</guid>
		<description><![CDATA[A simple open source photomosaic creator (with support for multithreading) written in Java.]]></description>
			<content:encoded><![CDATA[<p>A simple open source photomosaic creator (with support for multithreading) written in Java.</p>
<p>For more technical information, visit <a href="http://code.google.com/p/img-mosaic-generator/">Google code</a>, where the code is hosted.</p>
<p>To use, download <a href="/files/IMGMosaicGenerator.jar">IMGMosaicGenerator.jar</a>, and run something like:</p>
<p><code>java -jar IMGMosaicGenerator.jar bigpicture.jpg 100 75 mytilesdirectory</code></p>
<p>This will look for image files in <em>mytilesdirectory</em>. Every image file is then resized to resolution 100&#215;75 and matched against every position of bigpicture.jpg:</p>
<p><img src="/img/img-mosaic-generator.png" alt="IMG Mosaic Generator" /></p>
<p>The preview window is updated every time a tile is a &#8220;best match so far&#8221;. Window can be resized:</p>
<p><img src="/img/img-mosaic-generator-resized.png" alt="Resized window" /></p>
<p>Two versions are created (one normal and one &#8220;optimally dithered&#8221;):</p>
<p><img src="/img/img-mosaic-generator-no-dithering.png" alt="Version 1, none-dithered photomosaic" /><img src="/img/img-mosaic-generator-dithering.png" alt="" /></p>
<p>The second version can be obtained when aborting the process by clicking in the window and invoking the following dialog box:</p>
<p><img src="/img/img-mosaic-generator-interaction.png" alt="Version 2, dithered photomosaic" /></p>
<p>Output is in HTML. To save as image, Firefox add-on, <a href="https://addons.mozilla.org/en-US/firefox/addon/3408">Abduction!</a> can be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/img-mosaic-generator/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NRK Skole Greasemonkey</title>
		<link>http://drop.by/nrk-skole-greasemonkey</link>
		<comments>http://drop.by/nrk-skole-greasemonkey#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:09:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[NRK]]></category>
		<category><![CDATA[NRK Skole]]></category>
		<category><![CDATA[skole]]></category>
		<category><![CDATA[User JavaScript]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://drop.by/?p=97</guid>
		<description><![CDATA[Lager en link til videostrøm-URL'en i NRK Skole slik at videoene kan åpnes med ønskede programmer.]]></description>
			<content:encoded><![CDATA[<p>NRK har laget en ny side som heter <a href="http://www.nrk.no/skole/">NRK Skole</a>. Denne inneholder mange videoklipp som skoleelever kan ha nytte av. Det er et godt tiltak. Samme teknologi benyttes som på <a href="http://www1.nrk.no/nett-tv">NRK Nett-TV</a>, noe som dessverre gjør at videoene ofte <a title="Kampanje for fritt filformat på NRK Nett-TV" href="http://nrkogg.wordpress.com/">ikke virker</a> om man ikke bruker Microsoft Windows.</p>
<p><a style="text-align:center" href="/img/nrk-skole.png"><img src="/img/nrk-skole-small.png" border="0" alt="NRK Skole Greasemonkey" /></a></p>
<p>På samme måte som jeg laget et <a href="http://userscripts.org/scripts/show/43995">Greasemonkey-skript for NRK Nett-TV</a>, har jeg nå laget ett for NRK Skole: <a href="/files/nrk-skole.user.js">nrk-skole.user.js</a> (også hos <a title="NRK Skole for Greasemonkey" href="http://userscripts.org/scripts/show/62588">userscripts.org</a>).</p>
<p>Slik kan man se videoene på flere plattformer og med flere programmer, f.eks. <a href="http://www.mplayerhq.hu/">MPlayer</a>.</p>
<p>Ellers håper jeg elevene får muligheten til å bruke klippene til å lage egne mashups.</p>
]]></content:encoded>
			<wfw:commentRss>http://drop.by/nrk-skole-greasemonkey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
