by suleski | Nov 8, 2013 | Reference, Technical
Users are assigned roles. Roles are assigned capabilities. And here is where you can see which roles map to which capabilities: http://codex.wordpress.org/Roles_and_Capabilities
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 15, 2013 | Technical, Troubleshooting
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...
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 20, 2013 | Products, Technical
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...