tutorials

PHP Tutorial for OpenId and OAuth

Is there a good tutorial for implementing OpenId and OAuth together in PHP? All of the OpenId tutorials I've seen on the official OpenId site haven't been as helpful or as simple as they could have been. I don't think I've seen any tutorials on using both of them together. (For OpenId, I'd want to be both a provider and a consumer.) If t...

Where can I find a good introductory tutorial for Spring?

I am a Java developer but up to now have not had any hands on experience using the Spring framework. Does anyone know of anyone good online tutorials that explain the basics and offer good examples and sample code. ...

Editable JTable Tutorial

Are there any good books or website that go over creating a JTable? I want to make one column editable. I would like to actually put a inherited JCheckBox component (that we created here) into one of the table columns instead of just having the table put JCheckBox in based on it being an editable boolean field. I have the JFC Swing Tut...

Is there a tutorial that teaches common Ruby programming idioms used by experienced programmers, but may not be obvious to newcomers?

I'm looking for a Ruby's equivalent of Code Like a Pythonista: Idiomatic Python Desirable features: easy to read single document which covers all topics: tips, tricks, guidelines, caveats, and pitfalls size less than a book idioms should work out of the box for the standard distribution (% sudo apt-get install ruby irb rdoc) Please,...

Books and tutorials for beginners in Java and PHP

hi mi name is Carlos i'm from guatemala, i need help, I am a beginner in the programming and I need good books to be able to associate with the programming. you could help me, the language that strikes me is php and java for connections to DB ...

Best way to learn Visual Studio power features

Hi, What's the best way to learn the advanced features in Visual Studio? For e.g. using Debug windows like Threads, Memory etc., using the various Tools which come inbuilt such as Spy++ etc. Are there any good advanced/power-user tutorials around? Thanks, Nikhil ...

What would be the best place to start learning AJAX (I have Perl as a backend)

I am currently developing a website using basic cgi to turn out pages. I would like the website to be changed to have a better (read dynamic) interface. What techniques (if not AJAX) and/or tutorials would you recommend to get me started? ...

What is the best online resource for learning WPF?

I'm considering WPF for a project, but I need to get up to speed with it ASAP. What was the best online resource you used to get you started with WPF? EDIT Great resources so far. Here's a run down of what we have so far: MSDN LearnWPF.com http://windowsclient.net/getstarted/ A Guided Tour of WPF Keep them coming! ...

Anyone know of a good Ruby on Rails 2.1 Tutorial?

I'm new to Ruby on Rails, but not to MVC web development, having cut my teeth on Turbogears, Django, etc. I'm having trouble finding a piece of good intro documentation to Ruby on Rails -- either the tutorial is for RoR 1.x, or the tutorial is for RoR 2.1.x, but assumes that you already know how RoR works. Does anyone know of a tutoria...

Where can I find good tutorials on XSL-FO (Formating/ed Objects), the stuff one feeds to fop and get PDF's ?

On a company that I've worked, me and my colleagues, implemented a tailored document distribution system on top of XSL-FO. My task was to get the script to deliver the documents and configure the CUPS print server and the Fax server, so I never had the time to get my hands dirty on XSL-FO. I'm thinking of implementing something in the ...

How do I use FlashVars with ActionScript 3.0?

I found this guide for using the flash parameters, thought it might be useful to post here, since Flash CS3 lacks a usage example for reading these parameters. See answers for the link ...

What javascript tutorials on the web would you recommend?

Already know of one very good resource: Douglas Crockford's videos over at Yahoo UI Theater. Please suggest any others you are aware of. ...

C# - Good Books/Tutorials for the advanced .net developer?

I was just reading through the Hidden Features of C# thread, and there were a lot of really neat tricks that I had never even heard of. But there wasn't really a whole lot of depth to them all. It got me to wondering what kind of books and tutorials are out there that teach more advanced topics (Delegates, Lambdas, Threading, etc) and a...

XNA Game Studio 3D model editor suggestions

I want to create basic low-poly 3D models to use in XNA Game Studio games. What cheap/free tools do people recommend? And does anyone have any links or snippets of code that show how to load 3D models of some sort into XNA and then draw them on the screen? ...

Red5: are there any low level tutorials or examples available online?

I've been wanting to use Red5 for quite a long time but everytime I set out and try something, I keep getting stuck. The examples that come with the application are informative, but I just can't seem to wrap my mind around everything (especially the Java part, since that is not one of my 'core' languages). Is there anyone who has found a...

Can anyone recommend a primer to Erlang?

I've recently found myself getting more and more interested in Erlang. I've purchased a book (Programming in Erlang) and started reading up on the basics. Reading books is time consuming so I am looking to shortcut this a bit and go back to the book later. What I lack is a good introductory tutorial. Kind of like, hands on, this is wha...

Drools project idea needed

I was asked to make some drools traning for my teammates. Just to show them how it can be used and how usefull it may be. To do this training I first have to learn Drools, and I figured that the best way to learn it will be small project centered around drools. Any interesting ideas? My idea for this project was to do some webMethods...

What is the best Ruby tutorial online?

Please share the link to ONE Ruby tutorial that you think deserves the title. If you have information about the intended target audience's skills, please include it in your answer as well. This will help readers choose an appropriate tutorial. ...

flex tutorials or books

Hi Can anyone recommend any good sites or good books for learning flex? Thanks Damien ...

Should I start with Ruby or Ruby On Rails?

I've been wanting to learn Ruby for a long time since there seems to be alot of buzz about it the last couple years. From what I've seen/read there have been a few Ruby'esk things that have been brought over the .NET too. Should I start with learning the Ruby language and just focus on writing simple command-line apps first? Or, should ...