ok.
Can any one tell me how to edit series expression of chart through java code?
thanks in advance.
ok.
Can any one tell me how to edit series expression of chart through java code?
thanks in advance.
Hello,
i have used ireport tool for creating jrxml template for creating chart(XYLine chart).
and i used this jrxml file in java code to create chart.
Here i passed csv file as data source.
Now i can freely change color,title,subtitle,font ect from java code .
what i want is how to draw a horizontal line in that chart at particular point through java code.
Please suggest me in a right direction.
Thanks in Advance.
HTML - is not a programming language, it is a markup language.
you should have a basic understanding of HTMl before you learn CSS.
CSS - CSS stands for Cascading Style Sheets, Styles define how to display HTML elements.
you should have a basic understanding of HTMl before you learn PHP.
PHP is a powerful tool for making dynamic and interactive Web pages.
Finally you should learn all of the above to become a good web developer.
check this for more details:
http://www.thesitewizard.com/html-tutorial/what-is-html.shtml
Friend Circle is the Circle of Friends Network.
We are advertis'd by our loving friends.
- Shakespeare
I can't understand it. I can't even understand the people who can understand it.
- Queen Juliana
Or you can use as the above seems javascript code.
I am sorry if its not help you.
"The greatest things ever done on Earth
have been done little by little."
- William Jennings Bryan
"We first make our habits, and then our habits make us."
- John Dryden
It is so simple to be Difficult but so difficult to be Simple .
official holiday is a public holiday.
So may he rest, his faults lie gently on him!
- Shakspeare
stage -> position
Product will be best when quality is good.
weather --> clouds
lunch is a mid-day meal
becoz monday is waiting..........
No one of us is greater than all of us.
Any fool can paint a picture, but it takes a wise man to be able to sell it.
- Samuel Butler
No great genius has ever existed without some touch of madness.
- Lucius Annaeus Seneca
If you have an apple and I have an apple and we exchange apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.
- George Bernard Shaw
Never let your sense of morals prevent you from doing what's right.
- Isaac Asimov
Don't love the love unless the love loves you and if the love loves you, love the love in such a way that it does not love anybody else!
Everyone thinks of changing the world, but no one thinks of changing himself.
- Leo Tolstoy
"True love begins when nothing is looked for in return."
- Antoine De Saint-Exupery
Welcome to daniweb Jose.
Hope you update your knowledge here.
A lifetime of happiness! No man alive could bear it: it would be hell on earth.
- George Bernard Shaw
If you haven't found something strange during the day, it hasn't been much of a day.
- John A. Wheeler
You do not really understand something unless you can explain it to your grandmother.
- Albert Einstein
Is there any way to donate through debit card???
Most of some one creates account first time(for single problem) and post his thread and after got solved it, they leave from here.
Most of every one seeks help for one or two times, but most of some are regularly visiting the site.
"We are advertis'd by our loving friends."
"Seek freedom and become captive of your desires, seek discipline and find your liberty."
We are wishing INDIA to win the World Cup...
Any way i am leaving this forum.
Hope for future..
hmmm. but it can not be done for some reasons..
Thanks AndreRet,
I think it is not the problem with browser.
It is because , in my working area, management don't allow us to browse some sites.
For this reason: they have restricted some sites and keywords.
"Web Development" is one of the key word which they have restricted by some settings.
If the keyword is present in the URL, then the URL can not be retrieved as i shown in attached image.
I'm confused by what you mean that you can't browse Web Development. What happens when you click on Web Development in the top navigation menu? What do you mean by 'hanged by firewall'??
Dani,
thanks for your reply.
Please check the attached image..
That is what i am getting when i click on the web development forums. Remaining all working fine.
Thank you.
Hello daniweb,
I think daniweb recently changed to new urls (forum name instead of forum number).
But in my working area web development key word hanged by firewall and will not allow me to access the page.
Every thing else is fine for me.
This happened for me since yesterday.
So, now onwards i can not access web development forums which i use to browse daily.
Please tell me, any alternative for this.
thanks.
Downloaded OCJP tutorial pdf by Kathy Sierra & Bert Bate.
Planning to write exam in future.
Today's accomplishments were yesterday's impossibilities.
-Schuller Robert H.
Don't wait to strike till the iron is hot, but make it hot by striking.
- William B Sprague.
try this piece of code:
echo "<table border=1>";
$i=1;echo "<tr>";
while($row=mysql_fetch_array($result2))
{
$image=$row['fname'];
echo "<td>$image</td>";
if($i%3==0)
echo "</tr><tr>";
$i++;
}
echo "</tr>";
echo "<table>";
AJAX is the best solution for your task.
check these tutorials:
http://www.ajaxlines.com/ajax/stuff/article/ajax_autocomplete_tutorial.php
http://www.w3schools.com/Ajax/ajax_aspphp.asp
i just showed an example for USA only.
You just write same kind of code with your required links by observing red color lines in the above code.then it will work.
If you don't know the basics in java script. Please read the tutorials online and try to change your code accordingly.
Thank you.