Archive for January, 2004
Comprehensive guide to .htaccess
Wednesday, January 28th, 2004I just found the Comprehensive guide to .htaccess. Its a really good beginner’s site for basic .htaccess tricks like setting up custom error documents, redirects, preventing specific file types from being listed, denying access by domain (not just IP), and a wealth of other goodies. Its easy to understand for those who are .htaccess challenged and offers some really good tips.
Mysterious Space above tables
Wednesday, January 28th, 2004At my job I need to do most of my web layouts using tables (not the latest fancy shmancy CSS) - yes, I know I’m a dying, hated breed - but blame it on our customers who refuse to download a newer browser, yet still, in some round-about fashion, pay my salary…
In any case, if you are designing a layout with a table, and for some reason have a huge chunk of space ABOVE the table, and can’t for the life of you figure out WHERE that space is coming from… go look at your HTML code VERY carefully. Specifically, make sure your code follows the format of:
<table>
<tr>
<td>
ANYTHING YOU WANT
</td>
</tr>
</table>
etc…
if you have any “text” or anything else other than TABLE related tags OUTSIDE of a TD, yet INSIDE your TABLE tags - you’ll get a mysterious space above your table.
Here’s an example of BAD code (that will cause space above a table)
<table>
<tr>
<p>I don’t belong here!</p>
<td>
ANYTHING YOU WANT
</td>
</tr>
</table>
PDF and searching
Tuesday, January 27th, 2004SearchTools.com - Searching PDF files
(has some links to convert PDFs to HTML (I’m sure the output is probably scary) but for a “quick fix” it might be interesting…)
Cool Web Dev site
Wednesday, January 21st, 2004Scriptygoddess was nominated in this year’s bloggies for the same two categories it won last year (thanks guys!) ![]()
Looking at the list of other nominees I saw Mezzoblue. I feel kind of funny saying this - but I’ve never seen Dave’s site before. Very nice site - lots of good info there - go check him out. ![]()
Blacklist
Wednesday, January 21st, 2004If you’re using MT-Blacklist, and would like to grab the blacklist from this site, here you go. (This site gets quite a bit of comment spam, so the list is pretty extensive!)
(FYI - this list is also now linked in the sidebar. Last “box” towards the bottom)
Currently Reading
Tuesday, January 20th, 2004I know I’m behind the times a bit, but it started with the “currently listening to” interest (that I still have yet to implement) but then when I saw this link, I thought I’d mention it, since it’s the next logical step.
Looks like you can set up a “currently reading” link (that can even get associated with an Amazon associate id).
[found via Purple Goddess]
(FYI - if you have an alternate way of doing this, I’d be interested in hearing about it… just for curiosity sake)
Kung-Tunes
Saturday, January 17th, 2004(I’ll probably add more to this post later)
Went looking for a “now playing” like people have for winamp - except I wanted it for iTunes (yes, the jury is out - I love iTunes (for windows). Buymusic and Napster can kiss my butt! LOL!)
In any case - Kung-tunes
(still not sure if this is what I’m looking for… I’ll update later.)
(Grr… Kung-tunes is for Mac - someone mentioned jTunes - but I can’t seem to find the right one)
[via partylemon]
CSS Links, Color Picker application, favicon generator
Friday, January 16th, 2004A ton of CSS links
[via Kristine'slovelinks who had it via redemption through standards]
Pixie (kind of like Coloristic) - lets you mouseover a color and it tells you what the RGB, HTML, etc. values are of that color. (But actually even better than Pixie, and does the same thing and more, is ColorPic)
[Pixie via Melissa - ColorPic via Kristine in Melissa's comments]
(yeah, I know it’s an OLD post, but I needed it yesterday and had some trouble finding it)
FavIcon Generator
[via Melissa who had it via Upian]
(oh, and from just about everyone!)
MT released ver. 2.662.661
Adding Google translation to MT
Friday, January 16th, 2004Spurred on by Martin Roell’s example, I decided to add some translation to my MovableType weblog.
I outlined how to do it here.
If your weblog stats are showing people coming in who are speaking different languages, it’s a good idea to help them help themselves when reading your weblog. ![]()