Profile_bird

Hey there! AndrewWBurns 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 AndrewWBurns's tweets.

Already using Twitter
from your phone? Click here.

AndrewWBurns

  1. @danluciano I love searching for an issue and discovering I blogged about it last year, and had forgotten about it. That's why I do it!
  2. @jonbeckett What? And is it wrong of me to be curious about that?
  3. Didn't get to Las Vegas - what other #SharePoint Conferences are planned? I know there is the Evolution one http://is.gd/4xkpz - any others?
  4. @notthatbright Hmm. Yes, the options that I've seen aren't very cheap. I did come across a page about Bamboo working on a solution.
  5. @jcvivian Interesting choice - why did you store the images in SQL server that way? If in DB, why not just use the Content DB?
  6. Hmm. Put 8000 50Mb images in a #SharePoint picture library. Not the best plan I've heard. Anyone else dealt with similar?Links to a filesys?
  7. @einaros Try changing it, then...
  8. @dorr Let me know if you find anything interesting. It's a subject I meant to come back to, but never did...
  9. @dorr ...replace images with javascript - http://is.gd/40kHe - though I would consider jQuery over the code in that post.
  10. @dorr Nope. Asked on MSDN; response was it's not possible. I've seen it asked again. One possible suggestion...
  11. @jthake -Agree about @waldekm -excellent posts. I also like the way he makes 'Inconvenient X' sound like 'bloody annoying X'. Understated...
  12. @sjoere Web.config modifications should be done via SPWebConfigModification objects, rather than by hand(!)
  13. @sjoere CAS Policies should be used rather than elevating farm trust.
  14. @danwellman Hmm. Thanks, that's good to know. I've been wondering about more structured learning on jQuery. Might take a look
  15. @cimares @AndrewWoody - what this book? http://is.gd/3Y7nP Surely jQuery is still changing pretty fast - are books the way to go?
  16. All of my series about 'How I simplified #SharePoint's People and Groups UI' is now available - with example code. http://is.gd/3FfrD
  17. @cimares Not sure, but features? With features to upgrade those content types (probably using OM, not CAML)? I've wondered myself...
  18. @einaros Good point. How about create the item using AJAX; never submit your page? Then poll for new item via web services. More code tho
  19. @wictor @jthake - WSPs for me too.
  20. @einaros Hmm. Maybe on submit use Javascript to display some sort of 'please wait' and let the ItemAdding take however long?