1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Bad practice can cost you

Discussion in 'HTML & Website Design' started by Gary-SC, Oct 3, 2019.

  1. #1
    Gary-SC, Oct 3, 2019 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,151
    Likes Received:
    1,656
    Best Answers:
    29
    Trophy Points:
    475
    #2
    That's a bummer. On the other hand when your yearly revenue is approx. 4.5B, 4.4M doesn't seem like a huge loss.
     
    qwikad.com, Oct 4, 2019 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #3
    Shitty form width field + pointless dumbass client side scripttardery == /FAIL/. It's as simple as that. Particularly when it's JavaScript for things that:

    1) HTML can now do on its own with "modern" features.

    2) Should be re-checked server-side since no user side scripttardery can ever be trusted.

    Client side scripted validation is in most cases an accessibility failure, unnecessary, likely to waste bandwidth not save it, and worst of all more likely to create bounce. Aka "screw it, we'll order somewhere else"

    Dumbest part though, I bet the people who made Chipotle's website will make endless lame halfwitted excuses as to why there's nothing wrong with how they did it. That's how the industry works, such idiotic claims of "it's fine" holding about as much water as the unsafe "organic foods" and other such "natural" bullshit said company peddles to the feeble minded.

    JUST like how they prove they're too stupid to build websites in the first place with halfwitted dumbass code like this:

    
    	    <body class="d-none">
    	        
    <!--/* Google Tag Manager (noscript) */ -->
    
    
    
    	<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KNW9H46" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    
    <!--/* End of Google Tag Manager (noscript) */ -->
      
      <div class="d-none js-data-key" data-key="gme-chipotle"></div>
    
     
      <div id="js-country-code" class="d-none" data-country-code="US"></div>
     
    <div class="root responsivegrid content">
    
    <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
        
        <div class="globalcomponentsenabler base-component parbase aem-GridColumn aem-GridColumn--default--12">
       
        
            
    
        
    
    
    
          
          
    	
    
          
    	
    		<section>
    			
    		    	<div id="js-announcement-component" data-announcement-path="/us/en/announcements/burito-in-your-pocket/jcr:content/root/responsivegrid/announcement_banner.html"/>
    	   		
    	   		
      		</section>
    	
    
          
    	
    		<section>
    			<div id="js-global-enabler-header" data-header-path="/us/en/global-pages/global-header/jcr:content/root/responsivegrid/global_header.html"></div>
    		</section>	
    	    
    	
    
          
    	
    
    
    
     	
    
       
        
            
    
        
    </div>
    <div class="responsivegrid aem-GridColumn aem-GridColumn--default--12">
    
    <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
        
        <div class="hero-banner base-component parbase aem-GridColumn aem-GridColumn--default--12">
       
        
            
    
        
    
    
    
        
            
              
    	<section class="c-hero d-none d-md-block">		
    		<div class="c-hero__image-container" style="background-image: url('/content/dam/chipotle/global-site-design/en/homepage/heros/2800x1358-Home-Page-Hero-Desktop-National-Carne-Asada%20(1).jpg');">
    			
    			<div class="c-hero__center-image-wrapper">
            <div class="c-hero__center-image" style="background-image:url('/content/dam/chipotle/global-site-design/en/backgrounds-&-patterns/transparent-bg.png');">
            </div>
    			</div>
    						
    				
    		
    				
    		
    							
    			<div class="c-hero__center-wrapper">
    				<div class="c-hero__button-wrap d-lg-flex">
    Code (markup):
    ... and a site with ZERO graceful degradation in terms of scripting or style. Hence the 56k of HTML to deliver 1.78k of plaintext and six content images -- not even 6k of HTML's flipping job, when they don't even have the page content IN THE FLIPPING MARKUP and instead go full Gungan with "AJAX for nothing" -- well, nothing other than making the site harder to maintain, slower for users, and likely taking them three to five times longer to develop.

    It's a poster child for everything I'm always talking about. Somebody unqualified to build websites saddled them up and took them for a ride. Couldn't happen to a more deserving company given how they pretty much exist to peddle the "natural/organic" scam.

    Seriously, go to their home page and view source... now look at the CONTENT of the page you just did a "view source" on. What the F*** do the two even have to do with each-other?!? THAT is developer 3i.
     
    deathshadow, Oct 5, 2019 IP