tutorials

Compiler design and construction class

I'm taking several classes this fall for my masters and one of them is Compiler Design and Construction. I am pretty well versed in most things related to computer technology, but I have not had much experience with how compilers do the dirty, I just use them when I need to. I am not usually nervous about classes, but I kind of feel li...

Using XPATH to access XML elements (was: Good tutorial to learn xpath)

I am trying to learn XPath. The theory seems extremely simple, except for the fact that it doesn't work. I am trying to get the content of every target element XPathDocument doc = new XPathDocument(sPath); XPathNavigator nav = doc.CreateNavigator(); XPathExpression expr; expr = nav.Compile("/doc/file/body/trans-unit/target"); XPathNode...

Asp.Net MVC online tutorials

what are the best online tutorials available for ASP.NET MVC. ...

Are there any guides/tutorials out there for creating a web application that deal with security/scalability/accessibility from the beginning.

I'm starting a new web application project that I would like to release into the wild, and I'm trying to get into the habit of following best practices early. Are there any good guides out there for creating a web application that can survive in the real world? Most tutorials I've seen thus far include setting up the model, controller,...

OpenGL 4.x learning resources

I know there are some question about learning OpenGL. The difference is that I want to learn OpenGL 4.0 Core profile (no immediate functions). Preferably with good portion of SL knowledge. And I do not wont to start form previous OpenGLs. Nor I want to read NeHe. And I do have math and bit of 3d knowledge to understand OpenGL 4.0 I p...

Codeigniter and/or Cakephp Tutorials to build complete apps from scrach?

I've been playing around with this tutorial. It teaches you how to build a web app where people can find and post jobs using Symfony. Symfony has two tutorials to make completely functional apps from scratch (and their online demos): Jobeet and Askeet. I wonder if there are the same kind of tutorials for CakePHP and CodeIgniter? By th...

Java mobile tutorials?

Hi, I want to write some mobile apps for my phone, so I was wondering: are there any good tutorials out there for programming Java on a mobile phone? I'm mostly interested in writing for my LG CU720, but anything generic is also good. I have plenty of programming experience - several programming competitions (C++), 3(?) years of Pytho...

PHP Cli -Helpful Information when developing backend processes

I really just wanted to know a bit more about the PHP Cli with a few more specific questions that I had.. I know that it is much better to use the CLI for more intense background processes than using php on apache, as it helps (save memory?).. however I'm wondering can you run multiple instances of the cli concurrently? IE: having multip...

paginator django tutorial ?

I am trying to implement a simple paginator example. Is there any tutorial, example that runs through one SIMPLE example from start to finish. urls.py views.py settings.py models.py I am aware of this one: http://docs.djangoproject.com/en/1.1/topics/pagination/ But this assumes you already have urls, models and settings. Thanks. ...

windows workflow foundation video tutorial

I am very new to wwf, not new to c# though. It seems that it's a great idea to do development using wwf when I watch those few video tutorials on youtube, however, all the tutorials show examples with console.write. That's not what I want. I want something that shows how to create an activity that exposes properties and methods. I just c...

Android HelloTab Tutorial

Hello, I am an experienced Java programmer just starting out with Android development. I am going through the tutorials and am having a problem with the tab widget tutorial. I have followed the example to the letter and keep getting the below in the log when trying to run on the emulator: ActivityManager: Starting: Intent { act=andro...

Need a good tutorial on asp.net MVC 2 Areas

Hey There Does anyone have some links on some really good tutorials on asp.net MVC Areas? I found a couple on google, but would like to see if anyone else dug up sommin great. ...

Where to find good resources to learn XAML?

I'm looking for (online) resources to learn/lookup XAML constructs. Can you recommend any good blogs, tutorials, references for XAML? ...

codingbat-like site for C++

Hi! Guys, I need to find a good site like codingbat to "learn again" C++. I learned it at school but then I've never used it seriously. I'm not looking for something like Project Euler because it focuses on math problems. I need something really focused on C++ principles, chacteristics and tools. ...

any more high quality PHP, jQuery, CSS tutorial sites similar to tutorialzine.com?

I am looking for high quality PHP, jQuery, CSS tutorial sites which provide demos & downloads, similar to net.tutsplus.com, tutorialzine.com & tympanus.net/codrops/. Any suggests? Thanks! ...

Good Tutorials On How To Build A Tree Menu using PHP & MySQL.

I was wondering if some one knew of any good tutorials on how to build a tree menu using PHP & MySQL? ...

How to implement/use log4j?

I am soon going to use log4j class using Java, for a project, to create logs. But i dont think i know or have any slightest idea about it. Hope someone enlightens me over this, but, trivial issue. ...

Tutorial for ServiceMix 4.2

I try to figure out a start with Apache ServiceMix 4.2 Sadly the tutorials on the homesite seem pretty much outdated ... with 4.2 the services seem to be started out of the box and be configured with karaf, while the tutorials talk about copying files into a "hotdeploy" folder that doesn't exist anymore in 4.2 ... Can someone point me ...

New to C++, help me get started

Hey SO Im a Java programmer, with a little C knowledge who wants to get started with with C++ can someone recommend a good tutorial? also any help with: projects to learn with recommended reading what IDE ? I currently use NetBeans general C++ advice ...

Where can I find a good tutorial on XSLT files?

I'm writing a translation between two XML file types and was wondering where I could find some good tutorials about this process. Thanks. ...