The HTML 4.0 Entities™ reference page is very handy.
You† can® do° all¶ kindsº of£ nifty€ thingsŸ withÖ it¿.
Without me, it’s just aweso.
From the category archives:
The HTML 4.0 Entities™ reference page is very handy.
You† can® do° all¶ kindsº of£ nifty€ thingsŸ withÖ it¿.
{ 1 comment }
I just read on the MovableType site that Ben and Mena are getting ready to release MT version 2.0, and it will include a ’send this entry’ feature similar to the one I’ve implemented on my blogs. So … since they are the experts, I’m not going to do any more development or write a tutorial or anything like that on how I did it here. I’ll just say that it was a lot of mucking around in perl cgi and javascript. Ben gave me all sorts of information and instruction, and I thank him very much.
{ 0 comments }
Several people have asked me how to add random text strings to a web page, so I thought I’d write a little tutorial. All you need is a text editor and a web site. If you publish your own blog, I’m sure you’ll be able to do this. If you follow these simple instructions, you should be able to add the same feature to your web site.
I am by no means an expert on the subject, and there may be better ways to do this, but it has worked for me. If you have suggestions or improvements, please let me know.
[click to continue...]
{ 6 comments }
When I want to register a domain name, I go to Dotster.com. It might cost a few dollars more - and I’m talkin’ like, $2 more - than some of the bargain basement registrars, but you cannot beat their customer service, administration, and control panel options. I’ve used them for years and highly recommend their company. I mention them today because I just discovered that they have a thing going now called the Dotster Sunday Mystery Special. Every Sunday they have a new little schtick. Today it’s a deal on .info domain names. Check ‘em out.
{ 0 comments }
<Montgomery Burns>
Excellent!
</Montgomery Burns>
I’m about 75% done with my mt-sendentry.cgi development. Youshik has been a tremendous help with some of the trickier Perl bits and Ben is the man for being so cool about answering my eMails. I really hope I can finish working on it tonight so I can have v 0.1 released by this weekend.
{ 3 comments }
It was a dark and stormy night.
I had a rebuild error in my individual archive template.
I yelled at my monitor, “What could it be?!”
I hadn’t modified that template in weeks! Something was wrong. And it was bad. I couldn’t rebuild all. Ack! What to do? I begged Ben for assistance.
“Help!” I cried in the night. “My rebuilds are failing and I don’t know why!”
[click to continue...]
{ 0 comments }
Note to self: Remember to change MT/lib/MT.pm line 205 from
return $mt->error(”Building entry failed: ” . $entry->title);
to
return $mt->error(”Building entry failed: ” . $tmpl->errstr);
{ 0 comments }
This article, Setting Up Form Mail, was a tremendous help in my latest project. Soon you will be able to send any MT entry via eMail. How cool is that? Check out my Hemingway blog! Each individual post has this feature in place. w00t! I am an excited nerd now!
{ 0 comments }
I just downloaded and installed the MicroPoll system from technoerotica. I think it’s a killer, tiny, perfect-for-blogs polling script. Do you agree?
{ 3 comments }
Want to add one of those groovy-cool calendars to your blog? MovableType 1.4 lets you! The extended text of this entry shows you the code. How cool is that?
[click to continue...]
{ 1 comment }
Is it true? Yes! It’s the return of the Featurette Guide! The expanded, revised, and updated Blogger Featurette Guide™©! Check out all the groovy-cool things your fellow bloggers have done over the years.
[click to continue...]
{ 1 comment }
I don’t have time right now to really browse the Xanga.com page, but it looks interesting. There is an ad for something called WebCrimson that is apparently another CMS. Man, I really need to sit down and go through some of this stuff. Time … Time … Time …
{ 72 comments }
Here is my MovableType development wishlist. These are the features I really wish my favorite content management system had. Alternately, these are the things I really wish I could do with MovableType, which the current version does in fact support, but I haven’t yet found a way to do. If someone knows how to do any of these items using the current version, I’d sure appreciate a point in the right direction. In no particular order:
I suppose that’s all I can remember now. I’ll update this list if I think of new ones, or if some kind soul is nice enough to tell me how to do something that I thought I couldn’t.
Thanks, Ben and Mena! You’ve created a wonderful product.
{ 1 comment }
HTTP Ads just launched. I’m very impressed with the interface and site design. I’ve been reading about its development for some time and was excited to read that the service is now available. I’m going to do some more research, but it looks like it could be the next “killer app” for bloggers. Very interesting.
{ 0 comments }
If your web site is hosted by DreamHost, you can easily add a counter to any of your pages. Just add this to the page you want tracked:
<img src=”http://counter.dreamhost.com/cgi-bin/Count.cgi?df=USERNAME-COUNTERNAME.dat&pad=F&ft=0&dd=E&istrip=T” alt=”add some witty quip here”>
Simply replace USERNAME with your DreamHost account name. Change COUNTERNAME to the name of the counter, and there you go. The COUNTERNAME parameter is why this is cool: You can have multiple counters at DreamHost without having to configure anything other than that one parameter. So on my Hemingway page, I have “hemingway” there, and on my GatorBlog I’ve used “football”. Each counter is incremented whenever the image (Note that it’s an IMG tag!) for that particular COUNTERNAME is requested. Nice.
{ 0 comments }