Ever seen those sites with using anything.domain.com as URLs? An example from yesteryear would be ytmnd.com. If you want this on your site, read on.
THE HTML5 TEST
ABOUT THE TEST
The HTML5 test score is an indication of how well your browser supports the upcoming HTML5 standard and related specifications. Even though the specification isn’t finalized yet, all major browser manufacturers are making sure their browser is ready for the future. Find out which parts of HTML5 are already supported by your browser today and compare the results with other browsers.
Boot to Gecko (B2G)
Boot to Gecko (B2G) is a new, proposed open source operating system intended to realize the goal of building a complete, standalone operating system for the open web. It leverages HTML5, new Web APIs (including those for direct hardware access), a privilege model (to ensure safe exposure of hardware to pages and applications), a new boot mechanism, and new web applications to prioritize and prove the power of the system. As a driver of standards, these new web applications initially targeted to B2G aren’t just intended to run on B2G, but on the web generally.
stdClass in PHP
stdClass
is php’s generic empty class, kind of like Object
in Java or object
in Python (Edit: but not actually
How to enable memcache in WAMP
A few things about memcache:
Memcache is a daemon, meaning it runs as a separate service on your machine. Just like MySQL runs as a separate service. In fact, to use memcache in PHP you have to connect to it, just like MySQL.
Version Control with Git
Have you ever worked on a project that was so unwieldy, you were scared to update a file or add a feature? Maybe the problem was that you weren’t using a version control system. In today’s tutorial, we’ll learn the basics of what might possibly be the best VCS in the world: Git.