Skip to content
tweets.Hellyer.kiwi

One man. One tweet app. Many @ replies.

@danielbachhuber If you are making…

@danielbachhuber If you are making an "edit JS tool" for WordPress multi-site, then I'd be super keen to get my mitts on it 🙂

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@bronsonquick @danielbachhuber Maybe something only…

@bronsonquick @danielbachhuber Maybe something only available for http://WP.com VIP members?

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@bronsonquick @danielbachhuber That seems like…

@bronsonquick @danielbachhuber That seems like it would be extraordinarily difficult without messing with WP cookies.

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@webgarb Yes, it’s only for…

@webgarb Yes, it's only for admin pages, which is the opposite of what I want. I'm looking for something like SafeCSS but for JS.

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@webgarb No, one of those…

@webgarb No, one of those is for admin pages only and one is for specific pages on the front-end unfortunately.

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@kovshenin Oh, well I don’t…

@kovshenin Oh, well I don't think that would be possible, or at least not in a way that would make it usable or would be something I'd trust

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@kovshenin For my usage I…

@kovshenin For my usage I need to allow admins to use it too, but I could put a toggle in to control that.

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@kovshenin So you would want…

@kovshenin So you would want it to only be available for super admins?

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@webgarb No, entering JS across…

@webgarb No, entering JS across the whole site, for every page.

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@kovshenin Do you have any…

@kovshenin Do you have any particular requirements/suggestions?

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@kovshenin If I don’t find…

@kovshenin If I don't find one, I'll need to make one. So either way I'll have something for you soon'ish 🙂

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@webgarb Unfortunately that’s not what…

@webgarb Unfortunately that's not what I'm looking for. I'm wanting something to let users enter JS into their WordPress admin panel.

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

Hmm, I need an equivalent…

Hmm, I need an equivalent of SafeCSS (http://wordpress.org/extend/plugins/safecss/) but for JS. Any ideas? (not worried about security)

Posted on August 20, 2012 by Ryan Hellyer | Leave a comment

@crienexzy Oh noes! I’ll keep…

@crienexzy Oh noes! I'll keep an eye out when I walk past there tomorrow morning, but it's probably too late by then.

Posted on August 19, 2012 by Ryan Hellyer | Leave a comment

@dinicmilan New version :) http://t.co/ObiHp1v3

@dinicmilan New version 🙂 http://wordpress.org/extend/plugins/spam-destroyer/

Posted on August 19, 2012 by Ryan Hellyer | Leave a comment

@dinicmilan It’s working well on…

@dinicmilan It's working well on my personal site 🙂 https://ryan.hellyer.kiwi/

Posted on August 19, 2012 by Ryan Hellyer | Leave a comment

There’s one thing more satisfying…

There's one thing more satisfying than contributing to open source … having other people contribute to your open source creation 🙂

Posted on August 19, 2012 by Ryan Hellyer | Leave a comment

@dinicmilan I’m on my phone…

@dinicmilan I'm on my phone do can't look in detail, but your solution appears to be rather ingenious.

Posted on August 19, 2012 by Ryan Hellyer | Leave a comment

@dinicmilan looks awesome :) I’ll…

@dinicmilan looks awesome 🙂 I'll closer later on

Posted on August 19, 2012 by Ryan Hellyer | Leave a comment

@nakrissimo OMG, that bunk bed…

@nakrissimo OMG, that bunk bed is awesome! I need to find a reason to buy one.

Posted on August 19, 2012 by Ryan Hellyer | Leave a comment

@markbrown4 YouTube would be better…

@markbrown4 YouTube would be better with better comments.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@no_fear_inc Writing PHP files automatically…

@no_fear_inc Writing PHP files automatically to the server would scare me a little.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@no_fear_inc Gives me the speed…

@no_fear_inc Gives me the speed I want, without making files and gives me the benefits of post revisions.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@no_fear_inc I have a similar…

@no_fear_inc I have a similar project which uses a post-table for storage (including revisions) but serves the templates via transients.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@no_fear_inc Options are very slow.…

@no_fear_inc Options are very slow. Object caching -> lightning quick.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@no_fear_inc Transients only use options…

@no_fear_inc Transients only use options when no object caching is present.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@no_fear_inc Instead of files, perhaps…

@no_fear_inc Instead of files, perhaps stash it in a transient. If object caching is running, it'll spit the template out lickity split.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@andrea_r mmmm, Chinese food. Darn…

@andrea_r mmmm, Chinese food. Darn it! Now ya'll made me hungry!

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@geekcode wha? me confused

@geekcode wha? me confused

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@Otto42 FYI, I have no…

@Otto42 FYI, I have no problems with people liking the plugin. Everyone has their unique preferences on how to do stuff.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@Otto42 Dang! And here I…

@Otto42 Dang! And here I was thinking you were a professional.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@Otto42 Can you SSH to…

@Otto42 Can you SSH to a box via the Windows file manager? (am assuming you are still using Windows these days)

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

WordPress crons always seem to…

WordPress crons always seem to take me a lot longer than they should. Always hidden problems I didn't expect.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@Otto42 I just “connect to…

@Otto42 I just "connect to server" via Nautilus in Ubuntu, so no different to working on files locally.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

Good talk by @benlobaugh at…

Good talk by @benlobaugh at WordCamp Portland … http://2012.portland.wordcamp.org/live-stream/nordic-room/ (live stream)

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@Otto42 @Viper007Bond I get the…

@Otto42 @Viper007Bond I get the concept. It just doesn't bother me to make the plugin from scratch each time.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@Viper007Bond I find that plugin…

@Viper007Bond I find that plugin very odd. I can't ever imagine having a use for it.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@Krogsgard @SiobhanPMcKeown @Rarst Please do…

@Krogsgard @SiobhanPMcKeown @Rarst Please do not wear less. Actually, I'm not going, so knock yourself out come to think of it!

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@SiobhanPMcKeown @Rarst I would wear…

@SiobhanPMcKeown @Rarst I would wear a lot worse than that in exchange for a ticket.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@JohnPBloch @dimensionmedia @no_fear_inc I’m too…

@JohnPBloch @dimensionmedia @no_fear_inc I'm too impatient 😉

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@dimensionmedia @no_fear_inc Yeah, that’d work…

@dimensionmedia @no_fear_inc Yeah, that'd work too. Good audio stream is probably better than crappy video stream.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@kgjerstad Thanks. They usually take…

@kgjerstad Thanks. They usually take a long time to turn up on WordPress.tv though unless they're being uploaded some place else first.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@dimensionmedia @no_fear_inc Even a crappy…

@dimensionmedia @no_fear_inc Even a crappy iPhone stream would suffice.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

RT @no_fear_inc: Any of the…

RT @no_fear_inc: Any of the #WordCamp events today providing a live streaming? #wcgr #wcpdx #wcmtl

Posted on August 18, 2012 by Ryan Hellyer | Tagged wcgr, wcmtl, wcpdx, WordCamp | Leave a comment

@chrisbrogan You should send them…

@chrisbrogan You should send them to http://www.happytables.com/ by @noeltock

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@giulia_soswp Nope, I don’t need…

@giulia_soswp Nope, I don't need any of them.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@giulia_soswp I don’t think so.…

@giulia_soswp I don't think so. Do you have a link to it?

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@giulia_soswp That plugin has different…

@giulia_soswp That plugin has different functionality. It is for regular backups, not instant backups.

Posted on August 18, 2012 by Ryan Hellyer | Leave a comment

@ipstenu I fixed a bug,…

@ipstenu I fixed a bug, I just fixed the WRONG bug. Oops.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@no_fear_inc lolz

@no_fear_inc lolz

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

Lesson for the day: Don’t…

Lesson for the day: Don't attempt to fix plugin bugs after drinking.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@ipstenu @yoast CSS media queries…

@ipstenu @yoast CSS media queries I assume.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@yoast She clearly wasn’t squeezing…

@yoast She clearly wasn't squeezing hard enough 😉

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

OMFG! If you squeeze http://t.co/f0aPnL91…

OMFG! If you squeeze http://yoast.com/ small enough, @yoast 's head disappears!!!!!

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@andrea_r Most of the sub-sites…

@andrea_r Most of the sub-sites are not domain mapped.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@andrea_r http://t.co/ljaHhsCB is the main…

@andrea_r http://blogg.domain.com is the main site, http://sub.domain.com is what the sub-sites look like.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@andrea_r No. I have a…

@andrea_r No. I have a site which uses a sub-domain for the main site. Just not sure how they did it.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@ipstenu It’s already possible apparently.…

@ipstenu It's already possible apparently. I'm trying to figure out how another site did it.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@davecoveney I’m wondering if…

@davecoveney I'm wondering if my problem is that I'm trying to do sub-domains of a sub-domain on a test install. Testing needed 🙂

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@davecoveney NP. Thanks for pointing…

@davecoveney NP. Thanks for pointing me in that direction though!

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@davecoveney I tried changing the…

@davecoveney I tried changing the options table to use a sub-domain, but it didn't work.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@scottbasgaard I’m looking at a…

@scottbasgaard I'm looking at a current site and it doesn't seem to be domain mapped from what I can tell.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@bjornjohansen I didn’t suggest two…

@bjornjohansen I didn't suggest two hostnames. I was asking how to put the main site on a sub-domain. Maybe I worded it wrong.

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@TCBarrett Actually, it doesn’t :P…

@TCBarrett Actually, it doesn't 😛 #SmartArseAnswer

Posted on August 17, 2012 by Ryan Hellyer | Tagged SmartArseAnswer | Leave a comment

WP sub-domain multi-site setup ……

WP sub-domain multi-site setup … any ideas how to have the main site also have a sub-domain?

Posted on August 17, 2012 by Ryan Hellyer | Leave a comment

@kekkakokkers If you don’t have…

@kekkakokkers If you don't have your name on the page, then I'd at least make sure you stomp a comment in the source code.

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@kekkakokkers I think it is…

@kekkakokkers I think it is silly not to stamp your label on it if you can. Just so long as the client is okay with it.

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@SiobhanPMcKeown It is a must!

@SiobhanPMcKeown It is a must!

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@angiemeeker That cuts nicely to…

@angiemeeker That cuts nicely to the point! What do you think of "Photocopy" (which I based off a suggestion from @brianlayman)?

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@SMARTcutGeek That is a different…

@SMARTcutGeek That is a different functionality. BackupBuddy doesn't do instant backups.

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@brianlayman How ’bout just “Photocopy”?

@brianlayman How 'bout just "Photocopy"?

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@brianlayman Hmmm, that’s an interesting…

@brianlayman Hmmm, that's an interesting angle. Wonder if there's something that could be done with "photocopier" .. off to thesaurus it

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@Rarst Practical, but a more…

@Rarst Practical, but a more exciting name would be nice. Shorter would be nice too.

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

I need a name for…

I need a name for a plugin which does instant backing up of WordPress media uploads. Suggestions? (files are sent to S3 during upload)

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

@ocean90 Probably the same sort…

@ocean90 Probably the same sort of weasel who "does charity work" but expects to be paid for it (these nutballs do exist)

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

RT @ocean90: If you want…

RT @ocean90: If you want to be paid for the translation of WordPress, you are _doing_it_wrong(). http://make.wordpress.org/polyglots/author/javiervera/

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

RT @yaykyle: This still blows…

RT @yaykyle: This still blows my mind. http://twitter.com/yaykyle/status/235913178305945600/photo/1

Posted on August 16, 2012 by Ryan Hellyer | Leave a comment

Why on earth is this…

Why on earth is this plugin by @lupka not more popular? http://wordpress.org/extend/plugins/admin-collapse-subpages/. Found via @konstruktors.

Posted on August 15, 2012 by Ryan Hellyer | Leave a comment

@AngelMercury @thejanellemj Stand strong! Insecure…

@AngelMercury @thejanellemj Stand strong! Insecure little boys will be insecure little boys it seems. They will never grow up.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@danhgilmore Well if it uses…

@danhgilmore Well if it uses plain old XMLRPC (ie: is http://WordPress.com compatibile) then I'm keen to use it.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@danhgilmore Will you be releasing…

@danhgilmore Will you be releasing the plugin?

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@danhgilmore I’m assuming the publish_post…

@danhgilmore I'm assuming the publish_post hook is what you are looking for.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@danhgilmore Sounds like a very…

@danhgilmore Sounds like a very useful plugin BTW. Does it use XMLRPC? If so, could be useful for backing up a site to http://WP.com.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@danhgilmore Won’t it be sent…

@danhgilmore Won't it be sent went the scheduled post is published?

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

I look forward to meeting…

I look forward to meeting you at WordCamp Sevilla then @bi0xid 🙂

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@bi0xid Is it safe for…

@bi0xid Is it safe for me to book flights to Spain without risking missing out?

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@bi0xid Apparently you are the…

@bi0xid Apparently you are the person to nag re: WC Sevilla tickets. I want to come, but not keen on booking flights if it might not happen.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@pgibbs Are you intending to…

@pgibbs Are you intending to go to WordCamp Sevilla? I was intending to go, but contemplating not now as we can't even buy tickets yet.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@bronsonquick I mostly like how…

@bronsonquick I mostly like how small it is. Garmin are too big. This one I wear all the time even when not running.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

Happy Tables going free must…

Happy Tables going free must be big news. Site seems to have been taken out of action! http://happytables.com/

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

@bronsonquick I have on of…

@bronsonquick I have on of those. Awesome running watch.

Posted on August 14, 2012 by Ryan Hellyer | Leave a comment

RT @noeltock: happytables is now…

RT @noeltock: happytables is now free, restaurant websites have no excuse anymore! http://bit.ly/wAIwsY #boom

Posted on August 14, 2012 by Ryan Hellyer | Tagged boom | Leave a comment

@ipstenu Me needs to learn…

@ipstenu Me needs to learn to use TweetDeck I think!!!

Posted on August 13, 2012 by Ryan Hellyer | Leave a comment

@ipstenu huh? I sent that…

@ipstenu huh? I sent that to Facebook. Not Twitter. … ???

Posted on August 13, 2012 by Ryan Hellyer | Leave a comment

@DeFries Next thing, 10,000 people…

@DeFries Next thing, 10,000 people turn up to celebrate your birthday.

Posted on August 13, 2012 by Ryan Hellyer | Leave a comment

RT @DeFries: Today is my…

RT @DeFries: Today is my birthday and you are ALL invited here tonight. All of ya'll. (at Las Dunas) — http://path.com/p/1xQBF7

Posted on August 13, 2012 by Ryan Hellyer | Leave a comment

@simonwheatley I need to buy…

@simonwheatley I need to buy a rubber duck then!

Posted on August 12, 2012 by Ryan Hellyer | Leave a comment

@obenland :D

@obenland 😀

Posted on August 12, 2012 by Ryan Hellyer | Leave a comment

@obenland This would definitely explain…

@obenland This would definitely explain why I can't get that function to work 🙁

Posted on August 12, 2012 by Ryan Hellyer | Leave a comment

@obenland Oops, I just googled…

@obenland Oops, I just googled and sent the first thing that popped up which mentioned it. Didn't realise it was the same function!

Posted on August 12, 2012 by Ryan Hellyer | Leave a comment
  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next »

Search

Hash tags

buddypress Christchurch comment de e EQNZ FB ff gerwinnz IFTTT livejump marriageequality msg18158 mysql nz occupydunedin plugin post post15854l post16272 post16443 post16699 ryan slide team10up thesiswp tinychat value wcch wceu wclx12 WCNorge wcpdx wcsf wcuk web winning women WordCamp WordCampNZ wordpress WP wpcb13 wpmu youtube

Archives

  • January 2020 (1)
  • June 2019 (1)
  • April 2019 (5)
  • November 2018 (1)
  • October 2018 (6)
  • April 2017 (1)
  • March 2017 (6)
  • December 2016 (6)
  • November 2016 (60)
  • October 2016 (71)
  • September 2016 (95)
  • August 2016 (142)
  • July 2016 (209)
  • June 2016 (107)
  • May 2016 (21)
  • April 2016 (74)
  • March 2016 (62)
  • February 2016 (51)
  • January 2016 (70)
  • December 2015 (51)
  • November 2015 (31)
  • October 2015 (54)
  • September 2015 (100)
  • August 2015 (141)
  • July 2015 (34)
  • June 2015 (57)
  • May 2015 (117)
  • April 2015 (247)
  • March 2015 (212)
  • February 2015 (141)
  • January 2015 (315)
  • December 2014 (480)
  • November 2014 (347)
  • October 2014 (396)
  • September 2014 (228)
  • August 2014 (156)
  • July 2014 (167)
  • June 2014 (197)
  • May 2014 (261)
  • April 2014 (196)
  • March 2014 (169)
  • February 2014 (157)
  • January 2014 (126)
  • December 2013 (191)
  • November 2013 (123)
  • October 2013 (222)
  • September 2013 (112)
  • May 2013 (104)
  • April 2013 (491)
  • March 2013 (336)
  • February 2013 (199)
  • January 2013 (311)
  • December 2012 (104)
  • November 2012 (181)
  • October 2012 (325)
  • September 2012 (338)
  • August 2012 (407)
  • July 2012 (277)
  • June 2012 (214)
  • May 2012 (69)
  • April 2012 (115)
  • March 2012 (65)
  • February 2012 (13)
  • January 2012 (15)
  • December 2011 (54)
  • November 2011 (301)
  • October 2011 (108)
  • September 2011 (48)
  • August 2011 (58)
  • July 2011 (27)
  • June 2011 (129)
  • May 2011 (185)
  • April 2011 (18)
  • March 2011 (29)
  • February 2011 (74)
  • January 2011 (41)
  • December 2010 (47)
  • November 2010 (40)
  • October 2010 (20)
  • September 2010 (36)
  • August 2010 (53)
  • July 2010 (27)
  • June 2010 (57)
  • May 2010 (17)
  • April 2010 (22)
  • March 2010 (19)
  • February 2010 (14)
  • January 2010 (124)
  • December 2009 (51)
  • November 2009 (71)
  • October 2009 (83)
  • September 2009 (97)
  • August 2009 (26)
  • July 2009 (17)
  • June 2009 (1)
  • April 2009 (1)
  • February 2009 (52)
  • January 2009 (87)
  • December 2008 (42)
  • November 2008 (10)
  • October 2008 (5)
  • September 2008 (10)
  • August 2008 (6)
  • July 2008 (7)
  • June 2008 (53)
  • May 2008 (56)
  • April 2008 (1)

Tweet archive?

Wondering why I store my tweets here? It's mostly so that I have a permanent archive and aren't relying on Twitter.com to store them all for me. But it's also handy to have them in an easily searchable and taggable format.

Privacy policy

Copyright © Ryan Hellyer's tweets 2025. WordPress theme by Ryan Hellyer.