Articles
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 logged in)....
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...
Facebook ‘Like’ button generators
Every time I look for these, it always takes me a bit longer than I prefer. Typically, Google will return some non-Facebook page with a lame generator - so here are the official Facebook links: Like Button https://developers.facebook.com/docs/reference/plugins/like/...
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...