Tel 678.697.4783
Fax 678.840.7870
Po Box 4432
Marietta, Ga 30061
info@jamboconsulting.com

 Subscribe in a reader



Lunarpages.com Web Hosting
Web hosting by ICDSoft

Archives

Previous Posts

Powered by Blogger

Tuesday, June 30, 2009

Windows XP Language Bar Empty / Missing

If you are missing your Language Bar there are two main things to check:

First, do you have the Language Bar option in the ToolBars section ( right click on the Windows task bar ). If it's not there you can try adding the following to your registry ( this can be saved in a .reg file such as LangBar.ref then running it ):

REGEDIT4

;Restore Language Bar
[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories]

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories\{00021492-0000-0000-C000-000000000046}]

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\InProcServer32]
@="C:\\WINDOWS\\System32\\msutb.dll"
"ThreadingModel"="Apartment"


If this is done and an empty Language Bar shows up, then you don't have ctfmon.exe running. Try running the program ( should be in C:\Windows\System32\ ). You need to then set this to run on startup. An excellent way to do this is Mike Lin's Startup Control Panel<.

Labels: , , ,

posted by Edward at 2:23 PM
0 comments : Post a Comment : email post

<< Home

Saturday, June 27, 2009

Django and Django-Template Syntax Highlighting for Coda

Cool Django plugins for Coda.

Big Nerd Ranch Weblog � Django and Django-Template Syntax Highlighting for Coda

Article Link posted by Edward at 7:32 PM
0 comments : Post a Comment : email post

<< Home

Changind Directory Colors in Terminal

The default directory colors blue can be vary hard to read with a dark terminal background. Under Linux changing this color typically involves setting the LS_COLORS environment variable.

Sample ~/.bashrc file:

alias ls='ls --color'
LS_COLORS='di=1:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35:*.rpm=90'
export LS_COLORS


Bartman has the following information on the various options:

di = directory
fi = file
ln = symbolic link
pi = fifo file
so = socket file
bd = block (buffered) special file
cd = character (unbuffered) special file
or = symbolic link pointing to a non-existent file (orphan)
mi = non-existent file pointed to by a symbolic link (visible when you type ls -l)
ex = file which is executable (ie. has 'x' set in permissions).

0 = default colour
1 = bold
4 = underlined
5 = flashing text
7 = reverse field
31 = red
32 = green
33 = orange
34 = blue
35 = purple
36 = cyan
37 = grey
40 = black background
41 = red background
42 = green background
43 = orange background
44 = blue background
45 = purple background
46 = cyan background
47 = grey background
90 = dark grey
91 = light red
92 = light green
93 = yellow
94 = light blue
95 = light purple
96 = turquoise
100 = dark grey background
101 = light red background
102 = light green background
103 = yellow background
104 = light blue background
105 = light purple background
106 = turquoise background


However, under OS X Leopard the method is different. The directories colors are set through the LSCOLORS environment variable instead. They options for LSCOLORS are listed in the ls man page:

LSCOLORS The value of this variable describes what color to use for
which attribute when colors are enabled with CLICOLOR. This
string is a concatenation of pairs of the format fb, where f
is the foreground color and b is the background color.

The color designators are as follows:

a black
b red
c green
d brown
e blue
f magenta
g cyan
h light grey
A bold black, usually shows up as dark grey
B bold red
C bold green
D bold brown, usually shows up as yellow
E bold blue
F bold magenta
G bold cyan
H bold light grey; looks like bright white
x default foreground or background

Note that the above are standard ANSI colors. The actual
display may differ depending on the color capabilities of
the terminal in use.

The order of the attributes are as follows:

1. directory
2. symbolic link
3. socket
4. pipe
5. executable
6. block special
7. character special
8. executable with setuid bit set
9. executable with setgid bit set
10. directory writable to others, with sticky bit
11. directory writable to others, without sticky bit

The default is "exfxcxdxbxegedabagacad", i.e. blue fore-
ground and default background for regular directories, black
foreground and red background for setuid executables, etc.


I use the following in my ~/.profile :

export LSCOLORS='gxfxcxdxbxegedabagacad'




COLORS Lscolors - Linux StepByStep

Article Link posted by Edward at 3:15 PM
0 comments : Post a Comment : email post

<< Home

Tuesday, June 23, 2009

Dvorak in 2007: Apple Should Pull the Plug on the iPhone

Haha... idiot.

Daring Fireball Linked List: Dvorak in 2007: Apple Should Pull the Plug on the iPhone

Article Link posted by Edward at 2:02 AM
0 comments : Post a Comment : email post

<< Home

Monday, June 22, 2009

Belkin Powerline HD Gigabit Ethernet

Awesome! No need to pull ethernet cables through the house anymore :)

Gizmodo - Belkin Powerline HD First to Reach Gigabit Ethernet Speeds - Belkin powerline hd

Article Link posted by Edward at 12:16 PM
0 comments : Post a Comment : email post

<< Home

Friday, June 19, 2009

Get 35% Off The iPhone 3GS If You Use Bing - iphone 3gs

Haha... nice :)

Gizmodo - Get 35% Off The iPhone 3GS If You Use Bing - iphone 3gs: "Get 35% Off The iPhone 3GS If You Use Bing"

Article Link posted by Edward at 6:41 PM
0 comments : Post a Comment : email post

<< Home

Saturday, June 13, 2009

How to reduce your PSD files size using Photoshop Idle Together

Quite an interesting hack... add something to make your file smaller...

How to reduce your PSD files size using Photoshop Idle Together

Article Link posted by Edward at 12:25 AM
0 comments : Post a Comment : email post

<< Home

Thursday, June 11, 2009

Boot your new MacBook from an SD card? Back up to it too? | 9 to 5 Mac

Are SD cards the new floppy disks? SD cards are definitely much more portable than USB drives, and they're already in use in a huge number of devices.

Boot your new MacBook from an SD card? Back up to it too? | 9 to 5 Mac

Article Link posted by Edward at 12:21 AM
0 comments : Post a Comment : email post

<< Home

Saturday, June 06, 2009

WiMAX初體驗 北市網路密度跑第一-Yahoo!奇摩新聞

Taipei, Taiwan just turned on it's full city WiMAX deployment June 2nd. The WiMAX base stations are deployed along 10.5 Km of Taipei's high rise mass transit line.

About 90% of the world's WiMAX equipment is produced by Taiwan companies. Hopefully more WiMAX enable devices will come to market soon.

WiMAX初體驗 北市網路密度跑第一-Yahoo!奇摩新聞

Article Link posted by Edward at 6:24 PM
0 comments : Post a Comment : email post

<< Home

Tuesday, June 02, 2009

First hands-on with the Pixel Qi LCD/e-paper screen

Just awesome! Exactly what I need to work from the beach :)



First hands-on with the Pixel Qi LCD/e-paper screen

Article Link posted by Edward at 3:14 PM
0 comments : Post a Comment : email post

<< Home