themes

Choosing forum software based on modifiability

I am aware that this question will be judged as a non-programming question but I would like to point out that my software decision is very largely based on the programming standpoint. I am interested in changing from SMF to a better forum software. Unfortunately I'm unsure of which software I should choose. Many people like to recommend...

What template language does Tumblr use?

Tumblr uses a very simple template language for it's themes: {block:Text} <li class="post text"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} {Body} </li> {/block:Text} Start.io also uses the same format: <html> <head> <title>{Name} @ start.io</title> </h...

Designing a website for which users can create themes? (ASP.NET/C#)

What is an elegant way to architecture an ASP.NET website in which end-users can create custom themes for their sites through a user interface? Would ASP.NET themes help me here? Should the UI allow users to write guided CSS files to disc and apply those? Any suggestions are welcome. Thank you in advance. ...

Integrating jQuery, jQuery UI, and jQuery Themes with the Zend Framework

Update: this question refers to an older version of Zend Framework. To see how to integrate jQuery with a Zend Framework 1.9.4 (1.8+) application refer to this question. I think I understand the basic concepts, but I must be going wrong somewhere. I'm trying to integrate jQuery, jQuery UI, and jQuery Themes into my Zend Framework appl...

Content Top Drupal Theme

I am looking for existing themes that has content top region so that I can put my menu there. Any suggestion? ...

How to get "native" look for WPF widgets on windows XP?

I have just started playing around with WPF. I've noticed that while some widgets automatically pick up the native look and feel (e.g, buttons, menus), some others don't (e.g., labels, panels and windows have white backgrounds). How do I make all widgets look normal by default in WPF? ...

Asp.Net MVC Themes, how to?

Hello, I have a ASP.Net 2.0 site and want to translate it into MVC paradigm (I'm new to this), but starting from Zero. I have some themes in my old site, but reading here and there, it seems like Themes doesn't fit well into MVC paradigm. The question is: What is the best practice in MVC for building a Themed user customizable site? C...

asp:how to reload page explicitly.

i have provided a button to change theme of website.in onclick event handler of the button.i am making change in web confif file page section's theme attribute.but on postback theme is not changed untill i do one more postback.so i want to postback pa explicitly in eventhandler of button. ...

What VS.NET settings affect the theme colors for the F# interactive Window

Duplicate: http://stackoverflow.com/questions/316161/how-do-i-change-colors-for-the-f-interactive-shell Hi, I have installed a dark theme for VS.NET which works great for everything, except for the F# interactive Window. That window now has a black background, the text has a white background and a light gray foreground. I've been play...

Resharper 4.5 has stolen my colour scheme! Can anyone help?

I'm not sure exactly what went wrong here, but Resharper 4.5 RTM seems to have stolen my visual studio colour theme. I normally use Fredrik Kalseth's wicked theme, and I've been using Resharper since version 2.0. Never before has this happened - not even while using the 4.5 Beta. My scheme remained in tact without detremental interferenc...

C# Application wide color management

Hi, im on to write a large C# Application. The point is that the colors of the controls should be adjustable by the user of the application. It would be really nice if there are any solution to override(only for the context of this application) the System.Drawing.SystemColors, so that i do not have to set the value of every single contro...

Disable automatic including of style sheets within a SiteFinity theme

I'm working on integrating an HTML template slice into a SiteFinity theme and am wondering if there is a way to disable the automatic inclusion of the style sheets. I would prefer to manual include them from the MasterPage, if possible? ...

How to disable XP themes in WPF application ?

I have a WPF application (.NET 3.0, VS2008) that displays data in a tab control. Custom colors are required on virtually all controls in this application : basically white foreground and green background. My problem is that when an XP theme (say Luna) is active, it is automatically applied to render controls so that my white text is wri...

How to use Sitefinity without Themes?

We are building a site, and have no interest in creating multiple themes. We intend to simply use plain old CSS and XHTML markup. Is there any reasonable way to discard the notion of themes from Sitefinity? Or is our best bet to just simply create a single, minimalistic theme and leave it at that? ...

Minimal theme for Eclipse

I've just been setting up a new 10" netbook and have just installed Eclipse for some development. Even on large screens I've found Eclipse's GUI to be very bulky and awkward to work with, and now on a small screen, the real estate left for actual coding is ludicrously small. Is it possible to apply a theme or skin to Eclipse to make it s...

Drupal Themes

Can anyone suggest a better place than drupal.org to find quality themes? ...

how to custom theme jquery UI tabs (not using themeroller)...

i know that you can use themeroller to customize your UI theme but is it possible to do it by hand. if yes then is there any specific css that you have to follow. thank you ...

Can WPF themes be used to include multiple skins for an application that can be changed at runtime?

WPF allows a control library to provide different resource dictionaries for different system themes, essentially allowing an application to match the operating system's selected visual theme (Aero, Luna, etc). I'm wondering if I can include multiple theme resource dictionaries with my application and utilise some existing theme support ...

Using 2 host names for the same .NET application

I need to have 2 domain names that will basically be the same application but with a different theme or skin. I know I can check for the domain name using Server Variables, but how do I point both domains to the same application? And do I develop this like a regular site (with the exception of theming?) Do I just make a regular "Web S...

Skinnable wiki

Are there any wikis that can be skinned with html/css/images? We've gone through the process of getting custom html for a blog (wordpress) and for our app and would like to be able to use those designs with a wiki. ...