Tutorials Page 93

  • By
    10 Premium Bootstrap Joomla Templates

    Joomla is a powerful and feature-rich content management system that enables users to build custom websites or web apps. Joomla is open source, so it's freely available to everyone and has a loyal following. There are some amazing websites using Joomla to power their...

  • By
    Is WebGL the Technology of the Future? What’s AexolGL?

    Many companies and people from the IT world claim that WebGL is the technology of future. Is this a correct statement? WebGL has many advantages, one of its biggest is that it is a technology that could revolutionise the gaming experience. With WebGL we can play...

  • By
    How to Batch Update Git Commit Messages

    At Mozilla we're mostly strict about receiving contributions via git/GitHub.  Aside from requiring tests and enforcing code quality, one basic of submitting a commit (or several) is that the commit message begins with "bug #######", which is a reference to its Bugzilla bug.  The message requirement makes sense...

  • By
    Change Tab Title with JavaScript

    Changing the tab (or window) title is an age old practice.  Gmail does it to notify the user of a new chat message and this blog does it to update the tab title after a new page loads via AJAX.  How is it done?  By setting a property...

  • By
    Performance Cops and Janitors

    Performance improvements often begin as one person's voice within a company culture. You start to notice how other sites are making optimizations and improving their user experience through tweaks to perceived performance or total page load time. Then you start measuring how your competitors' sites...

  • By
    JavaScript Regex: String Does Not Contain

    For some reason I think that regular expressions can solve every problem and for some reason I always find out the regular expression I'm trying to create is too complicated and probably not the best route to getting what I want.  Case in point:  I needed to...

  • By
    The Absolute Best Black Friday Deals in Web Development

    Psst…hey, yeah, you. Looking for the best Black Friday deals for everything web development and design related? Well, you've come to the right place, scroll on to see what awesome deals we've gathered for you. 1. X by Themeco Probably the market leader for premium elegant...

  • By
    Template Literals

    Seemingly every language has a template string enhancement, and within JavaScript we've written our own to allow more seamless development without the need to concatenate everything.  Some of these template helpers even allow for looping, iteration, and conditional support.  Native implementations always start small but I'm excited about template literals in...

  • Media Temple Hosting
  • By
    20 Tools To Make A Web Developer’s Life Easier

    If you work as a web developer nowadays, you're sure to have your work cut out for you. The influence the Internet has in our everyday lives is undeniable, therefore it is natural for all businesses and organizations to have a strong presence online. This means...

  • By
    500

    Over the past four or so months, I've been having a hell of a time with seeing 500 errors on my site.  And while I'm on my site a few hours a day, the amount of 500s my visitors must have seem is probably huge.  And that's...