![]() |
Setup for Layer tennis: Coudal site, Live streaming from influxis, MetroTwit |
27 August, 2010
Setup for LayerTennis
This is the setup with which I follow the Layertennis match between Joshua Davis and Brendan Dawes
15 August, 2010
People will pay for
From People Pay For Value - Their Value, Not Yours:
- People will pay for an individual song (and maybe an album), but they would like the choice.
- People will pay for great writing - whether it's in a magazine, newspaper, book or online. But, it has to be great (and not just your perception of great).
- People will pay to see a movie - they just might not go to the theatre or to rent it from your physical store any more.
- People will pay to be entertained.
- People will pay to learn.
- People will pay to be better connected.
- People will pay for an exclusive experience.
- People will pay for a premium experience.
- People will pay for better access to customer service.
- People will pay to avoid hassles.
- People will pay to get things on their own time schedule (when they want it/how they want it).
- People will pay for speed (whatever speed means in your industry).
- People will pay for something that will give them more social clout.
- People will pay for products that are virtual.
- People will pay for information.
- People will pay for more mobility.
- People will pay for more flexibility.
- People will pay for more comfort.
09 August, 2010
What? I pay 10$ to promote a visit to the US to everyone else?
realy? I pay 10$ to promote a visit to the US to everyone else? and me paying will make me want to visit the US more?
I'm staggered at the unflinching pseudo naivety. No, realy, you will pay for the promotion of visiting the US to others and of course also for the registration of your personal information that we will distribute to some people. And we would love for you to visit the US more often. And tell your friends. Have a nice day.
Euro talk
I'm staggered at the unflinching pseudo naivety. No, realy, you will pay for the promotion of visiting the US to others and of course also for the registration of your personal information that we will distribute to some people. And we would love for you to visit the US more often. And tell your friends. Have a nice day.
Euro talk
Silverlight Visual State Manager epiphanyish
Sometimes you use something without a deeper understanding. Or you just fumble arround until you get the desired effect. Then you deside to research the darn thing because it just doesn't do what you want it to do. Just now I got a flash of understanding about how the Visual State Manager works (at least in Blend):
My first intuition was that you have a base/begin state and an end state, and in the transition you add keyframes which fall in between the begin and end state. The system should calculate from the begin state to the first keyframe value and from the last keyframe value to the end state for the last leg of the animation.
In summary:
- You create a base state
- The begin state it shows when the control loads
- You create the end state(s)
- How the control looks in the new state
- Then you add a state transition with some time
- This makes the an animation that goes from the base/begin state to the end state.
- The system calculates from the begin state and the end state what the values in between should be
- Blend shows an animation in the timeline without keyframes
- It is possible to change the begin time and end time of the animation
- You can add easing functions to liven it up
- If, for example, you change the end rotation value, this value will overrule the end state value
My first intuition was that you have a base/begin state and an end state, and in the transition you add keyframes which fall in between the begin and end state. The system should calculate from the begin state to the first keyframe value and from the last keyframe value to the end state for the last leg of the animation.
In summary:
- begin state to end state
- add a transition for time
- change the begin and end state begin and end times in the transition
- add transition effects
- Change the begin value and end value of the transition
08 August, 2010
Note to self: Don't look at this post on mondays, in fact forget this, no realy, don't click...
/* IE 6 */
* html .yourclass { }
/* IE 7 */
*+html .yourclass{ }
/* IE 7 and modern browsers */
html>body .yourclass { }
/* Modern browsers (not IE 7) */
html>/**/body .yourclass { }
/* Opera 9.27 and below */
html:first-child .yourclass { }
/* Safari */
html[xmlns*=""] body:last-child .yourclass { }
/* Safari 3+, Chrome 1+, Opera 9+, Fx 3.5+ */
body:nth-of-type(1) .yourclass { }
/* Safari 3+, Chrome 1+, Opera 9+, Fx 3.5+ */
body:first-of-type .yourclass { }
/* Safari 3+, Chrome 1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.yourclass { }
}
* html .yourclass { }
/* IE 7 */
*+html .yourclass{ }
/* IE 7 and modern browsers */
html>body .yourclass { }
/* Modern browsers (not IE 7) */
html>/**/body .yourclass { }
/* Opera 9.27 and below */
html:first-child .yourclass { }
/* Safari */
html[xmlns*=""] body:last-child .yourclass { }
/* Safari 3+, Chrome 1+, Opera 9+, Fx 3.5+ */
body:nth-of-type(1) .yourclass { }
/* Safari 3+, Chrome 1+, Opera 9+, Fx 3.5+ */
body:first-of-type .yourclass { }
/* Safari 3+, Chrome 1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.yourclass { }
}
01 August, 2010
Art is: Investing in art
One aspect I find in the realm of art is that a lot of the artists invest in the endevour of art. They spend their time making art to the exclusion of other possible activities. So much so that it becomes a matter of survival. Some art works are so labor intensive that merely creating the work results in a situation that if the work is not succesful the artist will suffer. You could also approach this aspect in another way. The investment in the psychological sense. Someone has spent his (or her) time in tedious repetition with the intention of making a cultural statement: The shear bloody-mindedness of the act makes the act stand out and part of the experience.
Subscribe to:
Posts (Atom)