Vakantiewerk: Kerstbollen en meer...

Sinds gisteren ben ik begonnen met mijn vakantiejob bij Walter van Gastel, een vrij grote zaak in tuin en binnenhuisdecoratie en planten. Mijn taak bestaat erin om de kerstartikelen uit te pakken en mooi te presenteren (samen met een hele ploeg mensen). Ja u leest het goed! Kerstartikelen. Walter van Gastel start reeds in september met de kerstmarkt, die dan ook wel vrij bekend is :D.
Omdat de container kerstartikelen morgen maar eerste aankomt heb ik vandaag en gisteren wat andere dingen moeten uitpakken, zoals heel erg veel glaswerk (ik wist echt niet dat ze zo'n grote vazen maken!), 500 emmerkes (en die hebben een wreed scherp randje :s ), nog meer theelichthouderkes (allemaal ??n voor ??n uit da kartonneke frullen...) enzo verder.
Tot hiertoe valt het eigenlijk best wel mee :-) Het is eens wat anders dan den Hubo

devblog

Powered by Nucleus CMS Zoals iedere developer bij het Nucleus CMS Project, heb ik een eigen 'devblog', wat volledig binnen NUDN (Nucleus Developers Network) kadert. Ik had het echter maar vrij snel in elkaar gestoken waardoor het niet echt toonbaar was. Samen met moraes heb ik een tijdje terug een nieuwe skin gemaakt voor de NUDN website. Nu heb ik deze skin ook toegepast op mijn devblog en nog wat andere aanpassingen gedaan, waardoor het toonbaar is voor de mensen die hierin ge?nteresseerd zijn :-)
Het blog vind je overigens op http://dev.budts.be

My favorite jEdit features

As reaction on moraes' comment at my post about the PHP Parser plugin for jEdit, I'll try to give a nice list of features and plugins (and macros) of jEdit i really like (obviously this list will change in the feature as a learn to use more features of jEdit)

Build in features

  • GPL, so free (as in free speech) and free to use
  • Written in Java, so runs everywhere, and even it is Java, it is not slow :-)
  • Syntax highlighting for 80 language (and 50+ additional available)
  • Extremely powerful keyboard shortcuts (certainly in combination with the macro's, then they just rule!)
  • Folds (explicit, implicit, ...)
  • Very easy to use Markers (stored in a seperate file so you don't loose them when closing and reopening the file!)
  • Very powerful search features: highlight next search result (in combination with the shortcut, this works exactly as Find as you Type in Firefox!), highlight all search results, or hypersearch (show results in a list). It is also possible to search in all files in …

jEdit PHP Parser Plugin

Yesterday i upgraded my jEdit installation (4.1final) to the latest development release (4.2pre), which will be the last development release before 4.2 becomes the new final and stable release.
4.2 has now nice new features, but what i really really like is the PHP Parser plugin (this plugin requires at least 4.2).
This plugin parses your php files for syntax errors etc everytime you open or save it, and shows the error in a nice list! I you are somebody like me who most of the time forgets the ; this plugin is a dream!
a screenshot:
jEdit PHP Parser plugin

Probeer dat maar eens...

... uit te spreken laat staan te onthouden: http://www.llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com/!! En het strafste van al: dit is de naam van een bestaand dorp!

Slechtste kalendermop ooit!

De kalendermop van een paar dagen geleden zou ik graag nomineren voor slechtste kalendermop allertijden:

De onderwijzer:
 - Janneke, geef eens een kleur van 1 tot 10.
Janneke:
 - Euh, donderdag, meneer!
Onderwijzer:
 - Maar Janneke toch, donderdag is een land in Zuid-Amerika.
Maar kom, je krijgt toch nog een 4 op 10 van mij.
Janneke begint te wenen.
Onderwijzer:
 - Waarom begin je nu te wenen, je bent toch geslaagd!
Zucht.. hahaha dan maar zeker :-|?

NP_Counter2

With this plugin you can add a textual or graphical counter to your weblog, which count's the number of visitors, instead of the number of hits.

Plugin homepage

http://wiki.budts.be/NpCounter2

Get the plugin!

Copy the code found at http://wiki.budts.be/NpCounter2/Code into a file called 'NP_Counter2.php' and upload it to your webser

NP_InternetTime

This plugin brings the Swatch Internet Time (.beat) to Nucleus. Swatch has divided a day into 1000 eqaul beats, so every beat is the equivalent of 86.4 seconds. Also there are no timezones, so wherever you are, it is always the same Internet Time (by example: while i'm writing this it is 12:28+0200 or @478)

Plugin homepage

http://wiki.budts.be/NpInternetTime?v=2dt

Get the plugin!

Copy the code found at http://wiki.budts.be/NpInternetTime/Code in a file named 'NP_InternetTime.php' and upload it to your webserver

Considering: NP_Sheduler

Like i said, i'm thinking about writing a plugin that can be used as a tasksheduler: NP_Sheduler.
This is how i plan to do it (please comment! does it make sense at all?):

  • The plugin will execute 'task-scripts' at a certain time. These taskscripts are just php files with a name like task_foobar.php and a function start_task() to start the task. These file will be dropped in the 'tasks'-folder inside the 'sheduler'-folder, so that the plugin can 'scan' this folder to find new taskscripts. Other plugin could then 'drop-in' taskscripts when they are installed (well just unzipped ofcourse), and after that the user will be able to make a task for the new script, by selecting the task-script from the list and plan it
  • The plugin subscribes to the very last event, to check if there are tasks to be done (checks the current timestamp with the calculated 'next-run'-timestamp of every task, if current is > nextrun -> run the task), and if so includes the appropriate task_scripts and calls the …

Vanaf nu: dagelijkse nieuwsbrief!

Vanaf nu is het mogelijk om dagelijks (rond 10 uur 's morgends) een mailtje te ontvangen met de update van dit blog, zodat je steeds op de hoogte blijft :-)
Inschrijven kan je doen met het formuliertje aan de rechterkant

Als je zelf een weblog hebt dat op Nucleus draait kan je daaraan ook heel makkelijk zo'n nieuwsbrief aan toevoegen. Om deze nieuwsbrief-functionaliteit aan nucleus toe te voegen heb ik de NP_MyNewsletter plugin geschreven. Meer info vind je op http://wiki.budts.be/NpMyNewsletter en op http://dev.budts.be/nucleus/news/45 (voor een kort overzicht van de functionaliteit).