tutorials

Resources for learning Monads, Functors, Monoids, Arrows etc

Can you people please suggest some good books / weblinks from where I can get to learn about above mentioned concepts? (Please note that I am a Java programmer and have NO prior experience with functional programming. I have been studying Scala since last one month and would appreciate the resources that try to teach the above mentione...

Where I can find a book to learn RichFaces?

I need to learn RichFaces deeply. Where I can find a book or tutorial that covers all RichFaces's topics? Thanks in advance ...

Easiest, free way to start with Flex?

I'm interested in getting started with Flex, as I've wanted to work with flash for quite awhile but have never liked the designer-oriented way of programming. I've heard flex can be used for free, and is programmer friendly, but I'm having some issues... I can't find any good sites with flex resources. I'm used to PHP, so maybe I'm spoil...

Android: Tutorial on Custom View creation

Can anyone suggest a good tutorial about how to create custom view? ...

Circular navigation tutorial?

I wish to incorporate a circular navigation with hover effects on the individual items. Are there any tutorials out there? If not, what would be the best way to make 6, 8, or 12 link "items" arranged circularly around a circular logo? They will have different states when hovered, active, or depressed? I want the items to have that ...

Looking for a tutorial on Recursive Descent Parsing.

I am trying to parse some data to no success. Can anyone recommend a good introduction with a lot of examples to Recursive Descent Parsing? I haven't been able to find any. ...

Introducing JavaScript learning resource for ASP.NET Delelopers

Hi I'm doing programming with ASP.NET . I have no idea how to use JavaScript in ASP.NET Server Side controls ( Totally uncomfortable with it ) . Do you mind introduce me some resource for folks like my type , please ? Edit: Thank you , I appreciate any online resource either . ...

a good Java guide

Do you know a good guide for Java, such as "dive into python" for python? If I searched google I expect I would find tons of random guides, but trying them all until I found a good one could take ages... that's why I am asking: do you already know one in particular? one you KNOW is good? I already know C, PHP and a bit of Python, if th...

Manipulate sql Server database in vb.net

Do you know of any beginner tutorial on how to manipulate(Add, Edit, Delete, Search, List) sql Server database in vb.net? ...

Java Server Page Tutorials in pdf form

Hi all, I am new to jsp.I have a basic knowledge about Core java and i need to get expertise in jsp too.So please give me a jsp tutorial for beginers Thanks Tony ...

JavaFX - reduce() function to show how to pass functions as parameters

At the moment I'm writing a JavaFX guide for Java developers. In order to show how to pass a function to another funtion i adopted the reduce() function found in Effective Java: function reduce(seq: Integer[], f: function(: Integer, : Integer): Integer, init: Integer) { var result = init; for (i ...

how to create setup files in c#

i like to setup for my project i did my project in Microsoft visual studio c#.net 2008, where i have start for that ...

SSIS tutorial PDF file

Can anyone provide me link for SSIS tutorial ? pdf or any ? ...

Good tutorials on how to add form fields with jquery.

What are some good tutorials on how to add form fields with jquery? ...

How big can I make an Android application's canvas in terms of pixels?

I've determined an estimate of the size of my Android emulator's screen in pixels, although I think its resolution can be changed to other numbers. Quite frankly though that doesn't eliminate the general problem of not knowing how many pixels on each axis I have to work with on my Android applications in general. The main problem I'm t...

A good tutorial for order of complexity?

Does anyone know of some good tutorial on order of complexity that can explain it at an advanced level? probably with some examples and tricky cases? ...

good beginner tutorial for turbogears 2

I find myself struggling to do simple things that would normally take me about 5 minutes to do in PHP. At the moment, I'm trying to create a basic form which will print the details on another page when you click submit. Looking at the documentation, I find examples but none explaining why it works in such a way. ...

What is the right license for tutorial source code ?

Putting sourcecode from tutorials or books online requires the author to add some kind of disclaimer or license (otherwise people would use it make lots of $$$ or break a power plant IT control system and sue you as author). But what is the right license or disclaimer statement ? Can I use BSD license with ... IN NO EVENT SHALL THE CO...

C++ for Ruby scripters

I am a fairly capable Ruby scripter/programmer, but have been feeling pressure to branch out into C++. I haven't been able to find any sites along the lines of "C++ for Ruby Programmers". This site exists for Python (which is quite similar, I know). Does anyone know of a guide that can help me translate my Ruby 'thoughts' into C++? ...

Windows Communications Foundation Simple Beginning

Does anyone know of some (very) simple tutorials on line on the WCF? Basically I need to play catch up and would like to start with a very basic sample so that i can get some good ground work in place before moving on to more advanced topics. ...