quote-of-the-day

LornaJane

Jump to Main Content
Jump to Navigation
Jump to Search

Quicksearch

Comments

Sree about GeekSpeakr
Fri, 04.07.2008 07:06
This is a good place to know about more & more women speaker s: hers i am: http://geekspeakr.com/speaker/sree


LornaJane about A Turtle and a Giant Baby Blanket
Wed, 02.07.2008 22:10
LinuxJedi: I have a niece to knit for, no need to go to the great lengths of breeding grandchildren :)


LinuxJedi about A Turtle and a Giant Baby Blanket
Wed, 02.07.2008 19:58
Awww….That is really cute. Your stuff just gets better an d better :) Although I have visions of you in a rocking c hair in 60 years time knitting away embarrassing clothes for all you grandkids :)


Ken Guest about Vim Macro: cleaning up line endings
Wed, 02.07.2008 14:28
Lorna, If you’re getting into hooks and coding standards yo u might want to have a look at triggering Greg Sherwood’s ph p codesniffer when somebody attempts to check in changes. http://url.ie/hq6 is a redirect to his blog posting about d oing this.


LornaJane about Vim Macro: cleaning up line endings
Wed, 02.07.2008 13:16
Geoff: For line-endings the SVN property is really useful, but for more complex requirements, like the ones Ken mention ed, a hook is more functional I think. I must admit to usua lly specifying whitespace and line endings in coding standar ds and then shouting at people that do it wrong … it [...]


Geoff about Vim Macro: cleaning up line endings
Wed, 02.07.2008 12:57
Have you tried using the svn:eol-style property? This seems more appropriate than using pre-commit hooks.


LornaJane about Vim Macro: cleaning up line endings
Wed, 02.07.2008 12:11
Ken: Hello, thanks for dropping by and upstaging me with suc h an excellent tip :) I’ve also seen some nice pre-commit h ooks for SVN that cleans up this kind of badness before the files go near the repo.


Ken Guest about Vim Macro: cleaning up line endings
Wed, 02.07.2008 01:23
Hi Lorna. Cool tip but I think I can go one better! I ha ve the following line in my ~/.vim/ftplugin/php.vim file autocmd BufWritePre *.php :%s/\s\+$//e This removes all t railing spaces in a .php file prior to writing it to disk an d means I can concentrate on work rather that using ma [...]


LornaJane about PHP5 Soap Server
Tue, 01.07.2008 22:09
Nik: I can’t imagine what a wsdl would look like pasted into here so I’ve put it in a separate file for you, I’ve includ ed another example soap function so you can see the wsdl wit h two functions and I hope this will give you the help you n eed. The wsdl is at http://web.lornajane.net/sugar_so [...]