User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 402,940 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,857 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 83
Search took 0.01 seconds.
Posts Made By: rinoa04
Forum: Software Developers' Lounge Mar 31st, 2008
Replies: 6
Views: 651
Posted By rinoa04
Re: Love to learn it but don't know where

You can refer this tutorial if you are interested in web programming:
http://www.w3schools.com/
Forum: Java Mar 27th, 2008
Replies: 9
Views: 492
Posted By rinoa04
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
Posted By rinoa04
Re: convert nested for loop into nested while loop

Did you test both the coding? If the result for both coding are the same, then there should not be any problem in the conversion.
Forum: Java Mar 26th, 2008
Replies: 9
Views: 492
Posted By rinoa04
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
Posted By rinoa04
Re: How can i use php to create a members profile???

You can use session for this purpose. For example, when user login with a valid password and username, register the username under a session and redirect the user to profile page where in the profile...
Forum: Computer Science and Software Design Mar 18th, 2008
Replies: 5
Views: 498
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
Re: seeking help to make form-->email on dreamweaver cs3

Do you mean that you have an form interface for user to key in the email and message where the message will be sent to the email entered when user click the button "Send"? If it is so, yes you can do...
Forum: Software Developers' Lounge Mar 12th, 2008
Replies: 49
Views: 3,873
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
Re: What AntiVirus Softwares are compatible to Microsoft Window Server 2003?

Thank you fayyaz. I will try the antivirus that you have recommended. Any other recommendation?
Forum: Windows NT / 2000 / XP / 2003 Dec 4th, 2007
Replies: 4
Views: 786
Posted By rinoa04
What AntiVirus Softwares are compatible to Microsoft Window Server 2003?

Hello, Can anyone introduce on what are the anti-virus compatible to Microsoft Windows Server 2003? I have been using Microsoft Windows XP but now I change to use Microsoft Window Server 2003 due to...
Forum: C# Oct 24th, 2007
Replies: 1
Views: 3,994
Posted By rinoa04
How to disable specific key code in keyDown event?

Hello, I design a form that use keydown event such as F1, F2, F3 and so on. The form have access right according to the user logging in. If user is an admin then the user will have the right to...
Forum: C# Oct 3rd, 2007
Replies: 3
Views: 1,253
Posted By rinoa04
Re: Database Connection

Ok. I got it now. Thank you very much Exelio :)
Forum: C# Oct 3rd, 2007
Replies: 3
Views: 1,253
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
Re: Opinion on Software Project (Sharing Ideas)

Ok. Thank you for your advice shoukvid.k :)
Forum: JavaScript / DHTML / AJAX Jul 26th, 2007
Replies: 9
Views: 9,072
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
Re: Enquiry on Ruby

Thank you stymiee and Gary King. Now I got the idea of what is Ruby.
Forum: Computer Science and Software Design Jul 20th, 2007
Replies: 7
Views: 1,701
Posted By rinoa04
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
Posted By rinoa04
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
Posted By rinoa04
Re: Opinion on Software Project (Sharing Ideas)

Anyone have any other idea? Hmm... like idea that are useful to the market nowadays.
Forum: Computer Science and Software Design Jul 11th, 2007
Replies: 7
Views: 1,701
Posted By rinoa04
Re: Opinion on Software Project (Sharing Ideas)

That's seems like a good idea. Thanks The Gathering.
Forum: Computer Science and Software Design Jul 11th, 2007
Replies: 7
Views: 1,701
Posted By rinoa04
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
Posted By rinoa04
Re: Help in JSP Doubt

Thank you Jwenting and rgtaylor. I have solved my doubt already. Thank you very much :-)
Showing results 1 to 40 of 83

 
All times are GMT -4. The time now is 6:05 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC