Mar
30
Problem: Using Chrome, the bookmark bar would disappear. My preference is to keep it available at all times for my convenience…
Solution: When the bookmark bar is showing, do a ctrl click with your mouse and select “Always show bookmarks bar” and then you’re set…
Links:
http://www.google.com/support/chrome/bin/answer.py?answer=95745
Mar
9
Problem: When in my blog housed on a IIS 7.5 server, I would get an “Sorry, the page of your requested could not be found, or no longer exists.” I thought it was a permalinks issue because when I turned them off, it would work.
Solution: Turned out it was a combination of many things: Permalinks, theme and IIS. Once I changed the theme, I no longer got the error. The theme/permalinks for the theme works on an Apache server but not on IIS. So the solution for now was to change the theme and get with the theme developers to figure out a solution.
Mar
8
Problem: Installed PHP 5.3.5 onto a newly configure Windows 2008R2 server using both manual configuration and the MSI configuration. When trying to execute the phpinfo.php file, I would get an internal server error. Tried reinstalling, rebooting and reconfiguring with no luck….
Solution: Read on PHP.net that not only do I need to install the VC9 binaries for IIS7 but I also have to download and install the Non Thread Safe bundles as well. I reinstalled using the Non Thread Safe bundles and PHP was working perfectly on the server.
Links: http://php.net/manual/en/install.windows.iis7.php
Feb
23
Problem: Someone came up to me today and asksed if there was a way to keep users from deleting apps on their iPhone, iPod Touch and/or iPhone
Solution: Within your device, go to “Settings” and the “General.” There, you will find a “Restrictions” option next to autolock and passcode. Select “enable restrictions” and you can then choose what you want to restrict and/or allow.
Jan
18
Problem: When trying to login to wordpress, I was getting the error “Warning: Cannot modify header information” and then it was giving me the path to files within my “Beautiful Sunrise” theme. I wasn’t able to login to my blog…
Solution: Within the “Beautiful Sunrise” theme folder, I opened the functions.php file and removed all of the blank lines. Saved it and I was then able to login back to the site. Any idea on why this is so? I have read about this before in the config.php file but would like to know the logic behind this.
« go back — keep looking »