Author: Admin
-
Easy Fix: Briefly unavailable for scheduled maintenance. Check back in a minute.
Problem (Unavailable for Scheduled Maintenance) Sometimes when you update plugins on your WordPress.org based site you might get the following error: Briefly unavailable for scheduled maintenance. Check back in a minute. Or you might have visited your website dashboard and seen the same error message. This can cause panic when you first see it, however…
-
Enabling Root Access in OSX (via Terminal command ‘su’)
Learn how to enable root access in OSX 10.9 (Mavericks) but hopefully it should work in other variants). After you complete the steps listed you will be able to use the su command at the Terminal (command line). I have found this most useful when installing tools that can only be installed via the command…
-
What is a Website?
One of the best metaphors for describing a website is the world of books. What is a Website? What is a Web Page? A website is made up of a series of web pages. In this way, a website can be thought of as a book, and a web page like the page of a…
-
Automatically Check for PHP Syntax Errors
I was developing some PHP code the other day for a WordPress website and got interrupted. I left halfway through editing a PHP file. When I came back I had lost my train of thought and left a simple syntax error in the file. In a momentary lapse of reason I FTP’ed the file back…
-
How to Use Multiple CSS Stylesheets with a WordPress Child Theme
Why Multiple Stylesheets? It’s better to have separate stylesheets for different areas of styling in order to make the codebase more maintainable and easier to manage. For example, if you use a particular plugin to display tables and later you start using a different plugin to do this, then you will have to find which…
-
Only Allow one IP Address on Website (.htaccess)
Requirements: This is for people using the Apache web server who have a basic understanding of coding or configuring a system. Overview Sometimes it’s useful to only allow a single IP address to access a website. I use this when I’m developing a website that has only just been mapped to a domain. I still want to test…
-
Make a Logo Using SVG (Tutorial)
The best way to design logos is to use a design application like Illustrator (a vector-based tool). However for some that is too expensive so they fall back on an illegal copy of Photoshop (not recommended) or they use GIMP (recommended). Photoshop and GIMP are raster-based design tools which means you won’t be able to scale finished logos…
-
Stop Unwanted Phone Calls (Landlines)
Unwanted calls can be distressing or time consuming. Some calls might be malicious, often by someone you know. Other calls might be marketing or sales calls. In this article we show you how to block unwanted calls. Obviously there are two types of phone, namely landline and mobile. We are discussing landlines in this article.…
-
Using your tablet as a laptop
Tablets are useful for everything except word processing and spreadsheets. For example the tablet version of the Microsoft Office suite still hasn’t managed to be as useful or as usable as the desktop version. Typing on a Tablet Touchscreen devices like tablets and phones aren’t as good as regular keyboards for activities that require lots of typing such as:…