This is a really useful one (to me), and so I am posting it in multiple places! Comment notification hack
Here's what Adam says…
Thanks to Mariann for pointing out this one to me!
This is a really useful one (to me), and so I am posting it in multiple places! Comment notification hack
Here's what Adam says…
Thanks to Mariann for pointing out this one to me!
This is the second or third time I've had to search for this: so I'm posting the link here so I can find it when I need it again:
Coloristic (a really cool little application that tells you what a color's values are in either RGB, or Web/Hex…etc.)
When hosting in a shared environment (or a virtual server), sometimes there are things you're just not allowed to do. Normally this involves installing or upgrading apache add-ons, and sometimes the server admins say no. This handy article gives you information on Using XML with PHP without any apache changes. "There's a very quick and dirty way to use XML to generate your pages, by using two really easy PHP functions and some clever HTML." Great info!
I'm using this script on my site, and I just realized I never documented it here. Bascially this script will add whatever code you want to the text box you specify. On my blog, I use it to add smiley icons (you click on a smiley icon, and the code is written for you). There's another script that Lynda had posted on her site (the link I have doesn't work anymore) that will scan your text and replace with the actual image, but it involves hacking into a file that I'd rather not play around with… I've heard too many horror stories.
Read the rest of this entry »
I found this because when I had made a bookmarklet awhile back, I started out by using an online bookmarklet took thingy, that I never kept the link to. (DUH!) But I found another similar one
I found that from this page, which seemed to have some other interesting tools. (Which I'll have to check out in my spare time… HAHAHA!!!)
Once again, Promoguy had a neat request for a script. Based on this script that shows/hides comments. (which is originally based on this script for showing hiding extended entries)
This script will let you selectively show the comments for ONE particular post "automatically"… that is, the default for the post(s) you select is SHOWING the comments. (and the rest will still default to hiding the comments)
Read the rest of this entry »
Promo (who's the source for most of my inspiration for my scripts) posted his OWN little hack to get a user's IP info. (I'm so nosey – I love knowing more about my readers… I guess it's only fair, I write a bunch of personal stuff on my blog, it'd be nice to know more about who's reading it!) 😉
Not a script, or even relating to it, but the 'Enhancing' section of this page is one of the most concise explanations I've seen of how to use Photoshop to coax a good photo out of a not-so-good photo. It's close to a good chunk of the evil things I did to photos on a daily basis when I did commercial design a few years ago.
(Courtesy of Heather of urbancombatdriving.com.)
Use this only where appropriate please (like to show a list of links, etc. etc.) if you did this with all your links, it could get v. v. annoying. LOL!
It's a very simple piece of code that does this:
<a href="javascript:void(_search=open('http://www.somesite.com/PAGE/YOU/WANT/TO/OPEN.htm','_search'))">
update: also, on the page you have opening in the sidebar… if you want links from that page to open in the main window, either add this inside the A tag:
target="_main"
or add this insdie the head tags:
<base target="_main">
Please note this works for PC IE only.
PLEASE NOTE: This is NOT my script. REPEAT. NOT my script. I would LOVE to give credit to the originator, but because I'm a DUFUS, I never made a note of it. I linked to a post on the MT boards that described how to do this, but since the MT board changed servers, that link doesn't even point to the right thread anymore. If you recognize this script as the one you wrote… PLEASE PLEASE tell me so I can give you the credit you're due.
I've been requested a number of times to explain how I do that "preview your comment live" thing…. It's really very simple…
Read the rest of this entry »