-
Recent Posts
Categories
Tags Cloud
arduino community crontab daemon driver fork gearman github introduction library open source personal php PhpRestService PhpTaskDaemon plugweb plugwise projects REST tasks WebservicesArchives
Friends
- Boy Baukema Boy Baukema’s Blog
- Evert Pot Evert Pot: Het Bijstere Spoor
- Harrie Verveer Harrie Verveer: Professional PHP Developer & Conference Speaker
- Mark van der Velden D-talk: The little things that pop into mind
- Martin de Keizer Martin de Keizer: A dutch PHP Developer
- Michelangelo van Dam DragonBe’s PHP blog: Blogging about PHP and related technologies
Author Archives: admin
Arduino Traffic Lights #1: Introduction
Introduction January will be my last month working at Ibuildings. During my time at Ibuildings I have worked on a lot of interesting challenging projects, made a lot of new friends, learned a lot from my co-workers and hopefully they … Continue reading
Posted in Arduino, Open Source, PHP, Projects
Tagged arduino, github, open source, php, projects
Leave a comment
PhpRestService: Simple PHP5 REST framework
Once again I started another open source project. This project focuses on setting up RESTful webservices with PHP. The REpresentational State Transfer (REST) protocol is a set of architectural principles for designing RESTful webservices. The term representational state transfer was … Continue reading
Posted in Open Source, PHP, PhpRestService, Projects
Tagged library, open source, php, PhpRestService, projects, REST, Webservices
Leave a comment
Dutch PHP Conference 2011
Last weekend I went to the Dutch PHP Conference 2011 (DPC11) in Amsterdam. The first day, Thursday, was the tutorial day, where you could choose between four workshops. On Friday and Saturday talks were given by speakers from all around … Continue reading
Posted in PHP, Personal, PhpTaskDaemon, PlugWeb
Tagged community, php, PhpTaskDaemon, plugweb
Leave a comment
PlugWeb: Creating the driver
In the previous post I introduced the concepts for the PlugWeb application. In this blogpost I will cover developing the driver for the plugwise network. The plugwise network The plugwise network consist of a set wireless devices communicating with each … Continue reading
Posted in Open Source, PHP, PlugWeb, Projects
Tagged driver, open source, php, plugweb, plugwise, projects
4 Comments
Visited the monthly PHPBenelux monthly meeting
Last Tuesday I went to the monthly PHPBenelux meeting after work. This time the meeting was held at Enrise located in Amersfoort. Look on the PHPBenelux agenda for more information about when and where the meetings are. The first talk … Continue reading
PhpTaskDaemon: Configuring, starting and monitoring the daemon
Last post I talked about the defining Tasks using the abstract Task class of the PhpTaskDaemon project. I also provided a simple example task implementation. This time I will go into how the daemon can be started, stopped and monitored. … Continue reading
Posted in Algemeen, PhpTaskDaemon, Projects
Tagged crontab, daemon, fork, gearman, open source, php, PhpTaskDaemon, projects
Leave a comment
PhpTaskDaemon: Defining Tasks
Last blog posts I introduced the PhpTaskDaemon project and provided a current state of alternatives for running php in the background. This time I will provide the basic concept for creating PhpTaskDaemon. First of all I start with some (useful) … Continue reading
Posted in Algemeen, PHP, PhpTaskDaemon, Projects
Tagged daemon, open source, php, PhpTaskDaemon, projects, tasks
Leave a comment
PlugWeb: System architecture overview
PlugWeb goals The first goal of this project is create a component which is able to communicate with the plugwise devices in a linux environment. After this goal has been achieved it is time to use the component to create … Continue reading
Posted in Algemeen, PlugWeb, Projects
Tagged daemon, open source, php, PhpTaskDaemon, plugweb, plugwise, projects
Leave a comment
PhpTaskDaemon: An introduction
PHP is most often used for developing web based applications. But PHP can also be used for developing starting scripts using the command line. Scripts can easily be run as cron jobs, daemons, gearman workers and some other techniques to … Continue reading
Posted in Algemeen, Open Source, PHP, PhpTaskDaemon, Projects
Tagged crontab, fork, gearman, open source, php, PhpTaskDaemon, projects
Leave a comment
PlugWeb: An introduction
This is the first blog post in a series about developing a web application called PlugWeb. This first post is an introduction to the project. The goals and requirements for this project will be defined. The last part contains an … Continue reading
Posted in Open Source, PHP, PlugWeb, Projects
Tagged daemon, driver, introduction, open source, php, plugweb, plugwise, projects
Leave a comment