resources

Good resources concerning linking process in compilation

Hi everyone I've been coding for some time, and I always thought the linking phase of compilation was pretty straight forward, but recently I had to add a plugin system to an app, and I ran into quite a few compilation and runtime problems, due to my complete lack of knowledge on the matter. I've now got it working fine and learned a lo...

what are the techniques you follow if you are stuck with a programming problem

When I am stuck with a problem, I search Google for code snippets. I look at isolating the problem, so that I can better explain it to others in order to get answers. What are the search techniques you use to find the solution to your problem? I started asking questions in stackoverflow.com . What other techniques or methods do you fo...

Looking for some good resources to get started with Django

All, I'd like to check Django out and maybe hack together some web pages to see how it feels - but after having a look at a few tutorials like this one I am starting to wonder if there is any way of getting it up and runinng without typying cmd line stuff for 1/2 hour. Can people point out some good straightforward resources/tutorials ...

which are the must-visit-daily websites for programmers?

other than stackoverflow. ...

version of website for different brands, resource files?

Hi, I have a web application that I need to modify so that it can be rebranded for different customers. I did the same thing with the windows version of the app using resource files and a #define. I have been reading up on resource files for aspx/C# but it seems that they are limited to localization. I'd like to do something like put ...

What is a good resource to help start an open source project?

I have an idea for an open souce project, but have absolutely no experience in either working on an existing project or starting one. For those of you that have some experience, what would you say would be a good resource/place to start on information for newbies interested in starting or working on an open source project? Thanks, Tome...

c++ modify resources at runtime

Is it possible to edit resources for an executable at runtime programmatically? If so, how? If not, is there another program that can easily be used to modify resources? Thanks, Derek. ...

Any good XSLT tutorial/book/blog/site online?

Any recommendations? ...

Any good F# tutorial/book/blog/site online?

Any recommendations? ...

Explaining SVN to non-programmers

I work with a number of new tech support folks. Sometimes, they like to fix small issues which may not be a high priority for our developers. This requires teaching SVN basics to non-programmers, which I've found can get a little tricky. What resources have you found useful? Are there diagrams you typically utilize to teach SVN? ...

accessing bitmap resources in a C++ DLL from VB6

I have a C++ DLL including bitmap resources created by Visual Studio. Though I can load the DLL in VB6 using LoadLibrary, I cannot load the image resources either by using LoadImage or by using LoadBitmap. When I try to get the error using GetLastError(), it doesnot return any errors. I have tried using LoadImage and LoadBitmap in anot...

Project layout using Wicket

Where should I put the .html files in a wicket Application? my current project layout is as follows: src/myproject --classes+ duplicated html files web --numerous .html files - previewed web/img --resource files such as css/png/js files i want to avoid putting the html files on dupliate locations. what is a good non-redundant strat...

How you organize non-source-resources available at the classpath in your java-project?

In a software-project written in java you often have resources, that are part of the project and should be included on the classpath. For instance some templates or images, that should be accessible through the classpath (getResource). These files should be included into a produced JAR-file. It's clear that these resources should be add...

What other sites do you go to for your coding questions?

This site is pretty good but I'm wondering what other resources are out there. I guess it's probably pretty language dependent but in general I have not found any other sites with a good wealth of general programming knowledge where I can just post a question and someone will actually answer it. Especially when you're posting some sort...

xsl:include of another xslt file from Win32 resources

Hello. I'm using xslt transformer in my C++ Win32 application and several xsl files that have a common part that I would like to separate into another xsl file. All xsl files are stored as resources. The only way I encountered for xsl:include is using res:// protocol that does not work properly for xsl files (at least on two of my Windo...

VS2005: How to not have VS try to parse text file resources as html?

I have included a resource in my Visual Studio 2005 solution that was a file on the hard drive. It is a text file, that contains text, and has a .htm extension. For months it worked fine, until I wanted to edit the contents of the text file. Suddenly Visual Studio insists on syntax checking the file as though it were an HTML file - when...

PHP/CURL/Other - How resource intensive?

Hi All, I am going to have a daemon that will run on a FreeBSD server, which will exchange small amounts of data with a list of URIs every minute. I am thinking to use the curl_multi functions to run them all at once, or in groups, every minute, using a post. I am open to other ideas though. I will have to do some benchmarking late...

ASP.Net resource files

I'm using selenium to run some functional tests on the UI for our current application. I want to ensure that strings from the resource files in the Web project are being displayed at the correct time and place. Simple (I thought) all I have to do is reference the assembly of the web application and assert that the text selenium is rea...

SIM Application Toolkit development

Hi, I'm designing a client/server cellular application, and am considering using SIM Application Toolkit for part of it. Where are there good resource to get started with learning the technologies available for SIM cards? I'm more interested in understanding the benefits of existing technologies, their percent of the installed base,...

Free resource editor for Windows .rc files?

Microsoft Visual C++ Express does not include the built-in resource editor that comes with the professional versions. Are there any good, free, alternatives out there that let you visually edit those .rc files? Note: I am talking about the resource script source files used by Visual C++ to compile the resources, not the compiled resourc...