Popular Post I: Free PHP Date Display Script
Popular Post II: Turn Your Surfing Into Dollars


Web video and podcast music

31 July, 2008 (09:35) | Web Tools

I’m on the lookout for a good source of audio intros, stingers, loops and exits for use in online videos, presentations such as MS PowerPoint slide shows and podcasting. Aaron from The Business Commandos has recommended Mike Stewart’s Front and Back Music, although I wish I could hear more samples on that page before I fork out the dollars.

Why isn’t there a royalty free single item download “micro-stock” site for this kind of audio, similar to what’s available in photography with sites like istockphoto, dreamstime, fotalia and their many friends?

Hmmmm, the search continues, although I still might end up with the Front and Back music package yet!

Override a CSS setting

6 July, 2008 (07:44) | Web Tips

On one of the web forums I regularly visit, the text setting (for my monitor resolution and platform) is a little too squashed together in the “line height” — even though when you did deep into the CSS, you find:

     line-height: normal;

in the relevant snippet of CSS values.

Hmmm, there must be a way to fix this!

Quick Google search: “firefox override css for domain” — the first result was helpful!

What I discovered is that there is a way to permanently “adjust” css values for a domain name — at least using Firefox, I’m not sure if other browsers can do this too, but nowadays they just might have this kind of functionality — so that you can impose your own preferences and override the site’s css values.

In Firefox, it requires installing the free add-on called Stylish.

Stylish lets you customise the look of a website using your own styles.

In my case, I just wanted to change a font size in the css from “12px” to “10pt” — that’s all it took to solve my problem.

So, after installing Stylish and re-starting Firefox, I wrote a really simple bit of css code that applied just to the domain used by the forum:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("copywritersboard.com") {

.vb_postbit {
	font-size: 10pt;
}

}

In this case, I clicked on the Stylish icon in the Firefox status bar, and chose “Write Style …” and then (as my web page was on the forum site) chose “For copywritersboard.com” from the fly-out sub-menu (as I was on the Copywriter’s Board forum site).

Stylish automatically generated the opening 2 lines and closing line of code, all I had to add in was the “.vb_postbit” section with my font-size setting and the surrounding curly braces { and }.

Done!

Now, every time I visit the site and read the posts, the font used is automatically displayed to my preference.

Of course, Stylish is much more powerful, and can do a lot more that just this little change: I could change fonts, background colors, sizes, headings, font colors … to whatever suits my preferences.

Stylish works best when used in conjunction with the free Web Developer toolbar add-on for Firefox. With this toolbar enabled, I was able to turn on the feature called “View Style Information” under the CSS button — that way, I simply clicked on a post, and it highlighted the relevant css code properties (class name and values) — so I could easily override the value with a simple user style in Stylish.

The only “downside” is that, if you use more than one computer, you’d need to have this free add-on installed with the same code on all of the relevant machines. Still, for me, that’s only 2 computers.

But now, when I’m reading my favourite forum, I can have the post threads look the way I want them to without imposing my preferences on anyone else!

Spring clean for Firefox

1 November, 2007 (07:05) | Free Stuff, Web Tools

Today I added in a Twitter add-on for Firefox, TwitterFox, so I could keep track of tweets when I’m browsing.

This added a little Twitter icon in my status bar along the bottom of the screen, along with a count of new/unread twitters.

Great, that’s just what I wanted!

However — my status bar has about 15 different tools/indicators on it, and TwitterFox was added on the left-hand end — about the middle of my screen and not where I wanted it. I have Gmail Manager in the right-hand corner, and I wanted TwitterFox to sit next to it.

Enter the Organize Status Bar add-on!

This handy add-on lets me easily arrange the order of programs that live in my status bar … access from the add-ons panel (select the add-on and click on options), or from the Tools menu. I’m obviously not the first user to want to tweak this part of the Firefox interface!

Easy, simple, exactly what I needed!

Thankfully I came along at version 0.5.2 — when a fix was made to have it work with Gmail Manager (critical tool for Firefox users with multiple gmail accounts!), FoxClocks (which I have, but don’t use at the moment) and other extensions.

There is some bug they mention in Firefox which hampers the program, and won’t be resolved until Firefox 3 is released — however, my particular setup doesn’t seem to be affected.

It’s just another great reason to use Firefox. You can use add-ons to improve productivity by giving you extra tools, extend your ability to integrate other applications, adjust the interface to suit your needs… all for free.

I found TwitterFox on Caroline Middlebrook’s Twitter Guide (part 4).

PS: If you want to follow me in Twitter, I’m DeanKennedy.

BlogRush II

23 October, 2007 (22:39) | Web Tools

If this post by John Reese is true, saying:

We just completed our Quality Control audit. You will now notice that all non-English, spam, and low quality blogs (or others that didn’t meet all of our guidelines) are GONE from appearing in your widget.

What kind of “quality control” is in place where literally anyone willing to earn $12 an hour undertakes the reviews?

Comments are CLOSED on the Reese post, same for that topic on the Warrior Forum (opened by Reese and only live for a short time, then locked). So not only does it seem many reviews were poorly made, and good blogs penalised, but any forum to debate such action is closed off. Sure, “that’s life” — and it’s Reese’s decision — but it has involved upset and mistakes — and it is definitely not the way I would EVER imagine building my relationship with my customer universe!

Still, now I have my Adblock Plus filter in place, I’ll never see another BlogRush widget anyway!