Developer Notebook Bloghttp://daveweaver.net/(none)en-usMon, 05 May 2008 13:40:48 GMTConnectServer Sites 1.8.5223.2david.weaver@missionresearch.comdavid.weaver@missionresearch.comhttp://daveweaver.net/notebook,trackback,IveFoundTheGoldhttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,IveFoundTheGoldhttp://daveweaver.net/notebook,commentview,IveFoundTheGoldhttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2c1027cc-f44f-4e40-bacd-45bdcb78d80e

After many years of searching for that elusive gold at the end of the rainbow, I've found it. Wasn't quite what I was expecting...

rainbows_end[1]

I've Found The Goldhttp://daveweaver.net/notebook,permalink,IveFoundTheGoldhttp://daveweaver.net/notebook,permalink,IveFoundTheGoldMon, 05 May 2008 13:40:48 GMT<p>After many years of searching for that elusive gold at the end of the rainbow, I've found it. Wasn't quite what I was expecting... </p> <p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/IveFoundTheGold_880E/rainbows_end%5B1%5D_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="330" alt="rainbows_end[1]" src="http://daveweaver.net/media/blog/WindowsLiveWriter/IveFoundTheGold_880E/rainbows_end%5B1%5D_thumb.jpg" width="465" border="0" /></a> </p>http://daveweaver.net/notebook,commentview,IveFoundTheGoldmisc
http://daveweaver.net/notebook,trackback,ScheduledTaskCouldNotStarthttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,ScheduledTaskCouldNotStarthttp://daveweaver.net/notebook,commentview,ScheduledTaskCouldNotStarthttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8e521f85-ee8a-4d84-92dd-bf95c2b8d875

image Here's a little tip to remember when scheduling tasks on a PC. If you setup a scheduled task to run as a specific user other than yourself (maybe in the case of a server maintenance job) you'll have to give that user some specific permissions so that the task will run unattended. The typical symptom of not having permissions setup correctly is the status "Could not start". A quick fix is to make the user a member of the Administrator's group. You don't want to do that, but it will tell you that the problem is likely permissions if the task runs as an admin. Once you determine it's a permissions problem, here are several things to verify:

  1. Make sure the user has Read + Executable permission on the file being executed.
  2. Make sure the user has proper permissions to access any resources being read or modified as part of the task's operation. If it's writing a log file to disk, it should have Write permission to the folder and file it's writing to.
  3. Make sure the user has permission to execute C:\Windows\System32\cmd.exe
  4. Make sure the user is listed in the "Log on as a batch job" in the computer's local policies. (And not specifically listed in the "Deny log on as batch job" policy).
Scheduled Task: Could Not Starthttp://daveweaver.net/notebook,permalink,ScheduledTaskCouldNotStarthttp://daveweaver.net/notebook,permalink,ScheduledTaskCouldNotStartWed, 30 Apr 2008 15:57:48 GMT<p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/ScheduledTaskCouldNotStart_A81F/image_2.png"><img style="border-right: 0px; border-top: 0px; margin: 0px 0px 20px 20px; border-left: 0px; border-bottom: 0px" height="99" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/ScheduledTaskCouldNotStart_A81F/image_thumb.png" width="235" align="right" border="0" /></a> Here's a little tip to remember when scheduling tasks on a PC. If you setup a scheduled task to run as a specific user other than yourself (maybe in the case of a server maintenance job) you'll have to give that user some specific permissions so that the task will run unattended. The typical symptom of not having permissions setup correctly is the status &quot;Could not start&quot;. A quick fix is to make the user a member of the Administrator's group. You don't want to do that, but it will tell you that the problem is likely permissions if the task runs as an admin. Once you determine it's a permissions problem, here are several things to verify: </p> <ol> <li>Make sure the user has Read + Executable permission on the file being executed.</li> <li>Make sure the user has proper permissions to access any resources being read or modified as part of the task's operation. If it's writing a log file to disk, it should have Write permission to the folder and file it's writing to.</li> <li>Make sure the user has permission to execute C:\Windows\System32\cmd.exe</li> <li>Make sure the user is listed in the &quot;Log on as a batch job&quot; in the computer's local policies. (And not specifically listed in the &quot;Deny log on as batch job&quot; policy).</li> </ol>http://daveweaver.net/notebook,commentview,ScheduledTaskCouldNotStartdesktop;misc
http://daveweaver.net/notebook,trackback,PrintToPDFFreelyhttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,PrintToPDFFreelyhttp://daveweaver.net/notebook,commentview,PrintToPDFFreelyhttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=c62c935d-4f98-43d8-ac61-2154167dd36d1

image Our dev team has just upgraded all our dev machines to shiny new Dell T5400's running Vista. Very nice, especially with 3 flat-panel monitors attached. There's a little bit of excitement in upgrading computers even though it's a bit of a job. There's always a few little programs that get missed when you upgrade to a fresh computer. I noticed today that there wasn't a way to print to a PDF document. I remember having that on my old computer, but not sure how it got there. Anyway, a quick search turned me on to PrimoPDF. It was quick to install and does a great job on my Vista machine. It's also free which is great.

Print To PDF Freelyhttp://daveweaver.net/notebook,permalink,PrintToPDFFreelyhttp://daveweaver.net/notebook,permalink,PrintToPDFFreelyWed, 16 Apr 2008 16:58:57 GMT<p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/PrintToPDFFreely_B679/image_2.png"><img style="border-right: 0px; border-top: 0px; margin: 0px 20px 20px 0px; border-left: 0px; border-bottom: 0px" height="53" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/PrintToPDFFreely_B679/image_thumb.png" width="195" align="left" border="0" /></a> Our dev team has just upgraded all our dev machines to shiny new Dell T5400's running Vista. Very nice, especially with 3 flat-panel monitors attached. There's a little bit of excitement in upgrading computers even though it's a bit of a job. There's always a few little programs that get missed when you upgrade to a fresh computer. I noticed today that there wasn't a way to print to a PDF document. I remember having that on my old computer, but not sure how it got there. Anyway, a quick search turned me on to <a title="Free Print-to-PDF print driver for Vista" href="http://www.primopdf.com/" target="_blank">PrimoPDF</a>. It was quick to install and does a great job on my Vista machine. It's also free which is great. </p>http://daveweaver.net/notebook,commentview,PrintToPDFFreelydesktop;tools
http://daveweaver.net/notebook,trackback,MoreProgrammingCheatSheetshttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,MoreProgrammingCheatSheetshttp://daveweaver.net/notebook,commentview,MoreProgrammingCheatSheetshttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=fb672d57-92f4-4162-afbd-17f7c77bdd42

image I've linked to a couple cheat sheets in the past (Powershell and CSS), but I've run across a post that lists a bunch for different languages and frameworks. Most of them are available as PDFs. See webtecker.com.

 

The image is from a VisiBone advertisement. That company sells some great cheat sheets and cheat books.

More Programming Cheat Sheetshttp://daveweaver.net/notebook,permalink,MoreProgrammingCheatSheetshttp://daveweaver.net/notebook,permalink,MoreProgrammingCheatSheetsTue, 15 Apr 2008 15:31:50 GMT<p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/MoreProgrammingCheatSheets_A211/image_2.png"><img style="border-right: 0px; border-top: 0px; margin: 0px 20px 20px 0px; border-left: 0px; border-bottom: 0px" height="209" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/MoreProgrammingCheatSheets_A211/image_thumb.png" width="166" align="left" border="0" /></a> I've linked to a couple cheat sheets in the past (<a href="http://daveweaver.net/notebook,permalink,PowerShellCheatSheet" target="_blank">Powershell</a> and <a href="http://daveweaver.net/notebook,permalink,CSSCheatSheets" target="_blank">CSS</a>), but I've run across a post that lists a bunch for different languages and frameworks. Most of them are available as PDFs. See <a href="http://webtecker.com/2008/04/14/programing-cheat-sheets/" target="_blank">webtecker.com</a>. </p> <p>&#160; </p> <p>The image is from a <a href="http://www.visibone.com/" target="_blank">VisiBone</a> advertisement. That company sells some great cheat sheets and cheat books. </p>http://daveweaver.net/notebook,commentview,MoreProgrammingCheatSheetsprogramming;tools;web
http://daveweaver.net/notebook,trackback,WhereDidIGohttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,WhereDidIGohttp://daveweaver.net/notebook,commentview,WhereDidIGohttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b56cdb02-16d7-4c7b-9936-5d57f054b592

image It's been several months since I've posted (not that anyone has noticed) because we at Mission Research have been heads down putting out a great upgrade to GiftWorks. The GiftWorks 2008 release has three major milestones and we've currently just finished up the second and are on to the third. We'll be done sometime in June if all goes well. The project started in the fall and got off to a slow start, but we're up to speed now and I'm very happy with the progress. Check out my company blog to see details of the release.

Where Did I Go?http://daveweaver.net/notebook,permalink,WhereDidIGohttp://daveweaver.net/notebook,permalink,WhereDidIGoMon, 14 Apr 2008 15:32:25 GMT<p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/WhereDidIGo_A3E4/image_2.png"><img style="border-right: 0px; border-top: 0px; margin: 0px 0px 20px 20px; border-left: 0px; border-bottom: 0px" height="84" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/WhereDidIGo_A3E4/image_thumb.png" width="240" align="right" border="0" /></a> It's been several months since I've posted (not that anyone has noticed) because we at Mission Research have been heads down putting out a great upgrade to GiftWorks. The GiftWorks 2008 release has three major milestones and we've currently just finished up the second and are on to the third. We'll be done sometime in June if all goes well. The project started in the fall and got off to a slow start, but we're up to speed now and I'm very happy with the progress. Check out my <a title="Mission Research CTO Blog" href="http://daveweaver.net/mission">company blog</a> to see details of the release. </p>http://daveweaver.net/notebook,commentview,WhereDidIGomisc
http://daveweaver.net/notebook,trackback,AThanksgivingSurprisehttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,AThanksgivingSurprisehttp://daveweaver.net/notebook,commentview,AThanksgivingSurprisehttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=74a841a2-81fb-44fa-b449-d38cd22820b7

imageHere's a funny cartoon that I found while looking through some of my old files.  Not sure where it's from, but it always make me laugh.

A Thanksgiving Surprisehttp://daveweaver.net/notebook,permalink,AThanksgivingSurprisehttp://daveweaver.net/notebook,permalink,AThanksgivingSurpriseTue, 20 Nov 2007 05:01:01 GMT<p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/AThanksgivingSurprise_39/image.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; margin: 0px 0px 0px 20px; border-left: 0px; border-bottom: 0px" height="264" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/AThanksgivingSurprise_39/image_thumb.png" width="180" align="right" border="0"></a>Here's a funny cartoon that I found while looking through some of my old files.&nbsp; Not sure where it's from, but it always make me laugh. </p>http://daveweaver.net/notebook,commentview,AThanksgivingSurprisemisc
http://daveweaver.net/notebook,trackback,InnovationFeatureCreepAndOpenSourcehttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,InnovationFeatureCreepAndOpenSourcehttp://daveweaver.net/notebook,commentview,InnovationFeatureCreepAndOpenSourcehttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=a00596fa-2f0e-49e2-8201-cdfae5c977fe

imageHere's a very interesting interview of Jason Fried (of 37signals) by Walt Mossberg. It's from a conference on innovation in business. Jason explains how 37signals' business model helps them avoid the pressures of feature creep and how that makes his product a success. He emphasizes the use of the word "No" in developing software and trying to please everyone is the road to mediocrity. He comes up with a fitting analogy using Italian restaurants, but you'll have to watch the interview to hear it. The interview goes on to examine how feature creep affects the success of open source.

Innovation, Feature Creep and Open Sourcehttp://daveweaver.net/notebook,permalink,InnovationFeatureCreepAndOpenSourcehttp://daveweaver.net/notebook,permalink,InnovationFeatureCreepAndOpenSourceFri, 09 Nov 2007 14:50:04 GMT<p><a href="http://www.businessinnovationfactory.com/innovationstorystudio/bif3_jfried.php" target="_blank"><img style="border-right: 0px; border-top: 0px; margin: 0px 0px 20px; border-left: 0px; border-bottom: 0px" height="231" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/InnovationFeatureCreepandOpenSource_89CC/image_3.png" width="433" border="0"></a> <a title="Interview with Jason Fried" href="http://www.businessinnovationfactory.com/innovationstorystudio/bif3_jfried.php" target="_blank">Here's a very interesting interview</a> of Jason Fried (of 37signals) by Walt Mossberg. It's from a conference on innovation in business. Jason explains how 37signals' business model helps them avoid the pressures of feature creep and how that makes his product a success. He emphasizes the use of the word "No" in developing software and trying to please everyone is the road to mediocrity. He comes up with a fitting analogy using Italian restaurants, but you'll have to watch the interview to hear it. The interview goes on to examine how feature creep affects the success of open source. </p>http://daveweaver.net/notebook,commentview,InnovationFeatureCreepAndOpenSourcedesign;programming
http://daveweaver.net/notebook,trackback,MicrosoftRealtimeCommunicationsDemohttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,MicrosoftRealtimeCommunicationsDemohttp://daveweaver.net/notebook,commentview,MicrosoftRealtimeCommunicationsDemohttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=afed4b60-e9ce-41c0-944e-bf8ec7c016be1

Ran across this short demo video from a Microsoft employee blog. This is really cool and is supposed to be using some prototype hardware, software and services being developed by Microsoft. The OS's on the different devices are barely recognizable. Check it out.


Video: Microsoft's Vision of 2010.Microsoft Realtime Communications Demohttp://daveweaver.net/notebook,permalink,MicrosoftRealtimeCommunicationsDemohttp://daveweaver.net/notebook,permalink,MicrosoftRealtimeCommunicationsDemoThu, 08 Nov 2007 18:56:53 GMT<p>Ran across this short demo video from a Microsoft employee blog. This is really cool and is supposed to be using some prototype hardware, software and services being developed by Microsoft. The OS's on the different devices are barely recognizable. Check it out. </p><embed pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.video.msn.com/flash/soapbox1_1.swf" width="432" height="364" type="application/x-shockwave-flash" flashvars="c=v&amp;v=1c26eca7-649d-4377-9ae2-d6647025a0eb&amp;ifs=true&amp;fr=msnvideo&amp;mkt=en-US&amp;brand=" allowfullscreen="true" base="http://images.video.msn.com" quality="high"></embed> <br><a title="Microsoft's Vision of 2010." href="http://video.msn.com/video.aspx?vid=1c26eca7-649d-4377-9ae2-d6647025a0eb" target="_new">Video: Microsoft's Vision of 2010.</a>http://daveweaver.net/notebook,commentview,MicrosoftRealtimeCommunicationsDemomisc
http://daveweaver.net/notebook,trackback,SharePointServices30BetaADifficultUninstallhttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,SharePointServices30BetaADifficultUninstallhttp://daveweaver.net/notebook,commentview,SharePointServices30BetaADifficultUninstallhttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=28420c1c-2694-4746-8190-4e2488959609

I was trying to clean up one of our servers the other day that was running low on memory. There was an old installation of Windows SharePoint Services 3.0 Beta on it (which included an instance of SQL Server Embedded). It wasn't being used, but the database process was using up memory and I wanted it gone.

Uninstalling was not so easy. The uninstall would fail within a minute. I then read somewhere that you needed to remove the SharePoint Language Packs first, so I tried that.  That just made things worse. After the language packs were removed the SharePoint installer wouldn't run at all, saying it "The language of this installation package is not supported by your system." Now what?

image Whenever I run into uninstall issues I turn to a shareware product called MyUninstaller. It gives you a little more control over the uninstall process than the Add/Remove programs does in XP. I'm not totally sure of everything it does, I just usually try it when my uninstalls fail thru traditional methods. In this case it showed 3 install packages for SharePoint and one of them actually worked (as far as I can tell).

Uninstalling SharePoint in this manner failed to uninstall the SQL Server instance. SQL Server was not listed in Add/Remove Programs but was listed in MyUninstaller. Unfortunately the embedded edition does not allow you to uninstall it. Some searching on Google brought me to this website that shows how to uninstall the embedded edition from the command line. You just need to get the uninstall string from the registry (or right from MyUninstaller) and append an argument. That worked.

It was a bit of a hassle to clear that software from the server, and I probably would have given up if I didn't know about MyUninstaller. Great app.

SharePoint Services 3.0 Beta: A Difficult Uninstallhttp://daveweaver.net/notebook,permalink,SharePointServices30BetaADifficultUninstallhttp://daveweaver.net/notebook,permalink,SharePointServices30BetaADifficultUninstallThu, 08 Nov 2007 17:22:09 GMT<p>I was trying to clean up one of our servers the other day that was running low on memory. There was an old installation of Windows SharePoint Services 3.0 Beta on it (which included an instance of SQL Server Embedded). It wasn't being used, but the database process was using up memory and I wanted it gone. </p> <p>Uninstalling was not so easy. The uninstall would fail within a minute. I then read somewhere that you needed to remove the SharePoint Language Packs first, so I tried that.&nbsp; That just made things worse. After the language packs were removed the SharePoint installer wouldn't run at all, saying it "The language of this installation package is not supported by your system." Now what? </p> <p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/SharePointServi.0BetaADifficultUninstall_AD73/image_4.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 20px 20px; border-right-width: 0px" height="138" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/SharePointServi.0BetaADifficultUninstall_AD73/image_thumb_1.png" width="244" align="right" border="0"></a> Whenever I run into uninstall issues I turn to a shareware product called <a title="Uninstall Tool" href="http://www.nirsoft.net/utils/myuninst.html" target="_blank">MyUninstaller</a>. It gives you a little more control over the uninstall process than the Add/Remove programs does in XP. I'm not totally sure of everything it does, I just usually try it when my uninstalls fail thru traditional methods. In this case it showed 3 install packages for SharePoint and one of them actually worked (as far as I can tell). </p> <p>Uninstalling SharePoint in this manner failed to uninstall the SQL Server instance. SQL Server was not listed in Add/Remove Programs but was listed in MyUninstaller. Unfortunately the embedded edition does not allow you to uninstall it. Some searching on Google brought me to <a title="Uninstall SQL Server Embedded Edition from the command line" href="http://coppercoins.spaces.live.com/blog/cns!E15FE96DB520E62C!136.entry?wa=wsignin1.0" target="_blank">this website</a> that shows how to uninstall the embedded edition from the command line. You just need to get the uninstall string from the registry (or right from MyUninstaller) and append an argument. That worked. </p> <p>It was a bit of a hassle to clear that software from the server, and I probably would have given up if I didn't know about MyUninstaller. Great app. </p>http://daveweaver.net/notebook,commentview,SharePointServices30BetaADifficultUninstalltools
http://daveweaver.net/notebook,trackback,WorldsLargestDoghttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,WorldsLargestDoghttp://daveweaver.net/notebook,commentview,WorldsLargestDoghttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=a2bb1558-bb36-45c4-829b-613ea03c9835

image00146[1]

In keeping with my postings about biggest dogs, here is one that is very well done, but very fake. The Internet postings read...

Hercules was recently awarded the honorable distinction of Worlds Biggest Dog by Guinness World Records. Hercules is an English Mastiff And has a 38 inch neck and weighs 282 pounds.

With "paws the size of softballs" (reports the Boston Herald), the Three-year-old monster is far larger and heavier than his breed's Standard 200lb. Limit. Hercules owner Mr. Flynn says that Hercules Weight is natural and not induced by a bizarre diet:

"I fed him  normal food and he just grew".... And grew. And grew. And grew.

The truth is that Hercules, the massive English Mastiff, was real but his time in the limelight was in 2001 when he was the Guinness world record for the World's Largest Dog.  For some reason the story began circulating widely on the Internet in March, 2007, and was accompanied by a picture of an enormous dog being walked near a horse.  That picture is not of Hercules because it's a Neapolitan mastiff and Hercules is an English mastiff.  The picture is definitely fabricated, but very well done.  The dog is about half the size of the horse and an average horse is around 1,000 pounds.

Worlds Largest Doghttp://daveweaver.net/notebook,permalink,WorldsLargestDoghttp://daveweaver.net/notebook,permalink,WorldsLargestDogThu, 11 Oct 2007 12:51:47 GMT<p><a href="http://daveweaver.net/media/blog/WindowsLiveWriter/WorldsLargestDog_7CAE/image00146%5B1%5D_2.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 15px; border-right-width: 0px" height="276" alt="image00146[1]" src="http://daveweaver.net/media/blog/WindowsLiveWriter/WorldsLargestDog_7CAE/image00146%5B1%5D_thumb.jpg" width="414" border="0"></a> </p> <p>In keeping with <a title="Worlds Biggest Dog" href="http://daveweaver.net/notebook,permalink,WorldsBiggestDog" target="_blank">my postings about biggest dogs</a>, here is one that is very well done, but very fake. The Internet postings read... </p> <blockquote> <p>Hercules was recently awarded the honorable distinction of Worlds Biggest Dog by Guinness World Records. Hercules is an English Mastiff And has a 38 inch neck and weighs 282 pounds. <p>With "paws the size of softballs" (reports the Boston Herald), the Three-year-old monster is far larger and heavier than his breed's Standard 200lb. Limit. Hercules owner Mr. Flynn says that Hercules Weight is natural and not induced by a bizarre diet: <p>"I fed him&nbsp; normal food and he just grew".... And grew. And grew. And grew. </p></blockquote> <p>The truth is that Hercules, the massive English Mastiff, was real but his time in the limelight was in 2001 when he was the Guinness world record for the World's Largest Dog.&nbsp; For some reason the story began circulating widely on the Internet in March, 2007, and was accompanied by a picture of an enormous dog being walked near a horse.&nbsp; That picture is not of Hercules because it's a Neapolitan mastiff and Hercules is an English mastiff.&nbsp; The picture is definitely fabricated, but very well done.&nbsp; The dog is about half the size of the horse and an average horse is around 1,000 pounds. </p>http://daveweaver.net/notebook,commentview,WorldsLargestDogmisc
http://daveweaver.net/notebook,trackback,ExplanationsInPlainEnglishhttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,ExplanationsInPlainEnglishhttp://daveweaver.net/notebook,commentview,ExplanationsInPlainEnglishhttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=13a73293-3472-4313-916d-a4e9a44faec1

Here's a unique take on video tutorials used to explain some tougher topics. This video in particular explains Wikis. Produced by CommonCraft. Can't get any simpler than this and to me it does a great job explaining the subject.

 

Explanations In Plain Englishhttp://daveweaver.net/notebook,permalink,ExplanationsInPlainEnglishhttp://daveweaver.net/notebook,permalink,ExplanationsInPlainEnglishTue, 18 Sep 2007 22:46:02 GMT<p>Here's a unique take on video tutorials used to explain some tougher topics. This video in particular explains Wikis. Produced by <a title="CommonCraft" href="http://www.youtube.com/user/leelefever" target="_blank">CommonCraft</a>. Can't get any simpler than this and to me it does a great job explaining the subject. </p> <p><embed src="http://www.youtube.com/v/-dnL00TdmLY" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent"> </p> <p>&nbsp; </p>>http://daveweaver.net/notebook,commentview,ExplanationsInPlainEnglishmisc;web
http://daveweaver.net/notebook,trackback,HighScalabilityByAmazonhttp://daveweaver.net/pingback.aspxhttp://daveweaver.net/notebook,permalink,HighScalabilityByAmazonhttp://daveweaver.net/notebook,commentview,HighScalabilityByAmazonhttp://daveweaver.net/SyndicationService.asmx/GetEntryCommentsRss?guid=c086f635-22bc-4a96-8435-2c092917ae13

imageHere's an interesting write-up that summarizes several sources of information about Amazon and high scalability systems. I thought some of the bullet points were pretty insightful...

  • Between 100-150 services are accessed to build a page.
  • Take it for granted stuff fails, that's reality, embrace it. For example, go more with a fast reboot and fast recover approach.
  • Work from the customer backward. Focus on value you want to deliver
    for the customer. Start with a press release of what features the user will see and work backwards to check that you are building something valuable.
  • Use measurement and objective debate to separate the good from the bad. Referred to as getting rid of the influence of the HiPPO's, the highest paid people in the room. This is done with techniques like A/B testing and Web Analytics. If you have a question about what you should do, code it up, let people use it, and see which alternative gives you the results you want.
High Scalability By Amazonhttp://daveweaver.net/notebook,permalink,HighScalabilityByAmazonhttp://daveweaver.net/notebook,permalink,HighScalabilityByAmazonTue, 18 Sep 2007 22:38:56 GMT<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 20px 20px; border-right-width: 0px" height="43" alt="image" src="http://daveweaver.net/media/blog/WindowsLiveWriter/HighScalabilityByAmazon_10657/image_1.png" width="185" align="right" border="0"> <a title="Amazon Architecture" href="http://highscalability.com/amazon-architecture" target="_blank">Here's an interesting write-up</a> that summarizes several sources of information about Amazon and high scalability systems. I thought some of the bullet points were pretty insightful... </p> <ul> <li>Between 100-150 services are accessed to build a page. <li>Take it for granted stuff fails, that's reality, embrace it. For example, go more with a fast reboot and fast recover approach. <li>Work from the customer backward. Focus on value you want to deliver<br>for the customer. Start with a press release of what features the user will see and work backwards to check that you are building something valuable. <li>Use measurement and objective debate to separate the good from the bad. Referred to as getting rid of the influence of the HiPPO's, the highest paid people in the room. This is done with techniques like A/B testing and <acronym>Web Analytics</acronym>. If you have a question about what you should do, code it up, let people use it, and see which alternative gives you the results you want.</li> </ul>http://daveweaver.net/notebook,commentview,HighScalabilityByAmazonprogramming;web