Open Source Apps

IE7 Embedded Squirrelmail Login JavaScript Error

I have embedded my Squirrelmail login into the front of my wordpress blog by putting into the header.php the following function The default squirrelmail code uses the format document.forms[0]. this causes the code to see the first form on the page which may not be...

WordPress Exploit Appearing in Apache Logs

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=...

Enlarge font for the <code> </code> tags

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; }