Deprecated: Assigning the return value of new by reference is deprecated in /home/benstraw/public_html/wp/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/benstraw/public_html/wp/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/benstraw/public_html/wp/wp-includes/theme.php on line 508

Warning: Cannot modify header information - headers already sent by (output started at /home/benstraw/public_html/wp/wp-includes/cache.php:36) in /home/benstraw/public_html/wp/wp-includes/feed-rss2.php on line 2
benstrawbridge.com » Word Press http://benstrawbridge.com/wp Ben Strawbridge's weblog. Fri, 07 Mar 2008 11:21:20 +0000 http://wordpress.org/?v=2.2.2 en Testing integration between gallery and wordpress http://benstrawbridge.com/wp/2006/07/19/testing-integration-between-gallery-and-wordpress/ http://benstrawbridge.com/wp/2006/07/19/testing-integration-between-gallery-and-wordpress/#comments Wed, 19 Jul 2006 22:54:25 +0000 benstraw http://benstraw.com/wp/2006/07/19/testing-integration-between-gallery-and-wordpress/ img_5758_std.jpg

This blue painted guy was wandering around with a video camera at the Christo gates when I saw it. Click the image to view “The Gates” Gallery.

To answer the question in the comment….
The plugins I am using are both WP plugins - they are WPG2 for the integration, and Gallery2 Image Chooser to add a button to the write page to select images from albums.

]]>
http://benstrawbridge.com/wp/2006/07/19/testing-integration-between-gallery-and-wordpress/feed/
Rotating images back in header http://benstrawbridge.com/wp/2005/09/24/rotating-images-back-in-header/ http://benstrawbridge.com/wp/2005/09/24/rotating-images-back-in-header/#comments Sat, 24 Sep 2005 14:53:39 +0000 benstraw http://benstraw.com/wp/2005/09/24/rotating-images-back-in-header/ I have had rotating images in the headers of all the other sections of my website, but when I set up wordpress I didn’t have time to set that up. I just used this script photomatt.net / scripts / randomimage from photomatt, and it works like a charm. The css background-image property is just set to the php file instead of an actual image. The change only took dropping in the script, changing one line of code in my css file and creating some new headers to match this blog theme.

Technorati Tags:

]]>
http://benstrawbridge.com/wp/2005/09/24/rotating-images-back-in-header/feed/
MooseCandy 1.2.0 http://benstrawbridge.com/wp/2005/05/25/moosecandy-120/ http://benstrawbridge.com/wp/2005/05/25/moosecandy-120/#comments Wed, 25 May 2005 20:44:14 +0000 benstraw http://benstraw.com/wp/2005/05/25/moosecandy-120/ So Much Geek, So Little Time » MooseCandy 1.2.0
http://jason.goldsmith.us/2004/06/23/moosecandy-120/trackback/

]]>
http://benstrawbridge.com/wp/2005/05/25/moosecandy-120/feed/
wordlog.com » Help Needed with Google http://benstrawbridge.com/wp/2005/05/24/wordlogcom-%c2%bb-help-needed-with-google/ http://benstrawbridge.com/wp/2005/05/24/wordlogcom-%c2%bb-help-needed-with-google/#comments Tue, 24 May 2005 19:15:32 +0000 benstraw http://benstraw.com/wp/2005/05/24/wordlogcom-%c2%bb-help-needed-with-google/ wordlog.com » Help Needed with Google
You might have seen me going slow around these parts every once in a while. The reason for this is google.
I wonder why wordlog, the word press news blog does not show up well in google? hmmm.

]]>
http://benstrawbridge.com/wp/2005/05/24/wordlogcom-%c2%bb-help-needed-with-google/feed/
Exporting the Links Field from Blogger http://benstrawbridge.com/wp/2005/05/19/exporting-the-links-field-from-blogger/ http://benstrawbridge.com/wp/2005/05/19/exporting-the-links-field-from-blogger/#comments Thu, 19 May 2005 17:02:31 +0000 benstraw http://benstrawbridge.com/wp/2005/05/17/exporting-the-links-field-from-blogger/ To import the links as part of my post body, I changed the default Blogger export template to this:
Note: this should be in all one line. It is just wrapping because a space in the anchor tag.
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <link rel="icon" href="http://assets.tumblr.com/images/favicon.gif?2" type="image/gif"/>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  8. <meta name="robots" content="noindex"/>
  9. <link rel="stylesheet" href="http://assets.tumblr.com/stylesheets/compressed/status_blue.css"
  10. type="text/css" media="screen" charset="utf-8">
  11. <title>Not found</title>
  12. </head>
  13. <body onload="if (top != self) document.write('<body style=\'background:transparent;\'></body>');">
  14. <table height="100%" width="100%">
  15. <tr>
  16. <td align="center" valign="middle">
  17. <div id="container">
  18. <h1 id="l10n_title">Not found</h1>
  19.  
  20. <div class="sorry">
  21. <p id="l10n_sorry_1">We couldn't find the page you were looking for.</p>
  22. <p id="l10n_sorry_2">
  23. Feel free to contact support if there's anything<br/>
  24. we can help you find.
  25. </p>
  26. <p id="l10n_email_button"><a class="button" href="mailto:support@tumblr.com">Email Support</a></p>
  27. </div>
  28. </div>
  29. </td>
  30. </tr>
  31. </table>
  32. <script type="text/javascript" language="javascript">var status_code = '404'</script>
  33. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/languages/errors.js"></script>
  34. </body>
  35. </html>
]]>
http://benstrawbridge.com/wp/2005/05/19/exporting-the-links-field-from-blogger/feed/
Weighted Categories Plugin added on Site Map http://benstrawbridge.com/wp/2005/05/19/weighted-categories-plugin-added-on-site-map/ http://benstrawbridge.com/wp/2005/05/19/weighted-categories-plugin-added-on-site-map/#comments Thu, 19 May 2005 16:09:26 +0000 benstraw http://benstraw.com/wp/2005/05/19/weighted-categories-plugin-added-on-site-map/ I have installed weighted categories in my archive, it lists the categories and changes the font size based on the number of posts in that category.
Weighted Categories
You can see how they work out by checking out my sitemap

]]>
http://benstrawbridge.com/wp/2005/05/19/weighted-categories-plugin-added-on-site-map/feed/
Clean Archives http://benstrawbridge.com/wp/2005/05/19/clean-archives/ http://benstrawbridge.com/wp/2005/05/19/clean-archives/#comments Thu, 19 May 2005 15:26:22 +0000 benstraw http://benstraw.com/wp/2005/05/19/clean-archives/ I am using the Clean Archives plugin for my site map page, it is available for you to download here…
Sporadic Nonsense

]]>
http://benstrawbridge.com/wp/2005/05/19/clean-archives/feed/
benstraw.com http://benstrawbridge.com/wp/2005/05/17/benstrawcom/ http://benstrawbridge.com/wp/2005/05/17/benstrawcom/#comments Tue, 30 Nov 1999 00:00:00 +0000 benstraw http://benstraw.com/wp/2005/05/17/benstrawcom/ benstraw.com: “Ben Strawbridge’s weblog.” … I am in the process of merging blog, links, books, work logs and photo into one archivable, searchable linkable, blogable site… I have finished books so far, so take a look. ]]> http://benstrawbridge.com/wp/2005/05/17/benstrawcom/feed/ Enhanced Views admin plugin http://benstrawbridge.com/wp/2005/05/17/enhanced-views-admin-plugin/ http://benstrawbridge.com/wp/2005/05/17/enhanced-views-admin-plugin/#comments Tue, 17 May 2005 16:18:49 +0000 benstraw http://benstraw.com/wp/2005/05/19/enhanced-views-admin-plugin/ This plugin makes the wordpress manage posts page much more user friendly. It adds next and previous and other paging links as well as show only by category. Very helpful for word press sites w/ many posts.
Enhanced Views

]]>
http://benstrawbridge.com/wp/2005/05/17/enhanced-views-admin-plugin/feed/