Fork me on GitHub

web design & development

Category Archives: Web Design & Development

WordPress TextMate bundle & BBEdit Clippings updated for WordPress 2.9

I can actually say that I’m timely on this one! The WordPress TextMate Bundle and the WordPress Clippings for BBEdithave been updated for WordPress 2.9 “Carmen”.
There wasn’t a lot that changed as far as the bundle is concerned, most of it being about a shift in line numbers of where the functions are located [...]

December 21, 2009 | Plugins, Web Design & Development | No comments

Quickly View WordPress DB Credentials

Stupid Gippy Trick #2495: The title may sound funny, and the concept a bit weird, but when you’re working on many different client servers, development and production servers, with as many different configurations, keeping track of DB credentials can get a little tiresome and time consuming.
Here’s a command line one liner to print the database [...]

December 18, 2009 | Web Design & Development | No comments

WordPress TextMate Bundle updates

There’s been a few updates to the WordPress TextMate Bundle recently.

Function Definitions:Use the keyboard shortcut Command-Shift-H while the cursor is within or highlighting a WordPress function to bring up a tooltip that contains the current function’s usage and path to the file that defines the function.
Goto Function: Included is functionality for defining the location of [...]

December 6, 2009 | Web Design & Development | 1 comment

Function definition tool-tips added to the WordPress TextMate Bundle

I’ve added partial function definitions to the WordPress TextMate Bundle. The tool-tips list the function definition as well as the file and line number where the function is defined so that the full function definition can be looked up easily.

The function definitions can be brought up by selecting or setting the carat inside the function [...]

October 3, 2009 | Web Design & Development | No comments

WordPress users: USE A FAVICON!

If you’re using a favicon on your site, then you’re fine. If you’re not:
Just recently I noticed that WordPress will do something evil: if you don’t have a favicon.ico on your server WordPress will do a 404 return on the favicon.ico request that’s made by pretty much every modern browser. To say it again, [...]

September 18, 2009 | Web Design & Development | 3 comments

WordPress Clippings Bundle for BBEdit

I was having one of those never ending text editor comparison conversations at work the other day and learned that BBEdit has some pretty easy to format Clipping functionality. Since I had pretty much built a generic function parser for yanking the information that I needed out of the WordPress source files for the WordPress [...]

July 24, 2009 | PHP Scripting, Web Design & Development | 3 comments

Search and replace directly within MySQL.

MySQL always amazes me with the breadth of functionality that it has. Too often we just use it to push and pull information from the database. So when I hit an occasion where I can so in a single SQL statement that would require a time consuming PHP I get excited.

April 3, 2009 | Web Design & Development | 2 comments

I should redesign

Not by much, but the next iteration will surely be more friendly to the Flickr medium photo size. Right now Medium doesn’t fit, and posting photos as the small size just sucks.

March 15, 2009 | Web Design & Development | No comments

Lipsum Plugin for WordPress, Version 2

After a while of using and not using this plugin I decided that it needed an update. The previous version would simply insert paragraphs of lipsum but now the plugin is set up to return a few helpful elements as well.

February 22, 2009 | Plugins, Web Design & Development | No comments

jQuery Image Slider: Improved

In a previous post I talked about a quick and dirty jQuery image slider technique that was conceived late at night and on a tight deadline.
Now, with the attention of a friend (thanks John!) and a little time to work on it, the image slider has been improved! Ya.
View the demo here: /stuff/slider/improved.html#2
Improving the [...]

February 19, 2009 | Web Design & Development | No comments

Mess!

This place is a mess! And is old.
I really need to just bite the bullet and get this all on WordPress.

February 13, 2009 | Web Design & Development | No comments

Javascript table row highlighting. Then and Now.

Just so that you’re sufficiently warned: This post offers no practical information. Its a "remember when? didn’t that suck?" post.
I think it was 2004. Prototype.js was new and was rocking my world. But it was still just a few convenience features put on top of JavaScript. I needed to stripe table rows dynamically and ended [...]

February 12, 2009 | Web Design & Development | No comments

30 Minute, 4 AM, jQuery image slider

Update: This script has been overhauled since this post. View the new code and demo here.
As fate would have it the first night of my trip to Provo, Utah turned in to an all night work session to get a few things wrapped up so that we could release them during WordCamp Utah. As it [...]

September 28, 2008 | Web Design & Development | 1 comment

Puddlemonkey.com updated

Puddlemonkey.com has received its long overdue redesign. The update also puts the site on WordPress.
The site is about the writing so the design is meant to be playful and stylish, yet still leave the content as the main focus.
There’s still plenty of work to be done but this gets it off the ground and should [...]

September 2, 2008 | Web Design & Development | No comments

WordPress Lipsum Plugin

Update 2009-02-22: This plugin has been upgraded to version 2. Read about it by clicking here.
Tired of copying/pasting Lipsum placeholder text?
Me too.
Behold Gippy’s Lipsum Plugin. Bask in its laziness. With a simple {lipsum} in your post, page or comment you can embed 3 paragraphs of Lipsum text. It works on the creation or edit of [...]

June 20, 2008 | Web Design & Development | No comments

MySQL bug with GROUP BY

Found a nice little bug in the stable version of MySQL5 in the MacPorts repository yesterday.
Version is 5.051a and when using GROUP BY it ignored ORDER BY DESC and returned results in ascending order.
Its been a known bug since MARCH.
The MySQL5-devel port is working fine in the mean time, but holy shit. I have to [...]

June 19, 2008 | Web Design & Development | No comments

Embed Flash Video in a page via JavaScript

I just finished up a new version of my script that embeds flash video in a web page to make it more diversified in what kinds of video it can handle. There are some that will not work since they’re doing some url manipulation on the ID of the flash object that make it impossible [...]

January 17, 2008 | Web Design & Development | No comments

Internet Explorer 7 User Agent Strings…

Ok, this is just a tad bit ridiculous. Those are the result of 1 month’s worth of collecting user agent strings.

April 30, 2007 | Web Design & Development | No comments

Long Live the Image Map!

Oldie but Goodie
Why should the image map be ignored? Its understood by every major browser around and is perfectly suited to do what some people insist on doing in flash. This sample shows a simple North American map divided up into regions and the rollovers controlled by some very simple JavaScript code. JavaScript was lifted [...]

March 16, 2007 | Code, Web Design & Development | No comments

Upping the speed of top-frog, and a little about the future

I’ve gotten a few comments about the speed of this site in the past. While considering the speed of the line it was being served on, 384Kbps, it wasn’t bad. But I finally got tired of the slow upload speed, for quite a few reasons, and upped the line. I now have a 768Kpbs upload. [...]

January 15, 2007 | Web Design & Development | No comments

Embed Google Video and YouTube – Now bigger and better

Well, technically smaller. This new version actually has less lines of code. See, I was trying to be a good boy when I first wrote the script. I tried to be fully DOM compliant and not use innerHTML as it is a non-standard function and has somewhat of a dubious reputation.
Well. Screw it. IE will [...]

December 14, 2006 | Web Design & Development | No comments

This site and IE 7

Since I now have an actual PC in the house I am able to take a look at this site with IE 7 and not have to endure Virtual PC’s glacial speeds. As of the official release of IE 7 to the masses this site only has three bugs (that I’ve found in casual browsing). [...]

October 21, 2006 | Web Design & Development | No comments

Javascript to embed YouTube and Google Video

NOTICE: This script has been updated and there is a new version available here. Thanks!
A while back I got the urge to write this for no other reason than to make my life over at the Clubhouse a bit more convenient. Frankly, I didn’t want to have to click through to watch YouTube and Google [...]

October 13, 2006 | Web Design & Development | 7 comments

Safari, View Source and Character Encodings

I just hit an interesting snafu with Apple’s Safari browser. While correctly rendering special characters from a page that lacked a doctype and character encoding meta tag, I viewed the page’s source and noticed that Safari wasn’t rendering any special characters that it was rendering in the actual page view.
With the help of the W3C [...]

October 5, 2006 | Web Design & Development | 4 comments

Setting the base directory in PHP

Knowing the base directory that you’re working from when building a site is a pretty basic need. For the longest time I had been content with just manually setting the base paths and switching between them based on the name of the server.
I recently learned a much better way. I hadn’t really sought this [...]

September 30, 2006 | Web Design & Development | 1 comment