Today I found this nice tipp on in the forums for www.mactechnews.de which worked fine for me. Finally, I don't have to change my time settings. Just make the following entry in your Windows Registry:
HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control TimeZoneInformation RealTimeIsUniversaland set it to a DValue of 1. It worked for me. Now Mighty Mouse horizontal scrolling remains my last problem under Windows.
Now, this script differs from the original in that you can load additional documents* into the IFRAME even after the page has loaded, and the IFRAME will dynamically adjust its height to fit the new document. So use this script if you need to not only display external content via the IFRAME tag, but intend to change this content after the page has loaded.
*All external pages loaded into the iframe must be from the same domain as the page the iframe tag is inserted in. Setting the iframe's src to an external site such as "http://www.google.com" will not work, since the script cannot probe and detect the height of pages from external domains.
Step 1: Insert the below script into the HEAD section of your page:
The quickest way should be to add a new block with PHP input format. In that block, call drupal_get_form() and output the result of that. You could do the same using a custom module.
<?php
global $user;
$type = 'nodetype';
$node = array('uid' => $user->uid, 'name' => $user->name, 'type' => $type);
print drupal_get_form($type . '_node_form', $node);
?>Forms provide a way to send user values and choices to the server. Forms are composed of text controls, selection lists, radio buttons, checkboxes, multi-line text and other input controls. When the user clicks submit button( or in some case presses enter), the user-supplied values and choices made are sent to the server. If there is some problem with the data supplied by the user (i.e. form submission fails), the values supplied by user and the choices made must be restored. So that he/she don't have to type it again.
The following code is a small form with different type of HTML controls, has the ability to restore the values supplied and options made. Copy and paste this code into a blank PHP file and execute to see how the values are restored.
If you're used to typing on a full-size keyboard, you'll find that the right Shift key is next to the / key. But on the Eee PC, the right Shift key is located one key further to the right. Because the Up key is located on the Eee PC where you'd expect to find the Shift key, you may find as you are typing that any time you go to capitalize a letter that you type with your left hand (e.g. an A), instead of capitalising the A, you instead move your cursor up a line and end up inserting an 'a' in the middle of some other word. Frustrating! You may decide you'd like your layout to be more like your full-size laptop. Here's how to do it.
This took me a little bit of poking around to figure out, so here's a quick tip in case others are attempting to do the same thing.
For some CCK select options, you want it to both be required and to also not default on the first answer because a user might click through without changing the default without meaning to. There is the Default value options you can play with, but the easiest way I've found is in your Allowed values list you can simply enter this as your first choice:
|-Please Choose-
This will give you the -Please Choose- as a default, but if the user doesn't switch it, an error will come up. The reason for this is it's expecting you to have your answer in a format such as 1|Option 1, with the "machine" or "key" name first, followed by a pipe, and then the name of the option a user will see. If you don't give it a machine name it simply isn't valid.
While tiny in size and decent in quality, FLVs do have their run of problems. These problems are typically due to poor (or no) meta data within the FLV file, that gives your video player the necessary information it needs to run the video from beginning to end. Here are typical problems that you most likely will encounter, during your FLV journeys:
RewriteEngine on
#
# if non-blank host header
RewriteCond %{HTTP_HOST} .
# and requested domain is NOT <a href="http://www.newdomain.com
RewriteCond" title="www.newdomain.com
RewriteCond">www.newdomain.com
RewriteCond</a> %{HTTP_HOST} !^www\.newdomain\.com
# redirect to requested page on <a href="http://www.newdoamin.com
RewriteRule" title="www.newdoamin.com
RewriteRule">www.newdoamin.com
RewriteRule</a> (.*) http://www.newdomain.com/$1 [R=301,L]From time to time, you may find it of some benefit to be able to open your Powerball up. Whether to give him a quick clean out or simply to replace a worn component inside.
The outer sphere shell is comprised of two separate halves, both of which have been precision manufactured to allow them snap perfectly together tightly without the need for glue.
The fastest way of opening these halves once they have been joined is to squeeze them at the point at which they meet. Below are the steps:


