i've been meaning to join for ever

Disclaimer: Links on this page pointing to Amazon, eBay and other sites may include affiliate code. If you click them and make a purchase, we may earn a small commission.

FenwickAngler

New Member
Joined
Apr 30, 2014
Messages
14
Reaction score
0
Location
Folcroft
Hello, my name's Steve I'm a car fanatic. Sports cars, muscle cars, trucks, jeeps... you name it, I like it... if it's mopar or mercedes that is... lol. Sorry, ******** believer in mopar.

Anyway, I own 3 kjs. I have 2 decked out, but I was spoiled and paid crazy money and let someone else do it. (Please don't beat me I'm sorry!)


It's time to do KJ #3. This time I'm doing it, I know how to do big things.. time was just never on my side so I paid. Anyway, I'm here to get knowledge, the little things I don't know, recommendations etc. As well I wish to connect with other KJers.

I'm actually a web developer myself, community to me is the best. I build and work on many.

And for my l closer of.intro:

America? More like Americant here you over all this freedom!!


So what's up guys!?
 

Dave

Administrator
KJ Supporting Member
KK Supporting Member
Joined
Feb 22, 2006
Messages
15,567
Reaction score
15
Location
on here
Welcome.


Dave
 

profdlp

Counting My Blessings
Staff member
Moderator
Joined
May 21, 2013
Messages
5,817
Reaction score
1,766
Location
Westlake, Ohio
Code:
<%@ Page Title="Welcome" Language="C#" AutoEventWireup="true"
    CodeFile="Default.aspx.cs" Inherits="_Default" %>





<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>Welcome To Jeep KJ!</title>
     <style type="text/css">
      
         .style1
         {
             width: 200px;
             height: 139px;
         }
      
    </style>
</head>
<body>

    <form id="form1" runat="server">
    <div style="font-family: 'Baskerville Old Face'; color: #FF0000; font-style: italic; font-weight: 300; font-size: 80px; background-color: #FFFFFF;" 
        align="center">
    
                            <td height="80" bgcolor="#00CCFF" BorderStyle="Solid" Font-Italic="True">
                            Nice To Meet You!, FenwickAngler!<br />                         
  </div>
  <div align="center" style="background-color: #FFFFFF">
           <asp:Label ID="lblQuote" runat="server" width="500px" 
            BorderStyle="Solid" Font-Italic="True" BorderColor="#009933" 
               Font-Names="Baskerville Old Face" Font-Size="Large" ForeColor="#FF5050" 
               Height="300px" BackColor="#FFFFCC" BorderWidth="20px" 
            ></asp:Label>
    </div>
        <div style="font-family: Gadugi; font-style: italic;" align="center">


            <p>
                <img alt="CSU" class="style1" src="Images/CSU-02.jpg" /></p>
            <p align="center">
        Site prepared and managed by Steve T.</p>
    <p align="center">
        IST 450 Fall 2013.</p>
        CSUID:  SuparSekret &nbsp;</p>
            <p>
                &nbsp;</p>


  
  </div>
    </form>
</body>
</html>

You, the professional WebDev => :idiot: <= Me, the phony!
 

Jo6pak

Full Access Member
Joined
Nov 10, 2010
Messages
3,083
Reaction score
284
Location
Left coast of WI
I've been meaning to welcome you forever........just had to wait for you to join:happy3:
 

FenwickAngler

New Member
Joined
Apr 30, 2014
Messages
14
Reaction score
0
Location
Folcroft
Code:
<%@ Page Title="Welcome" Language="C#" AutoEventWireup="true"
    CodeFile="Default.aspx.cs" Inherits="_Default" %>





<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>Welcome To Jeep KJ!</title>
     <style type="text/css">
      
         .style1
         {
             width: 200px;
             height: 139px;
         }
      
    </style>
</head>
<body>

    <form id="form1" runat="server">
    <div style="font-family: 'Baskerville Old Face'; color: #FF0000; font-style: italic; font-weight: 300; font-size: 80px; background-color: #FFFFFF;" 
        align="center">
    
                            <td height="80" bgcolor="#00CCFF" BorderStyle="Solid" Font-Italic="True">
                            Nice To Meet You!, FenwickAngler!<br />                         
  </div>
  <div align="center" style="background-color: #FFFFFF">
           <asp:Label ID="lblQuote" runat="server" width="500px" 
            BorderStyle="Solid" Font-Italic="True" BorderColor="#009933" 
               Font-Names="Baskerville Old Face" Font-Size="Large" ForeColor="#FF5050" 
               Height="300px" BackColor="#FFFFCC" BorderWidth="20px" 
            ></asp:Label>
    </div>
        <div style="font-family: Gadugi; font-style: italic;" align="center">


            <p>
                <img alt="CSU" class="style1" src="Images/CSU-02.jpg" /></p>
            <p align="center">
        Site prepared and managed by Steve T.</p>
    <p align="center">
        IST 450 Fall 2013.</p>
        CSUID:  SuparSekret &nbsp;</p>
            <p>
                &nbsp;</p>


  
  </div>
    </form>
</body>
</html>

You, the professional WebDev => :idiot: <= Me, the phony!

I've been meaning to welcome you forever........just had to wait for you to join:happy3:


Probably best two intro replies I have had on any forum. Congrats. Thank you for welcoming me! I love it here so far.
 
Top