Select Page

A weird Javascript behavior

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...

WordPress loses user info after login

The problem WordPress comes with a login mechanism – stored in wp-login.php (installed in your base folder, typically).  There is a case I came across where a user would do the following: Navigate to pagea.php (this page has some content that is shown when...

Quick impressions of web editors

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...

Speeding up your website

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...