Gris,
have you tried ifttt.com?
'Objects In Space'
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Gris,
have you tried ifttt.com?
I'll look into it next time, but I got this working. Honestly, I may slowly reclip the recipes from their original sources, as the Springpad formatting isn't as nice as the original in many cases.
I agree. I have recipes in evernote and springpad for some reason.
I'm juuuuust getting into Evernote. I'm having trouble remembering that it might be useful and I should use it.
I fucked up my tags in evernote. I wish there was a way to erase all tags.
Anybody in the market for an older Mac laptop, probably 2.5 years old? It's one of the white Macbooks with the non-replaceable battery that they offered for a brief period before switching over to all-Aluminum, RAM upgraded to 4 GB. Office and dual-boot Windows 7 are currently installed. It works perfectly, including working as a decent-if-not-amazing gaming laptop under Windows, but now that my wife and I both have Windows laptops from school we really don't BOTH need Mac laptops at home. And hers is nicer.
I'm hoping to get $450 for it. Selling to a buffista would be cool. Anybody interested? I won't be able to put it in the mail for a week or so, as I need to make sure I've backed everything up, and clean it up.
ETA: I THINK it still has at least a few months of AppleCare on it, too. I need to check the serial number to be sure, and it's at school, but if that's an incentive I can check easily on Monday.
Gris, depending on it's other specs, Andi and I might want to buy it.
What size of screen is it?
Actually, when you see it Monday, the model number might let us look it up on everymac.com
Gud recced this router [link] .
Currently it is on sale at OfficeMax for 20% off through saturday. If you want one and there is an OfficeMax in your area that is cheaper than the Newegg price even if you get free shipping. I've had it up about five minutes and am happy so far. Will let you know if I end up not being happy.
So this is the PHP code I have. It currently outputs a list of posts in all categories, sorted alphabetically. What I'm trying to do is remove the parent categories, so I only get the child categories shown on the page. Anyone know how to tweak this?
I know it's all in that one line towards the top, but I can't figure it out.
Edit: Crap, now I have to remember how to post code without it being eaten.
I guess I will do the cheat of parentheses where there would be pointy brackets.
(?php $categories = get_categories("child_of=$category"); foreach ($categories as $cat) { ?) (div class="genre_subcat") (?php query_posts("cat=$cat-)cat_ID&showposts=-1&order=ASC&orderby=name"); ?)