Search Type: Posts; User: jakeonthenet
Search: Search took 0.02 seconds.
-
16 Jan 2012 11:33 AM
Jump to post Thread: Announcing SilkJS by jakeonthenet
- Replies
- 32
- Views
- 21,214
Mike,
Very interesting project. Do you have anything that describes how silk compares to node?
Thanks,
-Jake -
28 Feb 2008 4:37 AM
Jump to post Thread: AjaxPro Adapter by jakeonthenet
- Replies
- 56
- Views
- 28,871
Your problem may have to do with nested types. Look at your JSON:
"__type":"DynamicWebSite.AjaxHelper+AjaxContent ...
The '+' in DynamicWebSite.AjaxHelper+AjaxContent indicates a .NET nested... -
14 Feb 2008 3:47 PM
- Replies
- 14
- Views
- 2,933
It's definitely a problem with your site. I've made extensive use of Ext with ASP.NET and it works great.
-
23 Jan 2008 1:54 PM
Jump to post Thread: Aptana Jaxer by jakeonthenet
- Replies
- 26
- Views
- 8,678
Go for it! I've made a LOT of money over the years fixing bad designs like that. You guys who don't truly understand the long term value of separating presentation/logic/data keep me busy!
Thanks... -
18 Jan 2008 2:43 PM
- Replies
- 5
- Views
- 10,267
"superclass.constructor.call" is JavaScript black magic.
-
18 Jan 2008 5:38 AM
Jump to post Thread: AjaxPro Adapter by jakeonthenet
- Replies
- 56
- Views
- 28,871
I'm in the middle of a project at the moment, but when I'm through I'll put something together. I'm thinking about releasing it as a separate project somewhere.
-
4 Jan 2008 11:18 AM
Jump to post Thread: AjaxPro Adapter by jakeonthenet
- Replies
- 56
- Views
- 28,871
That's not necessarily bad news. AjaxPro has some serious limitations (support for out parameters being a HUGE one) and is quite inefficient. I've had to rewrite most of it to get it to where I need...
-
20 Dec 2007 10:19 AM
Jump to post Thread: Hierarchical grids? by jakeonthenet
- Replies
- 4
- Views
- 1,291
If you're going to roll your own, DEFINITELY use Ext as a starting point. You're on a fools' errand if you don't. Ext is by far the easiest to extend code base I've worked with in a very long time....
-
20 Dec 2007 10:14 AM
- Replies
- 17
- Views
- 2,935
I came across a similar issue w/ embedding Ext components in a non-ext managed page. What I did was to create a viewport instance that was attached to a plain DIV that would be the container for all...
-
6 Dec 2007 4:01 PM
- Replies
- 3
- Views
- 1,092
Ok so I searched, and I was brought to this post, which tells me to search. I could be here for hours stuck in a circular hell!
-
28 Nov 2007 3:27 PM
Jump to post Thread: SVG Bar Charts proposal by jakeonthenet
- Replies
- 11
- Views
- 4,721
I ported it to Ext 1.1, but moving to Ext 2 should be painless. I'll look at it again when I get a chance.
-
26 Nov 2007 2:10 PM
Jump to post Thread: SVG Bar Charts proposal by jakeonthenet
- Replies
- 11
- Views
- 4,721
I ported the Dojo.gfx graphics library to Ext a while back. It provides excellent abstractions over SVG and VML.
-
26 Nov 2007 10:52 AM
- Replies
- 10
- Views
- 1,986
Actually there is one way to do it that works if your panels don't overlap. You can instantiate the browser control itself (IWebBrowser) using an <object> tag. Example:
<html>
<head>
<script... -
5 Nov 2007 9:31 AM
Jump to post Thread: Extending & Portal Example by jakeonthenet
- Replies
- 5
- Views
- 1,336
I think what Animal is saying is you need to pass your options in the config instead of the prototype.
ex:
Constructor initialized method:
Ext.ux.ContentBlock = function(config)
{
... -
4 Nov 2007 1:41 PM
Jump to post Thread: Ext.ux.using by jakeonthenet
- Replies
- 6
- Views
- 3,615
andrei,
Even though you don't see it, his extention is doing the exact same thing as your shortcut example. -
2 Nov 2007 1:18 PM
- Replies
- 13
- Views
- 9,835
I think the term 'declarative javascript' would be more appropriate in describing the config object style of things. While JSON is javascript in form, it does really exist on the wire and/or server,...
-
31 Oct 2007 2:23 PM
- Replies
- 8
- Views
- 14,871
Kirsten,
I don't think you can do what you're attempting with any framework. An EXT panel is nothing more than html and doesn't exist outside its parent frame (be that a frame, iframe or the... -
29 Oct 2007 9:57 AM
- Replies
- 15
- Views
- 12,135
Couple of points:
First, the requirement to refresh a grid in five seconds or less is definitely a real world scenario. Troy, your comments on web apps having 'out of the box' requirements are... -
19 Oct 2007 8:40 AM
- Replies
- 493
- Views
- 132,759
Can I play too? :D jake at jakeonthenet dot com
-
3 Oct 2007 12:13 PM
- Replies
- 45
- Views
- 67,612
In my humble opinion sync. javascript calls are bad for one reason: they block the UI thread, and give the user the impression the browser/app is frozen. This is bad UI design.
-
13 Jun 2007 5:09 PM
- Replies
- 909
- Views
- 338,726
This is excellent work! Thanks for sharing :)
-
9 Nov 2006 9:21 PM
Jump to post Thread: Tools & Environment by jakeonthenet
- Replies
- 20
- Views
- 8,116
I think for doing ASP.NET work one would be hard pressed to find better tools than VS2005.
Results 1 to 22 of 22
