Forum: Project Ideas
Jan 8th, 2010, 2:36 PM
|
|
Replies: 7
Views: 294
|
Forum: PHP
Jan 8th, 2010, 2:20 PM
|
|
Replies: 13
Views: 500
|
Forum: Java
Jan 8th, 2010, 1:37 PM
|
|
Replies: 12
Views: 387
|
Forum: Java
Feb 7th, 2008, 2:11 PM
|
|
Replies: 2
Views: 923
|
Forum: Visual Basic .NET
Jan 31st, 2008, 8:08 AM
|
|
Replies: 7
Views: 810
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
|
Forum: Coder's Corner Lounge
Jan 23rd, 2008, 7:56 AM
|
|
Replies: 4
Views: 511
|
Forum: Coder's Corner Lounge
Jan 22nd, 2008, 4:45 PM
|
|
Replies: 4
Views: 511
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
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
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
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
|
Forum: Java
Jan 13th, 2008, 11:36 AM
|
|
Replies: 3
Views: 770
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
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
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
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
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
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
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
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
|
Forum: Java
Dec 28th, 2007, 10:37 PM
|
|
Replies: 6
Views: 325
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
|
Forum: Community Introductions
Dec 28th, 2007, 10:30 PM
|
|
Replies: 10
Views: 634
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
|
Forum: C++
Dec 22nd, 2007, 10:16 PM
|
|
Replies: 22
Views: 1,316
|
Forum: Coder's Corner Lounge
Dec 20th, 2007, 10:49 PM
|
|
Replies: 2
Views: 259
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
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
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
|
Forum: ASP.NET
Dec 1st, 2007, 2:58 AM
|
|
Replies: 5
Views: 1,437
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
|
Forum: Java
Nov 13th, 2007, 1:23 PM
|
|
Replies: 20
Views: 3,011
|
Forum: Coder's Corner Lounge
Nov 13th, 2007, 12:01 PM
|
|
Replies: 6
Views: 247
|
Forum: Java
Nov 11th, 2007, 10:34 PM
|
|
Replies: 5
Views: 461
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
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
|
Forum: Java
Nov 8th, 2007, 10:05 AM
|
|
Replies: 20
Views: 3,011
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
|
Forum: Coder's Corner Lounge
Nov 8th, 2007, 9:21 AM
|
|
Replies: 7
Views: 475
|