guide

Showing results in MATLAB GUI

I'm using MATLAB GUIDE to create a simple GUI. I'd like to know which uicontrol I should use to show some results: editable text or static text. In addition, I don't want the new results to replace the old ones. ...

MATLAB GUI using GUIDE: List Box problem

I'm creating a MATLAB GUI that contains two uicontrol objects: a pushbutton and a listbox. I use the pushbutton to add file names to the listbox. When I run the GUI from the m-file it works fine. The problem occurs only when I run the .fig file itself. Here is the callback code and the error: function add_file_Callback(hObject, eventdat...

Is there an easy to understand guide (new to Cocoa, Xcode, etc) for Interface Builder that talks about proxy objects?

Back in the day of C/C++, the part of the language that really hung me up was pointers. I understand them now, of course. Now, Interface Builder Proxy Objects or more importantly, how to use Interface Builder and what to put in the .XIB window (window that contains the File's Owner, First Responder, etc...) for a given XIB. I've gone t...

Generic guide to programming concepts?

I'm looking for a guide to the basic concepts of programming, that are explained in a good amount of depth. By this I mean something that describes what: Object oriented programming is... What compilers are, how they work, etc.. General descriptions of how programs work on a deeper level - such as, say, everything is in binary. But we...

Where should I start with a facebook application?

Hi all. I am thinking about developing a fairly simple facebook application which i have modelled the database in access. I have web space and mySQL databases available, but I was wondering if anyone could point me towards any guides for facebook development? I had a search a while back, but they all seemed rather out of date. Anyone kno...

C Sockets Ping Command?

Can someone point me to some tutorial on how to set up a ping method using C sockets? Using beej's guide, I've been able to set up a connection between two devices, but now I want to setup a method that pings for all available devices before starting an actual connection. I've never done this before, so would you do something like set up...

How can I program a GUI in MATLAB?

I need to create a GUI in MATLAB for my project. I looked everywhere for examples of how to program a GUI but I couldn't find a lot. What are some good sites or techniques for GUI programming in MATLAB? ...

Authority/AuthorScript Books/References

Hi, I was cleaning out some of my directories to free up space and found an old copy of Authority. It was an old 4GL (4th generation language) that let you “program” by dragging-and-dropping things, and had a scripting language as well—a lot like Flash. I think we used it briefly in school for a bit (10 minutes?), but I don’t remember...

Android development resources for a Java newbie

I've got one of those newfangled Android phones and want to do some app development for it and am looking for guides. I haven't really found anything that looks promising for both an Android newbie and a Java newbie though. I know PHP and code in it professionally as well as a basic smattering of some other languages so any 'for dummies...

Where is Shellrevealed

As a new shell developer I came across many new articles that have links and examples from a website called Shellrevealed.com Unfortunately all of those links are dead as Shellrevealed itself can not be found anywhere. My question is, did they really shutdown or did they change their url???? ...

Programmer Guide structure

Hello, I have to write a programmer guide. What is the general structure of the programmer guide? ...

Looking for Document Templates for a Developer Guide

I'm looking for a document template and some writing/style guides to structure the content of a Developer Guide for a subsystem I am about to hand off to a client. This goes beyond documenting the public API - I want to walk developers through an easy process of writing a client for my subsystem, teaching them the API and other things th...

How to start css and html

Hi everyone, I have general question how to start developing my skills in web designing. What is best place to start and what technique to use. I have some kwnolege of html and csrs, so far I have been building sites with already done all html and css. I would just use it and maybe do a smaller changes. I want to be able to make html a...

How to Perform a Bulk Product/Category/Sub Category Import With Magento?

Does anybody know where to find a detailed guide to performing a bulk product/category/sub category import With Magento? For example, what fields can be imported? What format can be imported? How to do it with a Chron job? etc ...

Programming Resources for Non-English Speakers

I teach a course in basic web programming at a public university. I often have students who are working hard to pick up English at the same time that they are taking my course. In many cases I have thought that I would like to have additional course materials in a variety of languages to keep some of the technical hurdles from being comp...

Is ri worth showing new users? (Ruby)

I've been working on a Ruby learning guide and I was told I should write about RI (Ruby Interactive Reference). After looking around the web I decided there wasn't that much information about the tool. Is that a problem? RI seems like a terribly ineffective tool, and poorly designed! Manpages have always been a ghastly sight to read whi...

Best guide to learn to develop iphone & touch apps

Hi! I already know some Objective-C and Cocoa and I like to develop apps for the iPhone since I'm a massive iPhone user :) What's the best guide you have find yet? Or book.. Thanks a lot! ...

Hadoop pig latin style guide?

Hi, I'm looking to take the short cut on formatting/style for pig latin (hadoop-ay). Does anyone know where I can find a style guide? -daniel ...

Any good pubsub.framework guides?

Are there any good guides on how to use pubsub.framework? Apple's documentation is scarce and the sample code that they give you is impossible to follow ...

How to create an Online User Manual?

Hi, I would like to know if there is any php opensource solutions to create online manuals like the http://www.vbulletin.com/docs/html/, or do I have to write my own script to do that? Edit: The intention for creating this online manual is for general public. I know I could put up a wiki for something like this, but I think wiki is a g...