Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

37
votes
19answers
8k views

Tips to create a useful user-manual

If I start writing a user-manual for applications I have written, I have a hard time to look at the application from a users standpoint. I know it's not very useful to write something like: To use ...
26
votes
16answers
12k views

Beginners Guide to LINQ

During the beta of Stack Overflow, I have seen quite a few questions about LINQ SQL but know nothing about it... it sounds very interesting. What is LINQ and how do I get started? Links guides or ...
16
votes
11answers
647 views

Where can i find a good in depth guide to C# 3?

It seems that C# 3 hit me without me even noticing, could you guys tell me about good in depth guides to C# 3? from lambda to linq to everything else that was introduced with the third version of the ...
15
votes
2answers
10k views

How can I configure WCF to use x509 certificates over the internet?

I need to use an x509 certificate to get secure message level authentication from a rich client via the internet to a secure WCF Web Service. Specifically, I am looking for a working step-by-step ...
15
votes
11answers
3k views

What is the best way to learn Assembly? Specifically, for someone who has experience in dynamic languages

I've been using Python for quite some time now, and I absolutely love the ease of use and flexibility, but I really want to get closer to the hardware for some iter mathematics that I'm working on. ...
10
votes
4answers
6k views

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 ...
10
votes
18answers
900 views

Where should a veteran C programmer start in order to master Java? [closed]

Since I'm taking time of from my day job I thought it's time to learn something other than C. Is there a K&R equivalent book ? Or maybe a very good site that helps the beginner ? What would you ...
9
votes
5answers
2k views

Online UML Guide

My software design experience only goes as far as SSADM with C, so when I started Java I knew I'd have to learn UML somewhere along the line, but alas, now that I need to use it I don't know much of ...
9
votes
4answers
6k views

Could you recommend some guides about Epoll on Linux

I need to know about Epoll On linux System. Could you recommend manual or guides about epoll library? need more detailed guides. it's better to have some examples. help me. and Thank you for ...
8
votes
4answers
539 views

Getting started with Pylons

I am just starting to use a web framework. I have decided I really like python and started looking at web frameworks. I don't really like django for a few reasons, but from what I have tried so far I ...
8
votes
10answers
2k views

Is there a style guide for GUI's somewhere?

I'm looking for a style guide to unify Windows applications. I'd like it to contain stuff like "Always put dialog result buttons 5 pixels from the edge of the window" I know Visual Studio helps me ...
6
votes
3answers
3k views

Good .Net Remoting Tutorial/Guide

Does anyone have any links to a good, concise, Tutorial or guide to .Net remoting? Would be grateful! Thanks (sorry for the short post!) Edit: I am now aware of: ...
6
votes
3answers
1k views

Starter guide for Apache ServiceMix

What is the definitive guide to start with Apache ServiceMix? The howto's and guides on the website are way too complicate for a clean start.
5
votes
5answers
325 views

Beginners Ubuntu linux guide for experienced windows developer

I am an windows developer with over 15 years experience. I have just started looking at the latest version of Ubuntu Linux. Could someone point me at a good beginners guide to Ubuntu (preferably from ...
5
votes
3answers
100 views

Community PHP Security Project Effort

I've been looking into PHP security for over a month, after all the posts, tutorials, comments, replies to comments, making fun of comments, and then some more comments, I'm left pulling out my hair, ...
5
votes
7answers
256 views

I like to learn computer science and programming, but i have no understanding

I like to learn computer science and programming, but i don't know where and how to start. For the past two months, i have been researching on types of programming, i found my interest in desktop ...
5
votes
4answers
348 views

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 ...
5
votes
5answers
170 views

Good tutorials on code management?

I have been coding since a long time but I have never ever used the code management systems like CVS or SVN. Can you please suggest any guides which start from basics and then go with the concepts ...
5
votes
3answers
1k views

Deploying DotNetNuke and separate ASP.NET Application together - Possible Issues?

I am making this in a proactive attempt to head off any potential problems which could arise from this. The situation is that we are developing an ASP.NET application for a client which will handle ...
5
votes
7answers
2k views

Running Trac on Windows?

Looking for a guide/tutorial that easily explains how to setup and run trac with subversion on windows.
4
votes
3answers
113 views

Django App Design

I'm currently trying to develop a web app that's been in my mind for a couple of months. I've never programmed for the web before (I have some programming skills though) and I was looking for some ...
4
votes
2answers
2k views

How do i set up IntelliJ IDEA for android applications?

How do i set up IntelliJ IDEA for android applications ?
4
votes
0answers
844 views

Installing IntelliJ IDEA for android applications [closed]

I've spent a day on trying to put all the pieces together, been in hundreds of sites and tutorials, but they all skip trivial steps. So here's the full guide: Download and install JAVA JDK (Choose ...
4
votes
2answers
858 views

MATLAB GUIDE gui listbox intermittently disappears with seemingly obsolete error

I am building a straightforward MATLAB gui using GUIDE. I have a listbox of items. Most of the time, it works as expected, but sometimes (usually after I edit the figure with GUIDE) populating the ...
4
votes
10answers
345 views

Guide to New Vista Features

I'm an MFC programmer. I just had my first taste of Vista (on a VPC... Yup, I'm late). I should be evaluating things in depth in the coming days. On taking a casual look, I noticed two major changes: ...
3
votes
5answers
187 views

Books to start programming in Android [closed]

Possible Duplicate: Good book for beginning android development I'm interested in programming in Android. I don't know anything about Android programming, so I wanted to decide which book ...
3
votes
5answers
4k views

Installing Ruby on Rails in Fresh Ubuntu 10.10 System

There are a lot of tutorials on how to install Ruby on Rails in Ubuntu 10.10. But even following the steps, there are still errors and dependencies that will encountered in order to successfully ...
3
votes
2answers
436 views

ActionScript 3 Style Guide

Is there any ActionScript 3 Style Guide available online?
3
votes
6answers
280 views

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 ...
3
votes
2answers
589 views

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
3
votes
3answers
260 views

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 ...
3
votes
3answers
237 views

Is there a good online introduction/overview to XPath 2.0?

Basically I want something I can refer people to that covers the main differences to XPath 1.0 ('for' and 'if' statements and the use of sequences), in a sort of 'bluffers guide' or cheatsheet format. ...
2
votes
4answers
69 views

Tips for a easy and great svn integrated issue tracking system

Hey Im looking for some tips for a good and easy to install easy to use SVN integrated issue tracking system. We are maybe 3 friends looking for something much simpler to install, like double click ...
2
votes
2answers
92 views

guide for iphone developers on developing for android?

I know there are guides for android developers to learn iphone programming, and they try and compare and contrast differences between the two platforms to help developers learn, but is there a guide ...
2
votes
1answer
634 views

dotnetopenid tutorial

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 ...
2
votes
2answers
92 views

Start compiling PHP extensions

I have code that is straight forward, but intensive. I would like to compile it into a PHP extension. What is the simplest / best practice for going about that? I have a Java background, so writing ...
2
votes
1answer
2k views

Assign a value to a static text in GUI MATLAB

how to Assign a value to a static text in GUI MATLAB.
2
votes
1answer
411 views

What is the typical method to separate connected letters in a word using OCR

I am very new to OCR and almost know nothing about the algorithms used to recognize words. I am just getting familiar to that. Could anybody please advise on the typical method used to recognize and ...
2
votes
2answers
270 views

Hadoop pig latin style guide?

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
2
votes
4answers
151 views

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 ...
2
votes
4answers
2k views

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 ...
2
votes
2answers
1k views

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 ...
2
votes
4answers
361 views

Sharepoint best practices

I am starting becoming a sharepoint developer... I am not sure what I did in a previous life to warrant this, it must have been bad! Anyway I am getting buried in a world of xml and guids that it ...
1
vote
1answer
20 views

Android Promotional Asset Design Guide?

I'm struggling to locate any guidance (official or otherwise) regarding the promotional assets that the Android Developer Console asks for when you publish an App. All Google talks about is the ...
1
vote
0answers
148 views

Making an iOS file manager

I'm interested in making a file manager for the iPhone like Air Sharing or Files etc. I have been looking for a very basic open source project that I could have a look at or a tutorial. I don't need ...
1
vote
1answer
83 views

Best practice to support IPv6 for already running site?

Recently a friend of mine moved his site to new hosting, and it was Linode (at Newark), which offered IPv6 as well as IPv4. As we all know the latest fashion is to support IPv6, so he enabled it on ...
1
vote
2answers
136 views

Best practices guide for Windows 7 development?

Does anyone know of guide that lays out best practices for Windows 7 so you don't run into any problems with the security restrictions introduced in Windows 7 / Vista? Probably would include such ...
1
vote
4answers
113 views

two dimensional lists

I have this problem on my study guide that calls for a function that gets the average of two dimensional lists and prints them as one list. I don't really have experience messing with two dimensional ...
1
vote
2answers
615 views

Google Calendar - get events from a SPECIFIC calendar

I'm hoping this will be relatively easy to someone who is familiar with the Google Calendar API, have done some searching but the API isn't giving me the answer! Imagine that a Google Account has 3 ...
1
vote
1answer
73 views

List of XSS Resources

I'm trying to have a better knowledge about this topic. So far I've found these: Towards Automated Malicious Code Detection and Removal on the Web [PDF] Ruby On Rails Security Guide (It's RoR ...

1 2 3