themes

Two different jQuery UI themes on the same page

I want to have two different jQuery UI accordion menus on the same page, but I want them to have different themes. Is this possible? ...

Can two different WordPress blogs on the same server use a common theme folder?

I have two WordPress blogs running on the same server, so they both have access to the same file system. Both blogs use the same template, and this template is duplicated within each theme directory. Every time that I update the theme I need to copy over the new files to both theme directories. Is it possible to have both of these blog ...

How do you centralize UI across multiple ASP.NET sites?

One of the projects I was in charge of as a JSP/Struts developer at my last employer was a themes tag library (present on every WebSphere server as a shared library) that let any Java web dev in the company pull in any of the standard themes like intranet, public, etc. with minimal effort. The themes included header, footer, navigation, ...

how to change theme of magento e commerce ??

how to change theme of magento e commerce ?? ...

A Designer Friendly Way To Update a WSS 3.0 Theme

Sometimes I love MOSS 2007, and sometimes I want to throw it right out the window. This is one of those times it should go out the window. Im trying to come up with an easy way for a designer to update a WSS 3.0 Theme for our site. This theme is used by every site in the site collection. The following is not designer friendly (specif...

How to change the theme of a program

I have a piece of software, a winform program developed in c#, that has several different themes. But if one of my team members wants to change the theme they have to ask me, then i have to change it, recompile and send it. Instead I wish for them to be able to freely change the theme. It is like changing the theme in Firefox, etc. Any i...

How to get the Primary/Secondary color in jQuery UI Theme

Is there a way to reference the colours used in the jQuery themes without creating a simple style for each theme that I may choose to use? Example: I have some text as follows <div>Hello</div> which I'd like to be change colour in line with my theme of the day. I wish to use the primary colour from a theme (say ui-lightness) which is...

Theme 'XXX' cannot be found in the application or global theme directories

My asp.net site allows users to pick the theme they want from a list generated from the app_themes folder. From time to time, themes are renamed or removed. Any user who has selected a deleted theme name (it is stored in a cookie) will get the exception: Theme 'XXX' cannot be found in the application or global theme directories Stack ...

How to deploy custom Office 2007 themes to multiple users

Folks, As part of our customization to MS Office 2007, we developed a number of custom theme files (.thmx). The only way we now to deploy the custom theme is to copy them into %appdata%\Microsoft\Templates\Document Themes, for each user to allow the user to see the theme under his theme gallery drop down. This is a not a problem for a...

Why does OpenThemeData(pParent, L"TEXTSTYLE") fail on XP?

I'm using the theme library to draw some text which works absolutely fine on Windows Vista - however, on Windows XP the returned HTHEME is NULL. This is the code I'm using: HTHEME hTheme = ::OpenThemeData(pParent, L"TEXTSTYLE"); hTheme is valid on Vista, but NULL on Windows XP. I've read the documentation for OpenThemeData and Parts a...

Slowdown (Scrollbar or UI in general) in Silverlight when there are many controls

I'm looking for some insight into the workings of Silverlight - at this time I suspect I need to know more about how UI event dispatching and control repainting are done to work out a solution or compromise for the following problem: I have a large number of elements (of which I am representing as controls) on screen. Numerically it's a...

Different My Site Themes on different SSP's

Hi We are running MOSS 2007, with 4 different SSPs. I want to change the theme that is applied to the mysites created on one of the SSPs. I plan to do this using feature stapling but how can I deploy this feature to just this specific mysite url as it only differs by port number. Cheers ...

Compilation Error after deoplyment. Doesn't recognize 'Theme' attribute

My local copy works fine, then I publish the website and I get this error. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30456: 'Theme' is no...

Highlighting tabs not working in XP

I have an old MFC application that contains a tabbed dialog, implemented using a tab control. When certain events occur, I highlight a tab using the TCM_HIGHLIGHTITEM message and all is good. However, now we've moved the customer to XP and they've enabled XP themes, the tab highlights have stopped working. There are no errors, the call ...

How can I disable Theme Info module in Drupal when it takes up too much memory to access the admin>>modules page?

I'm TEN pages from finishing Using Drupal and I'm stuck. I turned on the Theme Info module to aid in theme customization. However, I can no longer access the admin>>modules page to turn on/off modules (including the Theme Info module). It brings up this white error page that says it tried to access about twice as much memory as is allowe...

WPF Themeing of windows background dynamically

Ok, I'm working on an application that will allow you to switch themes at runtime. So far so good with all the controls and what not. However my Window object will not apply any of the base items. Here is an example of the xaml from one of my resource dictionaries. <SolidColorBrush x:Key="GrayBrush" Color="Gray" /> <SolidColorBrush x...

Making WP Templates

I have a wordpress blog and I would like to make a custom design myself... I dont want to pay a bunch of money for a company to make it for me Why are the templates broken into a bunch of different files? What are some tutorials you know of on how to make wp themes/templates? Thanks -Techy ...

sharepoint custom theme behaving oddly

I'm deploying a sharepoint theme as a feature. the theme contains my css and images etc. when i deploy the theme and activate it it doesnt work. i accidently got the theme to work by opening up the masterpage i created in sharepoint designer checking it out and saving it without making any changes. then deactivating and then reactivat...

How do you make a WordPress front page template in the Carrington blog theme?

I tried adding a frontpage.php file to the content directory, but that wasn't being loaded. Now, I've added the following snippet to assure I'm getting a context of 'frontpage': add_filter('cfct_context', 'scompt_front_page_context'); function scompt_front_page_context($context) { if( is_front_page() ) return 'frontpage'; ...

What is the ThemeInfo attribute for?

Whenever I create a new WPF application or WPF user control library, the AssemblyInfo.cs file includes the following attribute: [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located //(used if a resource is not found in the page, // or application resource dicti...