by suleski | Oct 28, 2013 | Technical, Troubleshooting
There is a webpage I visit where I click on a link and some Javascript kicks in to display a textbox that was previously invisible. Recently, I went back to this webpage and noted that the textbox was no longer appearing. Knowing a bit about Javascript and Google...
by suleski | Oct 1, 2013 | Products, Technical
See the update in the Recommendation section at the bottom of this article. I have installed and/or used a number of IDEs when editing web-languages, like PHP. This article lists out what I have tried and my quick thoughts on each. At the end, I make a current...
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 | 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...