User Profile

Collapse

Profile Sidebar

Collapse
carma
carma
Last Activity: Jan 9 '11, 07:15 AM
Joined: Dec 28 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You should use
    Code:
    document.write("text to display");
    to write from JS onto html page.
    So your code looks like this,

    Code:
    <script type="text/javascript">
    document.write(SUbtotal);
    document.write(DIscount);
    </script>
    See more | Go to post

    Leave a comment:


  • carma
    started a topic How to write algorithms for any given problem?

    How to write algorithms for any given problem?

    Hello everyone,I am java programmer.I am developing several applications in Swings and other frameworks.I am good in OOPS and most of the Core Java concepts.Curren tly developing websites in JSP and PHP.But one day i was asked to write an algorithm for fibonacci numbers generation which took more than 10 minutes to write for me(and its wrong too).Everytime when i try to write some algorithm like fibonacci,sorti ng,..i cant progress well.What skill...
    See more | Go to post
No activity results to display
Show More
Working...