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...
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.
...
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...
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,...
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
...
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
...
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?
...
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!
...
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...
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 ...
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
...
Already know of one very good resource:
Douglas Crockford's videos over at
Yahoo UI Theater.
Please suggest any others you are aware of.
...
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...
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?
...
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...
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...
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...
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.
...
Hi
Can anyone recommend any good sites or good books for learning flex?
Thanks
Damien
...
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 ...