Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
12
Posts with Upvotes
12
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #2K
Member Avatar for mrcniceguy

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 page will display the profile of the user that login. This can be done by …

Member Avatar for Carsten_1
0
7K
Member Avatar for Nitefly

Hello... I am a beginner in using flash as well. I learn the basic using online tutorials. Here I recommend you the website in which provide tutorials for macromedia flash which is useful for beginner. [URL]http://www.entheosweb.com/[/URL] [URL]http://www.tutorialized.com/[/URL] [URL]http://www.w3schools.com/flash/default.asp[/URL]

Member Avatar for austinluthers
0
216
Member Avatar for rynop

You can refer this tutorial in order to help you to start. [url]http://www.w3schools.com/aspnet/default.asp[/url] Try on the basic and simple examples first to grasp the idea.

Member Avatar for cacaotree
0
187
Member Avatar for psathish2

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 more functionalities than 2003.

Member Avatar for afroz khan
0
299
Member Avatar for coolvision

Here are some of the websites that provide the software and PHP/MySQL tutorial that may help you to start PHP/MySQL: [URL]http://www.php.net/[/URL] [URL]http://www.mysql.com/[/URL] [URL]http://portablewebap.com/[/URL] [URL]http://www.php-mysql-tutorial.com/[/URL] [URL]http://www.freewebmasterhelp.com/tutorials/phpmysql[/URL] [URL]http://www.tizag.com/mysqlTutorial/[/URL]

Member Avatar for ogollah
-3
241
Member Avatar for rinoa04

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 doesn't matter what language to be used as long as it used Oracle. …

Member Avatar for waqasali11657
0
169
Member Avatar for ZoomZoom

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.

Member Avatar for Ezzaral
0
1K
Member Avatar for van2006

You can go to this site in which give you the idea of uploading and downloading files to/from database. [URL]http://www.php-mysql-tutorial.com/php-mysql-upload.php[/URL] However, since the file is an image file. I suggest that you use the method of uploading and downloading files to/from file server where any files you uploaded will be …

Member Avatar for nurnamira
0
320
Member Avatar for rinoa04

I have encountered this error message while trying to print the report. The error message is as below: Query Engine Error: 'C:\WINDOWS\TEMP\temp_6b2987aa-9743-44b7-8a63-a14f4a186b44.rpt' Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated …

0
60
Member Avatar for lAmoebal

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 of it.

Member Avatar for stephen84s
0
358
Member Avatar for rinoa04

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 top of the main form. The main form will only be enabled after user enter the …

Member Avatar for JerryShaw
0
302
Member Avatar for Direwolfs08

You can refer this tutorial if you are interested in web programming: [url]http://www.w3schools.com/[/url]

Member Avatar for DevonMcC++
0
183
Member Avatar for maelthra

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.

Member Avatar for mailmeatvishnu
0
100
Member Avatar for Jayb103

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 under level 1 must be shown on level 0. …

Member Avatar for jwenting
0
88
Member Avatar for scorpionz

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 try to hardcode the id and see whether it is working …

Member Avatar for sDJh
0
94
Member Avatar for chams_143

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 system.

Member Avatar for rinoa04
0
104
Member Avatar for fnazir89

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 more towards technical and devices. Before you make any decision, you should do research on the syllabus of the courses …

Member Avatar for rinoa04
0
145
Member Avatar for artashh

In order to run a php script, you will need to install apache web server and php. You can download it at this website: [url]http://www.apache.org/[/url] [url]www.php.net[/url] After installing, you will need to configure the apache web server to works with php plugin. You can search on how to configure in …

Member Avatar for artashh
0
159
Member Avatar for AralX

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 and the knowledge you have on VB .NET. I am …

Member Avatar for AralX
0
160
Member Avatar for stalk

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 fields from both tables where the rows is match between 2 tables. select …

Member Avatar for stalk
0
95
Member Avatar for 3pmSunday

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 it with some scripting. PHP scripting will help. …

Member Avatar for rinoa04
0
86
Member Avatar for johnny.g

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 using javascript in the coding.

Member Avatar for SheSaidImaPregy
0
98
Member Avatar for LindaF

I am using portableWebAp which is a package with php, database and apache server to test and run my php coding. As for writing the php coding, I am using macromedia dreamweaver.

Member Avatar for fatihpiristine
0
613
Member Avatar for rinoa04

Hello, I am interested in learning Visual Basic programming language and am a beginner. Can anyone introduce any tutorial resources or e-book for a beginner in Visual Basic. Thank you very much :)

Member Avatar for sadicarnof
0
141
Member Avatar for rinoa04

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 certain requirement. However, I found that Windows Server 2003 cannot support many software like XP can. …

Member Avatar for Simeon Naranjit
0
127
Member Avatar for rinoa04

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 access all the form. However, if the user is …

Member Avatar for khanhtrung
0
141
Member Avatar for rinoa04

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 doesn't works in Microsoft Visual Studio 2005. It states that the System.Configuration is obsolete. Does anyone …

Member Avatar for Exelio
0
137
Member Avatar for rinoa04

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

Member Avatar for blacklocist
0
78
Member Avatar for rinoa04

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 form, user need to select the type of printer before clicking …

0
62
Member Avatar for rinoa04

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 tested on firefox browser. Why and what is the problem? How to solve it so that …

Member Avatar for MidiMagic
0
363