Contact

Please send me an email: me [at] loiane [dot] com

Thanks! :)

21 Comments

  1. bikram

    i think there used to be a ‘donate’ button on your site , once upon a time. I don’t see that anymore. If i would like to make a small donation to you, will you accept payment via paypal? or any other means? thanks, bikram

  2. Solman

    Hola Loiane, how are you? jeje your blog are very interesting =) . I am a programmer with php technologies and extjs ,jquery, gwt , etc . i’m from Peru and I am surprise with you … actually i have a technologics center and we make software for many countries … i will wail to talk with you about bussiness ;)
    thanks regards.
    P.D. My English is not good :P

  3. I just had to stop by and say how impressed I am with your website. I was searching for extjs, spring and hibernate examples and found your article. I then found my way to your home page and was wowed! You have so much great material on your site, thanks for all the help and great examples!

  4. Manuel Hernandez

    Hola Loine… gracias por tu participacion en los tutoriales presentados…estan de maravilla… necesito tu ayuda please, spring 3.x and spring security 3.x.., hibernates 3.x and dwr3 and extjs.. mil gracias

  5. Loiane

    Hola Manuel,
    Voy a publicar tutoriales sobre Spring 3 luego.
    Gracias!

  6. Holaa Loine, esperando que te encuentres muy bien te envio un cordial saludo
    y al mismo tiempo solicitandote de de ayuda… estoy probando Ext JS 4 y JSP resulta que mi aplicacion funcion bien en Fire Fox 4 pero en IE 8 NO, que estare haciendo mal ..
    el error es el siguiente …

    Mensaje: ‘events’ is null or not an object
    Línea: 10962
    Carácter: 9
    Código: 0
    URI: http://localhost:8080/proyecto/lib/ext/ext-all-debug.js De antemano muchas gracias…. me gustaria tener una charla contigo elige el medio que mas te convega y horario…

  7. Loiane

    Hi Manuel,
    I have to check you code to see where the error is happening.
    Can you pls post it?

  8. Safal

    Hi loine,

    I want to implement multiple file upload functionality inside editor grid. The req is to have 3 columns within the grid. one of the column shall be used to upload the file from local system that way if user add the rows those many files will be browsed. I don’t know exactly how to achieve this or is it possible ?

    If anyone has any idea to implement then please let me know.

    Thanks

  9. I’ve just sent you a message on the other post (about sending file with ExtJS 4) I hope it has not been flagged as SPAM.

  10. Lisa Johnston

    Hi Loiane,
    I was going to buy your ExtJs 4 e-book from packtpub.com and see its on pre-order.
    What date will it be available ?
    Thanks,
    Lisa

  11. Loiane

    Hi Lisa,
    The book will be available on November/2011.
    Thanks!

  12. Loiane

    Hi Olivier,
    I replied your post.
    Thanks

  13. Manjush

    Ma’am ,
    I really need your help to export the data s from grid to text format
    saw your article from grid to excel, if you can send a sample code for text format ,it will be really helpful for me

  14. Loiane

    Manjush,
    Already answered your comment on the post.
    Thanks

  15. Hola Loiane, how are you? jeje your blog are very interesting =) . I am a programmer with php technologies and extjs ,jquery, gwt , etc . i’m from Peru and I am surprise with you … actually i have a technologics center and we make software for many countries … i will wail to talk with you about bussiness
    thanks regards.
    P.D. My English is not good

    +1

  16. Manjush

    var submit=function(){var id=Ext.getCmp(‘txtID’).getValue();ReportsDWR.graphFetchVisitID(id,callback = function(list){//ldetails=list;alert(list);store.loadData(list); 
    }); }
    var store = new Ext.data.ArrayStore({ 
    fields:[{name:'name',type:'date',dateFormat: 'm/d/Y'},{name:'data1',type: 'float' }] }); 

    var ldetails = [];var myReader = new Ext.data.ArrayReader( {}, [ {name :'name',type: 'date',dateFormat: 'm/d/Y'},
    {name:'data1',type: 'float'
    }
    ]); 

    var chartdemo=Ext.create(‘Ext.chart.Chart’, {renderTo: Ext.getBody(),width: 1000,height: 600,id :’chartdemo’,animate: true,store tore,axes: [{type: 'Numeric',position: 'left',fields: ['data1'],label: {renderer: Ext.util.Format.numberRenderer(’0,0′)},title: ‘BMI Values’,grid: true,minimum: 0},{type: ‘Category’,position: ‘bottom’,fields: ['name'],label: {renderer: Ext.util.Format.dateRenderer(‘m/d/Y ‘) },title: ‘Date’}],series: [{type: 'line',highlight: {size: 7,radius: 7},axis: 'left',
    xField: 'name',yField: 'data1',markerConfig: {type: 'cross',size: 4,radius: 4,'stroke-width': 0}}
    ]
    });in this case the data is loaded from An Arraylist in Dwr and its called back in ext JS and that list is loaded in Store .But in this case it dosent work,Y axis is not completely shown,Can Anyone please help me in using Json Store to load data from a list,and please check my code..please

  17. Manjush

    Hi,Please check this code this dosent work in Ext JS 4 graph,But the same works loading of data in store works for grid

    var submit=function(){var id=Ext.getCmp(‘txtID’).getValue();ReportsDWR.graphFetchVisitID(id,callback = function(list){//ldetails=list;alert(list);store.loadData(list); 
    }); }
    var store = new Ext.data.ArrayStore({ 
    fields:[{name:'name',type:'date',dateFormat: 'm/d/Y'},{name:'data1',type: 'float' }] }); 

    var ldetails = [];var myReader = new Ext.data.ArrayReader( {}, [ {name :'name',type: 'date',dateFormat: 'm/d/Y'},
    {name:'data1',type: 'float'
    }
    ]); 

    var chartdemo=Ext.create(‘Ext.chart.Chart’, {renderTo: Ext.getBody(),width: 1000,height: 600,id :’chartdemo’,animate: true,store tore,axes: [{type: 'Numeric',position: 'left',fields: ['data1'],label: {renderer: Ext.util.Format.numberRenderer(’0,0′)},title: ‘BMI Values’,grid: true,minimum: 0},{type: ‘Category’,position: ‘bottom’,fields: ['name'],label: {renderer: Ext.util.Format.dateRenderer(‘m/d/Y ‘) },title: ‘Date’}],series: [{type: 'line',highlight: {size: 7,radius: 7},axis: 'left',
    xField: 'name',yField: 'data1',markerConfig: {type: 'cross',size: 4,radius: 4,'stroke-width': 0}}
    ]
    });in this case the data is loaded from An Arraylist in Dwr and its called back in ext JS and that list is loaded in Store .But in this case it dosent work,Y axis is not completely shown,Can Anyone please help me in using Json Store to load data from a list,and please check my code..please

  18. Bryan

    How do you get a copy of the Raw edition of Ext JS 4 First Look? I’ve been having issues getting nested json into a grid and was hoping you cover that in your book. I like ext js, but it seems like there is so little resources for it.

  19. alain

    Hi Loiane,

    I have this ext 3.2 application to upgrade and I’d like to do it with ext 4! I’ve pre-ordered your book at packt but the publication date has shifted from November to December. Can you tell us when (approximately) it will be available.
    Thanks for your great work.

Leave a Reply