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.09 seconds.
Search: Posts Made By: ReggaetonKing
Forum: Project Ideas Jan 8th, 2010, 2:36 PM
Replies: 7
Views: 294
Posted By ReggaetonKing
Re: Need help to choose what technology to be used for my project

Write a stand-alone application in C# that reads a local XML file. You won't have to worry about any database management, installation, connections, etc.



There's a lot of game development tools...
Forum: PHP Jan 8th, 2010, 2:20 PM
Replies: 13
Views: 500
Posted By ReggaetonKing
Re: Why PHP Development is popular ?

For these exact reasons.
Forum: Java Jan 8th, 2010, 1:37 PM
Replies: 12
Views: 387
Posted By ReggaetonKing
Re: What is your favorite IDE?

I also recommend Eclipse.
Forum: Java Feb 7th, 2008, 2:11 PM
Replies: 2
Views: 923
Posted By ReggaetonKing
Re: Spring Framework Controller

EDIT: Nevermind. Sorry.

Maybe you need to play with the mapping options more. All I can think of.
Forum: Visual Basic .NET Jan 31st, 2008, 8:08 AM
Replies: 7
Views: 810
Posted By ReggaetonKing
Re: VS 2005 / 2008 Express on Wine

Why don't you use MonoDevelop instead? If not, then just use Boot Camp. It will make life easier than trying to run VB.NET Express in Wine @_@.
Forum: Coder's Corner Lounge Jan 29th, 2008, 4:52 PM
Replies: 5
Views: 358
Posted By ReggaetonKing
Re: Giants-Patriots Super Bowl XLII

I really want the Giants to win, even though they beat my Cowboys. I dislike Tom Brady.
Forum: Coder's Corner Lounge Jan 23rd, 2008, 7:56 AM
Replies: 4
Views: 511
Posted By ReggaetonKing
Re: Linking Database Tables

Thanks for your help Sane. Greatly appreciated.
Forum: Coder's Corner Lounge Jan 22nd, 2008, 4:45 PM
Replies: 4
Views: 511
Posted By ReggaetonKing
Re: Linking Database Tables

There is no consistency when the columns were renamed (wasn't up to me...) nor is there a prefix on any of the column names.

Here are some examples of the column names:

HrsSinceOvrHl ->...
Forum: Coder's Corner Lounge Jan 22nd, 2008, 1:49 PM
Replies: 4
Views: 511
Posted By ReggaetonKing
Linking Database Tables

I am trying to migrate some data from one database to another. The new database's tables have different column names than the old tables.

Is there some tool I can use to link the two tables...
Forum: Coder's Corner Lounge Jan 16th, 2008, 3:16 PM
Replies: 9
Views: 389
Posted By ReggaetonKing
Re: Sun acquires MySQL

what route did Java go down? Sun is big on open source (e.g. Solaris, Java, OpenOffice.org).
Forum: Coder's Corner Lounge Jan 16th, 2008, 9:16 AM
Replies: 9
Views: 389
Posted By ReggaetonKing
Sun acquires MySQL

I didn't see this coming.
http://www.sun.com/aboutsun/pr/2008-01/sunflash.20080116.1.xml
Forum: Coder's Corner Lounge Jan 15th, 2008, 8:35 PM
Replies: 5
Views: 327
Posted By ReggaetonKing
Re: Top Secret Vista SP1 Code Revealed!

That's really funny. Thanks for that!
Forum: Java Jan 13th, 2008, 11:36 AM
Replies: 3
Views: 770
Posted By ReggaetonKing
Re: Help in Converting C# to Java

Convert.ToInt32 is Integer.parseInt(String val) in Java. The type 'char' is not a struct as it is in C# so I would just convert a character to a string by doing:

char c = 'A';
String str = c + "";
Forum: Coder's Corner Lounge Jan 9th, 2008, 11:11 AM
Replies: 4
Views: 288
Posted By ReggaetonKing
Re: Adobe AIR

Flash is actually competing with Silverlight, AIR platform lets you take your web applications to the desktop which is developed in either Flash, Flex, or just regular HTML and AJAX.

I'm guessing...
Forum: Community Introductions Jan 8th, 2008, 12:18 PM
Replies: 4
Views: 389
Posted By ReggaetonKing
Re: Good Morning!

Welcome. Are you learning how to program or are you fluent in any languages?
Forum: Coder's Corner Lounge Jan 8th, 2008, 11:47 AM
Replies: 4
Views: 288
Posted By ReggaetonKing
Adobe AIR

Has anyone messed with Adobe AIR or even Adobe Flex? I looks like it has some promise to it! I know that Pownce is using Adobe AIR technology.

Check out the video:...
Forum: Software Design and Algorithms Jan 4th, 2008, 1:49 PM
Replies: 7
Views: 1,006
Posted By ReggaetonKing
Re: Problem solving

I respect and agree with your responses. Although, my question and comments was towards this kind of programming problems and not high budget projects were code quality matters more. I'm aware of...
Forum: Software Design and Algorithms Jan 4th, 2008, 9:46 AM
Replies: 7
Views: 1,006
Posted By ReggaetonKing
Re: Problem solving

@Salem: By better, I actually mean more efficient. Regardless what language I progam in, I still want the most efficient solution for any problem I approach.

@Jimbo: Your solution looks good! A lot...
Forum: Software Design and Algorithms Jan 3rd, 2008, 5:55 PM
Replies: 7
Views: 1,006
Posted By ReggaetonKing
Problem solving

I've been participating in TopCoder.com's online algorithm competitions. Actually, I've only been doing practice problems for the past two weeks. I'm really addicted to solving these types of...
Forum: Community Introductions Jan 3rd, 2008, 12:12 PM
Replies: 10
Views: 634
Posted By ReggaetonKing
Re: New Programmer

It's how you think and solve problems that will land a secure job! Being functional in a language wouldn't hurt though. ;)
Forum: Coder's Corner Lounge Jan 1st, 2008, 3:21 PM
Replies: 28
Views: 983
Posted By ReggaetonKing
Re: How Geek Are You?

You are 60% Geek!
Forum: Java Dec 28th, 2007, 10:37 PM
Replies: 6
Views: 325
Posted By ReggaetonKing
Re: Need help starting.

I love the Core Java book. It taught me so much stuff. I really enjoy Cay Horstmann's writing style.
Forum: C# Dec 28th, 2007, 10:35 PM
Replies: 4
Views: 669
Posted By ReggaetonKing
Re: Accessing bits of a byte using indexers :)

Are you sure about that? I'm certain lectricpharaoh is correct.
Forum: Community Introductions Dec 28th, 2007, 10:30 PM
Replies: 10
Views: 634
Posted By ReggaetonKing
Re: New Programmer

Why don't you start with the language your college introduces. VB.NET is alright. I strongly recommend C# if you plan on just developing on a Windows platform. C/C++ is great to know. Java is great...
Forum: C++ Dec 28th, 2007, 10:27 PM
Replies: 10
Views: 813
Posted By ReggaetonKing
Re: Any free C++, C# compiler?

Only when you download at first. Use the nightly builds to eliminate most of the bugs. I second Visual C++ Express.
Forum: C++ Dec 22nd, 2007, 10:16 PM
Replies: 22
Views: 1,316
Posted By ReggaetonKing
Re: Learning curve for C++ ?

Game designing and game programming is not quite the same thing.
Forum: Coder's Corner Lounge Dec 20th, 2007, 10:49 PM
Replies: 2
Views: 259
Posted By ReggaetonKing
Re: Flash

Best damn site for your needs. I made a photo slideshow and other cool shit with this site.

www.tutorialized.com/tutorials/Flash/
Forum: C# Dec 15th, 2007, 11:26 PM
Replies: 5
Views: 560
Posted By ReggaetonKing
Re: C# Code Generator

I wish I knew about this sooner! Before starting our projects at work! We would have probably been done already.
Forum: C# Dec 15th, 2007, 7:14 AM
Replies: 5
Views: 560
Posted By ReggaetonKing
Re: C# Code Generator

For creating your stored procedures, I definitely recommend this tool. Saves us hours at work!
http://www.codeproject.com/KB/database/spgen.aspx?print=true
Forum: Coder's Corner Lounge Dec 13th, 2007, 8:19 PM
Replies: 8
Views: 434
Posted By ReggaetonKing
Re: I still have an account here??

Congratulations! Best of wishes!
Forum: ASP.NET Dec 1st, 2007, 2:58 AM
Replies: 5
Views: 1,437
Posted By ReggaetonKing
Re: Chat program

In first page called Whatever.aspx
Reponse.Redirect("NextPage.aspx?textToSend=whatyouwant");

In NextPage.aspx
string textFromOtherPage = Request.QueryString[ "textToSend" ];

Do you see how this...
Forum: Coder's Corner Lounge Nov 20th, 2007, 8:09 PM
Replies: 90
Views: 4,336
Posted By ReggaetonKing
Re: What does your workspace look like?

Here my workspace with my son taking over the computer!
Forum: Java Nov 13th, 2007, 1:23 PM
Replies: 20
Views: 3,011
Posted By ReggaetonKing
Re: Decimal to binary help

[DELETED] *not even worth it.
Forum: Coder's Corner Lounge Nov 13th, 2007, 12:01 PM
Replies: 6
Views: 247
Posted By ReggaetonKing
Re: Only indirectly related to computers

I remember seeing this video. Very old.
Forum: Java Nov 11th, 2007, 10:34 PM
Replies: 5
Views: 461
Posted By ReggaetonKing
Re: Network Programming Help.

HttpURLConnection has a method called getResponseCode() and returns 200 if its a valid page. Once you parse the links from the HTML source, you can put them into a list and iterate through the list...
Forum: Java Nov 8th, 2007, 11:50 AM
Replies: 20
Views: 3,011
Posted By ReggaetonKing
Re: Decimal to binary help

OMG! Just post your entire code that you have and the error messages you get. What is so confusing about my solution?
Forum: C++ Nov 8th, 2007, 11:49 AM
Replies: 17
Views: 985
Posted By ReggaetonKing
Re: Binary/Hex Text Encoder/Decoder

And if you wish to seek further help in anything else in the future, I'll tell you to take it and stick it up your ass!
Forum: Java Nov 8th, 2007, 10:05 AM
Replies: 20
Views: 3,011
Posted By ReggaetonKing
Re: Decimal to binary help

If you ask that question, you don't know what recursion is.

As you can see from my snippet of code, I did indeed have an if statement. How did you insert my code in yours? Please just don't copy...
Forum: C++ Nov 8th, 2007, 10:00 AM
Replies: 17
Views: 985
Posted By ReggaetonKing
Re: Binary/Hex Text Encoder/Decoder

Can't you just use Narue's solution and then find a way to convert the std::string to a wxString?
Forum: Coder's Corner Lounge Nov 8th, 2007, 9:21 AM
Replies: 7
Views: 475
Posted By ReggaetonKing
Re: Careers in the Computer Industry

Your first few posts are the most random questions!
Showing results 1 to 40 of 500

 
Forum Jump



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

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