Profile_bird

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

Already using Twitter
from your phone? Click here.

PhilSoehnlein

  1. But again: #jsconf was so cooool. It will take some time to wrap everything up… Hopefully #webtech next week will be that good too.
  2. Home sweet home. Finally back, two hours later than planned. Bed is calling now. Expect little zombie mode tomorrow.
  3. I'm sad, I have to leave #jsconf in several minutes to catch my train, so I'll miss 1,5 talks. Thanks to @jsconfeu for this great weekend!
  4. Hopefully the audio- or video-recordings of the talks will be released on the website. #jsconf
  5. I really feel, I attended in the wrong session. Speaker in the other talk had some standing ovations at the end. #jsconf
  6. One of the best talks so far by @stubbornella about OOCSS. #jsconf
  7. LabJS (http://labjs.com/) looks like an usefuul and easy to implement way to reduce your page loading time. I should try it. #jsconf
  8. I had breakfast, I haz hot chocolate and I can haz WLAN. Looking forward, to the rest of the day. #jsconf
  9. Warum bezahle ich eigentlich hier für das (teure) Hotel-WLAN, wenn hier zwei offene Accesspoints vorhanden sind?
  10. @dzschille Oh, no. I didn't know, you where there. You are at the conference, too? Or only on the party?
  11. watching the second seasons of The Guild. http://www.watchtheguild.com/ Laughing a lot.
  12. @jsconfeu Is this slot tomorrow in underground at 3pm still available? Or any other before? (I'm thinking about crafting a presentation…)
  13. Douglas Crockford: "if you have a number in your program, that has a decimal point, you definitely have an error." #jsconf
  14. This was indeed a great talk. Thanks to @thomasfuchs. #jsconf
  15. JS performance tip #8 by @thomasfuchs: Don't use try/catch if you don't really have to. #jsconf
  16. JS performance tip #7 by @thomasfuchs: Don't use the with statement. #jsconf
  17. JS performance tip #6 by @thomasfuchs: Cache globals (var w=window;) #jsconf
  18. JS performance tip #5 by @thomasfuchs: Unrolled loops are faster, than normal loops. #jsconf
  19. JS performance tip #4 by @thomasfuchs: There's no performance difference between while and for loops. #jsconf
  20. JS performance tip #3 by @thomasfuchs: Don't use "parseInt(12.5)". Use '~~(1 * "12.5")' #jsconf