customize

Django randomly order users in admin

I am trying to create a Django admin filter that will get random groups of users. At this point, I have two problems: Applying a custom filter to the User model, and Displaying a random set of users. On #1, I've tried using User.username.random_filter = True, but it comes back with an AttributeError saying that User has no attribute ...

Customizable CD Menu software

I'm just looking for a customizable CD menu software that allows user to customize the content of the menu such as menu titles, heading, logo, skin etc very easily without building a menu from the scratch. It should be run on windows platform. Any suggestions? thanks ...

How can I set a default font (Inconsolata) in my .emacs.el in Ubuntu?

I tried following the advice gathered from Google searches but I am not able to get it to work. My ~/.emacs.el file contains the following: ;; Set color scheme (require 'color-theme) (load-file "/home/manoj/Dropbox/conf/themes/color-theme-chocolate-rain.el") (color-theme-chocolate-rain) ;; Set font ;; (set-default-font "-unknown-Incons...

how to implement the following style/customize the toolbar in iphone applicaiton?

I want to change my common toolbar style to this style.. http://images.cnblogs.com/cnblogs_com/alexliu/epuber/777.png Transparent toolbar. the round conner at the left and right side. press any of them have the click events. (all of them have already implemented in the old toolbar version.) ...