• Web Development - WAYWO - #8
    5,514 replies, posted
I published my first node module to npm [url]https://github.com/Shadaez/theCrewTelemetry[/url] and I'm using it to show accel and velocity data on a site that I'm working on. [img]http://i.imgur.com/3KdXm0Q.gif[/img]
I'm working on updating my years on websites. :v: [editline]1st January 2015[/editline] [url]http://updateyourfooter.com/[/url]
copyright footers are soo 2005, seriously does anyone do that anymore?
[QUOTE=jung3o;46833784]I'm working on updating my years on websites. :v: [editline]1st January 2015[/editline] [url]http://updateyourfooter.com/[/url][/QUOTE] I love how the page title is static "It's [B]2015[/B]. Update your footer.", and the footer uses javascript.
[QUOTE=TrinityX;46834650]I love how the page title is static "It's [B]2015[/B]. Update your footer.", and the footer uses javascript.[/QUOTE] the page could be rendered on the server side
[QUOTE=Kwaq;46835804]the page could be rendered on the server side[/QUOTE] Probably not since you can append the URL with /index.html and it outputs the same page, although some sites has a mod_rewrite / nginx rewrite to append .html to every page, but I highly doubt that's the case here. Food for thought! :v:
[QUOTE=Svenskunganka;46835827]Probably not since you can append the URL with /index.html and it outputs the same page, although some sites has a mod_rewrite / nginx rewrite to append .html to every page, but I highly doubt that's the case here. Food for thought! :v:[/QUOTE] That and the footer uses javascript for the year.
[QUOTE=TrinityX;46836124]That and the footer uses javascript for the year.[/QUOTE] Why run PHP for an almost static page anyway.
[QUOTE=Rocket;46837732]What else are you going to use for a templating engine?[/QUOTE] [URL="http://jade-lang.com/"]Jade[/URL] :dance:
[QUOTE=Rocket;46837732]What else are you going to use for a templating engine?[/QUOTE] Why would you need a templating engine for a single-paged website that can simply be edited once a year to update the <title> tag?
[QUOTE=Cyberuben;46838120]Why would you need a templating engine for a single-paged website that can simply be edited once a year to update the <title> tag?[/QUOTE] Or never edited at all, using the javascript that's on the page. That's why i find it funny.
Does anyone feel like creating a new waywo thread for 2015?
[QUOTE=Shoar;46853025]Does anyone feel like creating a new waywo thread for 2015?[/QUOTE] Probably is time for it, we're at 140 pages.
[QUOTE=TrinityX;46842884]Or never edited at all, using the javascript that's on the page. That's why i find it funny.[/QUOTE] seo though
[QUOTE=Shoar;46853025]Does anyone feel like creating a new waywo thread for 2015?[/QUOTE] [QUOTE=Svenskunganka;46853316]Probably is time for it, we're at 140 pages.[/QUOTE] Done. [url]http://facepunch.com/showthread.php?t=1444746[/url]
Sorry, you need to Log In to post a reply to this thread.