IE 8, Silverlight 2 betas released
-
I heard that Chris had finally gotten around to converting the site to Silverlighter.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001modified on Wednesday, March 5, 2008 6:03 PM
:laugh: 5 for that one
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
:laugh: 5 for that one
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
have u seen "Activities" and "WebSlice" on IE8 and mobile devices support for silverlight and the new expression studio 2 i don't really know how i can learn about all these things at the same time i really hate MIX :p
-
I heard that Chris had finally gotten around to converting the site to Silverlighter.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001modified on Wednesday, March 5, 2008 6:03 PM
we need to get a Zippo for Bob... :rolleyes:
Steve
-
Internet Explorer 8 beta 1[^] was released today at the Mix '08 conference. Oh, and a Silverlight 2 beta[^] was released as well. Some other Silverlight tidbits: ScottGu posted 8 Silverlight tutorials[^] to get you started. Jon Lam shows off Ruby running in your browser[^] via Silverlight. :cool:
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
"The interesting file is app.xap. This is the way we package Silverlight components for distribution. ... it dynamically packages everything that you need to run your DSL application into the XAP and serves it up to your browser. The core DSL runtime pieces and the IronRuby assemblies are in the file, along with all of the other files that we generated in our starter application." In other words, their 'hello world' app is roughly 700KB in size. Are these guys smoking crack or something? :wtf:
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out now -
"The interesting file is app.xap. This is the way we package Silverlight components for distribution. ... it dynamically packages everything that you need to run your DSL application into the XAP and serves it up to your browser. The core DSL runtime pieces and the IronRuby assemblies are in the file, along with all of the other files that we generated in our starter application." In other words, their 'hello world' app is roughly 700KB in size. Are these guys smoking crack or something? :wtf:
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out nowIt's come a long way from 10 Print "Hello World!"
I still remember having to write your own code in FORTRAN rather than be a cut and paste merchant being pampered by colour coded Intellisense - ahh proper programming - those were the days :)
-
"The interesting file is app.xap. This is the way we package Silverlight components for distribution. ... it dynamically packages everything that you need to run your DSL application into the XAP and serves it up to your browser. The core DSL runtime pieces and the IronRuby assemblies are in the file, along with all of the other files that we generated in our starter application." In other words, their 'hello world' app is roughly 700KB in size. Are these guys smoking crack or something? :wtf:
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out nowThe 700K is for the 1-time scripting runtime to run Ruby, right?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
The 700K is for the 1-time scripting runtime to run Ruby, right?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
No that is for the whole application, so each time its updated, another 700k.
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out nowHey leppie Are you getting those numbers from the screenshot of app.zip? I see that contains the Ruby Silverlight runtime/scripting runtime. I'm not sure if those dlls need to be deployed in every app.zip. I could be wrong though, I'll ask John about it in the comments.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Hey leppie Are you getting those numbers from the screenshot of app.zip? I see that contains the Ruby Silverlight runtime/scripting runtime. I'm not sure if those dlls need to be deployed in every app.zip. I could be wrong though, I'll ask John about it in the comments.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
Yes I am, but as you can see the zip contains the application and the run time. From what I can see it needs to be included in every app.zip. Good luck getting an answer from John (I have had very little luck getting responses from MS people via email).
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out now -
Yes I am, but as you can see the zip contains the application and the run time. From what I can see it needs to be included in every app.zip. Good luck getting an answer from John (I have had very little luck getting responses from MS people via email).
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out nowHi leppie, I got an answer from John. He said,
Depending on how you configure your app, you can download the DSL dependencies (DLR + IronRuby) in a separate XAP that comes from one of our servers (this isn't working yet). So your XAP becomes something like 2K in that case. It will also be cached in your browser cache so it is a one-time download. Compare with any of the other binary redists of Ruby 1.8.6 for size ...
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Hi leppie, I got an answer from John. He said,
Depending on how you configure your app, you can download the DSL dependencies (DLR + IronRuby) in a separate XAP that comes from one of our servers (this isn't working yet). So your XAP becomes something like 2K in that case. It will also be cached in your browser cache so it is a one-time download. Compare with any of the other binary redists of Ruby 1.8.6 for size ...
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Upon this disciple I'll build my new religion? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
Wow, you got an answer, the MS guys must hate me for some reason ;P
Professor Sharada Ulhas wrote:
So your XAP becomes something like 2K in that case
Why run it in you browser at all then? :confused:
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out now