devdaily.com: updatesUpdates to the devdaily.com blogThe Mystical Kabbalah- (Found July 8, 2008 ) Wow, I was totally blown away earlier this week when I started listening to a book on CD titled The Mystical Kabbalah. The Kabbalah is referred to as the mystical aspect of Judaism, and what blew me away was listening to the first five minutes of the CD (more ...)http://devdaily.com/blog/ How to set the default input focus on a field in an HTML web form- (Found July 8, 2008 ) When I create a web-based user interface I tend to be a fanatic about making sure that the first input field on a form gets input focus when the form is first displayed. It always drives me crazy when I go to a web form that requires text input, but the page author hasn't taken the time to put the default focus in the first field of the form. So ... after looking around at some HTMLJSFStrutsJSP code I've written over the last few years, the following JSF example shows the most concise way I...http://devdaily.com/blog/post/jsp/html-form-default-textfield-input-focus/ How do I search and delete lines in vivim- (Found July 8, 2008 ) Every once in a while when I'm using the vi editor (or vim) I find myself in a situation where I need to delete a bunch of lines in the file that match a particular pattern. In my younger days I used to get out of vi and then use sed or grep to get rid of those lines, but it turns out there's a real easy way to do this in vi ...http://devdaily.com/blog/post/linux-unix/how-search-delete-lines-vi-vim-editor/ How to call web services from a browser- (Found July 8, 2008 ) I've been working with web services a lot this past week, specifically with Apache Axis2, and here are a few notes about hitting one of my web services from a browser ...http://devdaily.com/blog/post/java/how-to-call-web-service-from-browser/ Why do you work- (Found July 8, 2008 ) When talking about work yesterday, a friend said something like "It's all about the money, right" Thinking about that last night, it quickly leads into a question of "What's important in your life" If it really is all about the money, then most forms of work are inappropriate ...http://www.devdaily.com/blog/post/personal/why-do-you-work/ |