screencasts

Coding in Objective-C 2.0 screencasts?

Has anyone used the Pragmatic Programmers screencast series Coding in Objective-C 2.0? They look good, but I don't know if I could get just as much value out of a text book or other web links. ...

Can Flex/Flash Record the Screen?

This question is pretty straight forward, I literally just want to stream video of a user's computer. Just like recording from a webcam, but with the source coming from the desktop (think "screencasting tool".) I specifically want to do this in pure Flash, no downloads or add-ons. This would be an easy question for Google, but it is co...

Java VNC Applet vs Screen Capture

Hi, I am trying to make an application in which one component captures the screen of the user (for screen casting). I am aware that there are two options to achieve the same using a Java applet (please correct me if I am wrong). First is to use the java applet to take screen shots continuously and convert it into a video and upload it a...

Ruby on Rails versus Python

Hi I am in the field of data crunching and very soon might make a move to the world of web programming. Although I am fascinated both by Python and Ruby as both of them seem to be having every similar styles when it comes to writing business logic or data crunching logic. But when I start googling for web development I start inclining ...

Who is your favorite webcast presenter?

Who's your favourite webcast/screencast presenter? I've spent the last few weeks getting up to scratch with all the latest technologies and practices - I feel like I'm becoming a real programmer again - so I've been watching an awful lots of webcasts and screencasts. I find myself really attracted to those technologies that are explaine...

How to capture a video of my desktop with .NET?

Hello all, I would like to know if there is any way to capture a to capture a video (screencast) of my desktop with .NET? I am not looking for a screencast software, but simply a technique that would allow me to generate myself a video of my desktop. I thought of taking multiple screenshots, but I am not sure of how I could generate pr...

screencasts like dimecasts.net for spring framework

Hi Does anybody know of a series of screencasts for spring framework like on this webpage www.dimecasts.net regards Edwards ...

Cocoa screen capturing?

How do you capture an NSImage of the screen in Cocoa? I need to know the fastest way, because I'm trying to make a screencasting app. ...

What are some good websites with screencasts on software development topics?

I am looking for some good websites for online training of myself and my development team. I am finding that I have excellent success with improving my own personal development practices and that of my team when we set aside an hour or two each week to do training. Currently we are watching the DevExpress CodeRush screencasts, since we...

grabbing windows forms, pop-ups and menus

Hello guys, I'm developing an application the screen grab a thrid party app. Right now I've no problem in finding all the belonging forms, menus and popups in the 3rd party app I plan to grab, but i don't know how can I findout if the window I'm grabbing is a popup or a menu or whatever. Is there any function that given the window handl...

Introductory Programming Podcasts with C++ emphasis?

Hi Is anybody aware of any introductory podcasts/screencasts about programming in general that step by step familiarize viewers with the key concepts of programming using C++ as a teaching language (making basically few if any assumptions)? I am hoping to refer some folks to such a resource, who would a) need a complete basic introduct...

What tool(s) can I use to produce iPhone App Screencasts?

I need to produce demonstration video screencasts for my iPhone app... I'm referring to those such as this one for the Reddit iPhone app (the one on the right, not the YouTube video). I'm assuming the best way to do this is to record the simulator using a screen recording utility, does anyone have any other methods? What tools have you...

What's the best way to provide animation grabs, e.g. when asking questions about coreanimation?

This is a little meta, but I'd like to ask a question related to coreanimation on the iphone, and I think it would really benefit from some kind of movie attachment / link to show what the code does. Probably I'm not the only one who'd like to do this. My question is, what's the best way to illustrate an animation, grab it from the devi...

Whst is the best screencasting app available?

What is the best web-based or downloadable (free) screencasting app in your opinion? Thanks. ...

What are the best programming-related screencasts?

Screencasts can be extremely educational and informative. If well produced, IMHO they can be very effective learning tools for developers, just short of pairing with an experienced developer. They can also be a waste of time. In the same light as this question, what have been the best programming-related screencasts you've seen? What...

Video tutorials for learning WPF (Visual Studio with Expression Studio)?

Looking for good video tutorials for learning WPF using Visual Studio 2008 and Expression Studio. (Beside the videos on WindowsClient.net) ...

Are there any resources online which will walk me through the construction of an application built in C#?

I hesitate to call myself a beginner, because I think I can do a bit more than the basics. However, I'm not quite where I'm falling down in my designs and the way I'm going about some of my coding. What I'm looking for is a good (read: long, detailed) set of screencasts/blog entries/tutorials which start from "I've got this idea I want ...

Detect repainted area of screen in java

I am creating an applet which will do something like screen sharing . For that I am using Robot class to capture screen area . I want to capture the dirty / repainted areas after first screen shot. I think RepaintManager manager can be used for that. but i dont know how can I use it. I am a novice so a java code will be helpfull. thanks ...

User Testing of Website

Hi All, I am searching for a web service which can record the actions done by my clients on my website. There is a service known as "Userfly", but this service is a paid service. They offer the service for free 10 recordings per month only. If you guys know something similar to this but for "FREE" please share and also i would like get ...

Can I write a screencapture in Python

Are there any libraries to that can be used to write a screen capture in Python. Can it be made to be cross-platform? Is it possible to capture to video? And if could that be in real-time? Or would it be possible to directly generate flash movies? ...