Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 217
Search took 0.02 seconds.
Search: Posts Made By: programmingnoob
Forum: Coder's Corner Lounge May 15th, 2008, 7:48 AM
Replies: 12
Views: 427
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
yeah actually i eventually would like to work in...

yeah actually i eventually would like to work in that country
also, the study abroad is more going to be like about cultural and social issues of the country rather than the the technology component...
Forum: Coder's Corner Lounge Sep 13th, 2007, 8:23 PM
Replies: 11
Views: 246
Posted By programmingnoob
i am sorry i think i did not make it clear i am...

i am sorry
i think i did not make it clear
i am talking about study program only for 2 weeks!
sorry again
Forum: Coder's Corner Lounge Sep 13th, 2007, 6:06 PM
Replies: 11
Views: 246
Posted By programmingnoob
no i am not asking about price here it's already...

no i am not asking about price here
it's already determined...
i am asking how good such study abroad programs look on resume/applications
Forum: Coder's Corner Lounge Sep 13th, 2007, 11:50 AM
Replies: 11
Views: 246
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
for example, a table containing information of...

for example, a table containing information of all the users online...

so its temporary in that sense...
Forum: C# Aug 20th, 2007, 7:10 AM
Replies: 6
Views: 225
Posted By programmingnoob
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
Posted By programmingnoob
why a separate socket?

why a separate socket?
Forum: C# Aug 18th, 2007, 3:58 AM
Replies: 3
Views: 156
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
does that preserve the structure of the tables?...

does that preserve the structure of the tables? columns and all?
Forum: Other Scripting Languages Aug 11th, 2007, 3:21 AM
Replies: 2
Views: 286
Posted By programmingnoob
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
Posted By programmingnoob
could you elaborate please?

could you elaborate please?
Forum: C# Aug 10th, 2007, 12:56 PM
Replies: 5
Views: 188
Posted By programmingnoob
or maybe it's because I wrote that question at 3...

or maybe it's because I wrote that question at 3 AM myself
lol but let me try again...

I have a datatable in C#....
you know findrows method? it returned me multiple rows which fit a criteria...
Forum: C# Aug 10th, 2007, 3:16 AM
Replies: 5
Views: 188
Posted By programmingnoob
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
Posted By programmingnoob
umm I didnt want all of them to have the same ip...

umm I didnt want all of them to have the same ip addr, because my server code distinguishes between two connections using ip addr (well, sort of)
Forum: Coder's Corner Lounge Jul 24th, 2007, 5:46 PM
Replies: 11
Views: 288
Posted By programmingnoob
yeah but that will be just a couple of comps......

yeah but that will be just a couple of comps...
hmmm
Forum: Coder's Corner Lounge Jul 24th, 2007, 5:45 PM
Replies: 11
Views: 288
Posted By programmingnoob
they all will have same ip address then?! i...

they all will have same ip address then?!

i mean if you know a way around that, then do let me know
Forum: Coder's Corner Lounge Jul 24th, 2007, 1:58 PM
Replies: 11
Views: 288
Posted By programmingnoob
the internet application is supposed to run on...

the internet application is supposed to run on windows
Forum: C# Jul 24th, 2007, 3:14 AM
Replies: 3
Views: 97
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
I am using TCP, not UDP... just wanted to know...

I am using TCP, not UDP...

just wanted to know about AIM, Yahoo etc...

do you know whether they let the clients communicate directly after a point or does every single message go through the...
Forum: Coder's Corner Lounge Jul 18th, 2007, 10:14 PM
Replies: 6
Views: 212
Posted By programmingnoob
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
Posted By programmingnoob
what are other ways to handle DoS attacks apart...

what are other ways to handle DoS attacks apart from having multiple servers running? because that may not be feasible.

also,
validating the data? i am a little bit lost....
Forum: Coder's Corner Lounge Jun 30th, 2007, 3:27 AM
Replies: 3
Views: 119
Posted By programmingnoob
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
Posted By programmingnoob
if user is not allowed to change it, then thats...

if user is not allowed to change it, then thats not very user friendly....

but then all these things we have around... like yahoo, msn etc... they all allow users to change it, how do they manage...
Forum: Coder's Corner Lounge Jun 27th, 2007, 5:41 PM
Replies: 12
Views: 231
Posted By programmingnoob
hmmm ... so what do I do to guard against that? =/

hmmm ... so what do I do to guard against that? =/
Forum: Coder's Corner Lounge Jun 27th, 2007, 3:52 PM
Replies: 12
Views: 231
Posted By programmingnoob
i thought encrypted password was a form of secure...

i thought encrypted password was a form of secure authentication =/
Forum: C# Jun 27th, 2007, 12:25 PM
Replies: 4
Views: 139
Posted By programmingnoob
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
Posted By programmingnoob
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
Posted By programmingnoob
that helps..... so basically it's making sure...

that helps.....
so basically it's making sure that even if someone gets hold of database, he gets nothing that could harm anybody?
cool
Forum: Other Scripting Languages Jun 27th, 2007, 3:09 AM
Replies: 6
Views: 394
Posted By programmingnoob
I mean for example, while inserting an entry into...

I mean for example, while inserting an entry into mysql, it can catch for exception and determine if error number is 1062, then the entry already exists....
Forum: C# Jun 27th, 2007, 3:07 AM
Replies: 4
Views: 139
Posted By programmingnoob
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
Posted By programmingnoob
umm elaborate please?! I'm new to this stuff you...

umm elaborate please?!
I'm new to this stuff you see
if you could point me to a weblink, then that would be great too
Forum: Other Scripting Languages Jun 27th, 2007, 3:01 AM
Replies: 6
Views: 394
Posted By programmingnoob
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#.......
Showing results 1 to 40 of 217

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:53 PM.

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