Quantcast
Channel: pjdietz
Browsing all 10 articles
Browse latest View live

Proxy Links

I came across the need to have one link act as a trigger for another link recently. In other words, clicking the “proxy” link really just causes the target link’s click handler to fire. This isn’t...

View Article


Browser Cacheable PHP Scripts

Let’s say you have a script that outputs an image and you want the browser to cache it, just as it does static images. You can accomplish this by supplying some headers with the image, and then...

View Article


Freeow! 1.0.2 Update

I made a few small changes to Freeow! You can now use the prepend option to specify if the next message should be prepended or appended to the message container. The default is true to keep it...

View Article

Dynamic Select 1.1.0 Update

I reworked Dynamic Select. Besides just cleaning up the code and adding a working demo to the download, I made a few important changes that may affect your code when you upgrade: “update” no longer...

View Article

All new version of Lucid Tabs for jQuery

I started off thinking I was just going to do some minor tweaks and code cleanup, but soon found myself in the midst of a full-on rewrite. But hey, it was worth it; I’m really pleased with the all-new,...

View Article


ImgLoad Plugin

I’ve got a new plugin to announce today: ImgLoad helps you load images in the background and respond when they are done loading using callback functions or jQuery Deferred objects. Learn more about it...

View Article

Introducing WellRESTed

I've been working on a PHP library for a little while now to help work with and create RESTful APIs in PHP.

View Article

Android Delayed Execution on UI Thread

Ever need to run something on the UI thread after a short delay? Here’s an example. Create a new thread that will block for a set amount of time, then create a Runnable and send it to the Activity’s...

View Article


Automatic Properties in PHP

Make PHP properties easily and automatically by providing magic methods (_get, _set, _unset, and _unset) that look for accessor methods with names matching a given pattern. Want to have a property name...

View Article


Complex Comparisons in PHP

Bake an array of compare functions into one single compare function for use in PHP's usort() function.

View Article
Browsing all 10 articles
Browse latest View live