The Gang of Five
The forum will have some maintenance done in the next couple of months. We have also made a decision concerning AI art in the art section.


Please see this post for more details.

Ask me anything!

LittlefootAndAliTogether

  • Ducky
  • *
    • Posts: 1415
    • View Profile
Quote from: action9000,Aug 13 2009 on  11:23 AM
Quote
Do you like my pet bat?
Okay that's just awesome! :p

Quote
How could you know HTML but not CSS? They pretty much go hand-in-hand in web design/development.
I only know a few HTML commands that let me display images, play a midi, make a hyper link and format text a little bit.  I don't even remember how to code a table in HTML.  Everyone had to take computer classes through grades 1-9 in school.  In grade 8, they taught us basic HTML, which was the same stuff I knew already, which I described above.  Ever since, I've been more interested in just using editors rather than raw code for websites.  Even then, web design is not something I've done a lot of or been particularily tempted to learn more of.  I'm good enough to use frontpage and that's all I need these days. :p

CSS..I've just never had exposure to it.  Basic HTML and Frontpage's WYSIWYG editor has been able to do anything I've ever needed to do.

Quote
When did you start being a LBT fan?
Since my mom bought me the first movie as a little kid..but even moreso when my mom bought me the 2nd movie! :D  1994, I would have been 8/9/10 years old when my interest was strongest as a kid.  I then ignored it for a few years between about 12 and 15 before I started watching them on my own again, privately. :p
<table>
<tr>
<td> Chomper </td>
<td> Nice Sharptooth </td>
</tr>
<tr>
<td> Littlefoot </td>
<td>  Tolerant Flattooth </td>
</tr>
<tr>
<td> Cera </td>
<td> Tough Threehorn </td>
</tr>
<tr>
<td> Ruby </td>
<td> Shy Fast Runner </td>
</tr>
</table>



action9000

  • Member+
  • Cera
  • *
    • Posts: 5742
    • View Profile
Code:  on  

public class LBTTable
{

 public static void main (String [] args)
{
  String table = buildTable();
  System.out.println(table):
}


private String buildTable()
{
return new String ("
<table>
<tr>
<td> Chomper </td>
<td> Nice Sharptooth </td>
</tr>
<tr>
<td> Littlefoot </td>
<td> Tolerant Flattooth </td>
</tr>
<tr>
<td> Cera </td>
<td> Tough Threehorn </td>
</tr>
<tr>
<td> Ruby </td>
<td> Shy Fast Runner </td>
</tr>
</table>");

}

}




 :lol  :p

 
Quote
Do you like Ruby?
For the most part, yes. She had some fantastic lines. :p


LittlefootAndAliTogether

  • Ducky
  • *
    • Posts: 1415
    • View Profile
That looks like a Java program.

Also, I hope that they don't pretend that the TV Series never happened with future movies.  Then Ruby would be obliterated and poor Chomper would be sent back to that Island to be sad.

Code:  on  


import javax.swing.JOptionPane;

public class ChomperAppreciation
{

public static void main (String[] args)
{


JOptionPane.showMessageDialog(null, "I LOVE Chomper!!!");
}
}



action9000

  • Member+
  • Cera
  • *
    • Posts: 5742
    • View Profile
Quote
That looks like a Java program.
Right you are! Java is probably the language that I enjoy working in the most.

Code:  on  


public class Chomper extends Dinosaur implements Huggable
{

public void hug(Dinosaur d)
{
 if (d instanceof(Chomper))
  System.out.println(d.name + " has received an epic hug!");

 else
  System.out.println("That's not Chomper!");
}

}



Littlefoot fan 1990

  • Member+
  • Petrie
  • *
    • Posts: 666
    • View Profile
    • http://vitaniandkovulover.deviantart.com/
Which is your least favorite land before time sequel?