Free iPhoto Flickr Export Tool »
By Diona Kidd on Jul 6, 2008 in Productivity | 0 Comments
I found this free iPhoto Flickr export tool, FFXporter, today. It’s working without a hitch so far.
A repository of thoughts for Diona Kidd on geekery, technology, personal interests, and other stuff.
By Diona Kidd on Jul 6, 2008 in Productivity | 0 Comments
I found this free iPhoto Flickr export tool, FFXporter, today. It’s working without a hitch so far.
By Diona Kidd on Feb 28, 2008 in Technical | 11 Comments
I just cleanly installed Mac OS X 10.5 tonight. Once I installed Mac OS X 10.5, the first thing I did as a web developer was to install my favorite Firefox plugins. Here’s a list of my essential plugins, what are yours?
Better Gmail 2
ColorZilla
DOM Inspector
Firebug
MeasureIt
ScribeFire
YSlow
By Diona Kidd on Feb 25, 2008 in Open Source, wordpress | 0 Comments
In Wordpress 2.3, you can change the default thumbnail size by editing the following code.
Open /wp-admin/includes/image.php and look for the following code:
$max_side = apply_filters( ‘wp_thumbnail_max_side_length’,
128, $attachment_id, $file );
The number specified here (128 by default) is the maximum size of either dimension. Just change this to whatever you like.
By Diona Kidd on Feb 25, 2008 in Open Source, Productivity | 0 Comments
I just installed ScribeFire, a Firefox plugin that let’s you post to your blog directly to your blog from Firefox.
ScribeFire (previously Performancing for Firefox) is a full-featured blog editor that integrates with your browser and lets you easily post to your blog. You can drag and drop formatted text from pages you are browsing, […]
By Diona Kidd on Feb 12, 2008 in Life | 0 Comments
This isn’t a political endorsement or statement of any kind. It’s more of a note of something I haven’t seen before. Never have I seen such a well written speech merged into a song and then published as a video on the internet. The tone is, of course, hopeful and inspiring. I have heard Obama […]
By Diona Kidd on Jan 23, 2008 in humor, web2.0 | 0 Comments
Ok, I think I’m hooked on YouTube.com. This is a funny video on web2.0 shopping.
By Diona Kidd on Jan 23, 2008 in Business, E-Business, humor, web2.0 | 0 Comments
I was just watching this HappySlip video and noticed the advertising in the video which is a new twist to online advertising in my experience. Traditionally, videos are used to mention a product or service but in this video, there are ads embedded in the video with hyperlinks. Being a programmer, I have to admit […]
By Diona Kidd on Jan 22, 2008 in Business, web2.0 | 0 Comments
This is a beautiful video on Web2.0. What is Web2.0? Web2.0 is how we teach the machine the way we think (or does the machine teach us?). Wiki’s, blogs, tagging, bookmarking…what is it all? This is a beautifully done video, without vocal commentary, on the Web2.0 movement.
By Diona Kidd on Jan 22, 2008 in Business, web2.0 | 0 Comments
I see a lot of interesting business ideas in what is most recently dubbed “the new economy”, the web2.0 era. “The new economy” is not a new term at all, by the way. It is a consistantly recycled term meaning whatever is new in the economy.
One interesting idea I’ve come across recently is the […]
By Diona Kidd on Jan 3, 2008 in CSS | 1 Comment
Yes, bald can be beautiful but not when it’s associated with a developer pulling their hair out trying to find CSS styles are not used on a site. Finding CSS that is unused is a pain to say the least.
Dust-Me Selectors is a Firefox plugin developed by SitePoint to find usused CSS in stylesheets. […]