Mysterious Untitled_# Posts in WordPress (Solved)
The Issue: I recently ran into an issue where I saw a number of posts showing up in WordPress called “Unititled_1”, “Unititled_2” and so on.
The Issue: I recently ran into an issue where I saw a number of posts showing up in WordPress called “Unititled_1”, “Unititled_2” and so on.
What is worse than debugging your web application for IE 6? Debugging your web application on IE 6 when you have a Mac and have to launch Windows…or wait, do you? If you do not want to run Parallels or something similar – check out ies4osx. It is dependent on Darwine so make sure you […]
I am not a “quick fix” or “work around” type of person. When a CSS debugging project comes my way I look first at fixing the problem systemically vs. applying the quick fix. Recently though I was brought into a project with an insane amount of CSS and conflicting styles all over the place. Since […]
I learned an important and valuable lesson today. Before committing code to a live server, always run: php – l filename.php to check for syntax errors if you cannot view the file beforehand. Enough said.
I wrote a detailed process on how I upgraded and cleaned out jappler.com to go from WordPress 2.2 to WordPress 2.3. If anyone is interested in the process, check out my “Updating from WordPress 2.2 to 2.3” blog post on my company blog.
What a crazy and full weekend! Many thanks to Demitrious for helping me out this weekend with PHP. If you are a beginner, check out Demtrious’s article: Poor Man’s Debugger. This article helped me greatly over the past weekend and I feel like I now have a good handle on what to do when things […]