Code and Whatnot
Latest Content
Django totally rocks - 436 days ago
I must say: I’m impressed. Starting with the tutorial, I’ve been familiarizing myself with the Django framework for Python. In some ways, Django closely resembles popular MVC frameworks such a Ruby on Rails and CakePHP. However, Python is.. Topics: platforms and frameworks, products
The weird static-ness of CakePHP models, or the weird un-static-ness of CakePHP models - 460 days ago
I’ve gotten wrapped up in a few CakePHP projects lately. One thing that’s been bothering me is the confused notion of an instance of a model. A CakePHP model is really a static entity: the constructor of User (User will be my example model). Topics: PHP, platforms and frameworks
For global configuration, add this to /etc/vim/filetype.vim, for just you, add to ~/.vim/filetype.vim :if exists("did_load_filetypes") finishendif" add .ctp and .thml as recognized php file extensions (good for CakePHP)augroup...
Topics: Bash, PHP, software, system administration, Vim
Topics: Bash, PHP, software, system administration, Vim
Global (all users) vim configuration, i.e. enabling autocomplete and syntax highlighting - 495 days ago
In Linux, the global vim configuration is generally in /etc/vim/. For instance, while you might want to configure some options for yourself in ~/.vimrc, global options that you wish to apply for all users go into /etc/vim/vimrc (no ‘dot’). .. Topics: Bash, platforms and frameworks, system administration, Vim
A great blog: The Daily Vim - 497 days ago
Many of my readers (not that there are many) will enjoy The Daily Vim. Author Travis Whitton posts tidbits that most shell-dwellers will enjoy… even emacs users. The topics he covers are topics I’ve touched on: Linux/Ubuntu administration,.. Topics: uncategorized



