Get short, timely messages from Dan Harper.

Twitter is a rich source of instantly updated information. It's easy to stay updated on an incredibly wide variety of topics. Join today and follow @DanHarper7.

Get updates via SMS by texting follow DanHarper7 to 40404 in the United States
Codes for other countries

Two-way (sending and receiving) short codes:
Country Code For customers of
Australia
  • 0198089488 Telstra
Canada
  • 21212 (any)
United Kingdom
  • 86444 Vodafone, Orange, 3, O2
Indonesia
  • 89887 AXIS, 3, Telkomsel
Ireland
  • 51210 O2
India
  • 53000 Bharti Airtel, Videocon
Jordan
  • 90903 Zain
New Zealand
  • 8987 Vodafone, Telecom NZ
United States
  • 40404 (any)

DanHarper7

  1. Clippy.js - add Clippy to any website instantly. smore.com/clippy-js via @SmorePages
  2. Anyone want to buy me a Chromebook & Cloud9 subscription and I'll review the combo for web development? ;) Thought not.. :(
  3. @letsallplaygolf Thanks :)
  4. @letsallplaygolf Oh yeah, just ran a test too, seems fine. I need sleep… lol
  5. @letsallplaygolf That's what it seems. I'm only just looking into it, but found this: stackoverflow.com/questions/8318…
  6. Form fields set to "display:none" don't get submitted. This is the first I've heard of this. Is this common knowledge?
  7. Use FuelPHP's Email class with Google SMTP: fuelphp.com/forums/topics/… (setting "newline" to \r\n is important).
  8. @twostepmedia @envatowebdev list() gets several array items in 1 line. list($a, $b) = explode(' ', 'Hello World'); $a is Hello. $b is World
  9. @DeanPerry Just a better way to see albums than scanning through a HUGE list in a narrow sidebar.
  10. Good rule of thumb: IDs for JavaScript. Classes for CSS.
  11. Spotify needs a better way to play entire albums. May use their API to build it myself..
  12. @TomArdern Looks like this to me: twitpic.com/9q8w2m
  13. @letsallplaygolf You'll want to use DB migrations and customise the deploy hook script to run your "migrate current" command.
  14. Deploy a project using Git push stackoverflow.com/q/279169/14897…
  15. @TomArdern There's a new design? Looks the same here.
  16. @TomArdern Find shortcode function for the outer shortcode. Run its content through do_shortcode(). (wordpress.org/support/topic/…)
  17. Is there a setting on Google Analytics to suppress use of cookies for users who have not yet given consent stackoverflow.com/q/10668292/148…