Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 500
Search took 0.15 seconds.
Search: Posts Made By: King
Forum: Coder's Corner Lounge Yesterday, 7:28 PM
Replies: 4
Views: 64
Posted By King
Re: "Unallocated"

Good choice... Ubuntu is awesome.
Forum: Coder's Corner Lounge Oct 5th, 2008, 12:12 PM
Replies: 4
Views: 94
Posted By King
Re: Xubuntu Wireless

Unfortunately I do not know the answer to this myself, but you might have better luck getting an answer at the Ubuntu forums:
http://ubuntuforums.org/
Forum: ASP.NET Sep 24th, 2008, 7:54 PM
Replies: 13
Views: 280
Posted By King
Re: How to website...

There are a lot of things to learn to be able to do something like this. First you need to learn ASP.NET, which also means you will need to learn C# or VB.NET. After that you need to learn a database...
Forum: Project Ideas Sep 7th, 2008, 7:07 PM
Replies: 3
Views: 183
Posted By King
Re: best program for creating a video editing software

What do you mean by "program type"? Do you mean programming language? If so I would probably go with C++.
Forum: C# Sep 7th, 2008, 12:05 PM
Replies: 4
Views: 157
Posted By King
Re: some question bout database

I use MS Access for my C# applications (if the data I will be storing isn't huge). It's very easy to work with and it's easy to deploy with your application.
Forum: ASP.NET Sep 7th, 2008, 12:02 PM
Replies: 9
Views: 277
Posted By King
Re: vb or c#

I find the C# syntax much easier to read, but that is probably becasue my background is in C++.
Forum: ASP.NET Sep 3rd, 2008, 9:01 PM
Replies: 9
Views: 277
Posted By King
Re: vb or c#

C#.... mainly because I like the syntax a lot more.
Forum: C++ Aug 14th, 2008, 8:51 PM
Replies: 7
Views: 360
Posted By King
Re: Building a new gui for an operating system

I would follow Soulstorm's advice. After that you will want to look into the X Window System framework and build your GUI using that (this is also what Gnome and KDE use).
Forum: C# Jul 27th, 2008, 1:26 PM
Replies: 2
Views: 169
Posted By King
Re: help on an idea for a program

Most media players support .m3u playlist files so you could write a program that will help you generate those. m3u files are just plain text files that have a list of media files to play. You could...
Forum: C# Jul 25th, 2008, 11:32 AM
Replies: 4
Views: 545
Posted By King
Re: oleDB vs sqlClient

When working with large amounts of data using SQL Server will give you a bit of a performance advantage over any other DB, but on something that isn't going to have millions of records you won't...
Forum: ASP.NET Jul 24th, 2008, 11:38 AM
Replies: 1
Views: 235
Posted By King
Re: Share Point

Sharepoint is a Microsoft product that companies use for posting and sharing documents and information. It is in the form of a web application great for intranet sites. Since it is an MS product I am...
Forum: Coder's Corner Lounge Jul 24th, 2008, 11:30 AM
Replies: 8
Ai
Views: 266
Posted By King
Re: Ai

I think the first thing you might want to look into is Path finding for your NPCs (I am sort of assuming a shooter type game, but does not have to be). Your enemies will need to know how to...
Forum: Coder's Corner Lounge Jul 23rd, 2008, 10:05 AM
Replies: 8
Ai
Views: 266
Posted By King
Re: Ai

Start here:
http://en.wikipedia.org/wiki/Artificial_intelligence

This will give you some general info on AI. At the bottom there is a link to a Game Logic section which goes into more in-depth...
Forum: Coder's Corner Lounge Jul 22nd, 2008, 5:46 PM
Replies: 8
Ai
Views: 266
Posted By King
Re: Ai

Yes… but you are going to have to be more specific. There are many areas to cover when it comes to AI. Are you looking into AI for a game you are making? Maybe start by looking on Wikipedia for some...
Forum: Python Jul 21st, 2008, 6:04 PM
Replies: 1
Views: 205
Posted By King
Re: How can I code this?

Please see the forums rules, specifically under the "Keep It Organized" section.
Forum: Visual Basic Jul 21st, 2008, 5:59 PM
Replies: 6
Vb6
Views: 380
Posted By King
Re: Vb6

There is no such thing as the best programming language as it all depends on the task at hand and the best tool/language for the job.

It also comes down to personal preference. I would use VB.NET...
Forum: Other Programming Languages Jul 10th, 2008, 5:08 PM
Replies: 7
Views: 327
Posted By King
Re: Yet another "I don't know which language I should choose"

I would use C#. It is fairly easy to learn, powerful and great for GUI applications.
Forum: C++ Jul 1st, 2008, 11:12 AM
Replies: 11
Views: 492
Posted By King
Re: How to make a programming language

Exactly what I would guess his age is, especially after that immature outburst at me (quite funny though). I don't mind people "shortening their words" (well it still annoys me), but I can't stand...
Forum: C++ Jun 30th, 2008, 10:34 PM
Replies: 11
Views: 492
Posted By King
Re: How to make a programming language

Maybe you should work on the English language before learning/creating a computer language.
Forum: C++ Jun 28th, 2008, 11:07 PM
Replies: 8
Views: 327
Posted By King
Re: Video/Sound Library

Thanks for point that out lectricpharaoh, I read his comment wrong lol. I have to say though, if I were to get a Cybernetic implant, I would definitely go with a Linux no matter what the stats say!
Forum: C++ Jun 26th, 2008, 8:21 PM
Replies: 8
Views: 327
Posted By King
Re: Video/Sound Library

Stephen, those stats are completely wrong, if you are just going to make shit up please go somewhere else. Stats aside, supporting Linux is a requirement so I would prefer a cross-platform library if...
Forum: C++ Jun 25th, 2008, 10:01 PM
Replies: 8
Views: 327
Posted By King
Re: Video/Sound Library

Well I am going to be using WXWidgets... If I could avoid using WIN32 API that would be for the best.
Forum: C++ Jun 25th, 2008, 5:35 PM
Replies: 8
Views: 327
Posted By King
Video/Sound Library

Does anyone know of a cross platform (Windows/Linux) video/sound library, preferable an open source one (as I don’t want to have to pay any type of license fees)? And if there isn’t any decent cross...
Forum: C++ Jun 16th, 2008, 4:10 PM
Replies: 9
Views: 455
Posted By King
Re: Starting C++ GUI Programming

I would also suggest wxWidgets... really good for cross-platform apps.
Forum: Coder's Corner Lounge Jun 10th, 2008, 4:45 PM
Replies: 6
Views: 257
Posted By King
Re: I'm Back...

Welcome back IR.
Forum: Coder's Corner Lounge Jun 10th, 2008, 4:43 PM
Replies: 9
Views: 360
Posted By King
Re: iPhone 2

Apple sucks
Forum: Coder's Corner Lounge Jun 9th, 2008, 11:24 PM
Replies: 4
Views: 240
Posted By King
Re: Computer Music

That is pretty awesome
Forum: Coder's Corner Lounge Jun 4th, 2008, 9:40 PM
Replies: 18
Views: 641
Posted By King
Re: Best programming language

As Sorrofix said it really depends on what you are developing. I am going to vote C++ as it is my favourite language to develop in (followed by C#).
Forum: Coder's Corner Lounge Jun 4th, 2008, 4:20 PM
Replies: 11
Views: 466
Posted By King
Forum: C# May 19th, 2008, 2:12 PM
Replies: 10
Views: 472
Posted By King
Re: SQL Statement Question

That is what I am doing; I just wanted to know if there was a easier way to search all fields in a table without a huge typing exercise in building the query.


This is what I had planned to do if...
Forum: C# May 18th, 2008, 11:15 PM
Replies: 10
Views: 472
Posted By King
Re: SQL Statement Question

Is that the only way? As I mentioned above I would like to avoid a lot of OR statements (the table is rather big).
Forum: C# May 18th, 2008, 7:57 PM
Replies: 10
Views: 472
Posted By King
SQL Statement Question

In a program I am writing I need to be able to search all fields in a table and return all records that match the search criteria. I am using an Access database. So far I am building the SQL...
Forum: Coder's Corner Lounge May 11th, 2008, 7:05 PM
Replies: 12
Views: 500
Posted By King
Re: software developers?

I think he may be talking about local applications versus websites. I prefer doing local apps far more than websites. Creating websites can be quite tedious. I have done a couple websites in ASP.net...
Forum: Coder's Corner Lounge Apr 27th, 2008, 9:26 AM
Replies: 20
Views: 554
Posted By King
Re: Vista RAM Ussage

Thanks for the input guys. I did a bit of more googling and Vista will caches as much as it can depending on how much ram you have to make the system more snappy. Aprrently it will free up that RAM...
Forum: Coder's Corner Lounge Apr 26th, 2008, 9:24 PM
Replies: 20
Views: 554
Posted By King
Vista RAM Ussage

I recently got a new PC the came with Windows Vista Home Premium 64-bit edition. The specs of the PC are:
- Intel Quad Core Q6700
- 4 Gig of RAM
- TB of HDD space (2 500GB partitions)
- Nvidia...
Forum: Other Scripting Languages Apr 22nd, 2008, 9:05 PM
Replies: 1
Views: 296
Posted By King
Question Good Regex Tool

I am looking for a good regex tool (for windows and free if possible). I am looking for something that will help test, interpret (understand), and possibly help create regular expressions. I have a...
Forum: C# Apr 21st, 2008, 7:27 PM
Replies: 3
Views: 263
Posted By King
Re: Cross-Thread Exception

I am loading a dataset from a database and then populating the listview with it, but I am looping through adding the records one at a time. I did not know there was a faster way of doing this.
Forum: C# Apr 20th, 2008, 8:18 PM
Replies: 3
Views: 263
Posted By King
Question Cross-Thread Exception

I want to update a listview on a separate thread so the window does not lock if there is a lot to populate. The problem with this is that I get an exception being thrown because the thread updating...
Forum: ASP.NET Apr 7th, 2008, 7:27 AM
Replies: 9
Views: 530
Posted By King
Re: Slide Show

kruptof / Jimbo... both of those worked :)

Server.MapPath("~/Some/Path") did it in one less step though. Thanks guys. I now have the slide show running as desired.
Forum: ASP.NET Apr 2nd, 2008, 3:35 PM
Replies: 9
Views: 530
Posted By King
Re: Slide Show

Thanks for the info guys. I have chosen to use the Ajax Slide Show control.

I have one more question. In ASP, what is the best way to get a list of files from a directory? This is how I am doing it...
Showing results 1 to 40 of 500

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:19 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC