Jasiek’s Blog

Jasiek’s Blog header image 4

Entries from August 2005

TRAC

August 25th, 2005 · Comments Off · PHP, Programming

Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.
http://projects.edgewall.com/trac/
It supports Subversion
http://www.projectforum.com/pf/

[Read more →]

Tags:

PHP Debug using Javascript

August 25th, 2005 · No Comments · PHP

Debugging in a scripting language can be problematic. There are several PHP debugging options that are growing in both functionality and popularity. However, these options generally require server access and special configuration. Most programmers revert to simply printing variables to the browser via clumsy print() or print_r() statements. Neither of these solutions is ideal. Both [...]

[Read more →]

Tags:

Microsoft Shared Computer Toolkit for Windows XP

August 19th, 2005 · No Comments · Microsoft

Shared computers are commonly found in schools, libraries, Internet and gaming cafés, community centers, and other locations. Often, non-technical personnel are asked to manage shared computers in addition to their primary responsibilities. Managing shared computers can be difficult, time-consuming, and expensive. Without restrictions, users can change the desktop appearance, reconfigure system settings, and introduce spyware, [...]

[Read more →]

Tags:

Mambo PDF & E-mail icons problem

August 11th, 2005 · Comments Off · General, Joomla/Mambo CMS

In Mambo templates item title is sometimes broken because of icons being in the same line. To fix this I changed file content.html.php in com_content as follows:
line 454:

[Read more →]

Tags:

Backup Exec DHCP errors

August 4th, 2005 · Comments Off · Tech Suport

Jobs are completed but with exceptions.
Completed status: Completed with exceptions
Unable to open the item C:\WINNT\system32\dhcp\dhcp.mdb - skipped.
Unable to open the item C:\WINNT\system32\dhcp\j50.log - skipped.
Unable to open the item C:\WINNT\system32\dhcp\tmp.edb - skipped.
Setup pre/post command:
c:\scripts\dhcpstop.bat
c:\scripts\dhcpstart.bat
Scripts:
dhcpstop.bat
net stop dhcpserver
dhcpstart.bat
net start dhcpserver

[Read more →]

Tags: