Editing and compressing h.264 video for screencasts has become insanely expensive in terms of time. A 40 minute 720p video can take up to four or more hours on the final compression. My goal is to be able to deliver these videos to you faster, but I need your help! Please donate any amount to help me purchase faster hardware, allowing me to deliver videos faster to you.
$ 1735 / 3500 raised
Like what you've seen or read? Use the below links to share and enjoy.
This was an excellent screencast – I have used some basic effects to highlight rows added to a grid, but had not realised how cool you can make them with such little effort!
I am slowly working through the screencasts and love your enthusiasm and (more importantly) your clarity in the explanations.
I’m curious what software you use for your grahpics tablet – mine is now in a draw after struggling with it, but after seeing your screencasts I want to brush it off and give it another go. I’ve also done some (very lengthy) screencasts on teaching Java & OO… I’m tempted to do some Ext ones but don’t care much about hosting it myself – would you be interested if I bung some your way?
Once you get to 4 and back, the quality goes down quickly as I was trying to figure out the best way to do this stuff.
The software used was photoshop . I can host some screencasts if you’d like. I have tons of storage here. What do you use to record and what format do you save them in? My concern is that the code is easily readable (unlike my screencasts 1-4) to the visitor at the video’s native size.
@Rob,
You’re absolutely welcome. I’m glad to be in a position where I can do things like this. It’s my own little way of “giving back” to the Ext JS community.
MrLight
01. Aug, 2010
child1 = new Ext.Panel({
title : ‘Child 1′,
html : ‘Child 1′
});
———————————————-
win1 = new Ext.Window ({
height : 200,
width : 200,
layout : ‘fit’,
title : ‘win 1′,
items : child1
});
win1.show();
robwilson
12. Mar, 2009
This was an excellent screencast – I have used some basic effects to highlight rows added to a grid, but had not realised how cool you can make them with such little effort!
I am slowly working through the screencasts and love your enthusiasm and (more importantly) your clarity in the explanations.
I’m curious what software you use for your grahpics tablet – mine is now in a draw after struggling with it, but after seeing your screencasts I want to brush it off and give it another go. I’ve also done some (very lengthy) screencasts on teaching Java & OO… I’m tempted to do some Ext ones but don’t care much about hosting it myself – would you be interested if I bung some your way?
Jay Garcia
12. Mar, 2009
Thanks for your feedback Rob.
Once you get to 4 and back, the quality goes down quickly as I was trying to figure out the best way to do this stuff.
The software used was photoshop
. I can host some screencasts if you’d like. I have tons of storage here. What do you use to record and what format do you save them in? My concern is that the code is easily readable (unlike my screencasts 1-4) to the visitor at the video’s native size.
Thanks,
-Jay
exceptione
18. Mar, 2009
I enjoyed watching! Thanks and keep it coming!
Jay Garcia
24. Mar, 2009
Hi Exceptione,
Thank you for your feedback. I’m hoping to get the screencast on border layout done soon.
rams.rapo
12. Jun, 2009
one of the best screencasts i have seen in recent times..keep it going.
Jay Garcia
13. Jun, 2009
Thanks dude. Have you seen 6 – 11?
wglass
18. Jan, 2010
this was fantastic where can I get more?
Jay Garcia
18. Jan, 2010
There are at least four more in this series. Once Ext JS in action (my book) is complete, I am going to work to do more.
robinmitra
26. May, 2010
Thanks a lot for taking the time and effort in teaching about Ext-JS!
Jay Garcia
26. May, 2010
@Rob,
You’re absolutely welcome. I’m glad to be in a position where I can do things like this. It’s my own little way of “giving back” to the Ext JS community.
MrLight
01. Aug, 2010
child1 = new Ext.Panel({
title : ‘Child 1′,
html : ‘Child 1′
});
———————————————-
win1 = new Ext.Window ({
height : 200,
width : 200,
layout : ‘fit’,
title : ‘win 1′,
items : child1
});
win1.show();
win2 = new Ext.Window ({
height : 200,
width : 200,
layout : ‘fit’,
title : ‘win 2′
});
win2.show();
———————————————-
win1.remove(child1, false);
win2.add(child1);
win2.doLayout();
———————————————-
child2 = new Ext.Panel({
title : ‘Child 2′,
html : ‘Child 2′,
frame : true
});
win1.add(child2);
win1.doLayout();
———————————————-
win1.remove(child2, true);
———————————————-
child1.el.slideOut(‘b’, {
callback : function () {
win2.remove(child1, false);
win1.add(child1);
win1.doLayout();
child1.el.slideIn(‘t’);
}
});
———————————————-
child1.el.fadeOut({
callback : function () {
win1.remove(child1, false);
win2.add(child1);
win2.doLayout();
child1.el.fadeIn();
}
});
MrLight
01. Aug, 2010
Hi, my first wordPress Coment. I just register. Where can I add a foto to my profile?
Mr Light
Jay Garcia
01. Aug, 2010
Mr. Light, add your image to gravitar (register with your email)