Forum: Coder's Corner Lounge
May 15th, 2008, 7:48 AM
|
|
Replies: 12
Views: 427
Re: software developers?
they are different, but they are both communication tools.
I am not comparing the two, I merely stated my opinion that communication sites have affected popularity of communication softwares...
do...
|
Forum: Coder's Corner Lounge
May 14th, 2008, 11:59 AM
|
|
Replies: 12
Views: 427
Re: software developers?
actually the point I was trying to make was people are more inclined to use websites now compared to software....
for example, forums affected popularity of messengers....
see what I mean?
so...
|
Forum: Coder's Corner Lounge
May 11th, 2008, 3:38 PM
|
|
Replies: 12
Views: 427
software developers?
anybody still developing softwares individually?
most of the people seem to be into developing websites now...
|
Forum: Coder's Corner Lounge
Sep 14th, 2007, 11:55 PM
|
|
Replies: 11
Views: 246
|
Forum: Coder's Corner Lounge
Sep 13th, 2007, 8:23 PM
|
|
Replies: 11
Views: 246
|
Forum: Coder's Corner Lounge
Sep 13th, 2007, 6:06 PM
|
|
Replies: 11
Views: 246
|
Forum: Coder's Corner Lounge
Sep 13th, 2007, 11:50 AM
|
|
Replies: 11
Views: 246
study abroad
how good does that look on someone's resume or grad school application if the person is in technical field
i know it will probably look awesome on sociology major or something, but not sure about a...
|
Forum: Other Scripting Languages
Aug 21st, 2007, 7:45 PM
|
|
Replies: 2
Views: 299
mysql - question about numeric key
how do they work?
so i saw someone posting like...
Create Table login
(Id int(4) NOT NULL,
UserName varchar(20) NOT NULL,
Password varchar(6) NOT NULL,
securityQuestion...
|
Forum: C#
Aug 20th, 2007, 5:58 PM
|
|
Replies: 6
Views: 225
wow I was expecting exact opposite reply...
I...
wow I was expecting exact opposite reply...
I was expecting you to say "if the data are fairly frequent and/or you need to use that data elsewhere in the program , then use a C# table"!!
I mean...
|
Forum: C#
Aug 20th, 2007, 5:34 PM
|
|
Replies: 6
Views: 225
|
Forum: C#
Aug 20th, 2007, 7:10 AM
|
|
Replies: 6
Views: 225
c# datatable vs MySql table...
which one of these would be more efficient in terms of speed etc for storing temporary data? (mysql table would be accessed from C#)
the temporary data may or may not be "small"....
|
Forum: C#
Aug 18th, 2007, 4:36 AM
|
|
Replies: 3
Views: 156
|
Forum: C#
Aug 18th, 2007, 3:58 AM
|
|
Replies: 3
Views: 156
file transfer
so in a client/server setup, I want to have a direction connection between two clients when it comes to file transfer.
It means the file does not have to go through the server, while text messages...
|
Forum: C#
Aug 15th, 2007, 3:35 AM
|
|
Replies: 1
Views: 131
c# multiple popup windows
i think forms would good for creating several popup windows in c# application... right?
also, if i do use this approach, it would be an array of forms and i would take it from there... does that...
|
Forum: Other Scripting Languages
Aug 12th, 2007, 6:20 PM
|
|
Replies: 2
Views: 286
|
Forum: Other Scripting Languages
Aug 11th, 2007, 3:21 AM
|
|
Replies: 2
Views: 286
mysql - truncate command
what does it do?
I thought it deleted all the entries from the tables while preserving the column structure, right?
well... when i type truncate tablename;
and then i try to see the data of the...
|
Forum: C#
Aug 10th, 2007, 2:57 PM
|
|
Replies: 5
Views: 188
|
Forum: C#
Aug 10th, 2007, 12:56 PM
|
|
Replies: 5
Views: 188
|
Forum: C#
Aug 10th, 2007, 3:16 AM
|
|
Replies: 5
Views: 188
datatable
so I have created a datatable in C#...
and i have used dataview.findrows() method to find rows that have say column3 entry equal to "s"...
now I have all the rows that fit that criteria...
now...
|
Forum: Coder's Corner Lounge
Jul 24th, 2007, 8:06 PM
|
|
Replies: 11
Views: 288
|
Forum: Coder's Corner Lounge
Jul 24th, 2007, 5:46 PM
|
|
Replies: 11
Views: 288
|
Forum: Coder's Corner Lounge
Jul 24th, 2007, 5:45 PM
|
|
Replies: 11
Views: 288
|
Forum: Coder's Corner Lounge
Jul 24th, 2007, 1:58 PM
|
|
Replies: 11
Views: 288
|
Forum: C#
Jul 24th, 2007, 3:14 AM
|
|
Replies: 3
Views: 97
I mean I tried thinking how else I would write...
I mean I tried thinking how else I would write the function, so that it would be something more general, but i dont know..
same thing for text boxes too. do i need to write a separate one for each...
|
Forum: C#
Jul 24th, 2007, 3:13 AM
|
|
Replies: 3
Views: 97
cross-thread excpetion - Invoke...
well, so I know I need to do delegate - invoke thing...
but suppose I need to change property of several panels. do I need to write separate function for each of them?
this is my function for one...
|
Forum: Coder's Corner Lounge
Jul 24th, 2007, 2:29 AM
|
|
Replies: 11
Views: 288
how to test an internet application?
it would require several computers maybe, but more than one definitely....
I installed virtual PC, but apparently I would have to install OS too, and I dont have CD for that at the moment...
what...
|
Forum: Coder's Corner Lounge
Jul 18th, 2007, 11:06 PM
|
|
Replies: 6
Views: 212
|
Forum: Coder's Corner Lounge
Jul 18th, 2007, 10:14 PM
|
|
Replies: 6
Views: 212
server - messenger chat...
I am coding a centralized server messenger...
I wonder what approach do Yahoo, AIM etc use for text chat?
Suppose two clients start chatting with each other, now during the chat conversation, does...
|
Forum: Coder's Corner Lounge
Jul 3rd, 2007, 1:14 AM
|
|
Replies: 3
Views: 119
|
Forum: Coder's Corner Lounge
Jun 30th, 2007, 3:27 AM
|
|
Replies: 3
Views: 119
chat messenger - security issues?
I have searched online, and what I mostly come across is what these security issues are...
for example, Worms, Backdoor Trojan Horses, Hijacking and Impersonation, Denial of Service etc.
but I dont...
|
Forum: Coder's Corner Lounge
Jun 27th, 2007, 5:47 PM
|
|
Replies: 12
Views: 231
|
Forum: Coder's Corner Lounge
Jun 27th, 2007, 5:41 PM
|
|
Replies: 12
Views: 231
|
Forum: Coder's Corner Lounge
Jun 27th, 2007, 3:52 PM
|
|
Replies: 12
Views: 231
|
Forum: C#
Jun 27th, 2007, 12:25 PM
|
|
Replies: 4
Views: 139
Property or indexer...
Property or indexer 'System.Windows.Forms.TabControl.TabPageCollection.Count' cannot be assigned to -- it is read only
|
Forum: Other Scripting Languages
Jun 27th, 2007, 11:31 AM
|
|
Replies: 6
Views: 394
oh I know how to deal with 'already exists'...
oh I know how to deal with 'already exists' error....
what I was asking is what does it do when I execute the below command using C#
select * from tablename where name = 'example';
then if there is...
|
Forum: Coder's Corner Lounge
Jun 27th, 2007, 11:25 AM
|
|
Replies: 12
Views: 231
|
Forum: Other Scripting Languages
Jun 27th, 2007, 3:09 AM
|
|
Replies: 6
Views: 394
|
Forum: C#
Jun 27th, 2007, 3:07 AM
|
|
Replies: 4
Views: 139
tab control...
in c#, how do you determine the number of tabpages at runtime?
I mean the coder does not know beforehand how many tabs the user will need, so how does the coder handle the variable number of tab...
|
Forum: C#
Jun 27th, 2007, 3:02 AM
|
|
Replies: 10
Views: 365
|
Forum: Other Scripting Languages
Jun 27th, 2007, 3:01 AM
|
|
Replies: 6
Views: 394
mysql database search
so I am writing a C#program that determines whether a given name exists in the MySql database
after determining the database and all that...
first, I execute "select * from tablename" on C#.......
|