303
I Use This!
Very Low Activity

News

Analyzed 1 day ago. based on code collected 6 days ago.
Posted about 13 years ago by Frederic Marand
Developing to the Views 7.3 API - slides from DDDB Frederic Marand Wed, 2011-03-16 22:19 Read more about Developing to the Views 7.3 API - slides from DDDB 2 comments Add new comment Now that Drupalcon Chicago is over, I ... [More] found some time to fix the slides from my session at the Drupal Dev Days in Brussels. It took some time because neither Google Presentations nor Slideshare apparently like the MgOpen font family. The presentation is now on Slideshare at http://www.slideshare.net/fgm-osinet/drupal-views-development. Drupal Views development View more presentations from Frédéric Marand The progressive code samples are attached to this blog entry, as a tarred Git repository. [Less]
Posted about 13 years ago by Frederic Marand
Developing to the Views 7.3 API - slides from DDDB Frederic Marand Wed, 2011-03-16 22:19 Read more about Developing to the Views 7.3 API - slides from DDDB 2 comments Add new comment Now that Drupalcon Chicago is over, I ... [More] found some time to fix the slides from my session at the Drupal Dev Days in Brussels. It took some time because neither Google Presentations nor Slideshare apparently like the MgOpen font family. The presentation is now on Slideshare at http://www.slideshare.net/fgm-osinet/drupal-views-development. Drupal Views development View more presentations from Frédéric Marand The progressive code samples are attached to this blog entry, as a tarred Git repository. [Less]
Posted about 13 years ago by fgm
Now that Drupalcon Chicago is over, I found some time to fix the slides from my session at the Drupal Dev Days in Brussels. It took some time because neither Google Presentations nor Slideshare apparently like the MgOpen font family. The ... [More] presentation is now on Slideshare at http://www.slideshare.net/fgm-osinet/drupal-views-development. Drupal Views development View more presentations from Frédéric Marand The progressive code samples are attached to this blog entry, as a tarred Git repository. read more [Less]
Posted about 13 years ago by Frederic Marand
Developing to the Views 7.3 API - slides from DDDB Frederic Marand Wed, 2011-03-16 22:19 Read more about Developing to the Views 7.3 API - slides from DDDB 2 comments Add new comment Now that Drupalcon Chicago is over, I ... [More] found some time to fix the slides from my session at the Drupal Dev Days in Brussels. It took some time because neither Google Presentations nor Slideshare apparently like the MgOpen font family. The presentation is now on Slideshare at http://www.slideshare.net/fgm-osinet/drupal-views-development. Drupal Views development View more presentations from Frédéric Marand The progressive code samples are attached to this blog entry, as a tarred Git repository. [Less]
Posted about 14 years ago by fgm
Every so often, I get asked about whether it is really worth it to chase double quotes and constructs like print "foo $bar baz", and replace them with something like echo 'foo', $bar, 'baz', or even to remove all those big phpdoc comments for ... [More] api.module, which have had a visible tendency to inflate over time in the Drupal code base, thanks to coder.module reviews. Of course, most of the time, spending hours to fine comb code in search of this will result in less of a speedup than rethinking just one SQL query, but the answer is still that, yes, in the infinitesimal scale, there is something to be gained. Even with comment removal ? Yes, even that. Just don't take my word for it, Sara Golemon explained it years ago with her "How long is a piece of string" post, in 2006. read more [Less]
Posted about 14 years ago by fgm
I noticed today that one of my sites returned 403 Access denied on various pages with URLs like format/<foo>, although it was an alias for a taxonomy/term/<tid> taxonomy path which was actually available when not aliased. What could be going on ? read more
Posted over 14 years ago by fgm
Received this Harris Interactive poll today, on behalf of Tarsus, the french company organizing the Solutions Linux expo. One of the choices was a list of the top 30 Internet Technologies. And guess what ? For once, Drupal was on the list: first time I see it mentioned in this type of business context. Interesting.
Posted over 14 years ago by fgm
Most of the time, when working on some piece of code, I'll resort to the configured debugger in my current Zend Studio configuration. And you probably do too :-) However, I often have to access debug-type information on live sites where installing a ... [More] debugger is out of the question, and I find myself often resorting to parameter dumps like the following: read more [Less]
Posted over 14 years ago by fgm
Sometimes, you want to delete a whole bunch of users, terms, or nodes, say to cleanup a site while developing and still keep its configuration, so reinstalling is not really an option, and the normal content- or user-administration pages get in your ... [More] way because they only show a limited number of entries, meaning you have to delete page after page of entries. read more [Less]
Posted over 14 years ago by Frederic Marand
Views 2 training video from DrupalCon Paris Frederic Marand Tue, 2009-09-22 13:40 Read more about Views 2 training video from DrupalCon Paris 1 comment Add new comment If you haven't been able to attend DrupalCon Paris, or ... [More] missed the session I led on Views for developers there, you can find its first part on archive.org: [Less]