Blogs
The New Jimmy's Sandbox
As you can see, Jimmy's Sandbox has seen a bit of a face lift. This represents several weeks of planning and implementation. Now that the new design is in place, you should start seeing more frequent post regarding Drupal, PHP, Web Services and many other topics related to web development.
Jimmy's Fridge

This is in response to My Fridge by Dries Buytaert.
Drupal 6 Performance on GoDaddy

I have been using Google's Page Speed tool to help improve the the load times of this site. In doing so, I discovered that I never configured any of the performance settings provided by Drupal. I also discovered that GoDaddy does not use mod_gzip or mod_deflate to compress the documents being requested.
Simple Tips For Repsonding To A Web Developer Job Posting

I was recently tasked with hiring a web developer for a redesign of workxpress.com. I was surprised at the number of poor quality responses I received. The original post can be found at http://drupal.org/node/602292. Looking back, I should have included more details in my post, but that still doesn't excuse the poor quality of some of these emails.
I have taken examples from many of the emails that I have received for us to analyze. Names and URLs have been changed to protect the identities of the individuals. So, without further ado, I present you with some simple tips when responding to a web developer job post.
Using the WorkXpress API: Display Formats
You have learned about all of the functions. You understand the data formats. What could possibly be left before mastering the WorkXpress API? Display formats is the answer.
External Links and GeSHi Filter
On my site I use the External links to add the
image next to any external links. I also use the GeSHi Filter module for syntax highlighting. These two modules together were causing some undesirable effects.
The GeSHi Filter module adds links to the PHP manual entry for functions. Because this is an external link, it receives the image from above. This doesn't look quite right:
Using the WorkXpress API: Data Formats
Now that you know how to use the WorkXpress API, it's time to learn about some more advanced concepts. Data formats define how Field values are stored within WorkXpress. These values can be useful for finding out more information about certain values, and will need to be used when storing data into certain Field Types.
Using the WorkXpress API: ExecuteAction
Earlier I introduced you to the WorkXpress API. If you have not read it already you should do so before reading this post. Once you have a basic understanding of what it is and how it works, it's time to start diving into the API.
Using the WorkXpress API: UpdateItem
Earlier I introduced you to the WorkXpress API. If you have not read it already you should do so before reading this post. Once you have a basic understanding of what it is and how it works, it's time to start diving into the API.
Using the WorkXpress API: AddItem
Earlier I introduced you to the WorkXpress API. If you have not read it already you should do so before reading this post. Once you have a basic understanding of what it is and how it works, it's time to start diving into the API.


