justin_k's Profile
Reputation: 0
Apprentice
- Group:
- Members
- Active Posts:
- 26 (0.07 per day)
- Joined:
- 28-May 12
- Profile Views:
- 274
- Last Active:
May 15 2013 08:28 AM- Currently:
- Offline
Previous Fields
- Country:
- US
- OS Preference:
- Windows
- Favorite Browser:
- FireFox
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- Playstation
- Your Car:
- Acura
- Dream Kudos:
- 0
Latest Visitors
-
modi123_1 
13 May 2013 - 09:16
Posts I've Made
-
In Topic: Daft Punk
Posted 13 May 2013
-
In Topic: Daft Punk
Posted 13 May 2013
Daft Punk is and always will be the best House group around. Who doesn't like a little robo-voice breakdown? -
In Topic: How to write Html inside out.println
Posted 13 May 2013
istore221, on 12 May 2013 - 04:19 AM, said:I want to do something like this
out.Println("<h1 style="color:red">Hello</h1>");
but it throw me an error i know i can make it like this style='color:red'
but i want to keep things as it is .. how do i slow this problam
You don't use out.println to write HTML. You would use the out.write method, preferably printing each significant HTML tag on its own line, like so:
out.write("<html>"); out.write("<head>"); out.write("</head>"); out.write("<body>"); out.write("<h1 style='color:red'>Hello</h1>"); //write main portion of html code here out.write("</body>"); out.write("</html>");
Hope this helps a bit.
Appended: I forgot to mention, you would use out.println in a scriptlet. Here is a link to one tutorial: Scriptlets -
In Topic: What is HTML5 ?
Posted 10 May 2013
noahwilson, on 09 May 2013 - 10:04 AM, said:Hello Guys,
Do you know, what is HTML-5? if Yes, then please share your knowledge about html5.
Thanks.
HTML5 is essentially a buzzword for the collection of web technologies that are used today. The W3C tried to make XML the new web language and with that came XHTML, and when that wasn't viable, they essentially merged the two to make HTML5, along with new Javascript APIs. Hope this gives you a little more understanding. -
In Topic: text goes under footer
Posted 19 Nov 2012
Just a tip, it helps to comment your closing div marks. Like so
<div id="blah">
Blah Blah Blah
</div><!--end blah-->
Just makes finding div problems easier to find/address
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- September 26
- Gender:
-
- Location:
- Atlanta-GA
- Interests:
- Baseball, learning all that I can about programming. I'm forcing the geek into me, I wasn't born one by any means, but I do have a passion for programming.
- Full Name:
- Justin Kratzer
- Years Programming:
- 3
- Programming Languages:
-
Java, C#, HTML(5), CSS(3), Javascript, PHP.
Wanting to learn: C++, Ruby
Contact Information
- E-mail:
- Private
Friends
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
justin_k has no profile comments yet. Why not say hello?