NP_AttachFile

A few weeks ago (or was it months Embarassed ) I told that i was working on a plugin called NP_AttachFile. Today i put a first working version onine to test.

With this plugin you can 'attach' files to an item. But first things first: this plugin doesn't care about uploading files. It just gives you the possibility to enter a path or url to a file you want to link to. Also you can enter a description, contenttype and size.

Using the plugin you can by example:

  • attach some files to an item and let them show up under the item in a nice looking table (use the skinvar <%AttachFile%> for this)
  • add the attachments as enclosures in your rss-feed, by example to create podcasts (use the skinvar <%AttachFile(rss)%> for this)

IMPORTANT: This plugin is far from 'feature-complete' and may have security issues (i still have to check input etc), so I advise you only to test it on a development machine, or localhost.
I'm also not sure if …

Snif

A few days ago hcgtv wrote about snif. I immediately started playing with it and I really like it :). I'm using it now for both my testcases directory as my (new) releases directory, in which i will keep development versions of plugins and other stuff.

Snif can display subfolders, but it uses a parameter in the url to link to them, so if you want to add sniff to a subfolder too, you have to copy a simple index.php file in every subdirectory. Because i don't like having to add a file in every subdirectory i started playing with a RewriteRule in the .htaccess-file. I added the following:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME}       -d
RewriteRule (.*)                      /releases/index.php?path=$1  [QSA,L]

Also i set up snif to link directly to subdirs:

<?php
$directDirectoryLinks = true;

It almost works, but links to file now contain the subfoldername twice... The code in the index.php-files for the subfolders will cetainly help to solve this issue :)

UPDATE: The solution :)

Around line 350 …

Dinosaurus Blog

Dinosaurus blog... (via)

CSS Zen Garden in vogelvlucht

CSS Zen Garden in vogelvlucht (sorry Wouter voor de h??l erg onoriginele blogpost ;))

Nucleus 3.2!

Download Nucleus 3.2!vanavond is Nucleus 3.2 gelanceerd. Verbeteringen zijn onder andere: verbeterde anti-spam functionaliteit, fouten bij formulieren worden nu boven het formulier getoond ipv op een nieuwe pagina, rel="nofollow" geimplementeerd, een erg knappe nieuwe standaard skin, ledenregistratie met account activatie via e-mail, en nog een hele reeks andere aanpassingen, die je kan bekijken in het changelog

Deze release komt echter niet alleen. De website is immers ook in een volledig nieuw en wel h??l erg knap jasje gestoken.

Met dank aan alle ontwikkelaars van Nucleus: Wouter, Roel, Xiffy, Admun, Bert, Trent, Niels, Irmo, Jeff, Ivan, Jef Pober, Moraes en de zovele anderen

MVPTools: NetDig

Daarstraks vond ik een tooltje waar ik al vrij lang naar opzoek was: een simpel programmaatje om zonder veel poes-pas DNS-records van een domeinnaam te kunnen opvragen. NetDig (gratis) doet dat op een eenvoudige manier, maar je hebt er .NET 1.1 voor nodig

Democratie is een onbestaand monster

Europese Raad keurt softwarepatentwet goed

EU Software Patent Directive Adopted

Nu had ik toch wel eens graag geweten wie hoeveel heeft gekregen van welk bedrijf...

Bekijk misschien ook even dit filmpje dat democratie in europa illustreert. (via)

Extension of the year: Html Validator

Today i discovered an Extension for Firefox which will be in my top 5 list of best extensions of 2005: The Html Validator, based on Tidy. It validates pages on-the-fly and shows the result in a very elegant way.

see also:

de Groenplaats


De groenplaats

Firefox Extension: Html Validator

Via het schoolforum kwam ik daarnet uit op een Firefox Extensie die nu reeds op m'n lijstje staat van de 5 knapste extensies van 2005!

screenshot

De Html Validator extensie gebruikt de code van Tidy om on-the-fly pagina's te valideren en doet dat in stijl. Rechtsonderaan in de statusbalk laat de extensie een klein icoontje zien met het resultaat van de validatie. Hierbij kan je ook kiezen om er in tekst bij zetten hoeveel errors, warnings en access warnings er zijn, maar deze info kan je ook bekijken in de tooltip van het icoontje

Daar blijft het echter niet bij. Ook het 'view source' venster wordt grondig onder handen genomen. De extensie voegt hier namelijk twee panelen aan toe. In het eerste zie je een lijst van alle errors en warnings. Info over de error/warning wordt in het tweede paneel getoond.

De extensie controleert trouwens niet alleen op ongeldige html, maar kan ook informatie over de toegankelijkheid geven, waarbij je zelf kiest op welk niveau er access warnings moeten gegeven …