334 Posted Topics
Re: > Are you asking how to make a .jar more secure? So people won't decompile your code? Yes, I would like to know about this. Just a brief intro about it will be good.. | |
Re: You need to do a LOT of practice and get familiar with different Java libraries. Java is a good language. Get in the forum and ask questions anytime you want and we will help you out. | |
Hi everyone, I'm just looking for some graph makers for the data we have in our database. We would like to analyse the data taken out of the database and present it in a graph format to see who has got low/high ranks. Is there any free API that we … | |
Re: > <table class="form_step2"> > <tr class="form_step2"> You may face a few issues if you're coding your CSS file because you've got two COMPLETELY different elements in your HTML file with the same names. Your row is different from your table, isn't it? I don't see a button in your form. … | |
Re: > Can any one help me in generating a webpage using php which should contain a form in a table of 4 columns and more than 50 rows with textboxes Sure thing. But, please show us what you've done so far and if anything needs any correction, we will help … | |
Re: To interact with the database, you'll need to use PHP, of course. Try having a look at lightbox or similar photo viewer. | |
Re: You've downloaded the SDK manager and the platform that you want to work on as well, right? I used Helios for my hello world application but it didn't work yerr. | |
Re: Check the linux open source community and join Google. I think they offer positions for Java developers. Good luck | |
Re: > Can you type with normal font, not all caps? All caps is like shouting. Haha. I guess he wants URGENT help with his project so yeah. | |
Re: Is that a game that you're designing for a course or something? In your description, you've said that you're making a schedule of course. But the code looks like it is more about a game. Am I Right? | |
Re: Try to do two for loops to check if the variable in loop one is equal to the variable in loop two. I hope this helps. | |
Re: > However, the second row is very uneven depending on how much information is in each cell of the first row How is the second row dependent on the data stored in the first? > Could anyone give me an outline of how I be able to code this? Definetley. … ![]() | |
Re: How do you exactly know if it works perfectly? I have noticed an attribute being left out of the form. > <form method="post"> So, where is the action="" for the page that takes the inputs from users and check them and do the whole PHP magic? In response to your … | |
Re: I wish I had done some animations in Javascript so I could help you out. I think I'm going to do a little bit of js animation in the next few days/weeks. | |
Re: This should kill the session you've got running. session_destroy(); | |
Re: Alright. try this code and see if it works. Copy this into a file with the extension .php and put it in the www directory in your wamp. If It doesn't work, then post your code. <?php echo "hello world"; ?> Cheers | |
Re: Try this [website](http://www.w3schools.com) and it has a plenty of tutorials from beginning to advanced. | |
Re: Or you can use this HTML code as well <input type="hidden" value="" /> I think that is the same as using CSS to hide it. If this solves your problem, then mark the thread as solved and don't let it be pending. | |
Re: Mark it as solved so it will stop confusing people. | |
Re: It Should be "B" .. Good luck. Mark this thread as solved for others to know it's solved. Cheers! | |
Re: it is kindda hard to look for where the code is breaking and the error you're getting. If you can be a little more specific, then we should be able to help. Cheers, | |
Re: I'm sure you're storing the name of your sites in a variable called "page" so echo its value. That is the first solution. The second solution is to get the URL and break it down and get whatever name appears after "name=" then echo it or optionally, store its value … | |
Hi there,, I am trying to get my hea around this simple line of code and trying also to make it work. The ball doesn't move to any direction.. thanks for the help.. <script type="text/javascript"> function moveRight(){ document.images['ball'].style.left = parseInt(document.images['ball'].style.left)+5 +"px"; } </script> </head> <body> <img id="ball" src="ball.jpg" alt="ball bouncing" … | |
Hi there, Can anyone explain what is wrong with my code? I get an error message saying null value from innerHTML. <script type="text/javascript"> var sub1 = document.getElementById("input1") ; var sub2 = document.getElementById("input2") ; var sub3 = document.getElementById("input3") ; var sub4 = document.getElementById("input4") ; var GPA = (sub1+sub2+sub3+sub4)/4; var para = … | |
Re: post your HTML form or code so we can help you | |
Re: There are a lot of programs that you can use to make websites. If you're aiming at making a number of web pages and would like to organise them, then you may need to look at IDEs such as [Eclipse for web development](http://www.eclipse.org/webtools/development/), [NetBeans](http://netbeans.org/) or [Komodo](http://www.activestate.com/komodo-ide/downloads). Personally, I have been … | |
Hi everyone, I'm using jquery in this piece of script and also trying to call the functions. But, they aren't working at ALL and the firefug is saying that there is an error in the script. The error is [QUOTE]missing ) in parenthetical [Break On This Error] $.post('ajax/like_add.php', (article_id:article_id), function(data){ … | |
Hi everyone, I am trying yo loop through an array property that is multi-valued and so the condition is if that property has what the value specified then alert with a message saying hello.. The other idea is kinda complex that is to check using RegExp... Here is the code.. … | |
Re: what's in $strALink? and would you like to add it to the end of the link? | |
Hi there, I was trying different types of array initialisation in Javascript and the book that I was reading, said it is possible to initilaise an array with a speicified number of elements in it. However, I tried it and unfortunately, it didn't work. As you can see the code … | |
Hi there, I was wondering what the string.split() does. And another question is that I want to loop through the class like Math and find out what functions are defined in it.But, I was not too sure how to that. I tried a couple of things but they unfortunately didn't … | |
Re: How would you like us to help you? I'm sorry to say this, but I don't think anyone of us will have the time to go through what you've produced or someone has produced for you... If you're really after some help with the lines you've posted, then you need … | |
Re: You can have a look at this snippet from Microsoft website to get an idea of achieving what you want. [Check it out](http://social.msdn.microsoft.com/Forums/en-US/sidebargadfetdevelopment/thread/64ea2d16-7594-400b-8b25-8b3b9a078eab/) | |
Hi everyone, I have had this question for a very long time and am not sure about fixing the problems with different screen sizes. Recently, I designed a website on 10 inch screen laptop and when I opened it on the other laptop that is 15 inch screen. I could … | |
Hey everyone, I am looking for Javascript API's on the internet but I couldn't find one that has all built-in functions and stuff. Is there a downloadable version of the documentation or a website that I can search what function is available? something like php.net Cheers, | |
Hey everyone, I tried testing this code if it is true or not. But,apparently, it is indeed true. So, it is not like referencing an element in array and changing its value. Can someone explain it why this is exceptional with numbers, please? var a = 3.14; // Declare and … | |
Re: Try $user = $_POST['usname']; $pw = $_POST['psname']; if (mysql_num_rows($result) >=1) { setcookie("user", $user , time()+3600); echo ("You Have Successfully Logged In</br>"); } If this doesn't work, then unset the cookie and do it again. And,let us know how you go! ![]() | |
Re: It is kinda hard to read your post. Please use the Code button next to Italic to add the code you want to tell us about. Otherwise, leave your post normal like ours. Cheers, | |
Re: @ veedeoo, What editor are you using for php programming? Any good editor for cakephp function autocompletion? | |
Re: If you're trying to optimise the search results and make them quicker, you need to build an index on an attribute. You can search through Id's or names in the table you've got by passing an Id. Let's say that you're getting the value of group_id and storing it in … | |
Re: By the way, the right tag for a break is <br /> You have solved your problem, I am assuming? ![]() | |
Re: Try w3schools.com or YouTube the name "php academy".. | |
Re: have you tested the Database connection if it is good to go? Try this on line 9: if ($result >= 1) ![]() | |
Hey everyone, Is a database design based on Data Flow Diagram? Like, the number of datastores should be the same as the number of tables in the database? Cheers, | |
Re: I think you'd use an interface in java when you're hiding your implementation. The best resources are [oracle tutorials ](http://docs.oracle.com/javase/tutorial/java/IandI/abstract.html) and Thinking in Java book by Bruce Eckel.... I find the book more helpful. good luck... | |
Hey everyone, I am just wondering what is based on what when designing a database.. Is an ER based on DFD? and Is a database design based on ER or DFD? I have got different names for data stores in my DFD and my other group member has different names … |
The End.