- EBSCOhost Research Databases: Menu of databases provided through EBSCO Publishing.
- Business Source Complete (1886- some full text): Index, abstracts, and full text covering scholarly business journals on management, economics, finance, accounting, international business and much more.
- Wall Street Journal (1984-): Contains full text articles from the Wall Street Journal from January 2, 1984 through today's issue. Browse issues, or search for terms in citation, abstract, or article text.
- Use keyword search on:
- your company
- supply chain
- logistics
- quality
- strategy
- etc
This is just a spot to keep miscellaneous links. It also shows you what a geek I am.
Saturday, November 15, 2008
CSU Library Research Databases
Friday, October 31, 2008
Wednesday, October 29, 2008
VS 2008 Nested Master Page Support
"The good news is that VS 2008 fully supports nested master pages, and makes using them super easy. Going forward I recommend that almost all ASP.NET projects should advantage of this feature - since it can add tremendous flexibility to the UI of your projects."
Also mentions Open Source Templates.
Tips for Nested Master Pages and VS 2005 Design-Time
"One of the cool advanced features of the new Master Pages feature in ASP.NET 2.0 is the ability to nest them. For example, you could define a top-level master-page called “MainMaster.master” that defines a common logo header and footer, and defines a content-placeholder for the page called “content”. You could then define two sub-masters beneath it – one that provides a two-column layout model for the content (“TwoColumnMaster.master”), and one that provides a three-column layout model (“ThreeColumnMaster.master”). These two nested-master pages could then use the MainMaster.master file as the root master, and only adjust the layout within its content section (each would fill in the "content" placeholder and in turn add their own content-placeholders for sub-pages within it). The benefit of this approach is that if a designer ever changed the logo or top-level design of the site, they only have to update one file (MainMaster.master) and then have every page on the site automatically pick it up regardless of what master file they were based on.
"This nested model is pretty cool and powerful, and allows arbitrary levels of nesting. The only downside is that VS 2005 only supports nested master page editing in source-view, and doesn’t support it in the WYWSIWYG designer (note: obviously it does support editing them when the master-pages are not nested). "
Tuesday, October 28, 2008
Cool way to style HTML forms using CSS
Saturday, October 25, 2008
Thursday, October 16, 2008
jQuery and ASP.NET AJAX UpdateRegion
Tuesday, October 14, 2008
Google hosting javascript libraries
The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the Google AJAX API Loader's google.load() method, your application has high speed, globaly available access to a growing list of the most popular JavaScript open source libraries including:
Wednesday, September 17, 2008
Applied Software Project Management - Test Plan and Test Cases
There's also this Wikipedia link, which gives an outline of the IEEE 829-1998 test plan outline: Test Plan
Thursday, September 04, 2008
Install multiple versions of IE on your PC | TredoSoft
Tuesday, September 02, 2008
Friday, August 22, 2008
Testing on Mobile Devices using Emulators « klauskomenda.com
Mobile Web Developer’s Guide Part I
-- excellent guide to designing mobile web apps! Includes how to think of page flow, how to think about the options available to a mobile user, the market segment breakdown to phone types (in 2007), the choice of WAP, WXHTML, etc., and recommendations and best practices.
Mobile Emulators | dev.mobi
- dotMobi Online Emulator - mTLD has an online emulator that you can use to quickly see what your site will look like on a common phone
- Nokia Browser Simulator - this simulator simulates a generic Nokia phone and WAP gateway
- Openwave Phone Simulator - Openwave's browser simulator
- Opera Mini Simulator - simulates Opera's popular J2ME browser
- BlackBerry Simulator - multiple different BlackBerry simulators
- Yospace SmartPhone Emulator - a versatile emulator that can display multiple phone instances at the same time"
Thursday, July 31, 2008
Microsoft Virtual Labs
Also this link, which appears to be more inclusive: http://www.microsoft.com/events/vlabs/default.mspx
They only work in Internet Explorer.
Tuesday, July 22, 2008
Migration: Convert A Java Web Application To ASP.NET Using JLCA
Version 3.0 includes enhancements to convert Java artifacts, such as Servlets and Java Server Pages (JSPs), as well as rich-client applications that use Swing or the Abstract Windowing Toolkit (AWT). In practice, the JLCA provides a very good place to start a conversion, but it will not successfully complete the entire process. So don’t expect this to be completely hands-free—you will still need to do some manual resolution of converted items after using the tool."
Monday, July 07, 2008
How safe is instant messaging? A security and privacy survey | The Iconoclast - politics, law, and technology - CNET News.com
It's trivial to monitor unencrypted wireless networks and snatch IM passwords as they flow through the ether. Broadband providers and their business partners are enthusiastically peeking into their customers' conversations. A bipartisan majority in Congress has handed the FBI and shadowy government agencies greater surveillance authority than ever before."
Humanist → Why Make Erlang a Functional Language?
Humanist → Why Make Erlang a Functional Language?: "I’ve heard the argument many times. People “don’t like Erlang’s syntax so [they] don’t like Erlang.” I, for instance, didn’t understand the block terminator syntax when I was first learning Erlang, so I asked Yariv Sadan about it:"
Here's the accompanying reddit discussion: http://www.reddit.com/r/erlang/info/6p74v/comments/
Wednesday, June 25, 2008
robert zubek / blog :: Commentary on “A History of Erlang”
robert zubek / blog :: Commentary on “A History of Erlang”: "At a certain level, I always knew that Erlang was designed for programming telephone exchanges. But this paper really conveys the feel for what that means: huge collections of loosely coupled finite-state machines, all running in parallel, doing little bits of protocol validation here and there, but mostly staying dormant."
Sunday, June 15, 2008
Relying on getters and setters is mostly wrong, here's why and what to do instead
"Mike Feathers has posted an exploration of some ideas about and misconceptions of TDD. I wish that more people were familiar this story that he mentions:John Nolan, the CTO of a startup named Connextra [...] gave his developers a challenge: write OO code with no getters. Whenever possible, tell another object to do something rather than ask. In the process of doing this, they noticed that their code became supple and easy to change.That's right: no getters. Well, Steve Freeman was amongst those developers and the rest is history. I think that there's actually a little bit missing from Michael's telling. I'll get to it at the end."
But then, some guy thought this whole idea sucked.
Wednesday, May 14, 2008
Monday, May 05, 2008
How to Choose a Data Synchronization Technology – Offline & Collaboration
To quote from Microsoft's article:
Here at Microsoft there are a number of synchronization technologies that support offline and collaboration data solutions. The key technologies include:
- Microsoft Sync Framework Core Runtime
- Sync Services for ADO.NET
- Merge Replication
Why does Microsoft offer multiple sync solutions? Well, we believe it is virtually impossible to create a single solution that will fit everyone's needs. For example, IT administrators may look for more of a packaged solution that is easy to install and administer. ISVs and developers may be interested in a more embeddable and customizable solution. Ultimately, multiple synchronization solutions give you more choices at the cost of adding increased confusion. Hopefully this summary will help narrow down the choice for you.
The synchronization technologies can be broken down by flexibility and the amount of code required. In general, more code is required to get a greater level of synchronization flexibility.
Thursday, April 24, 2008
Perfecting OO's Small Classes and Short Methods
He suggests writing a 1000-line program with the constraints listed below. These constraints are intended to be excessively restrictive, so as to force developers out of the procedural groove. I guarantee if you apply this technique, their code will move markedly towards object orientation. The restrictions (which should be mercilessly enforced in this exercise) are:"
Git and SourceSafe
- Diff-tree from master to the desired merge point.
- Check out the files marked as "M" or "D"
- Merge desired merge point into master.
- Check in the files marked as "M" or "D"
- Add the files marked as "A".
- git diff-tree master POS-safe --name-status -r | tee files.txt
- ./Python/VSSHelper.py -o -d files.txt
- git merge POS-safe
- ./Python/VSSHelper.py -i -d files.txt -c "VSS check-in comment."
- Manually add files to SourceSafe. This should be easy in Visual Studio. If not, use the VSS client.
Thursday, April 17, 2008
MSAGL: Microsoft Automatic Graph Layout (formerly known as GLEE)
"MSAGL: Microsoft Automatic Graph Layout
MSAGL is a .NET tool for graph layout and viewing. It was developed in Microsoft Research by Lev Nachmanson. MSAGL is built on the principle of the Sugiyama scheme; it produces so called layered, or hierarchical layouts. This kind of a layout naturally applies to graphs with some flow of information. The graph could represent a control flow graph of a program, a state machine, a C++ class hierarchy, etc."
"GLEE: Graph Layout Engine
GLEE: Graph Layout Execution Engine Tool purpose GLEE is a .NET tool for graph layout and viewing. It has been developed in Microsoft Research by Lev Nachmanson
http://research.microsoft.com/users/levnach/GLEEWebPage.htm"
Wednesday, April 16, 2008
Terminal Services Group Policy (how to set timeouts for remote sessions)
It's so freaking NON-obvious how to get to the Group Policy Object Editor.
Run this:
C:\WINDOWS\system32\mmc.exe C:\WINDOWS\system32\gpedit.msc
Tuesday, April 01, 2008
Wednesday, March 26, 2008
Sorting for Humans : Natural Sort Order
1.1
1.10
1.11
1.2
etc.
1.2 should come *before* 1.10, etc., but in a naive sort it does not.
See also the C# code he cites: http://www.interact-sw.co.uk/iangblog/2007/12/13/natural-sorting
Tuesday, March 25, 2008
Git stuff - Git.Net and "Why DVCS Matters to you today"
Application for Google Summer of Code 2008, Mono Project - Git.Net. Fantastic idea!
Saturday, March 22, 2008
Monday, March 17, 2008
Technology Review: Blogs: Ed Boyden's blog: How to Think
Wednesday, March 05, 2008
Tactics for Reducing the Subjective Experience of Down Time
The formulae below all depend on use of a time indicator. The following choices of time indicators are listed from most to least desirable.
1. Estimated and remaining-time indicator. Place this either in a modal dialog or in the status bar at the bottom of the window.
2. "The system is alive" indicator. When it is impractical to offer the actual times, show an animated object that will let users know the system has not frozen. For longer waits, choose the rolling barber pole often found in status bars or other large animated object. For shorter waits (less than 10 seconds), you may use, instead, an animated "wait" mouse pointer, such as a spinning ball or animated hour glass.
3. "I hear and understand" indicator. When the expected wait is of short enough duration (less than 2 seconds) that displaying elapsed time, etc., is meaningless, display the hour glass."
Sunday, February 24, 2008
Wednesday, February 20, 2008
How-To: vmware-tools hgfs module on Ubuntu Gutsy Gibbon (7.10)
Tuesday, February 19, 2008
Intercepting method calls in C#, an approach to Aspect-Oriented Software Development
Tuesday, February 12, 2008
Community Pricing for goods (books, specifically)
http://radar.oreilly.com/archives/2008/02/community_pricing_for_books.html
Monday, February 04, 2008
Thursday, January 24, 2008
Tuesday, January 15, 2008
Signs of a Bad Boss (seen by me in the wild)
Bosses are supposed to ask themselves these questions:
1. Have you ever publicly criticized an employee?
2. Do you take credit for your employees’ work?
3. Do your employees fear you?
4. Do you expect employees to do what you tell them without question?
5. Do you believe employees should know what to do without you telling them or providing guidelines?
6. Are you a yeller?
7. Do you demean employees as a form of punishment?
8. Do you play favorites?
9. Do you hate delegating?
10. Do you check everyone’s work?
Friday, January 11, 2008
How to find files that are different between two git trees (working with git and, *gulp*, SourceSafe)
Use this command:
git diff-tree -r --name-status branch1 branch2where branch1 is the branch I'm going to check into SourceSafe and branch2 is the upstream branch.
Example:
The basic procedure is:/c/Yellowstone.master
$ git diff-tree -r --name-status master POS-safe
M Databases/OpenBook/Alter Scripts/THE ONLY 2.2 ALTER SCRIPT YOU NEED.sql
M OpenBookSolution/HotL/DirectBillPaymentForm.cs
M OpenBookSolution/HotL/EditReservationForm.cs
M OpenBookSolution/HotL/NonGraphicalReserveForm.cs
M OpenBookSolution/HotL/OpenBook.cs
M OpenBookSolution/HotL/ReportForms/ReportSelectorForm.cs
M OpenBookSolution/HotL/SelectDirectBillAccountForm.cs
A OpenBookSolution/HotLOnly.sln
D OpenBookSolution/HotLOnly/HotLOnly.sln
M OpenBookSolution/Yellowstone.OpenBook.BusinessEntities/MonetariesBusinessEntity.cs
/c/Yellowstone.master
$
- hack hack hack
- Get my tree in good shape, usually by rebasing my branch onto the SourceSafe tracking branch.*
- Run the diff-tree command above to find changed files.
- Check out those files. If there are any warnings from SourceSafe about the files being different (and not just writable), then do the following:
- Get latest from SourceSafe into the SourceSafe tracking branch (typically "master") in my project.
- Commit.
- Go back to step 2 above.
- Merge development branch into master. Sometimes I do this step a commit or three at a time instead of an en masse merge of the branch all at once.
- Check changed files back into SourceSafe.
The flavor of git I use is msysgit.
Linus clarifies "Central Repository" issue on git in a way palatable to managers
I certainly agree that almost any project will want a "central" repository
in the sense that you want to have one canonical default source base that people think of as the "primary" source base.
But that should not be a *technical* distinction, it should be a *social* one, if you see what I mean. The reason? Quite often, certain groups would know that there is a primary archive, but for various reasons would want to ignore that knowledge: the reasons can be any of ....
ExtJS javascript library
"Ext (pronounced "extent"[citation needed]) is an open-source JavaScript library, for building richly interactive web applications using techniques such as AJAX, DHTML and DOM scripting.Originally built as an extension of YUI, Ext can now also extend jQuery and Prototype. As of version 1.1, Ext can run stand-alone without relying on any of those external libraries, though they remain an option for integration.
Ext version 2.0 can now use many different base libraries (adapters) like YUI, jQuery, Prototype or it can work Stand-alone"
Tuesday, January 08, 2008
PyPy "dot" graph viewer (Python)
"For debugging purposes I implemented a visualization tool for DFAs using PyPy's pygame-based graph viewer. The graph viewer is able to visualize interactively any graph given in the graph-description language of Graphviz. Looking at the tokenizing DFA for Python is rather instructive, both for understanding how tokenizing works and (maybe) for understanding the Python language. To try it, download the dot file of the DFA and run from a pypy checkout:$ python pypy/bin/dotviewer.py tokenizer.dotThe following is a screenshot of the graphviewer:"
Monday, January 07, 2008
TCL: Creating Temporary Files
"Tcl doesn't have a built-in command to create a temporary file and there are no built-in variables for temp directories, so you have to do a little work.
....I had some luck with the following procedure on a UNIX box. Maybe, somebody can check if it works for windows.
proc tempfile {prefix suffix} {
set chars "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
set nrand_chars 10
set maxtries 10
set access [list RDWR CREAT EXCL TRUNC]
set permission 0600
set channel ""
set checked_dir_writable 0
set mypid [pid]
for {set i 0} {$i < $maxtries} {incr i} {
set newname $prefix
for {set j 0} {$j < $nrand_chars} {incr j} {
append newname [string index $chars \
[expr ([clock clicks] ^ $mypid) % 62]]
}
append newname $suffix
if {[file exists $newname]} {
after 1
} else {
if {[catch {open $newname $access $permission} channel]} {
if {!$checked_dir_writable} {
set dirname [file dirname $newname]
if {![file writable $dirname]} {
error "Directory $dirname is not writable"
}
set checked_dir_writable 1
}
} else {
# Success
return [list $newname $channel]
}
}
}
if {[string compare $channel ""]} {
error "Failed to open a temporary file: $chanel"
} else {
error "Failed to find an unused temporary file name"
}
}Igor Volobouev"
Thursday, December 27, 2007
sysobjects and Object Types in SQL Server
C = CHECK constraint
D = Default or DEFAULT constraint
F = FOREIGN KEY constraint
L = Log
FN = Scalar function
IF = Inlined table-function
P = Stored procedure
PK = PRIMARY KEY constraint (type is K)
RF = Replication filter stored procedure
S = System table
TF = Table function
TR = Trigger
U = User table
UQ = UNIQUE constraint (type is K)
V = View
X = Extended stored procedure
Sunday, December 23, 2007
Wednesday, December 19, 2007
Open Source XML Diff Written in Java
"Jon Udell has a column about "Structured Change Detection"
where he mentions some XML diff tools that exist. The tools that he mentioned are proprietary implementations, so I was curious if I could find some open source ones. Well fortunately, I've found a whole bunch of them:
- VMTools
- The toolkit contains tools for automatically generating differences between two XML documents. The difference document generated is optimized for minimal size. Supports mark-up style documents in addition to data documents.
- 3DM
- The 3DM tool is a tool for performing 3-way merging and differencing of XML files. Unlike line-based tools, such as diff and diff3, 3DM is aware of the structure of the processed XML documents. 3DM is not limited to update/insert/delete operations, it also handles moves and copies of entire subtrees. 3DM is not reliant on edit histories; the only input needed are the XML files.
- diffxml
- Standard UNIX tools exist for comparing (diff) and patching (patch) files, which operate on a line by line basis using well-studied methods for computing the longest common subsequence (LCS). This project contains XML diff and patch utilities. Also contains an implementation of a Delta Update Language or DUL.
- diffmk
- Converts the documents into two lists of nodes (text and/or element nodes) and attempts to find the longest common subsequence of nodes. Phrased another way, it finds the smallest number of additions and deletions to each list that are required to make the two lists the same.
- XMLUnit
- XMLUnit for Java provides two JUnit extension classes, XMLAssert and XMLTestCase, and a set of supporting classes (e.g. Diff, DetailedDiff ) that allow assertions to be made about the differences between two pieces of XML. XMLUnit for Java can also treat HTML content (even badly-formed HTML) as valid XML to allow these assertions to be made about the content of web pages too.
- OpenSHORE XML Merger
- ool to insert XML tags from differnt sources into one or more text files. The Java program reads a very simple file format (*.xmlm files) with one XML command per line. XMLM sorts these commands, removes duplicates, ensures correct tag structure and generate XML files from listed files.
- XOperator
- XOperator is a scriptable command-line tool and library to compare, merge and synchronize XML documents, a framework to formulate and evaluate algebraic expressions on XML trees and a framework to express object-oriented inheritance (and more) in pure XML.
- JXyDiff
- JXyDiff is a based on XyDiff
. It was originally developed at INRIA. It employs a novel Change Model tailored to XML data. It is a tree oriented algorithm that is fast and can detect if a node has been moved or updated.
- DiffX
- DiffX is an open source Java API for comparing XML documents by analyzing the sequence of XML events. When processing XML data for comparison it more interesting to know that a word in the text of chapter X, paragraph Y has been changed rather than knowing that line Z is different. DiffX can ignorethe order of the attributes and white space for indentation or namespace prefixes.
- XMLPatch
- XMLPatch, developed at Nokia, is a framework utilizing XML Path language (XPath) selectors for the use in applying a set of patches to a document. The framework includes a simple xml-diff utility.
- XMerge
- The XMerge SDK provides a framework for converting documents between different formats using conversion plugins to read and write each format. In addition to format conversion, the XMerge SDK provides a framework for merging changes in one document format into an original document. XMerge provides plugins that are designed to support the OpenOffice.org XML file format. The framework is able to support "chaining" of conversions, also known as an "Any-to-Any" conversion, eg. convert from a Palm document to a PocketPC document through the intermediate OpenOffice.org XML file format."
Tuesday, December 18, 2007
"Could not load file or assembly or one of its dependencies. Access is denied" when compiling .NET assembly
The problem was that the directories in which the source files existed had weird permissions. (I think the root cause was using a cygwin version of git to create the subdirectories.) I changed the permissions using the "Advanced" button of the Security tab. When done properly, the "Inherited From" column showed "C:\" as where the privileges were inherited from. The broken version had the "inherited from" as inheriting from nothing.
I believe I had to check the "Inherit" box to get this to work properly, and then click the "Remove" button in the Advanced view to remove the permission entries which did not inherit from C:\.
Correct permissions look like this:
Friday, December 14, 2007
Case sensitivity in bash
And, "to turn off the annoying beep each time you make a typo on a Unix terminal (Linux, cygwin etc.), just add the line
set bell-style noneto the file .inputrc under your home directory."
Friday, November 16, 2007
EasyVMX!: Virtual Machine Creator
Tuesday, November 13, 2007
Danger! Lousy Employer Ahead
Wednesday, October 24, 2007
How Bush wrecked conservatism | Salon.com
*Romans 12:17, 21"
Tuesday, October 23, 2007
15 Answers to Creationist Nonsense: Scientific American
Wednesday, October 17, 2007
Occasionally Connected Systems Architecture: Concurrency
Thursday, October 04, 2007
How Toyota and Linux Keep Collaboration Simple - HBS Working Knowledge
Lean Manufacturing Blog, Kaizen Articles and Advice | Gemba Panta Rei
Nine Rules for Fighting Endless Meetings
I've heard that at Toyota the meetings are 60 minutes long, with 50 minutes of actual meeting time and 10 minutes to get to the next meeting. The use of the standardize A3 size one-page format to communicate the progress on PDCA problem solving keeps meetings on time. This is truly impressive, but we won't all get there in one leap.
Here are nine rules for fighting endless meetings:
#1 Start on time. You don't arrive 15 minutes late for a school examination. You don't arrive 15 minutes late for your flight. If you do, you don't fly. You don't arrive 15 minutes late for a job interview. Yet once we pass the test, make the flight and get the job, we think nothing of making others wait for meetings at work. Why?
#2 Have clear objectives. Meetings will be more productive when you start with an agenda that answers the questions: Why am I at this meeting? Who requires that I be here? When does this meeting end? How will we know if the meeting is successful?
#3 Be prepared. Review the agenda or other background information ahead of time. Know where the meeting will be held and how long it takes to get to and from that meeting place so you can be on time.
#4 Be engaged. This starts with turning off your cell phones or blackberries. Ideally, put them all on the table where they are visible to all. Make reaching to answer them is a visible offense. Pay $1 towards charity if you reach for your phone, unless it's an emergency. As long as meetings are kept short, you can get back to people who call you in a reasonable amount of time. Stand up rather than sit, it will keep you more aware.
#5 Communicate visually. Humans process more than 80% of information through their sense of sight. Psychologists say most of communication happens through body language, then tone of voice and a smaller portion through the actual content of speech. Give and read visual cues. Use images to tell a story and anchor your communication, rather than talking on and on about something without structure.
#6 Solve problems. If everything is going well, why meet? Ideally meetings should help solve problems. If there is a clear objective and a problem to solve, the meeting can end either when the problem is solved or everyone knows what to do to start solving the problem. Problem solving is engaging, and in that is what we are all here to do.
#7 Practice genchi gembutsu. Whenever possible hold the meetings at the location where the particular problem or issue being discussed has occurred. This is more visual, engaging, and improves direct access to the facts. This speeds up problem resolution by taking away opportunities for conjecture and blurring of the actual condition.
#8 End on time. You need to get to the next meeting on time.
#9 Avoid the Three Evils of Meetings as taught by Takeshi Kawabe, former executive of Showa Manufacturing Co. and student of Taiichi Ohno:
1. Meet but don’t discus
2. Discuss but don’t decide
3. Decide but don’t do
These nine rules will develop the behaviors to support more effective meetings.
By Jon Miller - March 15, 2007 5:21 PM
Friday, September 14, 2007
Microsoft Visual C# Default Keybindings
| File Format: PDF/Adobe Acrobat - View as HTML shortcuts, warnings, and error. messages. ... Notes: These key bindings are only available through the Visual C# Development. Settings. ... download.microsoft.com/download/e/7/9/ |
Microsoft Visual Basic Default Keybindings
File Format: PDF/Adobe Acrobat - View as HTML
keyboard shortcuts and detailed descriptions, see ... for Visual Basic 2005 is a free application that you can download to. help do this. ...
download.microsoft.com/download/d/6/5/d65efda0-cf25-4720-8013-b3080586c5bb/VB_2005_color.pdf - Similar pages - Note this
Xona.com - Visual Studio .NET Keyboard Shortcuts Macro
Wednesday, September 12, 2007
Re: Inner workings of RDA - MSDN Forums
"These 7 columns are used for tracking inserts and updates in the table. The tracking is required to identify the data that has changed for synchronization with the data in SQL Server. These are system columns and used only for replication of data. The description of the columns is as given below:
| Col Name | Type | Description |
| __sysIG | INTEGER | The local generation at which the row has been inserted. |
| __sysCG | BIGINT | The generation of the change |
| __sysCD | DATETIME | The time and date the change occurred. |
| __sysP1 | VARBINARY | Custom Property |
| __sysMC | VARBINARY | The bitmap of the changed columns |
| __sysMCS | VARBINARY | The bitmap of the changed columns, saved for change forwarding between sync partners. |
| __sysSR | VARBINARY | Server Reference |
Apart from the 7 systems columns that are added to each SQL Mobile table which has data replicating with SQL Server, there are 3 systems tables - __sysTrackedObjects, __sysRowTrack, __sysDeletedRows. The systems tables are used as following:
__sysTrackedObjects : Holds information about various tracking related objects, such as sync partners, tracked tables, tracked columns, properties etc.
__sysRowTrack : Contains change information about rows and columns currently, it only contains information about rows deleted from user tables.
__sysDeletedRows : Contains temporary information about deleted rows. This information is merged into the __sysRowTrack table upon beginning of a sync
The __sysDeletedRows table holds the information about the deleted rows
Thanks
Ambrish"
Friday, August 31, 2007
The Joel Test: 12 Steps to Better Code - Joel on Software
The Joel Test
1. Do you use source control?
2. Can you make a build in one step?
3. Do you make daily builds?
4. Do you have a bug database?
5. Do you fix bugs before writing new code?
6. Do you have an up-to-date schedule?
7. Do you have a spec?
8. Do programmers have quiet working conditions?
9. Do you use the best tools money can buy?
10. Do you have testers?
11. Do new candidates write code during their interview?
12. Do you do hallway usability testing?"
Thursday, August 30, 2007
Patrick Labatut's personal page - FAQ
Tuesday, August 28, 2007
Here's the word list, and a PDF version of the word list.
Here's a list of easy-to-type words, i.e. that alternate between left and right keys on the keyboard: http://flamebox.narod.ru/lrwords.txt. It's mirrored here: http://brink.st/config/files/docs/lrwords.txt
Here's a password tester to test the results: http://www.securepassword.info/index.php
PasswordSafe is a good password generator.
Thursday, August 23, 2007
I was unable to create custom handlers in the Enterprise Library. The key is this. Note in particular the code in bold and italic.
The key is the constructor. It requires a signature of
(NameValueCollection ignore).using System;
using System.Collections.Specialized;
using System.IO;
using System.Text;
using System.Diagnostics;
using System.Windows.Forms;
using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
using Microsoft.Practices.EnterpriseLibrary.ExceptionHandling;
using Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration;
namespace CustomExceptionHandling
{
[Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationElementType(
typeof(Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.CustomHandlerData))]
public class MyCustomExceptionHandler : IExceptionHandler
{
public MyCustomExceptionHandler(NameValueCollection ignore) { }
#region IExceptionHandler Members
//...
#endregion
}
}
Tuesday, August 21, 2007
How to: Launch the Debugger Automatically
"Sometimes, you may need to debug the startup code for an application that is launched by another process. Examples include services and custom setup actions. In these scenarios, you can have the debugger launch and automatically attach when your application starts.
To setup an application to launch the debugger automatically
-
Start the Registry Editor (regedit).
-
In the Registry Editor, open the HKEY_LOCAL_MACHINE folder.
-
Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\currentversion\image file execution options.
-
In the Image File Execution Options folder, locate the name of the application you want to debug, such as myapp.exe. If you cannot find the application you want to debug:
-
Right-click the Image File Execution Options folder, and on the shortcut menu, click New Key.
-
Right-click the new key, and on the shortcut menu, click Rename.
-
Edit the key name to the name of your application; myapp.exe, in this example.
-
-
Right-click the myapp.exe folder, and on the shortcut menu, click New String Value.
-
Right-click the new string value, and on the shortcut menu, click Rename.
-
Change the name to debugger.
-
Right-click the new string value, and on the shortcut menu, click Modify.
The Edit String dialog box appears.
-
In the Value data box, type vsjitdebugger.exe.
-
Click OK.
-
From the Registry menu, click Exit.
-
The directory containing vsjitdebugger.exe must be in your system path. To add it to the system path, follow these steps:
-
Open the Control Panel in Classic view, and double-click System.
-
In System Properties, click the Advanced tab.
-
On the Advanced tab, click Environment Variables.
-
In the Environment Variables dialog box, under System variables, select Path, then click the Edit button.
-
In the Edit System Variable dialog box, add the directory to Variable value. Use a semicolon to separate it from other entries in the list.
-
Click OK to close the Edit System Variable dialog box.
-
Click OK to close the Environment Variables dialog box.
-
Click OK to close the System Properties dialog box.
Now, use any method to start your application. Visual Studio will start and load the application."
-
Thursday, August 16, 2007
If the Freakonomics guys and Malcolm Gladwell hosted This American Life... - (37signals)
"Radio Lab (iTunes podcast link) is what you’d get if you put Freakonomics, Malcolm Gladwell, and This American Life in a blender.
"Each episode of the folksy science show is “a patchwork of people, sounds, stories and experiences centered around One Big Idea.” The banter between hosts Jad Abumrad & Robert Krulwich can be slightly grating at times, but, overall, they do a great job of boiling down complex subjects and keeping things interesting. The way they use sound is intriguing too."
Tuesday, July 24, 2007
.NET Security Blog : What Happens When My Application Throws An Unhandled Exception
There are several different behaviors that can occur when a managed application throws an unhandled exception. The two most common are to bring up an error dialog box, or to pop up the Visual Studio Just In Time Debugger dialog box.
The first behavior is the default when you install the CLR, but don't install Visual Studio. Installing VS modifies the default to pop up the select-a-debugger dialog. How does the CLR figure out what behavior to use? It checks a registry key, located at HKLM\Software\Microsoft\.NetFramework\DbgJITDebugLaunchSetting. The value of this key lets the CLR know what to do when it encounters an unhandled exception."
Andrew Coates ::: MSFT : Learning Online with Virtual Labs - Microsoft Visual Studio Team System Virtual Labs
Today, Microsoft Visual Studio Team System Virtual Labs (from the MSDN Suite of Virtual Labs)
What's new in Visual Studio Team System
Virtual Lab Express is the fastest and easiest way to test drive Microsoft products and the Virtual Lab environment. These are 30-minute hands-on overviews of some of your favorite Microsoft products and developer tools. Try them out online now - no need to download full trial versions or dedicate test machines.
VSTS Virtual Labs
* Express: What’s New in Visual Studio Team System
* Visual Studio Team Edition for Software Testers New!
* Visual Studio Team Edition for Software Testers - Tips and Tricks for ASP.NET
* Microsoft Visual Studio Team System Project Manager-Focused Scenarios
* Visual Studio Team System Reports
* Change Management with Team Foundation Server
* Writing Secure Native Code with Visual C++ and Visual Studio Team System
* Writing Secure Managed Code with Visual Studio Team System
Connected Systems Virtual Labs
* Architecting Connected Systems: XML Inside of SQL Server"
Welcome to the MSDN Virtual Labs
Sunday, July 15, 2007
Film Techniques of Alfred Hitchcock - suspense, camera angles, style, editing, basics
Borgus.com - We've put together a list of the most significant film techniques that were used by Alfred Hitchcock. This information comes out of many books and interviews from the man himself and his been simplified for your consideration.
This page is mostly for filmmakers who are sad and depressed because their movie is so average that nobody will watch it. Stop crying and pay attention. What is written here will save your career (at least until tomorrow morning.) However there is no cure for a bad producer - there may be no help for you!"
Smashing The Clock
No schedules. No mandatory meetings. Inside Best Buy's radical reshaping of the workplace
One afternoon last year, Chap Achen, who oversees online orders at Best Buy Co. (BBY ), shut down his computer, stood up from his desk, and announced that he was leaving for the day. It was around 2 p.m., and most of Achen's staff were slumped over their keyboards, deep in a post-lunch, LCD-lit trance. 'See you tomorrow,' said Achen. 'I'm going to a matinee.'"
Friday, July 13, 2007
SequenceViz :: generate sequence diagrams from .NET assembly file - Nauman Leghari's Blog
SequenceViz :: generate sequence diagrams from .NET assembly file - Nauman Leghari's Blog: "The following tools are used in making SequenceViz.
Cecil for reading IL by Jb Evain
Excellent PHTree control from CodeProject by Peter Chen
GNU Plot utilities - Win32 Port (There is a treasure in there waiting to be utilized)
PIC File macros for Sequence Diagrams from UMLGraph by Diomidis D. Spinellis (blog)
Log4Net for logging"
Wednesday, July 11, 2007
Occasionally Connected Systems Architecture
· “Automatic or semi-automatic push of cached data to the server (two-tier) or data service (n-tier) when connected to the network”
· “A process to enable the client to resolve data update and deletion concurrency conflicts; alternatively, to notify the client of the action taken by a business rule”
· “A process to enable the client to resolve insert and other conflicts with multiple rows of child tables, such as order or medication line items”"
Thursday, July 05, 2007
Dr. Dobb's | Survey Says...Agile Has Crossed the Chasm | July 2, 2007
Saturday, June 30, 2007
Manage It!
Your project is different. It doesn't fit into those neat descriptions.
Manage It! will show you how to beg, borrow, and steal from the best methodologies to fit your particular project. It will help you find what works best for you and not for some mythological project that doesn't even exist."
Dr. Dobb's | Pragmatic Software Testing | June 28, 2007
Friday, June 29, 2007
Coding Horror: Supporting Open Source Projects in the Microsoft Ecosystem
Wednesday, June 27, 2007
Two Fixes for Bad Backs - TIME
An Earth Without People -- [ environment ]: Scientific American
Tuesday, June 12, 2007
How to Write a Software Specification
The material presented here can be of help to both the software contractor and his or her client. It is not technical, but is sufficiently precise to aid a common understanding between client and contractor.
The specification is divided into two parts.
* Part I - Concepts and requirements
* Part II - Methods and details of implementation"
Painless Functional Specifications - Part 2: What's a Spec? - Joel on Software
1. A functional specification describes how a product will work entirely from the user's perspective. It doesn't care how the thing is implemented. It talks about features. It specifies screens, menus, dialogs, and so on.
2. A technical specification describes the internal implementation of the program. It talks about data structures, relational database models, choice of programming languages and tools, algorithms, etc."
Painless Functional Specifications - Part 1: Why Bother? - Joel on Software
Painless Software Schedules - Joel on Software
Wednesday, June 06, 2007
Kanban in Action
InfoQ: Incremental Software Development without Iterations
Monday, June 04, 2007
Códice Software: Linus Torvalds on GIT and SCM
To be honest I was very shocked by some of the statements he made, like the following:
- Subversion has been the most pointless project ever started. Well, I'm not a big Subversion fan either, but I find it a bit rude.
- Subversion used to say CVS done right: with that slogan there is nowhere
you can go. There is no way to do cvs right. No comments. - If you like using cvs, you should be in some kind of mental institution or
somewhere else. Again I think he is playing the showman role... - Get rid of perforce, it is sad, but it is so, so true.... No comments."
Dr. Dobb's | Dynamic Programming In Action | June 2, 2007
Sunday, June 03, 2007
Dr. Dobb's | The Power of LISP for C Programmers | June 3, 2007
In this article, I address generic list-processing procedures in C. The same concepts can be adapted for other high-level languages and assembly language. "
Friday, June 01, 2007
Network Connections folder empty
"Fix
Start, Run. cmd.exe
regsvr32 netshell.dll
regsvr32 netcfgx.dll
regsvr32 netman.dll
Hitting enter after each one. That should do it.
The dynamic libraries are hashed, likely due to some 'Free' spyware search or crap program.
Enjoy!"



"Re:English anyone?? (Score:5, Funny)