customizing

Best practice for customizing a versioned user interface?

How would the following scenario best be implemented: There is a standardized user interface for an application in version 1.0, e.g. an order form. This application gets customized to fit the needs of different customers. This could be an extra field "desired delivery time" for customer A, the omittance of the field "phone number" for c...

jQuery cycle plugin customizing

I'm using the jQuery Cycle plugin to start a slidshow of images when hovering over the initial image. This works fine. What I want after that is to have the slideshow stop when hovered off, and have a manual slideshow (next/prev buttons) start. This currently works, but the slideshow starts from the beginning each time it's initialized. ...

How do I get the WordPress sidebar to show up on a post's detail page?

My example is here I am customizing the default template, but something isn't placed right. Can't figure it out. By the way, I am asking this here and not at WordPress because frankly, their forums are horrible as far as response times go. Stackoverflow has always done me good :) ...

customizing flex MenuBar or removing the hover effect

Is there a way to disable the hover effects? I don't want flex to highlight the entire component for both link buttons and menu bar. On the menubar, I applied a backgroundSkin, so having flex highlight the whole menubar when the user hovers their mouse on top quitely destroys the design. ...

how to create two gadgets under post for blog?

I am using standard blog template. Normally it has one post gadget. But I want to create a table with one row and 2 column so that I add 2 gadgets left and right under the post. Just like this: Is it possible to do that?if so, where can I edit the code? ...

Attach class to menu item based on content type in Drupal

I have seen a few functions that allow one to attach classes/ID's to menu items; unfortunately, none of them apply to my use case. What I want to do is assign a class/ID to any menu item based on the content type of the linked item. For example, I have a content type called "Internal" which is only displayed if the viewer is within the ...

are there easy to customize/extend forum web apps?

let's say I want to make a forum that has pretty much all the functionality of a typical high end forum, like phpBB2, but I also want to add a few more features here and there. Maybe I want to add user reputation (kind of like what we have here on StackOverflow) and a button to sort threads or posts based on that in some pages. Needless...

Sharepoint: Customizing the office dialog "choose document type"

Hi all When saving documents to a Sharepoint document library having multiple content-types, office asks which content-type should be used: Is there a way to customize this dialog to some degree? I have seen that UI elements within Office such as the sharepoint document information panel can be customized using infopath. Is there a ...

Customizing UIPickerView in xcode

Hi, I developed an application which consists of UIPickerView....It displays as default size in height of the UIPickerView.I want to display the UIPickerView as 320x480 size(iphone simulator size)..so the whole screen has the picker view without using transorm property,because it will stretched the whole view....its not looking good...ev...

Customizing TabBar in iphone.

Hai Can anyone guide me on How to customize the Tabbar such that each TabBarItem look like rounded button in Tabbar. and how to change the Tabbar Selection color. ...

Customizing Android Lock Screen functionality?

Hi, I will like to develop an App which modifies LockScreen of Android. I have read in some forums that it is not supported as yet in the SDK but there are some applications available that does exactly that. One can surf Screen Suite Lock Screen Can someone let me know is it actually possible to customize LockScreen and implement our...

SharePoint - Modifying Customizing EditForm.aspx of Doc Lib breaks Upload Function - Unknown Error

Part of a bigger design issue really. But does anybody know why customizing EditForm.aspx of a Doc lib breaks the Upload function? and how to fix it so it does not. My version of the editform works great, but after an upload I get Unknown Error the resulting url looks like this: https://xxxxx.edu/sites/xxxx/_layouts/Upload.aspx?List=%...

Customizing a UITableViewCell with multiple line labels

I am trying to customize my UITableViewCell and am subclassing it and then overloading layoutSubviews as suggested in this thread: http://stackoverflow.com/questions/1303695/adjusting-the-positions-of-the-labels-in-a-uitableviewcell/1303719#1303719 I can get the width of my label to change this way, but I am unable to use the following...