Do they belong to you? Claim these comments.
JWK
Is this you? Claim Profile »
4 years ago
in The tree again on Elliott Back's Blog
Not to disrespect or anything, but Google has banned sites from ever appearing in their listings again for "cloaking", that is, providing different information to the Googlebot than a human with a browser gets.
I doubt they'd do it to your site because you're doing something cool with it, rather than trying to defraud them, but it's the same idea I think.
I doubt they'd do it to your site because you're doing something cool with it, rather than trying to defraud them, but it's the same idea I think.
4 years ago
in Moving the root, but not sub-queries on Elliott Back's Blog
That's the easy part, Elliott.
I mean, incorporating an RSS feed from another blog into a header-style section like your "Today's Links"
I'll look around some more, I think. I've written an RSS parser in PHP for Audioscrobbler and somewhat integrated it into Wordpress, I could probably roll my own plugin if I had to.
I mean, incorporating an RSS feed from another blog into a header-style section like your "Today's Links"
I'll look around some more, I think. I've written an RSS parser in PHP for Audioscrobbler and somewhat integrated it into Wordpress, I could probably roll my own plugin if I had to.
4 years ago
in Moving the root, but not sub-queries on Elliott Back's Blog
Speaking of syndication, I haven't been able to find any good way to syndicate sites using WordPress. Any ideas?
4 years ago
in Technology Patents: An Escape on Elliott Back's Blog
I'm planning to apply for a software patent on something I've come up with, and don't see any existing patents or patents pending related to it.
Some, I agree, are totally bogus. Others, however, can be very unique and innovative.
Some, I agree, are totally bogus. Others, however, can be very unique and innovative.
4 years ago
in Odd Activist Spam — Elliott C. Back on Elliott Back's Blog
I got that exact same message.
It was almost scary, since it was so on-topic to what I was writing about on Trendyblog.
I get about 20 a day of those sorts of things...
It was almost scary, since it was so on-topic to what I was writing about on Trendyblog.
I get about 20 a day of those sorts of things...
4 years ago
in Google Doesn’t Validate on Elliott Back's Blog
That doesn't seem like a big deal to me, honestly.
4 years ago
in The Latest Rash of Virii — Elliott C. Back on Elliott Back's Blog
So I probably shouldn't have opened all those .ZIPs to see what the mail headers and errors they told me I had, huh.
4 years ago
in Pot = Car Crashes — Elliott C. Back on Elliott Back's Blog
This doesn't surprise me in the least.
4 years ago
in Trackback not Dead on Elliott Back's Blog
One issue I have with Trackback is that, while it's a decent idea, it doesn't ever seem to be correctly implemented anywhere.
Whenever I send trackbacks from Wordpress, I always get the comment in the receiving blog looking something like
Trendyblog >> Blog Archives >> March >> Post Title
[...] because the result of these activities tends towards a feeling of [...]
the point that example is making is that it adds absolutely no useful information to the discussion, other than a link, and an incomprehensible, seemingly-randomly-selected blurb of text.
I've even tried filling in the exerpt field, and it doesn't actually use it, it still sends a snippit that's nonsensical.
Maybe I'll get around to modifying Wordpress' code to use the exerpt field, but I don't think I should have to do that -- it should follow some logical behavior in the first place.
Whenever I send trackbacks from Wordpress, I always get the comment in the receiving blog looking something like
Trendyblog >> Blog Archives >> March >> Post Title
[...] because the result of these activities tends towards a feeling of [...]
the point that example is making is that it adds absolutely no useful information to the discussion, other than a link, and an incomprehensible, seemingly-randomly-selected blurb of text.
I've even tried filling in the exerpt field, and it doesn't actually use it, it still sends a snippit that's nonsensical.
Maybe I'll get around to modifying Wordpress' code to use the exerpt field, but I don't think I should have to do that -- it should follow some logical behavior in the first place.
4 years ago
in Trackback not Dead on Elliott Back's Blog
I prefer server-side because I fundamentally don't trust clients.
But thats not to say your way isn't good, too.
I'd write a server-side query where it writes to a DIV which is already positioned where it should be on the screen, with the actual queries at the very end of code's execution, with errors supressed by the @ operator.
That way, if the queries failed, they'd not generate messages, and the bulk of the page would have already been pushed out to the client anyway.
But thats not to say your way isn't good, too.
I'd write a server-side query where it writes to a DIV which is already positioned where it should be on the screen, with the actual queries at the very end of code's execution, with errors supressed by the @ operator.
That way, if the queries failed, they'd not generate messages, and the bulk of the page would have already been pushed out to the client anyway.
4 years ago
in Trackback not Dead on Elliott Back's Blog
(Aside: I despise the acronym AJAX)
There's no need for Javascript at all.
XMLRPC queries would suffice.
There's no need for Javascript at all.
XMLRPC queries would suffice.
4 years ago
in GUI Pain on Elliott Back's Blog
I think Netbeans comes with a Swing GUI builder?
Granted, I hate Netbeans because it is itself written in Swing, and I hate the entire Swing/AWT kit with my whole being, but there are GUI GUI builders out there, for Java.
Granted, I hate Netbeans because it is itself written in Swing, and I hate the entire Swing/AWT kit with my whole being, but there are GUI GUI builders out there, for Java.