Forum: PHP Jun 18th, 2008 |
| Replies: 4 Views: 555 |
Forum: PHP Jun 15th, 2008 |
| Replies: 4 Views: 555 |
Forum: Graphics and Multimedia May 7th, 2008 |
| Replies: 1 Views: 548 Flash: help with map zooming animation Anybody knows where I can find tutorial on "map zooming animation"?
I plan to do a website on Bali.
I would like to add an opening animation showing a world map, and then zooming in to the island... |
Forum: HTML and CSS Nov 7th, 2007 |
| Replies: 1 Views: 2,476 Link/icon to open print dialog box? Hi,
I don't know if I am in the right board or not cause I don't know if my question deals with html, css, or javascript.
When I surf, sometimes I see a small "printer" icon with word "print"... |
Forum: Java Jun 21st, 2007 |
| Replies: 4 Views: 1,026 Re: How do I count numbers inside LinkedList? I an a newbie at Java so I don't know much about Vector of ArrayList. Anyway I solved it by creating a temp LinkedList. I don't know if it's the most effective solution......
public static int... |
Forum: Java Jun 20th, 2007 |
| Replies: 4 Views: 1,026 How do I count numbers inside LinkedList? I am trying to make text based blackjack game. I already made :
- Card class which create new card based on integer
- Deck class which consists of Deck LinkedList populated by Card.
I also made 2... |