Shanti C 106 Posting Virtuoso

ok.
Can any one tell me how to edit series expression of chart through java code?
thanks in advance.

Shanti C 106 Posting Virtuoso

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.

Shanti C 106 Posting Virtuoso

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

Shanti C 106 Posting Virtuoso

1616

Shanti C 106 Posting Virtuoso

Friend Circle is the Circle of Friends Network.

Shanti C 106 Posting Virtuoso

We are advertis'd by our loving friends.
- Shakespeare

Shanti C 106 Posting Virtuoso

I can't understand it. I can't even understand the people who can understand it.
- Queen Juliana 

Shanti C 106 Posting Virtuoso

Or you can use   as the above seems javascript code.
I am sorry if its not help you.

Shanti C 106 Posting Virtuoso

"The greatest things ever done on Earth
have been done little by little."
- William Jennings Bryan

Shanti C 106 Posting Virtuoso

"We first make our habits, and then our habits make us."
- John Dryden

Shanti C 106 Posting Virtuoso

It is so simple to be Difficult but so difficult to be Simple .

Shanti C 106 Posting Virtuoso

official holiday is a public holiday.

Shanti C 106 Posting Virtuoso

1452

Shanti C 106 Posting Virtuoso

So may he rest, his faults lie gently on him!
- Shakspeare

Shanti C 106 Posting Virtuoso

stage -> position

Shanti C 106 Posting Virtuoso

Product will be best when quality is good.

Shanti C 106 Posting Virtuoso

1330

Shanti C 106 Posting Virtuoso

weather --> clouds

Shanti C 106 Posting Virtuoso

lunch is a mid-day meal

Shanti C 106 Posting Virtuoso

1070

Shanti C 106 Posting Virtuoso

becoz monday is waiting..........

Shanti C 106 Posting Virtuoso

No one of us is greater than all of us.

Shanti C 106 Posting Virtuoso

Any fool can paint a picture, but it takes a wise man to be able to sell it.
- Samuel Butler

Shanti C 106 Posting Virtuoso

No great genius has ever existed without some touch of madness.
- Lucius Annaeus Seneca

Shanti C 106 Posting Virtuoso

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

Shanti C 106 Posting Virtuoso

Never let your sense of morals prevent you from doing what's right.
- Isaac Asimov

Shanti C 106 Posting Virtuoso

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!

Shanti C 106 Posting Virtuoso

Everyone thinks of changing the world, but no one thinks of changing himself.
- Leo Tolstoy

Shanti C 106 Posting Virtuoso

"True love begins when nothing is looked for in return."
- Antoine De Saint-Exupery

Shanti C 106 Posting Virtuoso

Welcome to daniweb Jose.
Hope you update your knowledge here.

Shanti C 106 Posting Virtuoso

A lifetime of happiness! No man alive could bear it: it would be hell on earth.
- George Bernard Shaw

Shanti C 106 Posting Virtuoso

If you haven't found something strange during the day, it hasn't been much of a day.
- John A. Wheeler

Shanti C 106 Posting Virtuoso

You do not really understand something unless you can explain it to your grandmother.
- Albert Einstein

Shanti C 106 Posting Virtuoso

Is there any way to donate through debit card???

Shanti C 106 Posting Virtuoso

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.

Shanti C 106 Posting Virtuoso

"We are advertis'd by our loving friends."

Shanti C 106 Posting Virtuoso

"Seek freedom and become captive of your desires, seek discipline and find your liberty."

Shanti C 106 Posting Virtuoso

We are wishing INDIA to win the World Cup...

Shanti C 106 Posting Virtuoso

Any way i am leaving this forum.
Hope for future..

Shanti C 106 Posting Virtuoso

hmmm. but it can not be done for some reasons..

Shanti C 106 Posting Virtuoso

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.

Shanti C 106 Posting Virtuoso

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.

Shanti C 106 Posting Virtuoso

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.

Shanti C 106 Posting Virtuoso

Downloaded OCJP tutorial pdf by Kathy Sierra & Bert Bate.
Planning to write exam in future.

Shanti C 106 Posting Virtuoso

Today's accomplishments were yesterday's impossibilities.
-Schuller Robert H.

Shanti C 106 Posting Virtuoso

Don't wait to strike till the iron is hot, but make it hot by striking.
- William B Sprague.

Shanti C 106 Posting Virtuoso

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>";
Shanti C 106 Posting Virtuoso
Shanti C 106 Posting Virtuoso
Shanti C 106 Posting Virtuoso

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.