No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Your example is an HTML5 Feature and will only work on Firefox2.5 and Chrome5. Hoping the function getAsDataURL() will come more popular in the next time! Other solution with more compatibility are client side java applets or activeX ... | |
Re: Your result image dont match the original aspect ratio! the thumbnail method has better performance than resize ... look at [URL="http://united-coders.com/christian-harms/image-resizing-tips-every-coder-should-know"]united-coders.com[/URL] for a more complete code snipplet! ![]() | |
Re: Hmmm do you have problems with the right transport encoding or reading from div? If first try a look on [URL="http://united-coders.com/christian-harms/escaping-examples-and-the-worst-test-data"]article on united-coders.com[/URL] - some examples to understand when & ist & ... | |
I discussed yesterday how to access to members of JavaScript objects? var obj = {a:1}; value = obj.a; value = obj['a']; value = obj.geta() Are there differences in speed while accessing with dot notation, key notation or more java-like getter function? But the more complete solution can found on [URL="http://united-coders.com/christian-harms/javascript-object-access-micro-benchmarks"]united-coders.com[/URL]. |
The End.