Archive for October, 2006

This is something I was working on a few weeks ago.
What this demonstrates is the ability to send a block of text to a web services and have that service responds with a list of tags. Just to spice this up a bit I add in some Ajax.

October 24th, 2006

Flickr Photo Search Using phpFlickr

1 Comment, PHP, by jay.

This hack will show you how to search Flickr using the phpFlickr class and display the results with links to a larger image and to the Flickr page.
This tip requires a bit of pre-configuration and setup which you can find here and here.
The code is very simple and those of you that have [...]

The title says it all and that’s just we’re going to do. We’re going to create an Ajax enabled Flickr slideshow using the phpFlickr class.
You’ll want to have a look at this article: Using phpFlickr to Intergrate Flickr Photos on Your Own Site because this hack builds off of the referenced article.
See the working [...]

Over the past couple of weeks I have been working with the phpFlickr class that interfaces with the Flickr API. Integrating with Flickr is part of a side-project that I have going which is to create a single site to display del.icio.us links, Flickr photos, Google office docs and other social networking stuff. [...]

October 3rd, 2006

Nifty Corners: rounded corners without images

Comments Off, Programming, by jay.

If you want to have some cool rounded corners on your site but you don't want to go through the trouble of either creating the 4 rounded corner images then Nifty Corners is your answer.
See the search box above. I got the cool rounded corner effect with very little code.
*note - I've changed my [...]