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 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 12, 2013 | Technical, Troubleshooting
In the land of CSS, the property ‘float’ is typically used to help wrap text around images. It can also be used to layout other HTML elements to make webpages work across different resolutions and devices. However, as many web developers have found out,...