Todo Lists
I’ve found two great applications for tracking my todo lists: GeeTeeDee Wunderlist Out of the two, my preference is GeeTeeDee (I started by using Wunderlist). The thing I like better about GeeTeeDee is that it has a better interface for managing notes associated with a task. Wunderlist has a neat syncing feature allowing you to [...]
FireCookie
FireCookie is a great add on to FireBug (Firefox Web Development / Debugging Software). When installed it adds another panel to Firebug that allows you to view and edit all the cookies associated with the current site/session. You can also use it to create a cookie.
CodeIgniter combine anchor and img
CodeIgniter offers an anchor function in the URL helper and an img function in the HTML helper. You can combine the two of these together if you want to have an image with a hyperlink. For example, your logo which takes you back to the home page. To do this, pass the result of the [...]
Default Media Player
If you have a multimedia keyboard, then there is usually a button that launches your media player. By default, this launches Windows Media Player. However, if you use something else, like Media Jukebox, then you’ll want to change this. There are two steps. Associate the .mp3 (and other file types you play) with your media [...]
Uninstalling the Oracle Client
Uninstalling the Oracle client is actually a bit harder than you would think. I’m talking about a Windows machine here, but I guess the same applies for other operating systems. In my case, the Oracle Client did not appear as an installed program in my programs/features so that made things hard. What you need to [...]