customization

TabHost on Facebook for Android

Anyone know how facebook did this: From what I know we cannot change the height of tabhost. I'm guessing that they laid the "Frank Cho" view over the tabhost to give it the appearance of being shorter but I may be wrong. Anyone know what's going on? ...

Is it possible to add custom buttons to the top of the Sitecore Page Editor

Hi guys, I am trying to customize the Sitecore Page Editor at a website. Their home page displays a news viewer sublayout on it. The news items are not entered directrly below the home page but in an entirely different place in the Sitecore Content Tree. This means that the normal insert option of the Page Editor only displays template...

How to customize the HTML generated by FitNesse?

Is it possible to customize the output of FitNesse? For example, the SLIM version's output puts a span with class="passed" in the output. I'd like to put the class either on the enclosing td or enclose the span with a div and put the class on that. ...

Customizing La Clojure indentation

I must be dense this morning :-). According the the JetBrains La Clojure page, the plugin indentation is customizable. I can't find the customization anywhere. I looked in "File->Settings" everywhere and even did a search for "clojure". Where can I find this? I am running IntelliJ 9.0.3 CE (Build 95.429) with La Clojure 0.2.267 on OS ...

How to swap up/down arrow key behaviour and C-n/C-p behaviour in emacs *w3m* buffer

Hi, I am trying to find a quick elisp fix that makes w3m under Emacs swap default behaviour of UP/DOWN arrows (moving between hyperlinks in loaded page), with C-n/C-p (moving to next and previous line in the page). These key-bindings must only apply when focus is in a w3m buffer. Intuitively this configuration would work better for me...

Customized content assist for Java in Eclipse

I'd like to implement a customized content assist (aka. auto-completion) for my Java API's and custom jsp tags. Basically, I'd like to set the advisory level (discouraged use) on the undocumented features. (Of course, the proper way is to expose api's through a facade. However, it's way to late for that and the only way is damage control...

Linux Small Text only version

I need a small linux Text only version bootable installed on a partition of my hardrive, How can I customize a Linux version like redhat, debian, puppy etc. Please suggest some suitable distribution? ...

Curly Braces annoyance in Windows 7 on MacBook

Hey guys! I'm just starting out writing C# in MS Visual Studio on a Win 7 partition on my MacBook Pro. Thing is, as a Java programmer I'm used to pressing Alt + Shift + 8/9 (in OSX) to make curly braces. In Win 7 I need to press Alt + 7/0. (Swedish keyboard layout) Needless to say, if I'm gonna write in both OS's it's gonna get really a...

Rails Giving Each User Their Own Customizable Stylesheet

Hello, This is a fairly straightforward question. I have Users in my Rails3 Application. I want to give each user the ability to customize their stylesheet through a form so they can essentially have their own themes. I was wondering how I can go about getting this to happen and what is the best way that you have seen it done? Wou...

How can I implement an Orkut-like user facility to change site colors and style ?

I would like to implement a facility like Orkut offers where user is able to configure the colors and style for the site, and the changed styles will be used for the user. I would like the user to be able to enter the color combinations for the site background, top navigation, and left navigation. Can some one please let me know what a...

Edit Sharepoint shared web part CSS for extra actions

Currently I have a web part with some custom CSS. This is a Document Library web part which also contains the link to "Add a new document" below. Once I click Add new document I am taken to the upload document page. Is there any way to have the upload document section displayed on the same page or is there an easy way to custom style ...

WPF - How to paint notebook-like lines as TextBox background?

A bit similar to this question. My aim is to evocate a notebook-like look of the textbox. OneNote does something similar, by setting background image of the editing surface. Of course it is not possible to align the lines in OneNote because the text can be freely formatted. I would like to do this with constant font (no formatting)...