Øyvind Sean Kinsey
26p25 comments posted · 0 followers · following 0
16 years ago @ Rantings in the dark - easyXDM v1.8.0 relased · 0 replies · +1 points
The bug only affected messages that would increase in size with more than ~100 characters when being encoded.
http://github.com/oyvindkinsey/easyXDM/commit/1ef...
16 years ago @ Rantings in the dark - easyXDM - extremely ea... · 0 replies · +1 points
As far as I have seen, this can handle >150k messages :)
Note that you need to supply a new parameter, remoteHelper for this to kick in!
16 years ago @ Rantings in the dark - Ext Calendar · 0 replies · +1 points
This was done a long time ago and can probably be done better - including support for using a datastore.
16 years ago @ Rantings in the dark - Ext Calendar · 2 replies · +1 points
<pre>
_cal.loadData([{Text:"sampleevent",Id:24234,StartTime:_startTime,EndTime:_endTime}]);
</pre>
16 years ago @ Rantings in the dark - Ext Calendar · 0 replies · +1 points
Anywhat, it should be quite easy to extend it with a store. Just bind the deleteTimespan, updateTimespan etc to the proper events and vice-versa :)
16 years ago @ Rantings in the dark - easyXDM - extremely ea... · 0 replies · +1 points
16 years ago @ Rantings in the dark - easyXDM - extremely ea... · 0 replies · +1 points
One of the important goals of easyXDM is to be nonobtrusive, that is, not modifying any of the behavior on the primary page, and modifying the url of the main page, and also jQuery as a dependency, is what I consider obtrusive.
I\'ll release a version that will be able to utilize any file located on the main domain, like robots.txt or favicon.ico later tonight - I\'ll give you a heads up.
16 years ago @ Rantings in the dark - easyXDM - extremely ea... · 3 replies · +1 points
I\'m going to see if I can get something to work that doesn\'t rely on the user having to upload files - maybe by using the robots.txt file or something, but this will not be as efficient.
16 years ago @ Rantings in the dark - Storing multiple privi... · 0 replies · +1 points
The follow-up post is already published, http://kinsey.no/blog/index.php/2009/11/17/modify... and gives an example on how one could view/modify such a value through using Javascript/ExtJs.
As always when it comes to enforcing security in a webapplication, this has to be done both on the server (to actually enforce the restriction) and on the client (to avoid the user trying to do something he wil not be able to do)
16 years ago @ Rantings in the dark - easyXDM - extremely ea... · 1 reply · +1 points
You can check this your self at http://easyxdm.net/hashlength.html
Do NOT open this url in any browser except for IE6/7. This will cause it to loop for ever as Firefox etc has support for very long hrefs.