which is the best book for J2ME ?
which is the best book for J2ME ? ...
which is the best book for J2ME ? ...
I am learning Cocoa programming for Mac apps. Where can I find a good video tutorial or class online? ...
Hi everybody, Do you know where can I find a detailed documentation/tutorial on MVVM Light and Windows Phone 7 ? I only found short explanations et some very basic tutorials. Thanks, Regards. ...
I'm currently studying UML.... Actualy need a simple example that start using UML for analysis and design it and then based on them start developing it by using .net. Do you know any downloadable tutorial package which has analysis and design documentations beside its .net code? ...
Am I missing something here? I follow the instructions exactly on this page (and some of the other tutorials) but they always seem to be missing some key information as they dont work out of the box I added a bunch of packages that seemed like were missing, but now I'm stuck. http://developer.android.com/resources/tutorials/views/hell...
I am having trouble with the Hello Map Views tutorial from the Android Developer website: http://developer.android.com/resources/tutorials/views/hello-mapview.html My first problem was that upon clicking the overlay item, the application would crash. This problem was solved by making sure to pass the context to the ItemizedOverlay clas...
I want to create an application excacly like appStore. A nice table (I have the source code from apple using custom table cell) But my main problem is that I cannot find a nice tutorial or a guide on how to make the product detail page. I want to have a label at the top then a text and after that I want to have the images. I notice that ...
Hi, anyone knows a good tutorial for programming ActiveX in Visual Studio 2008 for VC++? or the way to create methods and properties automatically, like the old Wizzard in VS6.0 did? I was trying harder to find some info, but everything is for C#, VB, or it's explained for VS6.0 and not 2005 or newer :( Thanx everybody. ...
Pretty basic question, but can someone please point me to a constructive tutorial on how to implement and use dotnetopenid? I'm struggling to find any real documentation that explains how to implement the thing. I couldn't find anything on their website, and I've gone through a couple of the samples, but still can't work it out, and the...
Most git tutorials use command line which is fine but I'm looking for resources specifically showing workflows in TortoiseGit (note the emphasis on workflows, not just installation and basic checkouts / commits). Any links / suggestions? ...
I am going through the awesome Rails Tutorial http://railstutorial.org/chapters/filling-in-the-layout#sec:custom_css I've run into an issue with the Navigation dropping down into the body of the page, but this only happens in Chrome (I'm on Linux, Ubuntu 10.10 if that matters). Here is a screenshot and a URL to show you actually what the...
I know PHP and working on it couple of years. It is very easy to learn/switch to C#(or C++). I mean syntax. But I have another problem. I can't really make good programming architecture(classes & methods), especially when doing Visual C#(C++) programming. I have bored by reading/learning basic things about programming languages, In t...
First attempt at a RoR project and following http://guides.rubyonrails.org/getting_started.html#creating-the-blog-application . I've got the "Welcome Aboard" page serving. Within the section 4.2 Say "Hello", Rails the tutorial says to issue the command : $rails generate controller home index ... and that that will create a file ...
I'm searching for a good tutorial on how to build a wiki with PHP & MySQL. I need something that will show me how to structure the mysql database and which algorithms to implement for the text diff etc. The only one that I've found so far is this: http://www.ibm.com/developerworks/opensource/tutorials/os-php-wiki1/ But it is based on ca...
Can someone recommend a good reference or tutorial for the cblas interface? Nothing comes up on google, all of the man pages I've found are for the fortran blas interface, and the pdf that came with MKL literally took ten seconds to search and wasn't helpful. In particular, I'm curious why there is an extra parameter for row vs. column...
Hello, I've been going through the Tutorials on http://developer.android.com and mostly everything's been fine, until I got to the HelloGridView tutorial. I entered my code, compiled just fine and ran it, and the emulator launches and then says that the application has to close, but Eclipse doesn't show any errors at all. I can't seem to...
I am in the process of learning C# (using Visual Studio 2010) to design some stand-alone applications for desktop users. Almost all of my programming experience is with Java for web development. I have read a few books now on C# and am comfortable with the programming but would like to see an example of building an actual program using...
Can anyone point me to a really simple hello world type of application that introduces ScriptingBridge? Something that takes you step by step to creating a 1 class - 1 method project that can be instantiated from ruby/python/applescript, etc. I'm having a hard time wrapping my head around what is actually required to create a scriptable...
If I'm not mistaken, I once stumbled across a product or something that let you make tutorials for your website using Javascript. Like, you could show the user directly how to do certain things with a virtual cursor, in-browser. Am I making this up, or is this a real thing? Sorry if this question doesn't belong here (StackOverflow claim...
Hello, I remember once I found a nice online tutorial that showed how WPF works through nice exapamle of converting WinForm application into WPF. But I forgot link to it. It was divided into multiple chapters. In first application was converted into WPF using WinForm "mindset" and then using specific technology of WPF (DataBinding, Con...