'useful'에 해당되는 글 3건

  1. Bookmarklet (2) 2008/04/24
  2. Ultimate-P2V 2007/06/22
  3. VirtualBox - Ubuntu Document Storage Facility 2007/06/22

Bookmarklet

from useful 2008/04/24 12:58

Bookmarklet

From Wikipedia, the free encyclopedia

Jump to: navigation(새 창으로 열기), search(새 창으로 열기)

A bookmarklet is an applet, a small computer application, stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. The term is a portmanteau of the terms bookmark and applet.

Whether bookmarklet utilities are stored as bookmarks or hyperlinks, they are designed to add one-click functionality to a browser or web page. When clicked, a bookmarklet performs some function, one of a wide variety such as a search query or data extraction. Usually the applet is a JavaScript program.

Contents

Concept

Web browsers use URIs for the href attribute of the <A> tag and for bookmarks. The first part of the URI, such as http:, file:, or ftp:, specifies the protocol and required form for the rest of the string. Browsers also implement a prefix javascript: that to a parser is just like any other URI. Internally, the browser sees that the protocol is javascript, treats the rest of the string as javascript code which is then executed, and uses the resulting string as the new page.

The executing script has access to the current page, which it may inspect and change. If the script returns an undefined type rather than a string, the browser will not load a new page, with the result that the script simply runs against the current page content. This permits in-place font size and color changes, for example, without a page reload.

Usage

Bookmarklets are saved and used as normal bookmarks. As such, they are simple "one-click" tools which add functionality to the browser. For example, they can:

  • Modify the appearance of a web page within the browser (e.g., change font size, background color, etc.).
  • Extract data from a web page (e.g., hyperlinks, images, text, etc.).
  • Query a search engine, with search term(s) provided by previously selected text, or by a dialog box.
  • Submit the current page to a link validation service, or translation service.

"Installation of a bookmarklet" is performed by creating a new named bookmark in the toolbar, following the browser's procedure, and pasting the code into the URL destination field. The bookmarklet can then be run by loading the bookmark normally.

History

Steve Kangas of www.bookmarklets.com coined the term "bookmarklet," which he started to create based on an idea suggested in the Netscape JavaScript Guide. The term favelet was used early on by Tantek Çelik on 6 September 2001 (personal email). Brendan Eich, who developed JavaScript at Netscape, gave this account of the origin of bookmarklets:

They were a deliberate feature in this sense: I invented the javascript: URL along with JavaScript in 1995, and intended that javascript: URLs could be used as any other kind of URL, including being bookmark-able.

In particular, I made it possible to generate a new document by loading, e.g. javascript:'hello, world', but also (key for bookmarklets) to run arbitrary script against the DOM of the current document, e.g. javascript:alert(document.links[0].href). The difference is that the latter kind of URL uses an expression that evaluates to the undefined type in JS. I added the void operator to JS before Netscape 2 shipped to make it easy to discard any non-undefined value in a javascript: URL.

Brendan Eich, email to Simon Willison[1]

See also

References

  1. ^ Email from Brendan Eich Sitepoint.com. Simon Willison (Skunk), April 10th, 2004. Retrieved 2007-04-22.

External links

Resources
Information

"useful" 카테고리의 다른 글

2008/04/24 12:58 2008/04/24 12:58

Ultimate-P2V

from useful 2007/06/22 14:38

Welcome to the Ultimate-P2V Page

Important:

Please use the Primary Link first - if that fails then resort to the Backup Link(s)

Created by Qui Hong (The Developer), Chris Huss and Mike Laverick (Value-add and Documentation). Ultimate-P2V (fix-vmscsi) is a free plug-in that allows you to clone a physical machine to virtual machine - and perform the neccessary “system reconfiguration” required to make it bootable. Without this tool or a commerical P2V tool the virtual machine would just give a “blue screen of death”

This document outlines how to configure a BartPE Boot-CD with the appropriate drivers and plug-ins to perform the P2V. We use Symantec Ghost 8 merely as an example of a disk cloning tool - but really any cloning software (with a supported plug-in) would work just as well. If you want to look at something like Acronis TrueImage, Paul Larini has plug-ins for it on his web-site (http://www.mechrest.com/plugins(새 창으로 열기))

The first guide walks you through a completely manual creation of these plug-ins and drivers. The intention is allow you to configure a BartPE with the lastest drivers if you so wish. The second guide is people who merely want to wish to download all the plug-ins and drivers from here - unzip them to there BartPE installation and build a CD ready to use Ultimate P2V. The first guides is about 30 pages, and the second guide is 20 pages

A long Guide on how to manually create the Ultimate-P2V CD-Boot Disk
Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)

A short Guide on how to create the Ultimate-P2V CD-Boot Disk
Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)

Core Plug-ins
This section is dedicated to hosting plug-ins specifically for when a BartPE Boot-CD is run within a virtual machine. These plug-ins are ready to run and will work out of the box. If you have written a VMware plug-in or driver for BartPE and would me to host it for you - please feel to email me.

VMware SCSI “BusLogic” Driver
Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)

VMware VMXnet Network Driver
Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)

VMware Tools & SVGA Graphics Driver
By Sherpya Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)

LSILogic Driver
Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)

“Classic Ultimate-P2V” - Qui Hong’s original “Fix-VMSCSI” FreeP2V Plug-in
 
Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기) ;Backup Link2(새 창으로 열기)

“New Ultimate-P2V” - Jeffrey Crystal’s “Fix-VMSCSI” which includes Sherpya XPE Desktop Support
Primary Link(새 창으로 열기); Backup Link1 (새 창으로 열기);Backup Link2(새 창으로 열기)

Other Plug-ins
Brandon Gordon’s (AKA Notorious_bdg’s “Fix-Perc FreeV2P” Plug-in
(Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기))

Brandon Gordon’s (AKA Notorious_bdg’s “HAL_Update.txt” Plug-in
(Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)) 

Custom autorun0xpe.cmd
(for Sherpya’s XPE Primary Link(새 창으로 열기); Backup Link(새 창으로 열기))

Custom z_xpe-custom.inf
(for Sherpya’s XPE Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기))

Custom xpe-defaults.inf
(for Sherpya’s XPE Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기))

Please Note:
That currently the XPE support does NOT add Ghost/FIX-VMSCSI to the menu. It just adds the Start Menu & Taskbar, and ensures that VMware Tools starts. You still have to use the classic GO menu from BartPE

Drivers for Physical Machines (P2V Candidates)

The Ultimate Boot CD for Windows (새 창으로 열기)has driver download .exe which copies a ton of network and storage adapter drivers to you BartPE disk. There also have on the same page two useful tools. First is, AutoStreamer which is an application for slipstreaming Service Packs onto your Windows installations CD’s. It is compatiable with 2k, XP, and 2k3. Also, there is QEMU for Windows - a tool that allows you to run ISO images from your HDD in a separate window.

From BartPE’s website you can download some network and storage drivers:
http://www.nu2.nu/pebuilder/drivers/(새 창으로 열기)

http://xpe.collewijn.info/(새 창으로 열기) has some drivers as well…

A kindly soul sent me this storage.zip (Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기)) file which is 4mg in size and contains hundreds of storage drivers. Additionally, from UBCD4W I’ve extracted these network.zip drivers (Primary Link(새 창으로 열기); Backup Link(새 창으로 열기)) which will work in BartPE…

Ulli’s Driver Pack for Windows 2003 (Primary Link(새 창으로 열기); Backup Link1(새 창으로 열기); Backup Link2(새 창으로 열기))

Ulli Hankeln of sanbarrow.com (continuum(새 창으로 열기) on the forums) has sent me a driver back for Windows 2003. Ulli has a rather excellent site, and has developed is own unique method for P2V. If you wish to contact Ulli about his driver pack he has a formum catagory here:

http://sanbarrow.com/phpBB2/viewforum.php?f=27(새 창으로 열기)

Top Locations for BartPE
BartPE Boot-CD(새 창으로 열기)
UBC4WIN(새 창으로 열기)
Sherpya’s Windows PE Stufff(새 창으로 열기) and Sherpya’s XPE(새 창으로 열기) (Windows Start Menu and TaskBar)
Reatogo XPE(새 창으로 열기) (Wizard Driven system for creating Drivers/Menus/Plug-ins)
http://www.mechrest.com/plugins(새 창으로 열기) (which hosts Paul Larini’s VMware Tools Plug-in for VMware Workstation, Paragon’s Exact Image 7.0, and plug-ins for various versions of Acronis’ True Image)

"useful" 카테고리의 다른 글

2007/06/22 14:38 2007/06/22 14:38
http://doc.gwos.org/index.php/VirtualBox

"useful" 카테고리의 다른 글

2007/06/22 10:18 2007/06/22 10:18
Tag // ,