IMG_4934.JPG

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 www.newdomain.com
RewriteCond
%{HTTP_HOST} !^www\.newdomain\.com
# redirect to requested page on www.newdoamin.com
RewriteRule
(.*) http://www.newdomain.com/$1 [R=301,L]
Signature_Top.jpg

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:

I found the lack of documentation also confusing (and time-consuming). You need to return an array like this:

$array["value"] = "label";

For instance:

<?php
$result
= db_query(db_rewrite_sql('SELECT nid,title from {node} WHERE type="page"'));
while (
$item = db_fetch_object($result)) {
  
$items[$item->nid] = $item->title;
}
return
$items;
?>

If you set a computer for auto logon, anyone who can physically obtain access to the computer can gain access to all of the computer contents, including any network or networks it is connected to. In addition, if you enable autologon, the password is stored in the registry in plaintext. The specific registry key that stores this value is remotely readable by the Authenticated Users group.

As a result, this setting is only appropriate for cases where the computer is physically secured, and steps have been taken to ensure that untrusted users cannot remotely access the registry.

sdhc.jpg
EeePC.jpg

I just get my 2nd eee pc from taiwan. The default language is in chinese. Since I don't know chinese, I need to change the default language for this eee pc. here is the steps taken from eeeuser.com forum:

  1. Press ctrl-alt-T to opn terminal
  2. type this in 'sudo /usr/bin/oowriter /etc/default/locale &'
  3. change file to say 'LANG=en_US.UTF-8'
  4. Reboot. That should do it.
imagegallery.jpg

Step 1: Copy "thumbnailviewer2.js" into js folder inside theme

Setp 2: Add code below inside template.php for that theme

drupal_add_js(drupal_get_path('theme', 'tapestry') . '/js/thumbnailviewer2.js', 'theme');