<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ninja Blogging &#187; Hacks</title>
	<atom:link href="http://www.halfzware.com/wordpress/category/hacks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.halfzware.com/wordpress</link>
	<description>Just Another Ninja Blog</description>
	<lastBuildDate>Sat, 29 May 2010 10:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Slow Flashplayer in OSX</title>
		<link>http://www.halfzware.com/wordpress/2009/08/09/slow-flashplayer-in-osx</link>
		<comments>http://www.halfzware.com/wordpress/2009/08/09/slow-flashplayer-in-osx#comments</comments>
		<pubDate>Sun, 09 Aug 2009 11:11:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/2009/08/09/slow-flashplayer-in-osx</guid>
		<description><![CDATA[Did you upgrade to v10 of Flash Player and now your browser runs really slow especially when trying to play any sort of flash video? If so then maybe you should downgrade to v9. I run an older G4 Powerbook and was running into this issue until a friend of mine emailed me a few ...]]></description>
			<content:encoded><![CDATA[	<p>Did you upgrade to v10 of Flash Player and now your browser runs really slow especially when trying to play any sort of flash video?</p>

	<p>If so then maybe you should downgrade to v9.  I run an older <span class="caps">G4 </span>Powerbook and was running into this issue until a friend of mine emailed me a few files to downgrade my flash player to v9.  Now my browser runs much nicer.</p>

	<p>Here are the files:<br />
<a href="http://www.halfzware.com/wordpress/wp-content/uploads/2009/08/uninstall_flash_player_osx.dmg">Flash Player Uninstaller <span class="caps">OSX</span></a></p>

	<p><a href="http://www.halfzware.com/wordpress/wp-content/uploads/2009/08/flashplayer9r159_mac.dmg">Flash Player v9 Files <span class="caps">OSX</span><br />
</a><br />
Run the uninstaller, then copy the two files in the flashplayer9r159 disk image to /Library/Internet Plug-Ins/</p>

	<p>That&#8217;s all.  I hope this helps!</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2009/08/09/slow-flashplayer-in-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Voice Applications &amp; Scripts</title>
		<link>http://www.halfzware.com/wordpress/2009/08/03/google-voice-applications-scripts</link>
		<comments>http://www.halfzware.com/wordpress/2009/08/03/google-voice-applications-scripts#comments</comments>
		<pubDate>Mon, 03 Aug 2009 05:01:18 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Telephony]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=792</guid>
		<description><![CDATA[I like most other users LOVE Google Voice and have found some useful apps that I would like to share with other Google Voice users. 1) Firefox Google Voice Add on This is a nice little app that makes it possible to make phone calls, and text messages from your Google Voice account with out ...]]></description>
			<content:encoded><![CDATA[	<p><img src="http://www.halfzware.com/wordpress/wp-content/uploads/2009/08/2009-07-15_google_voice_fluid_preview.png" alt="2009-07-15_google_voice_fluid_preview" title="2009-07-15_google_voice_fluid_preview" width="250" height="250" class="aligncenter size-full wp-image-818" />I like most other users <span class="caps">LOVE </span>Google Voice and have found some useful apps that I would like to share with other Google Voice users.</p>

	<p>1)<a href="http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/"> Firefox Google Voice Add on</a><br />
This is a nice little app that makes it possible to make phone calls, and text messages from your Google Voice account with out having another open window.</p>

	<p>2)<a href="http://www.contactexter.com/">Send one message to multiple contacts with ContacTexter<br />
</a><br />
This is a neat little app that was written using Java so it&#8217;s cross platform.  The interface isn&#8217;t too pretty, but it works, and it&#8217;s <span class="caps">FREE</span>!</p>

	<p>3) <a href="http://fulldecent.blogspot.com/2009/07/best-number-on-google-voice.html">Get the <span class="caps">BEST</span> number on Google Voice Script</a><br />
This guy figured out how to access google voice number search via a script, and run queries to grab the <span class="caps">JSON</span> file.  This is definitely worth taken a look at if you are a developer/programmer of any kind.  Unfortunately it is a script that was built for <span class="caps">OSX 10</span>.5 but is possible to modify and run in 10.4.</p>

	<p>4) <a href="http://everydayscripting.blogspot.com/2009/07/google-voice-python-sms.html">Scott&#8217;s <span class="caps">SMS</span> via Python for Google Voice Script (Everyday Scripting)</a><br />
This is a neat little script to send text messages using Python.</p>

	<p>4b) <a href="http://everydayscripting.blogspot.com/2009/08/python-google-voice-mass-sms-and-mass.html">Scott&#8217;s <span class="caps">NEW AND IMPROVED </span>Python Script for Google Voice (Everyday Scripting)</a><br />
This script allows you to send mass sms or mass call in an iterative fashion.  Keep up the good work Scott!</p>

	<p>5) <a href="http://blog.jamestetler.com/2009/07/03/writing-a-google-voice-app/">How to write a Google Voice App</a><br />
Well not exactly, but does give some insight in how Google Voice works since there is no <span class="caps">API</span> as of yet.</p>

	<p>6) <a href="http://www.google.com/support/forum/p/voice/thread?tid=00a93855af6943b4&#038;hl=en">How to use Google Voice as your voice mail instead of your cell provider</a><br />
This is basically instructions on how to forward your voicemail to google voice.   This should help users with the Google Voice Transition.</p>

	<p>7) <a href="http://truvoipbuzz.com/2009/07/enable-google-voice-push-notifications-on-iphone-3gs-tutorial/">How to enable Google Voice push notifications on iPhone 3GS</a></p>

	<p>8 )<a href="http://readystate4.com/2009/07/31/google-voice-skype-the-unrelenting-phone-industry-and-a-cool-iphone-tip/">One click International Calling with Google Voice</a></p>

	<p>9) <a href="http://mac.softpedia.com/get/Developer-Tools/pygooglevoice.shtml">Another Google Voice Python Script</a><br />
pygooglevoice brings the power of the Google Voice <span class="caps">API</span> to the Python language in a simple, easy-to-use manner.</p>

	<p>10) <a href="http://feli.pe/2009/05/30/growl-and-dock-badges-for-google-voice-on-fluid/">Using Google Voice with Fluid (OSX Only)</a></p>

	<p>11) <a href="http://userscripts.org/scripts/show/53723">Google Voice Grease Monkey Growl Script </a></p>


	<p>12)<a href="http://www.macosxhints.com/article.php?story=20090805155644746"> Place Google Voice Calls directly from contacts on iPhone (Apple Script)<br />
</a><br />
The script works by adding numbers to contacts in Address Book that dial your contact via Google Voice. The new number is prefixed with your Google Voice number, your pin, and the number two. It dials into your Google Voice number and places the call to your contact.</p>

	<p>13) <a href="http://www.ironicsans.com/2009/08/the_google_voice_speed_dial_bo.html">Google Voice Bookmarklet Generator (iPhone or iPod Touch)<br />
</a>Those of you who follow tech news know that there&#8217;s been quite a dust-up recently over Google Voice apps on the iPhone. First they were allowed, but now they&#8217;re banned. So until they work things out, or Google comes up with a more elegant web-based solution, placing a call using Google Voice on the iPhone is a long and drawn-out process.  So Ironic Sans came up with this solution.</p>

	<p>14) <a href="http://www.google.com/voice/m">Google Voice Mobile Web Version</a><br />
This is the mobile web version of Google Voice.  I figured it would be good to note on here.</p>

	<p>15) <a href="http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/">Import Facebook Contacts into your Google Voice Contacts (Script)</a><br />
Facebook&#8217;s <span class="caps">API </span>+ FBConnect is great but it has some severe limitations. Notably, it doesn&#8217;t expose all the functionality available on the Facebook site.  Wouldn&#8217;t it be nice to be able to copy a dump of my friends&#8217; names and phone numbers off the site to load into a fresh cell phone. Unfortunately, looking at the <span class="caps">API</span> this isn&#8217;t possible.  Never fear &#8211; Greasemonkey provides enough of a hook into Firefox that it would be possible to write a UserScript to accomplish this.</p>

	<p>16) <a href="http://lifehacker.com/5338591/turn-google-voice-into-a-growl+friendly-mac-app">Turn Google Voice into a <span class="caps">OSX </span>Friendly Application </a><br />
Google Voice&#8217;s web site is nice, but keeping it open in a browser tab can be cumbersome. Mac users, however, can get Growl notifications, complete with transcript previews, and app badge updates with the handy Fluid app. Unfortunately the Fluid App is only available for 10.5 and greater. This was enough reason for me to update, so maybe you should too.</p>

	<p>17) <a href="http://homepage.mac.com/aamann/DashBoard.html">Google Voice Dashboard Widget for <span class="caps">OSX</span></a><br />
Are you looking for an easy way to call or send <span class="caps">SMS</span> messages to your contacts using your Google Voice number right from your fingertips? <span class="caps">GV </span>Connect is your answer: a Google Voice widget which allows you make calls and send <span class="caps">SMS</span> messages from your GV number to your Address Book and Google contacts right from the Dashboard</p>

	<p>18)<a href="http://code.google.com/p/google-voice-notifier/"> Google Voice Notifier Windows and <span class="caps">OSX</span></a><br />
A simple system tray notifier for Google Voice. Lets you know when you have unread text or voice messages. The project is written in java and uses Google Voice&#8217;s <span class="caps">REST</span> service calls. This notifier will work on any platform that supports the java system tray icon.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2009/08/03/google-voice-applications-scripts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find your UDID on your iPhone</title>
		<link>http://www.halfzware.com/wordpress/2009/01/27/how-to-find-your-udid-on-your-iphone</link>
		<comments>http://www.halfzware.com/wordpress/2009/01/27/how-to-find-your-udid-on-your-iphone#comments</comments>
		<pubDate>Wed, 28 Jan 2009 04:30:14 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[ipod]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=747</guid>
		<description><![CDATA[Apple has offered developers a way to beta test iPhone applications with up to 100 iPhones. Some developers have already started using this to their advantage by giving their software out as free public betas. But, you must supply a developer with your iPhone&#8217;s UDID (unique device identifier) in order to install these &#8220;Ad-hoc&#8221; applications ...]]></description>
			<content:encoded><![CDATA[	<p>Apple has offered developers a way to beta test iPhone applications with up to 100 iPhones. Some developers have already started using this to their advantage by giving their software out as free public betas. But, you must supply a developer with your iPhone&#8217;s <span class="caps">UDID </span>(unique device identifier) in order to install these &#8220;Ad-hoc&#8221; applications on your iPhone.</p>

	<p>To find your iPhone&#8217;s <span class="caps">UDID</span>, just plug it into your computer and wait until iTunes recognizes it. Please note that a Firewire iPod cable will not work, since the iPhone does not have the proper hardware to support firewire connections. Select your phone from the Devices list in iTunes and click the &#8220;Summary&#8221; tab. To see your <span class="caps">UDID</span>, click on the word &#8220;serial number&#8221; beside the picture of the iPhone. You should see the word &#8220;identifer&#8221; and an alphanumeric string &#8211; this is your <span class="caps">UDID</span>.</p>

	<p>Alternative: You can also download an app from the Apple Store called Ad Hoc Helper which is a free download.  Here is the itunes store <span class="caps">URL</span> http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285691333&#038;mt=8</p>

	<p>To copy it, just press command + C on your Mac&#8217;s keyboard (or control + C in Windows). Now comes the hard part: getting on a developer&#8217;s beta testing list.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2009/01/27/how-to-find-your-udid-on-your-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invisible Fence Battery Hack</title>
		<link>http://www.halfzware.com/wordpress/2006/12/22/invisible-fence-battery-hack</link>
		<comments>http://www.halfzware.com/wordpress/2006/12/22/invisible-fence-battery-hack#comments</comments>
		<pubDate>Fri, 22 Dec 2006 23:07:05 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/2006/12/22/invisible-fence-battery-hack/</guid>
		<description><![CDATA[Well my Invisible Fence Battery Subscription has run out, and I am going to need new batteries soon. While I can say that I am very happy with the Invisible Fence and the installation, however the batteries cost a fortune. For 1 year renewal battery plan, where Invisible fence ships you their batteries, the cost ...]]></description>
			<content:encoded><![CDATA[	<p>Well my Invisible Fence Battery Subscription has run out, and I am going to need new batteries soon.  While I can say that I am very happy with the Invisible Fence and the installation, however the batteries cost a fortune.  For 1 year renewal battery plan, where Invisible fence ships you their batteries, the cost is $49 for 4 batteries.  You do the math, you can go about 4 months before having to replace the batteries but they do last about 3 months.  I found some instructions on taking the battery apart since the only thing unique about the battery is the housing.  About the only thing you have to do is remove the black ring that is at the two prong (contact) end.  You can use a small jewelers screwdriver or use a xacto knife.  I used a stanley knife and stuck the tip of the blade in between the black ring and the grey housing.  Be careful because the ring can fall off and is fragile.  The battery is a Duracell 3V <span class="caps">DL1</span>/3N, which you can probably get at radio shack.  Be sure to place the + end on the inside of the housing and the&#8212;(negative) end on the end where the two prongs are.  I will post price and pics later.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2006/12/22/invisible-fence-battery-hack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OSX Keyboard Shortcuts</title>
		<link>http://www.halfzware.com/wordpress/2006/08/09/mac-osx-keyboard-shortcuts</link>
		<comments>http://www.halfzware.com/wordpress/2006/08/09/mac-osx-keyboard-shortcuts#comments</comments>
		<pubDate>Thu, 10 Aug 2006 03:58:21 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=179</guid>
		<description><![CDATA[Shortcuts A repository for every keyboard secret in OS X. Some of these are well known, some are not. Shortcuts in the Menu category are common rather than universal. This list should continue to grow exponentially over time. Startup C start from CD Dstart from 1st partition Nstart from network server Tput computer in FireWire ...]]></description>
			<content:encoded><![CDATA[	<p>Shortcuts</p>

	<p>A repository for every keyboard secret in <span class="caps">OS X</span>. Some of these are well known, some are not. Shortcuts in the Menu category are common rather than universal. This list should continue to grow exponentially over time.<br />
<span id="more-179"></span><br />
Startup</p>

	<p>C start from CD<br />
Dstart from 1st partition<br />
Nstart from network server<br />
Tput computer in FireWire Target Disk mode<br />
Xstart in <span class="caps">OS X</span><br />
⌥show all startup disks<br />
⌥⇧⌘⌫start from external drive or CD<br />
⌥⌘OFopen firmware<br />
⌥⌘PRzap <span class="caps">PRAM </span>(hold until 2nd chime)<br />
⌘Ssingle user mode<br />
⌘Vverbose<br />
mouse buttoneject CD<br />
⇧after power-up: turn off kernel extensions<br />
after login: prevent startup items from opening</p>

	<p>Power</p>

	<p>⌃⌘-power restart<br />
⌃⌥⌘-powershut down<br />
⌥⌘-powersleep</p>

	<p>Application Management</p>

	<p>⌘-tab cycle forward through applications<br />
⇧⌘-tabcycle back through applications<br />
⌘~cycle forward through application windows<br />
⇧⌘~cycle back through application windows<br />
⌥⌘-escForce Quit dialog<br />
⌘-toolbar<br />
lozengecycle forward through toolbar displays<br />
⇧⌘-toolbar<br />
lozengecycle backward through toolbar displays<br />
⇧⌘3screen dump (entire screen)<br />
⇧⌘4screen dump (drag a rectangle)<br />
⇧⌘4,space,clickscreen dump (highlighted window)<br />
⌘-spacecycle forward through keyboard layouts<br />
⇧⌘-spacecycle back through keyboard layouts<br />
⌘-click on windowadjust window in background<br />
⌥-click on Dock<br />
icon or windowswitch to new program, hide previous one<br />
⌥⌘-click on<br />
Dock iconswitch to new program, hide all others<br />
⌘-dragrearrange or remove menulets or toolbar icons<br />
⌘-click<br />
window titleexpose path in popup<br />
⌥-zoom buttonmaximise window<br />
⇧-minimise buttonminimise window slowly<br />
⇧-click minimised<br />
window in Dockopen window slowly<br />
⇧-close buttonclose window slowly<br />
⌥⌘Dtoggle appearance of Dock<br />
⌘-drag onto<br />
Dock iconprevent Dock icons from moving<br />
⌥⌘-drag<br />
onto Dockforce program to open dragged item</p>

	<p>Outline View</p>

	<p>⌘&#8592;Collapse<br />
⌥⌘&#8592;Collapse All<br />
⌥-click on<br />
disclosure triangleCollapse All<br />
⌘&#8594;Expand<br />
⌥⌘&#8594;Expand All<br />
⌥-click on<br />
disclosure triangleExpand All</p>

	<p>Safari</p>

	<p>⌫Back<br />
⇧⌫Forward<br />
⌘/Status Bar<br />
⌘[Back<br />
⌘Show Page Load Test Window<br />
⌘]Forward<br />
⌘|Address Bar<br />
⇧⌘AAutofill Form<br />
⌥⌘AActivity<br />
⌥⌘BBookmarks Bar<br />
⌥⌘EEmpty Cache<br />
⌥⌘FGoogle Search<br />
⇧⌘GFind Previous<br />
⇧⌘HHome<br />
⌘KBlock Popups<br />
⌘LOpen Location<br />
⌥⌘LDownloads<br />
⇧⌘NAdd Bookmark Folder<br />
⌥⌘PSnapback<br />
⌥⌘SSearch Results Snapback<br />
⌥⌘UView Source<br />
⇧⌘&#8594;Next Tab<br />
⇧⌘&#8592;Previous Tab<br />
⌘&#8593;Page Upper Left<br />
⌘&#8595;Page Bottom Left</p>

	<p>Text</p>

	<p>⌃Amove to beginning of paragraph<br />
⌃Bmove one character back<br />
⌃Ddelete character to right<br />
⌃Emove to end of paragraph<br />
⌃Fmove one character forward<br />
⌃Kdelete text to end of paragraph<br />
⌃Nmove to next line<br />
⌃Oinsert newline<br />
⌃Pmove to previous line<br />
⌃Ttranspose characters<br />
⌥⌫delete word to left</p>

	<p>Text Field</p>

	<p>⌘&#8592;move to beginning of line<br />
⌘&#8594;move to end of line</p>

	<p>Text View</p>

	<p>⌥&#8593;move up one page<br />
⌥&#8595;move down one page<br />
⌘&#8592;move to beginning of line<br />
⌘&#8594;move to end of line<br />
⌘&#8593;move to beginning of view<br />
⌘&#8595;move to end of view</p>

	<p>Terminal</p>

	<p>⌃Amove to beginning of line<br />
⌃Emove to end of line<br />
⌃Ttranspose characters<br />
⌃Uerase line<br />
esc,Bmove one word back<br />
esc,Ccapitalise next word<br />
esc,Derase next word<br />
esc,Fmove one word forward<br />
esc,Lmake next word lowercase<br />
esc,Umake next word uppercase<br />
esc,⌫erase previous word</p>

	<p>Menu</p>

	<p>⌘+Make Bigger<br />
⌘,Preferences<br />
⌘-Make Smaller<br />
⌘.Stop<br />
⌘:Spelling<br />
⌘;Check Spelling<br />
⌘?Application Help<br />
⌘ASelect All<br />
⌘BBold<br />
⌘BToggle Toolbar<br />
⌘CCopy<br />
⇧⌘CShow Colors<br />
⌘DAdd Bookmark<br />
⌘DDon&#8217;t Save<br />
⌘DFind Previous<br />
⌘EEject<br />
⌘EUse Selection for Find<br />
⇧⌘EExport<br />
⌘FFind<br />
⌘GFind Next<br />
⇧⌘GGo to Folder<br />
⌘HHide Application<br />
⌥⌘HHide Others<br />
⌘IGet Info<br />
⌘IItalic<br />
⇧⌘IImport<br />
⌘JScroll to Selection<br />
⌘KConnect to Server<br />
⌘KErase Deleted Messages<br />
⌘LLink<br />
⇧⌘LLower Case<br />
⌘MMinimize<br />
⌥⌘MMinimize All<br />
⌘NNew (Window)<br />
⌘OOpen<br />
⌘PPrint<br />
⇧⌘PPage Setup<br />
⌘QQuit Application<br />
⇧⌘QLog Out<br />
⌥⇧⌘QLog Out Without Confirmation<br />
⌃⌥⇧⌘QForce Log Out Without Confirmation<br />
⌘RRefresh<br />
⌘SSave<br />
⇧⌘SSave As<br />
⌘TNew Tab<br />
⌘TShow Fonts<br />
⌘UUnderline<br />
⇧⌘UUpper Case<br />
⌥⌘UCapitals<br />
⌘VPaste<br />
⌘WClose Tab<br />
⌘WClose Window<br />
⇧⌘WClose Window<br />
⌥⌘WClose All Windows<br />
⌘XCut<br />
⌘ZUndo<br />
⇧⌘ZRedo</p>

	<p>Numeric Pad</p>

	<p>fn0Button Hold<br />
fn1Mouse NW<br />
fn2Mouse NN<br />
fn3Mouse NE<br />
fn4Mouse WW<br />
fn5Button Click<br />
fn6Mouse EE<br />
fn7Mouse SW<br />
fn8Mouse WW<br />
fn9Mouse SE<br />
fn.Button Release</p>

	<p>Universal Access</p>

	<p>⌥⌘*Toggle Zoom<br />
⌥⌘+Zoom In<br />
⌥⌘-Zoom Out<br />
⌃⌥⌘*Toggle Monochrome<br />
⌃F1Toggle Full Keyboard Access<br />
⌃F2Highlight Menu<br />
⌃F3Highlight Dock<br />
⌃F4Highlight Active Window<br />
⌃F5Highlight Toolbar<br />
⌃F6Highlight Utility Window</p>

	<p>VoiceOver</p>

	<p>⌘F5Toggle VoiceOver<br />
⌃F7Toggle &#8216;⌃⌥&#8217; Lock<br />
⌃⌥F7Show VoiceOver Menu<br />
⌃⌥F8Open VoiceOver Utility</p>

	<p>These were found at http://rixstep.com/2/20040510,00.shtml</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2006/08/09/mac-osx-keyboard-shortcuts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bumping Locks</title>
		<link>http://www.halfzware.com/wordpress/2006/08/06/bumping-locks</link>
		<comments>http://www.halfzware.com/wordpress/2006/08/06/bumping-locks#comments</comments>
		<pubDate>Sun, 06 Aug 2006 16:49:18 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=176</guid>
		<description><![CDATA[This is a relatively new way to bypass a lock which involves using a key that has been cut to it&#8217;s deepest setting and has a modified tip and shoulder so that the key can be inserted deeper into the lock with a little whack which drives the pines vertically. The crazy thing is it ...]]></description>
			<content:encoded><![CDATA[	<p>This is a relatively new way to bypass a lock which involves using a key that has been cut to it&#8217;s deepest setting and has a modified tip and shoulder so that the key can be inserted deeper into the lock with a little whack which drives the pines vertically.  <a href='http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/06-072-toool_bump_keys.jpg' rel="lightbox[176]"><img src='http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/06-072-toool_bump_keys.thumbnail.jpg' class='right'/></a>The crazy thing is it only takes seconds to open the lock if you have a bump key.  And obtaining a bump key is easy, just obtain a blank key that fits the lock and get a locksmith to cut the key or cut the key yourself with a file.  Supposedly this works on 90% of locks and will not leave a trace of evidence.  This poses a huge risk for homeowners since homeowners and renters insurance will not cover losses if there is no evidence of a break in.  The insurance companies will assume you left your door unlocked.  For more information check out these videos and PDFs.</p>

	<p><a href='http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/BumpingExplained.avi'>Bumping Explained <span class="caps">AVI 50</span>.11Mb</a></p>

	<p><a href='http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/BumpingShown.avi'>Bumping Shown <span class="caps">AVI 13</span>.48Mb</a></p>

	<p><a href='http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/bumping.pdf'>Bumping <span class="caps">PDF</span> 544kb</a></p>

	<p><a href=&#8217;http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/bumping_040206.pdf</a>More Bumping <span class="caps">PDF 3</span>.14Mb</a></p>

	<p><a href='http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/BumpkeyPresentatie.pdf'>Bump Key Presentation <span class="caps">PDF</span> 607kb</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2006/08/06/bumping-locks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/BumpingExplained.avi" length="35494824" type="video/x-msvideo" />
<enclosure url="http://www.halfzware.com/wordpress/wp-content/uploads/2006/08/BumpingShown.avi" length="764544" type="video/x-msvideo" />
		</item>
		<item>
		<title>IE Exploit in clipboard</title>
		<link>http://www.halfzware.com/wordpress/2006/06/18/ie-exploit-in-clipboard</link>
		<comments>http://www.halfzware.com/wordpress/2006/06/18/ie-exploit-in-clipboard#comments</comments>
		<pubDate>Mon, 19 Jun 2006 00:43:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=159</guid>
		<description><![CDATA[People can see what&#8217;s in your clipboard if you are using Microsoft Internet Explorer. The Text On Your Clipboard Is: &#160; To turn off this &#34;feature&#34; in Internet Explorer: 1. Go to Tools -> Internet Options -> Security 2. Click on the Custom Level Security Setting and uncheck the option &#34;Allow Paste Operations via Script.&#8221;]]></description>
			<content:encoded><![CDATA[	<p>People can see what&#8217;s in your clipboard if you are using Microsoft Internet Explorer.</p>

	<p><script><br />
function clickhere() {<br />
document.getElementById(&#8220;textbox&#8221;).innerText =<br />
window.clipboardData.getData(&#8220;Text&#8221;);</p>


	<p>}</p>


	<p></script></p>





	<p><p align="center"><font face="Verdana"><b><font size="2">The Text On Your Clipboard Is:<br />
</font></b> <br />
<br />
</p>

	<p></font></p>

	<p><body onload="clickhere()"><br />
<font face="Verdana"></font><font size="3"><br />
<input id=textbox type="text" size="40"/></font> </body></p><br />
<p class="MsoNormal">&nbsp;</p><br />
<p class="MsoNormal"><font face="Verdana" size="2">To turn off this &quot;feature&quot; in<br />
Internet Explorer:</font></p><br />
<p class="MsoNormal"><font face="Verdana" size="2">1. Go to <b>Tools</b> -> <b><br />
Internet Options</b> -> <b>Security</b><br />
<br />
2. Click on the <b>Custom Level Security</b> Setting and <b>uncheck</b> the<br />
option &quot;<b>Allow Paste Operations via Script</b>.&#8221; </font></p></p>



 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2006/06/18/ie-exploit-in-clipboard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Mining on the Internet with Google</title>
		<link>http://www.halfzware.com/wordpress/2006/06/08/158</link>
		<comments>http://www.halfzware.com/wordpress/2006/06/08/158#comments</comments>
		<pubDate>Fri, 09 Jun 2006 02:22:24 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=158</guid>
		<description><![CDATA[Google has quickly become one of the most well known words in the world and is used by millions daily, including myself. In an advanced database class back in university, we spent a couple of weeks studying the inner workings of search engines, and one topic which happened to come up was data mining using ...]]></description>
			<content:encoded><![CDATA[	<p>Google has quickly become one of the most well known words in the world and is used by millions daily, including myself. In an advanced database class back in university, we spent a couple of weeks studying the inner workings of search engines, and one topic which happened to come up was data mining using Google. Much to my surprise, out of a class of 80 fourth year computer engineers maybe four or five knew how to use Google to perform any sort of advanced queries.</p>

	<p>Google (and many other search engines) has the ability not only to search on keywords, but also using a more &#8220;database-ish&#8221; query language to really narrow down your search results. Below is a summary of a few of the most useful lesser known features. Note: in the examples, replace cwire.org with your own domain.</p>

	<p>Basic Usage:<br />
<span id="more-158"></span><br />
<ul type="disc"><br />
<li><b>Use quotation marks &#8221; &#8220;</b>to locate an entire string.<br />
eg. &#8220;bill gates conference&#8221; will only return results with that exact string.</li><br />
<li><b>Mark essential words with a +</b><br />
If a search term must contain certain words or phrases, mark it with a + symbol. eg: +&#8221;bill gates&#8221; conference will return all results containing &#8220;bill gates&#8221; but not necessarily those pertaining to a conference</li><br />
<li><b>Negate unwanted words with a -</b><br />
You may wish to search for the term bass, pertaining to the fish and be returned a list of music links as well. To narrow down your search a bit more, try: bass -music. This will return all results with &#8220;bass&#8221; and <span class="caps">NOT </span>&#8220;music&#8221;.</li></p>


	<p><i>General Tips:</i> (I use many of these almost on a daily basis)</p>

	<p><li><b>site:www.cwire.org</b><br />
This will search only pages which reside on this domain.</li><br />
<li><b>related:www.cwire.org</b><br />
This will display all pages which Google finds to be related to your <span class="caps">URL</span></li><br />
<li><b>link:www.cwire.org</b><br />
This will display a list of all pages which Google has found to be linking to your site. Useful to see how popular your site is</li><br />
<li><b>spell:word</b><br />
Runs a spell check on your word</li><br />
<li><b>define:word</b><br />
Returns the definition of the word</li><br />
<li><b>stocks: [symbol, symbol, etc]</b><br />
Returns stock information. eg. stock: msft</li><br />
<li><b>maps:</b><br />
A shortcut to Google Maps</li><br />
<li><b>phone: name_here</b><br />
Attempts to lookup the phone number for a given name</li><br />
<li><b>cache:</b><br />
If you include other words in the query, Google will highlight those words within the cached document. For instance, cache:www.cwire.org web will show the cached content with the word &#8220;web&#8221; highlighted.</li><br />
<li><b>info:</b><br />
The query [info:] will present some information that Google has about that web page. For instance, info:www.cwire.org will show information about the CyberWyre homepage. Note there can be no space between the &#8220;info:&#8221; and the web page url.</li><br />
<li><b>weather:</b><br />
Used to find the weather in a particular city. eg. weather: new york</li></p>

	<p><i>Advanced Tips:</i></p>

	<p><li><b>filetype:</b><br />
Does a search for a specific file type, or, if you put a minus sign (-) in front of it, it won&#8217;t list any results with that filetype. Try it with .mp3, .mpg or .avi if you like.</li><br />
<li><b>daterange:</b><br />
Is supported in Julian date format only. 2452384 is an example of a Julian date.</li><br />
<li><b>allinurl:</b><br />
If you start a query with [allinurl:], Google will restrict the results to those with all of the query words in the url. For instance, [allinurl: google search] will return only documents that have both &#8220;google&#8221; and &#8220;search&#8221; in the url.</li><br />
<li><b>inurl:</b><br />
If you include [inurl:] in your query, Google will restrict the results to documents containing that word in the url. For instance, [inurl:google search] will return documents that mention the word &#8220;google&#8221; in their url, and mention the word &#8220;search&#8221; anywhere in the document (url or no). Note there can be no space between the &#8220;inurl:&#8221; and the following word.</li><br />
<li><b>allintitle:</b><br />
If you start a query with [allintitle:], Google will restrict the results to those with all of the query words in the title. For instance, [allintitle: google search] will return only documents that have both &#8220;google&#8221; and &#8220;search&#8221; in the title.</li><br />
<li><b>intitle:</b><br />
If you include [intitle:] in your query, Google will restrict the results to documents containing that word in the title. For instance, [intitle:google search] will return documents that mention the word &#8220;google&#8221; in their title, and mention the word &#8220;search&#8221; anywhere in the document (title or no). Note there can be no space between the &#8220;intitle:&#8221; and the following word.</li><br />
<li><b>allinlinks:</b><br />
Searches only within links, not text or title.</li><br />
<li><b>allintext:</b><br />
Searches only within text of pages, but not in the links or page title.</li><br />
<li><b>bphonebook:</b><br />
If you start your query with bphonebook:, Google shows U.S. business white page listings for the query terms you specify. For example, [ bphonebook: google mountain view ] will show the phonebook listing for Google in Mountain View.</li><br />
<li><b>phonebook:</b><br />
If you start your query with phonebook:, Google shows all U.S. white page listings for the query terms you specify. For example, [ phonebook: Krispy Kreme Mountain View ] will show the phonebook listing of Krispy Kreme donut shops in Mountain View.</li><br />
<li><b>rphonebook:</b><br />
If you start your query with rphonebook:, Google shows U.S. residential white page listings for the query terms you specify. For example, [ rphonebook: John Doe New York ] will show the phonebook listings for John Doe in New York (city or state). Abbreviations like [ rphonebook: John Doe <span class="caps">NY </span>] generally also work.</p>

	<p><i>Putting it all Together: </i></p>

	<p>Now it&#8217;s time to start to get creative with our search terms and really narrow down our results. Now that we have the basics, let&#8217;s start to combine them all into one search term.</p>

	<p><b>Example #1:</b> Search for some MP3s<br />
Let&#8217;s say you&#8217;re a Beatles fan and want to see if you can find some of their songs on the Internet without using Kazaa, etc. Try this query:<br />
<code><br />
&amp;#8220;index of&amp;#8221; + &amp;#8220;mp3&amp;#8243; + &amp;#8220;beatles&amp;#8221; -html -htm -php<br />
or you could try this query:</p>
	<ul>
		<li>&amp;#8220;index of/mp3&amp;#8243; -playlist -html -lyrics beatles<br />
</code><br />
Right away on the first few results returned by Google you can download MP3s.</li>
	</ul>

	<p><b>Example #2:</b> Mixing some techniques together</p>

	<p>Here&#8217;s a simple exercise. We&#8217;ll mix around a few terms to get more accurate results. Let&#8217;s say we want to research sleep recommendations. One assumption could be that research papers on this topic would most likely be on an educational website &#8212; perhaps with a .edu domain. We could try this query:<br />
<code><br />
sleep recommendations site:edu<br />
</code><br />
Maybe we&#8217;re in my situation, and am thinking of applying to grad school. Let&#8217;s see if we can find the Graduate Studies Admissions Requirements at Indiana University. We could try this query:<br />
<code><br />
grad school admission requirements site:iu.edu<br />
</code><br />
<i>Summary:</i></p>

	<p>After reading this article, you might be thinking &#8220;well, I could probably find those results without remembering these advanced search terms&#8221;. Well, the truth is that you probably could. The reason you want to start to use these advanced search tips is because they will help you find what you&#8217;re looking for faster. They greatly help narrow down the results, and more often than not, the information you were looking for will be in the first two or three results.</li></ul></p>

	<p><font size=1>This is a mirror post from http://www.cwire.org/data-mining-using-google/ </font></p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2006/06/08/158/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elevators in North Side</title>
		<link>http://www.halfzware.com/wordpress/2006/05/08/elevators-in-north-side</link>
		<comments>http://www.halfzware.com/wordpress/2006/05/08/elevators-in-north-side#comments</comments>
		<pubDate>Tue, 09 May 2006 03:02:58 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=149</guid>
		<description><![CDATA[We found out the phone number to both elevators at Northside is 3006. To dial in from the outside it&#8217;s 574-520-4872 and then the extension. We did try to dial direct to the phone using the four digit extension 574-520-3006, but that didn&#8217;t work so we figured that it&#8217;s such an old phone and extension ...]]></description>
			<content:encoded><![CDATA[	<p>We found out the phone number to both elevators at Northside is 3006. To dial in from the outside it&#8217;s 574-520-4872 and then the extension. We did try to dial direct to the phone using the four digit extension 574-520-3006, but that didn&#8217;t work so we figured that it&#8217;s such an old phone and extension that they forgot about it. Most of the extensions that begin with a 4 or a 5 you can dial direct. A directory of all the extensions would be nice to find <img src='http://www.halfzware.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The extension for room 205 in North Side is 5169.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2006/05/08/elevators-in-north-side/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Food</title>
		<link>http://www.halfzware.com/wordpress/2006/04/15/free-food</link>
		<comments>http://www.halfzware.com/wordpress/2006/04/15/free-food#comments</comments>
		<pubDate>Sat, 15 Apr 2006 14:39:40 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://www.halfzware.com/wordpress/?p=143</guid>
		<description><![CDATA[if you need free fast food, there are a few tricks: Go late, ask for extra. Many times, there isn&#8217;t a night manager, and if it&#8217;s within 30 minutes of close, anything they give you is less for them to have to throw away and whatnot. They don&#8217;t care and you&#8217;re hungry. The worst they ...]]></description>
			<content:encoded><![CDATA[	<p>if you need free fast food, there are a few tricks:<br />
<ul></p>
	<p><li>Go late, ask for extra. Many times, there isn&#8217;t a night manager, and if it&#8217;s within 30 minutes of close, anything they give you is less for them to have to throw away and whatnot. They don&#8217;t care and you&#8217;re hungry. The worst they can say is &#8220;no&#8221; and then you still have the food you ordered. It works if you purchase some food and then just say that if they have anything else back there that they can throw in the bag, it&#8217;d be awesome.</li><br />
<li>Busy mixup.&#160; If there is a huge line, order the sandwich only of a meal and then as long as they don&#8217;t ask if you want the meal, just say that you ordered the meal when you only get your sandwich. If it&#8217;s busy enough, they will often times just give you the drink and fries for free rather than have to slow down the line and deal with it. It works best at Burger King because of the setup of the order line and pickup area.</li><br />
<li>Food additives.&#160; Burger King uses wax pencils to mark special orders on wrappers. Get a black wax pencil and peel off some of the pencil and put it in half of your sandwich. Go up and ask for a new sandwich after you&#8217;ve eaten about half of yours. 1.5 sandwiches for the price of 1. A little better!</li><br />
</ul></p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.halfzware.com/wordpress/2006/04/15/free-food/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

