WordPress iPhone Application
A quick one today, but worthy of note is the upcoming now out WordPress iPhone Application.
This means an update of techdebug.com is on the cards…
You can read about it on the dedicated iPhone page.
via TUAW
A quick one today, but worthy of note is the upcoming now out WordPress iPhone Application.
This means an update of techdebug.com is on the cards…
You can read about it on the dedicated iPhone page.
via TUAW
Forgive my triple Post Hiccup. When Textmate posted my blog posts, I got errors.
Thinking the post had not completed, I retried until I figured out the problem.
If you use WordPress V2.3 and post with Textmate, then don’t try to add a new category when posting an article. You get this problem:
Fatal error: Cannot use object of type WP_Error as array in wp-includes/taxonomy.php on line 1010
Looks like I am not the only one.
I use vim a lot of the time, mostly with splits and diffs, so the following key mappings and functions really helped me with managing the split windows. Maybe they will help you too. (Thanks to the Vim tips wiki for these).
" Map multi window keys
set wmw=0
" CTRL-H move to left window
nmap h
" CTRL-L move to right window
nmap l
" Map \zz to lock scroll to middle of window
map zz :let &scrolloff=999-&scrolloff
" Max/unmax splits
nnoremap O :call MaximizeToggle ()
nnoremap o :call MaximizeToggle ()
nnoremap :call MaximizeToggle ()function! MaximizeToggle()
if exists("s:maximize_session")
exec "source " . s:maximize_session
call delete(s:maximize_session)
unlet s:maximize_session
let &hidden=s:maximize_hidden_save
unlet s:maximize_hidden_save
else
let s:maximize_hidden_save = &hidden
let s:maximize_session = tempname()
set hidden
exec "mksession! " . s:maximize_session
only
endif
endfunction
I use eReader on my Palm, but only for free documents and not often enough to warrant paying for it.
Now that is no longer required. As I noticed at the downloadsquad, eReader Pro for Palm and Windows mobile devices is now being offered for free.
If you would like your own copy for Palm (or windows mobile) you can download it from the ereader website.