facebooktwitterskypeRSS Feed
telephone: (920) 215-1842
facsimile: (866) 456-2115

Author Archives: Jason Gegere

WordPress – This is somewhat embarassing, isn’t it?

WordPress is a great tool to help people create content. Sometimes their are issues and these are not fun. While setting up a new website that will manage hundreds of posts there was a uncommon issue we had darken our…

Class ‘OAuthSignatureMethod_HMAC_SHA1′ not found

If you’re getting an error to the tune of

It’s because you’re trying to use the PEAR OAuth library + abraham’s library at the same time or some other oAuth library. I suggest finding your php.ini and commenting out what

Creating Quick, Structured Forms with PHP and HTML_QuickForm

While working with many website designs over the years I found the most time consuming yet most important role of a website is the use of input from users. Its what makes the website interactive. One tool to help create…

Creating a SSH key – using rSync and SSH

I need to generate a private/public pair of keys to allow a ‘ssh’ connection without asking for a password. This may sound dangerous, and it is, but it is better than storing a user password (or key password) as clear…

Passing variables through get_header and get_footer

While working on a integration between a custom shopping cart solution and WordPress I found the get_header() and get_footer() to not correctly with variables and functions I needed to call.

 

I have two possible solutions:

First solution.

I can…