Mervierce Web Design, Looking to design your site!

Discussion in 'HTML & Website Design' started by KillaWho, Jan 4, 2008.

  1. #1
    Mervierce Web Design is dedicated to putting your site up fast and securely.

    We know a lot about security, and vulnerabilities to keep your site secure.

    Here are the languages we know:
    HTML, XHTML, php & mysql, some javascript, css, photoshop, flash, and some perl.

    Our site --> xploit.wsnw.net/wd/

    We are currently having problems with DNS. The site still works, but or domain doesn't.

    We have set a lot of sites up for fun, but our only project SO FAR has been:
    dontbehacked.com

    ^^DontBeHacked.coM was a site simply put up with some HTML, CSS, and a little bit of photoshop.

    Please email us at or PM me/post here.
    Thanx,
    -CodestWho/KillaWho


    PS: We charge very cheap!
     
    KillaWho, Jan 4, 2008 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    <tr bgcolor="#FF9900">
     	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
     </tr>
    
     <tr bgcolor="#FF080E">
     	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="2" border="0" /></td>
     </tr>
    
     <tr bgcolor="#FF9900">
     	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
     </tr>
    
     <tr bgcolor="#FF080E">
     	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="18" border="0" /></td>
     </tr>
    
     <tr bgcolor="#FF9900">
     	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
     </tr>
    
     <tr bgcolor="#FF080E">
     	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="2" border="0" /></td>
     </tr>
    
     <tr bgcolor="#FF9900">
     	<td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
     </tr>
    Code (markup):
    /FAIL/ at intarweb.

        <td width="100%">&nbsp;</td>
      </tr>
      <tr>
        <td width="165">&nbsp;</td>
        <td width="50">&nbsp;</td>
        <td width="305">&nbsp;</td>
        <td width="50">&nbsp;</td>
        <td width="190">&nbsp;</td>
    	<td width="100%">&nbsp;</td>
    
    Code (markup):
    Double /FAIL/

    If you are going to advertise web design services, you should use code that is 2007, not 1997... though THIS:
    <!-- DW6 -->

    Spells out 99% of what's 'wrong'... though the 13 validation errors should also be a hint. 3.7k of html for what should be less than 1.5
     
    deathshadow, Jan 4, 2008 IP
  3. KillaWho

    KillaWho Banned

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Im sorry, but this is our coding, and it works. Also, this is not 1997 version of xhtml. I do not understand why you put <!-- DW6 -->, because that is not in our coding. Thanx.

    +++.. only 3 errors? not 13..
     
    KillaWho, Jan 4, 2008 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    Even if it is invalid markup. As I keep saying, if you can't be bothered to write VALID HTML/XHTML, don't bother in the first place.

    Spacer .gif's? &nbsp;? Table based layout, tables around things that don't need tables? CSS that's more lip service than function (and REDUNDANT at that)? Fixed metric fonts on the content area? No separation of presentation from content? SOUNDS like 1997 to me.

    Here's a hint, these days this should be ALL you need for markup for that layout:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
    
    <meta 
    	http-equiv="Content-Type"
    	content="text/html; charset=iso-8859-1" 
    />
    
    <meta 
    	name="keywords" 
    	content="exploits code, web, design, web design, developement, dev, unhackable, mervierce, security, secure, keep secure, guide, tutorial, read me, help, hacked, dont get hacked, dontgethacked, css, html, php, mysql, html, xhtml, gosox, codestwho"
    />
    
    
    <link 
    	type="text/css" 
    	rel="stylesheet" 
    	href="screen.css" 
    	media="screen,projection" 
    />
    
    <title>Mervierce Web Design - Home</title>
    
    </head><body>
    
    <h1>
    	Mervierce Web Design
    	<span></span>
    </h1>
    
    <div id="contentWrapper"><div id="content">
    
    	<h2>Welcome</h2>
    	<p>
    		Welcome to Mervierce Web Deign. Mervierce Web Design is where you can 
    		find a coder or web Developer to design your website. 
    	</p><p>
    		We do not charge insane prices like other company's. We are a small team
    		who do it more for fun. We know a lot about security, and vulnerability's,
    		so our sites are built secure!
    	</p>
    
    <!-- #content, #contentWrapper --></div></div>
    
    <div id="sideBar">
    	<ul id="mainMenu">
    		<li><a href="#">Home</a></li>
    		<li><a href="#">Team</a></li>
    		<li><a href="#">Previous Work</a></li>
    		<li><a href="#">Reviews</a></li>
    		<li><a href="#">Contact</a></li>
    	</ul>
    </div>
    		
    </body></html>
    Code (markup):
    Joke, kind of. It says the page was being done with dreamweaver... and if dreamweaver is a professional grade tool I'm the next Mahatma.
     
    deathshadow, Jan 4, 2008 IP
  5. KillaWho

    KillaWho Banned

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What are you doing?... You are putting false information here, your putting junk in the source. Let people look at the REAL source for them selves, and I don't use dreamweaver but that is mostly how I taught my self besides a couple books I have, and some guides from w3schools....

    The price I charge is $50 for an average site, so I do not expect it to be like microsoft.com
     
    KillaWho, Jan 4, 2008 IP
  6. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #6
    Go to
    xploit.wsnw.net/wd/

    and do view source - I'm quoting that DIRECTLY. Or were you confused by my example 'rewrite' that cleaned out all the CRAP?

    Would you prefer I quote the source from dontbehacked.com?

    Let's see... I see empty TD's with &nbsp; - I see spacer.gif's, I see table layouts for something that doesn't even need a table... Again, very 1997 and an indication of someone who needs to relearn HTML and CSS.

    Thank god for that - one does NOT go to Microsoft to learn how HTML works.
     
    deathshadow, Jan 4, 2008 IP
  7. KillaWho

    KillaWho Banned

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Whatever, your just trying to mess around with my stuff. I don't really care though, because your only wasting your time. Since when did I say I am going to go to microsoft.com and learn html? ..... I didn't... Learn how to read maybe?
     
    KillaWho, Jan 4, 2008 IP
  8. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #8
    Generally I go to Microsoft.com for C#.....


    Anyway, if you are going to do web coding for money, it has to be modern techniques. Meaning no tables, (except for tabular data), valid HTML or xHTML.

    Thats the bottom line., there is no argument.

    I was in the same boat, a while back I was going to start doing web design, but my code was pretty bad, and Iknew I wasn't ready. I am much, much better now, and still doubt I am ready, or fast enough to be a professional coder. You have to know what your doing back to front.

    BP
     
    blueparukia, Jan 4, 2008 IP
  9. KillaWho

    KillaWho Banned

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Yeah I understand about the tables, I could recode that // not have tables for people..

    However people want me to code for them, I will (as long as I am capable of doing it). (Refer to top of page of the languages I know).

    People who hire us, usually are not so good at coding. So they hire us, we are not professionals, but we get the job done. If you don't like our coding / our styles, find somebody else :). Easy as that.
     
    KillaWho, Jan 4, 2008 IP