Feeds:
Posts
Comments

Archive for March, 2007

yawn

My sleep schedule from Sunday until this morning:
- 3am-10am
- 12pm-7pm
- 10pm-7am
That’s 23/28 hours… haven’t slept like that in a while. I remember having major sleeping binges when I lived with my parents or roommates, but someone would wake me up around hour 17/18 just to see if I was still alive.

Read Full Post »

Another Year

So I’m officially 24 years old. It’s been one hell of a year. I’ve covered that in other posts, though.
One year ago today, Craig Clayton and I went to see the Deftones.
My non geek update:
- I’ve put out requests for information with Murray State, Brescia, Kentucky Wesleyan, and Western Kentucky University for MBA [...]

Read Full Post »

Sometimes I just have to share…

This made me laugh. I’m actually still laughing.

Read Full Post »

Windows Command Line Enhancement

Not all of us can escape Windows, especially at our day jobs. Did you think you’d ever see this from a Windows Command Line?
ls -la | grep txt

Do you ever type ‘ls’ at a Windows prompt only to get “command not found”?
Enter UnxUtils which is a collection of GNU ports to Win32. [...]

Read Full Post »

Still Need a Name for the App

Now that a lot of the loyal readers have gotten a chance do a demo run — any more ideas on a name?

Read Full Post »

FCKEditor and Ajax Requests

This took me a while to figure out, so I hope this little tidbit helps someone…
If you want to send XHTML over GET or POST in an Ajax request with FCKEditor, be sure to do something like this:
var pars = ‘page_content=’ + escape(FCKeditorAPI.GetInstance(‘page_content’).GetXHTML());
The critical part of this is escape() – it is the javascript equivalent [...]

Read Full Post »

Some Answers

Lee asked a few questions about the app, so I’ll answer ‘em here…
- How do you handle interactive elements – like forms?
At the moment, it’s really only for static pages. Currently the way I’m doing this is keeping the “content” and the interactive parts of the site separated.
- Will it be designed to [...]

Read Full Post »

The Demo At Last

If you’re interested in a demo of what I’ve been referring to as “the app”, figure out a way to contact me about getting a URL and a Login/Pass.
Some more notes about it:
- Moving it to the server was a great learning experience. I’ve already made substantial improvements in performance and future compatibility which unfortunately [...]

Read Full Post »

Perfection is Possible

Sorry that this is a little ranty… but I feel like a lot of us are like this.
Perfection is possible, but it will never happen. Striving for perfection leads to what my old boss referred to as development constipation. You just build and build and build, and never release. I’m so particular and driven by [...]

Read Full Post »