Search Type: Posts; User: jbowman
Search: Search took 0.03 seconds.
-
26 Jun 2007 4:34 AM
Jump to post Thread: Ext community projects by jbowman
- Replies
- 9
- Views
- 2,233
Best of luck to you :) I'll keep an eye on the wiki and hopefully I'll be able to use your stuff with Drupal for another site some time, that'd rock.
-
25 Jun 2007 4:51 PM
Jump to post Thread: Ext community projects by jbowman
- Replies
- 9
- Views
- 2,233
I looked and couldn't find the version of drupal I was working on. I must have deleted it :(
Edit: Remembered, I made a post at drupal.com before I threw in the towel. Here you go -... -
25 Jun 2007 6:52 AM
Jump to post Thread: Ext community projects by jbowman
- Replies
- 9
- Views
- 2,233
Honestly, it was shortly after drupal 5 was released, so I don't remember the specifics. I'll check my laptop and see if I still have the test site I was working with available. I remember it had...
-
25 Jun 2007 5:00 AM
Jump to post Thread: Ext community projects by jbowman
- Replies
- 9
- Views
- 2,233
Just an FYI, I tried to implement Drupal with Ext and ran into some problems based on the way Drupal handle handles some things at it's core level. A lot of the "tabs" it implements for things like...
-
25 Jun 2007 4:55 AM
Jump to post Thread: PHP, XML Serializer and GRID by jbowman
- Replies
- 2
- Views
- 1,334
Check out this class. It should work for you for PHP 4.2 to be able to encode and decode JSON.
http://mike.teczno.com/JSON/JSON.phps
I used it pretty heavily before moving over to php5 and the... -
8 Jun 2007 12:27 PM
Jump to post Thread: Comment about ext-base. by jbowman
- Replies
- 10
- Views
- 3,233
Don't miss this link on the DomQuery documentation page - http://www.w3.org/TR/2005/WD-css3-selectors-20051215/
Just calling that out, because that was easily the biggest push to get me into the... -
6 Jun 2007 7:31 PM
Jump to post Thread: ExtJS and Blogger by jbowman
- Replies
- 8
- Views
- 3,793
Actually I stripped out the styling, except for the ext stuff. Going to work on that later.
I did manage to get a tree set up and using the google feeds ajax api to get my atom feed. You can see... -
6 Jun 2007 9:23 AM
Jump to post Thread: ExtJS and Blogger by jbowman
- Replies
- 8
- Views
- 3,793
Animal, I moved the stuff over to a different domain. This host is a little bit quicker too. I'll try to write a wrapper script to gzip the javascript later. But, it should work for you now?
-
6 Jun 2007 8:33 AM
Jump to post Thread: ExtJS and Blogger by jbowman
- Replies
- 8
- Views
- 3,793
it's the domain I'm sure, it's one I've had since a kid which is ummm.. not exactly pleasant language for the domain name. :))
I'll see if I can figure out an alternative for the javascript... -
6 Jun 2007 5:27 AM
Jump to post Thread: ExtJS and Blogger by jbowman
- Replies
- 8
- Views
- 3,793
So, this really isn't nothing more than a proof of concept. I wanted to see if I could get ExtJS to handle my layout for a blogger site. Sure enough, it is possible. It'd be better if there was a...
-
5 Jun 2007 5:02 PM
Jump to post Thread: Ext.util.HistoryManager WIP by jbowman
- Replies
- 5
- Views
- 3,070
I think you'll find that the reason it's so complicated and heavy is because of the multiple browser support. Yahoo! is committed to having support in their scripts for all their Grade A browsers....
-
4 Jun 2007 3:39 PM
Jump to post Thread: Async. File Uploads with Safari by jbowman
- Replies
- 1
- Views
- 1,000
Ext has support for file uploads, yui only for version 1, though if I understood Jack right, it may support all versions with the 1.1 beta.
-
2 Jun 2007 2:54 PM
- Replies
- 5
- Views
- 1,496
I like that. Is there any performance gain/hit with that method?
-
1 Jun 2007 6:48 AM
- Replies
- 15
- Views
- 13,306
Just out of curiosity, was the jQuery stuff I contributed for the file upload stuff useful for this, or did you end up rolling your own? Just like to think I contributed a little, if I did. I've...
-
31 May 2007 10:41 AM
Jump to post Thread: Another one about Upload by jbowman
- Replies
- 32
- Views
- 8,425
First, are you using YUI (yui-utilities.js, or the full YUI libraries) as your base, or are you using jQuery/Prototype?
The current release only supports file uploads for YUI. -
29 May 2007 6:14 PM
Jump to post Thread: rss for forums? by jbowman
- Replies
- 2
- Views
- 987
ah ha... some quick googling and i found out vbulletin has this built in
http://extjs.com/forum/external.php?type=RSS2 =D> -
29 May 2007 5:58 PM
Jump to post Thread: rss for forums? by jbowman
- Replies
- 2
- Views
- 987
I poked around and couldn't find anything... is there any type of rss feed for these forums? I'm playing with my iGoogle page :)
-
25 May 2007 1:42 PM
- Replies
- 6
- Views
- 5,779
I saw this the other day, maybe you'll find it useful
http://yehudakatz.com/2007/05/17/jquery-on-rails-a-fresh-approach/ -
25 May 2007 7:18 AM
- Replies
- 18
- Views
- 3,736
I'm a systems administrator by trade, developer as a hobbyist. I can tell you that, 99% of "bugs" in commercial software do not have the rapid turn around on fixes that you expect. If you pay for...
-
24 May 2007 6:47 PM
Jump to post Thread: MVC Php framework by jbowman
- Replies
- 25
- Views
- 8,774
Here's a little helper for Codeigniter I've been using for encoding and decoding json in a format specifically for Ext.
<?php
/**
* Helper for using Ext with Codeigniter
*
*/ -
24 May 2007 5:35 AM
- Replies
- 87
- Views
- 34,850
Is the accordi[ao]n widget going to come out in 1.1, or is that going to have to wait for 2?
-
22 May 2007 4:50 PM
- Replies
- 7
- Views
- 1,774
Thanks Animal, got both solutions in
Columns
for (var i=0;i<4;i++)
{
vPicForm.column({
id: 'vPF' + i,
autoCreate: {tag: 'div', cls: 'x-form-ct photo-column'} -
22 May 2007 4:53 AM
Jump to post Thread: Ext + jQuery (setup requirements) by jbowman
- Replies
- 1
- Views
- 998
I've used the jquery-plugins.js supplied with Ext and have had no problems.
I added this to load after all the other javascript to have the Ext isUpload property to work with jQuery as well.
... -
22 May 2007 3:11 AM
- Replies
- 7
- Views
- 1,774
yea, I was creating the parent columns to get around the fact that the default class for the columns includes a 48% width, meaning you can only get 2 inside any parent, side by side.
I'll look at... -
21 May 2007 6:42 PM
- Replies
- 7
- Views
- 1,774
And here's creating 4 rows without changing css
for (var i=0;i<4;i++)
{
if (i%2==0){
vPicForm.column();
}
vPicForm.column({
Results 1 to 25 of 118
