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.
Archive for March, 2007
Another Year
Posted in Personal, tagged Personal on March 23, 2007 | 3 Comments »
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 [...]
Sometimes I just have to share…
Posted in Personal, tagged Personal on March 22, 2007 | 2 Comments »
This made me laugh. I’m actually still laughing.
Windows Command Line Enhancement
Posted in Uncategorized, tagged cli, cmd, Geek, shell, windows on March 15, 2007 | 1 Comment »
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. [...]
Still Need a Name for the App
Posted in Personal, tagged Personal on March 14, 2007 | 7 Comments »
Now that a lot of the loyal readers have gotten a chance do a demo run — any more ideas on a name?
FCKEditor and Ajax Requests
Posted in Uncategorized, tagged ajax, fckeditor, Geek, javascript, web, wysiwyg on March 13, 2007 | 5 Comments »
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 [...]
Some Answers
Posted in Uncategorized, tagged ajax, css, development, Geek on March 7, 2007 | 2 Comments »
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 [...]
The Demo At Last
Posted in Uncategorized, tagged ajax, development, Geek, php on March 6, 2007 | 10 Comments »
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 [...]
Perfection is Possible
Posted in Personal, tagged Personal, whining on March 4, 2007 | 3 Comments »
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 [...]