Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~74.8K People Reached
Favorite Tags

4 Posted Topics

Member Avatar for naju

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 ...

Member Avatar for ratna_1
0
2K
Member Avatar for vegaseat

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!

Member Avatar for Budy_1
0
73K
Member Avatar for rs25

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 & ...

Member Avatar for rs25
0
195
Member Avatar for Christian Harms

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].

0
88

The End.