themes

get Gedit Theme ?

i need some good gedit theme, where did you get one ? Thanks Adam Ramadhan ...

What is the Featured Image area for on the TwentyTen theme using WordPress?

I am creating a child theme in Wordpress using the TwentyTen theme as a parent. I saw under the Pages area in the admin section, there is a 'Featured Image' area, but I don't see where that featured image is shown on the page. What is the featured image area for? I would ideally like to use that uploader to put an image at a specified l...

How to switch themes in web browser

I want to change the theme in an asp.net website. but i have to give the normal effect of switching themes? ...

Run code block in functions.php ONLY when theme is activated. Use register_activation_hook?

I have a specific bit of setup code for my theme that I only want to process when the theme is first activated. I was under the impression that I could use register_activation_hook for this, but it does not appear to be working. Example... In my functions.php file, I want the doThemeSetup() function to run only upon theme activation an...

Can I distribute third party Images which are under CreativeCommons-Attribution license, with my templates?

I am a template designer and I am often in need of good photos and images to decorate my Templates and Themes. Flickr has images under several types of CreativeCommons licenses (like ShareAlike, NoDerives, Non-Commercial etc) My Question is can I use the Flickr Images which are only under CC-Attribution license to distribute with my Co...

Which wordpress theme framework should I use?

I have decided to use framework to develop my own custom wordpress theme? But I'm confused which one to use? Or should I continue to write all up codes myself. I use 960 as css framework and jQuery as js library. Any help will be cordially appreciated. ...

NYTimes Blog Theme

WordPress.com advertises that NYTimes uses WordPress to power its blog. I absolutly love how the NYTimes blogs visually look. For example: http://freakonomics.blogs.nytimes.com/2010/08/06/street-smarts/ Does anyone know where I can find the WordPress Blog theme to mimic the style found on NYTimes (obviously, with all of the sidebar a...

Can't get the search box to show up in custom theme

Hi guys ! I'm trying to make a custom theme for a drupal blog, and I want the search box to appear in the header. To do that, I've put the following code in the page.tpl.php template file :* <?php if ($search_box): ?> <div id="search-box"><?php print $search_box; ?></div> <?php else: ?> <h2>Pas de search box</h2> <?php endif; ?...

JCarousel slideshow problem in Wordpress thema Ibizpress Green Magazine

Hi there, I hope you can help me! I have the newest Wordpress edition (3.0.1) and i use the Theme IbizPress Green Magazine. http://www.technologytricks.com/ibizpress-magazine-magazine-style-premium-wordpress-themes Well this theme is I think out of date, because since the update to 3.0. the Featured Posts (it's on the top of the page, ...

SHould I Use a Wordpress 3.0 Custom Post Type?

Hello- I am coding a wordpress theme for a magazine. One aspect of the site, is that the homepage is static, and it features the current issue of the magazine in one area of the homepage. I need help figuring out the most practical way of replacing content for the most recent issue on the homepage. Basically, every month, an image, as...

Android apply style to custom TextView

I have a class, TextViewStyled, which extends TextView In my theme XML, how do I apply a style to all my TextViewStyled widgets on Activities with a chosen theme? I have this simple theme, but I want to limit the Black Gold style to TextViewStyled Widgets without specifying the Black Gold in the TextViewStyled style attribute. This is ...

How can i hide address bar in ChromePortable

Hi, I would like to hide menu buttons, navigation buttons and address bar in ChromePortable. Can i do so? Is it possible ? I'm trying to use Jetty + war + ChromePortable as desktop application. Any suggestions about that? ...

Changing Flex 4 theme (CSS+Skin) at run-time?

I have a Flex 4/Blaze/Java application and would like to provide my users with a way to switch between several pre-determined skins. Does anyone have a good example of how to do this? Ideally, the list of themes would be provided by the server -- where the themes are stored. Or do I have to compile in all possible themes into the sw...

How to format SSRS Tablix

Hi is there anyway to format ssrs tablix? I mean, I would like to apply some styles, themes similer to charts. Is it possible? Thanks in advance ...

Zune theme for WPF

Hi, I would like to know where i can get the theme that looks like Zune application for Windows (or MetroTwit) for WPF. I google it but i only get the theme for Silverlight 4, not WPF. ...

Adding a new file and calling functions from that file yields undefined function add_action()...

Hi, I am adding a new file called subtypes.php to my theme /library/includes in order to allow for a dynamic dropdown list. This file uses functions from /library/functions/custom_functions.php. The problem: whenever I call any function from custom_functions.php, I get fatal errors: Call to undefined function add_action(), other times...

What are good techniques for creating simple, zero-css-zero-html-knowledge admin theming for websites?

I would like to allow administrative users to simply theme their own website (a re-deployable charity website built in php in the back end). I certainly don't know what the ideal approach would be, but my naive concept of how to do it is like this: Create a theme.css file that is dynamically generated, and overloads the colors and bac...

changing theme of C# windows application

Hi , in ASP we have so many ways to change theme . but is there any way for chanigngthe whole theme of a windows application/? ...

Apply unsigned Windows theme in WPF

I am using Soft7 2.0 from DA (unsigned theme) and I'm using the UxStyle service to load it. Most applications adjust their UI just fine, but not WPF apps. How can I make WPF apps also use the Soft7 UI? I'm not looking to force a certain theme on WPF, I just want it to use the current Windows theme. I'm running Windows 7 x64. ...

Access images used in browser themes?

Is it possible for a website to call images that are used in browser themes or plugins? ...