branding

Change the Eclipse branding?

无人久伴 提交于 2019-12-06 12:07:03
问题 Is it possible to change the Eclipse branding without modifying/building from source? Like: Changing splash screen Changing launcher/exe name and icon Changing about box Change application window title On an Eclipse application downloaded from the eclipse website. 回答1: That kind of branding is usually specified by a branding plugin, which is often the same plugin that contains the product definition (in the plugin.xml). Ex: *eclipse/plugins/org.eclipse.platform_3.8.0.v201110251800* contains

One App, Multiple Branding

无人久伴 提交于 2019-12-06 08:02:54
问题 I have made an application for the iPhone but it is required to be released with multiple brandings. Eg Differernt: App Name Icons Default.png Text replaced for the app name in IB Colour schemes for all images such as backgrounds, icons etc I'm not sure of the best way to do this. I was thinking of a plist file for each branding that would have the name of the files to load eg "brand1_background.png" for brand1 but that would get very messy with the text replacement. It would also mean that

How to do extreme branding/internationalization in .NET

旧城冷巷雨未停 提交于 2019-12-05 05:59:37
We are planning a pretty big application. -We want to internationalize our application for 30 countries. -In most countries 1 to 6 different brands are available. -Each combination of a certain locale like 'de' and brand like 'XXX' might occur multiple times therefore we need another identifier to get something unique: "locale_brand_siteorigin" Therefore we have .resx file like: Configurations. de.burgerking.px10 .resx The bold printed is the unique identifier. During runtime we create a: var rm = new ResourceManager("MyNamespace.Configurations.UniqueIdentifier",Assembly.GetExecuting());

Custom login page for Azure Active Directory

百般思念 提交于 2019-12-03 11:05:35
I'm working on an application that uses Azure AD as an identity provider. It works well, but the login experience is jarring when the user is taken from my application to the https://login.microsoftonline.com Azure hosted login page. In addition to losing all application branding, the user is unlikely to know that the tenant domain suffix must be appended to their username when entering credentials (e.g. bob becomes bob@mytenant.onmicrosoft.com ). Is there any way of hosting a login page for Azure AD within my own application? Custom company branding is now available with Azure Active