Jerry wrote this & sent it to a client;
A fat footer is a means of showing secondary navigation, or
showcasing primary navigation, or reinforcing selected pieces of your
navigation. Here are some examples:
On a long-scroll blog page, put some choices at the bottom:
http://bokardo.com/
Put sales and branding at the top and navigation at the bottom:
http://www.dapper.net/
Promote the pages you [...]
Posted on July 25th, 2008 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
Windows
ipconfig /flushdns
Mac OS X
dscacheutil -fluchcache
Related posts
Synchronizing Outlook & Google Apps
Retrieve CD Key from Windows 95 or NT
Remove EXIF data from JPEGs
Who runs botnets?
What bots do and how they work
Posted on July 25th, 2008 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
Plaxo
http://www.plaxo.com
(web-based)
OggSync
http://oggsync.com
ScheduleWorld
http://www.scheduleworld.com
iCal4OL
http://ical.gutentag.ch
Google Calendar Sync
https://www.google.com/support/calendar/bin/answer.py?answer=89955
Related posts
Retrieve CD Key from Windows 95 or NT
Flush your DNS cache
Ubuntu Edgy changes to fstab
Remove EXIF data from JPEGs
Google ad advice
Posted on July 25th, 2008 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
ImageMagick
mogrify -strip *.jpg
JHead
jhead -de *.jpg
Related posts
Ubuntu Edgy changes to fstab
Flush your DNS cache
What actions change MAC times on a UNIX box?
Unix vs Windows: NYC vs Celebration
Unix specs vs. Windows specs
Posted on July 25th, 2008 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
From Holt Sorenson’s “Incident Response Tools For Unix, Part Two: File-System Tools” (SecurityFocus: 17 October 2003):
Various commands change the MAC [modify, access, and change] times in different ways. The table below shows the effects that some common commands have on MAC times. These tables were created on Debian 3.0 using an ext2 file system contained [...]
Posted on April 20th, 2008 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
Two methods:
about:config
Change browser.tabs.loadDivertedInBackground to true
browser.tabs.loadInBackground should already be set to true
user.js
// open diverted links in background tabs
user_pref(”browser.tabs.loadDivertedInBackground”, true);
Related posts
Test of Flock’s blog editor
What actions change MAC times on a UNIX box?
Ubuntu Edgy changes to fstab
To combat phishing, change browser design philosophy
The structure & meaning of the URL as key to the Web’s success
Posted on December 24th, 2007 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
I use Amazon’s S3 (Simple Storage Service) to back up files, and I also use OmniGraffle, a diagramming program, on my Mac. This is a letter I sent to OmniGraffle recently that explains a problem with the interaction of OmniGraffle and S3.
Start letter:
OmniGraffle (OG) is a great app, but it has a serious, showstopping incompatability with [...]
Posted on July 26th, 2007 by Scott Granneman
Filed under: Tech Help, Technology, security | No Comments »
On the CWE-LUG mailing list, someone asked a question about creating a program that can be extended with plugins. I thought the answer was so useful that I wanted to save it and make it available to others.
On 2/17/07, Mark wrote:
I’m a young programmer (just finishing high school) who has done a fair [...]
Posted on July 26th, 2007 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
If you want to add a device like an external hard drive to your /etc/fstab file, it helps if you know the hard drive’s UUID. If you use K/Ubuntu, the following command will display the UUID, along with other useful information.
$ sudo vol_id /dev/sdo1
Password:
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=4857d4bb-5f6b-4f21-af62-830ebae92cff
ID_FS_LABEL=movies
ID_FS_LABEL_SAFE=movies
Related posts
Ubuntu Edgy changes to fstab
Remove EXIF data from JPEGs
Google on the [...]
Posted on July 26th, 2007 by Scott Granneman
Filed under: Tech Help, Technology | No Comments »
Start | Settings | Control Panel | System
Under Registered to, you’ll see user name & a 20-digit number. Digits 6 through 15 make up the CD key.
If you’re using an OEM version, the entire number is the CD key.
Related posts
Synchronizing Outlook & Google Apps
Flush your DNS cache
Ubuntu Edgy changes to fstab
Remove EXIF data from JPEGs
Zombies [...]
Posted on January 29th, 2007 by Scott Granneman
Filed under: Tech Help | Comments Off
I upgraded my Ubuntu Linux desktop today from Dapper to Edgy. It appears that in /etc/fstab, LABEL= no longer works, and you must now use UUID=.
http://ubuntuforums.org/showthread.php?t=278652
So my fstab now looks like this, for instance (these are all external drives):
UUID=a3d8a126-a7fc-4994-9675-748ed62c3109 /media/music xfs [...]
Posted on December 11th, 2006 by Scott Granneman
Filed under: Tech Help | Comments Off
From Tim Bray’s “On the Goodness of Unicode” (6 April 2003):
Unicode proper is a consortium of technology vendors that, many years ago in a flash of intelligence and public-spiritedness, decided to unify their work with that going on at the ISO. Thus, while there are officially two standards you should care about, Unicode and ISO [...]
Posted on July 6th, 2006 by Scott Granneman
Filed under: Tech Help, Technology | Comments Off
From Spare me the details (The Economist: 28 October 2004):
LISA HOOK, an executive at AOL, one of the biggest providers of traditional (“dial-upâ€Â) internet access, has learned amazing things by listening in on the calls to AOL’s help desk. Usually, the problem is that users cannot get online. The help desk’s first question is: “Do [...]
Posted on June 16th, 2006 by Scott Granneman
Filed under: Language & Literature, Tech Help, Technology, Wash U: Tech in Changing Society, Webster U: InfoSec Management, business | Comments Off
From Peter Seebach’s Standards and specs: Not by UNIX alone (IBM developerWorks: 8 March 2006):
In the past 20 years, developers for “the same” desktop platform (”whatever Microsoft ships”) have been told that the API to target is (in this order):
* DOS
* Win16
* OS/2
* Win32
* WinNT
* WinXP
* and most recently .NET.
Of course, that list is from [...]
Posted on June 16th, 2006 by Scott Granneman
Filed under: Tech Help, Technology, business, history | Comments Off
From David HM Spector’s Unfinished Business Part 2: Closing the Circle (LinuxDevCenter: 7 July 2003):
… an integrated enterprise directory service does give network managers a much greater ability to manage large-scale networks and resources from almost every perspective.
Unlike most UNIX systems, Windows environments are homogeneous. There are three modes of operation in terms of user [...]
Posted on June 14th, 2006 by Scott Granneman
Filed under: Tech Help, Technology, Wash U: Tech in Changing Society, Webster U: InfoSec Management, business, security | Comments Off
From W3C’s “Architecture of the World Wide Web, Volume One“:
XML defines textual data formats that are naturally suited to describing data objects which are hierarchical and processed in a chosen sequence. It is widely, but not universally, applicable for data formats; an audio or video format, for example, is unlikely to be well suited to [...]
Posted on April 18th, 2006 by Scott Granneman
Filed under: Tech Help, Technology | Comments Off
From Jake Ludington’s “Create Podcasts Using Your PC“:
I’m walking through the steps required to record and post your own podcast using tools virtually everyone has or can easily acquire on a tiny budget. … I recommend starting out with Audacity, an open source audio recording application.
Related posts
Remove EXIF data from JPEGs
Professions and clubs
Word of the [...]
Posted on January 29th, 2006 by Scott Granneman
Filed under: Tech Help, Technology, Wash U: Social Software, Wash U: Tech in Changing Society | Comments Off
Crypto-Gram Newsletter of 15 November 2003
"I don’t believe that airplane hijacking is a thing of the past, but when the next plane gets taken over it will be because a group of hijackers figured out a clever new weapon that we haven’t thought of, and not because they snuck some small pointy objects through security."
The [...]
Posted on June 6th, 2005 by Scott Granneman
Filed under: Commonplace Book, Tech Help, Wash U: Social Software, security | Comments Off
The CUPS printing system
http://www.linuxgazette.com/issue90/ward.html
The Linux Process Scheduler
http://linuxtoday.com/developer/2003111400526OSHLDV
"Learn all of your favorite Linux scheduling ins and outs: policy, the scheduling algorithm, preemption and context switching, real-time scheduling, and Scheduler-Related System Calls."
The final irony
http://www.guardian.co.uk/weekend/story/0,3605,985375,00.html
"’Isn’t it ironic?’ You hear it all the time - and, most of the time, actually no, it isn’t. Hypocritical, cynical, lazy, coincidental, more [...]
Posted on June 6th, 2005 by Scott Granneman
Filed under: Commonplace Book, Tech Help | Comments Off
I don’t use Radio Userland any longer, but I found these instructions incredibly helpful, so here they are:
go to system.verbs.builtins.radio.data.systemUrls
add a name: kitNews
value: /system/kit/news
now go to system.verbs.builtins.radio.macros.adminMenu
scroll down to addCommand list
add the following: addCommand (”Kit News”,radio.data.systemUrls.kitNews)
save
Related posts
No related posts.
Posted on May 31st, 2005 by Scott Granneman
Filed under: Tech Help | Comments Off