tool-advice

debugging tools

I am using Netbeans and programming with PHP. I have seen debugging tools like watches and call stacks. What exactly are watches and call stacks? How do I use them in Netbeans? ...

Is there a good Core Data browsing tool out there?

One of the things I miss from moving from SQLite to Core Data is the ability to query directly against my database to analyze data. Is anyone out there aware of a tool that allows for the browsing of a Core Data store in a similar fashion? ...

How to write database value in text file on defined format

I read a delimited text file into dataset. i am writing these dataset values line by line in another text file. my C# syntax is : try { DataClasses1DataContext db = new DataClasses1DataContext(); var r = from p in db.Products select p; //DataTable TarGe...

How to save in database

http://www.dsebd.org/latest_PE_all2_08.php above url contain information want to save is database ms2008. How to save this value . ...

Quick development for a 3d point cloud visualization tool

Hi guys, I've recently been tasked with the development of a multi-frame 3d point cloud visualization tool for research. The professor let me make the decisions on what tools to use for this project. Problem is, I'm pretty much new to 3D rendering and the software packages for it. I was hoping that SO could point me in the right direct...

What is a good book to buy on php cms development?

Hello, I would like to build a cms with php using zend framework. I have been disappointed in the past when purchasing programming books only for the author to say, "well this example would not really work well in production." I would like to know if anyone has a recommendation for a book on building a production level cms using php. I...

Creating a UI with C++

So after years of working with C# I thought it would be a good idea to write something in C++ to get my skills tuned up. It turns out they are much rustier than I could have possibly imagined. I want to create a C++ app with a UI but I do not want to use Windows Forms or WPF or anything similar to what I have been doing for a while now...

What would you recommend for this project?

I have a to create an application using C# for the Windows Platform. Normally all of the work I've done was on a single machine: It had Visual Studio 2010, Microsoft SQL Server and a range of other tools. If I use Entity Framework for example, I know it'll work because I have a SQL engine installed. Here comes my problem and the point...