Finally, I've put together an example of UberUploadCropper, as well as getting it up to date with Uploadify 2.1. If you don't remember what UberUploadCropper is, it is a small jquery plugin that brings together Uploadify, Impromptu, and Jcrop, to seamlessly upload and crop images. Here's a visual: For …
If you do much reporting I'm sure you've encountered needing to sum up a row, or divide, or average some data in a grid, much like you would do in Excel. Its actually not that difficult to whip up a simple, dynamic solution with javascript. I'm using jQuery, but it …
Tables still have their place in the web development world. The best use for them is to display data in a grid, like for reports. I'd like to show a quick example of how to color the columns and rows using CSS3 with rgba. I won't show the full source …
As if there aren't enough web galleries out there I'm adding one more, FetchIdeas.com. This is a site which I have created over the past couple months, with a different approach than other galleries. My aim is to create better organization, publish only useful resources, and most of all …
I've made a few changes to the blog lately, under the hood and visually over the past month. If all works out I should have much to talk about in the coming weeks about my findings. I have noticed positive increases thus far, so that is good news. Keep tuned …
I had an opportunity recently to get back to a little design work with a local flooring company, Waccamaw Floor Covering. I had fun with it but I also tried to integrate a few new things I've not done in the past, everything from seo, flowplayer, to google maps (street …
It has been a while since I've served up a fresh Impromptu theme, so here goes. I don't think I'll make this the default, however it is based on the default theme with a few minor changes. I'll be adding this to the documentation as well, but here is the …
1) Use Opera Desktop browser with the small screen view (View->Small Screen). 2) Use Firefox Developer Toolbar do use the Handheld Stylesheet (CSS->Display CSS By Media Type->Handheld). 3) Avoid Caching things that shouldn't be cached. If you're using a lot of GET requests or sometimes posting forms …
Since I've been reworking my blog I thought I'd include a quick tutorial on adding the YoYo effect(or so I call it) to your wordpress (or any site for that matter) sidebar. First you need to grab the jQuery Yoyo plugin I whipped together. Place this in your javascript …
Lately I've had a few users respond on my CSS Tooltips post about it not working correctly in Opera, so I decided to investigate myself. I looked at the example I created and sure enough, it tries to work, but fails. My first suspect was the :hover css filter since …