themes

How to bind Window background to a theme's Window background color?

How can I bind the default Window background color of the theme to a Window background? I've tried the following: <Window x:Class="Shell" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Shell" Height="300" Width="300" Background="...

Qt: what is the current status of Windows 7 Taskbar Extensions support?

Windows 7 Aero Theme has a brand new taskbar with extensions. What is the current status of Taskbar Extensions (jump lists, etc.) support in Qt? ...

Extracting visual studio theme?

I want to save my theme out of visual studio so that if(when) i need to reformat my computer my theme is available for use. How can i do that? ...

javascript equivalent of ASP preInit event

Hi guys, searching for this has yielded no resuts.. i have a middle page that has an iframe and all the pages open in that iframe...i have to implement a chat system just like in Google and so to ensure that the chat windows did not close whwn the page would postback i am opening all pages in iframe.... this is a social networking sit...

How to override only ItemTemplate in Custom Control

I want to create a Custom Control derived from ComboBox, however if I create custom control from visual studio template, it creates a default style of Control and I have to then open MSDN's control template of ComboBox and then recreate entire combobox style once again an in generic.xaml What I want to do is, I want to create a custom c...

Where can I find custom themes for Google Sites

Hi, I'm trying to create a custom background theme for a Google Sites site. Awhile back I did some googling and found some sites with a background image and instructions of how to change table dimensions to create a google sites make shift theme. I can no longer find any of these themes anywhere. Does anyone know where I can find these...

How to load themes from a database in Spring MVC based on user-agent , etc

Hi I am brand new to Spring web MVC. I am trying to create a simple 1 paged site that will check the users browser and display the current theme for that browser. If its a mobile app, I need to allow the user a button to switch to the regular site. Also the current theme for mobile and non-mobile is stored in a database, which inclu...

Why don't themes sit well in the MVC paradigm?

I am working with the new ASP.NET MVC areas and mixing it with themes. In MVC without areas I used to apply themes by adding <pages theme="ThemeName" ... > ... </pages> to the Web.Config in the Views folder, and it worked perfectly. Now that I have an Areas folder, each with its own Web.Config, my theme is only applying to controlle...

Make Visual Studio 2008 or 2010 look like Expression Blend

I recently started using a black theme for Visual Studio and love it. I would also like it if I could get all the panels to change colour to something more like the Expression suite of programs. Im guessing this is not possible in VS2008, but can it be done in VS2010 since it uses WPF? ...

Add HTML to wordpress database

Hey, how do I insert raw HTML in Wordpress's database? I'm using add_option to add values to wp_options table of Wordpress. But Wordpress escapes everything before inserting to the database, so will it pose a problem? If so, what is the correct way ...

WPF - Clearing only certain Resource Dictionaries

I am applying "themes" to my WPF app by clearing all merged dictionaries (Resources.MergedDictionaries.Clear()) and new ones based on the selected theme. Instead of clearing all dictionaries, I would like to clear only certain "theme-related" dictionaries, leaving others still loaded. How can I do that? I didn't find a way to differen...

Customize the theme output for the search box in Drupal

I am trying to change the HTML that is output when I print $search_box in my page.tpl.php file. I understand the process of overriding something in drupal but I have no idea how to do it for the search box. This is the only bit of information that I have found that seems related but I don't known how to apply it to solving my problem: h...

How do I set the theme for child controls with Infragistics?

I'm using the Infragistics WPF controls in a new project, and I'd like to take advantage of their themes support. I'm able to change the theme of my window (and toolbars) via the OnThemeChanged event, but I can't figure out how to change the theme of child controls (such as the XamDockManager), as they're added at runtime. I'm new to WP...

wpf theme changed my aligmnent

Hello, I applied BureauBlue.xaml theme to my application and it wreck my all alignment. Is there any solution to apply theme without destroying my alignment??? Place your theme in "Themes" Folder. application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Cl...

Questions on ASP.NET themes?

1) If I create a theme and a skin file and a css file to go with that theme, does the skinfile automatically pickup the css file I created? What happens if you have multiple css files under a theme? 2) Do css files in themes override global css files? I created a global one and the theme that had a css file did not change the backgr...

Graffiti CMS: View Overrides

I've got a Graffiti CMS (http://graffiticms.com) questions that is driving me crazy. I figured this would be the best place to try to get an answer and at the same time hopefully provider an answer for someone else with the same issue. First, I have a site structure like this: Category1 Sub-Category1 Category2 Sub-Category3 Sub-Cat...

Can you move (or duplicate) the "special" .Net folders (App_*) in a subdirectory?

It is possible to have extra .Net "special" folders (App_Code, App_Themes, etc.) inside of a subdirectory, rather than in the root? I am integrating with a CMS that dumps an enormous amount of stuff in the root. I would like to keep all my stuff in a single subfolder, as this will greatly ease my SVN and deployment burden. As it sits,...

Silverlight - managing a large number of themes

Hi, I have a PRISM based silverlight solution under source control. In regards to theming I have a project for each theme, for example 'Theme_Summer', 'Theme_Winter' projects. In reality there may be over 30 of these theme projects. Each theme project contains a selection of resource dictionaries to hold the styles etc along with the im...

How to make custom post template in Thesis theme

Hi! I'm struggling to use custom post template in thesis. I would like to use different layouts for different posts. There are many tutorials for using custom page template but I can't find ones for posts. I'm new to Thesis so I probably miss something but if someone knows how to or tutorial that mentions about it, please share with me. ...

Wordpress : template tags get_page()

not sure if this is programming enough or if it should go to superuser, which is not programming AT ALL. I leave it to the mod to decide. I created a menu using get_pages() and specifying the parent id. This parent id has children and sub-children and sub-subchildren. I need each of these (sub)children to have the parent id displayed, a...