manuee - Putting the puzzle together. http://manueg.okkernoot.net/blog Thanks for subscribing to my RSS feed. http://manueg.okkernoot.net/blog /sites/all/themes/manuee/images/rss-logo.jpg manuee - Putting the puzzle together. en http://manueg.okkernoot.net/blog/201005/my-latest-project-goes-live-hobbynewses My latest project goes live - Hobbynews.es http://manueg.okkernoot.net/blog/201005/my-latest-project-goes-live-hobbynewses <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>After two months and a half, the videogames news portal <a href="http://www.hobbynews.es/">Hobbynews</a> goes live!</p> </div> </div> </div> <p>It's been a great project to work on, challenging in both timeframe and requirements, but fun because of the Axel Springer team, and the subject of the portal.</p> <p>I used to read Micromania when I was younger, and it was my great pleasure to work on a project for the company behind this great magazine. They also publish a whole bunch of magazines like Hobbyconsolas, PC Hoy, Auto Bild and others.</p> <p><a href="http://manueg.okkernoot.net/blog/201005/my-latest-project-goes-live-hobbynewses" target="_blank">read more</a></p> <div> <a href="http://manueg.okkernoot.net/blog/201005/my-latest-project-goes-live-hobbynewses" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/201005/my-latest-project-goes-live-hobbynewses#comments Drupal project Thu, 13 May 2010 11:53:08 +0000 manuee 40 at http://manueg.okkernoot.net http://manueg.okkernoot.net/blog/201004/my-first-child-born My first child is born http://manueg.okkernoot.net/blog/201004/my-first-child-born <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>On the 19th of March, Elyam was born. Weighting 4.16 kg, a healthy boy joins the world.</p> </div> </div> </div> <strong>Hello world!</strong> <p align="center"><img width="519" height="556" alt="Elyam joins the world" src="/sites/default/files/elyam_papershadow.png" style="border: 0pt none ;" /></p> <div> <a href="http://manueg.okkernoot.net/blog/201004/my-first-child-born" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/201004/my-first-child-born#comments Fri, 30 Apr 2010 14:51:56 +0000 manuee 36 at http://manueg.okkernoot.net http://manueg.okkernoot.net/blog/201002/how-load-panel-pages-code How to load panel pages from code http://manueg.okkernoot.net/blog/201002/how-load-panel-pages-code <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>They will load faster, it's easier for deployment, and you'll be able have them under version control.</p> </div> </div> </div> <p>We all know that you can load views from code, and it is even recommended. But what about <a href="http://drupal.org/project/panels">Panels</a> pages? It is also possible. And actually, it's quite easy.</p> <p>Let's say that you have reached a beta stage for these pages, and you are ready to start having these under version control so you can sleep better at night.</p> <h3>1. Create the module that will load these pages</h3> <p><img src="/sites/default/files/panels_default_pages_file_structure.png" width="271" height="113" alt="panels_default_pages_file_structure.png" class="imgright" /></p> <p><a href="http://manueg.okkernoot.net/blog/201002/how-load-panel-pages-code" target="_blank">read more</a></p> <div> <a href="http://manueg.okkernoot.net/blog/201002/how-load-panel-pages-code" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/201002/how-load-panel-pages-code#comments ctools Drupal howto Panels Wed, 24 Feb 2010 14:56:27 +0000 manuee 33 at http://manueg.okkernoot.net http://manueg.okkernoot.net/blog/200910/how-create-panels-style-plugin How to create a panels style plugin http://manueg.okkernoot.net/blog/200910/how-create-panels-style-plugin <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>Creating panels styles can be very powerful. You can define certain styles for your client to choose from, so they can choose what type of display the panel pane will be like. This way you keep the workflow clean, your code under revision control, your themer gets to keep his sanity, and your concious stays clear.</p> </div> </div> </div> <p>This article assumes you know about running <a href="http://drupal.org/project/panels">panels</a>, and more or less what the nomenclature is. You should know also that panels now uses <a href="http://drupal.org/project/ctools">ctools</a>, which is is primarily a set of APIs and tools to improve the developer experience.</p> <p>So, what we'll be doing here is actually creating a ctools plugin, to implement a new panels style. Sorry if I'm confusing you already, don't worry, it's actually quite straight forward, we want to be able to do this:</p> <p><a href="http://manueg.okkernoot.net/blog/200910/how-create-panels-style-plugin" target="_blank">read more</a></p> <div> <a href="http://manueg.okkernoot.net/blog/200910/how-create-panels-style-plugin" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/200910/how-create-panels-style-plugin#comments ctools Drupal howto module Tue, 06 Oct 2009 11:56:51 +0000 manuee 30 at http://manueg.okkernoot.net http://manueg.okkernoot.net/blog/200907/how-create-cck-formatter How to create a CCK formatter http://manueg.okkernoot.net/blog/200907/how-create-cck-formatter <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>CCK formatters are pieces of code that allow you to render a CCK field content how you want. In Drupal 6 this basicaly means a <em>theme</em> function.</p> </div> </div> </div> <p>As an example, we will build a formatter for the field type <em>'nodereference'</em>.<br /> This type of field, which is part of the standard <a href="http://drupal.org/project/cck" title="Content Construction Kit">CCK</a> package, allows you to "reference" a node inside another.<br /> The formatter that nodereference has by default, prints a standard link to the referenced node.</p> <p><a href="http://manueg.okkernoot.net/blog/200907/how-create-cck-formatter" target="_blank">read more</a></p> <div> <a href="http://manueg.okkernoot.net/blog/200907/how-create-cck-formatter" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/200907/how-create-cck-formatter#comments cck Drupal howto module popup Thu, 30 Jul 2009 12:29:59 +0000 manuee 29 at http://manueg.okkernoot.net http://manueg.okkernoot.net/blog/200907/handy-new-modules Handy new modules http://manueg.okkernoot.net/blog/200907/handy-new-modules <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>Every day a ton of <a href="http://drupalmodules.com/new-modules">new drupal modules</a> come out. I've found four very handy new drupal modules that have been released lately, mainly nice useability enhancements for the drupal experience.</p> </div> </div> </div> <h2>Contact form blocks</h2> <p>The module makes your core drupal contact forms, available as blocks. Not much you may say, but wait, there is more: contact form categories will be represented by one block per category - now that's handy. You could present different contact forms in your templates per different content types, or whatever you can think of. Nice.<br /> Check it out from the <a href="http://drupal.org/project/contact_form_blocks" title="Contact form blocks">project page</a>, play with it. Go on, you know you want to!</p> <p><a href="http://manueg.okkernoot.net/blog/200907/handy-new-modules" target="_blank">read more</a></p> <div> <a href="http://manueg.okkernoot.net/blog/200907/handy-new-modules" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/200907/handy-new-modules#comments Drupal module Thu, 09 Jul 2009 17:26:00 +0000 manuee 25 at http://manueg.okkernoot.net http://manueg.okkernoot.net/blog/200907/drupalcon-paris-coming DrupalCon Paris is coming! http://manueg.okkernoot.net/blog/200907/drupalcon-paris-coming <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>The next DrupalCon will be in Paris, September 1st - 5th. I hope to see you there!</p> </div> </div> </div> <h4>So, you are coming, right?</h4> <p><img src="http://paris2009.drupalcon.org/sites/default/files/banner-small.png" alt="DrupalCon Paris" class="imgright" /> I have already bought my ticket, and if you want to save some cash (since you know you are coming anyway), you <strong>better hurry up</strong> and <a href="http://paris2009.drupalcon.org/ticket" title="DrupalCon Paris ticket">buy the ticket</a> <strong>before July 12th</strong> to get the early bird discount.</p> <p><a href="http://manueg.okkernoot.net/blog/200907/drupalcon-paris-coming" target="_blank">read more</a></p> <div> <a href="http://manueg.okkernoot.net/blog/200907/drupalcon-paris-coming" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/200907/drupalcon-paris-coming#comments Drupal Drupalcon Thu, 02 Jul 2009 16:02:03 +0000 manuee 22 at http://manueg.okkernoot.net http://manueg.okkernoot.net/blog/200903/drupalcon-dc-videos DrupalCon DC videos http://manueg.okkernoot.net/blog/200903/drupalcon-dc-videos <div class="field field-type-text field-field-description"> <div class="field-items"> <div class="field-item odd"> <p>Well, If you haven't been living under a rock, you will know that the <a href="http://dc2009.drupalcon.org/">biggest Drupalcon</a> to date has taken place lately, and if you were able to attend, I really envy you. If, like me, could not get that chance, there are very good news: The conferences were mostly videotaped, and are now on-line!</p> </div> </div> </div> <p>So the question you should ask is WHERE are they? Good news here also, <a href="http://drupal.org/node/385952">this page</a> has been regularly been updated as soon as the videos were being uploaded to <a href="http://www.archive.org/search.php?query=DrupalCon%20DC%202009">archive.org</a>. So, start downloading and watching the videos, because there are a ton of very good presentations there!</p> <p><a href="http://manueg.okkernoot.net/blog/200903/drupalcon-dc-videos" target="_blank">read more</a></p> <div> <a href="http://manueg.okkernoot.net/blog/200903/drupalcon-dc-videos" title="Read more">Read more</a> </div> http://manueg.okkernoot.net/blog/200903/drupalcon-dc-videos#comments Drupal videos Wed, 11 Mar 2009 19:42:11 +0000 manuee 10 at http://manueg.okkernoot.net