customization

Wpf Calendar Control Customization

Hello All I have a calendar control (WPFToolkit) in a wpf form and I need to put a "Today" button in it. Is there a way to di that? Thank you in advance ...

Cutomize quick launch menu and site action menu in My Site

Hi, I've been asked to cutomize the following : In the left quick launch menu, is it possible to remove these menus : Documents, Lists, discussions and Sites ? These menus need to be remove/disable/hidden by default when the user creates it's My Site. In the site action menu, is it possible to remove/disable/hide the Create menu, so t...

Android: customize application's menu (e.g background color)

What is the way (if there is a way) to customize the menu (the one triggered by the MENU button of the phone). I'm especially interested in two things: changing the background color from the standard light gray into a darker gray how the menu items are aligned. I have 4 items and they are automatically aligned 2x2, but I would prefer t...

How can I reassign F5 in Visual Studio?

Can I make it so that F5 doesn't "run" in VS any more? I'm too used to running queries in SSMS and then moving to VS and running my project when I'm not ready. A case of Premature Execution? ...

Customize HtmlHelper.ValidationMessage output

Is it possible (and how) to customize the HTML output of the HtmlHelper.ValidationMessage extension method in Asp.net MVC? ...

How to use cms systems like drupal and so on for crawl only?

I want to display the data by my own, use cms to crawl the data only. Anyone can share the experience and give me some clue where the entry point is? ...

How to customise flex sdk classes?

Hello, Friends! I have modifyed XMLEncoder class from Flex SDK (XMLEncoder.as) After it I run my project but I don't see any changes... What should I do to realy modify project's behaviour? Thanks!!! ...

How to manage multiple clients with slightly different business rules?

We have written a software package for a particular niche industry. This package has been pretty successful, to the extent that we have signed up several different clients in the industry, who use us as a hosted solution provider, and many others are knocking on our doors. If we achieve the kind of success that we're aiming for, we wil...

Customizable Java application Ideas

So I am working on a java application, and the customer has requested the ability to have features that which can be unlocked to make the application customizable based upon what their customer wants to pay for. So I am trying to come with ideas for doing this in a manner that will provide some level of security, but also general maintai...

Android - cutomized keyboard key and action

If you own Android phone you are no doubt have noticed how in the certain apps the keyboard layout can change from the standard issue to digits-only or to have .com or .net special buttons based on the text field input type (e.g. phone number). So I have 2 questions: how to trigger this customization? I suspect it has to do with EditT...

Extendable .Net Document management for under $30K

hi there guys, i am looking to answer one of those problems that sometimes get give to us devs by sales staff trying to get a sale in under budget. We have a client that requires the following: Document management system that support AD authentication (even if the server may be in another location - potentially on a VPN) Ability for ...

xjc binding file for <extension base = "anyType"/> throws error

I have xsd defination <element name="primaryKey" nillable="false"> <complexType mixed="false"> <complexContent mixed="false"> <extension base="anyType"/> </complexContent> </complexType> </element> and i using binding file to <jxb:bindings node="//xs:extension[@base=...

How do I set up an additional RSS feed on WordPress?

I need to add an additional RSS2 feed to my WordPress site but I'm getting the following error when trying to access it by http://mysite.com/?feed=myfeed: "ERROR: gamesrss is not a valid feed template" I've created the template file and lumped it into the includes directory. What else do I need to do? ...

Is it possible to inject custom post processing in the fetching of objects in NHibernate?

Dear ladies and sirs. My scenario is this. We use NHibernate as our DAL. Each and every object fetched by it, be it a single object, a collection of objects or even child objects - whatever, we have to perform certain post processing. Currently, this custom post processing is spread around - after each fetch. I am wondering if I could ...

CKEditor - Edit default dialog template

Hi guys! I'm trying to customize the default look (template) of CKEditor's dialog box. I would like to switch the positions of OK button with the Cancel Button, so that the OK button is to the right. I tried to edit the dialog plugin in /plugins/dialog/plugin.js. On line 1191 I rearranged the array for the default buttons, without any re...

Customizing (not changing!) the VS 2008 start menu

Is it possible to customize the VS2008 start menu (remove the RSS feeds, expand recent programs, etc.)? ...

Customizing output of BLAST?

I know this is a very specific question relating to BLAST and Bioinformatics but here goes: I am attempting to use standalone BLAST (I already have downloaded it and tested it running on the command line) to perform a DNA sequence alignment (blastn). I need to be able to provide both my own query file (fasta format) and my own database...

How do I make set_printoptions(suppress=True) permanent?

In numpy there is a function that makes arrays print prettier. set_printoptions(suppress = True) In other words, instead of this: array([[ 0.00000000e+00, -3.55271368e-16, 0.00000000e+00, 1.74443793e-16, 9.68149172e-17], [ 5.08273978e-17, -4.42527959e-16, 1.57859836e-17, 1.35982590e-16, 5.599181...

Customizing Magento Sidebar

How can I edit or add blocks on the sidebar in magento ...

Hide controls in FlowDocumentReader

Is it possible to hide controls at the bottom like zoom slider, page navigation etc in FlowDocumentReader? It seems that only search can be hidden through the IsFindEnabled property. ...