mu.nu - "My Tamagotchi!" she said. "It has to poop."
May 05, 2005
Comments remembering info
Rusty posted earlier about the comments section remembering your information. I started playing with the templates and using his code and the code posted at Eric's Grumbles, I was able to get the Individual Archive Posts working. But I wasn't able to get the pop-up comments window to remember the information.
Being 99% OCD and 100% Geek it bothered me that I couldn't figure it out. Then it hit me, after I finished rubbing my head I tested out my thought.
The problem is the:
var HOST = <$MTBlogHost$>;
line in the code.
If you change this in line in both the Comment Listing template and the Individual Archive Template to:
var HOST = 'mu.nu';
It saves the information and it’s readily accessible. Now for the nifty part: It remembers the information for any of the mu.nu blogs you visit.
Hopefully this helps.
Later,
phin
Posted by: phin at
08:07 PM
| Comments (31)
| Add Comment
| Trackbacks (Suck)
1
That may well explain a lot. I don't use pop ups for comments and trackbacks, I do it all inline in my individual post archives. Because of that, I didn't see any reason to test the javascript in the pop up. If you do inline comments/trackbacks then my code samples would work quite well for you. The popup probably does not have the same global variables in the headers, in fact I'm sure it doesn't. Thus, the problem for some folks.
Posted by: Eric @ at May 05, 2005 09:10 PM
2
Do you have the Javascript in your header for the "remember me" template? Wait - do you have a "remember me" template?
Posted by: sadie @ at May 05, 2005 09:24 PM
3
It's not missing it just takes some tweaking. In the Manage Templates Screen see a Button / Line with the Edit Comment Listing Template. Once you edit the template towards the top in the Java Script you'll see a line with the:
var HOST = '';
Thats the line you want to change
var HOST = 'mu.nu';
As Eric noted, this won't really affect the blogs doing Inline Comment Posting though, unless everybody switched the Host over to mu.nu. Then it would be a common cookie and the default information will populate everywhere.
Posted by: phin @ at May 05, 2005 09:43 PM
4
The only thing that's driving me batty (besides the OCD) is the difference in the 2.6 and 3,15 templates.... it's all doable, just with a few headaches;-)
Posted by: sadie @ at May 05, 2005 10:52 PM
5
Need to check one thing: What browser are you using?
There's a problem with IE that prevents it from remembering cookies set by mu.nu (or any other 2-letter domain name). Works fine in every other browser in the world except the one most people use. Grrr.
Posted by: Pixy Misa @ at May 06, 2005 03:03 PM
6
*hangs head in shame and puts on dunce cap for not testing in IE also*
Update on the post folks, looks like it only works with firefox for now.
Posted by: phin @ at May 06, 2005 04:24 PM
7
I searched Microsoft's site I found a fix.
http://support.microsoft.com/default.aspx?scid=kb;en-us;310676
If the users are running the latest security patch they're half way there. The second portion and something most people won't do is; edit the registry to allow for the “Special Domain”.
If someone does decide to edit the registry be sure to reverse the last portion of the domain, thus the .nu would become un. otherwise it won’t fix anything.
Posted by: phin @ at May 06, 2005 06:34 PM
8
Yeah, lovely isn't it...
Posted by: Pixy Misa @ at May 07, 2005 12:36 AM
9
You can just explicitly write your full domain (e.g. phin.mu.nu) - for some reason it always remembered my comment info, so I didn't use the fix.
Could you answer me another question, though? How do you get your munu blogroll to appear expanded in the HTML, instead of as nu.js? Do you use MT includes? If so, how do you do it? It seems to make a difference for the TTLB Ecosystem and Technorati.
Posted by: David Boxenhorn @ at May 10, 2005 08:47 AM
10
The best way is to use PHP includes.
<?php include "http://blogroll.mu.nu/mli.i"; ?> will include the blogroll as an alphabetically-sorted HTML list.
The available blogrolls:
mu.i - plain text, alphabetical
nu.i - plain text, chronological
mli.i - list, alpha
nli.i - list, chrono
pulldown.i - pulldown list, alpha
pulldownd.i - pulldown list, chrono
Posted by: Pixy Misa @ at May 10, 2005 10:07 AM
11
Thank you, Pixy. It's exactly what I wanted to know. Now, how can we get everyone to use them?
Posted by: David Boxenhorn @ at May 10, 2005 12:02 PM
12
Poke them with a pointy stick!!!!
Posted by: Pixy Misa @ at May 10, 2005 03:30 PM
13
Okay....maybe all the meds I'm taking are messing my head up, but could someone make a 'cheat sheet' that my 10-year old could understand??
[/hanging head in shame...]
Posted by: Mad Mikey @ at May 12, 2005 12:35 AM
14
1. From the Movable Type on the left hand side you'll see options for Post, Manage & Utilities. Under the Manage option, choose Templates.
2. From there click on Individual Entry Archive.
3. In the template body as you scroll down you'll see a line that says: var HOST = ;
4. We want to change this line to read:
var HOST = 'mu.nu';
5. Click the save button, for right now you can ignore the message saying you need to rebuild.
6. Click the Templates button again.
7. Scroll down to the Miscellaneous Templates. Beside the Comment Listing Template click the edit button.
8. In the template body as you scroll down you'll see a line that says: var HOST = ;
9. We want to change this line to read:
var HOST = 'mu.nu';
10. Click the save button.
11. At the top of the page click the Text that says rebuild. The message should say: "Your template changes have been saved. REBUILD to see those changes reflected on your public site."
12. Choose to rebuild all the files.
This should take care of it. One thing Pixy found is there is a bug that Microsoft is aware of that keeps Internet Explorer from accepting Cookies from Two Digit Domains. But this should take care of it for Firefox.
Posted by: phin @ at May 12, 2005 01:49 AM
15
Phin - thanks for the help. It would appear that the code tweaks are working, i.e., my 'comments' info was remembered after leaving a test message.
Posted by: Mad Mikey @ at May 13, 2005 02:59 AM
16
Great post!very informative post.. I like what's introduced in your blog. To have the opportunity to talk with you. Also welcome you to visit my blog and have some advice. Thank you!
Posted by: burberry outlet @ at March 29, 2011 09:35 AM
17
This topic was really educational and nicely written. I approach to do some additional exploration on this. Gives thanks for sharing this timely data. We require additional like <strong><a href="http://www.bestcheaplouboutin.com/">Cheap Christian Louboutin shoes</a></strong>.
Posted by: maybebe @ at July 13, 2011 11:31 AM
18
Cheap Christian Louboutin shoes
Posted by: maybebe @ at July 13, 2011 11:40 AM
Hide Comments
| Add Comment
May 04, 2005
THE MAN got another one
Why do businesses fear bloggers? I really wish I knew.
8 Z E R O 8 just lost his job for having a blog. An anonymous coworker who knew about his blog notified the aristocracy and they came down on him like a ton of bricks.
If you know of any journalism positions open, maybe you can hook him up. He's in Houston but is willing to relocate. Hell, he's probably dying to relocate. We're talking Houston here. (Hah!)
If not, just stop by and say "Hey" or perhaps hit his tip jar. I know both of those things meant the world to me when I got
shafted laid off.
Posted by: Jim at
08:03 PM
| Comments (11)
| Add Comment
| Trackbacks (Suck)
1
Thanks for the support. It means a lot.
Posted by: 8 Z E R O 8 @ at May 05, 2005 08:17 AM
2
Normal
0
7.8
0
2
false
false
false
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:ͨ;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
coach purses is one of the most popular designer bags brand all over
the world.People who wear coach purses canada are very modern and stylish.Here we only offer you the
first grade coach bags,that is,we provide 1:1 quality coach outlet.Our coach
canada are made with special care to reach the level of an original
one.
Posted by: fsdfsd @ at April 12, 2011 01:45 PM
3
cheap tiffany
Tiffany Jewelry
tiffany Wholesale
cheap tiffany jewelry
tiffany jewelry
replica tiffany
Posted by: per @ at April 29, 2011 02:54 AM
Hide Comments
| Add Comment
Dyndns.org
If I try to go to the root domain of any of the trackback spam I've been getting in the last couple of months (and I've been getting a lot), I get redirected to dyndns.org:
"Dynamic Network Services, Inc. is a leading provider of Domain Name Services (DNS). We provide full managed DNS hosting, Dynamic DNS, Static DNS, web redirection, e-mail, and domain registration services. Maintaining 100.000% DNS uptime with over a million users, we offer the flexibility, support, and service to ensure a strong and reliable presence on the Internet for you or your business."
Could we somehow ban trackbacks to
any sites hosted by dyndns.org?
Posted by: David Boxenhorn at
09:08 AM
| Comments (8)
| Add Comment
| Trackbacks (Suck)
1
I don't know of any way to do this. Okay, that's not exactly true. It would be possible to write a script that resolved every attempted url to its DNS source and matched that against a blackhole list. I mean I don't know of any way to do this simply or easily and it's definitely out of the range of what Blacklist is capable of.
:-(
Posted by: Jim @ at May 05, 2005 01:54 PM
2
It would be possible to write a script that resolved every attempted url to its DNS source and matched that against a blackhole list.
As I understand it, that's not a hard thing to do, for people who know how to do such things. It wouldn't be too expensive either, in fact it would save work for the server as "real" trackbacks are fairly rare, and it would certainly be less expensive to reject a trackback than to let it through.
Posted by: David Boxenhorn @ at May 05, 2005 03:08 PM
Hide Comments
| Add Comment
May 02, 2005
Mailman problem
We're having problems with the Mailman mailing list utility. Earlier this weekend it was bouncing back anything sent to it. It's not bouncing emails anymore but it isn't sending them to the mailinglist or putting them into the message archive.
I'm guessing this is more breadcrumbs from that cPanel update?
Posted by: Jim at
07:32 PM
| Comments (6)
| Add Comment
| Trackbacks (Suck)
1
Damn.
I'll try to take a look at that today.
Posted by: Pixy Misa @ at May 02, 2005 10:28 PM
2
I did some testing and can confirm that it's broken.
Right now I'm not sure why, but I will keep poking at it until it works. I'll have more time to attend to things again after tomorrow - the first few days of the month are always busy for me, and this month has been especially hectic.
Posted by: Pixy Misa @ at May 04, 2005 06:10 AM
Hide Comments
| Add Comment
MuNubies!
Well, there seems to be no official announcement up yet. Which makes me wonder how Ted got the scoop on the new class of Munuvians. (I'm guessing that it was the automated blogroll...?)
Anywho, I've been perusing the Munubies. Give a warm MuNu welcome to S. Faolan Wolf of
Nomen Est Omen. This gal likes to, shall we say,
vent, and she's got the gift of kvetch.
Then there's Maria of
Hatshepsut. Munuvia expands into Iceland! Woo Hoo! Maria might not get it, but there's something very alluring about a gal who dresses in red and black, likes Star Trek, studies religeons (is partial to Judaism), has lived in several differant countries and studied several differant languages and who hates cold weather and opts to live in frickin' Reykjavik. So, please give Maria a very VERY warm welcome!
Next up is my own nominee: Angry In T.O. of
Angry In The Great White North. I first read him through a link from
Debbye, and saw that he'd been linked by Michelle Malkin and Captain Ed, as well. AiTO is a must read for all the new news on Canadian politics and the big picture.
Then there's USAdave of
American Geek. He's got links to, and commentary on, news of the day that you might not have noticed elsewhere. And he's a Peggy Noonan reader! (Peggy's style of writing is what inspired me to begin blogging, myself.) Go give USAdave a
"hielow"!
Kyer of
Whatsakyer has also been assimilated. Some pointed international news blogging with an interesting focus on Equador. That's new! I've read all of the posts that are up thus far and can't figure out if Kyer is male or female. Aah, mystery. So, like, how many licks does it take to get to the center of a Toosie Roll Pop and what's a Kyer? The world may never know...
Phin's Blog,
Oorgo Blog,
Smiling Dynamite (love that name!),
Ogre's Politics And Views and
Camp HappyFunBad have yet to complete the move. But, Phin and Oorgo have a post up, so ye may give them a hardy handshake and a welcome.
Which brings us, lastly, to Jess of
Life, or Something Like It. I love this guy's posts. He's kinda like a
Collins with some manners. Jess might just become a daily read for me.
So, if you're not already doing it automagically, update your blogrolls! And go say hi to the nu neighbors!
Posted by: Tuning Spork at
01:35 AM
| Comments (42)
| Add Comment
| Trackbacks (Suck)
1
Thanks TS. I am humbled.
Posted by: jess @ LOSLI @ at May 02, 2005 01:52 AM
2
Nothing so complicated, Spork. The announcement for these guys was made a while back I think, and I finally got around to adding them. So I'm late, that's all.
Posted by: Ted @ at May 02, 2005 11:06 AM
Posted by: Maria @ at May 02, 2005 07:35 PM
4
It's funny to see others writing about me, it's usually the other way around!
And it's not *that* cold in Reykjavik.. Oh who am I kidding, it was snowing today :/
Posted by: Maria @ at May 02, 2005 09:14 PM
5
Nope. Spork saved the day. This was the third batch of troops I processed and I forgot to post the welcome.
Thanks for catching it!
Posted by: Jim @ at May 02, 2005 09:23 PM
6
Thanks for the welcome! What does "kvetch" mean?
Posted by: S. Faolan Wolf @ at May 02, 2005 09:41 PM
7
It's yiddish, it means complain. But like all yiddish words, it has subtle overtones. So when Spork says you have the gift of kvetch, he's saying that you post entertaining rants. Which you do.

Posted by: Pixy Misa @ at May 03, 2005 01:56 AM
8
Kvetching is complaining. And having "the gift of kvetch" is doing it with style.

Posted by: Tuning Spork @ at May 03, 2005 02:00 AM
9
And if you're not using the automatic blogrolls, it's really time to switch. Now, before the next hundred new moos arrive.

Posted by: Pixy Misa @ at May 03, 2005 04:01 AM
10
But I like to list my Munuvians is in little chunks of 6 to 8. Helps my find who I'm looking for. Any chance of creating a special blogroll that lists in chronological order with handy extra breaks so's I can have my munu served bite-sized? If not, I'm gonna tough it out for a while more...
Posted by: Tuning Spork @ at May 03, 2005 04:32 AM
11
The blogrolls are now generated by Movable Type templates. If you can work out how to do the chunking, I'll add one that does that.
Hmm. Maybe with a bit of PHP added to the mix?
Posted by: Pixy Misa @ at May 03, 2005 07:31 AM
12
Dang. I am but an unfrozen caveman blogger and the ways of php seem strange and frightening to me. I don't know the first step in creating the automated blogroll that I want.
Aah, well. I'll just hafta keep greeting them one-by-one.
Posted by: Tuning Spork @ at May 03, 2005 08:06 AM
13
I think I can see how to do it. Not today, though.
Posted by: Pixy Misa @ at May 03, 2005 09:35 AM
Hide Comments
| Add Comment
May 01, 2005
Awstats
My Awstats are suddenly on the blink. Is anyone else having this problem? Could it have something to do with the PHP-ificatiton that I induced into my templates yesterday? Dunno...
Posted by: Sadie at
11:07 PM
| Comments (18)
| Add Comment
| Trackbacks (Suck)
1
Hmm. Mine's working. And PHP shouldn't affect it at all.
There was an automatic update of CPanel over the weekend that went a bit screwy. I'll check some things to see if everything's back to normal.
Posted by: Pixy Misa @ at May 02, 2005 12:10 AM
2
Thanks Pixy. Mine are definitely on the blink....either that or my visitors are commenting via ESP, not ISP;-)
Posted by: sadie @ at May 02, 2005 03:53 AM
3
Yeah, something's wrong. Need to take a little poke around.
Posted by: Pixy Misa @ at May 02, 2005 04:09 AM
4
My awstat hasn't been working for two days. It stopped working about half an hour into May.
Posted by: David Boxenhorn @ at May 02, 2005 07:58 AM
Posted by: Pixy Misa @ at May 02, 2005 08:45 AM
6
Okay, I've double-checked and mine is broken too. Poke poke...
Posted by: Pixy Misa @ at May 02, 2005 08:48 AM
7
Oh. Found the reason. Fixy fix...
Posted by: Pixy Misa @ at May 02, 2005 08:49 AM
8
Okay, I'm fixing it now, but it will take a little while to clean up. Stats will be working again in a couple of hours; unfortunately the missing stats are lost for good.

Posted by: Pixy Misa @ at May 02, 2005 08:52 AM
9
Oooh PIxy, thank you!!!
Posted by: sadie @ at May 02, 2005 09:35 AM
10
Should all be happy now.

Posted by: Pixy Misa @ at May 02, 2005 10:30 AM
11
Luxury accessories label jimmy choo sale has built up an extremely loyal, star-studded clientele since the launch of the label in 1996.
Indeed, company president Tamara Mellon regularly decamps to Hollywood to personally attend to the feet of the world's most glamorous
women. Put a spring in your step with the label's iconic jimmy choo sale
pumps, jimmy choo sale sandals and jimmy choo sale boots, and don't miss its to-die-for selection of totes and clutches.
christian louboutin sale 's trademark glossy red soles are an undisputed
stamp of fashion excellence. Since the launch of his exquisite eponymous label in 1991, the French designer has stayed true to his goal
- to 'make shoes that are like jewels'. From razor-sharp stilettos to christian louboutin sale lace-up boots and studded sneakers, christian louboutin sale is every woman's go-to for heavenly heels and covetable accessories.
You can make an unforgettable impression on any special occasions in this beautiful dress.Herve Leger is a well-know brand in the
world, all the time it is committed to shaping womens physical beauty and showing gentle sense of female silhouettes. Wearing this
href=" http://www.outnetsale.com/" target="_blank"> herve leger sale Colorblock Halter Dress Black And White which beautiful
designed and made by high quality materials will make you look charming and sexy.
Most people who follow fashion know the Herve Leger dress very well.And herve
leger sale is famous for its beautiful bandage dress.The bandage dress is very sexy.Herve Leger dress can create your beautiful
body line.Herve Leger dress ismitted to shaping the womens
physical beauty lines have demonstrated a sense of femininity silhouette.Herve Leger dress are very fashion and popular.In the red
carpet,herve leger dress sale,activities,party,with the popular stars always present the
herve leger sale dress.
Posted by: christian louboutin sale @ at June 18, 2011 12:58 AM
Hide Comments
| Add Comment
Swats Aeroplanes Like Flies
Posted by: Pixy Misa at
02:54 PM
| Comments (10)
| Add Comment
| Trackbacks (Suck)
1
mu.nu took me two out of three!

Posted by: Susie @ at May 02, 2005 04:25 PM
2
Ogre is a Collosal Lizard that spits Ice, Glows in the Dark, has a Terrible Roar, carries a Ray Gun, and CANNOT BE STOPPED.
Ogre Wins.
Again!

Posted by: Ogre @ at May 13, 2005 05:46 PM
3
Excellent blog! I definitely love how its Ralph Laureneasy on my eyes and also the data are well written. I am wonderin Polo Ralph Lauren Outletg how I can be notified whenever a new post has been ralph lauren polo shirtsmade. I have subscribed to your rss feed which should do the trick! Have a nice day! ralph lauren outlet
Posted by: ralph lauren outlet @ at June 30, 2011 07:10 AM
Hide Comments
| Add Comment
Import my old entries
Hey, so I have a backup from mt from... December, and also I found a good little script to export my current Wordpress entries. Now the odd thing is, the backup from MT has carriage returns by the handful, but the new one doesn't.
Does it really matter, will MT still import the entries without CRs?
Oh, also, I will need a hand gettin' them in there once the file has been corrected, I tried once already but it imported someone elses 30 or so entries

Oh, and Hey! I'm new here! Wheee....
Posted by: Oorgo at
04:48 AM
| Comments (16)
| Add Comment
| Trackbacks (Suck)
1
Another Canadian!
Yay!
As far as the import issue... you'll need to send Pixy your import file in order to be able to use it. The folder to which it needs to be uploaded for MT to use it doesn't have user access. (Which is prolly why you got the last person's import.)
Welcome to the Dark Side fun!
Paul
Posted by: Light & Dark @ at May 01, 2005 05:14 AM
2
We can send our import file? I was waiting until Pixy came up with the "soluton".
Posted by: Angry in T.O. @ at May 01, 2005 05:35 AM
3
If it's a WordPress or Movable Type import, I think it's workable now? Have to confirm that with Pixy. I was under the impression it was Blogspot imports that were on hold, but I could certainly be wrong.
Oh Pixyyyyyyyyy......
Posted by: Light & Dark @ at May 01, 2005 06:09 AM
4
Right now I have to put the file in place myself.
I've created a patch for MT that lets people on a shared installation load files from their own directories (it looks for the file import.txt in the archive directory) but:
1) It hasn't been tested.
2) Particularly with exports from Blogspot, most of the time the file won't work because you missed one of the settings or downloaded it with Internet Explorer (which corrupts the file).
Things are crazy here at Pixy Central right now, but later this week I'll have one or more solutions for this, so just hang tight a couple more days!
Posted by: Pixy Misa @ at May 01, 2005 11:23 AM
5
Does Firefox corrupt the Blogspot files too?
Posted by: Angry in T.O. @ at May 01, 2005 05:06 PM
6
I've tried a couple of exports using FireFox and the files look good. I haven't tried to import any of them yet though, so it's a qualified thumbs up.
Posted by: Jim @ at May 02, 2005 05:01 PM
7
One of the things that happens is that it breaks up your paragraphs into lines. It looks fine, but when you imported it, your formatting is completely stuffed.
I need to go back and test it. There is definitely a way to do it right - I've done it - but if you don't do it exactly right you get a file that is effectively crap.
Posted by: Pixy Misa @ at May 03, 2005 01:58 AM
8
The very best way I've found is to publish the blogger blog to an ftp site and just snatch the resulting file from there. No chance of browser damage that way.
Posted by: Jim @ at May 03, 2005 03:47 AM
Posted by: Pixy Misa @ at May 03, 2005 11:36 PM
10
So, am I correct in understanding the reason we can't "import" files from *out there* to our home here at MuNu...is there is currently no way for an individual Munuvian to get MT to *see* his or her imported file(s) at this time?
Posted by: Guy S @ at May 14, 2005 04:22 AM
11
Hmmm. The import is not working at the moment. I uploaded a file into the archives directory (using the archive path option in the upload window) and then tried to do an import. It said everything went well but actually nothing happened (and no list of entries appeared).
Posted by: Ozguru @ at May 30, 2005 03:54 AM
Hide Comments
| Add Comment
April 29, 2005
Favourite Editors
What editor do people use for their MuNu logs? For my old Blogger blog, I was using w.bloggar, though for some reason I can't get it to work with MuNu. What do other people recommend?
And by the way, Angry in the Great White North is officially an active MuNu blog as of today.
Posted by: Steve Janke at
05:30 PM
| Comments (20)
| Add Comment
| Trackbacks (Suck)
1
I use NotePad. Yeah, I know. It's really all I've ever needed though. I don't do anything more fancy than blockquotes and anchor tags.
Posted by: Jim @ at April 29, 2005 08:49 PM
2
Sadly enough if I'm doing something complicated, I use blogger, then cut and paste from the "show html" view....
Posted by: caltechgirl @ at April 29, 2005 09:18 PM
3
I was poking around with BlogJet, but during the configuration it asked for the path to the mt-xmlrpc.cgi file, which I assume was defined during installation.
/MT_PATH/mt-xmlrpc.cgi
So what would that be?
Posted by: Angry in T.O. @ at April 30, 2005 12:48 AM
4
I like Zempt 0.4. Except for a few odd kinks dealing with different characters in some links, it works well. When it refuses to publish, I just drag it into a new entry window in the MT console.
Posted by: Tig @ at April 30, 2005 01:12 AM
5
the path to the xml rpc should be http://blog.mu.nu/cgi/mt-xmlrpc.cgi
Posted by: Rob @ at April 30, 2005 02:20 PM
6
I'm planning to build a two-way Blogger API module for Minx, so ECTO, w.bloggar and the like should all work.
Hey, I just thunk of something. Hmm. Okay, I'm going to move the Blogger API module forward and put it in place ASAP.
And yes, the path to the mt xml rpc cgi is indeed http://blog.mu.nu/cgi/mt-xmlrpc.cgi
Posted by: Pixy Misa @ at April 30, 2005 07:02 PM
7
I personally use PHPEdit, which is an awesome editor for PHP, HTML, CSS, ASP and much more. If you only use it for personal use, you can get a free personal license. If you want to use it commercially then you have to pay for it. This is not an editor for the faint of heart. It has no WYSIWYG features at all. It does, however, have every HTML, PHP and CSS tag in it, along with all possible attributes and great inline help. If you like getting that deep into the code, this is the way to go. It's smart enough to recognize inline transitions from HTML to PHP and back.
If I'm just writing a text post with a couple of links in it, I use notepad, easy as pie.
Posted by: Eric @ at May 02, 2005 07:15 AM
8
Uh...
I type stuff into the little box in the web page.
Posted by: Pixy Misa @ at May 02, 2005 08:59 AM
9
there was opne I reviewed for MT a while back but I'm damned if I can remeber what it's called ...
hang on ...
got it - Sharp MT - a totally free and very cool app for windows. more here : http://xset.co.uk/?p=91
Posted by: Rob @ at May 02, 2005 11:52 AM
10
Harvey swears by Note Tab, but I'm with Pixy, I type into the little MT composition box. I save often (I have my default set to "draft") in case of browser lock-up, though...
Posted by: Susie @ at May 02, 2005 04:31 PM
Hide Comments
| Add Comment
April 28, 2005
Quick And Easy PHPification A.K.A. The Handy Guide
Having your blog generate PHP rather than HTML opens the door to all sorts of cool stuff, particularly if I make a mistake during the regular PHP upgrades and take down your site.
Ahem.
Apart from that PHP allows you to easily have multiple styles, include files from other places (like blogrolls), and as in todays example, compress your pages so they download faster.
Upgrading to PHP isn't hard, and here's how to do it.
Step 1:
Under Weblog Config, in the Preferences page, you will find an entry that says File extension for archive files
If this says html, change it to php. If it says php already, then you don't need to change it at all! Make sure you use lower case.
Click Save.
Got that? Good! You're half way there!
Step 2:
Go to the Templates screen, and select your Main Index template. Check the Output File. If it says index.html, change it to index.php.
Click save.
Yay! You're now running PHP!
I've tried to remember to do this when setting new Munus, but sometimes it gets skipped over. So my apple-logies in that case, but at least it's easy to fix.
Posted by: Pixy Misa at
02:32 PM
| Comments (13)
| Add Comment
| Trackbacks (Suck)
1
There is also the Master Archive index output file, should that one be changed to php too?
Posted by: Oorgo @ at April 28, 2005 11:19 PM
2
It won't hurt, but no-one ever uses that.
Posted by: Pixy Misa @ at April 28, 2005 11:47 PM
3
OK, so sell me on this.
"Apart from that PHP allows you to easily have multiple styles, include files from other places (like blogrolls)"
Where can I go to learn more?
Posted by: Angry in T.O. @ at April 29, 2005 12:17 AM
4
Aye, aye Captain. Mine is not to ask why, but only to do as ordered.
Posted by: Tig @ at April 29, 2005 01:47 AM
5
I did rebuild everything. I hope that was the proper procedure.
Posted by: Tig @ at April 29, 2005 01:47 AM
6
Tig, yep, rebuild is good.
Angry, check over in the sidebar in the Useful Thingies section.
This is one example of something you can do easily in PHP that would be impossible otherwise - division. Um, in a web page, that is.
Posted by: Pixy Misa @ at April 29, 2005 02:13 AM
Posted by: Angry in T.O. @ at April 29, 2005 04:03 AM
Hide Comments
| Add Comment
Half A Terabyte Of Bloggy Goodness
We've served up over 500GB of yummy blog and forum goodness so far this month! (Plus another 100GB of anime video clips). That brings us up to and indeed past our previous peak in October/November.
This is great news, but as we continue our
plot to take over the world expansion program, we will eventually run out of bandwidth. What a sad day that will be.
How You Can Help
"How can I help?", I hear you cry.
This is how.
First, make sure that your blog is set up to generate PHP files. If not, check out the handy guide at... Where did the handy guide go? Who took the handy guide?
Anyway, assuming you
are set up to generate PHP files, put this code at the top of your templates:
<?php ob_start("ob_gzhandler"); ?>
And viola, your web pages will get magically shrunked.* This will make your pages load faster too.
This doesn't reduce things like images, but it can still make quite a dent in bandwidth, with minimal effort and with the benefit of faster response for your readers. So don't delay, <?php ob_start("ob_gzhandler"); ?> today!
* That's the technical term. For the non-technical, your web browser indicates in its request headers whether or not it supports Gzip-compressed pages; all current browsers do. This piece of PHP code checks that setting, and if possible, compresses your web pages before sending them out.
Posted by: Pixy Misa at
06:07 AM
| Comments (23)
| Add Comment
| Trackbacks (Suck)
1
Sweet, I just did that and it works pretty nicely!
Posted by: Eric @ at April 28, 2005 07:22 AM
2
Where did the handy guide go?
Posted by: Gir @ at April 28, 2005 01:09 PM
3
I don't know. Maybe there wasn't one...
Posted by: Pixy Misa @ at April 28, 2005 02:23 PM
4
now when you say "insert this code at the TOP"...where exactly at the top...?
Anywhere in the HEADER or....?
p.s. Hi everyone!

Posted by: kyer @ at April 28, 2005 09:32 PM
5
It should be the very first line.
P.S. Hi!

Posted by: Pixy Misa @ at April 28, 2005 11:09 PM
6
Okay, I put at at the top of every template, and lost all my lovely aqua background. So I took it off the stylesheet template. Is that ok?
Posted by: Susie @ at April 29, 2005 02:19 AM
7
Oh--when I put it on the date-based archive, all my calendar date links led to The Resplendant Mango, so I took it off that one, too. Um, should I do the Miscellaneous Templates(comment, trackbacks, etc.), too?
Posted by: Susie @ at April 29, 2005 02:30 AM
8
Yes, not on the stylesheet.
I have no idea what happened to your date-based archive. That's very strange.
Posted by: Pixy Misa @ at April 29, 2005 05:07 AM
9
Yes, it WAS very strange--especially since it wasn't even a munu blog, but a bogsplot one! Maybe the raccoons have been chewing at the PVC pipe again...
Posted by: Susie @ at April 29, 2005 06:44 AM
10
Crap on a stick.
I've been setting up Nu Mus with the defaults. Didn't even think about changing this.
But the latest batch are coming out of the gate with phps flying.
Posted by: Jim @ at April 29, 2005 02:04 PM
11
fixed. Thanks for the clarification!
Posted by: caltechgirl @ at April 29, 2005 03:07 PM
12
River Rises as People and Animals Animals supra footwear Animals
Abandon HomesBy MICHAEL MURRAY The continuously rising Souris River has already
reached a record set in 1881, in Minot, N.D., and it's still rising.The historic
flooding has forced forced
supra footwearforced
more than 11,000 people from their homes, and giraffes,
Posted by: supra footwear @ at July 05, 2011 09:24 AM
Hide Comments
| Add Comment
April 27, 2005
Minxulations
Some of you might remember, back about 15 months ago, when we were on the old old server, it used to take something like 30 seconds to leave a comment. That was before we moved to the new old server, and before we moved from Berkeley DB (boo hiss!) to MySQL (yay!)
Back then, I started work on a blogging program I called
Minx. Minx was written in Python and used a database called Metakit, and it was really really fast, at least until you started getting a lot of posts and comments, whereupon it ate all your memory and died.
So much for Minx 0.1, which bit the dust around January 2004.
Minx 0.2 re-arranged the database a bit, and came along in April 2004. However, by that time we were on the new server and things were relatively speedy again, so there was much less urgency to Minx (and I had a lot of work to do with the migration, and a swarm of new MuNus who joined us around that time). And as it turned out, Minx 0.2 also, once you got past a certain point, ate all your memory and died.
Minx 0.3 came along in December, just before my brain got eaten by hackers and spammers, something that lasted through January and February. March I basically went to bed and played
Final Fantasy X and
Rumble Roses.* This month I dug out Minx and started playing with it. Minx 0.3 was the best yet, but after a certain point, it ate all your memory and died.
The problem in all three cases was the Metakit database, which is extremely fast and flexible, but has a nasty habit - if you push it too far - of eating all your memory and dying.
And so, a couple of weeks ago, I came up with this startling insight: Minx might work better if I didn't store all the data in Metakit.**
And so Minx 0.4 was born. And it's even faster and better than before, and it still works when you throw - What was it? Right. - when you throw 4000 blogs with a total of 4 million posts (and 20 million comments) at it. At that point, my home machine was starting to struggle a little, but certainly hadn't eaten its memory and died. Minx 0.4 uses Berkeley DB (boo - I mean yay!) only it uses it completely differently to Movable Type, so that it actually
works.
Soon - maybe even very soon - the Minx Dev Blog and Ambient Irony will be making the Great Leap Sideways and switching to Minx. You'll know it's happened when trackbacks suddenly stop working. Well, unless they come back five minutes later, in which case it's just Fluffy the anti-spam watchdog at work.
Oh yes, there was a point to all this. Munuvians, if you're interested in the future of your blogging platform™, hop on over to the
Minx Dev Blog and take a look around. If that makes your brain hurt, wait for the test release, coming soon to a server near you.
* I'm not a sexist pig, I just play one on TV. Um, literally. At least it's better than Dead or Alive: Extreme Beach Volleyball.
** There's slightly more to it than that. It involved a full understanding of Metakits on-disk and in-memory data structures, and realising that there was no work-around for the problems I was encountering. No matter how I split up the data, as long as I stored it all in Metakit, it would eat up all my memory and die.
[Also posted at Ambient Irony]
Posted by: Pixy Misa at
06:06 AM
| Comments (12)
| Add Comment
| Trackbacks (Suck)
1
It's looking pretty slick Pixy, can't wait to try it out. Oh, and by the way, please, please, please ....... PHP not CGI. I like PHP so much more/better/yay!
Quick and offtopic. My regular readers and I have noticed that the MuNu anti-spam feature censors the word sociali$t because it contains the bad/evil/wicked string ciali$. Now, I don't want spammers coming round anymore than the next guy, but ..... it's kinda tough for commenters on a political blog to not be able to use the word sociali$t and try to remember to screw up the text on purpose so that the comment goes through. Is there something that can be done about that? Can I help somehow? Thanks in advance.
Oh yeah, before I forget, MuNu is awesome, thanks much, I'm having a blast.
Posted by: Eric @ at April 27, 2005 07:59 AM
2
I tried a couple of regular expressions to catch cialis but not socialist, but they didn't work. If there's a regexp doctor in the house, help!
As for Minx, I'll probably be going PHP. The Minx back end is written in Python as a persistent, multi-threaded server. The front end won't actually have much to do, just taking requests and feeding them to the server, and reporting the results back to the user. There are nice things about PHP - it doesn't have to initialise an interpreter every time; it has built-in session management. Also, Minx will generate PHP pages for output, so it probably makes sense to use PHP for the interface layer so the two can be melded in horrible and mind-twisting ways.
Posted by: Pixy Misa @ at April 27, 2005 08:44 AM
3
Pixy - if you're looking for guinea pigs to test out the new stuff, I'm more than happy.
Posted by: Tilesey @ at April 27, 2005 02:42 PM
4
Oh! Pick me! Please, please, pick me!
Posted by: Dave @ at April 27, 2005 09:10 PM
Hide Comments
| Add Comment
April 26, 2005
Jes' Sayin', ya know?
Well, today is my birthday and I'm officially eligible to join AARP, though not necessarily saying I am planning on doing so. Feel free to drop by Read My Lips and leave a comment.
Posted by: Tiger at
05:37 PM
| Comments (11)
| Add Comment
| Trackbacks (Suck)
Posted by: Jim @ at April 27, 2005 03:02 AM
2
Yay! And many more yays to come!
Posted by: Pixy Misa @ at April 27, 2005 03:56 AM
Posted by: Ted @ at April 27, 2005 11:08 AM
4
Well said! This was a really quality post. In Ralph Laurentheory Id like to write like this too - taking time and real e Polo Ralph Lauren Outletffort to make a good article but what can I sayralph lauren polo shirts I procrastinate alot and never seem to get something done. ralph lauren outlet
Posted by: ralph lauren outlet @ at June 30, 2011 07:10 AM
Hide Comments
| Add Comment
Finally, A Fix for the Comment Remembering Problem
Fellow munuvians, here is a fix I implemented over at the Jawa. IT WORKS!!
For most mu.nu sites, for some reason, the cookies won't really work. So that your readers must fill in their information every time they want to comment.
Gordon at Cranky Neocon took a gander at my site a few months back and fixed it.
Getting the cookies working is VITAL to readership growth. If you want to retain readers then make it easy for them to come back again and again to leave comments. Pretty soon you will have a real community of readers. And they tell their friends, and so on, and so on.
Anyway, here it is
UPDATE: This is as good as I could get it. Just e-mail me if you have problems removing the little smiley faces.
Posted by: Rusty at
05:23 PM
| Comments (42)
| Add Comment
| Trackbacks (Suck)
1
Rusty, you are such a tease.

Posted by: Tig @ at April 26, 2005 05:40 PM
2
How do you get a script to show up in a post???
Posted by: Rusty Shackleford @ at April 26, 2005 05:44 PM
3
Fast easy way is to go to http://centricle.com/tools/html-entities/
Paste in your code, then hit 'encode'. Paste the results back into your post here.
Paul
(It' usually the angle brackets that trip you up. MT uses them to delineate code that should be executed, so it thinks your post is just yet another snippet of instructions for it to perform, as opposed to text to display.)
Posted by: Light & Dark @ at April 26, 2005 06:09 PM
Posted by: Rusty Shackleford @ at April 26, 2005 06:40 PM
5
When I went to Centricle and put in my cookie script and hit encode, it worked. I'm going to post it on my site, Eric's Grumbles. Let me know if you need anything else.
Posted by: Eric @ at April 26, 2005 07:16 PM
6
Then replace the angle brackets with brackets or parentheses with instruction that the user will need to turn them back into angle brackets.
Posted by: Tuning Spork @ at April 27, 2005 02:49 AM
7
If you view the individual entry, the smilies disappear. Which is good in this case.

Posted by: Pixy Misa @ at April 27, 2005 03:57 AM
8
ok. Still not working for me. Am I a moron? I tried both Rusty's way and Eric's way. No dice. Help!
Posted by: caltechgirl @ at April 27, 2005 04:19 AM
9
Not sure what the issue is caltech, my method works great on my blog. At least it does for me and none of my regulars have grumbled about it. Since they let me know when 24 hours that I had hosed comments in general, I would expect one of them to have grumbled by now.
Posted by: Eric @ at April 27, 2005 04:27 AM
10
well never mind then. I tried it again and now it works. Don't ask me what I did differently. Thanks, guys.
Posted by: caltechgirl @ at April 27, 2005 04:08 PM
11
I just saw this. God bless you, Rusty.
Posted by: Simon @ at May 09, 2005 07:44 AM
Hide Comments
| Add Comment
Winter Songs rises from the ashes
Well, since Leila never found the time/energy/motivation to get Winter Songs going, her big brother, bbrother, is taking the reigns.
He's a friend of mine and I do believe that he will have many interesting and amusing and/or poignant things to say. Please drop by and give him a
yay!
Posted by: Tuning Spork at
12:10 AM
| Comments (8)
| Add Comment
| Trackbacks (Suck)
1
Since, I am me, and therefore able to speak for myself. I wanted to tell Mr. Spork and the rest of the crew that I am truly enjoying the whole blog experience. That alone makes me question my sanity, however, he's right, come visit, question my morality, belittle my houseplants, see if I care.
I will be posting regularly, and if I am not regular, I'll stop eating so much fresh fruit.
Posted by: Bbrother @ at May 09, 2005 01:56 PM
Hide Comments
| Add Comment
April 20, 2005
Zorched Again
The nice people at Alexa* have updated the entry for Munu, which used to classify all the mu.nu sites under ambientirony.com, which was kind of wrong.
Unfortunately, in doing so, they
zorched our stats. However, the old stats are still there under ambientirony.com, which remains unzorched.
Old:

New:

What this means is that out of every million people on the internet, about 130 are visiting Munu sites on any given day. That doesn't sound like a lot, until you realise that there are something like a billion people on the net.
Comparisons:
Professor Puppy
Slashdot
Kuro5hin
TypePad
Amazon

Verrry interesting.
* An Amazon
slave-colony company.
Posted by: Pixy Misa at
08:06 AM
| Comments (9)
| Add Comment
| Trackbacks (Suck)
1
One more step in the quest for MuNu world domination! *insert evil cackle here* Go team!
Posted by: RP @ at April 20, 2005 01:39 PM
2
Looks like the puppy blender is losing audience share.
Mwah hah hah hah hah!
Posted by: Jim @ at April 20, 2005 04:50 PM
Hide Comments
| Add Comment
Fantastico Done Got Blowed Up
Okay, the latest update to the server software was pretty much trouble free - except for Fantastico, which got blowed up real good. The normal fix for that is not fixing this time around. I'm still poking at the smoking remains, and I'll let you know when it's back in one piece.
Posted by: Pixy Misa at
07:19 AM
| Comments (6)
| Add Comment
| Trackbacks (Suck)
April 19, 2005
Commenting/Trackback Problem
Both my comments and trackbacking aren't working. I thought maybe this was an across the board mu.nu thing, but Ace tells me his are working fine. What gives? Need help quick as I have what I think is an important new post up and dozens of people trying to send TBs to it.
(BTW- new post is an interview, yes REAL JOURNALISM, with the wife of a hostage in Iraq)
UPDATE:
Mental note: when using MT do not accidentally ban ALL IPs. Apparently when I tried to delete a ban earlier today I inadvertantly pressed
enter with a blank IP field. Thus, all trackbacks and comments were banned. Sorry for the inconvenience.
Posted by: Rusty at
08:59 PM
| Comments (16)
| Add Comment
| Trackbacks (Suck)
Posted by: Pixy Misa @ at April 20, 2005 02:56 AM
2
FTP log in trouble. Haven't changed name or pass so not really sure why I can't get in.
msg received is thus:
A socket operation was attempted to an unreachable host.
?? help.
Posted by: Anna @ at April 20, 2005 07:41 PM
3
Anna
That's an odd one. I just checked, and FTP is definitely working. Try it again now, it might have been a temporary network issue or something.
Posted by: Pixy Misa @ at April 20, 2005 09:00 PM
4
No go. Same error. I'm using the same software and settings as before and I'm able to reach 3 other sites using ftp. Stumped, I am.
Posted by: Anna @ at April 20, 2005 09:30 PM
5
Dang. I'll poke around a bit and see if I can work it out.
You can log in to CPanel okay?
Posted by: Pixy Misa @ at April 21, 2005 12:15 AM
6
Get into cpanel and MT just fine.
Posted by: Anna @ at April 21, 2005 01:36 AM
7
Ah, I think I've found the problem. I've upgraded the security since you were here last, and that looks like it's causing the problem. What the server does now is when it sees a connection that it hasn't been told is permitted, it pretends that it doesn't exist. That's why you get the "unreachable host" message.
I'll need to tweak things a bit, but it shouldn't take too long.
Posted by: Pixy Misa @ at April 21, 2005 03:40 AM
8
You are so good to us. If you had a Paypal button, I'd hit it as often as a redheaded stepchild.
Posted by: Anna @ at April 21, 2005 04:01 AM
9
Still getting this:
A socket operation was attempted to an unreachable host. Connection closed. Server timeout.
NOOP
Posted by: Anna @ at April 21, 2005 10:40 PM
10
Hi Anna. Can you set your FTP client to use Active mode instead of Passive? That should work.
I'm looking for a solution to make passive mode work now.
Posted by: Pixy Misa @ at April 25, 2005 12:01 PM
Hide Comments
| Add Comment
Minxing Once More
I give up.
I've tried Expression Engine. I've tried Wordpress. I've tried Nucleus and Mambo and Drupal and Postnuke. I've installed blogging packages in phpBB. I've looked at Textpattern and Slash and b2Evolution and a dozen other things that I've happily forgotten. I've messed around with Perl and Pike and PHP and Ruby, with MySQL and SQLite and Postregresql and Firebird.
And I hate them all. (Where's that evil smiley when I need it?)
They all
work, it's just that none of them work the way I want. No one package supports all the features we need, and the different packages don't inter-operate well enough to be used together. Plus they're ugly and their mothers dress them funny. (Most of them are written in PHP and use SQL databases. It's a hideous combination for all its popularity.)
Meanwhile, I've resolved all the problems that stopped development of Minx this time last year. I've partly solved the issues with the Metakit database, and there is an all new but fully compatible database
under active development.
As far as I can see, and I've really looked, no-one has or is developing the software we need to run mu.nu. So I'm back to writing it myself. Minxing once more...
Posted by: Pixy Misa at
07:20 AM
| Comments (8)
| Add Comment
| Trackbacks (Suck)
1
Woah. The Minx is alive.
Sweeeeeet.
Posted by: Jim @ at April 19, 2005 09:25 AM
2
And zippier than ever!
The load routine that used to take an hour to import 500 blogs now takes under 3 minutes - on the same machine.
I have a shiny new 64-bit system arriving this week, so we'll see how things run on that.

Posted by: Pixy Misa @ at April 19, 2005 11:29 AM
Hide Comments
| Add Comment
<< Page 46 >>
Processing 0.03, elapsed 0.1059 seconds.
46 queries taking 0.0802 seconds, 168 records returned.
Page size 107 kb.
Powered by Minx 0.8 beta.