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

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

Awesome ways to display web icons

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