Forum: Software Developers' Lounge Mar 31st, 2008 |
| Replies: 6 Views: 651 |
Forum: Java Mar 27th, 2008 |
| Replies: 9 Views: 492 Re: error explanation To run an applet, you will need an html file with this example coding:
<Html>
<Head>
<Title>Java Example</Title>
</Head>
<Body>
This is my page<br>
Below you see an applet<br>
<br> |
Forum: Java Mar 26th, 2008 |
| Replies: 4 Views: 551 |
Forum: Java Mar 26th, 2008 |
| Replies: 9 Views: 492 Re: error explanation Most probably the .class file that you are trying to run is not a driver class where the main method is coded to call and run the coding. |
Forum: PHP Mar 25th, 2008 |
| Replies: 8 Views: 469 |
Forum: Computer Science and Software Design Mar 18th, 2008 |
| Replies: 5 Views: 498 Re: I need help If you are able to do level 1 then level 0 should not be a problem to you. Level 0 DFD is an overview of the system usually with one process only where all the information flow in out to entities... |
Forum: ASP.NET Mar 18th, 2008 |
| Replies: 4 Views: 377 Re: need idea for developing project in asp.net. Hmm... usually people will do shopping cart, reservation system, library system, online assignment submission system which are quite common. In my opinion, you can learn more by doing a shopping cart... |
Forum: Software Developers' Lounge Mar 16th, 2008 |
| Replies: 2 Views: 343 Re: Newbie Question I can say somehow there are different in Computer Science and Computer Engineering. Computer Science is more towards software and logic analysis which is more general whereas computer engineering is... |
Forum: C# Mar 16th, 2008 |
| Replies: 11 Views: 1,033 Re: C# Beginner You can refer this tutorial in order to help you to start.
http://www.w3schools.com/aspnet/default.asp
Try on the basic and simple examples first to grasp the idea. |
Forum: PHP Mar 14th, 2008 |
| Replies: 6 Views: 358 Re: php email help please In order to run a php script, you will need to install apache web server and php. You can download it at this website:
http://www.apache.org/
www.php.net
After installing, you will need to configure... |
Forum: PHP Mar 14th, 2008 |
| Replies: 4 Views: 345 Re: About Popup Window Hmm.. I am not too sure what is the problem though. Usually when no id is being thrown means that there is problem in passing the value or getting the value. It is not done correctly. Maybe you can... |
Forum: PHP Mar 12th, 2008 |
| Replies: 5 Views: 246 Re: Problem with used two tables I don't really get what are you trying to achieve. Are you trying to display all the fields from both tables where there is matches between 2 tables?
Maybe this query can help. This display all the... |
Forum: Web Developers' Lounge Mar 12th, 2008 |
| Replies: 1 Views: 946 |
Forum: Software Developers' Lounge Mar 12th, 2008 |
| Replies: 49 Views: 3,873 Re: How long have you been programming? Have been programming for 4 years. I started programming during my college time. Learn quite a few language such as C++, Java, PHP, ASP.NET, C#. But all are mostly basic and hence not master in any... |
Forum: Software Developers' Lounge Mar 12th, 2008 |
| Replies: 11 Views: 720 Re: IT Student that needs a project IDEA To complete a project in a month, you need to take into consideration on how big is the scope you want to cover in your project, the number of team members involved to get all the work done in time... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 3 Views: 1,156 Re: Grid view in asp.net using C# If you want to learn grid view, you can search on grid view example on google or learn from e-book. It also depends on your .NET version. Visual studio 2005/.NET Framework 2.0 grid view will have... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 7 Views: 956 Re: popup window As far as I know, pop up window can be done in asp.net window based application. However, I don't think asp.net web based application support pop up window. But if I m not wrong, it can be done by... |
Forum: Windows NT / 2000 / XP / 2003 Dec 5th, 2007 |
| Replies: 4 Views: 786 |
Forum: Windows NT / 2000 / XP / 2003 Dec 4th, 2007 |
| Replies: 4 Views: 786 |
Forum: C# Oct 24th, 2007 |
| Replies: 1 Views: 3,994 |
Forum: C# Oct 3rd, 2007 |
| Replies: 3 Views: 1,253 |
Forum: C# Oct 3rd, 2007 |
| Replies: 3 Views: 1,253 Database Connection I am trying to connect to database using app.config instead of putting the connection settings in each form. Below are the coding that i used. It works in Microsoft Visual Studio 2003. However, it... |
Forum: C# Oct 1st, 2007 |
| Replies: 6 Views: 5,473 Re: Open and Close Winform Thank you for the help. But there still exist problem. The application will still be closed when the main form is closed.
However, it can be solved using MDIParent and Child Form. But can it be... |
Forum: C# Oct 1st, 2007 |
| Replies: 6 Views: 5,473 Open and Close Winform Hello,
I am currently designing a system using C# winform. However, there is a problem in opening and closing multiple winform. For example, when i run the application, a login form will appear on... |
Forum: C# Sep 25th, 2007 |
| Replies: 3 Views: 644 Barcode Problem I have translate the printer format and printout the label with barcode. However, the barcode cannot be detected by the scanner. Does anyone know why?
Thank you |
Forum: C# Sep 25th, 2007 |
| Replies: 0 Views: 457 Printer Help Hello, I have a doubt to clarify. I have created a form for user to print label. There are two printers to be chosen which is using two different format. For example Printer A and Printer B.
In the... |
Forum: Oracle Jul 31st, 2007 |
| Replies: 1 Views: 2,373 Oracle Tutorial Hello, everyone.
I am going to develop an oracle project using oracle database for back end and oracle forms for front end. The oracle software that I am using to develop this project is Oracle9i.... |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2007 |
| Replies: 9 Views: 9,072 Re: Why javascript does not work on firefox? I am very sorry if I cause any confusion. There is no error return when running the system using firefox browser. The only problem is validation using javascript is not working in firefox in which... |
Forum: Computer Science and Software Design Jul 26th, 2007 |
| Replies: 7 Views: 1,701 |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2007 |
| Replies: 9 Views: 9,072 Re: Why javascript does not work on firefox? Here is part of the coding using C#. This is one of the module for ASP.NET web based system. Sorry if the coding are messy. The validation are mostly done using .NET validator in which is said to be... |
Forum: JavaScript / DHTML / AJAX Jul 25th, 2007 |
| Replies: 9 Views: 9,072 Why javascript does not work on firefox? Hello, I have a doubt about javascript. When designing web based system, usually we used javascript to validate the form. It works fine in IE browser. However, all the validation does not work when... |
Forum: C# Jul 25th, 2007 |
| Replies: 3 Views: 502 Re: Doubt on C# What is GDI? From the Internet, GDI is Graphics Device Interface. But I don't understand what is it. Can you please explain more about GDI and how to use it. |
Forum: C# Jul 24th, 2007 |
| Replies: 3 Views: 502 Doubt on C# Hello,
I have done a web based project in C#. One of the module that I did was newsletter. I did the newsletter in javascript to design a simple editor with simple function such as bold, underline,... |
Forum: Ruby Jul 24th, 2007 |
| Replies: 4 Views: 2,216 |
Forum: Computer Science and Software Design Jul 20th, 2007 |
| Replies: 7 Views: 1,701 Re: Opinion on Software Project (Sharing Ideas) The programming language that I know are C#, Java, C++ and the scripting language that i know are PHP and Javascript. Well, I have basic knowledge of Oracle such as the basic command insert, delete,... |
Forum: Ruby Jul 12th, 2007 |
| Replies: 4 Views: 2,216 Enquiry on Ruby Hello, everyone. This is the first time I encounter Ruby Programming Language. Can anyone please explain briefly what is Ruby. From the information that I read in the Internet, Ruby is a fully object... |
Forum: Computer Science and Software Design Jul 11th, 2007 |
| Replies: 7 Views: 1,701 |
Forum: Computer Science and Software Design Jul 11th, 2007 |
| Replies: 7 Views: 1,701 |
Forum: Computer Science and Software Design Jul 11th, 2007 |
| Replies: 7 Views: 1,701 Opinion on Software Project (Sharing Ideas) Hello, Everyone. I want to get opinion in developing software project. I will be studying Oracle and will need to do a project using Oracle. Can anyone give any idea on what project I can do. It... |
Forum: JSP Apr 13th, 2007 |
| Replies: 4 Views: 1,148 Re: Help in JSP Doubt Thank you Jwenting and rgtaylor. I have solved my doubt already. Thank you very much :-) |