Hi,
I've already check stackoverflow and the web for my problem, but I can't find any answer.
I can't find a way to have the Windows 7 Aero theme working. I mean, I have the Aero style from PresentationFramework.Aero, but it has the Vista look, the blue selection is not exactly the same.
This is the Windows 7 theme in Windows Explorer...
How do I create an animated theme for windows XP? I know how to create normal themes, but can't seem to find anythoing on adding animation.
This is what I need:
The Start menu should be themed like an iPhone, so I slide to lock/unlock the start menu.
Any ideas?
...
So, I have a Wordpress theme.
In the functions.php file, I'm writing a function that looks something like this:
function my_function(){
$var1 = 'apple';
$var2 = 'orange';
include get_bloginfo('stylesheet_directory').'/lib/fruits.php';
}
And the fruits.php file looks like this:
<?php
echo "My brother's favorite fruit i...
Hi there,
this is a question how to override themable items in Drupal 6.
According to the book "Pro Drupal Development", we can override themable items in two ways:
overriding via Theme functions
overriding via Template files
So for example, in order to reformat the breadcrumb, I can:
via function theme_breadcrumb($breadcrumb)
v...
I am trying to use the newly released Jetpack theme for a Silverlight 4 application. TabControl and buttons style nicely, but I cannot get the Accordion control to pick up the Jetpack style.
I have created a default 'Silverlight Navigation (JetPack Theme)' VS project and added the following definitions to the XAML file
xmlns:sdk="http:...