Each font provided by the Google Web Fonts API is in a category, and comes in a variety of one or more subsets. The category provides a broad grouping of the fonts into styles. These are the categories: Sans Serif Display Serif Handwriting Each font will appear in just one of these categories. When you […]
Archive | September, 2013
A Primer on PHP Exceptions
The original article is here: http://nitschinger.at/A-primer-on-PHP-exceptions The article explains the structure of the exceptions very well, with this simple list summing up what many pages of PHP manual pages does not make very clear: [text] – Exception – ErrorException – LogicException – BadFunctionCallException – BadMethodCallException – DomainException – InvalidArgumentException – LengthException – OutOfRangeException – RuntimeException […]