Het “Opus Palladianum” project heeft als bedoeling een nieuwe veilige browser te ontwerpen.
In plaats van één monolitische geheel zal de browser uit kleine zelfstandige subsystemenen bestaan die met elkaar communiceren.
Hebben we dat al niet eens gehoord voor operating-systemen? Dat monolitische systemen niet werken?
Dilemma:
Twitter your thoughts and have trouble recording them for later reference. Twitter + custom search don’t play along.
Blog your thoughts and having to think of “I can’t have a posting that’s only 100chars long”.
Topic: the metaweblog API is more powerful that the API provided by WordPress.
One of my customers asked me to create a function that would create a WordPress blogpost whenever one of their PR-people finishes a customer-visit (funny enough, these visits are recorded in a shared Google calendar that’s updated via another webapp, web2.0 in action). After fiddling around with the wp-native API I found that the metaweblog is much easier. I still need to return to the WordPress API for creating new categories but this only happens once every few months. WordPress rulz!
If you want to use widgets on your WordPress theme, then these are the steps you should take:
1) Create a file functions.php in your theme directory. Add this to the file
if ( function_exists('register_sidebar') )
register_sidebar();
?>
2) Open your sidebar.php file and add this somewhere in the ul-list defintion
|| !dynamic_sidebar() ) : ?>
Eergisteren zat er weer een brief van Citibank in de brievenbus. Een hele hoop blahblah over hoe gemakkelijk het wel is om geld te lenen.
Ik heb op allerlei manieren al geprobeerd om duidelijk te maken dat ik geen interesse heb. Niet antwoorden. Negeren. De brieven terugsturen met “nee”. Een “nee” in hoofdletters. Nog eens terugsturen.
De laatste poging die ik doe heeft nu ook iets rustgevend. Een lange treinrit heeft z’n voordeel dat je al hun informatie te lijf kan gaan met een schaar. Hun “voorrangsbehandeling”-envelope is nu gevuld met allerlei kleine snippertjes en ik hoop dat “M. De Bolle” van Citibank deze keer wel de boodschap doorheeft. De volgende brief zal gelijkaardige snippers bevatten maar misschien vergezeld van een iets minder aangename substantie.
Bende irritante mestkevers van Citibank, ik hoef jullie bedriegelijke rommel niet.
Ayat, een webontwikkeling bureau in Nederland :
De doelstelling van AYAT design is om binnen dit aandachtsgebied van e-business en internettechnologie toonaangevend in de markt te zijn en haar opdrachtgevers voortdurend van dienst te zijn met innovatieve mogelijkheden die nieuwe technologie kan bieden. Dit terrein is sterk aan het verandering onderheving en het dienstpalet van AYAT desgin wordt dan ook voortdurend geëvalueerd. Nieuwe technologiën worden daarbij bestudeerd op volwassenheid, haalbaarheid en toepasbaarheid.
Goed artikel van Dieter Provoost over de lege Proximedia-doos.
DICOM is a format used by medical devices to exchange images. DICAM stands for Digital Imaging and COmmunications in Medicine. Last week I had some pictures taken from my left knee. The CD with the different was delivered today. Unfortunately the installer / viewer is Microsoft Windows only.
A Google search returned “kradview” as the most promising alternative. It’s QT-based and should run fine. I’ve tried to install it both from source and from an RPM file (convert it with alien) but without any luck.
The Ubuntu repository has a package xmedcon, the GUI X Window System Medical Image Conversion Utility. It’s a basic X11 applications and doesn’t look as smooth as kradview but at least it works.
sudo apt-get install xmedcon
xmedcon
Install the kio-plugins
sudo apt-get install kdebase-kio-plugins
Get a list of all the installed packages / applications in Ubunto or Debian Linux with
dpkg –get-selections
You can get the contents of one package with
dpkg -L php5-gd