This file is indexed.

/usr/share/php/tests/Horde_Feed/Horde/Feed/fixtures/lexicon/http-www.lockergnome.com-lockergnome.xml is in php-horde-feed 2.0.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
<?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/">
		<channel>
		<title>Lockergnome</title>
		<link>http://www.lockergnome.com</link>
		<description>To inform, empower, and entertain - Lockergnome is a blogging network for people who are curious about the world around them. Join us and start sharing your knowledge today!</description>
		<pubDate>Tue, 22 Jul 2008 08:02:39 -0400</pubDate>
		<language>en</language>
										<item>
				<title>WeatherBug API Winners Announced</title>
				<link>http://www.lockergnome.com/insideweatherbug/2008/07/22/weatherbug-api-winners-announced/</link>
				<comments>http://www.lockergnome.com/insideweatherbug/2008/07/22/weatherbug-api-winners-announced/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 08:02:39 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/insideweatherbug/2008/07/22/weatherbug-api-winners-announced/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_22? 1182387784" alt="Author Avatar" /></div>The <a href="http://www.lockergnome.com/2008/06/05/api-development-contest-get-yourself-registered/">WeatherBug API contest</a> has been a tremendous success. We had so many entries submitted that even after we have reviewed and judged each of them, I am <em>still</em> working to get each of them posted here at Inside WeatherBug. Having said this, if you find that  you did not win this time around, you can rest assure that your work will be receiving press here at Lockergnome as I continue to post <em>each and every API contest entry </em>to this blog.
<h3><strong>And the winners are...</strong></h3>
???<strong>Best Overall Presentation: </strong>

<a href="http://www.lockergnome.com/2008/07/07/weatherbug-eclipse-plug-in-weatherbug-api-entry/">A WeatherBug Eclipse Plugin</a> by Aldo Bongio

<a href="http://abso.freehostia.com/">http://abso.freehostia.com/</a>

-Now developer's can code while keeping track of the <a href="http://www.lockergnome.com//?p=97"><u>weather</u></a> in the same interface.

-Developer's description: "A plug-in able to access and display live weather and forecast information, powered by <a href="http://www.lockergnome.com//?p=97"><u>WeatherBug</u></a> API, from within the Eclipse <a href="http://www.lockergnome.com//?p=97"><u>IDE environment</u></a>. More specifically, the work is divided into 2 plug-ins: the first one, independent from the Eclipse API, is a pure Java wrapper around the WeatherBug XML APIs; the second one is composed by a pair of Eclipse UI views able to display live weather and forecasts information using the above mentioned <a href="http://www.lockergnome.com//?p=97"><u>Java</u></a> APIs."

<strong>Best Concept:</strong>

<a href="http://www.lockergnome.com/2008/07/15/weathercurve-weatherbug-api-entry/">WeatherCurve</a> by Alan Herod

<a href="http://weathercurve.appjet.net/">http://weathercurve.appjet.net</a>

-Track weather conditions on your travel route.

-Developer's description: "Before you head out on your next road trip, go to WeatherCurve. Enter your origin and destination. Google Maps provides the route and directions, while WeatherBug provides the current <a href="http://www.lockergnome.com//?p=97"><u>weather conditions</u></a> along the route. Also, a graph of current temperatures along the route is displayed."

<strong>Best Real World Application:</strong>

<a href="http://www.lockergnome.com/2008/07/07/weatherbug-eclipse-plug-in-weatherbug-api-entry/">Intherma</a> by Sam Boutros

<a href="http://inthrma.com/proliphix/">http://inthrma.com/proliphix/ </a>

- Control specific household thermostats via your mobile phone - wirelessly. Simultaneously track the temperature in your home and outdoor weather conditions. Track results in a graph format.

<strong>Best Lifestyle Application:</strong>

<a href="http://www.lockergnome.com/2008/07/11/major-league-baseball-weather-widget-weatherbug-api-entry/">Major League Baseball Widget</a> by Jim England

<a href="http://jimenglandweb.com/projects/mlbweather/index.php">http://jimenglandweb.com/projects/mlbweather/index.php</a>

-Track weather conditions for actual game times at your favorite stadium. Available as both a web widget and from Jim's own website.

<em>All participants who submitted an API entry will receive a WeatherBug and hat for their efforts.?? Again, thanks to </em><em>everyone</em> who entered, I was truly impressed with each entry. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/insideweatherbug/2007/06/13/coming-soon-to-weatherbug-it/" title="Coming soon, to WeatherBug IT">Coming soon, to WeatherBug IT</a></li>
																							<li><a href="http://www.lockergnome.com/insideweatherbug/2007/10/17/using-the-weatherbug-windows-application/" title="Using the WeatherBug Windows Application">Using the WeatherBug Windows Application</a></li>
																							<li><a href="http://www.lockergnome.com/insideweatherbug/2007/11/05/wgn-and-weatherbug-youll-have-to-see-it-to-believe-it/" title="WGN And WeatherBug - You'll Have To See It To Believe It!">WGN And WeatherBug - You'll Have To See It To Believe It!</a></li>
																							<li><a href="http://www.lockergnome.com/insideweatherbug/2008/06/20/internet-weather-display-weatherbug-api-entry/" title="Internet Weather Display - WeatherBug API Entry">Internet Weather Display - WeatherBug API Entry</a></li>
																							<li><a href="http://www.lockergnome.com/insideweatherbug/2007/10/11/weatherbug-for-linux/" title="WeatherBug For Linux!">WeatherBug For Linux!</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/news/2004/01/30/weatherbug-launches-groundhog-blog/" title="WeatherBug Launches Groundhog Blog">WeatherBug Launches Groundhog Blog</a></li>
																							<li><a href="http://www.lockergnome.com/web/2006/02/17/weatherbug-for-firefox/" title="WeatherBug for Firefox">WeatherBug for Firefox</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/09/23/weatherbug-bugged/" title="WeatherBug: Bugged?">WeatherBug: Bugged?</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/07/01/weatherbug-is-not-spyware-or-adware/" title="WeatherBug is NOT spyware or adware">WeatherBug is NOT spyware or adware</a></li>
																							<li><a href="http://www.lockergnome.com/a0369/2008/05/29/weatherbug-what-do-you-think-about-it/" title="Weatherbug - What do you think about it?">Weatherbug - What do you think about it?</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Sandisk Says Vista Not Optimized For SSD </title>
				<link>http://www.lockergnome.com/blade/2008/07/22/sandisk-says-vista-not-optimized-for-ssd/</link>
				<comments>http://www.lockergnome.com/blade/2008/07/22/sandisk-says-vista-not-optimized-for-ssd/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 06:34:30 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/blade/2008/07/22/sandisk-says-vista-not-optimized-for-ssd/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_45? 1179783897" alt="Author Avatar" /></div>Sandisk has made a stunning announcement that Microsoft's flagship operating system is not currently optimized for SSD [Solid State Drives], which are currently being used in Apple's Air computer and also on some models from Toshiba. In an article from C/Net the CEO of Sandisk has stated:
<blockquote><strong>Speaking during SanDisk's second-quarter earnings conference call, Chairman and Chief Executive Officer Eli Harari said that Windows Vista will present a special challenge for solid state drive makers. "As soon as you get into Vista applications in notebook and desktop, you start running into very demanding applications because Vista is not optimized for flash memory solid state disk," he said. </strong>

<strong>This is due to Vista's design.  "The next generation controllers need to basically compensate for Vista shortfalls," he said.  </strong>

<strong>"Unfortunately, (SSDs) performance in the Vista environment falls short of what the market really needs and that is why we need to develop the next generation, which we'll start sampling end of this year, early next year," Harari said.</strong></blockquote>
I went to the Sandisk web site and found this press release which seems to indicate that the new Netbooks, using Microsoft's Windows XP, seem to work just fine.
<blockquote><strong>A pioneer in developing SSDs for laptop computers, tablet PCs and blade servers, SanDisk is making the new SSD modules available in 4-, 8- and 16-gigabyte (GB)<sup>1</sup> capacities, with a streaming read speed of 39 megabytes per second (MB/s)<sup>2</sup> and a streaming write performance of 17MB/s.<sup>2</sup> Supporting both Linux and Microsoft<sup>??</sup> Windows<sup>??</sup> XP operating systems, SanDisk pSSD solid state drives are being shown this week at Computex Taipei, where SanDisk is exhibiting at Booth M320 in Nangang Exhibition Hall.</strong>

<strong>SanDisk???s pSSD solid state drives, which are expected to be available starting in August, are built using the company???s reliable Multi-Level Cell (MLC) and Single-Level Cell (SLC) flash memory. This technology is produced at fabrication plants in Yokkaichi, Japan, where SanDisk and its partner, Toshiba Corporation, share the output. The two companies have co-developed many of the designs and technologies in NAND flash.</strong>

<strong>ULCPCs are inexpensive handheld laptops ??? smaller than a conventional notebook computer but larger than a mobile ???smart??? phone ??? that are easy to carry and cost in the range of $250 to $350. They enable consumers to browse the Internet on the go, with a user interface that replicates that of larger PCs. Originally, ULCPCs were developed as low-cost computing solutions for school children in developing nations. But the diminutive devices have caught on with adults, and now manufacturers are rolling out devices that are designed for general consumer use.??Other names for these include Ultra-Mobile PC (UMPC) and Mobile Internet Device (MID).</strong></blockquote>
This one statement '<strong>Supporting both Linux and Microsoft<sup>??</sup> Windows<sup>??</sup> XP operating systems'</strong> says it all and confirms why Microsoft has had to continue using Windows XP for these devices. It was first hinted that Vista, because of its high hardware and resource issues, was the main reason that Netbooks were not using Vista. Now it appears there were also other issues behind the decision to go with XP.

Which makes one wonder. With these new Netwooks hitting the street in August, which will come with either Linux or Windows XP, how long will Microsoft need to keep supporting XP? It would appear if these new computers sell in the millions of unit as is suspected, that Windows XP may have a long, long life span. :-)

Comments welcome.

Comments welcome.

<a href="http://news.cnet.com/8301-13924_3-9996317-64.html" title="Source"><strong>Source</strong></a>.

<a href="http://www.sandisk.com/Corporate/PressRoom/PressReleases/PressRelease.aspx?ID=4215" title="Sandisk"><strong>Sandisk </strong></a> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2007/03/21/sandisk-new-cruzer-contour/" title="Sandisk - New Cruzer Contour">Sandisk - New Cruzer Contour</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2006/12/18/sandisk-cruzer-titanium-usb-flash-drive-tough-and-rugged/" title="SanDisk Cruzer Titanium USB Flash Drive - Tough And Rugged">SanDisk Cruzer Titanium USB Flash Drive - Tough And Rugged</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/02/vista-drivers-great-site-free/" title="Vista Drivers - Great Site - Free">Vista Drivers - Great Site - Free</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/04/23/microsoft-windows-vista-sure-is-quiet-out-there/" title="Microsoft Windows Vista - Sure Is Quiet Out There">Microsoft Windows Vista - Sure Is Quiet Out There</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/04/05/intel-915-express-graphics-no-vista-support-for-aero/" title="Intel 915 Express Graphics - No Vista Support For Aero">Intel 915 Express Graphics - No Vista Support For Aero</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/bargain/2005/11/28/sandisk-1gb-memory-stick-pro-duo-20-rebate/" title="SanDisk 1GB Memory Stick Pro Duo $20 Rebate">SanDisk 1GB Memory Stick Pro Duo $20 Rebate</a></li>
																							<li><a href="http://www.lockergnome.com/bargain/2005/11/16/20-rebate-for-the-sandisk-1gb-memory-stick-pro-duo/" title="$20 Rebate for the SanDisk 1GB Memory Stick Pro Duo">$20 Rebate for the SanDisk 1GB Memory Stick Pro Duo</a></li>
																							<li><a href="http://www.lockergnome.com/bargain/2005/10/11/340-off-a-sandisk-1024mb-memory-stick-pro-5995/" title="$340 OFF A SanDisk 1024MB Memory Stick Pro ($59.95)">$340 OFF A SanDisk 1024MB Memory Stick Pro ($59.95)</a></li>
																							<li><a href="http://www.lockergnome.com/hardware/2004/10/13/sandisk-portable-audio-players/" title="SanDisk Portable Audio Players">SanDisk Portable Audio Players</a></li>
																							<li><a href="http://www.lockergnome.com/mobile/2006/07/24/sandisk-posts-37-profit-increase/" title="SanDisk posts 37% profit increase">SanDisk posts 37% profit increase</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Microsoft Says Vista Is Fixed - Spends $300 M To Convince Us</title>
				<link>http://www.lockergnome.com/blade/2008/07/22/microsoft-says-vista-is-fixed-spends-300-m-to-convince-us/</link>
				<comments>http://www.lockergnome.com/blade/2008/07/22/microsoft-says-vista-is-fixed-spends-300-m-to-convince-us/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 05:40:57 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/blade/2008/07/22/microsoft-says-vista-is-fixed-spends-300-m-to-convince-us/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_45? 1179783897" alt="Author Avatar" /></div>Microsoft has another strategy to convince the public that Vista is now fixed and they want you to 'look how far we've come' campaign. Microsoft is going to try and convince the masses that Vista is great and better than the reputation that continues to haunt the operating system. Which may take some doing. On their website they state:
<blockquote>
<h4><strong>Windows Vista: Look how far we've come</strong></h4>
<strong>When Windows Vista debuted in January 2007, we declared it the best operating system we had ever made. "Windows Vista is beautiful," <em>The New York Times</em> raved. It's humbling that millions of you agree.</strong>
<p><strong>But we know a few of you were disappointed by your early encounter. Printers didn't work. Games felt sluggish. You told us???loudly at times???that the latest Windows wasn't always living up to your high expectations for a Microsoft product.</strong></p>
<p><strong>Well, we've been taking notes and addressing issues.</strong></p>
<p><strong>So as we prepare to <a href="http://www.microsoft.com/windows/windows-xp/future.aspx">stop selling Windows XP on June 30</a>, it felt like the right time to update you on our progress, highlighted by the recent release of Windows Vista Service Pack 1 (SP1).</strong></p>
<p><strong>While we're at it, we'd like to clear up some confusion and lingering misunderstandings about Windows Vista???and our plans for its predecessor, Windows XP.</strong></p>
</blockquote>
<p>Microsoft also has a 100 reasons why section that makes for interesting reading:</p>

<blockquote>
<h3><strong>1. Windows Vista makes using your PC a breeze</strong></h3>
<p><strong> Windows Vista features a breakthrough design and easy-to-use organizational tools that make it simpler to get things done and get on with life! Find what you need instantly, on your PC or on the web, with </strong><strong>Instant Search</strong>. Bring more clarity to your tasks with the spectacular <strong>Windows Aero</strong> user experience and <strong>Windows Flip 3D</strong>,<sup><a href="http://www.microsoft.com/windows/windows-vista/footnotes.aspx">A</a></sup> allowing you to see everything you're working on at a glance. 	  </p>
</blockquote>
Plus 99 more.

But what is confusing is this. If Microsoft has really sold 180 million copies of Vista, why the panic mode? Now that XP is no longer being offered on new computers, won't this automatically force everyone into using Vista?

Naturally we consumers look a Vista differently than do businesses. It appears it is the businesses that are reluctant to switch. That's where the money is. :-)

What do you think? Comments as always are welcome.

<a href="http://blogs.zdnet.com/Bott/?p=499" title="Source"><strong>Source.</strong></a>

<a href="http://www.microsoft.com/windows/windows-vista/discover/why-now.aspx" title="Source"><strong>Microsoft Site </strong></a> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2007/03/09/microsoft-windows-vista-clarification-about-vista-itself/" title="Microsoft Windows Vista - Clarification About Vista Itself ">Microsoft Windows Vista - Clarification About Vista Itself </a></li>
																							<li><a href="http://www.lockergnome.com/blade/2008/06/06/why-does-microsoft-have-to-try-to-convince-us-to-use-vista/" title="Why Does Microsoft Have To Try To Convince Us To Use Vista?">Why Does Microsoft Have To Try To Convince Us To Use Vista?</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2008/05/27/microsofts-white-paper-compares-xp-to-vista-to-win-converts/" title="Microsoft's White Paper Compares XP to Vista To Win Converts">Microsoft's White Paper Compares XP to Vista To Win Converts</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/04/04/there-was-more-than-just-one-update-even-vista-got-fixed/" title="There Was More Than Just One Update - Even Vista Got Fixed">There Was More Than Just One Update - Even Vista Got Fixed</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2008/01/14/save-windows-xp-petition-will-it-work/" title="Save Windows XP Petition - Will It Work?">Save Windows XP Petition - Will It Work?</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/ss3luke/2008/04/02/microsoft-actually-help/" title="Microsoft actually help">Microsoft actually help</a></li>
																							<li><a href="http://www.lockergnome.com/news/2005/08/08/microsoft-slams-f-secure-for-report-on-a-new-virus/" title="Microsoft Slams F-Secure for Report on a New Virus">Microsoft Slams F-Secure for Report on a New Virus</a></li>
																							<li><a href="http://www.lockergnome.com/krnsidez/2008/05/28/wsod/" title="WSoD">WSoD</a></li>
																							<li><a href="http://www.lockergnome.com/usrbingeek/2007/03/16/vista-may-be-run-without-activation-for-a-year-legally/" title="Vista May Be Run Without Activation For A Year, legally?">Vista May Be Run Without Activation For A Year, legally?</a></li>
																							<li><a href="http://www.lockergnome.com/digged/2007/09/25/vista-sp1-out-today-but-not-really/" title="Vista SP1 Out Today! But Not Really">Vista SP1 Out Today! But Not Really</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>If You Have A Credit Card Read This</title>
				<link>http://www.lockergnome.com/blade/2008/07/22/if-you-have-a-credit-card-read-this/</link>
				<comments>http://www.lockergnome.com/blade/2008/07/22/if-you-have-a-credit-card-read-this/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 05:10:37 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/blade/2008/07/22/if-you-have-a-credit-card-read-this/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_45? 1179783897" alt="Author Avatar" /></div>It seems that Trans Union, which is one of the folks who monitor our credit, may have been selling our information to outside agencies. So if you fall into one of these categories, and most of us do, you may entitled to compensation:
<blockquote><strong>The Court decided that the Class includes all consumers who had an open credit account or an open line of credit from a credit grantor (including, for instance automobile loans, bank credit cards, department store credit cards, other retail store credit cards, finance company loans,
mortgage loans, and student loans) located in the United States anytime from January 1, 1987 to May 28, 2008. </strong></blockquote>
You may entitled to receive one of the following:
<blockquote><strong>The settlement will: (1) establish a $75 million Settlement Fund; (2)</strong><strong> give Class members the option of selecting six or nine months of credit</strong><strong> monitoring services; (3) donate $150,000 to non-profit organizations;</strong><strong> (4) pay for settlements or judgments for damage claims related to</strong>
<strong>lawsuits brought individually by Class members against the Defendants;</strong><strong> (5) pay class counsels??? attorneys??? fees and their expenses; (6) pay</strong><strong> the costs of notice and administering the settlement; and (7) distribute</strong><strong> any money remaining (after deducting the costs for everything listed</strong>
<strong>above) in the Settlement Fund to Class members who register for a</strong><strong> payment or to non-profit organizations.</strong></blockquote>
<blockquote><strong>The six months of credit monitoring services (which retails for</strong><strong> $59.75) include: (1) the ability to lock your credit report so third</strong><strong> parties, such as lenders or other companies, will not be able to access</strong><strong> your credit report without your consent (unless allowed by law); (2)</strong>
<strong>unlimited daily access to your Trans Union credit report and credit</strong><strong> score; and (3) credit monitoring with a 24-hour email credit notification</strong><strong>service. The nine months of enhanced credit monitoring services</strong><strong> (which retails for $115.50) includes all the services listed above, plus</strong>
<strong>a suite of insurance scores and a mortgage simulator service. If you</strong><strong> get the enhanced credit monitoring you will not be able to get a payment </strong><strong>from the settlement or start an individual lawsuit.</strong></blockquote>
Other options are also available. Take a look at the web site which has all of the options as well as a form you must complete.

<a href="https://www.listclassaction.com/" title="Source"><strong>Source</strong></a>. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2007/04/03/tjmax-data-loss-should-companies-be-liable/" title="T.J.Max - Data Loss - Should Companies Be Liable?">T.J.Max - Data Loss - Should Companies Be Liable?</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2008/05/08/thieves-switch-out-atm-card-reader-steal-credit-card-pin-numbers/" title="Thieves Switch Out ATM Card Reader, Steal Credit Card &amp;amp; PIN Numbers">Thieves Switch Out ATM Card Reader, Steal Credit Card &amp; PIN Numbers</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/10/18/federal-bill-for-identity-theft/" title="Federal Bill For Identity Theft ">Federal Bill For Identity Theft </a></li>
																							<li><a href="http://www.lockergnome.com/blade/2006/12/05/how-to-avoid-online-scams-this-holiday-season/" title="How To Avoid Online Scams This Holiday Season">How To Avoid Online Scams This Holiday Season</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/04/10/identity-theft-now-they-are-stealing-from-the-dead/" title="Identity Theft - Now They Are Stealing From The Dead ">Identity Theft - Now They Are Stealing From The Dead </a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/digitalzen/2007/11/07/what-all-credit-card-holders-should-know-about-credit-limits/" title="What All Credit Card Holders Should Know About Credit Limits">What All Credit Card Holders Should Know About Credit Limits</a></li>
																							<li><a href="http://www.lockergnome.com/finance/2007/09/26/what-is-a-prepaid-credit-card/" title="What is a Prepaid Credit Card?">What is a Prepaid Credit Card?</a></li>
																							<li><a href="http://www.lockergnome.com/lordkat/2007/05/30/secured-vs-unsecured-credit-cards/" title="Secured vs Unsecured Credit Cards">Secured vs Unsecured Credit Cards</a></li>
																							<li><a href="http://www.lockergnome.com/marcerickson/2007/01/18/have-you-shoppped-at-winners-or-homesense-using-a-credit-or-debit-card/" title="Have You Shoppped At Winners Or HomeSense Using A Credit Or Debit Card?">Have You Shoppped At Winners Or HomeSense Using A Credit Or Debit Card?</a></li>
																							<li><a href="http://www.lockergnome.com/search/2005/11/30/4sight-media-llc-the-only-search-engine-optimization-firm-solely-dedicated-to-locator-services/" title="4Sight Media, LLC - The only search engine optimization firm solely dedicated to locator services">4Sight Media, LLC - The only search engine optimization firm solely dedicated to locator services</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Remember the Milk (BETA)</title>
				<link>http://www.lockergnome.com/cellphones/2008/07/22/remember-the-milk-beta/</link>
				<comments>http://www.lockergnome.com/cellphones/2008/07/22/remember-the-milk-beta/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 05:08:24 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/cellphones/2008/07/22/remember-the-milk-beta/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1394? 1211852643" alt="Author Avatar" /></div><a href="http://www.flickr.com/photos/teddgcm/2692639946/" title="logo by teddgcm, on Flickr"><img src="http://farm4.static.flickr.com/3058/2692639946_f7f5e07803_o.png" alt="logo" width="188" height="83" /></a>

Are you a list maker??? Then you'll love this program by Firefox.?? <a href="http://www.rememberthemilk.com/">Remember The Milk</a> is a program that helps you manage your to do lists.?? Sign up for a free account.?? A few of the things you can do with it are:

<strong>Manage tasks quickly and easily.</strong>
An intuitive interface makes managing tasks fun. Set due dates easily with <em>next Friday</em> or <em>in 2 weeks</em>. Extensive keyboard shortcuts make task management quicker than ever.

<strong>Get reminded, anywhere.</strong>
Receive reminders via email, SMS, and instant messenger (AIM, Gadu-Gadu, Google Talk, ICQ, Jabber, MSN, Skype and Yahoo! are all supported).

<strong>Organize the way you want to.</strong>
Are you a list lover? Create as many lists as you need. Into tagging? Use the task cloud to easily see what you have to do. Want to store notes along with your tasks? You can do that too.

<strong>Locate your tasks.</strong>
Use the map to see where your tasks are located in the real world. See what's nearby or on your way, and plan the best way to get things done.

<strong>Work together to get things done.</strong>
Share, send and publish tasks and lists with your contacts or the world. Remind your significant other to do their household chores.

<strong>Add tasks wherever you are.</strong>
Adding tasks is as simple as firing off an email (even from your phone). See an important date on the web? Add it to your list with Quick Add.

<strong>Take your tasks with you.</strong>
Access your tasks on your web-enabled mobile device. Print your entire list or a handy weekly planner which shows upcoming tasks. View your tasks on your calendar with Apple iCal or Google Calendar. Subscribe to feeds with Atom/RSS.

<strong>Plan your time.</strong>
See what's due today and tomorrow, and the things you've missed. Prioritize, estimate your time, and postpone with ease. Set tasks to repeat <em>every week</em> or <em>after 2 months</em>.

<strong>Search your tasks the smart way.</strong>
Find the tasks you want with advanced searching. Save your searches as Smart Lists, and easily see tasks that match your desired criteria.

<strong>Enjoy getting organized.</strong>
The helpful 'undo' feature means you never need to worry about making a mistake. So signup, start playing, and discover Remember The Milk. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/06/29/opera-mobile-95-beta/" title="Opera Mobile 9.5 Beta">Opera Mobile 9.5 Beta</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/07/07/pico-usb-flash-drive/" title="Pico USB Flash Drive">Pico USB Flash Drive</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2007/12/16/make-your-own-corndogs/" title="Make Your Own Corndogs">Make Your Own Corndogs</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/06/20/outdated-storage/" title="Outdated Storage">Outdated Storage</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/01/13/wegame/" title="WeGame">WeGame</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2005/10/31/remember-the-milk/" title="Remember The Milk">Remember The Milk</a></li>
																							<li><a href="http://www.lockergnome.com/news/2007/05/28/skimmed-milk-straight-from-the-cow/" title="Skimmed Milk - Straight From The Cow">Skimmed Milk - Straight From The Cow</a></li>
																							<li><a href="http://www.lockergnome.com/forsythe/2007/06/18/social-engineering-wheres-the-milk-section/" title="Social Engineering:  Where's the Milk Section?">Social Engineering:  Where's the Milk Section?</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/09/23/winzip-90-beta-2-now-available/" title="WinZip 9.0 Beta 2 Now Available">WinZip 9.0 Beta 2 Now Available</a></li>
																							<li><a href="http://www.lockergnome.com/it/2007/11/19/businesses-and-customer-feedback/" title="Businesses And Customer Feedback">Businesses And Customer Feedback</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>A Few Useful Sites</title>
				<link>http://www.lockergnome.com/lumpy/2008/07/22/a-few-useful-sites/</link>
				<comments>http://www.lockergnome.com/lumpy/2008/07/22/a-few-useful-sites/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 03:51:22 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/lumpy/2008/07/22/a-few-useful-sites/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_101? 1176130157" alt="Author Avatar" /></div><p>
One of the Web 2.0 thingies that I am interested in is KM (Knowledge Management).  In this day and age, one needs at least some type of PKM (Personal Knowledge Management).  Bill Ives over at <a href="http://billives.typepad.com/portals_and_km/" title="Portal and KM">Portal and KM</a> often blogs on this topic. In his latest <a href="http://billives.typepad.com/portals_and_km/2008/07/larry-chaits-tw.html" title="Larry Chait???s Twenty Cool Web Sites">post</a> he mentions they closed the event with a nice list of links.
</p><p>
You can grab the power point presentation over at the link Mr. Ives mentions.  Here are just a few of the 20:
</p>
<ul>
<li><a href="http://www.accessmylibrary.com/" title="Access My Library">Access My Library</a> - 29 Million Articles Online</li>
<li><a href="http://www.soople.com/" title="Scoople">Scoople</a> makes all the advanced search features of Google easier</li>
</ul>
<p>
I am not going to give the whole list or comment much on this.  I just think most of the links are great.  You have 18 more to look over and decide for yourself. (You also have two more good feeds to subscribe to if you wish.)  Thanks for Reading.
</p>
 <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/lumpy/2006/11/16/my-two-cents-on-web-apps/" title="My Two Cents on Web Apps">My Two Cents on Web Apps</a></li>
																							<li><a href="http://www.lockergnome.com/lumpy/2007/08/01/a-me-collector-i-want-one-badly/" title="A Me Collector?  I Want One Badly">A Me Collector?  I Want One Badly</a></li>
																							<li><a href="http://www.lockergnome.com/lumpy/2006/11/11/why-i-am-here/" title="Why I am Here">Why I am Here</a></li>
																							<li><a href="http://www.lockergnome.com/lumpy/2007/07/10/13/" title="My Thoughts on Piracy and the RIAA">My Thoughts on Piracy and the RIAA</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/search/2005/07/25/delicious-popular-sites/" title="Del.icio.us Popular Sites">Del.icio.us Popular Sites</a></li>
																							<li><a href="http://www.lockergnome.com/web/2005/07/26/css-is-not-just-for-big-sites/" title="CSS Is Not Just For &quot;Big&quot; Sites">CSS Is Not Just For "Big" Sites</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2004/10/11/ghost-sites/" title="Ghost Sites">Ghost Sites</a></li>
																							<li><a href="http://www.lockergnome.com/web/2005/07/28/what-do-you-hate-most-about-websites/" title="What Do You Hate Most About Websites?">What Do You Hate Most About Websites?</a></li>
																							<li><a href="http://www.lockergnome.com/rss/2003/11/14/password-protected-rss-feeds-2/" title="Password-protected RSS feeds">Password-protected RSS feeds</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Why Was It Removed?</title>
				<link>http://www.lockergnome.com/it/2008/07/22/why-was-it-removed/</link>
				<comments>http://www.lockergnome.com/it/2008/07/22/why-was-it-removed/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 00:05:32 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/it/2008/07/21/why-was-it-removed/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_22? 1182387784" alt="Author Avatar" /></div>As I was <a href="http://en.wikipedia.org/wiki/Features_removed_from_Windows_Vista">combing over this</a> today, I could not help but wonder why some of the items were removed at all? Take DXDiag for instance. This is a tool that nearly every gamer out there is aware of and has likely used to diagnose issues with DirectX. Why was it cut - get this, it is not "cross platform friendly". Yup, however according to this, cross platform with regard to Microsoft's gaming platforms - Xbox and Windows.

<p>So by this logic, because it <a href="http://blogs.msdn.com/al_msft/archive/2006/03/20/555065.aspx">will not work on Xbox</a>...then it must be eliminated from Windows! Wait, huh?

<blockquote><p><em><strong>2) APIs that are eliminated because no cross-platform counterpart exists</strong></em>

</p><p><em>??DxDiag gets cut.?? There is no real equivalent on Xbox 360 today.?? MDX1.1 will continue to support a managed wrapper for DxDiag.?? Do you have any concerns here??? If so, let us know.  </em></p></blockquote>

Yeah, I have "a concern".I think I speak for a number of Windows users who might object to having their DirectX diagnostic ability being neutered. But that is just me.

</p><p>Then there is one that I do understand it being phased out, yet had to DIG for its suggested replacement? SerialKeys. Yes, for those who need extra accessibility features with their Windows desktop,<a href="http://www.microsoft.com/enable/products/windowsvista/"> SerialKeys</a> was a valued option and having it installed was a major boon to the platform. Unfortunately this is no longer the case. And as surprising as this may seem, I have no problem with this per se. I just wish the replacements: <a href="http://www.eyegaze.com/skeys/index.htm">SKEYS</a> and <a href="http://www.aacinstitute.org/Resources/ProductsandServices/AACKeys/AACKeys.html">AAC Keys</a> were more readily suggested for new Vista users. Seriously!

</p><p>On the plus side, despite some people finding it to be annoying, Vista is inherently more secure than previous releases of Windows. And eliminating some of those dated little extras might very well spell less future exploits in the future? I am speculating, but it sure sounds plausible at least...

</p><p>What say you? Are there any features you had with XP that you are finding lacking in Vista? Perhaps something was added with Vista that was lacking in XP? Whatever it may be, hit the comments and tell me about it.</p> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/it/2004/12/01/the-many-faces-of-a-developer/" title="The Many Faces of a Developer">The Many Faces of a Developer</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/07/03/troubleshooting-permissions-in-vista-part-ii/" title="Troubleshooting Permissions In Vista Part II">Troubleshooting Permissions In Vista Part II</a></li>
																							<li><a href="http://www.lockergnome.com/it/2005/10/26/using-efs-to-secure-files-part-ii/" title="Using EFS To Secure Files (Part II)">Using EFS To Secure Files (Part II)</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/04/29/troubleshooting-quorum-resourceshared-disk/" title="Troubleshooting Quorum Resource/Shared Disk">Troubleshooting Quorum Resource/Shared Disk</a></li>
																							<li><a href="http://www.lockergnome.com/it/2005/02/04/logitech-z-3-speakers-review/" title="Logitech Z-3 Speakers Review">Logitech Z-3 Speakers Review</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/news/2002/10/06/the-truth-behind-the-myth-of-lindows/" title="The truth behind the myth of Lindows">The truth behind the myth of Lindows</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2004/07/20/you-stole-my-elf/" title="You stole my ELF!">You stole my ELF!</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/07/01/removing-windows-media-player/" title="Removing Windows Media Player">Removing Windows Media Player</a></li>
																							<li><a href="http://www.lockergnome.com/computerwhiz1/2008/06/18/imovie-08-review/" title="Imovie 08 Review">Imovie 08 Review</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/12/13/microsoft-free-offer-pulled/" title="Microsoft Free Offer Pulled">Microsoft Free Offer Pulled</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Troubleshooting User Network Performance Issues With SolarWinds</title>
				<link>http://www.lockergnome.com/it/2008/07/22/troubleshooting-user-network-performance-issues-with-solarwinds/</link>
				<comments>http://www.lockergnome.com/it/2008/07/22/troubleshooting-user-network-performance-issues-with-solarwinds/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 00:03:12 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/it/2008/07/21/troubleshooting-user-network-performance-issues-with-solarwinds/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_11? 1211854339" alt="Author Avatar" /></div><code>[kml_flashembed movie=" http://www.youtube.com/v/zVjuRBL9s9Q" width="350" height="288" wmode="transparent" /]</code>
<a href="//phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a>

<p>We all have networks of some kind. No matter whether you have two computers or 2000 on your network, you&#8217;ll need tools to manage it. This is why I love talking to Josh Stephens from SolarWinds. In the recent past, Josh and I got together to discuss <a href="http://www.solarwinds.com/lockergnome/">Exchange Monitor</a>. Today, we talked specifically about troubleshooting user performance on a network. I wanted to get his take on this, as I know it&#8217;s something he deals with on a daily basis. </p>

<p>According to Josh, networks today are more complex than they used to be. We&#8217;re using them for far more than we have in the past, and many of the things are bandwidth intensive. When he has to start narrowing down a problem, the first three rules of troubleshooting a network is check the cable, check the cable, check the cable. It sounds silly, but it happens much more often than you would think. </p>
<p>I asked Josh if turning on wireless actually impede the wired connections between computers on the network. Josh indicated that you can use some of the tools from SolarWinds to measure performance of your network both before and after you make any changes. If you&#8217;re having trouble with performance and you have wireless&#8230; check first to make sure if there&#8217;s a firmware update available for your access point. That can make a tremendous difference. There are many little things that could cause you to have issues with a wireless network, so using tools like SolarWinds has available can certainly help diagnose and manage it.</p>
<p>Another question that came up was wondering what Josh believed the greatest threat is to networks in the coming years. Josh tends to think that as far as things like viruses go, the network gear today is very well equipped to handle them. He doesn&#8217;t see threats like that as much of an issue. What he does feel that Network Admins should be aware of is the idea of having real-time collaborative conferencing. It&#8217;s really just barely starting to take off, and will likely grow very quickly. You need to stay a few steps ahead of the users you are providing support to. </p>
<p>I get a lot of people constantly asking me about tweaks. I wondered if many of the &#8220;popular&#8221; tweaks are actually valid. Josh stated there truly is a lot of things that can be tweaked in order to enhance your network performance. You definitely want to make sure you know what you&#8217;re doing before diving in to make major changes, and always back up everything you can before beginning. </p>

<p>The <a href="http://www.solarwinds.com/register/index.aspx?Program=363&#38;c=70150000000DQcu&#38;CMP=ILC-LockerG_ToolsetDL">Engineer&#8217;s Toolset</a> Engineer&#8217;s Toolset includes 49 powerful network management, monitoring and troubleshooting tools to easily and effectively manage your network. Some of the key features are:</p>
<ul>
<li>Monitors and alerts on availability, bandwidth utilization, and health for hundreds of network devices </li>
<li>Provides robust network diagnostics for troubleshooting and quickly resolving complex network issues</li>
<li>Offers an array of network discovery tools that facilitate IP address management, port mapping and ping sweeps</li>
<li>Eases management of Cisco devices with tools for real-time NetFlow analysis, configuration management and router management </li>
</ul>

<p>Please leave me your network optimization tips, so that everyone can learn. And be sure to check out everything <a href="http://www.solarwinds.com/lockergnome">SolarWinds</a> has to offer. </p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-TroubleshootingUserNetworkPerformanceIssues213.mp4">download the video</a>: </p>
<p><textarea>&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/zVjuRBL9s9Q&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/zVjuRBL9s9Q&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/it/2008/06/13/register-for-free-solarwinds-exchange-monitor/" title="Register For Free SolarWinds Exchange Monitor">Register For Free SolarWinds Exchange Monitor</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/02/14/solarwinds-ipmonitor-affordable-network-monitoring-for-smbs/" title="SolarWinds ipMonitor: Affordable Network Monitoring For SMBs">SolarWinds ipMonitor: Affordable Network Monitoring For SMBs</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/02/15/engineers-toolset-fast-fixes-for-network-problems/" title="Engineer's Toolset: Fast Fixes For Network Problems ">Engineer's Toolset: Fast Fixes For Network Problems </a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/02/18/simple-network-management-with-solarwinds-orion-free-trial/" title="Simple Network Management With SolarWinds' Orion Free Trial">Simple Network Management With SolarWinds' Orion Free Trial</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/07/16/solarwinds-free-exchange-monitor-tool/" title="SolarWinds: Free Exchange Monitor Tool">SolarWinds: Free Exchange Monitor Tool</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/solarwinds512/about/" title="About Solarwinds">About Solarwinds</a></li>
																							<li><a href="http://www.lockergnome.com/solarwinds512/orion-netflow-traffic-analyzer-22/" title="ORION NETFLOW TRAFFIC ANALYZER 2.2">ORION NETFLOW TRAFFIC ANALYZER 2.2</a></li>
																							<li><a href="http://www.lockergnome.com/news/2008/02/14/engineers-toolset-fast-fixes-for-network-problems/" title="Engineer's Toolset: Fast Fixes For Network Problems ">Engineer's Toolset: Fast Fixes For Network Problems </a></li>
																							<li><a href="http://www.lockergnome.com/solarwinds512/netflow-configurator-10/" title="NetFlow Configurator 1.0">NetFlow Configurator 1.0</a></li>
																							<li><a href="http://www.lockergnome.com/solarwinds512/tftp-server-91/" title="TFTP Server 9.1">TFTP Server 9.1</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Setting Up Encryption In Vista Part III </title>
				<link>http://www.lockergnome.com/it/2008/07/22/setting-up-encryption-in-vista-part-iii/</link>
				<comments>http://www.lockergnome.com/it/2008/07/22/setting-up-encryption-in-vista-part-iii/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 00:02:03 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/it/2008/07/21/setting-up-encryption-in-vista-part-iii/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_15? 1176130187" alt="Author Avatar" /></div><p>In the Part II of this series, you learned how to encrypt files in Vista and verify that users are unable to open the encrypted files. An important point to keep in mind is that although the user is unable to open the file, they can delete the file. You might be confused as to how this is possible.</p>

<p>Here is the answer: The user has full-share and NTFS permissions to the file. These permissions include reading, modifying, and deleting the file. If the user does not try to open the file, the EFS subsystem isn't required. If the user tries to open the file, the EFS subsystem intervenes and denies access. But users can simply delete the file, which they have rights to do as defined by the NTFS permissions. Remember, file encryption is used to protect the contents of a file from prying eyes. It is not designed to protect the file itself. That's why a properly designed share and NTFS structure is still critical even when using EFS.</p>

<p>In Vista, multiple users can be granted rights to read and modify encrypted files. Right click the encrypted file that you want to share and click Properties. From the General tab, click the Advanced button. From the Advanced Attributes dialog box, click the Details button. Click the Add button. Select the user to whom you want to grant access to the encrypted file. Click OK. Once the appropriate user has been granted permission, they will be able to open the file.</p>

<p>When an encrypted file is moved or copied from its source location to a new location, it is first decrypted. But this isn't a hole in the security scheme. To copy or move an encrypted file, you must have the ability to open the encrypted file. In fact, even if a user has NTFS rights but doesn't have rights to decrypt the file, he or she will be greeted with an error message.</p>

<p>[rssbullet:http://ah.pricegrabber.com/export_feeds.php?pid=hjehfab&amp;document_type=rss&amp;limit=25&amp;topcat_id=all&amp;category=topcat:all&amp;col_description=1&amp;form_keyword=vista]</p> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/it/2008/07/10/encryption-technologies-in-vista-part-i/" title="Encryption Technologies In Vista Part I">Encryption Technologies In Vista Part I</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/07/16/setting-up-encryption-in-vista-part-i/" title="Setting Up Encryption In Vista Part I">Setting Up Encryption In Vista Part I</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/01/31/protecting-against-computer-theft-in-vista-part-i/" title="Protecting Against Computer Theft In Vista Part I">Protecting Against Computer Theft In Vista Part I</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/02/01/protecting-against-computer-theft-in-vista-part-ii/" title="Protecting Against Computer Theft In Vista Part II">Protecting Against Computer Theft In Vista Part II</a></li>
																							<li><a href="http://www.lockergnome.com/it/2008/07/15/planning-for-encryption-in-vista-part-ii/" title="Planning For Encryption In Vista Part II">Planning For Encryption In Vista Part II</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/linux/2006/04/27/bitlocker-gives-dual-boot-systems-the-elbow/" title="BitLocker gives dual-boot systems the elbow">BitLocker gives dual-boot systems the elbow</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2007/04/16/vistas-bitlocker-drive-encryption-part-i/" title="Vista's Bitlocker Drive Encryption (Part I)">Vista's Bitlocker Drive Encryption (Part I)</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2007/10/16/encrypt-offline-files-in-vista/" title="Encrypt Offline Files In Vista">Encrypt Offline Files In Vista</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2007/02/02/minimum-requirements-for-vistas-bitlocker-drive-encryption/" title="Minimum Requirements For Vista's Bitlocker Drive Encryption">Minimum Requirements For Vista's Bitlocker Drive Encryption</a></li>
																							<li><a href="http://www.lockergnome.com/news/2006/02/15/uk-wants-back-door-into-vista-pcs/" title="U.K. Wants Back Door Into Vista PCs">U.K. Wants Back Door Into Vista PCs</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>The Essential Guide To Solving Server Sprawl</title>
				<link>http://www.lockergnome.com/it/2008/07/22/the-essential-guide-to-solving-server-sprawl/</link>
				<comments>http://www.lockergnome.com/it/2008/07/22/the-essential-guide-to-solving-server-sprawl/#comments</comments>
				<pubDate>Tue, 22 Jul 2008 00:01:19 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/it/2008/07/21/the-essential-guide-to-solving-server-sprawl/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><a href="http://lockergnome.tradepub.com/free/w_hp21/prgm.cgi"><img src="http://img.tradepub.com/free/w_hp21/images/w_hp21c.gif" alt="There should be an image here!" align="right" border="0" hspace="3" vspace="3" /></a>The challenge of server sprawl, coupled with the desire to reduce energy costs and the increasing demand for computer resources and rack space, make today an ideal time to consider Microsoft SQL Server 2005 for database consolidation in 64-bit computing environments.

<p><a href="http://lockergnome.tradepub.com/free/w_hp21/prgm.cgi">This article</a> will focus on:

<ul><li>A clear understanding of the problem of server sprawl
</li><li>Steps for a successful consolidation
</li><li>Hardware options
</li><li>Scalability
</li><li>Licensing options</li></ul>

</p><p><strong>Read the article: <a href="http://lockergnome.tradepub.com/free/w_hp21/prgm.cgi">The Essential Guide To Solving Server Sprawl</a>!</strong>

</p><p><em>Lockergnome has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. <a href="http://lockergnome.tradepub.com/c/pubRD.mpl/?sr=ps&amp;_t=ps:w_paraB:&amp;_m=01.00ev.1.0.0">Visit us</a> today to browse our selection of complimentary IT-related magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. <a href="http://lockergnome.tradepub.com/c/pubRD.mpl/?sr=ps&amp;_t=ps:w_paraB:&amp;_m=01.00ev.1.0.0&amp;ct=Infodm&amp;flt=all">Try it today</a>!</em></p> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/it/2004/09/13/techrepublic-apache-quickstart-guide/" title="TechRepublic Apache QuickStart Guide">TechRepublic Apache QuickStart Guide</a></li>
																							<li><a href="http://www.lockergnome.com/it/2004/08/02/exchange-2003-transport-and-routing-guide/" title="Exchange 2003 Transport And Routing Guide">Exchange 2003 Transport And Routing Guide</a></li>
																							<li><a href="http://www.lockergnome.com/it/2007/05/29/the-essential-guide-to-fax-over-voip/" title="The Essential Guide To Fax Over VoIP">The Essential Guide To Fax Over VoIP</a></li>
																							<li><a href="http://www.lockergnome.com/it/2006/02/08/network-time-synchronization-5-essential-elements/" title="Network Time Synchronization: 5 Essential Elements">Network Time Synchronization: 5 Essential Elements</a></li>
																							<li><a href="http://www.lockergnome.com/it/2005/02/25/linux-network-administrators-guide-3rd-edition-released-by-oreilly/" title="Linux Network Administrator's Guide, 3rd Edition Released by O'Reilly">Linux Network Administrator's Guide, 3rd Edition Released by O'Reilly</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/linux/2001/11/06/the-essential-unixlinux-reference/" title="The Essential Unix/Linux Reference">The Essential Unix/Linux Reference</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2004/07/26/linux-system-administrators-survival-guide/" title="Linux System Administrator's Survival Guide">Linux System Administrator's Survival Guide</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2006/12/14/essential-computer-security-everyones-guide-to-email-internet-and-wireless-security/" title="Essential Computer Security: Everyone's Guide To Email, Internet, And Wireless Security">Essential Computer Security: Everyone's Guide To Email, Internet, And Wireless Security</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/04/28/microsoft-offers-windows-security-guide-2/" title="Microsoft offers Windows security guide">Microsoft offers Windows security guide</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/01/18/vista-complete-product-guide-full-version-free/" title="Vista - Complete Product Guide - Full Version - Free">Vista - Complete Product Guide - Full Version - Free</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Michael Savage Controversial Autism Remark</title>
				<link>http://www.lockergnome.com/jtrooster/2008/07/21/michael-savage-speaks-out-about-autism/</link>
				<comments>http://www.lockergnome.com/jtrooster/2008/07/21/michael-savage-speaks-out-about-autism/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 23:22:41 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/jtrooster/2008/07/21/michael-savage-speaks-out-about-autism/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_3638? 1211949831" alt="Author Avatar" /></div><font size="3" face="Garamond Premr Pro">I've been on a lull lately,  wondering what subject I should attack next (as there are so many these days!) -  but nothing has really grabbed my attention over the last month or so... until  now! I owe thanks to Michael Savage for my next topic of discussion... his  recent remark which to the untrained ear, sounded like an attack on autistic  children when he recently described autistic children as being brats. While on  the subject of Autistic children he said "In 99 percent of the cases, it's  a brat who hasn't been told to cut the act out," to which I say, Rock on  Mike! As I wrote about in my <a href="http://www.lockergnome.com/jtrooster/2008/04/03/spank-that-kid/">blog regarding spanking</a>, kids these days have it  much too easy and are practically given excuses from parents, teachers, the medical field and even the government?? to act like barbaric, selfish little sociopaths'  - however, the order and the adjectives used in the previous sentence may vary  depending on parenting.??</font>

<font size="3" face="Garamond Premr Pro">Mind you I that I do not typically  agree with about 60% of what Michael has to say, but to his defense he was not  attacking kids that really are afflicted with the disease, but instead he was  taking shots at the medical profession (<a href="http://www.lockergnome.com/jtrooster/2008/04/07/modern-medicine-a-joke/">read my blog about that</a> too if you like)  as well as poor parenting. What I see his point as being is that this modern era  of medicine is worse than all the crack and heroin dealers combined, that kids  are being labeled as something that they are not just to shove drugs in their  face. The drug companies want to deal their drugs and what better target market  than to appeal to overcritical and under informed parents that think the problem  lies with their child, not with their own lousy parenting, a medical  misdiagnosis or the possibility that their kid just might be anti social and  would prefer to be left alone, in my day it was called; being a loner - I was  one of those kids.??</font>

<font size="3" face="Garamond Premr Pro">A good friend of mine knows an  "Autistic" child, I use quotes because she isn't convinced that the  little boy is actually Autistic. He runs, plays, laughs, gives hugs, loves  watching his cartoons, yet he is on drugs to manage his "Autism." His  parents both work long hours including weekends, he spends most of his time with  a daycare provider as well as his grandparents. Sometimes he plays with the  other kids at daycare, sometimes he doesn't. But his parents are certain that  their boy has the disease because he doesn't quite relate to them, is  distant and tends to act up while in their presence... hmm, I can't help but to wonder why?</font>

<font size="3" face="Garamond Premr Pro">Of course we can't have a statement  like the one Michael said without people crawling out of the woodwork to  protest. I have to ask though, what are they protesting?.. the disease itself or  the fact that these people have no idea how to interpret their child's actions  as well as a statement made more or less on their own behalf? Either way it's no  surprise to me. We are a people that no longer choose to help ourselves, instead  we rely on others to make our decisions for us, at least for the most part. I.E.  we need a drug to manage our cholesterol while proper diet and exercise are  merely secondary if not optional all together.?? </font>

<font size="3" face="Garamond Premr Pro">It seems Autism is being taken much too lightly and labeling a child as such is becoming much too quick and easy. What really irks me though are the</font><font size="3" face="Garamond Premr Pro"> people who constantly feel the need to go out of their way to protest mere words spoken by one man indirectly at no one specific. In this case, Michael was simply describing his distaste for the ignorance of a public that seems all to eager to diagnose a child with a life altering disease, speaking on the behalf of those who cannot. Seems admirable to me. Instead, his words have been twisted and deformed, the meaning was lost and those waiting to protest something are out in full force... speaking of, where the hell is Al Sharpton? </font> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/jtrooster/2008/04/02/halloween-remake-review/" title="Halloween (Remake) - Review">Halloween (Remake) - Review</a></li>
																							<li><a href="http://www.lockergnome.com/jtrooster/2008/04/07/modern-medicine-a-joke/" title="Modern Medicine a Joke?">Modern Medicine a Joke?</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/news/2007/06/05/how-do-i-learn-about-and-understand-autism/" title="How Do I Learn About And Understand Autism?">How Do I Learn About And Understand Autism?</a></li>
																							<li><a href="http://www.lockergnome.com/boredcollegekid/2007/11/21/scientists-link-wifi-to-health-effects-again/" title="Scientists link WiFi to health effects... again">Scientists link WiFi to health effects... again</a></li>
																							<li><a href="http://www.lockergnome.com/news/2008/01/03/first-autism-prevention-study-launched-by-university-of-washington/" title="First Autism Prevention Study Launched By University Of Washington">First Autism Prevention Study Launched By University Of Washington</a></li>
																							<li><a href="http://www.lockergnome.com/forsythe/2008/07/14/children-owe-a-huge-thanks-to-governor-rod-blagojevich/" title="Children Owe a Huge Thanks to Governor Rod Blagojevich">Children Owe a Huge Thanks to Governor Rod Blagojevich</a></li>
																							<li><a href="http://www.lockergnome.com/forsythe/2008/06/03/the-zac-browser-a-browser-for-autistic-children/" title="The Zac Browser:  A Browser for Autistic Children">The Zac Browser:  A Browser for Autistic Children</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Funeral Planned For Computer Mouse In 5 Years</title>
				<link>http://www.lockergnome.com/forian/2008/07/21/funeral-planned-for-computer-mouse-in-5-years/</link>
				<comments>http://www.lockergnome.com/forian/2008/07/21/funeral-planned-for-computer-mouse-in-5-years/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 23:10:19 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/forian/2008/07/21/funeral-planned-for-computer-mouse-in-5-years/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_3947? 1216593108" alt="Author Avatar" /></div>I am a fan of the computer mouse. If I could, I would let it interact in my world when ever possible. So it saddens me to hear that the demise of this 40 year old innovation will be ending very soon reports the BBC in an interview with Gartner??representative, Steve Prentice:??<blockquote>"The mouse works fine in the desktop environment but for home entertainment or working on a notebook it's over."????</blockquote><blockquote>??"You've got Panasonic showing forward facing video in the home entertainment environment. Instead of using a conventional remote control you hold up your hand and it recognises you have done that."</blockquote>Prentice also mentioned how long it would be till we say goodbye to our dear friend: 3 to 5 years. Facial recognition is also one of the many upcoming??alternatives??coming to the tech world as early as September this year:<blockquote>"It also recognises your face and that you are you and it will display on your TV screen your menu. You can move your hand to move around and select what you want...??You even have emotive systems where you can wear a headset and control a computer by simply thinking and that's a device set to hit the market in September."????</blockquote>But many people (especially??the big guys in the computing mouse??business) have stated that this is a bogus report. Here is what??Rory Dooley, senior vice president and general manager of Logitech's control devices unit, had to say:<img src="http://i217.photobucket.com/albums/cc36/quebecftw/Picture5-1.png" height="144" width="254" />??<blockquote>"The death of the mouse is greatly exaggerated...??This just proves how important a device the mouse is.??People have been talking about convergence for years.??Today's TV works as a computer and today's computer works as a TV."????</blockquote>He did happen to mention that the market is becoming more and more open to other ways of interacting with computer, be it via a touch screen or by your voice.<img src="http://i217.photobucket.com/albums/cc36/quebecftw/_44491546_surface203300.jpg" height="300" width="203" />So be it. I, nor any blogger will be able to stop the demand for these types of technology... The most we can do is salvage our memories now. RIP the computer mouse. Feel free to comment.<ul>	<li>??<a href="http://news.bbc.co.uk/2/hi/technology/7508842.stm">Source</a>.</li></ul> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/forian/2008/07/09/rogers-gets-a-beating-courtesy-of-apple/" title="Rogers gets a beating courtesy of Apple">Rogers gets a beating courtesy of Apple</a></li>
																							<li><a href="http://www.lockergnome.com/forian/2008/07/19/apple-vice-president-might-get-owned-by-motorola/" title="Apple Vice President Might Get Owned By Motorola">Apple Vice President Might Get Owned By Motorola</a></li>
																							<li><a href="http://www.lockergnome.com/forian/2008/07/21/adding-the-finishing-touches-to-beijing/" title="Adding The Finishing Touches To Beijing">Adding The Finishing Touches To Beijing</a></li>
																							<li><a href="http://www.lockergnome.com/forian/2008/07/11/italy-has-worse-iphone-rates-than-canada/" title="Italy Has Worse iPhone Rates Than Canada!">Italy Has Worse iPhone Rates Than Canada!</a></li>
																							<li><a href="http://www.lockergnome.com/forian/2008/07/19/zimbabwe-introduces-100-billion-dollar-banknote/" title="Zimbabwe Introduces $100 Billion Banknote">Zimbabwe Introduces $100 Billion Banknote</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/news/2005/08/17/curse-the-living-directly-from-your-grave-with-the-vidstone-video-tombstone/" title="Curse the Living Directly From Your Grave With the &quot;Vidstone&quot; Video Tombstone">Curse the Living Directly From Your Grave With the "Vidstone" Video Tombstone</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2008/07/17/the-computer-mouse-is-dead-long-live-the-mouse/" title="The Computer Mouse Is Dead - Long Live The Mouse">The Computer Mouse Is Dead - Long Live The Mouse</a></li>
																							<li><a href="http://www.lockergnome.com/osx/2005/08/02/the-mighty-mouse/" title="The Mighty Mouse">The Mighty Mouse</a></li>
																							<li><a href="http://www.lockergnome.com/mobile/2006/02/20/japanese-now-bring-camera-phones-to-funeral/" title="Japanese Now Bring Camera Phones to Funeral">Japanese Now Bring Camera Phones to Funeral</a></li>
																							<li><a href="http://www.lockergnome.com/hardware/2004/12/28/steelpad-for-those-that-take-their-pads-seriously/" title="Steelpad- for those that take their pads seriously">Steelpad- for those that take their pads seriously</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Web Browsing Tablet PC</title>
				<link>http://www.lockergnome.com/jfcapasso/2008/07/21/web-browsing-tablet-pc/</link>
				<comments>http://www.lockergnome.com/jfcapasso/2008/07/21/web-browsing-tablet-pc/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 22:56:08 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/jfcapasso/2008/07/21/web-browsing-tablet-pc/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1090? 1213368369" alt="Author Avatar" /></div>Whether it is for email, browsing or both; there are a good number of people who use their computers for only web-browsing.?? How nice would it be to have an inexpensive computer that was solely designed for internet browsing.?? This is exactly what some people want.
<blockquote><em>Here's the basic idea: The machine is as thin as possible, runs low end hardware and has a single button for powering it on and off, headphone jacks, a built in camera for video, low end speakers, and a microphone. It will have Wifi, maybe one USB port, a built in battery, half a Gigabyte of RAM, a 4-Gigabyte solid state hard drive. Data input is primarily through an iPhone-like touch screen keyboard. It runs on linux and Firefox. It would be great to have it be built entirely on open source hardware, but including Skype for VOIP and video calls may be a nice touch, too.</em>

<em>If all you are doing is running Firefox and Skype, you don't need a lot of hardware horsepower, which will keep the cost way down.</em>

Link: <a href="http://www.techcrunch.com/2008/07/21/we-want-a-dead-simple-web-tablet-help-us-build-it/">We Want a Dead Simple Web Tablet...</a></blockquote>
The article is an interesting read, but I do not know if any of the big computer companies would take the time to develop such a simple piece of technology.?? They would have to sell a large number of these computers in order to make a profit.?? More importantly, ASUS already has something similar on the marketl the Eee PC.?? For under $500 dollars a user can get a small laptop that runs the bare necessities, but the monitor is rather small.

What do you think??? Would you be interested in a tablet-touch-screen, internet only laptop?

Justin <p>Related Articles: <div class="">			</div> <div class="">			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>strat demo days at GC</title>
				<link>http://www.lockergnome.com/leftystrat/2008/07/21/strat-demo-days-at-gc/</link>
				<comments>http://www.lockergnome.com/leftystrat/2008/07/21/strat-demo-days-at-gc/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 21:19:47 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/leftystrat/2008/07/21/strat-demo-days-at-gc/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1868? 1211904070" alt="Author Avatar" /></div>Since it's been a while and since I'm a glutton for punishment and since I don't often get to go into guitar stores with another lefty for pure entertainment, I managed to get by tonight.?? I heard all sorts of radio spots and even got a flyer for Guitar Center's Strat Demo Days.???? The apparent idea is to stop by and try out different Stratocasters (and amps) every week.

Personally I think you'd get better results by trying out different Strats through the same amp but what do <em>I</em> know.

I was greeted by a display demo of Strats.?? And some absolutely <em>horrid</em> noise.?? I looked around for the source of the industrial accident, half expecting to find an eighteen wheeler embedded in the wall and all sorts of construction equipment going full blast in hopes of rescuing said truck.

Nope, nothing that exciting.?? It was merely some fellow checking out a guitar and an amp.

GC has this policy of letting people play the guitars and amps, which tends to act as a deterrent to anybody <em>else</em> wanting to play the guitars and amps (or maintain what's left of their hearing and sanity).

Now let me set the mood further by telling you that my co-lefty this evening has a bit of a hearing impairment.?? She appeared to be in a quandary as to whether to turn off her hearing aids and be spared the aural assault or leave them on and still attempt to lip-read what others were saying.?? Choosing the latter, we proceeded to look around.

To no one's shock and surprise, the lefty selection was quite limited.?? They had a few more Epiphones, but I prefer guitars made from wood.

The real shock was that during Strat Demo Days, there were very few actual Strats on the walls.?? Those present were of two or three varieties.?? Nothing special or out of the ordinary.?? Considering that Fender will give a signature Strat to anyone who sneezes these days, it was odd not to find any.

Meanwhile, Mr. Malmsteen the Second continued to wail away.?? Or rather <em>wank</em> away. I was amazed that this denizen of digital dexterity did not choose an axe with a whammy bar so as to further convince everybody of his specialness.?? When I looked over, I realized he was holding a Gibson 335.?? The amp sounded so uniformly bad at all of its settings that you couldn't even make out that the fellow mangling the strings was using a 335.

The salesman, bless his heart, was attempting to sell an amp to this advanced wah wanker, but every point he was making had to be shouted over the din of the fellow trying out the amp.?? The salesman pointed out that this was a good choice because it was a very versatile amp, offering great tonal range.

I pointed out to my companion that even though it offered a lot of tones, it was of little value if all of them were bad (as was their input source).?? Plus if the salesman has to shout over your alleged playing, something is definitely wrong.

Unable to stand there any longer, we headed for Effects, where we encountered several other people who fled in hopes of aural salvation.?? They also had pained looks on their faces.?? I suspect the two behind the counter were deaf, as they showed no emotion or even notice of the audio devastation at all.?? These are probably the same people who never hear their own kids screaming at the mall or running up and down the aisles at a movie theater.?? After all, <em>their</em> Johnny would <em>never</em> do a thing like that.

I let loose the first phrase that came to mind (Volume is inversely proportional to talent), which was greeted with universal agreement. If nothing else, it was pretty damn accurate.

Unable to endure several of the recurring pains, we left the store.?? We traveled via the turnpike and were thankful for the relative relief of the jackhammers. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/02/19/oh-the-pain-gc-again/" title="oh, the pain (GC again)">oh, the pain (GC again)</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/05/18/now-the-gc-rant/" title="now the gc rant...">now the gc rant...</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2007/12/21/lefty-visits-gc-again/" title="lefty visits GC again...">lefty visits GC again...</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/01/01/mumming/" title="mumming">mumming</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/05/27/dead-men-running/" title="dead men running...">dead men running...</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2004/11/22/omniweb-51-beta-4/" title="OmniWeb 5.1 beta 4">OmniWeb 5.1 beta 4</a></li>
																							<li><a href="http://www.lockergnome.com/news/2006/02/07/demo-2006-starts/" title="DEMO 2006 Starts">DEMO 2006 Starts</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2004/10/04/software-demos-in-a-flash/" title="Software Demos in a Flash">Software Demos in a Flash</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2006/03/06/demo-builder-v5-2/" title="Demo Builder v5">Demo Builder v5</a></li>
										</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>vice wife?</title>
				<link>http://www.lockergnome.com/leftystrat/2008/07/21/vice-wife/</link>
				<comments>http://www.lockergnome.com/leftystrat/2008/07/21/vice-wife/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 20:57:24 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/leftystrat/2008/07/21/vice-wife/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1868? 1211904070" alt="Author Avatar" /></div>This is a concept I've been working on ever since I got married.?? It is explained thusly:

If the president is no longer able to perform his presidential duties, the vice president steps in and takes over.

Therefore, if the wife is no longer able to perform her wifely duties, the vice wife steps in and takes over.?? Or assists as needed.

So far the reaction to this concept has varied from "Yeah, good luck with <em>that</em>" to "That is <em>not</em> funny."?? For some strange reason it tends to go over better with men than women uniformly.

My wife, a women of great humor (she married <em>me</em>, right?), fails to see either merit <em>or</em> humor in this.?? She asked me how I felt about a vice husband.?? I told her that if I fail to do my husbandly duties, she should get one.?? She was not impressed with that line of reasoning either.

It's not like I'm attempting to double my pleasure and double my fun with the wife <em>and</em> the vice wife; I'm not greedy.???? I'd just prefer that one or the other was active at all times.???? The country (and the marriage) needs its titular head at all times to function properly.

So folks, until I get some of the kinks out of the process, you'll probably want to avoid bringing up this topic with your other half.?? <em>Unless you're just itching for an argument, of course.</em> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/05/14/how-can-i-miss-you-when-you-wont-go-away/" title="how can I miss you when you won't go away?">how can I miss you when you won't go away?</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2007/12/13/it-was-so-cold-last-night/" title="it was so cold last night......">it was so cold last night......</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/05/14/he-suffers-like-the-rest-of-us-but-differently/" title="he suffers like the rest of us (but differently)">he suffers like the rest of us (but differently)</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2007/12/16/brief-medical-rant/" title="brief medical rant">brief medical rant</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/06/13/adult-production-branding/" title="adult production branding?">adult production branding?</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/mobile/2006/01/16/cant-figure-out-your-mp3-player-upscale-london-store-schedules-tutorials/" title="Can't Figure Out Your MP3 Player? Upscale London Store Schedules Tutorials">Can't Figure Out Your MP3 Player? Upscale London Store Schedules Tutorials</a></li>
																							<li><a href="http://www.lockergnome.com/griffin/2007/12/06/bill-nye-almost-murdered-gets-restraining-order-on-ex-wife/" title="Bill Nye Almost Murdered; Gets Restraining Order on Ex-Wife">Bill Nye Almost Murdered; Gets Restraining Order on Ex-Wife</a></li>
																							<li><a href="http://www.lockergnome.com/computerwhiz1/2008/06/14/non-geek-activities-for-geeks/" title="Non-geek activities for geeks">Non-geek activities for geeks</a></li>
																							<li><a href="http://www.lockergnome.com/kevoc2008/2008/07/13/video-chris-pirillo-prank-calling-his-wife-wickets-on-fire/" title="Chris Pirillo Prank Calling His Wife!">Chris Pirillo Prank Calling His Wife!</a></li>
																							<li><a href="http://www.lockergnome.com/game/2007/02/08/grand-theft-auto-vice-city-stories-for-ps2/" title="Grand Theft Auto: Vice City Stories For PS2">Grand Theft Auto: Vice City Stories For PS2</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Man Blows Up Apartment With Bug Spray</title>
				<link>http://www.lockergnome.com/forian/2008/07/21/man-blows-up-apartment-with-bug-spray/</link>
				<comments>http://www.lockergnome.com/forian/2008/07/21/man-blows-up-apartment-with-bug-spray/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 20:52:30 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/forian/2008/07/21/man-blows-up-apartment-with-bug-spray/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_3947? 1216593108" alt="Author Avatar" /></div>If kids starting axe fires in their bedrooms wasn't enough, a Jersey man who was apparently trying to get rid of a a bug infestation set fire to 80% of his??apartment??when the flammable??spray-can??that he was using exploded.<img src="http://i217.photobucket.com/albums/cc36/quebecftw/r-1.jpg" />The fire caused thousands of dollars in damages, including smoke damage to neighboring buildings. The man,??Isias Vidal Maceda, was not injured when the fired??occurred. Feel free to comment.<ul>	<li>??<a href="http://www.reuters.com/article/oddlyEnoughNews/idUSN2142142620080721">Source</a>.</li></ul>???????? <p>Related Articles: <div class="">			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2005/03/17/national-online-apartments-for-rent-locator-search-website-reserve-apartments-online/" title="National Online Apartments for Rent Locator Search Website ? Reserve Apartments Online">National Online Apartments for Rent Locator Search Website ? Reserve Apartments Online</a></li>
																							<li><a href="http://www.lockergnome.com/rss/2005/05/04/advanced-rss-delivery-apartment-ratings-feeds/" title="Advanced RSS Delivery: Apartment Ratings Feeds">Advanced RSS Delivery: Apartment Ratings Feeds</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/12/17/bid-for-your-next-apartment/" title="Bid for your next apartment?">Bid for your next apartment?</a></li>
																							<li><a href="http://www.lockergnome.com/news/2005/10/26/computers-from-a-spray-can/" title="Computers From a Spray Can?">Computers From a Spray Can?</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/10/01/wifi-speed-spray-to-the-rescue/" title="WiFi Speed Spray? to the rescue!">WiFi Speed Spray? to the rescue!</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Consider Myself Alerted [Network Monitoring]</title>
				<link>http://www.lockergnome.com/leftystrat/2008/07/21/consider-myself-alertednetwork-monitoring/</link>
				<comments>http://www.lockergnome.com/leftystrat/2008/07/21/consider-myself-alertednetwork-monitoring/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 20:45:48 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/leftystrat/2008/07/21/consider-myself-alertednetwork-monitoring/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1868? 1211904070" alt="Author Avatar" /></div>I'm really keen on network monitoring.?? I have this thing about knowing how things are performing, if everything's up to spec, and if there are any impending problems that are going to cause way more grief than anyone needs.

If you can picture this, we have four twenty-two inch monitors, set up two by two, as a visual indicator of network status for the entire department.?? This never fails to impress everyone who sees it.?? I get the general impression that if the monitors fails to work, people would <em>still</em> be impressed by it.?? <em>Hint: drop a few bucks on four monitors and a mounting system.?? Put it up high or on the wall.?? Have it display something impressive.?? It's worth whatever it costs.?? It's like the machine that goes BING</em>.

There is a ton of software that will help you monitor your network.?? I like very little of it.?? I have tried everything from open-source to five-figure monitor software.?? At the moment, I'm finding the best, most comprehensive software is called The Dude.?? It's free.?? Yes, <em>free</em>.?? It runs under Windows or linux.?? It can monitor via plain old ping or do all sorts of snmp magic.?? It can notify you via all sorts of paths.

It is the alerting bit that I'm going to address. ?? I used to vpn into work fairly frequently to monitor things.?? As things were made more reliable, the need for watching lessened.?? As I stopped watching closely, things started to fail every now and then, just out of spite.?? After a brief huddle, I figured out how to make The Dude send a text message to my phone when something went down.?? The message states very plainly what stopped responding and when.?? Very useful.

The next day at work we had to do a lot of rebooting of a server for some installs.?? DING - "Server RINGO not responding to ping."?? DING - "Service ftp on RINGO down."?? DING = "Service http on RINGO down." ?? Yay - it worked!!!

Then there were the three DINGs telling me they had all come back up.?? "Yay," I thought, with somewhat less enthusiasm.?? This could potentially get slightly annoying.?? Especially as RINGO needed to be rebooted several times before the updates were complete.

It got to the point, over the next few days, when we'd all hear DING and I'd say, "It's ok, I'll get it."?? Ten times in a row.?? My coworkers were amused, especially as they didn't have to carry around my phone.?? I stopped the chuckling immediately when I told them that some of them were going to have to be on alert after I was nice enough to `tune' the alerting system first.?? I suspect some of the server reboots after that incident were not as needed as they claimed.

Last Wednesday I pulled up in front of my house and got a few DINGs.?? I rushed into the house with a phone that couldn't go DING fast enough to get the next DING out.?? I attempted to figure out what was allegedly down but every time I got a message up, a new DING preceeded a new message.

I tried phoning people still at work.?? Nope - the DINGing continued.?? I could barely get a number dialed or hear a voicemail prompt. ?? Have you ever noticed that outgoing voicemail messages are even <em>longer</em> when you're agitated and really <em>need</em> to get in touch with someone??? I did.?? As did my wife and houseguest, who had to suffer through the constant DINGing as well as my constant cursing about the phone `helping' me by constantly interrupting whatever I was trying to do on it to tell me there was a text message waiting for me.?? And then cursing because out of three people on staff at that hour, I got three voicemails.

By the time the phone stopped DINGing long enough for me to feel it was safe, the total was<em> ONE HUNDRED NINETY TWO messages</em>.?? Only one hundred ninety two DINGs.

I finally reached someone who told me everything was fine.?? It appeared that someone may have `helped' us out by unplugging a switch or two, causing <em>all</em> connectivity to appear down.?? Or someone on the floor made one of those nice little loops, where they plug a hub or switch into itself, causing Network Havoc&lt;tm&gt;.

I figured it was my fault anyway.?? For some odd reason I have been waking up at horrible hours of the morning and going to work early as a result.?? The first time I figured I'd leave an hour early and forgot I was supposed to (always something to do anyway).?? The next day, the Wednesday in question, I left an hour early because I came in over an hour early and I had company.?? So if I had put in a 9-10 hour day, I would have been there when everything went wonky.?? Mind you there's quite a competent crew there so I don 't technically have to feel that bad when I'm not in the office but it's my parents' fault for giving me this nasty work ethic.

At this point I start investigating dependencies; where if a switch or firewall was down, it would alert me but if anything under it was down, they wouldn't.?? This is a great concept but it fails a bit in the execution.?? I need to know when any single piece goes down and comes back up.

Until an epiphany sets in, I'm going to have to endure a lot of DINGing.?? I figure I'll get a lot more help on this project once I start adding coworkers to the DING list.?? In the midst of virtualization, I'm hoping that less hardware will mean less alerts. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/06/17/virtual-appliances/" title="virtual appliances">virtual appliances</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/01/20/wanna-spy-on-cell-phones/" title="wanna spy on cell phones?">wanna spy on cell phones?</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/04/16/yet-more-work-stories-a-classic-from-this-morning/" title="yet more work stories - a classic from this morning">yet more work stories - a classic from this morning</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/06/12/secret-spy-court-troubled-by-fbi-wiretap-network/" title="secret spy court troubled by FBI wiretap network">secret spy court troubled by FBI wiretap network</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/06/08/surprise-arp-attack-draws-attention/" title="surprise arp attack draws attention...">surprise arp attack draws attention...</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2005/11/02/keeping-a-tab-on-the-network/" title="Keeping A Tab On The Network">Keeping A Tab On The Network</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2004/08/11/network-monitoring-software/" title="Network Monitoring Software">Network Monitoring Software</a></li>
																											<li><a href="http://www.lockergnome.com/technobabble/2004/12/06/network-monitoring-software-keep-an-eye-on-it/" title="Network Monitoring Software: Keep An Eye On It">Network Monitoring Software: Keep An Eye On It</a></li>
																							<li><a href="http://www.lockergnome.com/web/2006/12/13/web-site-monitoring-on-the-cheap/" title="Web Site Monitoring On The Cheap">Web Site Monitoring On The Cheap</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Dragon Ball Z: Burst Limit Review</title>
				<link>http://www.lockergnome.com/zero/2008/07/21/dragon-ball-z-burst-limit-review/</link>
				<comments>http://www.lockergnome.com/zero/2008/07/21/dragon-ball-z-burst-limit-review/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 20:26:55 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/zero/2008/07/21/dragon-ball-z-burst-limit-review/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1653? 1212118761" alt="Author Avatar" /></div>I recently got Dragon Ball Z: Burst Limit for my PS3 because I am a big fan of the DBZ anime series and since I haven't played a DBZ fighting game since the first ones that were released for the PS2 and Gamecube. Since I thought this game would be good I decided to pick it up and give it a try. Now this game has a Story Mode, VS. Mode, Online VS. Mode, and Training. If this would be you first DBZ fighting game then you should do the training to get use to the game, even people that have played old DBZ games before should go through the training so they can go over the buttons and try out everything before getting to the Story Mode or playing against someone, you also get something from doing the Training Mode.Now this game for the Xbox 360 and PS3 game is kinda short it doesn't complete the whole DBZ saga but it's still a great game for a what it offers in the story mode because they add some characters from two movies and add those scenes to the Story Mode.

You don't get a lot of characters to play with especially coming from the other DBZ games but that was fine since the game still played out fine. Now one of the only problems I had is that when playing through the Story Mode the computer player always blocked a lot and that kinda got annoying, and after a while of fighting them you get used to what there going to do. Now online mode is great you can invite your friends to play and even play with other people around the world. Now one of the only problems that I had from the online play is that a lot of people were lagging when playing online, maybe it's because sometimes I was playing against people from other countries but the game does tell you how good the connection of your opponent is so you can decide if you want to play or not. This is a great DBZ game, fans of the anime series won't be disappointed and it's also a great fighting game that you can play with friends offline or online and something for a Fighting game fans to play until Soul Calibur 4 comes out. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/zero/2008/05/22/haze-getting-bad-reviews/" title="Haze getting bad reviews">Haze getting bad reviews</a></li>
																							<li><a href="http://www.lockergnome.com/zero/2008/02/05/uncharted-drakes-fortune-review/" title="Uncharted: Drake's Fortune Review">Uncharted: Drake's Fortune Review</a></li>
																							<li><a href="http://www.lockergnome.com/zero/2008/03/26/team-fortress-2-review/" title="Team Fortress 2 Review">Team Fortress 2 Review</a></li>
																							<li><a href="http://www.lockergnome.com/zero/2008/03/04/portal-review/" title="Portal Review">Portal Review</a></li>
																							<li><a href="http://www.lockergnome.com/zero/2008/02/16/ratchet-clank-future-tools-of-destruction-review/" title="Ratchet &amp;amp; Clank Future: Tools of Destruction Review">Ratchet &amp; Clank Future: Tools of Destruction Review</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/game/2008/01/16/atari-announces-next-chapter-for-dragon-ball-z-video-game-series/" title="Atari Announces Next Chapter For Dragon Ball Z Video Game Series">Atari Announces Next Chapter For Dragon Ball Z Video Game Series</a></li>
																							<li><a href="http://www.lockergnome.com/game/2004/09/23/dragon-ball-z-buus-fury/" title="Dragon Ball Z: Buu's Fury">Dragon Ball Z: Buu's Fury</a></li>
																							<li><a href="http://www.lockergnome.com/game/2006/02/03/dragon-ball-z-shin-budokai-announced-for-the-psp/" title="Dragon Ball Z: Shin Budokai Announced for the PSP">Dragon Ball Z: Shin Budokai Announced for the PSP</a></li>
																							<li><a href="http://www.lockergnome.com/game/2006/06/29/red-hot-arcade-fighter-super-dragon-ball-z-goes-gold/" title="Red Hot Arcade-Fighter 'Super Dragon Ball Z' Goes Gold">Red Hot Arcade-Fighter 'Super Dragon Ball Z' Goes Gold</a></li>
																							<li><a href="http://www.lockergnome.com/game/2005/09/02/atari-unleashes-holiday-dragon-ball-lineup/" title="Atari Unleashes Holiday Dragon Ball Lineup">Atari Unleashes Holiday Dragon Ball Lineup</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>How Chase/Quicken Screwed Me</title>
				<link>http://www.lockergnome.com/oztech/2008/07/21/how-chasequicken-screwed-me/</link>
				<comments>http://www.lockergnome.com/oztech/2008/07/21/how-chasequicken-screwed-me/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 18:59:34 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/oztech/2008/07/21/how-chasequicken-screwed-me/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1272? 1193541444" alt="Author Avatar" /></div>For years I have had a Quicken credit card. The rate was decent at 10%. I then missed 1 payment and the APR skyrocketed to 28%. OK, so I call QuickenCard, which is CitiBank. I ask them to please lower my APR. They say OK, and that it will be done in 1 month. Enter Chase, who takes over the QuickenCard services. I notice on my first statement with the new bank that my APR is 28%. I call and ask about getting a lower rate. Nope, can't do it. "We don't have access to your previous information." I spoke to a supervisor, same thing.

I have fairly decent credit, and even another Chase card with an 11% rate. Why the 28% rate? Because they can, and there's nothing I can do about it. Too bad that Chase is giving Quicken a bad name, I will never buy another Quicken product. I would suggest you do the same. Microsoft and HR Block make better money products anyways. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/oztech/2008/04/22/ideas-for-going-green/" title="Ideas for Going Green">Ideas for Going Green</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2005/02/07/planned-obsolescence-in-windows-quicken-software/" title="Planned Obsolescence In Windows Quicken Software">Planned Obsolescence In Windows Quicken Software</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/09/19/intuit-pits-its-customers-against-its-partners/" title="Intuit Pits Its Customers Against Its Partners">Intuit Pits Its Customers Against Its Partners</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2006/06/08/quicken-2006-a-review/" title="Quicken 2006 - A Review">Quicken 2006 - A Review</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/05/01/intuit-looking-for-beta-testers-for-quicken-2004-for-mac-os-x-and-mac-os-9x/" title="Intuit Looking For Beta Testers For Quicken 2004 For Mac OS X And Mac OS 9.x">Intuit Looking For Beta Testers For Quicken 2004 For Mac OS X And Mac OS 9.x</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/08/08/quicken-deluxe-2001-privacy-statement-viewing-error/" title="Quicken Deluxe 2001 privacy statement viewing error">Quicken Deluxe 2001 privacy statement viewing error</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Rolling Up The Charger Cord, Permanently</title>
				<link>http://www.lockergnome.com/cellphones/2008/07/21/rolling-up-the-charger-cord-permanently/</link>
				<comments>http://www.lockergnome.com/cellphones/2008/07/21/rolling-up-the-charger-cord-permanently/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 18:24:30 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/cellphones/2008/07/21/rolling-up-the-charger-cord-permanently/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1394? 1211852643" alt="Author Avatar" /></div>Cords, cords cords.?? In today's world, electronic devices almost define us.?? Along with them goes corded chargers.?? Since companies love to sell you accessories, they are all proprietary, meaning you have to have one for each of your devices.?? I have a box full of wall chargers and I haven't got a clue what they go to, just sitting in my closet.?? Most from old devices that are stored somewhere in this apartment, I have no clue where.

Named one of TIME magazine???s best inventions of the year, the <a href="http://www.wildcharge.com/" rel="nofollow">WildCharger</a> is a flat, thin pad (it could easily be mistaken for a mouse pad) with a conductive surface. When the pad is plugged in, any cell phone or other electronic device that is set on it automatically begins to charge. Well, OK, it???s not quite that easy: the cell phone or device must first be equipped with a WildCharge adapter in order to power up. An adapter connects to a device???s battery cover and has tiny bumps all over it that, when in contact with any part of the pad, receive power and transfer it inward. The pad can be used universally with any device that has an adapter ??? meaning all different types and brands of cell phones or music and video players can be charged on any pad. And, the charging speed is exactly the same as if the device was plugged into an outlet with a charger.

<a href="http://www.flickr.com/photos/teddgcm/2690487777/" title="image-1 by teddgcm, on Flickr"><img src="http://farm4.static.flickr.com/3204/2690487777_cea1b45434_o.jpg" alt="image-1" width="454" height="182" /></a>

Right now the device is limited to certain brands, such as the Motorola RAZR and iPod.?? Each device has to be equipped with an adapter that allows the charge to reach the battery, but can't you see this being updated so all you have to do is lay any electronic device on it to charge??? It will sense anything that is not meant to be on it, such as car keys, and shut itself down, then restart once those items are removed and a compatible device is set on it.

I can see coffee tables embedded with this and other surfaces you might routinely put your electronic devices. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/02/21/tips-on-cell-phone-use/" title="Tips on Cell Phone Use">Tips on Cell Phone Use</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/02/17/the-time-has-come-for-analog/" title="The Time Has Come For Analog">The Time Has Come For Analog</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/06/14/hypermiling-technique-to-save-gas/" title="Hypermiling, Technique to Save Gas">Hypermiling, Technique to Save Gas</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/07/09/football-field-ranged-bluetooth/" title="Football Field Ranged Bluetooth">Football Field Ranged Bluetooth</a></li>
																							<li><a href="http://www.lockergnome.com/cellphones/2008/05/20/patience-is-a-virtue/" title="Patience is a virtue">Patience is a virtue</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/mobile/2004/08/24/fonegear-cord-free-headset/" title="foneGEAR CORD FREE Headset">foneGEAR CORD FREE Headset</a></li>
																							<li><a href="http://www.lockergnome.com/mobile/2006/07/24/boxwave-versacharger-pro-and-minisync/" title="BoxWave VersaCharger Pro and miniSync">BoxWave VersaCharger Pro and miniSync</a></li>
																							<li><a href="http://www.lockergnome.com/mobile/2005/06/20/vodafone-netherlands-offers-solar-charger-for-mobile-phones/" title="Vodafone Netherlands offers solar charger for mobile phones">Vodafone Netherlands offers solar charger for mobile phones</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2005/02/24/i-got-my-xbox-replacement-cord/" title="I Got My Xbox Replacement Cord">I Got My Xbox Replacement Cord</a></li>
																							<li><a href="http://www.lockergnome.com/mobile/2005/03/11/new-palmone-treo-bluetooth-wireless-headset/" title="New palmOne Treo Bluetooth Wireless Headset">New palmOne Treo Bluetooth Wireless Headset</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>The Heath Ledger Movie...Erm... The Dark Knight</title>
				<link>http://www.lockergnome.com/techandramen/2008/07/21/the-heath-ledger-movieerm-the-dark-knight/</link>
				<comments>http://www.lockergnome.com/techandramen/2008/07/21/the-heath-ledger-movieerm-the-dark-knight/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 18:23:06 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/techandramen/2008/07/21/the-heath-ledger-movieerm-the-dark-knight/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div>Why do we watch movies? Are they merely easier to digest than books? They are definitely faster to consume. Is it just the bright shinies of the silver screen that attract us, the explosions, guts, and sex???I subscribe to a different school of thought. Unfortunately, there are very few reminders these days as to why we prefer movies to books, besides the obvious ease with which we enjoy them. Occasionally, an actor undertakes such a mind blowing performance that we are reminded why we fork out ten bucks for a ticket and an extra ten for some burnt popcorn and a watery beverage.

<p>To be blunt, Heath Ledger's Joker could very well be the greatest character portrayal of all time. I'm not talking the top ten here; I'm talking number one. Ledger's performance is absolutely flawless, and it is obvious that he completely loses himself in his character. He makes the other actors' performances seem almost remedial, especially Bales. The performance is easily Ledger's best and is easily deserving of best actor.

<p>That being said, lets discuss the movie. The Dark Knight on its own merit is ok. It's not mind blowing. There is a single performance that makes the movie "good." To put this in another perspective, would putting Ken Griffey, Jr. on a little league team make the team "good?" I'd bet not. This same premise applies to The Dark Knight; it's a fun movie, but not quite up to par. It is obvious that the writers were trying to tie in as much of the old-school Batman as possible (bat computer, Two Face, etc.), and this makes bits of the movie seem almost forced (quite a bit of cell phone product placement is also an unwelcome touch).

<p>How could I be so harsh? The simple fact is, there is enough of the Joker in the movie to make it fantastically entertaining. This movie is by far a must see, if not for anything else, for Ledger's performance alone. It's a fitting end to a fantastic career. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/techandramen/2008/06/30/fido-a-pleasant-suprise/" title="Fido, A Pleasant Suprise">Fido, A Pleasant Suprise</a></li>
																							<li><a href="http://www.lockergnome.com/techandramen/2008/06/28/wanted-delivers/" title="Wanted Delivers!">Wanted Delivers!</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/omnidragon/2008/01/23/heath-ledger-dead/" title="Heath Ledger - Dead">Heath Ledger - Dead</a></li>
																							<li><a href="http://www.lockergnome.com/spxds/2008/07/21/a-dark-vacation/" title="A Dark Vacation ">A Dark Vacation </a></li>
																							<li><a href="http://www.lockergnome.com/krnsidez/2008/02/20/knight-rider/" title="Knight Rider">Knight Rider</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/06/12/transformers-the-movie/" title="Transformers the Movie">Transformers the Movie</a></li>
																							<li><a href="" title="Brokeback Mountain - Review">Brokeback Mountain - Review</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Circulate Prologue Review</title>
				<link>http://www.lockergnome.com/igames/2008/07/21/circulate-prologue-review/</link>
				<comments>http://www.lockergnome.com/igames/2008/07/21/circulate-prologue-review/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 17:36:05 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/igames/2008/07/21/circulate-prologue-review/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_1001? 1216590631" alt="Author Avatar" /></div><img src="http://farm4.static.flickr.com/3002/2691131456_f493e6040f.jpg?v=0" align="middle" height="197" width="276" />

Circulate Prologue was released today on in the App Store for the modest price of $.99 and is another addition to the huge collection of puzzle games for the iPhone. You may have already heard of the game Circulate before because it has been released in the past for numerous cell phones. As you may of noticed the game features the word prologue to its name because this inst the full game.

<img src="http://farm4.static.flickr.com/3295/2690322079_8cf1b3ebee.jpg?v=0" height="197" width="296" />

This shouldn't scare you away from buying it though because the few hours I have put into have been pretty fun. The gameplay starts off simple and gets pretty complex.?? You have to get three of the same color spheres touching for a few seconds for them to disappear and for you to get points and to extend the time. This is basically the first few levels. After a while bombs and Grey color spheres will start to drop and you have to tap the bomb to blow up the Grey spheres and some of the other surrounding spheres. You have to tilt the screen around, surprise, to move the spheres around and try to match them up.

<img src="http://farm4.static.flickr.com/3133/2691135082_7a0ecf9a2b.jpg?v=0" height="197" width="296" />

I really like the graphics in this game. Everything is bright and the levels change without a loading screen at all and the action keeps going as the level changes. The strong point of this game is its sound. The music in the game is MP3 quality and really gives a good relaxing score, almost rivaling that of Aqua Forrest.

If you have a dollar to spend this game is worth checking out. I suspect that the full game will be released here shortly and that should be fun to play also, until then enjoy this game.

<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285100093&amp;mt=8">??App Store Link </a> <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/igames/2008/07/21/5-iphone-games-you-should-own/" title="5 iPhone games you should own">5 iPhone games you should own</a></li>
																							<li><a href="http://www.lockergnome.com/igames/2008/07/21/dizzy-bee-review/" title="Dizzy Bee Review">Dizzy Bee Review</a></li>
																							<li><a href="http://www.lockergnome.com/igames/2008/07/21/crash-bandicoot-nitro-kart-review/" title="Crash Bandicoot Nitro Kart Review">Crash Bandicoot Nitro Kart Review</a></li>
																							<li><a href="http://www.lockergnome.com/igames/2008/07/21/de-blob-review/" title="De Blob Review">De Blob Review</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/leonacrafts/2008/03/16/the-forbidden-breed/" title="The Forbidden Breed">The Forbidden Breed</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/12/04/mandriva-2008-extensive-product-review/" title="Mandriva 2008 - Extensive Product Review">Mandriva 2008 - Extensive Product Review</a></li>
																							<li><a href="http://www.lockergnome.com/game/2007/12/14/the-witcher-downloadable-demo-available-now/" title="'The Witcher' Downloadable Demo Available Now">'The Witcher' Downloadable Demo Available Now</a></li>
																							<li><a href="http://www.lockergnome.com/sitstayfetchreviews/2008/02/04/sitstayfetch-premium-review/" title="SitStayFetch Premium Review">SitStayFetch Premium Review</a></li>
																							<li><a href="http://www.lockergnome.com/osx/2004/07/16/review-of-3-os-x-backup-utilities/" title="Review of 3 OS X Backup Utilities">Review of 3 OS X Backup Utilities</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Dental Guilt</title>
				<link>http://www.lockergnome.com/canine/2008/07/21/dental-guilt/</link>
				<comments>http://www.lockergnome.com/canine/2008/07/21/dental-guilt/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 17:31:13 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/canine/2008/07/21/dental-guilt/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div>Sometimes we dentists feel like we're in charge of the confessional "Dr I haven't flossed for a year, Dr I know I clench my teeth, Dr I know I should have gotten that crown"?? "Ok Mrs O'malley give me three flossings, one fluoride treatment, a cleaning and you are forgiven" ???? I get it all the time, and I'm here to say lose it.?? Forget it, and stop feeling guilty about the choices you make with your oral health.?? I have had multiple patients of late, good patients that took fantastic care of their teeth, all of the sudden have problems.?? In both cases these people had lost loved ones, in one case multiple loved ones, and friends.?? What am I supposed to say, "Ken you've lost your wife, and are grieving, but damnit you should be flossing better, and now there are 3 cavities because you haven't brushed for a month"???? I can't do that, it's cruel,?? I treat my patients like family so I just can't do it.???? I don't care how bad it gets, I want my patients to trust that I will help them get better, and work to prevent things from getting worse.???? In both cases I was able to provide some preventive measures to help the patients get through their grieving, and we mopped things up when they were ready. ?? It doesn't mean I won't still provide preventive advice, or my opinion as to which treatment would be best, but we as dentists do understand our patients make decisions based on the greater context of their own lives, and it's ok, so lose the guilt, go in, get it fixed. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/canine/2008/05/28/i-have-a-refrigerator-just-for-beer/" title="I have a refrigerator just for beer.">I have a refrigerator just for beer.</a></li>
																							<li><a href="http://www.lockergnome.com/canine/2008/06/13/my-take-on-intraoral-cameras/" title="My take on intraoral cameras">My take on intraoral cameras</a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/search/2006/02/20/web-search-feature-giving-consumers-easy-personalized-information-about-dental-plans/" title="Web Search Feature Giving Consumers Easy Personalized Information About Dental Plans">Web Search Feature Giving Consumers Easy Personalized Information About Dental Plans</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2005/10/18/simple-steps-to-better-dental-health/" title="Simple Steps To Better Dental Health">Simple Steps To Better Dental Health</a></li>
																							<li><a href="http://www.lockergnome.com/news/2007/12/05/its-not-just-a-kid-thing-fluoridated-tap-water-benefits-older-adults-even-more/" title="It's Not Just A Kid Thing: Fluoridated Tap Water Benefits Older Adults Even More">It's Not Just A Kid Thing: Fluoridated Tap Water Benefits Older Adults Even More</a></li>
																							<li><a href="http://www.lockergnome.com/forsythe/2008/03/27/dental-hmo-data-breach/" title="Dental HMO Data Breach">Dental HMO Data Breach</a></li>
																							<li><a href="http://www.lockergnome.com/forsythe/2007/11/28/dental-care-for-dogs/" title="Dental Care for Dogs">Dental Care for Dogs</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
												<item>
				<title>Help Build A Simple Web Tablet For $200</title>
				<link>http://www.lockergnome.com/blade/2008/07/21/help-build-a-simple-web-tablet-for-200/</link>
				<comments>http://www.lockergnome.com/blade/2008/07/21/help-build-a-simple-web-tablet-for-200/#comments</comments>
				<pubDate>Mon, 21 Jul 2008 15:46:33 -0400</pubDate>
				<guid isPermaLink="false">http://www.lockergnome.com/blade/2008/07/21/help-build-a-simple-web-tablet-for-200/</guid>
								<content:encoded><![CDATA[<div style="float: left; padding: 10px;"><img src="http://static.lockergnome.com/avatars/author_45? 1179783897" alt="Author Avatar" /></div>OK you techies. Here is your chance to get in on the bottom floor on a project over at TechCrunch. They want to design a web tablet and want to keep the price at $200. They are looking for techies to join in on the project and to actually develop a prototype of the unit. They list some of what they want the unit to be as:
<blockquote><strong>I???m tired of waiting - I want a dead simple and dirt cheap touch screen web tablet to surf the web. Nothing fancy like the Dell Latitude XT , which costs $2,500. Just a Macbook Air-thin touch screen machine that runs Firefox and possibly Skype on top of a Linux kernel. It doesn???t exist today, and as far as we can tell no one is creating one. So let???s design it, build a few and then open source the specs so anyone can create them. </strong>

<strong>Here???s the basic idea: The machine is as thin as possible, runs low end hardware and has a single button for powering it on and off, headphone jacks, a built in camera for video, low end speakers, and a microphone. It will have Wifi, maybe one USB port, a built in battery, half a Gigabyte of RAM, a 4-Gigabyte solid state hard drive. Data input is primarily through an iPhone-like touch screen keyboard. It runs on linux and Firefox. It would be great to have it be built entirely on open source hardware, but including Skype for VOIP and video calls may be a nice touch, too. </strong>

<strong>If all you are doing is running Firefox and Skype, you don???t need a lot of hardware horsepower, which will keep the cost way down.</strong>

<strong>The idea is to turn it on, bypass any desktop interface, and go directly to Firefox running in a modified Kiosk Mode that effectively turns the browser into the operating system for the device. Add Gears for offline syncing of Google docs, email, etc., and Skype for communication and you have a machine that will be almost as useful as a desktop but cheaper and more portable than any laptop or tablet PC. </strong>

<strong>It will also include a custom default home page with large buttons for bookmarked services - news, Meebo/Ebuddy for IM, Google Docs/Zoho for Office, Email, social networks, photo sites, YouTube, etc. Everything that you use every day.</strong>

<strong>We???re working with a supply chain management company that says the basic machine we???re looking to build can be created for just a few hundred dollars. They need us to write the software modifications to Linux and Firefox (more on that below) and spec the hardware. Then they run with it and can have a few prototypes built within a month.</strong>

<strong>What will we call it? The best name I can think of is the Firefox Tablet, but that will take a round of discussions with Mozilla.</strong></blockquote>
I'll tell you one thing. I give the folks over at TechCrunch credit for taking on a project that would provide a useful and simple device for surfing the Internet. That they are asking for assistance from the public is also commendable. So if you have something to offer, join in and help to develop this new device. Even if you have no techie abilities, join in a give the project your support. Already over 200 folks have already left comments.

Here is how to join in:
<blockquote><strong>We???ll be coordinating the project <a href="http://www.techcrunchit.com/2008/07/21/the-techcrunch-web-tablet-project/">over at TechCrunchIT<img src="http://i.ixnp.com/images/v3.39.1/t.gif" /></a>. Leave a comment there if you want to participate and we???ll be in touch soon.</strong></blockquote>
Comments welcome.

Spread the word.
<a href="http://www.techcrunch.com/2008/07/21/we-want-a-dead-simple-web-tablet-help-us-build-it/" title="Source"><strong>Source</strong></a>. <p>Related Articles: <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2008/01/10/windows-vista-sp1-rc-update-refresh-available/" title="Windows Vista SP1 RC Update [Refresh] Available">Windows Vista SP1 RC Update [Refresh] Available</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/11/26/vista-palm-umpc-question-can-they-sync/" title="Vista + Palm + UMPC Question - Can They Sync?">Vista + Palm + UMPC Question - Can They Sync?</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/12/19/dell-latitude-xt-comments-say-it-all/" title="Dell Latitude XT - Comments Say It All">Dell Latitude XT - Comments Say It All</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/03/07/simple-dst-fix-how-come-nobody-has-mentioned-this/" title="Simple DST Fix - How Come Nobody Has Mentioned This?">Simple DST Fix - How Come Nobody Has Mentioned This?</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/04/17/firefox-mozilla-looking-for-testers-ebay-users/" title="Firefox - Mozilla Looking For Testers - Ebay Users ">Firefox - Mozilla Looking For Testers - Ebay Users </a></li>
						</ul>
			</div> <div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/hardware/2006/01/10/asus-r15-tablet-pc-at-ces/" title="ASUS R15 Tablet PC at CES">ASUS R15 Tablet PC at CES</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/02/22/why-tablet-pc/" title="Why Tablet PC">Why Tablet PC</a></li>
																							<li><a href="http://www.lockergnome.com/koty183/2008/06/22/wootcom-graphics-tablet/" title="Woot.com Graphics Tablet">Woot.com Graphics Tablet</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/07/07/tablet-pc-guy-gets-slashdotted/" title="Tablet PC Guy Gets Slashdotted">Tablet PC Guy Gets Slashdotted</a></li>
																							<li><a href="http://www.lockergnome.com/hardware/2005/05/05/tablet-pc-md/" title="Tablet PC, MD">Tablet PC, MD</a></li>
						</ul>
			</div></p>]]></content:encoded>
			</item>
						  <item> 
  <title>Online Web Conferencing for Meetings</title>
  <description>Tired of business travel? Conduct meetings online with &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;GoToMeeting&lt;/a&gt; instead. We've been using it for quite some time for both personal and professional projects - it's worked like a charm! If you're an independent consultant, you owe it to your clients to start using &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;collaboration software&lt;/a&gt; for Web-based interaction.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.GoToMeeting.com/ChrisPirillo</link>
  <guid>http://www.GoToMeeting.com/ChrisPirillo</guid>
  </item>

  <item>
  <title>Network Tools for Windows</title>
  <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link>
  <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid>
  </item>

  <item>
  <title>Trade in Your Cell Phones for Money</title>
  <description>Do you have a ton of old cell phones and mobile devices lying around in drawers, taking up space? Trade them in for cold hard cash! Chris has done it so many times that &lt;a href=&quot;http://www.cellforcash.com/chris-pirillo/&quot;&gt;Cell for Cash&lt;/a&gt; made him a partner. If you're not using that hardware anymore, you may as well liquidate it with ease - at no cost to you. What are you waiting for? You can go through our link, or visit the site and tell them that Chris sent you. It's real, and it's certainly real money. &lt;a href=http://www.cellforcash.com/chris-pirillo/&quot;&gt;Sell back your cell phones&lt;/a&gt;!
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.cellforcash.com/chris-pirillo/</link>
  <guid>http://www.cellforcash.com/chris-pirillo/</guid>
  </item>

  <item>
  <title>Get Your Own Web Site</title>
  <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
  &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link>
  <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid>
  </item>

  <item>
  <title>Get a Free Audio Book</title>
  <description>Are you tired of reading books? Me too. Over the years, I developed pulpuslaceratapohobia  - and the only known cure for that is &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;Audible&lt;/a&gt;. Finally, a way to digest words without actually having to read them. Professional voices are wonderful choices if you love literary works in audio format. Are you ready to read some &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;audio books&lt;/a&gt;? Maybe you should just listen to them instead.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://audiblepodcast.com/chris</link>
  <guid>http://audiblepodcast.com/chris</guid>
  </item>

  <item>
  <title>VMware and Parallels for Virtual Machines</title>
  <description>
  It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link>
  <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid>
  </item>

  <item>
  <title>Screen Capture for Multi-taskers</title>
  <description>
  &lt;a href=&quot;http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01&quot;&gt;SnagIt&lt;/a&gt; 9 works like you work! Capture, edit and share images from your PC screen without breaking stride: stores captures automatically whether you saved them or not; new visual search panel lets you find captures easily whenever you need them.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Tue, 10 Jun 2008 06:30:00 GMT</pubDate>
  <link>http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01</link>
  <guid>http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01</guid>
  </item>

  <item>
  <title>Screencast Software</title>
  <description>
  &lt;a href=&quot;http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1&quot;&gt;Camtasia Studio&lt;/a&gt; is the smart, friendly screen recorder (and more). With it, you can create stunning videos with a great degree of ease. Download the &lt;a href=&quot;http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1&quot;&gt;free trial&lt;/a&gt; now and in no time you'll be sharing buzz-worthy screencasts, persuasive presentations, training that ROCKS, and demos that sell. Show exactly what's on your screen to anyone, anywhere. Record your screen, audio, and/or webcam! Make them wonder how you did it.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Sat, 12 Jul 2008 06:30:00 GMT</pubDate>
  <link>http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1</link>
  <guid>http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1</guid>
  </item>
  
  <item>
  <title>Coupons for Online Shopping</title>
  <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;
 Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt;
  </description> 
  <author>chris@lockergnome.com (Chris Pirillo)</author> 
  <category>Partner</category> 
  <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate>
  <link>http://coupons.lockergnome.com/</link> 
  <guid>http://coupons.lockergnome.com/</guid>
  </item>

		</channel>
		</rss>