334 Posted Topics

Member Avatar for gamebook

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

Member Avatar for stultuske
0
127
Member Avatar for yup790

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.

Member Avatar for godzab
0
101
Member Avatar for rotten69

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 …

Member Avatar for gabrielcastillo
0
178
Member Avatar for JameB

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

Member Avatar for JameB
0
172
Member Avatar for krupanand

> 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 …

Member Avatar for krupanand
0
180
Member Avatar for daisy.m.consolacion

To interact with the database, you'll need to use PHP, of course. Try having a look at lightbox or similar photo viewer.

Member Avatar for daisy.m.consolacion
0
116
Member Avatar for hwoarang69

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.

Member Avatar for rotten69
0
71
Member Avatar for justinbob
Member Avatar for ska_defender
Member Avatar for godzab

Check the linux open source community and join Google. I think they offer positions for Java developers. Good luck

Member Avatar for rotten69
0
96
Member Avatar for joejo

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

Member Avatar for Stuugie
0
222
Member Avatar for Zhedeng08

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?

Member Avatar for rotten69
0
200
Member Avatar for laura301019

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.

Member Avatar for laura301019
0
128
Member Avatar for goody11

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

Member Avatar for diafol
0
355
Member Avatar for gilgil2

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 …

Member Avatar for gilgil2
0
191
Member Avatar for laura301019

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.

Member Avatar for rotten69
0
172
Member Avatar for gurusubramaniam

This should kill the session you've got running. session_destroy();

Member Avatar for rotten69
0
130
Member Avatar for cguan_77

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

Member Avatar for rotten69
0
135
Member Avatar for kejionnet

Try this [website](http://www.w3schools.com) and it has a plenty of tutorials from beginning to advanced.

Member Avatar for rotten69
0
91
Member Avatar for devianleong

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.

Member Avatar for pritaeas
0
218
Member Avatar for Helianthus
Member Avatar for rajaravi
Member Avatar for Graphix
Member Avatar for biblemdkeid

It Should be "B" .. Good luck. Mark this thread as solved for others to know it's solved. Cheers!

Member Avatar for rotten69
0
71
Member Avatar for shhh

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,

Member Avatar for blocblue
0
237
Member Avatar for rpv_sen

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 …

Member Avatar for rotten69
0
245
Member Avatar for rotten69

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" …

Member Avatar for Troy III
0
184
Member Avatar for rotten69

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 = …

Member Avatar for rotten69
0
3K
Member Avatar for lemur
Member Avatar for presly

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 …

Member Avatar for rotten69
0
145
Member Avatar for rotten69

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){ …

Member Avatar for lambing
0
202
Member Avatar for rotten69

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

Member Avatar for AleMonteiro
0
99
Member Avatar for mithunhussey
Member Avatar for mithunhussey
0
160
Member Avatar for rotten69

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 …

Member Avatar for sepp2k
0
222
Member Avatar for rotten69

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 …

Member Avatar for rotten69
0
223
Member Avatar for sparkles_links

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 …

Member Avatar for rotten69
0
77
Member Avatar for MaddTechwf

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/)

Member Avatar for rotten69
0
243
Member Avatar for rotten69

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 …

Member Avatar for Oxiegen
0
156
Member Avatar for rotten69

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,

Member Avatar for rotten69
0
418
Member Avatar for rotten69

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 …

Member Avatar for rotten69
2
234
Member Avatar for tarekwiz

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!

Member Avatar for diafol
0
265
Member Avatar for tim_ver

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,

Member Avatar for tim_ver
0
212
Member Avatar for SummerNight

@ veedeoo, What editor are you using for php programming? Any good editor for cakephp function autocompletion?

Member Avatar for veedeoo
0
2K
Member Avatar for danielsikes

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 …

Member Avatar for rotten69
0
226
Member Avatar for Sanchixx

By the way, the right tag for a break is <br /> You have solved your problem, I am assuming?

Member Avatar for diafol
0
306
Member Avatar for smoothe19
Member Avatar for rotten69
0
80
Member Avatar for ramganesht

have you tested the Database connection if it is good to go? Try this on line 9: if ($result >= 1)

Member Avatar for diafol
0
147
Member Avatar for rotten69

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,

Member Avatar for mariaceline_21
0
199
Member Avatar for pavan50

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

Member Avatar for rotten69
0
31
Member Avatar for rotten69

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 …

Member Avatar for rotten69
0
242

The End.