January 2009
11 posts
2 tags
My Schedule for Jfokus 2009
Trying to make a schedule for Jfokus 2009, There are some interesting sessions at the same time but I will probably attend these. I will also be standing in the bwin games information area between 12.45-13.15 so please come by and say hi if you like.
Guerilla SOA Campaign HTML 5 WebSockets
Concurrent and Performance Reloaded
Controlling Your Architecture
DSLs - what, why, how
...
4 tags
phplifestream v0.9.1.1
Hotfix for phplifestreamer
All tags was not added to a stream
4 tags
phplifestreamer v0.9.1
0.9.1 of phplifestreamer is now released.
Aggregation of tags
Tagged streams
New Graphs
Download 0.9.1 or see complete changelog. Demo at johannilsson.me
Nice Collection of nerdy t-shirts. →
My vimrc
Found Jonas vimrc and thought that could share mine.
syntax on
set ruler
set ts=4
set sw=4
set autowrite
set showmatch
set hlsearch
set incsearch
set ignorecase
filetype plugin indent on
colorscheme default
hi Number ctermfg=yellow
hi Comment ctermfg=yellow
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
set cot+=menuone
set makeprg=php\ -l\ %
set errorformat=%m\ in\ %f\ on\ line\...
Comments via Disqus
Just added comment support to this blog, The comment system is powered by Disqus and it was really easy to integrate. So feel free to comment if you like.
1 tag
phplifestream update
Just committed
add Atom and RSS suport.
add View for aggregated items.
add AppUrl view helper to retrieve the combined http host and base url.
add HttpHost view helper to retrieve the http host.
add StreamFeed view helper to build and retrieve an Zend_Feed_Abstract out of a stream entry.
http://github.com/johannilsson/phplifestream/tree/master
A New Year and Another PHP Lifestream Script |... →
2 tags
phplifestream just got a bit easier to use
Just added
Possible to add update and delete services, not a minute to late
Login based on OpenID
Login is controlled via the config file app/conf/auth.ini auth is only enabled in production mode but can be changed in this config via the property auth.enabled.
To test open id in development mode add the following line to app/conf/auth-identities.ini below the development...
2 tags
Project Page at GitHub
GitHub has a nice feature that allows you to generate a project page, but since I am a newbie when it comes to git it was not obvious how to check out that branch and edit it.
So here is my quick tutorial.
Clone as usual.
git clone git@github.com:myusername/myrepo.git myrepo-gh-pages
Use checkout to change to the gh-pages branch
git checkout --track -b gh-pages origin/gh-pages
When...
1 tag
Comment on: Decoupling models from the database:... →