- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 12
- Posts with Upvotes
- 12
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
62 Posted Topics
Re: 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 … | |
Re: 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] | |
Re: 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. | |
Re: 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. | |
Re: 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] | |
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. … | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: 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. | |
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 … | |
Re: You can refer this tutorial if you are interested in web programming: [url]http://www.w3schools.com/[/url] | |
Re: 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. | |
Re: 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. … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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. … | |
Re: 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. | |
Re: 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. ![]() | |
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 :) | |
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. … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
Re: I would like to recommend Kawa IDE for a beginner since it do not consume much spaces and memory and ease to use. | |
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 oriented language with combination of Perl and Small Talk. Anyhow, I m still confuse of what … | |
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. Can any of you recommend a website that provide Oracle Form tutorial? Thank you :) | |
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, italics etc like the one we used in this forum. I am wondering … ![]() | |
Hello, I am new to JSP. I need to develop a web system using JSP. I have a few doubts that I couldn't figure out. I understand how to write jsp page by embedding the jsp coding in the same page as the html form. I know this is not … | |
Re: Your coding only accept one integer. You will need to modify your coding to make it accept two integers a and b. Then get the total of the two integers before determining the grade. | |
Re: One of your coding mistake is as what [B]nick [/B]stated. But there is also another mistake. Your coding is prompting the user for integer but in your switch case it is comparing integer with character. You should eliminate the single quote since it represent character. Then I think your coding … | |
Re: Yes, it just as what Ravalon said you don't have the coding that does anything to the answer. Therefore, it just ask the user "Would you like to play again" since no coding stating what happened after user given the answer and before asking the user to play again. All … | |
Hello. Can anyone recommend any good Java IDE software(preferable freeware) that support latest jdk packages with user friendly environment for java development? Thank you. | |
Hello, I am interested in knowing your opinion in Java GUI development using AWT and Swing. Each have its own pros and cons. I am wondering which one is most preferable by java developer. AWT or Swing or Both? Please state your reason. Thank you. | |
Hello... I have one curiosity that I need to solve. I hope anyone who know the problem tell me reason why is this so. I have done a php/mysql application some time ago and I encounter this problem while testing on using coding with register_global on and register_global off. I … | |
Re: You can use substr([I]strings, begin, length[/I]) to separate the strings. Here are the exampe: Assume that date store in database is in this format: 2005-02-10 Retrieve the date from the database and store into a variable $date. $year = substr($date, 0, 4); $month = substr($date, 5, 2); $day = substr($date, … | |
Re: [php] $loginquery = "SELECT * FROM Users WHERE Username = '{$uname}' AND Password = '{$pword}' ORDER BY UserID"; if(!$loginresult = mysql_query($loginquery, $connection)) $error = "No connection."; if (mysql_num_rows($loginresult) != 1){ $error .= "Username / password error!"; } [/php] You can try to modify the coding above as below. See whether … | |
Re: Like what ~S.O.S~ have said. The formula for variance in your coding is wrong. The formula of a variance is like this. Take the example that user input 3 numbers 1,2,3 and the mean is 2[COLOR=blue][B]:( (1-2)^2+(2-2)^2+(3-2)^2)/3[/B][/COLOR][COLOR=black]. Your variance formula seems to be fixed up to 3 numbers. Therefore, the … | |
Re: In my opinion, the most popular scripting language is [B]PHP[/B] together with the popular database [B]mySQL[/B] where the sources can be obtained for free. | |
Re: The second line cin.get() is step over are most probably due to the error that always arise when you use cin.get() more than once. You can try to solve the problem by inserting [inlinecode]cin.ignore();[/inlinecode] in between the coding consist of first cin.get() and the second cin.get(). cin.ignore() is use to … | |
Re: Yes, it is possible to get information on the same page as the form. To do so, you can embed your php coding that do the action together with your form. With your php coding together on the same page, you can name the file itself at the form action … | |
Re: I think there is a mistake of passing argument in mysql_select_db() which is used to select the database. You are passing two arguments. It should be like this mysql_select_db($dbname); [code] <? $db=mysql_connect("localhost","root","admin"); $dbname = "inventory"; mysql_select_db($dbname); ?> [/code] If that is not the problem, then it might be the problem … | |
Re: I think that php is the best to be used for web development. Nowadays, it is widely used and the sources for web development using php is easy to get. | |
I always have a doubt that I couldn't solve that is the problem of previewing an upload image properly. I have wrote a php coding to upload and delete an image. In the page, user is able to view the image they have uploaded once they click the upload button. … |
The End.