first_page the funky knowledge base
personal notes from way, _way_ back and maybe today
  1. Cheikh Anta Diop, Civilization or Barbarism; Chapter 12: Characteristics of Political and Social African Structures and Their Effect on Historical Movement; European Translation of “the ascent of King Unas” to Compare with the Lord’s Supper; pp. 183–184
  2. Programming Microsoft Dynamics® CRM 4.0; Chapter 3: Communicating with Microsoft CRM APIs; “CrmService Web Service”; GetCrmService(); p. 54
  3. Programming Microsoft Dynamics® CRM 4.0; Chapter 3: Communicating with Microsoft CRM APIs; .NET Framework 3.0 Support; p. 52
  4. E.A. Wallis Budge, The Gods of the Egyptians; Chapter VI: “Osiris as Water-God”; pp. 122–123
  5. Silverlight 3.x Plug-In Parameters; Laurent Duveau
  6. Constraints on Type Parameters (C# Programming Guide)
  7. OData C# Code: An Example of Getting Scalar Data Asynchronously
  8. Unity C# Code: Static Service Locator Pattern for Unity; Richard Banks; StackOverflow.com
  9. WPF/Silverlight: “Layout with Absolute and Dynamic Positioning”
  10. Silverlight 3.0: “Silverlight 3.0 RTW: The CollectionViewSource”
  11. C# StructureMap: Simple Dependency Injection Sample for WPF
  12. WPF: “WPF Databinding: How do I access the ‘parent’ data context?”; StackOverflow.com; RelativeSource FindAncestor
  13. WPF XAML: “Binding to the Current Item in WPF”; Binding to the Current Item in in a Collection; ObservableCollection<T>
  14. Visual Studio 2008: Flippant Remarks about Test Run Configuration Files
  15. WPF: “Introduction to WPF Layout”; wpftutorial.net
  16. WPF: “VirtualizingStackPanel Class (System.Windows.Controls)”; the IsVirtualizing Property; Performance; MSDN
  17. WPF MVVM: “Rockford Lhotka—Initial thoughts on MVVM”
  18. WCF: “Data Contract Known Types”
  19. WPF: “Object Lifetime Events”; MSDN
  20. WPF: “Setting the Width (and Height) as a Percentage Value”
  21. WPF: “What is the difference between the ‘Resource’ and ‘Embedded Resource’ build actions?”
  22. LINQ: “LINQ To Entities and Lazy Loading”; Include()
  23. jQuery: “jQuery loading remote/external javascript files using getScript()”; Stephen Gray
  24. C#: “What is the second meaning of a single ampersand in C#?”; StackOverflow.com
  25. WPF: “How Do I Add a Splitter to my WPF Window?”; LearnWPF.com
  26. Explicit Join Syntax and Implicit Join Syntax
  27. Silverlight 2.x: “Silverlight Tips, Tricks, and Best Practices”
  28. C#: Auto-Implemented Properties (C# Programming Guide); MSDN
  29. WPF: ObservableCollection(T) Class (System.Collections.ObjectModel); MSDN
  30. LINQ to XML: “XML to IEnumerable<T>”; Andrew Hare; Using a Generic Method with an Interface Constraint
  31. Windows Server 2008: “Activation fails when you try to activate Windows Vista or Windows Server 2008 over the Internet”
  32. WPF: “How can I debug WPF bindings?”; Bea Stollnitz
  33. CSS: “Using the CSS @import Rule”
  34. C# in .NET 3.5: “Explanation of Func”; StackOverflow.com; Jon Skeet
  35. Ubuntu: “How to restart samba”; Ubuntu Forums
  36. Router MAC Address Filter; D-LINK SYSTEMS, INC. | WIRELESS ROUTER : Advanced / Network Filter
  37. WPF: “FrameworkElement.OverridesDefaultStyle Property (System.Windows)”
  38. Windows Presentation Foundation: “Text Clarity in WPF”
  39. “Remote Desktop Dual Monitor Support tip…”
  40. LINQ to XML: “…use XPathEvaluate() instead of XPathSelectElement[s]()”
  41. Team Foundation Server 2008: Some Important Work Item Queries in Pseudo Code
  42. WPF: “Where is the main method in my WPF application?”; App.g.cs
  43. C# Code: DatumStateEnum
  44. Expression Design 3.x: “How do you crop a picture in Design?”
  45. readonly keyword (C#)
  46. JavaScript: “JavaScript OPERATORS: = (Assignment Operators)”; DevGuru.com
  47. JavaScript: “Why does instanceof return false for some literals?”; stackoverflow.com
  48. Firefox 3.x: Using the SQLite Databases to Get Bookmark Data
  49. WPF: WPF DispatcherUnhandledException Pattern
  50. C# Code: “Object.GetHashCode Method (System)”; MSDN
  51. WPF and Visual Studio Design Time: “app.config isn't used in WPF designer”; Microsoft Connect
  52. C# Code: An Example of Subtracting DateTime; Making the Future a Negative Number
  53. Sound Forge: The Importance of the Ctrl+C, Crtl+E Combination; Breaking Up Large Sound Files
  54. WPF: Box or Flow? Grid or DataGrid?
  55. .NET 2.x: Something Obvious about Nullables
  56. LINQ to Objects Code: A Running Total
  57. WPF and WCF: The Decorator Pattern and Dispatcher.CurrentDispatcher
  58. WPF Error: “The name 'InitializeComponent' does not exist in the current context”
  59. CSS 2.1 Summary of Pseudo Elements; w3.org
  60. CSS 2.1 Summary of Selectors; Pseudo Classes; w3.org
  61. CSS Child Selectors and Descendant Selectors; Microsoft Internet Explorer Limitations; webmasterworld.com
  62. “Are Partial Methods Some Form Of AOP (Aspect Oriented Programming)?”; Scott Wisniewski
  63. “When to use RenderAction vs RenderPartial with ASP.NET MVC”
  64. “Configuring explicit Run As on Windows Server 2008”; Rick Vanover
  65. Windows 7: “Fix Problems With Copying Large Files in Windows Vista”; netsh
  66. VMware: “Turning off the PC speaker for all virtual machines”
  67. “How can I add a class attribute via Html.BeginForm?”; stackoverflow.com; Marwan Aouida
  68. “Datalist paging with linq”; stackoverflow.com; Tomas Lycken
  69. ASP.NET: “Data Paging in ASP.NET”; DataPager Control
  70. Java SE: System Properties; getProperties()
  71. GIMP: “Layer to selection”
  72. CSS: “The importance of !important in CSS”; yellowjug.com
  73. CSS: “Attribute selectors”; css.maxdesign.com.au
  74. “Why do you create a View in a database?”
  75. PHP 5.x: “How to sort an array of objects in PHP?”; stackoverflow.com
  76. “Implementing Finalize and Dispose to Clean Up Unmanaged Resources”; MSDN
  77. “SQL Server 2000 Sample Databases”; Northwind and pubs
  78. C# 3.0 Extension Methods: “Thinking Beyond ToString()”; Anoop Madhusudanan
  79. “Sorting Lists using IComparable and IComparer Interface in .NET”
  80. SQL Server CLR: “Regular Expressions in MS SQL Server 2005/2008”; CodeProject.com
  81. Ubuntu and VMware Tools: "linux/version.h" Error from ./vmware-install.pl
  82. “Filters in ASP.NET MVC CodePlex Preview 4”; Phil Haack 08/2008
  83. “Prerequisite knowledge for ASP.NET MVC”; stackoverflow.com
  84. ASP.NET MVC: “Using C# 3.0 Anonymous Types as Dictionaries”; History of Html.ActionLink(); Eilon Lipton
  85. “How does the ASP.NET Cache work?”; stackoverflow.com
  86. “ASP.NET MVC Controller Overview (C#)”;
  87. Ubuntu 8.04 (hardy): Installing badgerports;
  88. “ASP.NET NTLM Authentication—is it worth it?”; Jeff Atwood
  89. C# Code: “What is the difference between ICollection and IDictionary in .NET/C#?”
  90. Ubuntu: “Find Out Your Ubuntu Version Name”; Nicole Hernandez
  91. Windows Server 2008: Notes on Moving a Hard Drive to a New Machine; Orphaned SIDs; TAKEOWN.EXE; ICACLS.EXE; Get-Acl; Set-Acl
  92. Windows Server 2008: “Effective File and Folder Permissions”; win2k8
  93. Windows Server 2008: “What happens if the owner cannot change the permissions on a file?”; win2k8
  94. Windows Server 2008: “Command-line Tools in Windows Server 2008”; win2k8
  95. “Mounting Windows Shares In Linux”
  96. “20 Windows 7 Keyboard Shortcuts You Must Know”; Soumya Sinha
  97. C# Code: “Performance and Multiple Assigment in C#”; David Connell
  98. “How to Mirror an FTP Directory With Rsync and Curlftpfs”
  99. C# Code: “Observations on the ‘if’ statement”
  100. Windows Server 2008: “Rsync error ‘socket operation on non-socket’”; cwRsync; Windows Data Execution Prevention (DEP)