customization

How do I overlay custom polygons with custom tooltips in a Google Maps Gadget?

I'd like to be able to achieve something like this: http://www.google.com/intl/en_us/2008election/ However, I haven't tried making custom Google Maps Gadgets before, and I have no idea where to start (which API version is capable of this, is a Google Gadget what I should be doing, etc). ...

Removing a moss 2007 sub-menu option

I'm trying to remove a drop down sub-menu option from the page editing menu in moss 2007. I'm using the following xml in my customeditingmenu.xml located in the masterpage gallery > Editing Menu. <?xml version="1.0" encoding="utf-8" ?> <Console> <structure > <ConsoleNode ConfigMenu="Delete" ChangedNodeID="saCancelAppro...

overriding a magento block in multiple modules (and how to ignore the other ones)

In Magento you can override a block (or helper, or model, etc.) from one module in another one (most common from Magento Adminhtml module). Now I have the problem that I want to override a block that was already overriden by some other extension. Is there any way to tell magento to ignore the <rewrite> tag in some other module configurat...

ProjectPier documentation and development

Trying to expand the features on ProjectPier, I'm stuck without any formal documentation. How can I add new input fields to a Task, for instance? Thanks. ...

mercurial - I want to add some custom code to be run after commit

Hi - where could I place code to be run after every commit I make with mercurial? Specifically, I would like to maintain a file called latest inside the .hg folder in the root of my project - that file will hold the revision number and hash code for the most recent commit. On that same topic, how can I get those in python? # get mercu...

Is it possible to add a button in the IPhone Calendar Event creation/edit view ?

Hi, I want to customize the IPhone Calendar Event view by adding a new button. The purpose is to allow the user to click on this button and then browse to select in a list the name of a friend. The name should then be written in the "note" field of the calendar event. Is it possible to modify such standard view? Thanks Charles ...

How to control the searchResultsTableView of a UISearchDisplayController?

Hey! I wonder how to take control over the table view that is used by the UISearchDisplayController. You can't overwrite the searchResultsTableView property of the UISearchDisplayController, because it is a read-only property. I've tried to overlay the searchResultsTableView by a custom UITableView. That works just once, but as soon as ...

WPF: How to customize SelectionBoxItem in ComboBox

I want to display a custom template/item as selected item in ComboBox (this item does not actually exist in the list of items and is updated differently). This does not even needs to be an item, just providing a custom view would work. How can I do this while staying within current ComboBox theme (so no ControlTemplate replacement poss...

Is there a way to disable or modify Xcode's code completion?

I have unchecked both "Show arguments in pop-up list" and "Insert argument placeholders for completions" in Xcode Code Sense preferences, but when I type "else" (for example) in the editor, Xcode still dumps in a pre-formatted "else" block. Is there a way to disable this feature entirely, or (better yet) to modify the block that Xcode i...

Is it possible to change the way Xcode indents comment blocks?

By default, Xcode automatically indents multiple lines of code within C-style comment blocks by one space: /* this is a comment block line 1 line 2 */ Is it possible to modify this behaviour? I would prefer to have no indentation within comment blocks. ...

what's the most extensible/flexible FOSS e-commerce software? (or should I roll-my-own?)

I need to build an internal order entry and tracking system for a grocery store which requires many of the features of existing e-commerce systems, such as product catalog, customer_to_order relations/views, movement reporting, order statuses, etc. However, the first phase of the product is purely internal, so I don't need any online e-...

Customization of welcome e-mail message to the new users when user is added to SharePoint group

When we add a new user to the SharePoint 2007 group, an email with welcome message is generated by SharePoint. Is there any way to customize message and brand this message?. I know how to cusotmize/brand alert emails (when user subscribes for items in list/library) my modifying AlertTemplates.xml under 12 hive. ButI did not find a way to...

Drupal 6: Using Organic groups for Educational page

I am working on a departmental website within a big university and want to add different types of functionality for different users depending on their roles. There are 3 main types of users: Publicly listed Alumni (listed but based on different fields and using a custom template file) Others (users on site but not listed) Right now ...

Customizing the UIScrollbar in Flash CS4

Are you able to customize the UIScrollbar component in Flash CS4? ...

How to customize iPhone UISlider control at runtime - where do I place the color update code?

I have added a UISlider control to an iPhone View-based application and have wired up a text field that gets the values from the slider. To fit with the user interface colors in the application I need to change the color of the slider. With a little googling I was able to find 2 samples which do this (http://blog.hill-it.be/post/2009/03...

How can I change Delphi's shortcut keys?

How can I change the IDE keyboard shortcuts in Delphi? I want to change "Run" from F9 to F5 and "Add Breakpoint" from F5 to F9 I'm currently programming Delphi at home and C# at work and these 2 shortcut keys are confusing because they are the opposites of each other! ...

Silverlight 3 DataForm Control how to customize

I am trying to use a silverlight 3 dataform in my project. But I need to bind different controls to different objects in this form. Is it possible to do that. I mean all the data need to fill and edit this form is not coming from one object. Is it achieveable? I also want in my silverlight control to show a combobox when I bind it to a ...

Add syntax coloring for new filetype in Visual Studio 6?

Is it possible to change the syntax coloring for a new file type (let's call it .XYZ files) in Visual Studio (VC++) 6, and if so, how? I see where you can edit the color for comments, numbers, operators, etc. in Tools/Options/Format, but it seems to apply only to known filetypes like .C, .H, .CPP, .HPP, etc. In this particular case, XY...

How to apply C# keyboard mapping scheme in VB 2008 Express Ed.?

Hi all, I´m used to developt in C#, but these days I´m using Visual Basic 2008 Express Edition, and I´d like to apply the C# keyboard mapping scheme in this environment. When I go to the options window, the only mapping scheme that I can list is 'default', that means, the VB keyboard mapping :( I don´t want to change al my shorcuts on...

Customize Sharepoint Alerts

Is it possible to customize the e-mail templates of Sharepoint server, in which, i don't have access for files and Central Administration. I'm using Sharepoint Designer to connect and edit my site currently. Thanks. ...