links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "howto",

Top "howto" experts: synexo, alekseysergeevv, matagaskar, avatar, denilw, jvpigeon,

Groups about "howto": NoviceNotes™ Archive 2006,

1 - 95 of 95   Watch mshook
 
  • OpenBTS is a software-based GSM access point, allowing standard GSM-compatible mobile phones to make telephone calls without using existing telecommunication providers' networks. OpenBTS is notable for being the first free software implementation of the industry-standard GSM protocol stack.
  • The GSM Software Project: We want to bring together all the folks that are interested in building a gsm receiver.
by mshook 2009-11-01 19:26 1 · november · 2009 · a · cell · telephone · how · howto · gsm · sdr · cool · interesting · radio · dsp
http://mshook.appspot.com/z/d4m.htm?/mshook/1+november+2009+a - cached - mail it - history
via http://couros.wikispaces.com/Digitalstorytelling
Try a Story Idea Prompt
So if you are stuck for ideas, here are some prompts:

    * What was your favorite childhood pet?
    * Where was your most memorable vacation?
    * What topic most inspired you in grade school?
    * Where is a place in the world you'd like to visit?
    * What is the most adventurous thing you have done?
    * Who was an influential authority in your subject discipline?
    * Or just describe a collection of things such as
          o Five attributes of a great writer
          o The top technology gadgets of the future
          o Most important discoveries in your field
          o Favorite cars, vegetables, flowers, tools
          o Collection of things that don't belong
Why is it I have such a hard time writing down stories?
by mshook 2009-10-28 08:31 story · narrative · tips · ideas · viapopular · video · howto · introduction · tutorial · swhpl · writing · susan
http://cogdogroo.wikispaces.com/StoryIdeas - cached - mail it - history
/*send the packet*/
send_result = sendto(s, buffer, ETH_FRAME_LEN, 0, 
	      (struct sockaddr*)&socket_address, sizeof(socket_address));
if (send_result == -1) { errorhandling... }

Example 1.6. Receive a RAW ethernet frame

void* buffer = (void*)malloc(ETH_FRAME_LEN); /*Buffer for ethernet frame*/
int length = 0; /*length of the received frame*/ 
...
length = recvfrom(s, buffer, ETH_FRAME_LEN, 0, NULL, NULL);
if (length == -1) { errorhandling .... }
by mshook 2009-10-15 22:15 ethernet · 802 · packet · howto · code · mac · ip · c · example
http://aschauf.landshut.org/fh/linux/udp_vs_raw/ch01s03.html - cached - mail it - history
//dirt cheap wireless TX
//generates 38kHz carrier wave on pin 9 and 10
//sends data via TX every 500ms
void setup()
{
  pinMode(9, OUTPUT);
  pinMode(10, OUTPUT);

  // Clear Timer on Compare Match (CTC) Mode
  bitWrite(TCCR1A, WGM10, 0);
  bitWrite(TCCR1A, WGM11, 0);
  bitWrite(TCCR1B, WGM12, 1);
  bitWrite(TCCR1B, WGM13, 0);

  // Toggle OC1A and OC1B on Compare Match.
  bitWrite(TCCR1A, COM1A0, 1);
  bitWrite(TCCR1A, COM1A1, 0);
  bitWrite(TCCR1A, COM1B0, 1);
  bitWrite(TCCR1A, COM1B1, 0);

  // No prescaling
  bitWrite(TCCR1B, CS10, 1);
  bitWrite(TCCR1B, CS11, 0);
  bitWrite(TCCR1B, CS12, 0);

  OCR1A = 210;
  OCR1B = 210;

  Serial.begin(2400);
}

void loop()
{
  Serial.println("testing testing testing");
  delay(500);
}


by mshook 2009-09-27 21:21 arduino · avr · code · timer · ir · infrared · receiver · transmitter · serial · howto · circuitled · modulation · c
http://tthheessiiss.wordpress.com/2009/08/05/dirt-cheap-wireless/ - cached - mail it - history
via http://www.google.com/search?q=spur+gear&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
by mshook 2009-09-23 15:23 gear · machine · howto · how · video · manufacturing · september · 2009
http://www.youtube.com/watch?v=VHTXaU7GZC0 - cached - mail it - history
via http://tinyurl.com/ir-remote-control
To decode what the remote was sending, I used an oscilloscope and a small photodiode. The photodiode generates a small amount of voltage when light hits it, and responds to changes in light level quickly enough that the oscilloscope can draw a really nice plot of the signal. I have a Parallax USB oscilloscope, which is perfect for showing the command pulses and is just fast enough to find the modulation frequency. As an aside, I’m really happy with the Parallax oscilloscope for projects like this. It is simple to use and I love being able to save images to share with people.
Here’s what two of the commands from the dimmer remote look like. The top signal is the “fade lights up” command, and the bottom one is “fade lights down”:
oscilloscope image of 2 commands
by mshook 2009-09-22 22:48 ir · howto · oscilliscope · modulation · avr · arduino · project · code · infrared · control · wishlist · remote · usb
http://zovirl.com/2008/11/12/building-a-universal-remote-with-an-arduino/ - cached - mail it - history
I'm working on a project that uses data in JSON format  (www.json.org).  It took me a while to get it going in processing, so I thought I'd post what I did here.  If there's a better way (which undoubtedly there is!), please let me know.

Andrew Odewahn

--
Here are the steps I took (on Windows):

1.  Download http://www.json.org/java/json.zip from json.org.  Save it in a some directory, which I'll call %DOWNLOAD_HOME%.

2.  Unzip it.  Be sure you preserve the archive's directory structure (/org/json/) when you unzip the file.  

3.  Change directory into %DOWNLOAD_HOME%orgjson
by mshook 2009-09-22 10:48 processing · howto · json · java · code · library · emon
http://processing.org/discourse/yabb2/YaBB.pl?board=Integrate%3Baction=display%3Bnum=1163101573 - cached - mail it - history

How does Doodle work?

  1. Create a poll.
  2. Forward the link to the poll to the participants.
  3. Follow online what the participants vote for.

Free. No registration required.

Schedule an event …

… such as a board meeting, business lunch, conference call, family reunion, 
movie night, or any other group event.
View example

Make a choice …

… among movies, menus, travel destinations, or among any other selection.

by mshook 2009-08-17 10:02 via · sunrise · schedule · poll · useful · choose · decide · howto · service
http://doodle.com/ - cached - mail it - history
SELECT CONCAT( "[", GROUP_CONCAT( CONCAT("{name:'",`name`,"'"), CONCAT(",email:'",`email`,"'}") ) ,"]") AS json FROM users; CREATE TABLE `user`( `id` int not null auto_increment, `name` varchar(100), `email` varchar(50), PRIMARY KEY(id) ) ENGINE = InnoDB; INSERT INTO `user` (`name`, `email`) VALUES ('Cesar', 'cesar@craftyman.net'), ('Maria', 'maria@gmail.com'), ('Jose', 'j0s3@hotmail.com'), ('Albert','albertpr@yahoo.com');
by mshook 2009-08-10 08:54 via · json · popular · mysql · sql · howto · code · example
http://craftyman.net/mysql-to-json/ - cached - mail it - history
If you've installed the recently released "Service Pack 2" (SP2) for
Windows XP, you have automatically installed a new firewall on your
PC that might be blocking VNC connections. To create an "exception"
for VNC, follow these instructions:

   1. Click Start, click Run, type Wscui.cpl, and then click OK to open 
      Windows Firewall.
   2. Click the Exceptions tab, and de-select the "Don't Allow Exceptions"
      radio-button.
   3. Click Add Port to display the Add a Port dialog box.
   4. Enter port number "5900" or whatever port you've got VNC on that
      PC to listen on (port number = 5900 + "VNC Display Number").
   5. Select the TCP protocol.
   6. In the Name field, type "VNC".
   7. Click Change Scope to view or to set the scope for the port 
      exception, and then click OK.
   8. Click OK to close the Add a Port dialog box.
   
That should do it! More info here:

http://support.microsoft.com/default.aspx?kbid=875357#7
by mshook 2009-07-30 13:15 security · xp · windows · remote · vnc · virtual · network · howto · firewall · helpful
http://faq.gotomyvnc.com/fom-serve/cache/76.html - cached - mail it - history

Materials

Total cost ~ $110 (not counting what I already had lying around) If money is tight there are a few things that can make this cheaper by about fifty bucks:

by mshook 2009-07-09 23:03 howto · power · energy · emon · diy · arduino · how · avr · home · monitor · interesting
http://jarv.org/pwrmon.shtml - cached - mail it - history
<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="simple image gadget" />
  <UserPref name="myname"
    display_name="Module title"
    default_value="Image"
    required="true"/>
  <UserPref name="targetimg"
    display_name="URL of your image"
    default_value="http://www.google.com/images/logo_sm.gif"
    required="true"/>
  <UserPref name="imgwidth"
    display_name="Width"
    default_value="100%"
    required="true"/>
  <Content type="html"><![CDATA[
<!-- Simplification of bashennekam.googlepages.com/google_gadget_image.xml -->
<div align="center">
<a href="__UP_targetimg__" target="_blank">
<img src="__UP_targetimg__" border="0" align="center" width="__UP_imgwidth__">
</a>
</div>
]]></Content>
</Module>
by mshook 2009-07-09 10:55 google · gadget · howto · xml · code · image · simple
http://mshook.appspot.com/z/d4m.htm?/mshook/9+july+2009+b - cached - mail it - history
  1. Use HTTP
  2. Use your verbs
  3. Keep Your URL/URIs Consistent
  4. Use Your Status Codes
  5. Expose (And Accept) Multiple Data Formats
  6. Protect Your Users with OAuth
  7. Don’t Shut Off HTTP Authentication Entirely
  8. Document, Document, Document
by mshook 2009-07-05 22:14 rest · api · tips · howto · example · code · xml · json · emon
http://wonderfullyflawed.com/2009/07/02/get-your-api-right/ - cached - mail it - history
void httpRequest()
{
  byte theByte;

  xPortSerial.print("GET ");
  xPortSerial.print(PHP_PAGE_LOCATION);

  // value0 = 123 and value1 = 456
  // You should change these to be your sensor values or whatever you want to send
  // (see php code if you want to add more values or change the names value0/value1
  xPortSerial.print("?value0=123&value1=456");
  xPortSerial.print(" HTTP/1.1n");
  xPortSerial.print(WEB_HOST);

  while(!xPortSerial.available()) {} // Just loop until available
  theByte = xPortSerial.read();
  if (theByte != 0)
    Serial.println("Passed.");
  else
    Serial.println("Failed.");
}
by mshook 2009-07-02 05:44 arduino · ethernet · server · client · avr · howto · code · php · c · sheild
http://www.glacialwanderer.com/hobbyrobotics/?p=15 - cached - mail it - history
# General Questions

    * Do I need to have a gmail account to use Google Spreadsheets?
    * How can I switch off the autosave option
    * How can I have more than 100 rows ?
    * The format I want is not in the menu. What can I do?
    * How can I create a custom format ?
    * I have opened up a spreadsheet and it is totally black.
    * How does the autofill feature work?
    * How do I hide the gridlines.
    * Can I use names for ranges?
    * How can I make an email address live/clickable?

# Time and date related questions.

    * How can I calculate working times ?
    * How can I get the local time/date for my timezone?
    * How can I format time without hours?
    * How can I format time values without the seconds ?
    * How can I add times ?
    * How can I display time values which are over 24 hours ?
    * How to display the day of the week ?
by mshook 2009-06-28 22:14 google · spreadsheet · function · howto · tips · good
http://gssfaq.googlepages.com/ - cached - mail it - history
.nolist			; We don't want to actually include defs in our listing file.
.include "m168def.inc"	; m168def.inc defines all the pins on the Mega168 so we can
			; use them by their names rather than addresses (not fun).

.list			; We DO want to include the following code in our listing ;D

	rjmp	main 	; You usually place these two lines after all your
main:			; directives. They make sure that resets work correctly.

	ldi	r16,0xFF ; LoaD Immediate. This sets r16 = 0xFF (255)
	out	DDRB,r16 ; Out writes to SRAM, which is one way of accessing
			 ; pins. DDRB controls PORTB's in/out state.

	ldi	r16,0x00 ; r16 is where we'll store current LED state
			 ; 0x00 means all off. This is preserved over loops.
...
by mshook 2009-06-28 19:50 avr · arduino · minimal · blink · assembler · howto · example · code · asm · linux · good
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1218921378 - cached - mail it - history
hardware/tools/avrdude -Chardware/tools/avrdude.conf -v -v -v -v -pm328p -cstk500v1 -P/dev/ttyUSB0 -b57600 -D -Uflash:w:/home/michael/arduino/BlinkArduinoLED.hex:i
by mshook 2009-06-27 18:20 example · c · blink · asm · assembler · avr · arduino · code · howto · upload
http://code.google.com/p/tinyprojects/source/browse/trunk/avr/ - cached - mail it - history
You need to tell subversion what mime-type to use. Just use the command:

svn propset svn:mime-type 'text/html' FILENAME

or

svn propset svn:mime-type 'image/jpeg' FILENAME

For more info: http://svnbook.red-bean.com/en/1.4/svn.advanced.props.file-portability.html#svn.advanced.props.special.mime-type

It's also possible to configure your Subversion client to automatically set
each file's mime-type. For example, by modifying ~/.subversion/config to resemble

[miscellany]
enable-auto-props = yes

[auto-props]
*.html = svn:mime-type=text/html

For more info: http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3.2 
by mshook 2009-06-25 10:47 svn · html · howto · serve · server · google · code · image · jpg · subversion
http://code.google.com/p/support/wiki/FAQ - cached - mail it - history
Answer:
  1. http://code.google.com/apis/visualization/documentation/reference.html#GadgetHelper
    • Method: createQueryFromPrefs(prefs)
    • Return Value: google.visualization.Query
    • Description: Static. Create a new instance of google.visualization.Query and set its properties according to values from the gadget preferences. The type of parameter prefs is _IG_Prefs
      1. Preference _table_query_url is used to set the Query data source URL.
      2. Preference _table_query_refresh_interval is used to set the Query refresh interval (in seconds).
  2. Don't know
by mshook 2009-06-21 22:08 gadget · url · data · source · datasource · javascript · howto · question · anwer
http://mshook.appspot.com/z/d4m.htm?/mshook/21+june+2009+a - cached - mail it - history
Here's an example: http://spreadsheets.google.com/tq?key=rYdmpMlO1sGo3OBxv6SusWA&range=A1:B3&gid=0 and the spreadsheet it came from: http://spreadsheets.google.com/ccc?key=rYdmpMlO1sGo3OBxv6SusWA&hl=en

google.visualization.Query

Represents a query that is sent to a data source.

Constructor

google.visualization.Query(dataSourceUrl, opt_options)

Parameters

dataSourceUrl
[Required, String] URL to send the query to. The data source should expose this URL in some way; for example, to get the dataSourceUrl from a Google Spreadsheet, do the following:
  1. In your spreadsheet, select the range of cells.
  2. Select 'Insert' and then 'Gadget' from the menu.
  3. Open the gadget's menu by clicking on the top-right selector.
  4. Select menu option 'Get data source URL'.
by mshook 2009-06-20 00:05 google · gadget · spreadsheet · javascript · json · callback · visualization · api · howto · code · data · source · datasource
http://code.google.com/apis/visualization/documentation/reference.html - cached - mail it - history

So when I got to Maker Day at Maker Faire yesterday afternoon, I was happy to find that Limor Fried, the founder of Adafruit, was giving a presentation on how to start your own business selling kits. This is a growing business right now, as people look for reasons to teach their kids how to solder, or just want to build a neat device. (Adafruit teamed with the Maker Store to offer the infamous TV-B-Gone kit that garnered a lot of attention at CES this year.)

by mshook 2009-06-14 16:36 electronics · kit · business · howto · arduino · june · 2009 · may · 2008 · microcontroller · avr
http://www.edn.com/blog/1470000147/post/1630025963.html?nid=2432&rid=1357995328 - cached - mail it - history
by mshook 2009-06-10 16:46 processing · visualization · notes · javascript · language · graph · howto · gnb
http://www.google.com/notebook/public/17894154587286929730/BDSMJSwoQ8ebgrpwk - cached - mail it - history
void branch(float h) {
  
  h *= (float) $('#val_size_1').val();
  
  // All recursive functions must have an exit condition!!!!
  // Here, ours is when the length of the branch is 2 pixels or less
  if (h > 5) {
    pushMatrix();    // Save the current state of transformation (i.e. where are we now)
    rotate(theta);   // Rotate by theta
    line(0,0,0,-h);  // Draw the branch
    translate(0,-h); // Move to the end of the branch
    //ellipse(0, 0, 40, 40);
    branch(h);       // Ok, now call myself to draw two new branches!!
    popMatrix();     // Whenever we get back here, we "pop" in order to restore the previous matrix state
    
    // Repeat the same thing, only branch off to the "left" this time!
    pushMatrix();
    rotate(-theta);
    line(0,0,0,-h);
    translate(0,-h);
    branch(h);
    popMatrix();
  }
}
by mshook 2009-06-09 12:01 via · group · processing · recursive · tree · jquery · cool · howto · code · javascript
http://lab.deytec.net/processingjs/ - cached - mail it - history

SoundChipThis is the first in a series of articles about generating sound with an Arduino. The goals are to generate good quality sound which can be used to play simple tones, stored music, sampled sound, and even act as a MIDI synthesizer. I will cover the basic design, including code and hardware that anyone can use to add sound to Arduino microcontroller projects.

The first step is to look what has already been done. We want to explore many possible options for sound generation and resolve which is best for given situations. I hope to spark some discussion so please comment with information links, advice, suggestions and general opinions.

by mshook 2009-06-06 07:57 arduino · howto · avr · sound · music · synth · midi
http://www.uchobby.com/index.php/2007/11/11/arduino-sound-part-1/ - cached - mail it - history
gdb and simulavr are the backend of AVR studio. With gdb and simulavr you can do the same things you can do with AVR studio. Ubuntu has in its repository some ready packages. Look for gcc-avr, binutils-avr, avr-libc, avrdude, gdb-avr, simulavr. Just install them, that's it Cool The downside is that you don't have a GUI, you probably need to simulate your code from the command line.
by mshook 2009-06-05 18:48 avr · arduino · linux · ubuntu · emulator · howto · up · microprocessor · simulate
http://forum.sparkfun.com/viewtopic.php?t=12095 - cached - mail it - history
This presents you with various categories of gadgets to choose from (similar to the iGoogle directory). My gadget isn't yet in the gallery, so you'll need to select "Custom" and then type in the URL to the gadget:
by mshook 2009-06-04 11:25 spreadsheet · google · gadget · howto · mysql · csv · json · xml · example
http://otherfancystuff.blogspot.com/2009/05/how-to-convert-google-spreadsheet-into.html - cached - mail it - history
This tutorial will demonstrate the following development process:

Write C programs in AVR Studio.

Compile them into a .hex file using the AVR-GCC compiler (which integrates into AVR Studio).

Simulate the target AVR chip and debug the code within AVR Studio.

Program the actual chip using the AVRISP mkII USB device, which is attached to our target chip with a special 6-pin cable.

Once programmed, the chip runs the program in your circuit.
by mshook 2009-05-25 19:03 via · avr · popular · microprocessor · simulation · howto · chip · simple · tutorial
http://imakeprojects.com/Projects/avr-tutorial/ - cached - mail it - history
michael@ubuntu:/host/Documents and Settings/Michael/My Documents/Downloads/android-sdk-linux_x86-1.5_r2/tools$ ./android create avd -t 2 -n android15
Android 1.5 is a basic Android platform.
Do you wish to create a custom hardware profile [no]
Created AVD 'android15' based on Android 1.5

michael@ubuntu:/host/Documents and Settings/Michael/My Documents/Downloads/android-sdk-linux_x86-1.5_r2/tools$ ./emulator -avd android15
by mshook 2009-05-24 16:16 android · howto · cli · 24 · may · 2009 · a · pda · emulator
http://mshook.appspot.com/z/d4m.htm?/mshook/24+may+2009+a - cached - mail it - history
Navigator:

+ AVR main

+ Frutt home
+ Contact me

Subjects
 o Assembler
 o DisAssembler
 o man avrdis
 o Gigaweb
 o NGW 100
 o Opcodes
 o Yomal
 o VAX 01
 o VAX 02

Okapi
 o Design
 o Control

Assembler
 o EBNF
 o aa001

Achatz
 o ICSP dongle

Service
+ Downloads
+ Achatz.nl 
by mshook 2009-05-22 16:14 assembler · avr · up · microprocessor · howto · linux · 8bit
http://verhoeven272.nl/fruttenboel/AVR/index.html - cached - mail it - history

Example: sum of first 4 integers.

sum = 0;
for (i = 1; i <= 4; ++i)
   sum += i*i;
can be translated to
sum = 0;
i = 1;
loop:
   if (i == 5) goto end;;
   sum = sum + i;
   i = i + 1;
goto loop;
end:
can be translated to
; sum in R16
; i in R17
; R18,R19 used for temporary values
    LDI R16, 0
    LDI R17, 1
    LDI R18, 5
    SUB R18, R17
    BRBS 1, 22
    ADD R16, R17
    LDI R19, 1
    ADD R17, R19
    JMP 2
    SLEEP

by mshook 2009-05-16 22:45 slides · assembler · c · compile · howto · avr · up · arduino · example · code
http://www.cse.unsw.edu.au/~cs1721/05s2/lectures/slide52.html - cached - mail it - history
Build Your Own Computer Start With the Basics
91
EPROM , data bus , address bus
129
hexadecimal , UART , ASCII
by mshook 2009-05-13 08:32 ebook · book · gbs · how · z80 · detail · howto
http://books.google.com/books?id=mVQnFgWzX0AC - cached - mail it - history
  • CONTENTS "HLASM V1R3 Programmer's Guide" IBM Library Server

  • http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/asmp1002/CCONTENTS
by mshook 2009-05-11 09:16 ibm · assembler · jcl · card · 1998 · howto · asm
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/asmp1002/CCONTENTS - cached - mail it - history
    1      SEE DEMO                 invoke full screen editor to
                                    create DEMO.ALC 370 assembler
                                    source file.
    2      DEMO CSECT               first line - define section
    3           USING *,15          second     - define base register
    4           LA    2,=C'HELLO$'  third      - address of msg. text
    5           SVC   209           fourth     - request console msg.
    6           BR    14            fifth      - exit to MS-DOS
    7           END                 sixth      - end of program

    8                          enter escape key to save DEMO.ALC
                                    and exit to MS-DOS
    9      A370 DEMO/LX             assemble DEMO.ALC and create
                                    DEMO.OBJ object code file and
                                    DEMO.PRN listing with symbol
                                    cross reference.
by mshook 2009-05-10 01:06 ibm · asm · howto · code · assembler · nostalgia · emulator · word · doc
http://bcs.solano.edu/workarea/pc370/full/DOC/INTRO.DOC - cached - mail it - history
by mshook 2009-05-10 00:48 flickr · badge · code · html · css · photo · how · howto · example · swcycle · outline · format
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+b - cached - mail it - history
by mshook 2009-05-10 00:36 flickr · badge · code · html · css · javascript · photo · how · howto · example · swcycle
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+a - cached - mail it - history

Order in the Library v4.0

by mshook 2009-05-07 10:23 swhpl · game · libaray · howto · classification · catalog · spanish · english · tutorial · books · susan
http://users.ece.utexas.edu/~valmstrum/s2s/utopia/library4/src/library4.html - cached - mail it - history

Resources:

by mshook 2009-05-04 09:06 emon · process · itconversations · howto · podcast · game · listened · april · 2009
http://itc.conversationsnetwork.org/shows/detail4053.html - cached - mail it - history
Memcached will dramatically speed up MediaWiki. Some pages on my site, like the Main Page took 40 seconds to load before Memcached, but only 7 after installing Memcached. "Memcached is a high-performance, distributed memory object caching system". Memcached is essentially a database caching system which is object orientated, and works even if the database is updated. (MySQL caching discards the entire cache when a table is changed)
by mshook 2009-05-03 21:41 wiki · cache · performance · mysql · php · wikipedia · howto · sysadmin · emon
http://wiki.theplaz.com/Memcached_on_1and1_with_MediaWiki - cached - mail it - history
Miss Susan has been using this song for years and it works!
For a healthier world, teach it to your kids, your grandchildren, your friends children.

Cough Cough
Sneeze Sneeze
Cover your mouth
Please Please
Let's be careful
How we cough
Let's be careful
How we sneeze
Catch those germs
Right i-in your sleeve
Ah Ah Ah Choo!

Credits:
Susan Plimpton - Writer Songsinger
Fr. Richard Tardiff - Guitar
Filmed on location at the Southwest Harbor Public Library
http://www.swhplibrary.org/
License: Creative Commons Attribution-Noncommercial 3.0 Unported
http://creativecommons.org/licenses/by-nc/3.0/
by mshook 2009-05-03 21:16 flu · medical · video · swhpl · church · susan · richard · howto · local
http://www.youtube.com/watch?v=7MBBiXaYpLk&feature=channel_page - cached - mail it - history
  • short (because people don't read much online);
  • rich in information scent, clearly summarizing the target article;
  • front-loaded with the most important keywords (because users often scan only the beginning of list items);
  • understandable out of context (because headlines often appear without articles, as in search engine results); and
  • predictable, so users know whether they'll like the full article before they click (because people don't return to sites that promise more than they deliver).
by mshook 2009-05-03 20:58 good · writing · microcontent · jakob · twitter · texting · sms · concise · howto
http://www.useit.com/alertbox/headlines-bbc.html - cached - mail it - history
by mshook 2009-05-03 20:01 php · mysql · cache · howto · code · emon
http://pureform.wordpress.com/2008/05/21/using-memcache-with-mysql-and-php/ - cached - mail it - history
"The best place to start is this web page: http://apiwiki.twitter.com/REST+API+Documentation That lists all the information you can get from Twitter about other users. All of the API calls are actually web addresses, so you can work with them without using any code. For example, if you type this into the address bar of Firefox or Safari (not tested on IE) you'll see a formatted list of the IDs of all my friends: http://twitter.com/friends/ids.xml?screen_name=petewarden The same idea works for followers: http://twitter.com/followers/ids.xml?screen_name=petewarden The output is actually XML, but you don't need to understand the details to pull out simple information. It's not quite CSV, but hopefully with some simple text replacement hacking you might be able to convert it to the form you want. "
by mshook 2009-04-22 16:57 twitter · api · howto · xml · mashup · hack · example · url
http://petewarden.typepad.com/searchbrowser/2009/04/how-nonprogrammers-can-use-the-twitter-api.html - cached - mail it - history
via http://twit.tv/floss65
by mshook 2009-04-22 09:05 oreilly · community · book · ebook · blog · via · howto · open · source
http://www.artofcommunityonline.org/ - cached - mail it - history
by mshook 2009-04-07 15:13 parse · re · regex · howto · cli · sms · example
http://www.developmentseed.org/blog/2009/jan/29/parsing-and-storing-data-sms-messages - cached - mail it - history
"Details In MySQL, our entities are stored in a table that looks like this: CREATE TABLE entities ( added_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, id BINARY(16) NOT NULL, updated TIMESTAMP NOT NULL, body MEDIUMBLOB, UNIQUE KEY (id), KEY (updated) ) ENGINE=InnoDB; For example, a typical entity in FriendFeed might look like this: { "id": "71f0c4d2291844cca2df6f486e96e37c", "user_id": "f48b0440ca0c4f66991c4d5f6a078eaf", "feed_id": "f48b0440ca0c4f66991c4d5f6a078eaf", "title": "We just launched a new backend system for FriendFeed!", "link": "http://friendfeed.com/e/71f0c4d2-2918-44cc-a2df-6f486e96e37c", "published": 1235697046, "updated": 1235697046, } "
by mshook 2009-03-31 15:55 via · couchdb · popular · mysql · python · json · howto · document · good · database · architecture
http://bret.appspot.com/entry/how-friendfeed-uses-mysql - cached - mail it - history
A short video showing how to send & receive SMS text messaged from Gmail
by mshook 2009-03-31 10:38 sms · google · howto · video · texting · emon · gmail
http://cnettv.cnet.com/2001-1_53-50005345.html - cached - mail it - history
1. In the address line of my broswer, I enter a url of the form: http://delicious.com/mshook/yyyymmddx where yyyymmdd is today's date and x is a sequence letter starting with a for the day. 2. Click on the Onlywire Bookmark & Share bookmarklet. 3. Make the blog entry: Title, Tags & Clipping/Comments/Notes 3a. Include a dblog tag so I can look just at my dblog posts. 3b. Include a dbloghtml tag so that a future version of http://mshook.googlepages.com/d4m.htm?/ can render the notes as html. 4. Click on Bookmark Page. Why? Because I can save the entire blog, along with the rest of my del.icio.us post with the del.icio.us export function.
by mshook 2009-03-28 14:03 howto · del.icio.us · blog · dblog · post · experiment · test
http://delicious.com/mshook/20090328a - cached - mail it - history
by mshook 2009-03-21 15:56 synth · drum · machine · linux · music · samba · howto · tutorial · midi · sequencer · free
http://www.linuxjournal.com/article/7846 - cached - mail it - history
by mshook 2009-03-21 10:17 via · rest · popular · php · code · howto · emon
http://www.gen-x-design.com/archives/create-a-rest-api-with-php/ - cached - mail it - history
by mshook 2009-03-19 10:01 xslt · xml · php · example · code · dom · howto · template
http://devzone.zend.com/node/view/id/1713 - cached - mail it - history
by mshook 2008-08-12 15:15 howto · viapopular · photoshop · illustrator · ai · caligraphy
http://www.myinkblog.com/2008/08/10/design-with-swirls-and-flourishes/ - cached - mail it - history
"A recursive-descent parser consists of a series of functions, usually one for each grammar rule. Such parsers are easy to write, and are reasonably efficient, as long as the grammar is “prefix-heavy”; that is, that it’s usually sufficient to look at a token at the beginning of a construct to figure out what parser function to call. For example, if you’re parsing Python code, you can identify most statements simply by looking at the first token."
by mshook 2008-07-15 08:34 viapopular · parse · python · howto · code · why
http://effbot.org/zone/simple-top-down-parsing.htm - cached - mail it - history
by mshook 2008-07-12 17:34 card · cord · earbud · howto · diy · photo
http://www.instructables.com/id/Earbud-cord-wrapper-in-5-minutes-or-less!/ - cached - mail it - history
"The best source for breaking this myth is Jack Crenshaw's series, Let's Write a Compiler!, which started in 1988. This is one of those gems of technical writing where what's assumed to be a complex topic ends up being suitable for a first year programming class. He focuses on compilers of the Turbo Pascal class: single pass, parsing and code generation are intermingled, and only the most basic of optimizations are applied to the resulting code. The original tutorials used Pascal as the implementation language, but there's a C version out there, too. If you're truly adventurous, Marcel Hendrix has done a Forth translation (and as Forth is an interactive language, it's easier to experiment with and understand than the C or Pascal sources). "
by mshook 2008-06-30 09:43 book · ebook · howto · compiler · parse · code · viapopular
http://prog21.dadgum.com/30.html - cached - mail it - history
"Firefox now supports tagging for bookmarks. Want to use your del.icio.us bookmarks in Firefox 3? Follow these simple steps:"
by mshook 2008-06-28 13:59 del.icio.us · tags · json · howto · html · firefox · bookmarks · viapopular
http://delicious.e-accent.com/ - cached - mail it - history
by mshook 2008-06-18 09:27 source · editor · docbook · example · good · xml · html · syntax · color · how · howto
http://bluefish.openoffice.nl/manual/apc.html - cached - mail it - history
"Chartophiles, have you heard that Google has made it incredibly easy to generate your own slick-looking charts? It’s true, and all it takes to make one is the ability to read and edit a URL. This has made it possible for lots of people to get creative with charts. Read on to see what’s been done, and how you can do it yourself."
by mshook 2008-06-06 11:48 google · carts · api · interesting · visualization · howto · list · url
http://www.collegeathome.com/blog/2008/06/05/50-cool-things-you-can-do-with-google-charts-api/ - cached - mail it - history
"Lisp is a big and deep language. This quickstart is only intended to get you introduced to very basic concepts in Lisp, not any of the really cool stuff Lisp does. As such it's geared to how to do C in Lisp, not good functional style (no closures, no macros). It's enough to get you up to speed so you can more easily understand a good book (ANSI Common Lisp, etc.) The quickstart also does not teach many functions -- you'll need to root around in the ANSI Common Lisp index and play with some of the functions there. The quickstart also shows you how to manipulate the command line, and to load and compile files. "
by mshook 2008-05-31 17:15 lisp · clisp · introduction · howto · tutorial · code · viapopular
http://cs.gmu.edu/~sean/lisp/LispTutorial.html - cached - mail it - history
1 Build for someone specific 2 Don't be afraid of targeting a narrow niche 3 Solve a real problem that costs money 4 Test the market with a working prototype as soon as possible etc.
by mshook 2008-05-08 15:13 viapopular · business · startup · howto · job
http://www.inter-sections.net/2008/05/07/13-tips-for-creating-a-successful-new-online-product/ - cached - mail it - history
"User Guide for Sony KV-19TR10 / KV-19TR20 / KV-19TS10 / KV-19TS20 / KV-2027R / KV-2037RS File Size: 925 KB Download Time: 2 minutes, 31 seconds on 56Kbps modem IMPORTANT! Session cookies need to be enabled. Instructions "
by mshook 2008-04-28 15:42 saved · sony · tv · manual · home · howto
http://www.retrevo.com/search/v2/jsp/downloadPage.jsp?doc=775a22b683385bca373720673b8f66f4&q=Sony+KV-19TR10 - cached - mail it - history
" In Google Apps, set up a new user account. This is NOT going to be your actual email address. Set the username to something that will stand out among your other user-names (if any). In this case, I'm using "spam-trap". Go back to the Google Apps Dashboard, and click on E-mail under Service Settings. Select "Forward The Email To... and enter your newly created account in the Catch-All address field, as shown."
by mshook 2008-04-01 19:36 gmail · email · spam · howto · google · apps
http://lifehacker.com/369393/how-to-avoid-catch all-domain-spam - cached - mail it - history
"moved to Google Apps. Why? Here's why: * I trust them (more or less). * I'm smart (I think), but I've recently lost 3 years of a family member's email. Backups are hard. * It's clean and easy. * Family members now have 10 gigs of space vs. their previous 50 megs. However, we had a complex setup, as I assume most families do. Or at least, most Geek Families. This includes not just my wife, but also parents, brothers, cousins, in-laws, etc. Being IT for the family is hard. I've changed the names to protect the innocent, but all the tech is real."
by mshook 2008-04-01 19:33 email · gmail · howto · dns · domain · google · apps · family
http://www.hanselman.com/blog/MigratingAFamilyToGoogleAppsFromGmailThunderbirdOutlookAndOthersTheDefinitiveGuide.aspx - cached - mail it - history
by mshook 2008-04-01 17:05 howto · google · docs · transclusion · blogger · example · import
http://routeabout.blogspot.com/2008/04/how-to-embed-google-docs-spreadsheet-in.html - cached - mail it - history
"To communicate with Twitter we can use this cool Ruby Twitter API. Unfortunately ... So we need to interface with their Jabber Service. Jabber: name for IM using XMPP protocol. Luckily, there is a Ruby library called XMPP4R which does most of the XMPP work for us. This blog post provides some simple examples and this German wiki entry provides sample code how to use callbacks (very important for a bot)."
by mshook 2008-03-31 14:20 xmpp · why · rest · twitter · jabber · im · howto · ruby · example
http://dominiek.com/articles/2008/2/15/how-to-build-a-twitter-agent - cached - mail it - history
by mshook 2007-10-26 11:37 usps · rates · reference · mail · post · stamps · howto · stamp · photo
http://www.usps.com/household/ - cached - mail it - history
"crankshaft, inch hole, camshaft, steam chest, flywheel, slide valve, igniter, connecting rod, piston, tube sheet, solder, steam gauge, castings, rocker arm, cowcatcher, watt puts, james watt, branca devises, mr. arnold, patterson brothers"
by mshook 2007-10-05 12:15 steam · engine · book · ebook · howto · model · locomotive · ic · stirling
http://books.google.com/books?id=R3cZ--h_PC8C - cached - mail it - history
"To give you an idea of how it should look and feel, I’ve created a small mock-up of an email service for you to peruse. Granted it is a mock-up for a terrible email service, but it should serve the purpose of detailing what a mock-up should be. When you’re building the mock-up, remember to include an admin interface – believe it or not, it is easy to forget to include this. Make sure you think through how you will administer the system, handle customer queries, examine user accounts, run reports on user numbers and website traffic, etc. Only when you’ve completed your mock-up and been through several iterations with any other business partners, are you ready to move onto the next stage - documenting it in a functional specification "
by mshook 2007-10-04 20:52 viapopular · howto · business · web · startup · good
http://www.readwriteweb.com/archives/how_to_create_a_web_app.php - cached - mail it - history
" 4. Pinhole Camera - Print out a Dirkon pinhole camera - Thanks Kerri Brewster 5. Gift Boxes - Absolutely beautiful giftboxes - Thanks Kerri Brewster 6. Custom Calendars - Add your own text and pictures - Thanks Kerri Brewster 7. Photo Booklet - Makes a wonderful soveniour - Thanks Kerri Brewster 8. Paper CD Case - Print out your own CD sleeves - Thanks HeartBurnKid 9. iWrap - Pre-generated iPod covers 10. DIY Planner: Hipster PDA Edition - Printable Index cards to help get things done throughout the day 11. Triazzles - Print out Puzzles (triazzles) for kids - Thanks Enrique 12. Cornell note taking paper - Widely regarded as a very effective note taking system - Thanks Frankie A. 13. Free Antennas - Create your own out a wi-fi antenna - Thanks emolesto 14. Paper Rulers - All types of rules, and units of measurements available - Thanks Rick 15. Protractor - Covers 3 differnt types of protractors 16. Decimal box - Having a 10 cm cube helps you get to know how big millimeters and centimeters are 17. Compact Amazon Wishlist - Perfect for carrying around - Thanks Ficke 18. Mailing Label PDF Generator - Easily turn a spreadsheet of names and addresses into a PDF that you can print on sticky labels 19. Annual Calendar - One page calendar (1 year, 1 page), now multi-lingual - Thanks Zachary 20. Monthly Calendar - 1 month , 1 page calendar, now multi-lingual - Thanks Zachary 21. Graph paper - Various types customizable in multiple and sizes - Thanks Zachary 22. Sudoku Generator - Print out any number of generated Sodoku puzzles 23. Tic-Tac-Toe sheet - Lots of pre drawn game grids for this popular game 24. Connect-the-dots sheet - A game grid for this popular game 25. Seed packet - For carrying seeds (of course) 26. Photos with a stand - Print out a template with your photo on a foldable stand 27. Dining Placemats & Napkin Rings - For all dining occasions 28. Christmas Wreath Box - Decorative box for the season 29. Christmas gift tags - Gift tags for the season 30. Music Staff paper generator - Customized music staff sheets - Thanks Saifrc 31. Block Posters - Print out wall pictures of any size - Thanks Vinylkemist 32. ReadyMech’s Flat pack toys - Beautiful well crafted toys that can be printed out - Thanks Vinylkemist 33. PaperToys - Paper mock ups of buildings, vehicles and other toys - Thanks Peter200LX The items below were taken from my original Top 5 list with full writeups about them 1. PocketMod - Print out your very own customizable pocket organizer 2. Big.first.name - Quickly print out big beautiful nametags 3. PDFPad - Print out graph paper, Smith Charts, and so much more 4. Businesscardland - Design printable professional looking business cards 5. Lenshood.co.uk - Print out a lens hood "
by mshook 2007-09-12 07:46 via · paper · popular · list · eclectic · howto · craft · camera · pinhole · cd · notebook
http://www.friedbeef.com/2007/08/04/useful-items-you-never-knew-you-could-print-out-the-ultimate-guide/ - cached - mail it - history
by mshook 2007-09-11 21:11 via · paper · popular · card · business · howto
http://www.instructables.com/id/E8DQHK6F5Y3TKMC/?ALLSTEPS - cached - mail it - history
"From School Library Journal Grade 4-8–Intentionally old-fashioned and politically incorrect, this eclectic collection addresses the undeniable boy-appeal of certain facts and activities. Dozens of short chapters, in fairly random order, cover a wide range of topics in conversational prose. Simple instructions for coin tricks and paper airplanes alternate with excerpts from history such as Famous Battles and facts about ancient wonders of the world and astronomy. The dangerous aspect is more apparent in such chapters as Making Cloth Fireproof, and Hunting and Cooking a Rabbit, but also applies to the overall premise that action is fun and can be worth the risks. A section on stickball, for instance, includes advice to possibly flee the vicinity in the event of a broken window. The information is appropriately concise. The knot-tying section, for example, sticks to five basic varieties with clear instructions and useful diagrams. Occasional topics such as Marbling Paper and Latin Phrases Every Boy Should Know may not fit the stereotypical interests of young males, but support the general theme of cultivating curiosity. The authors refer to their own experiences as they tested the activities, lending an appealing personal tone. Tongue-in-cheek humor emerges throughout, notably in eight bits of advice offered in the chapter called Girls. Already a best seller in England, this American edition features several adjustments, such as substituting The Declaration of Independence for Patron Saints of Britain. Both premise and content should appeal to many boys, and might be even more successful when nostalgic dads join in.–Steven Engelfried, Multnomah County Library, OR Copyright © Reed Business Information, a division of Reed Elsevier Inc. All rights reserved. "
by mshook 2007-09-11 14:52 beautiful · book · swhpl · eclectic · design · searchinside · interview · howto
http://www.amazon.com/Dangerous-Book-Boys-Conn-Iggulden/dp/0061243582/ - cached - mail it - history
"dedicated to the users of the PiccoZ, wishing to get the most out of their Heli's!" "do such things as install replacement RC helicopter parts, and LED's. Build RC MicroJets and other RC planes from RC components, as well as unique craft like flying cubes and RC Hovercraft. The toolboxes also contain vendor links for suppliers of carbon fiber, depron and other building materials to get the most out of your RC gear! The forum links, such as the ones to RCGroups will help you join into the discussion and fun! This information is for personal use only. It may not to be used for profit or commercial use without written permission of the author. Copyright 2006 RCFun! . PiccoZToolbox.no-ip.com . All rights reserved . "
by mshook 2007-08-24 17:34 saved · via · helicopter · popular · toy · mod · aero · micro · howto · photo · good
http://www.piccoztoolbox.no-ip.com/ - cached - mail it - history
by mshook 2007-08-24 16:20 windows · backup · wired · howto · comparison · xp · vista
http://howto.wired.com/wiredhowtos/index.cgi?page_name=back_up_your_data_on_a_windows_pc;action=display;category=Work - cached - mail it - history
"a rough procedure of how to perform many of the tasks required of students in 16.810 (temporary class number 16.682 in IAP 2004). Basic procedures of how to model a part in SolidWorks, perform structural analysis using CosmosWorks, and how to use the computer-aided manufacturing (CAM) tools for manufacturing with a water jet cutter are detailed in this document. This document is not meant to be complete and questions should be referred to the instructors or to another reference document. A flow chart of the various tasks covered in this document is shown below in Figure 1. Figure 1"
by mshook 2007-08-18 15:03 saved · solidworks · cam · cad · cae · fea · mit · howto · pdf
http://ocw.mit.edu/NR/rdonlyres/Aeronautics-and-Astronautics/16-810January--IAP--2007/8414B186-A883-4739-B417-4885FC754E... - cached - mail it - history
"Book Description A highly illustrated, step-by-step guide to constructing a range of simple model steam engines, aimed at both beginners and the more experienced. This book details the construction of a range of simple miniature steam engines and boilers. The projects, each of which can be completed with only a basic workshop, range from a single-acting oscillator to more sophisticated twin-cylinder double-acting engines and a variety of boilers. A final project brings together engine and boiler for a simple steam railway locomotive. These projects are a perfect introduction to model engineering and an enjoyable exercise for the more experienced engineer or those who wish to pass on their hobby to a younger generation. Stan Bray is an experienced craftsman in engineering and metalworking; among his previous books is Metalworking: Tools and Techniques. "
by mshook 2007-08-17 16:34 make · simple · model · steam · engine · howto · bpl · bangor · wishlist · small
http://www.amazon.com/Making-Simple-Model-Steam-Engines/dp/1861267738/ref=sr_1_8/103-0503448-9116629?ie=UTF8 - cached - mail it - history
by mshook 2007-08-13 15:29 saved · scrybe · organizer · manual · beta · howto · pdf
http://iscrybe.com/main/Scrybe_Beta_Testing_Guidelines.pdf - cached - mail it - history
"a general guide for installing a big bore kit or rebuilding the GY6 type engine. It is not complete and I hope to improve on it over time. I encourage anyone who has photos or suggestions for improving this guide to email Lee@ScootDawg.com The photographs in this booklet are installing an 80cc bore kit in a 50cc GY6. Readers should take not that there can be minor variations in this as there are numerous companies in China who manufacture the GY6. The first step in the install is to take an inventory of the parts you have received in the kit. Depending on who you buy from, you may or may not have a new camshaft. Then you need to read, research and feel comfortable that you have a basic understanding of every step before you even touch a wrench. Some of the photographs used show the engine removed from the scooter. It is not necessary to remove the engine from the scooter. As a matter of fact the scooter provides a solid place to hold the engine while you work. It is very helpful to get the scooter elevated so the engine is at a good working level. Remove all the body panels from around the engine. Keep your work area clean and lay out parts in an orderly manner as you remove them. Take pictures and notes. It s easy to forg"
by mshook 2007-08-10 20:58 saved · scooter · engine · how · howto · photo · good · sohc · pdf
http://www.scootdawg.com/downloads/TopEndInstallGY6.pdf - cached - mail it - history
"Service Manuals, Etc. Please note, some of these files are extremely large. Many files were prepared by other scooter enthusiasts sharing what they have learned. Scootdawg cannot be responsible for errors, and we are sure there are some!"
by mshook 2007-08-10 19:46 scooter · manual · pdf · carburator · honda · how · howto · video · good · lots
http://www.scootdawg.com/page3 - cached - mail it - history
"Do-It-Yourself Impeachment Kucinich to put your name in the Congressional Record find out how ..."
by mshook 2007-08-09 19:33 impeach · bush · cheney · politics · war · fraud · howto · diy · kucinich
http://impeachforpeace.org/index.php - cached - mail it - history
"Simple reel for earbud cables"
by mshook 2007-08-09 11:56 via · robotwisdom · howto · make · audio
http://www.instructables.com/id/EGXN0RMF4WY1L6I/?ALLSTEPS - cached - mail it - history
"Make a speaker from a plastic cup"
by mshook 2007-08-09 11:55 speaker · howto · via · robotwisdom · electronics
http://www.instructables.com/id/ERENYPEF52STO8R/?ALLSTEPS - cached - mail it - history
'The goal of Linked Data is to enable people to share structured data on the Web as easily as they can share documents today. The term Linked Data was coined by Tim Berners-Lee in his Linked Data Web architecture note. The term refers to a set of best pra
by mshook 2007-08-09 11:22 via · rdf · popular · semweb · tbl · long · howto · tutorial · link · linkeddata
http://sites.wiwiss.fu-berlin.de/suhl/bizer/pub/LinkedDataTutorial/ - cached - mail it - history
" Model for del.icio.us use in libraries: 1. Introduce staff in library, library district to del.icio.us, explain the main benefits over standard browser bookmarking: * Can get to your bookmarks from any computer * Can share your bookmarks with others easier * Can put links in more than one ‘place’ using tags * Can find other good sites via tag searching or browsing other users lists 2. Set up a “central” account, with one person/team acting as administrator. 3. Help individuals set up their own accounts, get the buttons, upload their links, switch off the privacy setting (where applicable), and re-tag sites appropriately. An alternative method to the automatic upload that is available as part of the setup of del.icio.us is to manually upload each site later. This is actually not as bad as it sounds - simply load each page in your browser, click the tag button you’ve added to your browser (through the del.icio.us set-up process), and add relevant tags. This way you won’t have to erase the ‘imported’ tag that will be on each link through the other method. It probably ends up taking the same amount of time, and you can decide which ones you want to upload and which ones you don’t, and add the for:username tag to ones you think others would find useful. 4. Individuals go to the main del.icio.us account for the library and “add them to their network. “ 5. The main account reciprocates. 6. Individuals tag sites of interest to themselves, but also uses the ‘for:username’ tag to send sites that would be of use to the group to the central account. MORE DEL.ICIO.US-NESS Categories can be assigned to individuals for “collection development” to make the central account more robust. For example, any librarians with an area of expertise could be asked to add the best sites for that area to the main account. Or subject areas could be assigned based on other criteria, with the end result being that individual librarians put in a little bit of time every week to actively make the central list a better resource for the system. Great categories for active enhancement: - local information about cities, towns, counties, landmarks, groups, historical markers, festivals, etc. - if the library has a specialty collection, sites that compliment that collection, for a certain type of health issue, or environmental issues, local history, etc. - cataloging of specialty collections requires a higher degree of granularity than the rest of the collection. If you have 10,000 items about engineering, then making individual items locatable within the collection requires very specific subject specification. The same applies to Internet collection development. If you are anticipating a large collection of links on a specific subject, it might be worth setting up a del.icio.us account just for that subject. Submissions could be sent in the usual way using the for:username tag, and the subject specialist could review and tag incoming items. Blogs, blog posts, websites, news items, videos, etc. could all be added and tagged as usual, but with greater granularity to help users find more specific information. "
by mshook 2007-08-07 13:36 del.icio.us · library · howto · swhpl · tags
http://socialnetworkstrategies.wordpress.com/delicious-model/ - cached - mail it - history
"turn two old cordless phones into home base walkie talkie. Here is how."
by mshook 2007-08-07 11:15 telephone · phone · howto · electronics
http://www.instructables.com/id/E61XK4OHPMEP287XNQ/?ALLSTEPS - cached - mail it - history
"Streetcars -- which we define as rail transit vehicles designed for local transportation, powered by electricity received from an overhead wire -- differ from both buses and Light Rail. Streetcars can be modern, Vintage (antique) or Heritage reproduction) vehicles. All around the country, cities are building new streetcar lines. The most successful are tied in closelywith the local transit system."
by mshook 2007-07-27 22:50 transit · trolley · streetcar · rail · howto · future · traditional · long
http://www.apta.com/research/info/online/weyrich.cfm - cached - mail it - history
" * take an index card and cut it in half * draw a line from the center to one of the corners, as illustrated below"
by mshook 2007-07-26 21:38 bookmark · book · annotation · atomize · granularity · via · robotwisdom · paper · card · howto
http://jonaquino.blogspot.com/2007/07/isomorphic-bookmarks-for-books.html - cached - mail it - history
"This is a set of detailed instructions for a mod to the rotor shaft of the Picoo-Z mini-helicopter; replacing the original steel shaft with a carbon fiber shaft and installing ball bearings in place of the copper/brass bearing. This mod is based on a description from the website dedicated to Picoo-Z mods, it's under the Rotor Mods section."
by mshook 2007-07-24 18:58 howto · helicopter · photo · aero · bearing · toy
http://www.instructables.com/id/ECVKZ75ZVQET9K5TSC/ - cached - mail it - history
"To enjoy the most flight times from your 2 channel infrared helicopter take good care of your battery, always let it cool for about five minutes and always recharge you battery when it's dune cooling off. Remember if that batteries voltage drops, so does your helicopter. Also check your transmitter batteries every week. Every 2 channel helicopter needs to be trimmed at the beginning of each flight and each one requires different trim. My a chopper (the first one in the video only requires about 4 or5 clicks on the trim my b chopper ( the second one I fly requires about 15 or 20) Use your torque to your advantage, if you drop your thrust quickly during a right turn the torque helps the heli turn quicker, just be prepared to raise your thrust back up and correct for any over spin. (more) (less)"
by mshook 2007-07-24 17:58 helicopter · toy · aero · howto · good · video
http://www.youtube.com/watch?v=maR1kEGRTgQ - cached - mail it - history
"How to Run Your Business Using Only Web Apps: Bring Mac & Safari ... May 25, 2007 ... So, can you run a business and your life with just online apps? .... Gubb: “Gubb is a free web-based application with an easy-to-use ... 2aday.wordpress.com/2007/05/25/how-to-run-your-business-using-only-web-apps-bring-mac-safari-or-firefox/ - 98k - Cached - Similar pages - Note this CodeProject: Make your web application run faster. Free source ... Aug 6, 2007 ... Make your web application run faster. By Xiangyang Liu A .NET DL"
by mshook 2007-07-23 17:11 ah · howto · search
http://www.google.com/search?complete=1 - cached - mail it - history
" * Prepared by Bonnie H. Collins, Revised and edited by Lois Thompson, Fall 2005 Full catalog available in PDF for printing. This file requires the free Adobe Reader. * Cover (pdf) * Main Contents (pdf with date of last update) * Appendix (pdf) Table of Contents Page Introduction * Cataloging defined * Technical reading * Typical chief sources of information * MARC format * Standard MARC fields Chapter 2 MARC Leader and 0XX Fields * The Leader * Control information (MARC 0XX fields) * 001, 003 and 005 fields * 006, 007 and 008 fields * 010-04X MARC fields * Reference chart to MARC 0XX fields * 010 field (NR) * 020 field (R) * 022 field (R) * 024 field (R) * 028 field (R) * 030-039 fields (R) * 040 field (NR) * 041 field (R) Chapter 3 Main Entries: MARC 1XX Fields * Choice of main entry * Personal author as main entry: MARC 100 field (NR) * Corporate author as main entry: MARC 110 field (NR) * Meeting or conference as main entry: MARC 111 field (NR)s * Uniform title as a main entry: MARC 130 field (NR) Added 12_01_05 * Additional information on main entry fields o Shared responsibility o Items with no collective titles o Works of mixed responsibility o Works that are modifications of other works o Main entry under original author o Items lacking main entries o Collections and works produced under editorial direction Chapter 4 Title and Statement of Responsibility: MARC 245 Field * MARC 245 field (NR) * Title proper o Capitalization o Quoted titles within title o Titles preceded by dashes o Grammatically independent titles or supplements and sections o Item lacking a title page o Ellipsis and brackets o Alternative title o Numbered or named parts: subfields |n and |p o General Material Designation (GMD): subfield |h o Complete list of GMD terms * Other title information: subfield |b * Statement of responsibility area: subfield |c o Multiple statements of responsibility o Names including formal titles o Use of brackets in the statement of responsibility o Nouns or phrases indicating nature of work o When the name of person or body responsible appears in the title Chapter 5 Access Points for Different Forms of the Title * Title access * Uniform title: MARC 240 field (NR) * Variations of the title: MARC 246 field (R) Chapter 6 Edition Statement: MARC 250 Field * General information * MARC 250 field * Non-book materials Chapter 7 Publication, Distribution Area: MARC 260 Field * MARC 260 field (R) * Place of publication, distribution, etc.: Subfield |a o Places of publication o Adding a second place of publication o Place of publication not known o Name of the publisher, producer or distributor: Subfield |b o Form of name o Shortening name o Two or more publishers or distributors o Name unknown * Date of publication, distribution, etc.: Subfield |c o Date of publication given o No publication date given o Date unknown Chapter 8 Physical Description Area: MARC 300 Field * MARC 300 field (R) * Extent of item: Subfield |a o Books with numbered pages o Books with unnumbered pages o Children's books with unnumbered pages o Examples of subfield |a (extent of item) for books o Unnumbered plates o Multiple parts o Examples of subfield |a (extent of item) for non-book materials * Other physical details: Subfield |b o Books, pamphlets and printed sheets o Non-book materials (ch8) * Dimensions: S"
by mshook 2007-07-17 08:15 catalog · cataloging · maine · minerva · howto · manual · pdf · html · marc · aacr2r · opac · toc
http://www.maine.gov/infonet/minerva/cataloging/manual/index.htm - cached - mail it - history
"so it was time to make a messenger bag. once confronted with the design issue i looked around in the web but couldn't find anything that specific. well, a lot of bags i'd like to have and some features worth trying. in one visit to the kitchen Jimmy showed me his bags and the things he liked about them, one from chrome and one from P.A.C designs. i definitely like those chromes too. i drew a crude sketch of the chrome with a sharpie on a postal envelope i found and stuffed it in my pocket. then, that night, i took a sketch book and a pencil and an internet enabled computer and drew a first proposal for the pattern. i wanted to use the golden ratio (if you don't know about it check out this introd"
by mshook 2007-07-12 21:05 bicycle · bag · eben · design · howto · swcycle
http://eeio.blogspot.com/2004/12/recycled-banner-golden-mean-messenger.html - cached - mail it - history
"Here's a fast, free-running Stirling engine that offers some machining challenges and hours and hours of fun. Dimensioned drawings and outline are included. (3 hours, 40 minutes)"
by mshook 2007-07-11 10:03 steam · stirling · engine · video · wishlist · howto · dvd
http://www.bay-com.com/index.php?main_page=product_info - cached - mail it - history
" * No server-side scripting * Super-fast browsing without fades * Dead-simple HTML with a list of images * Lightweight, unobtrusive javascript to create thumbnails * CSS styling to create different layouts * Degradable if javascript or images are disabled * Cross-browser consistency (sort of) "
by mshook 2007-07-09 22:09 css · via · javascript · popular · image · gallery · code · howto · thumbnail
http://monc.se/kitchen/80/lightweight-image-gallery-with-thumbnails - cached - mail it - history
Starting a Clothing Line or Apparel Manufacturing Business
The Official Step by Step Guide to Starting a Clothing Line ... Are you planning to create clothes for infants or apparel for large women? ...
www.powerhomebiz.com/vol66/clothing.htm - 41k - Cached - Similar pages -
by mshook 2004-05-27 15:06 ah · d3 · search · howto · fashion · jeans · denim
http://www.google.com/webhp?complete=1&hl=en - cached - mail it - history
1 - 95 of 95  
Related Tags
 
- exclude ~ optional + require
Add Dates