Profile_bird

Hey there! arrowpointe is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving arrowpointe's updates.

Already using Twitter
from your phone? Click here.

arrowpointe

  1. @dschach it's similar to the code I have in my PHP spam app.
  2. if I don't use Test.startTest and Test.StopTest, it all works fine. weird
  3. i am getting error "System.Exception: Too many System.runAs() invocations: 1" in my test method. does using RunAs require a special request?
  4. @greenstork evernote rocks, but try tripit.com for travel info. Organizes it nicely and has iCal so you can add to you calendar easy.
  5. @IdaApps I'd love to try your native quote app.
  6. if anyone has experience using Crypto.sign() in Apex, it'd be nice to see an example or update my forum post http://is.gd/1lQc0
  7. @Rafe install the newest roboform version. If u see an old one in your FF add-in list, remove it and the new one will appear.
  8. @SFCnMore maybe it's a default that you can change when you create the link in your VF page?
  9. @jaredemiller check out Simon Fell's site http://www.pocketsoap.com/osx/ for loads of Mac apps for salesforce http://is.gd/1jEDV
  10. @jpseabury :D thanks
  11. random poll: what is the average length of the data in the Description field of your incoming web-to-lead data? how about the max?
  12. like @judis217 i'd like @twitter to add a search/sort feature on my follower list. how hard is that? they need a force.com Ideas site.
  13. what's so great about Twitters updated follower/following list? nothing really. they never put in features to make the site more functional.
  14. @jpseabury s-Corp. was an LLC and moved to s-Corp. saved $$$ in taxes
  15. @gokubi I am interested in seeing your lma sites integration
  16. @sarahintampa agree on commenters that don't read posts. you should remove their URL so they can't get the benefit of a link to their site
  17. @dschach let me know if it works. it seems like something that would make a real programmer (not me) cringe
  18. @dschach use value of System.currentTimeMillis + addtl. then do.while until System.currentTimeMillis > System.currentTimeMillis + addtl
  19. @dschach here's a total hack for it that could work, but I never tried...
  20. @dschach I don't know of a timeout feature in apex. I have used an actionpoller on a vf page to throttle apex. Not sure if that applies.