23 Discussion / Question Topics
Remove Filter i would like to know if php can replace javascript as a client side script. one can use javascript to do all kinds of things like computing values in textboxes and check them for errors and so on. is it possible to use php in its stead? lets say i … | |
can anyone tell me if it is possible in C# to open a file which is located in the same folder as the application without specifying the path to that file? if both file and program is located for example on C:/containfileandprog can i open the file from within a … | |
Hi Can anyone please tell me whether I can write a java program and start it in a way other that involves the command line? And not applets either. I want to start writting all of our company software in java, leaving behind c#. But the problem is I can … | |
Hi. Can anyone give me some advice on designing a layered architecture for a software project i am working on? since i always develop my programs in modules they come out in some form of layered architechture but this is always by accident. i want to develop it layered from … | |
Hi can someone please explain to me how to install a software application in linux? i have a cd with asterix on it. i am reasonably sure that i would be able to install it once i have it on the harddrive(i attended an asterix course recently) but currently the … | |
Hi. I dont know where to put this post since it covers so many areas. I have a few queries and i would appreciate it if you guys can help me out. I am to create a web based application which will need some access to a database. The web … | |
hi. can anyone tell me the connectionstring for connecting to an ms access database over a network? only the second part, where you specify the location of the database, is needed. i know how to specify the jet engin. let me give an example. to connect to a local dbs … | |
I suppose that this is the wrong place to voice critique of php but does the lack of good php books not make php a bit of a nightmare. i have been on amazon and all the books have a review or two which says something about typos or misleading … | |
i would really appreciate it if you guys, those of you whom have read it, can comment on the following books. i would especially like to hear from software developers and engineers whom have read them and have found them usefull or useless. and if you dont agree with them … | |
Can one work with textboxes etc from a class other than the form of which the textbox is a part? the scenario is as follows. if one has a form then any method or function on that form can work with a textbox or something located on that form. but … | |
hi. i dont know if this is the correct forum for this post. i am having trouble connecting to the internet over a cell phone. the connection worked just fine while the computer had windows xp on it. since i have installed windows vista the computer cant connect over the … | |
is there still a point in learning classical data structures and algorithms when the dot net framework and even the java API has collections which can do everything that these classic algorithm does? the reason why i ask is that i do not want to waste my time learning them … | |
is there any type of control which one can use to display a pdf document? that is put a control on the screen and in this control you display a pdf? | |
can you guys in the first world, especially america, give me some help please. my friends and i are in constant argument about whether or not to live in first world countries. i say that because of the fact that they are first world and have higher per capita gdp … | |
i have finished coding a c# program and it is fully debugged. but what is the next step? the program has to be installed on my manager's computer but i little idea how to proceed. i know that i can publish the program to some location on my hard disk. … | |
am i the only one who thinks that c# screen development really sucks? i have just completed the silly task of repeating the same 30 lines of code sixteen times. and why, some might ask, are you so silly to do that? it is because, unlike java and visual basic … | |
here is a question which some would consider silly but i would still love to ask. what are the chances of C# or java replacing c++ as the gaming language? more and more books are being written about game design in C#. c++ has the advantages of being fast and … | |
[url]www.avaaz.org/en/virtual_march_bali/[/url] would any of you guys mind to go to this site and sign this? | |
can anyone tell me if one can create a form level variable in c# and how one does that. with form level variable i maen a variable which can be accessed by all the command buttons on the form. the buttons are on different panels. i dont know if that … | |
Hi. I am currently working on a quote system project. The final step of the quote would be to print the quote. Does anyone know whether it is possible to create a pdf file with c# coding? even if i first have to create something else like a XML file … | |
Hi. I need some help with arraylists. i can do a basic arraylist which uses integers and strings and so on. but what i need is an arraylist composed of something else. best would be an arraylist composed of arraylists. like a multi dimensional array. is it possible to create … | |
hi. i am kind of stuck and i need some help. i have a dll and a .cs file. i have opened the .cs file and it contains a class. i asume that the class and the dll works together. sort of like a cpp header file and class file. … | |
can anyone tell me if it is possible to open and read or write to files by using javascript? basically what i would need is something like random access files and to use them in javascript in the same way that i can in any programming language. or is there … |