Oskar Gewalli's blog articles

0
comment
on 7/14/2009 1:36 PM
There are many problems with the hard coded nature of how a membership provider operate. Once your site depends on a membership provider it's not always easy to switch into using some different method of membership. I mean, it's extremely frustrating telling people that you can't do certain kind of functionality. Unfortunately I don't know of any open source project that satisfies this kind of requirement.
>> Read the full article
.
0
comment
on 7/5/2009 5:56 AM
I'm using a lot of jquery these days. One thing that troubled while trying to hunt down a wierd bug was how to find the event listeners for an element. You can read about it here: http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/ Mentioned in : http://stackoverflow.com/questions/570960/how-to-debug-javascript-jquery-event-bindings-with-firebug-or-similar-tool/571035 As mentioned by http://mankzblog.wordpress.com/ However, it does not list all of the handlers. There is perhaps[...]
>> Read the full article
.
0
comment
on 6/20/2009 4:54 AM
I'm playing around with an svg wrapper for jquery. As mentioned in How_HTML_5_Is_Already_Changing_the_Web this kind of programming will become more commonplace in a few years. For now I will contend with the current support for svg for this kind of development. I've tried using an svg layer as a canvas. It works really well in firefox and chrome. There was a gotcha however: I had some problem with setting the size of the canvas after it was loaded (for instance in $(document).ready(...)).
>> Read the full article
.
0
comment
on 6/18/2009 12:50 AM
As noted in twitter and on IE blog IE8 has a new “developer tools” that is accessible by the key F12. Also they have included: - console.log - console.info - console.warn - console.error - console.assert as can be seen on msdn. When you’re debugging javascript this is really sweet. If you have seen these methods before, then it might be because you’re developing in firebug. IE8 is looking hot. The inclusion of Developer tools in this release of IE, developing modern javascript is easier. Before thi[...]
>> Read the full article
.
0
comment
on 6/16/2009 1:35 PM
I’m writing an app where I have a html-canvas and render items on that canvas. The problem I ran into was that if I added a context menu to both the items and the canvas. The problem was that I kept getting the menu for the canvas and not the items. A little debugging in firefox explained why: I only need to prevent event bubbling in order to to bind layers of html. Looking into it further there is a link on Cory’s page to a different context menu with a more approriate api.
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper