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.05 seconds.
Search: Posts Made By: kruptof
Forum: Visual Basic .NET Sep 24th, 2008, 9:21 AM
Replies: 4
Views: 212
Posted By kruptof
Re: Services in .NET programming

How about the client server model. Where you have the services as the server and the UI as the client.
Forum: C# Jul 14th, 2008, 4:46 PM
Replies: 1
Views: 209
Posted By kruptof
Visual Studio C# 2005 Auto-update feature

Hi. I am using the helpful built in feature of Visual Studio C# 2005 to auto-update my program when there is a new version out or when there is an update. But I don't want to update every single...
Forum: Other Programming Languages Jul 10th, 2008, 2:35 PM
Replies: 7
Views: 327
Posted By kruptof
Re: Yet another "I don't know which language I should choose"

Are you serious? I don't mean to offend you but why would anyone give such an important task for such an important event to anyone that has no or little experience?
Forum: Perl Jun 30th, 2008, 10:58 AM
Replies: 1
Views: 248
Posted By kruptof
use strict and typeglobs

I am trying to experiment with using typglobs using the following code:
#!/indigoperl/bin/perl
#use warnings;
#use strict;
our ($spud,@spud);
$spud = "I am a scalar";
@spud = qw(I am an array);
sub...
Forum: C# Jun 12th, 2008, 3:32 PM
Replies: 4
Views: 309
Posted By kruptof
Re: Thread.AllocateNamedDataSlot

Sorry I am not that good with threads perhaps you can clear this up for me. If I have the following code:
main()
{
new Thread(doit).start(1);
new Thread(doit).start(2);
}
public void...
Forum: C# Jun 12th, 2008, 1:41 PM
Replies: 4
Views: 309
Posted By kruptof
Thread.AllocateNamedDataSlot

The method Thread.AllocateNamedDataSlot allocates a data slot on all threads, is there something like this but acts on the local thread instead of all the threads?
Forum: Other Web Development Languages Jun 11th, 2008, 1:53 AM
Replies: 6
Views: 403
Posted By kruptof
Re: Security

Also look into sanitizing all your user generated content to protect against cross site scripting.
Forum: Coder's Corner Lounge Jun 10th, 2008, 10:40 AM
Replies: 6
Views: 257
Posted By kruptof
Re: I'm Back...

Hey IR welcome back, thought the forum was missing something. Good to have you back.
Forum: C# Jun 6th, 2008, 10:29 AM
Replies: 1
Views: 140
Posted By kruptof
Re: SelectSingleNode more than one criteria

Sorry seems like I haven't search enough before posting, I found this http://www.stylusstudio.com/xsllist/200409/post10360.html link useful and the solution to the problem was:
//user[username='tom'...
Forum: C# Jun 6th, 2008, 9:41 AM
Replies: 1
Views: 140
Posted By kruptof
SelectSingleNode more than one criteria

I am using the SelectSingleNode method from the XmlDocument class, I am not very good with XPath I sort of tried searching the net but can't seem to find an obvious answer, so I just though i post...
Forum: C# May 31st, 2008, 3:35 AM
Replies: 2
Views: 264
Posted By kruptof
Re: HttpWebRequest proxy

I tried that and I still get the same error. Does anybody know any proxy url that works with this. Because most of the proxies on the web you just submit a form, I don't know how the webproxy works...
Forum: Coder's Corner Lounge May 31st, 2008, 3:32 AM
Replies: 16
Views: 624
Posted By kruptof
Re: Yeeaaaah! I did it!!

Wow that's bloody amazing Sane. Have you even began the CS degree yet because I think I remember you asking about college recommendation?
Forum: C# May 29th, 2008, 5:03 PM
Replies: 2
Views: 264
Posted By kruptof
HttpWebRequest proxy

I have a program which makes for a request for a document using the HttpWebRequest, But i need to go though a proxy such as the ones on this page http://proxy.org/. However when i try to use any of...
Forum: Other Programming Languages May 28th, 2008, 1:46 PM
Replies: 15
Views: 877
Posted By kruptof
Forum: PHP May 28th, 2008, 1:46 PM
Replies: 5
Views: 311
Posted By kruptof
Re: php forum

You can't create him alone, it takes two.

phpBB is a good example of a php forum system, you might want to look at that for inspiration. I think it's also opensource so have a look at their code.
Forum: Python May 18th, 2008, 3:48 PM
Replies: 10
Views: 633
Posted By kruptof
Re: Listing HD's

Not a python person but a quick google turned up this (http://mail.python.org/pipermail/python-win32/2004-January/001562.html)

Hope it helps
Forum: C# May 16th, 2008, 6:36 AM
Replies: 2
Views: 236
Posted By kruptof
Re: no Copy in C#???

This link (http://www.devcity.net/Articles/61/1/func_dir.aspx) has a nice list of file functions
Forum: PHP May 14th, 2008, 7:31 AM
Replies: 10
Views: 473
Posted By kruptof
Re: Query regarding / and \

why not just test which slash the path contains?
Forum: Coder's Corner Lounge May 9th, 2008, 4:09 PM
Replies: 3
Views: 267
Posted By kruptof
Orthogonal array calculation

I am having a bit of a trouble understanding orthogonal array calculation. I am trying to understand the following example given by the lecturer: (not exact words, just what I managed to jot...
Forum: Paid Job Offers May 3rd, 2008, 5:59 PM
Replies: 20
Views: 1,318
Posted By kruptof
Re: Need a program developed.

Find out what and when you say reported them, to whom? The mods, Admin or some other third party.
Forum: C# May 3rd, 2008, 4:11 PM
Replies: 7
Views: 297
Posted By kruptof
Re: Clearing multiple textbox's text

May I ask what are you doing with 50 textboxes?
Forum: Paid Job Offers May 3rd, 2008, 4:08 PM
Replies: 20
Views: 1,318
Posted By kruptof
Forum: Coder's Corner Lounge May 3rd, 2008, 5:23 AM
Replies: 1
Views: 219
Posted By kruptof
tinyurl with query string?

I am giving a demonstration on a Cross Site Scripting (Only to lecture). I am thinking of show a live exploit. I managed to find the vulnerability but my attack string is too long, the problem is...
Forum: PHP May 2nd, 2008, 3:20 AM
Replies: 2
Views: 278
Posted By kruptof
Re: PHP Uploader, Aiming for safety.

Also instead of using the files original name you could use something like hash(filename+time) as the new file name.
Forum: C# May 2nd, 2008, 2:48 AM
Replies: 6
Views: 258
Posted By kruptof
Re: getting timer to return booleen variable?

If you are using a timer just for the sake of waiting then just put the thread to sleep for 4 seconds. IF you require some activity on the main thread whilst waiting then just create a new thread and...
Forum: C# May 1st, 2008, 3:32 PM
Replies: 6
Views: 258
Posted By kruptof
Re: getting timer to return booleen variable?

Try using the interval property of the Timer class.
Forum: Coder's Corner Lounge May 1st, 2008, 1:59 PM
Replies: 2
Views: 129
Posted By kruptof
Understanding P2P

I am looking at options for my final year project. I am thinking of doing this project which was suggested to me by one of my lectures,it involves P2P.

At the moment I don't know much about P2P so...
Forum: C Apr 26th, 2008, 9:49 AM
Replies: 4
Views: 208
Posted By kruptof
Re: reverse connection

If the client is listening and accepting connections wouldn't that make it a server?
Forum: C# Apr 21st, 2008, 4:06 AM
Replies: 3
Views: 263
Posted By kruptof
Re: Cross-Thread Exception

How are you getting the data being added to the listview, is it by network or disk. If so load the data into memory first then add it to the list. Also since you're in the main thread why not have an...
Forum: Coder's Corner Lounge Apr 20th, 2008, 5:28 PM
Replies: 3
Views: 184
Posted By kruptof
Visual C# 2008 Express Edition installation fail

I've been trying to install Visual C# 2008 Express Edition for the past couple of days. I managed to get the setup file from MS website but the setup needs to download files but it's having trouble...
Forum: Java Apr 19th, 2008, 2:59 PM
Replies: 6
Views: 287
Posted By kruptof
Re: Value-returning methods with and without a parameter

Doesn't Java support function overloading
Forum: Coder's Corner Lounge Apr 13th, 2008, 8:53 AM
Replies: 3
Views: 199
Posted By kruptof
Driver Scan

I need to do a clean install on couple of computers(around 25) but I would like to backup the drivers from it before doing it. Does anybody know of any good programs that scan your computers for...
Forum: C# Apr 8th, 2008, 5:33 PM
Replies: 5
Views: 354
Posted By kruptof
Re: Program not closing?

Is your application creating any threads, if so it could be some thread is refusing to terminate cause it's still working. Check this ebook (http://www.albahari.com/threading/)out, I think it...
Forum: Coder's Corner Lounge Apr 5th, 2008, 8:23 PM
Replies: 4
Views: 184
Posted By kruptof
Re: web hosting

Beware of cirtexhosting, their customer services is next to shit. There down time is horrendous, they are totaly biased on their forums, so anything deemed too negative that might put of potential...
Forum: C# Apr 4th, 2008, 7:57 AM
Replies: 5
Views: 256
Posted By kruptof
Re: inter-program communication

How about using files(e.g. xml,db..etc) or the network.
Forum: Coder's Corner Lounge Apr 4th, 2008, 4:16 AM
Replies: 3
Views: 218
Posted By kruptof
Forum: ASP.NET Apr 2nd, 2008, 5:03 PM
Replies: 9
Views: 531
Posted By kruptof
Re: Slide Show

Try getting the current working directory and go from there, not sure of exact syntax but I think it goes something like this:
Directory.GetCurrentDirectory()
Forum: C# Apr 2nd, 2008, 4:32 AM
Replies: 6
Views: 357
Posted By kruptof
Re: Returning data from a class

Have an attribute in your class which is a delegate, (I think delegates work like function pointers, look it up) and when you receive data invoke the delegate. You need to set the delegate before the...
Forum: Coder's Corner Lounge Apr 2nd, 2008, 4:26 AM
Replies: 14
Views: 410
Posted By kruptof
Re: Wtf. Gmail Allows You To Set Your Own Email Timestamp?

I am confused. Was the timestamp thing April fools aswell?
Forum: Coder's Corner Lounge Apr 2nd, 2008, 4:23 AM
Replies: 14
Views: 580
Posted By kruptof
Re: What is your occupation?

I am also a student. I am in penultimate year and can't wait to get it out of the way.


Yeah this is what I really dislike about uni right now. Too much emphasis put on essays. For example in my...
Showing results 1 to 40 of 500

 
Forum Jump



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

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