Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

Andrew Shell › Comments

Andrew Shell
Re: HowTo: HowTo Run the OPML Editor on Ubuntu - http://opmlubuntu.curry.com/#commen...
"Has anyone else had an issue with the OPML editor prompting "You need to run the Psapi Installer for certain verbs to work properly."? I downloaded the Psapi installer from the frontier site and ran it, nothing changed. I looked in wine's system folder and psapi.dll is there. I even tried copying it into the OPML/DLLs folder and nothing so far has worked." - Andrew Shell
Andrew Shell
Re: Modern CartoonistDaniel Clowes Prefers Paper to iPad - http://www.wired.com/underwi...
"I've been a fan of Daniel's work for quite some time.  I have many of his books sitting on my shelf.  In the gallery I have to say I'm digging the collage of Wilson.  One of my favorite books, I can't wait for the movie to come out!" - Andrew Shell
Andrew Shell
"Great to hear!!!" - Andrew Shell
Andrew Shell
Re: Runnin' Scared - Sam Levin - Mayor Bloomberg Says He's Done a Good Job of Fighting Illegal Hotels - http://blogs.villagevoice.com/runnins...
"I wonder if this effects Airbnb." - Andrew Shell
Andrew Shell
Re: Recipe: How to Make Your Coffee Bulletproof…And Your Morning Too - http://www.bulletproofexec.com/how-to-...
"I know you mention xylitol is ok in the coffee, but you don't mention stevia. I know stevia is green on the bulletproof diet, but does it ruin the ketosis? I'm having a hard time with the bitterness of the coffee without some sweetener." - Andrew Shell
Andrew Shell
Re: Threads: Casual Games for XBOX? - http://threads.scripting.com/4712ByD...
"I really enjoy Ancients of Ooga http://shll.me/ooga and I think Stacking looks cool but I haven't gotten it yet http://shll.me/stacking" - Andrew Shell
Andrew Shell
Re: The Complete Illustrated One Page Bulletproof Diet (Upgraded Paleo) - http://www.bulletproofexec.com/the-com...
"Is chili powder or cumin bulletproof?" - Andrew Shell
Andrew Shell
Re: Scripting News: Samsung is wrong about TV - http://scripting.com/stories...
"I would argue that although integration and connections are very important probably #2 (or #1.5) on my list.  I'd argue that #1 is content.  Being able to communicate with others on the web through your TV isn't as important as what's showing on the screen.  If the content sucks nobody will want to communicate about it. Update: Hah, I should have read the TechCrunch article first, my argument is redundant." - Andrew Shell
Andrew Shell
"Cool. Where are you from?" - Andrew Shell
Andrew Shell
Re: Radio2 RT WordPress Plugin - http://blog.andrewshell.org/radio2r...
"I've just updated the plugin.  Now with outgoing RT links!!!" - Andrew Shell
Andrew Shell
Re: Radio2 RT WordPress Plugin - http://blog.andrewshell.org/radio2r...
"Right now it doesn't add the ability to RT out from my blog.  It just accepts the parameters so any site that supports the ability to RT out can RT to my blog.  Adding RT out will be the next feature I implement. :)" - Andrew Shell
Andrew Shell
Re: Scripting News: A standard for RT'ing? - http://scripting.com/stories...
"I just took a stab at creating a WordPress plugin that accepts your parameters and maps them to the existing "Press This" bookmarklet page. http://blog.andrewshell.org/ra..." - Andrew Shell
Andrew Shell
"I just tested it on 3.3.1 and it looks like it's putting rel="nofollow" on the links.  The test site I'm using is http://www.mastermindphp.com/b... you can see in the sidebar.  Maybe there is a plugin conflict?  If you have a page caching plugin you might try clearing the cache.  Let me know what result you were expecting specifically and I'll see if I can figure out what's happening on your site." - Andrew Shell
Andrew Shell
"Thanks for letting me know.  I'll take a look and see if I can figure out why it's not working." - Andrew Shell
Andrew Shell
Re: Links Opening In The Same Window Is Crap - http://www.horsesaysinternet.com/web-med...
"I disagree. When I left click a link I expect it to load in the current window. If I want it to load in a new tab I right click and select open in new window. I hate she a link automatically opens a new tab because then it takes what was supposed to be one click and turns it into three (click link, close current tab, click to new tab) and then it breaks my back button." - Andrew Shell
Andrew Shell
Re: Anatomy of a Web Startup City - http://happyemergency.tumblr.com/post...
"Is there a list somewhere of what cities are considered first and second tier cities?  How will we know when Madison is a 2nd tier city? Also if you haven't seen it yet I found this article to be educational http://www.american.com/archiv..." - Andrew Shell
Andrew Shell
Re: Ask Engadget: best streaming music solution? - http://www.engadget.com/2011...
"I've been a rhapsody subscriber for a long time probably 8 years or so and it's just gotten better and better. I love the iPhone app so I don't have to rip tracks anymore." - Andrew Shell
Andrew Shell
Re: WordPress Meetup Plugin - http://nuancedmedia.com/wordpre...
"Awesome I'll take a look. :)" - Andrew Shell
Andrew Shell
Re: Status Update Custom Post Type - http://blog.andrewshell.org/status-...
"Try going to your permalinks page and re-save.  Sometimes if your permalinks are set before you activate the plugin the custom post pages won't work." - Andrew Shell
Andrew Shell
Re: Status Update Custom Post Type - http://blog.andrewshell.org/status-...
"The nav bar issues was from my plugin so I patched the plugin and a new version should be making it's way out there." - Andrew Shell
Andrew Shell
Re: Status Update Custom Post Type - http://blog.andrewshell.org/status-...
"I just tested it out on a dev site I have with the canvas theme.  I see an issue with the margin on status items. You can correct this by adding the following style into your custom.css file: .status { margin: 0 0 40px; } There seem to be some odd formatting of the nav bar on the status update pages as well.  I'll have to take a look but I think it's because the styling is somehow tied to specific post type styles and it doesn't have generic enough styles for custom post types.  I think you would see this error with any custom post type, not just SUCPT.  I'll take a look and see if I can find a solution." - Andrew Shell
Andrew Shell
Re: Status Update Custom Post Type - http://blog.andrewshell.org/status-...
"Can you clarify what exactly is happening?  Typically this plugin won't do much unless you have a theme that's expecting it and does something special with it." - Andrew Shell
Andrew Shell
Re: WordPress Meetup Plugin - http://nuancedmedia.com/wordpre...
"I just installed it and it seems to work great.  Unfortunately it doesn't currently have the features I need for my site.  My use case requires that I can add multiple meetups and have them updated automatically (via cron or whatnot).  The plugin looks great though and hopefully I'll be able to use a later version.  Keep up the good work." - Andrew Shell
Andrew Shell
Re: WordPress Meetup Plugin - http://nuancedmedia.com/wordpre...
"I just downloaded version 1.0 from wordpress.org today.  There seems to be a fatal error being thrown that prevents it from installing.  The error is because in events.php you call parent::WP_Meetup_Model(); which doesn't exist. WP_Meetup_Model is just an empty class.  If you want to write using old school php 4 code then you should also create a WP_Meetup_Model method in WP_Meetup_Model and have it call it's parent constructor parent::WP_Meetup();. Also, it would be great if your plugin supported more then one meetup.  I'm looking for something like this for our community site and I want to aggregate all the tech meetups in Madison, WI." - Andrew Shell
Andrew Shell
"This is a test" - Andrew Shell
Andrew Shell
"This is a test" - Andrew Shell
Andrew Shell
"I have a slightly different mentality that I'm currently struggling against. My issue is I look at small inexpensive things (particularly subscription based services) and I think "That's only $10/month not a big deal" but as my frugal girlfriend points out all those little things add up to a big thing. I was able to save over $100/month by analyzing all my little purchases and cutting out anything that wasn't adding enough value to my life. Some I might reinstate (like dropbox pro account) if I find that I'm struggling without them." - Andrew Shell
Andrew Shell
Re: Infinite Mentality - http://evbogue.com/infinit...
"I have a slightly different mentality that I'm currently struggling against. My issue is I look at small inexpensive things (particularly subscription based services) and I think "That's only $10/month not a big deal" but as my frugal girlfriend points out all those little things add up to a big thing. I was able to save over $100/month by analyzing all my little purchases and cutting out anything that wasn't adding enough value to my life. Some I might reinstate (like dropbox pro account) if I find that I'm struggling without them." - Andrew Shell
Andrew Shell
Re: Status Update Custom Post Type - http://www.disqus.com/people...
"Unfortunately it's still in the early stages of development.  It's my plan to get it to work with other items but right now it's not incredibly useful unless you're a developer looking to build off of it." - Andrew Shell
Andrew Shell
Re: Status Update Custom Post Type - http://blog.andrewshell.org/status-...
"Unfortunately it's still in the early stages of development.  It's my plan to get it to work with other items but right now it's not incredibly useful unless you're a developer looking to build off of it." - Andrew Shell
Other ways to read this feed:Feed readerFacebook