justin_k's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
Members
Active Posts:
26 (0.07 per day)
Joined:
28-May 12
Profile Views:
274
Last Active:
User is offline 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

Icon   justin_k has not set their status

Posts I've Made

  1. In Topic: Daft Punk

    Posted 13 May 2013

    View Postmodi123_1, on 13 May 2013 - 04:19 PM, said:

    I would imagine there are some folks rooted back in the 1983-ish chi-town scene that may disagree.


    Granted, but I only apologize to Frankie Knuckles.
  2. 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?
  3. In Topic: How to write Html inside out.println

    Posted 13 May 2013

    View Postistore221, 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
  4. In Topic: What is HTML5 ?

    Posted 10 May 2013

    View Postnoahwilson, 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.
  5. 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

Comments

justin_k has no profile comments yet. Why not say hello?