[tags]MarsEdit,software,blogs[/tags]
I recently read about the acquisition of MarsEdit by Red Sweater Software so I decided to check it out. I’m quite glad I did it does make my workflow a lot easier. What I had been doing up until today was this:
I’d come up with an idea.
Open up my writings project in TextMate
Open [...]
Filed under spindrop. |
Tags: blogs && MarsEdit && software
[tags]best practices,php,openID[/tags]
I’m working on implementing openID for reviewsby.us and for use in symfony apps. One thing I was having trouble with was parsing key value pairs, which is one of the requirements to reading responses. It’s a fairly easy task, but PHP offers so many ways to do this.
openID calls for the following [...]
Filed under programming, reviewsby.us and symfony. |
Tags: best-practices && openid && php