From the monthly archives:

June 2009

Wacom Tablet not working in Photoshop

June 27, 2009

After I formatted my computer in May, I couldn’t get my tablet to work in Adobe Photoshop for a while, I tried both Adobe Photoshop CS3 and CS4. I have a Wacom Intuos3 4×6. My Logitech mouse would move around just fine but when I moved my pen across the tablet, the cursor [...]

Read the full article →

EECE310 Project at UBC: WarGame

June 27, 2009

In my first term of 3rd Year, (Jan – Apr 2009) I was involved in a group project for EECE310, a course teaching software programming techniques and conventions such as procedural abstractions, exceptions, data abstractions, iteration abstractions, type hierarchies, polymorphic abstractions in Java.  Our professor often stressed that these skills were transferable to other object [...]

Read the full article →

Compact Tube Hybrid (CTH) Headphone Amplifier

June 27, 2009

I recently finished my Compact Tube Hybrid (CTH) amp for my K702 and it turned out great. This project improved my skills troubleshoot a complex circuit on a small board, there were some mistakes while building this amp but for the most part it turned out great. So, when I placed everything on [...]

Read the full article →

Common Multiple Import Plugin errors

June 27, 2009

Multiple Import is a plugin written by Michael Ha, who is a colleague of mine.  This plugin allows the admin to import multiple blogs from the same server to one specific blog.  Because this plugin can import all the blogs linked to the server, it is important to limit the permission to use this plugin [...]

Read the full article →

Modifying mxc-ldap plugin to create a new blog for new user

June 27, 2009

The mxc-ldap plugin has a simplified layout because it does not have any graphic interface to input the LDAP server information.  To enter the information, open the mxc-ldap.php file andfill in LDAP_HOST, LDAP_PORT (389), LDAP_VERSION, BASE_DN, ADMIN_DN, ADMIN_PW.  The plugin seems to work without the ADMIN_DN and the ADMIN_PW.  The plugin as default will create [...]

Read the full article →