by suleski | Sep 16, 2013 | Technical, Troubleshooting
The Problem Have you ever tried to write code like this? external.js function test_javascript() { console.log( ‘Currently at page: <?php echo $_SERVER[‘SCRIPT_URI’] ?>’ ); } index.php <script...
by suleski | Sep 8, 2013 | Technical, Troubleshooting
If you ever find yourself in a situation where your website appears hacked, corrupt, or odd – do not despair! Here are some ideas that you could try to repair, troubleshoot, etc. Good luck! Repair Database WordPress offers a repair utility, but it is typically...
by suleski | Aug 20, 2013 | Products, Technical
As of this writing, there are over 25,000 plugins developed by the community for use with WordPress. These plugins range from the simplest single operations to the largest multi-feature systems. This article seeks to cover some plugins that are useful, but not...
by suleski | Jul 16, 2013 | Technical, Walkthroughs
Ever want to prevent users from accessing specific areas of your site? You can do so through software; for instance, WordPress has a login mechanism for users. But let’s say that you want to prevent the general public from accessing a specific area of the site...
by suleski | Jun 28, 2013 | Reference, Technical
Typically, browsers support a very limited number of fonts for use on websites: However, Google offers a large repository of fonts that can be used on any website. Check this out: http://www.google.com/fonts/ If you want to use a font, simply click ‘quick...