I found the default Notepad++ behaviour of opening the files that were open last time annoying (if I was programmer the default would be fine). To turn it off: Open Notepad++ Click Settings ==> Preferences ==> MISC Tab Uncheck the "Remember the current session for...
This appeared in my Apache logs this morning: //wp-content/plugins/mygallery/myfunctions ... rm%20-rf%20kk*?: 1 Time(s) Looking back through the logs the full request was: //wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=...
On the recent posts menu I have a title: squirrelmail /usr/games/fortune is not found. Internet Explorer 7 somehow mis interpreted the forward slashes as HTML entities and I had a gap between the previous title and the "squirrelmail /usr/games/fortune is not found."...
The font size for the <code> </code> tags was tiny using sumanasa.com's template so I did the following to improve the display. This was for firefox I don't know if it was bad in ie. Open style.css and add code { font-size: 9pt; }
Problem: Disabling comments causes right sidebar to start below left content section and to lose formatting Cause: comments-nice-bg and comments-nice divs are repeated cause the close tags to be in the wrong spot Resolution: Firstly make sure that your...