It constantly bugs me that when I am logged in as an administrator to a Drupal 6 site and navigate to the content administration page, I can't create content. I am forced to go to the navigation block to do so. It becomes more frustating when I turn off the navigation block. My solution is to...
Carl McDade's blog
Wasseberg + Skotte Tryckeri is changing their name to Vittgrafiska. Part of the name change is a new website and there is a contest for what design colors will be used for the site. The winner also wins 25,000 kronor in print services from Wassberg + Skotte. All you have to do is upload a short...
While using the Drupal Nicemenus module I always get frustrated by the lack of granular control of the HTML elements. To fix this I went in to the module and adjusted the code to do a couple of things. The first was to add a class id that only shows for the main menu items. This means I can...
I don't particularly like the way Zend Framework handles dynamic menus. But I love the way that Drupal does it. Now normally I would build the projects basic stucture in Drupal then use the Zend Framework to create the application in a Drupal module. But this is a time that I don't want all the...
The Zend framework uses an instance of an object to create a single navigation area. While this is okay for most sites it is not practical. The menu system is where Drupal shines so I am going to try a replicate some of it's traits using ZF. As always this is based on the structure used by the...
Create your application using the Zend Tool so that you have the necessary structure to complete this without tearing you eyes out of the sockets. Zend frameworks documentation is still weird in its order of explaination. Kind of a like a college professor that never seems to get to the point....
Some recruiters were asking what I am doing now so I thought I would bring everyone up to date. I am working in a fast growing branch of the printing industry, web to print or print on demand. What this means is I am programming web applications that are directly connected to large format and...
Dang it! Why is my customized host file being overwritten when I connect to a different network? In the latest version of Linux Mint I found that If you are using Ubuntu or any of its derivatives on your laptop or PC to develop with you might come up against this problem.
WORKAROUND:
You can...
Sweden has some of the best mobile broadband services on the globe. But it has always been a pain to use Linux on the desktop and try to use those services. In Linux Mint 9 and below you had to install a USB driver and use some small tweeks. I just upgraded to Linux Mint 10 and found that they...
This is frustrating. The latest versions of MySQL GA for Windows simply will not install if you even hint at the fact that you will be using Innodb. Of course Oracle is not coming right an saying it but it would seem that they have "accidently" removed all windows support for the innodb database...
