Mike DelGaudio random header image

Mike DelGaudio

Entries Tagged as 'programming'

Solution: e text editor freezes on startup / launch

May 30th, 2008 · No Comments

I am a big ol fan of the text mate clone for windows known simply as “e

However, when I tried to start it up today, it would hang when opening the recently used documents. I love this feature where E simply opens all the document that were open when you last closed the app. Handy!

Bust since the progress bar is a modal dialog box when the program opend, you are in deep doo-doo if something happens that causes e to lock up when trying to open those documents upon starup.

Apparently this can happen if you happen to BSOD while e is open (even if e is not the culprit.

Here is how to fix it.

Go to c:\Documents and Settings\[your user name]\Application Data\e\

and delete e.db (if you are nervous about this, rename it to something like “e-CORRUPT.db”

Restart e.

E should start back up in it;s plain vanilla configuration.

Good luck!

Tags: Quick Tips · programming

Editing PHP.ini in XAMPP

May 21st, 2008 · No Comments

I do a fair amount of development work on my laptop using XAMPP. I must admint that I have not read the documentation as thoroughly as I should, so I was very pleased when I found Chris Meller’s post on turning on CURL for XAMPP.

Simply remember that the only PHP.ini file that really matters is the one found in /apache/bin/php.ini.

After you edit the file, restart the Apache server, and you are on your way.

Tags: php · programming · xampp