by suleski | Sep 21, 2013 | Technical, Troubleshooting
The amount of time it takes to load a webpage can impact a couple of important areas: Visitors will sometimes become impatient and leave a site before it even loads. Google can rank your page higher if the load time is considerably minimial. So, you do not want a poor...
by suleski | Sep 20, 2013 | Products, Technical
Great for visual indications, icons can add just enough interest to otherwise plain sites. Traditionally, Developers would use image files (like .gif, .jpg, or .png) to display in their markup. The code for a button with some text and an icon might have looked...
by suleski | Sep 20, 2013 | Reference, Technical
All of the properties, pseudo-classes, etc that can be called with CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference?redirectlocale=en-US&redirectslug=CSS%2FCSS_Reference
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...