themes

ASP.NET 2.0, AppTheme: How can we utilize AppTheme in best way for my ASP.NET WEBSITE

Hi, I am writing asp.net website which will going to be host on public network. I don't have very much knowledge about AppTheme specially utilizing theme, css and skin in asp.net 2.0. Previously i have worked with asp and asp.net 1.0 where i only write css class and write attribute class="***" inside every control where i want to have c...

Allowing user selected Global Theme for winform app

I am using DevExpress controls in a winform app I am building for internal use. My app has about 30 forms in total and I am trying to figure out a way to allow my user's to select a theme. I have seen this mentioned here at SO multiple times in answers to other posts. I understand how the StyleController works, I believe, but what I...

Where can I find a generic theming application?

I'm looking for some software that I could integrate into my code that would give my application basic theming capabilities. The ideal software would have the following characteristics: active community with large number of pre-built themes free and open source require minimal modifications to my application web designer friendly: doe...

Themes/Skins doesn't work any more in VS2008

I couldn't make the theme/skin thing work in VS2008. Same asp.net2.0 code works fine in VS2005. I am using Masterpage, and inside content page I would have something like: <asp:Button ID="testid" runat="server" SkinID="RedBlueButton" Text="TestButton"></asp:Button> and in the App_Themes/Default/button.skin file, I would have somethin...

jqgrid. change theme.

How can i change the look of the jqgrid without changeing the stylesheet. Basically im using jqueryui to style my site but i want to use different background images for just the grid. Is this possible? ...

How to create liferay theme from scratch?

I am new to Liferay , is there any good article available for Creating theme for Lifefay 5.2. and also how to convert theme to *.war file ...

Can a GPL licensed theme be ported to a proprietary application as long as the derivative theme is placed back under the GPL?

I realize that responses will fall under the "I am not a lawyer" scope, and I do intend to talk to one. But first, I wanted to get some input about the basic proposal. If I port a GPL theme -- say a WordPress theme -- that is both free as in speech AND free as in beer to a proprietary application like ExpressionEngine, I assume that the...

What is so special about Generic.xaml?

I've been trying to figure out how to organize my ResourceDictionary files for reuse and sharing with other members of my team. I keep coming across "Generic.xaml", but if I look on MSDN for Generic.xaml or just do a Google search, I only seem to get blog posts and forum questions that happen to mention it--I can't seem to hit upon anyt...

Trouble referencing a Resource Dictionary that contains a Merged Dictionary

I have a library, CommonLibraryWpfThemes, with several Resource Dictionary XAML files in it. My Themes/Generic.xml file contains a ResourceDictionary.MergedDictionaries declaration that merges all the other files together. Generic.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x...

Which is better in asp.net 2.0?

Hi, can anyone tell me themes are better or CSS style sheets are better in asp.net for design? Please explain the concept also with an example. Thanks Rupa ...

Drupal Templating/Theming Resources or Advice?

I'm interested in creating a custom theme for a Drupal site I'm working on. I am new to Drupal, however I have a decent bit of experience in working with the underlying concepts that it seems are needed to build a theme (CSS, PHP, HTML). So, my question is - where do I start? Is there a canonical guide to creating Drupal themes? Resourc...

Progressively Enhance HTML table with jqGrid?

I can't find an example of jqGrid being used to "paint" an existing clean HTML table. Is this possible? I am currently using datatables http://www.datatables.net/ because it is easy to implement on existing HTML but would prefer jqGrid's theme support and hooks. ...

How to save user's choice of theme of web pages

I have a simple web app, it's done with several JSP pages. I would like to add some style to it. I would like to provide some color theme options say like in a drop down box. I have little basic knowledge of CSS. Here are my questions: I think I should have all styles in one CSS file, and use format like selector#different_ids {propert...

New Drupal theme includes garland CSS file?!

I have been creating many Drupal themes already, but this one, somehow, includes the style.css file from garland when I visit the home page. Yes. Any other page does not include that core file (as I would expect.) The home page (node/1) was made the default page (like on my other sites). The .info file and other theme pages are defined ...

Configuring the colors of Eclipse

Since there is no easy way to switch color theme in Eclipse I'm wondering if there are any themes that have documented their colors. Kind of like this: Background: #000000 brackets: #FFEFC6 So i manually can configure the theme without having to mess around with a color picker. I need a dark theme similar to TextMates vibrant theme. ...

Purchasing Sharepoint Themes

Can anyone advise on a company selling good Sharepoint themes? Has anyone on here used any and make a recommendation? I've been hacking Sharepoint CSS files and graphics, changing Master pages, reading Heather Solomon's blog, but the whole process is time consuming. At this stage I'd rather just buy a theme or two but the offerings onli...

Determine installed ASP.NET Themes

Is there a neat programmatic way to determine which Themes are installed in an ASP.NET application? I have several ASP.NET applications that use a cookie with the name of "Theme" to set the theme in the Page PreInit event. The trouble is, when using localhost in my development environment, the theme name for one application gets presen...

WPF: Am I supposed to be a designer?

Hello, I like to develop many tiny WPF applications. Usually I use the WPF Futures' themes, but they're far from perfect (by example, may of them doesn't implement styles for the tabs). Each time I have to spend a lot of time on the the colors, gradients, tiny details (being inspired by others WPF apps)... in order to make the general a...

in GTK, how do I get the original normal bg color of a widget?

I do this: self.origbg = self.style.bg[gtk.STATE_NORMAL] and later in my eventboxes I change the bgcolor to it by doing: self.modify_bg(gtk.STATE_NORMAL, color) However, the color actually changes! It's not the state_normal color that I get from looking at self.style.bg . On my Windows, it's a slightly lighter tint. How do ...

Very best example of application using Themes with Skins & CSS

Can you share with me the very best example you have ever seen of a web application that is using skins, themes and CSS in near-perfect harmony? I'm talking best in show. I'm talking about the application that you wish you could be when you grow up. I'm also talking about an application that is real-world and not just a facade. It is a ...