php
PHP, Javascript and WordPress English to Spanish Language Translation Samples
Saturday, April 24th, 2010First off, download the gTranslate PHP class and read about it. Now let’s start to play with it. Let’s start off simple:
Posted in featured, gnu gpl, javascript, php, wordpress plugins, work | No Comments
A Simple Shell Script to Create a Custom php.ini on Dreamhost’s Shared Host
Tuesday, July 28th, 2009While shared hosts offer great service for little cost there can be problems with sites timing out when uploading large files or you would like to be in more control of your server a bit. Just change the value for site and you’ll be off to the races. There are some other values you can [...]
Posted in Dreamhost, featured, php | 5 Comments
WordPress Google Sitemap Generator Plugin mktime() Error Resolved
Friday, July 24th, 2009If you use the Google Sitemap Generator Plugin for WordPress and receive the following error using WordPress 2.8+ you are not alone: Warning: mktime() expects parameter 1 to be long, string given in/wp-content/plugins/google-sitemap-generator/sitemap-core.php on line 2438 A solution for this was posted in the WordPress forums and is posted below: Find and edit the plugin [...]
Posted in gnu gpl, php, wordpress plugins | 1 Comment
Slide N’ Hide jQuery Navigation Accordion Slider
Wednesday, November 12th, 2008View Example View Source Code A simple vertical jQuery accordion with much room for growth. In future version I would like to use a few additional lines of JS to create a cleaner structure but even if only as an example this is a good start. I made a horizontal accordion as well but all [...]
Posted in css, eff, gnu gpl, jQuery, javascript, php, work | 2 Comments
Flickr + PHP + XML + Flash = Fun
Wednesday, November 12th, 2008PHPFlickr is a really neat little package that makes implementation of Flickr’s API quick and painless. I tried various techniques to create a slideshow for a client with LyteBox to enlarge the images but I slowly grew tired of the animation and the functionality that almost no one for this specific project would use. So [...]
Posted in actionscript, gnu gpl, php, wordpress plugins | No Comments
PHP Image Watermarking
Monday, January 28th, 2008I had to build this for a client rather swiftly but here is the brass tax of the matter. My client requested that every image in a section would be automatically water marked. I read a few good articles and played around a bit before creating this based on the others I had been reading [...]