Home
TGEYE Keylogger
Games
Upgrade Account


Advanced search

Skip to content

  • Board index
  • TGEYE Keylogger
    Information
    Go To Site
    Download LITE Version
    FAQ
    NEW Droid Reference Manual
  • Chat
  • FAQ

  • Board index ‹ General ‹ Programmer's Lounge ‹ Java
  • Change font size
  • Print view

Java Example

5 posts • Page 1 of 1

Java Example

Postby Chuchoide » Tue Jun 15, 2010 10:34 pm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Random imgur viewer</title>
<style>
body
{
background-color:#2B2B2B;
}
.con
{
background-color:#121211;
border-radius: 15px;
padding:8px 0px 20px 0px;
text-align: center;

}
h1
{
font-size:58px;
font:"Arial Black", Gadget, sans-serif;
color:#FFF;
}
.send
{
background: #222;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
border-radius: 5px;
box-shadow: 0 0 10px #8D8D8D;
text-shadow: 0 -1px 1px #222;
border: 1px solid #222;
position: relative;
cursor: pointer;
}
.info
{
color:#fff;
}
a:link {
color: #89C624;
}
a:visited {
color: #5E8718;
}
a:hover {
color: #141D05;
}
a:active {
color: #FFF;
}
</style>
</head>

<body>

<div class="con">
<h1>imgur</h1>
<form method="get" action="http://imgur.com/api/gallery.xml ">
<input type="radio" value="view" checked="checked"/>Date Uploaded
<input type="radio" name="2" value="week" />Within a week
<input type="radio" name="2" value="month" />Within a month
<input type="radio" name="2" value="all" />All time
<input type="radio" value="sort" checked="checked"/>Sort?
<input type="radio" name="3" value="latest" />latest
<input type="radio" name="3" value="popular" />popular
<input type="submit" value="Send »" class="send">
</form>
<div class="info">
<a href="info.html">?</a>
</div>
</div>
</body>
</html>
Forum Rules
Terms Of Service
Programming
Pokemon Poison Online
Register in Pokemon Poison Online
Chuchoide
Forum Junkie
 
Posts: 119
Joined: Tue Jun 15, 2010 7:34 pm
Location: Mexico
Top

Advertisement

Re: Java Example

Postby Cruceo » Wed Jun 16, 2010 2:38 am

That's all HTML and CSS, where is the Java (Also note: there's a BIG difference between the Java programming language and Javascript website-based language).
Contact Me

Rules - Must Read

Tault Unleashed
Cruceo
Site Admin
 
Posts: 654
Joined: Thu Jun 04, 2009 1:24 pm
Location: New Jersey
Top

Re: Java Example

Postby Chuchoide » Wed Jun 16, 2010 8:02 am

Really? Oh, just got it from a website to let users to know how Java is (also, I know they both dif)
Forum Rules
Terms Of Service
Programming
Pokemon Poison Online
Register in Pokemon Poison Online
Chuchoide
Forum Junkie
 
Posts: 119
Joined: Tue Jun 15, 2010 7:34 pm
Location: Mexico
Top

Re: Java Example

Postby Cruceo » Wed Jun 16, 2010 4:52 pm

Chuchoide wrote:Really? Oh, just got it from a website to let users to know how Java is (also, I know they both dif)


Wasn't saying you didn't, but in case anyone else didn't know, here's some examples:

Javascript inside an HTML Document:
Code: Select all
<html>
<body>

<script type="text/javascript">
document.write("Hello World!");
</script>

</body>
</html>


The Java Programming Language:
Code: Select all
public class myClass
    {
        public static void main(String[] args)
        {
             System.out.println("Hello, World!");
        }
    }
Contact Me

Rules - Must Read

Tault Unleashed
Cruceo
Site Admin
 
Posts: 654
Joined: Thu Jun 04, 2009 1:24 pm
Location: New Jersey
Top

Re: Java Example

Postby Chuchoide » Wed Jun 16, 2010 4:55 pm

Oh ok then :D
Forum Rules
Terms Of Service
Programming
Pokemon Poison Online
Register in Pokemon Poison Online
Chuchoide
Forum Junkie
 
Posts: 119
Joined: Tue Jun 15, 2010 7:34 pm
Location: Mexico
Top


5 posts • Page 1 of 1

Return to Java

Who is online

Users browsing this forum: CommonCrawl [Bot] and 0 guests

  • Board index
  • All times are UTC - 5 hours [ DST ]
  • Advertisement

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Septon Black v2.0 Design by DaVidU, Coloreatuforo.com © 2009-2010.