0
votes
3answers
27 views
Best way to start building a custom-rendered control?
Hi, I am needing to create a custom control.
Basically, I'm wishing to create a light weight(and better using jquery) Accordion control.
What are some good references for getting started with doing …
1
vote
2answers
72 views
Having trouble getting started with Ruby on Rails
I'm wondering if someone can address some of the issues I am having? I create a rails app:
rails myapp -d mysql
cd myapp
haml --rails .
rake db:create:all
Then I want to use a mysql client to …
0
votes
1answer
20 views
CamelContext.start() doesn’t block
Hi,
I want to run a simple Apache Camel example that copies files from one directory to another:
CamelContext context = new DefaultCamelContext();
context.addRoutes(new RouteBuilder() {
public …
5
votes
5answers
203 views
What is a good 2D graphics framework, for a drawing application?
I am trying to build a raster drawing application using C# and so far I have not been able to locate any versatile light weight 2D graphics frameworks, or guides.
I was hoping a few of you would be …
2
votes
15answers
320 views
How do I find the drive to learn? [closed]
I've read a few things here, and I've learned a lot, but I'm still itching for more answers.
This is going to be a long one, but I hope to create a profound question that engages readers, so that …
0
votes
1answer
43 views
to start coding in C#.NET for eToken
Newbie request for advise.
I have a task to develoop C# (VB.NET) service class (library)
for storing/extractin user's passwords in/from Aladdin eToken devices.
Advise me any:
walkthroughs, …
0
votes
4answers
93 views
Starting OpenGL Programming “Ultimate” Resource
So I have a class for OpenGL programming next term.
I would at least like to have my feet (maybe even my ankles!) wet in the OpenGL pool before the class starts.
I am looking for a resource for …
1
vote
4answers
88 views
How do I move from C#/ASP to Ruby?
I have recently designed a web application that I would like to write in Ruby. Coming from a ASP background I designed it with method and fields and linked them together (in my diagram and UML) like I …
0
votes
5answers
61 views
wrapping controls
I'm getting started in c# development, and heard it said that all the standard controls should be 'wrapped' in a custom class, even if I don't add any extra functionality at this point. The example …
8
votes
4answers
143 views
Getting started with Arduino?
I'm going to get an Arduino starter kit like the one below.
What else do I need to get started?
What are some good Arduino programming resources?
What else can I buy/acquire to make my first …
0
votes
2answers
85 views
Looking for F# Learning resources [closed]
Possible Duplicate:
Getting started with F#
Hey There, I want to Use F# for one of my research Project which is based on Neural Network, can somebody help me where to start with Learning F# …
1
vote
7answers
178 views
How to renew programming knowledge?
I worked for a company for about two years then I quit and almost left programming for a while.
Now am trying to renew my programming knowledge. I am a .NET Developer and a MCSD.
I can see that there …
0
votes
7answers
82 views
Getting started with Javascript [closed]
Possible Duplicate:
Starting javascript development - what to do?
I am trying to create my first website and based on inputs from here I have selected the YUI javascript library for whe UI …
1
vote
3answers
79 views
Getting Started with Firebug
Can anyone recommend a "Getting Started" document for Firebug?
1
vote
2answers
220 views
Getting started with SSE
Hello, I want to learn more about using the SSE.
What ways are there to learn, besides the obvious reading the IntelĀ® 64 and IA-32 Architectures Software Developer's Manuals ?
Mainly I'm interested …
