-
17 Oct 2009 4:30 AM #1
Unanswered: My new ExtJS core app
Unanswered: My new ExtJS core app
Hi!
I just finished the public beta of my new extjs core application. It's the first verison of my semantic web search engine. It combines wikipedia/google. So i ask for your opinion about it! You can register at:
http://iglue.com/ and after register you can log in at http://iglue.com/.
Thanks!
-
19 Oct 2009 6:27 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
- Answers
- 83
lots of the stuff looks like flash

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
19 Oct 2009 8:14 AM #3
yes, because i think that the javascript version of google map is too slow, and the javascript image processing isn't smoothless... So I decided that the media components will be implemented in flash. In the next vesion (comes on friday) i put a scroll wheel zoom, and continuos zoom on googlemap, what can't be implemented in javascript. The extjs animations will be enabled the next release too.
-
22 Oct 2009 9:42 PM #4
niceeeeee!
-
29 Oct 2009 2:18 AM #5
Thats not true, you can enable scroll wheel zoom with just one line:i put a scroll wheel zoom, and continuos zoom on googlemap, what can't be implemented in javascript.
PHP Code:map.enableScrollWheelZoom();
-
25 Apr 2010 9:50 AM #6
Hi triptonemeister, look very nice the site, doubts, are you using ext-core only or are you using some custom build of extjs? becouse I saw in you app, windows (contact us) paging in the search so this features is not present in the ext-core, could you give more details about, how you did the custom build in ext3 I mean which tool are you suing for that?
regards
Frank
-
26 Apr 2010 5:49 AM #7
-
26 Apr 2010 11:06 AM #8
Thanks triptonemeister, but are you using a new theme created for you?, which tool are you using to minified and extract some no-core class ?
regards
Frank
-
27 Apr 2010 3:49 AM #9
Yes, the theme is custom, the components are too. I use Jsbuilder to create custom project. You can customize your extjs build with this tool. It merges and minify any kind of javascript and css. To automate build process in Aptana(or any kind of eclipse), you can add builder to your project. After it you hit shift command/control F11 the project automatically builds itself.
Here you can find the builder: http://www.extjs.com/products/jsbuilder/ and Aptana Studio: http://www.aptana.org/


Reply With Quote


