English
How to clone LCD to projector using fglrx
Even though I used IBM ThinkPad T43 for a month, I just have a chance to give a short talk and presentation in this week. So I have to show my slide on a projector. Anyway, Fn+F7
didn't work as expect like I did in BenQ as well as amdcccle
which didn't help. Eventually, I find a right way through command line interface. Note that I use driver from ATI, fglrx 8.38.6.
- sugree's blog
- Add new comment
- Read more
- 2120 reads
Create Dynamic Select in ABAP/4
- thitima's blog
- 1 comment
- Read more
- 4771 reads
How to configure laptop hotkey in Ubuntu
Today I have a little trouble. All hotkeys of my T43 didn't response my finger by displaying on-screen display. Instead, it was just nothing happen. After investigated 2 hours, I found a solution. It is hotkey-setup
.
- sugree's blog
- Add new comment
- Read more
- 2462 reads
How to display user's fullname in Drupal
By default, Drupal will have only username and password for such a user. Whenever username is displayed, it will try to call a theme funtion namely username
by specified $node
. If you want to display user's fullname instead, you have to customize a little bit.
- sugree's blog
- Add new comment
- Read more
- 5544 reads
How to list nodes in multiple taxonomies in Drupal using Subquery
I found a good question regarding PHP snippet for Drupal. Usually, we will list nodes in multiple taxonomies using OR operator. However, you might need to list using AND operator which nodes must be in all specified taxonomies instead. It is not easy to do so using plain SQL. The straightforward solution is to use subquery.
- sugree's blog
- Add new comment
- Read more
- 2178 reads
How to manually sort table in Drupal
Drupal provides powerful and flexible built-in table sort functionality. However, it will only work with database query through standard db_query()
and pager_query()
. In many cases, rows are fetched from external system, e.g., mailbox. We may add a few lines to get the same behavior.
- sugree's blog
- Add new comment
- Read more
- 3834 reads
Recent comments
3 years 29 weeks ago
3 years 34 weeks ago
3 years 35 weeks ago
3 years 35 weeks ago
3 years 35 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago
3 years 38 weeks ago