dstelow + tools   369

The NO Visual Studio movement: Compiling .net projects in Notepad++
Compiling .net projects in Notepad++
Download this file and put it in your Documents folder:
Download tryCompile.txt (rename it as .bat)
Rename it to tryCompile.bat... and always read batch files before running them on your own machine. (On a stranger's machine you can afford to be less cautious)
dev  tools  scite 
9 weeks ago by dstelow
Creating your first Programmer’s Notepad extension « untidy blog
PyPN provides a great way to add functionality to Programmer’s Notepad by writing simple Python code, but you might want to do something more advanced. For this there’s the Programmer’s Notepad Extension SDK.
The SDK lets you extend PN using C++, allowing you to react to editor events and provide new commands in the menu. PyPN is itself implemented as an extension using this same SDK, and you can use the SDK to provide support for other scripting languages too.
dev  tools 
9 weeks ago by dstelow
Zen Coding in Programmer’s Notepad « untidy blog
This is a really interesting approach to coding. The video gets the point across very well...
Zen Coding is a system for writing HTML and CSS in text editors, expanding shorthand notation to full code.
dev  tools  html 
9 weeks ago by dstelow
VLC Updates to 2.0; Sports Massive Pile of Upgrades and New Features - How-To Geek
Windows/Mac/Linux: Wildly popular open-source media player VLC has updated to version 2.0 and brought a mountain of new and upgraded features with it–including enhanced codec support, hardware decoding, and experimental Blu-ray support.

The new release is a substantial overhaul of the VLC platform that includes a rewritten video output core, half a dozen new video filter algorithms to clean up video and provide a smoother viewing experience, audio resamplers, faster audio processing, multi-thread processor support for popular video formats like H.264, enhanced hardware support for CrystalHD cards and other hardware decoders, and even experimental support of Blu-ray playback.
audio  computing  software  opensource  tools 
february 2012 by dstelow
CSS Button Generator - Imageless css buttons simplified
(link buttons) CSS Button Generator will create beautiful css buttons for you to use on your web pages without the need for any images. When you have styled your button to your liking, simply click on the generated button to get your css style code. Share our site using a button below!
dev  tools  css  graphics 
january 2012 by dstelow
JsRender: Step by step
Optimized for high-performance pure string-based rendering, without DOM or jQuery dependency. (Current version - "codeless" tag syntax)
dev  html  javascript  jquery  in-use  tools  opensource 
january 2012 by dstelow
BorisMoore/jsrender - GitHub
Next-generation jQuery Templates, optimized for high-performance pure string-based rendering, without DOM or jQuery dependency.
dev  html  javascript  jquery  in-use  tools  opensource 
january 2012 by dstelow
Classic Shell | Free software downloads at SourceForge.net
Classic Shell adds some missing features to Windows 7 and Vista like a classic start menu, toolbar for Explorer and others.
Classic Shell Web Site
windows7  tools  opensource  in-use 
january 2012 by dstelow
Chaker Nakhli's Blog » Backbone.js
Posts Tagged ‘Backbone.js’
Backbone.js by example – Part 1
Posted on January 11, 2012, 10:11 pm, by Chaker Nakhli, under Scripting.

Backbone.js is a Javascript MVC (model-view-controller) library that provides complete support for building clean and easy to maintain client side code. What I like in Backbone.js is its light weight (~4.5kb) and that it doesn’t get in my way by imposing how my application should be architected or organised. Backbone.js is not even restricted to [...]
dev  javascript  tools  opensource 
january 2012 by dstelow
Wireshark · Go deep.
Stable: Wireshark 1.6.5
January 10, 2012
Wireshark 1.6.5 has been released. Installers for Windows, Mac OS X 10.5.5 and above (Intel and PPC), and source code is now available
dev  tools  network  debugging  security 
january 2012 by dstelow
WinPcap - The Wireshark Wiki
Windows Packet Capture (WinPcap)
WinPcap is the Windows version of the libpcap library; it includes a driver to support capturing packets. Wireshark uses this library to capture live network data on Windows.
dev  tools  network  debugging  security 
january 2012 by dstelow
Dodgy Coder: Modern Cross Platform Development (mobile) tools
Why isn't there a modern technology available for using the same codebase to produce native apps on all of the currently popular platforms - I'm talking iOS (iPhone/iPad/iPod Touch), Android, Windows, Mac and Linux?

That was my original question before I started looking, and since then I've discovered there actually are plenty of new options out there for cross platform development catering for all of the above platforms.
dev  tools  mobile 
january 2012 by dstelow
phonegap / Tutorials
PhoneGap mobile development app toturials.
dev  tools  mobile  tutorial 
january 2012 by dstelow
Shotty - Overview
Shotty is an application to take pictures from your computers screen (called screenshots) or from one application only. Unlike other applications that does this Shotty provides various other features that are useful to modify the taken screenshot. With Shotty you get all what you need in one single application.
dev  tools  graphics  debugging  free 
january 2012 by dstelow
HTML 5 - Responsive Web Design : programming
Over the course of a complete style sheet, you get to avoid a lot of repetition and you get stylesheets that are easier to maintain....One of my favorite things to do with SASS is automate vendor prefixes using mixins.

Sass generated CSS can be further optimized with csstidy (on online version is available here).
dev  css  tools 
december 2011 by dstelow
How to use F12 Developer Tools to Debug your Webpages
The F12 developer tools is a suite of on-demand tools that is built into every installation of Windows Internet Explorer 9. F12 tools is available anytime, on any page, and enables website developers to quickly debug JavaScript, HTML, and Cascading Style Sheets (CSS), as well track down performance problems on a webpage or network.
dev  javascript  msdn  tools  top10 
november 2011 by dstelow
Debugging Script with the Developer Tools
You can also log messages to the Console by using console.log APIs. Instead of using window.alert() and generating countless dialogs, call console.log to output strings to the Console pane. To differentiate between messages, use different console.log APIs; for example
dev  javascript  msdn  tools 
november 2011 by dstelow
Team Foundation Server Power Tools August 2011 - Visual Studio Gallery
This release supports Visual Studio Team Foundation Server 2010. The following table provides links to access more information about each power tool included in this release.
dev  msdn  tfs  tools  top10 
november 2011 by dstelow
HTML Tidy for Windows - HTML Tidy for Windows
Download the latest version
HTML Tidy for Windows (vers 25 mar 2009)
dev  tools  html 
november 2011 by dstelow
Home -- Trirand jqGrid for ASP.NET and PHP
jqGrid is a grid component for ASP.NET & PHP based on the world's most popular and flexible jQuery grid plugin jqGrid.
dev  jquery  javascript  tools 
october 2011 by dstelow
DataTables (table plug-in for jQuery)
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. Key features:
dev  jquery  javascript  tools 
october 2011 by dstelow
A few very useful dev-related papers
UML Business Modelling, HTTP Introduction and Debugging, TCP/IP State Transition Diagram, and a Regular Expression Quick Reference (cheat sheet).
dev  tools  web  requirements  architecture  regex 
october 2011 by dstelow
Generate PDF on the fly with TallPDF.NET 3.0
We are using these at ghe...Create PDF documents from scratch using a highly intuitive object model. Use code, XML/XSL or a combination.
dev  dotnet  tools  library  aspnet  _ghe 
september 2011 by dstelow
PDFKit.NET - Create and manipulate PDF documents and forms with PDFKit.NET 3.0. A true swiss army knife.
We are using these at ghe...Create and manipulate PDF documents in every possible way. A true Swiss army knife.
dev  dotnet  tools  library  aspnet  _ghe 
september 2011 by dstelow
Ben Alman » jQuery replaceText: String replace for your jQueries!
jQuery replaceText will replace text in specified elements. Note that only text content will be modified, leaving all tags and attributes untouched.
dev  jquery  javascript  tools 
september 2011 by dstelow
mIRC: Internet Relay Chat client
mIRC is a popular Internet Relay Chat client used by millions of people, and thousands of organizations, to communicate, share, play and work with each other on IRC networks around the world. Serving the Internet community for over a decade, mIRC has evolved into a powerful, reliable and fun piece of technology. You can learn about mIRC here.
software  opensource  tools 
september 2011 by dstelow
NimbleText
NimbleText is a powerful tool that makes it easy to manipulate text and data.
dev  tools 
september 2011 by dstelow
Programmer's Notepad » Features
Features-These is not an exhaustive feature list, but gives you some idea of the features present in Programmer’s Notepad.
dev  tools  opensource 
september 2011 by dstelow
cpp-project-template - C++ Project Template - A Quick Template for Creating a Cross-Platform C++ Application - Google Project Hosting
Creating a new C++ project from scratch can involve a lot of tedium and overhead. The purpose of this project is to provide a template which can be easily modified to create your own C++ project with minimal effort. Key features of this template include:
dev  c++  tools  opensource 
september 2011 by dstelow
xg / android-game-base / wiki / Home — Bitbucket
Provides a simple environment for C++ game development on Android 2.1+ devices. It is in the public domain, but please consider contributing back changes to improve it.

For those working on Windows, it also includes a Visual Studio 2010 express C++ project which allows you to build and use intellisense from within visual studio, although this is optional.
dev  android  c++  tools  opensource 
september 2011 by dstelow
SciTE Snippets - Mitchell's Caladbolg.net
Basically, snippets are pieces of text inserted into a document, but can execute shell code at run-time, contain placeholders for additional information to be added, and make simple transforms on that information. This is much more powerful than SciTE's abbreviation expansion system.
dev  tools  scite 
august 2011 by dstelow
Editing and testing scripts in SciTE « Duncan Smart's Weblog
they seem to lack the main feature that keeps me using SciTE. That is the ability to hit F5 when editing a script and have the console output appear in a separate pane in the editor window. I do plenty of batch file, VBScript, JavaScript scripting and with SciTE I can hit F5 to do a quick test.
dev  tools 
august 2011 by dstelow
With sufficient thrust, pigs fly just fine. » Zenburn for SciTE v1.78
Here’s a link to his Zenburn for SciTE v1.78. SciTE users, feel free to submit enhancements and improvements!
dev  tools 
august 2011 by dstelow
javascript - Are there any drawbacks to using head.js? - Stack Overflow
Anyone have any experience? Good or bad! :); Nope. As long as you put any code that is dependent on the loading files inside head.ready {} then you will not face any problems with your code.
dev  web  javascript  jquery  library  tools  opensource 
august 2011 by dstelow
NBuilder - Rapid generation of test objects for .NET
This looks really cool...
What is it? Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.
dev  dotnet  tools  c#  testing  data  library 
august 2011 by dstelow
WikiCreole: Cheat Sheet
Cheat Sheet Image (compact)
dev  tools  wiki  markup 
august 2011 by dstelow
Sriram Krishnan Secure your browsing using a home VPN
This is one of those posts that is meant to save time for myself in the future when I’ll have to figure all of this out from scratch.

I spend a lot of time in coffee shops and public places with unsecure wifi. Unsecure wifi scares the bejeesus out of me so I wanted to figure out a way to secure any traffic going through. It would also be nice to access things on my home network. It turns out there are a million different ways to do this and I found one that worked for me.
dev  security  tools  wireless 
august 2011 by dstelow
Integration with MS AJAX Update Panel - DevExpress AJAX Data Grid for ASP.NET
This demo illustrates the compatibility of the ASPxGridView with the MS Ajax UpdatePanel.
dev  dotnet  aspnet  tools  devexpress 
august 2011 by dstelow
.NET (ASP.NET) - K18282 - The general technique of using the Init/Load event handler - Knowledge Base Article - DevExpress Support Center, Knowledge Base, Code Samples
Description:
There is a commonly asked question as to what is the best place to perform any manipulation with a control. Under manipulations I mean the control's properties: changing, runtime binding, conditional showing/hiding and so on. Due to the unchanged Page LifeCycle, each control fires appropriate events at early stages. These events should be used for the controls initialization: Init and Load.
dev  aspnet  tools  devexpress 
august 2011 by dstelow
ASPxGridView - Online Documentation - Developer Express Inc.
devexpress - Use the following links to find more information on the ASPxGridView control.
dev  otnet  aspnet  tools  _current 
august 2011 by dstelow
ASPxGridView - DevExpress AJAX Data Grid for ASP.NET
Welcome to the online demo site of the ASPxGridView and Editors Suite. This website demonstrates some of the many features and capabilities available to you when using our ASP.NET grid and data editors library. These features include
dev  aspnet  tools  _current  controls 
august 2011 by dstelow
Dirty Markup! | Web-based HTML Tidy Interface
Dirty Markup is a web-based HTML Tidy interface. You can use it to harness the power of Tidy without ever leaving your web browser.

To clean your markup, paste the code (or a URL) into the textarea on the right and select “Clean”.
dev  html  web  tools  online 
august 2011 by dstelow
SqlMonitoring Tool
The SqlMonitoring tool makes it possible to monitor SQL 2000, 2005, 2008 environments and send alerts to a central database (SQL 2008). A client can be used to view the alerts en perform actions on them. This tool is a good alternative if you do not have the budget or infrastructure for tools like SCOM.
dev  sqlserver  tools  opensource 
july 2011 by dstelow
Unison File Synchronizer
Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
software  tools  opensource  todo 
july 2011 by dstelow
Inside VSTS: Using the Improved Code Analysis Tools of VS2010 -- Visual Studio Magazine
In our previous column on code analysis, we discussed what code analysis is and why you want to use it. We also provided a simple example of running code analysis. This column builds off the previous column, by examining all the different options for configuring code analysis in Visual Studio 2010. By making use of the configuration options, you have the ability to fine-tune the code analysis engine to perform exactly how you want it to.
dev  visualstudio  tools 
may 2011 by dstelow
bam - a fast and flexible build system
Looks interesting. Uses Lua...What is bam? Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It's takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
dev  build  opensource  tools  lua 
april 2011 by dstelow
dapper-dot-net - Simple SQL object mapper for SQL Server - Google Project Hosting
Pretty cool. It's geting so I no longer need to write one...Dapper is a single file you can drop in to your project that will extend your IDbConnection interface.
dev  orm  tools  database  sql  opensource 
april 2011 by dstelow
ODB 1.3.0 released
ODB 1.3.0 was released today.

In case you are not familiar with ODB, it is an object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL, or manually writing any of the mapping code.

As usual, for the complete list of changes see the official ODB 1.3.0 announcement. But the most important new feature in this release is no doubt support for the SQLite embedded database. Below I am going to examine this in more detail.
c++  dev  tools  orm  database  opensource 
april 2011 by dstelow
Performance of ODB vs C# ORMs
This caught my attention and I thought, why not implement the same benchmark for ODB C++ ORM and see how it stacks up against the C# crowd?
dev  c++  tools  orm  database  opensource 
april 2011 by dstelow
My Visual Studio 2010 HTML5 Templates are Updated for jQuery 1.5.1 and Modernizr 1.7 - Rey Bango
...a refresh of the Visual Studio 2010 HTML5 Templates I created last September. With jQuery now at v1.5.1 and Modernizr at v1.7, it was time for an update.
dev  tools  visualstudio  web  html  jquery 
march 2011 by dstelow
yEd - Graph Editor
yEd Graph Editor is a powerful diagram editor that can be used to quickly and effectively generate high-quality drawings of diagrams.
Create your diagrams manually or import your external data for analysis and auto-magically arrange even large data sets by just pressing a button.
software  visualization  dev  tools  graphics  opensource 
march 2011 by dstelow
Lazy C++
Lzz is a tool that automates many onerous C++ programming tasks. It can save you a lot of time and make coding more enjoyable. Given a sequence of declarations Lzz will generate your header and source files. For example, given the following code:
dev  tools  c++ 
march 2011 by dstelow
Hg-Git Mercurial Plugin
This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.

Warning, this software is still beta.
git  hg  sourcecontrol  tools  opensource  dev 
march 2011 by dstelow
Redmine - Overview - Redmine
Looks nice, but a hassle to install on Windows.
...Redmine is a flexible project management web application written using Ruby on Rails framework.
dev  projmgmt  business  tools  software  opensource  project 
march 2011 by dstelow
Is your VMWare Player slow? Switch to VirtualBox. [Virtualization] : Divide By Zero - a blog by Kamran Ayub
...So in the end, I switched to VirtualBox, an open source software from Oracle. It was wicked fast and easy to configure (make sure to enable IO APIC for Windows machines). Shared Folders even seemed to work better because when I created a sym link to my host OS development folder, Visual Studio didn't seem to have the issues it did on VMWare.
dev  tools  server  computing 
february 2011 by dstelow
Hacker News Contractors - Spreadsheet
This is an online spreadsheet for HN readers to add an entry to advertise their freelance availability.
dev  nordev  jobs  online  web  tools 
february 2011 by dstelow
Simple Deployment using Git (or Mercurial) and DropBox
Decided to try this, but with hg.
...deployed a site using Git and Dropbox
dev  tools  sourcecontrol  build  deployment 
february 2011 by dstelow
Scott Hanselman - Visual Studio Command Prompt Here and Search Unknown File Extensions
I found myself searching my own blog for these three things today to set up another machine for development. Here they are so *I* can find them.
windows  visualstudio  utilities  tools 
february 2011 by dstelow
Scott Hanselman - Scott Hanselman's 2009 Ultimate Developer and Power Users Tool List for Windows
An excellent list of tools from a .Net guru...
Here are most of the contents of my C:\UTILS folder. These are all well loved and used. I wouldn't recommend them if I didn't use them constantly. Things on this list are here because I dig them. No one paid money to be on this list and no money is accepted to be on this list.
tools  software  programming  dev  top10 
february 2011 by dstelow
Dark Room | they.misled.us
This is a very cool editor. Simple, calming...
Dark Room is a full screen, distraction free, writing environment. Unlike standard word processors that focus on features, Dark Room is just about you and your text.
software  tools  writing  dev  opensource  top10 
february 2011 by dstelow
LINQ Tools
I’ve recently started giving a series of talks on LINQ based tools. While Visual Studio offers a lot in regards to support for LINQ, there are a number of mostly free tools that come in handy both from a usability and a learning experience. I gave a brief look at some of the tools as part of Russ’s Tool Shed which should be airing on MSDN’s Channel 9 in early October. In addition, I’m premiering the full presentation at this weekend’s Tallahassee Code Camp. If you can’t make it out, feel free to try the tools on this list to see if they help you thinq LINQ. Also, let me know if I’m missing any tools that you think are worthy to be included in the list.
c#  linq  tools  dev  dotnet 
february 2011 by dstelow
Kaxaml - Xaml Editor
Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK). Kaxaml is a hobby and was created to be shared, so it's free! Feel free to download and try it out. If you don't like it, it cleans up nicely.
silverlight  wpf  xaml  tools  dev  dotnet 
february 2011 by dstelow
Storm
STORM is a free and open source tool for testing web services.
opensource  programming  dev  dotnet  tools  webservices 
february 2011 by dstelow
Build Version Increment Add-In Visual Studio
Somehow Visual Studio doesn't come with an option to only auto increment the build version of the AssemblyFileVersion attribute. Sure, by placing an * in the AssemblyVersion attribute and leaving the the AssemblyFileVersion out the compiler will auto generate build versions for both but this is a pain to maintain when you're releasing signed assemblies. Besides I don't feel like grabbing a calculator just to see when version 1.0.3394.25054 has been build. I needed a little more control.
dev  dotnet  tools  build  opensource  visualstudio 
february 2011 by dstelow
Pandoc - About pandoc
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Need to generate a man page from a markdown file? No problem. LaTeX to Docbook? Sure. HTML to MediaWiki? Yes, that too. Pandoc can read markdown and (subsets of) reStructuredText, textile, HTML, and LaTeX, and it can write plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, textile, groff man pages, Emacs org-mode, EPUB ebooks, and S5 and Slidy HTML slide shows. PDF output (via LaTeX) is also supported with the included markdown2pdf wrapper script.
html  markdown  markup  online  tools 
february 2011 by dstelow
Download details: SyncToy 2.1
Brief Description: SyncToy 2.1 is a free application that synchronizes files and folders between locations. Typical uses include sharing files, such as photos, with other computers and creating backup copies of files and folders.
dev  msdn  tools  os 
february 2011 by dstelow
XML Notepad 2007 Design
Summary: This article introduces a new version of XML Notepad. The tool was first introduced in 1998 but has been unavailable for several years. This version leverages System.Xml and adds new features.
dev  tools  xml  msdn  opensource 
february 2011 by dstelow
XML Notepad
Project Description: XML Notepad 2007 provides a simple intuitive User Interface for browsing and editing XML documents.
dev  tools  xml  msdn  opensource 
february 2011 by dstelow
The Ultimate Lib Folder - Paul Stovell
Another dev's toolset.
...
A fun part of new projects is getting to decide which technologies and libraries to use. For me, it's going to be...
dev  dotnet  tools 
january 2011 by dstelow
Umbraco - Heads-up: Umbraco sourcecode at CodePlex to switch to Mercurial
This is how umbraco is going to handle hg branches and tags.
...
One juicy opportunity as part of this switch is to bring our branching and tagging strategy into line. Anyone who has browsed the repository in the past will know that it's been tricky to intuit your way around changesets. Here's how we'll be laying things out in the new repository..
dev  sourcecontrol  hg  tools 
january 2011 by dstelow
SciTE Text Editor
This guy seems tyo keep and up-to-date installer. Decided to use.
...
The SciTE Text Editor, whilst being one of the most lightweight editors available, is also one of the best. I created my own package simply to provide a one-stop setup for SciTE with all the extras I, and probably most other people need.
dev  tools  opensource  top10 
january 2011 by dstelow
The Big List of JavaScript, CSS, and HTML Development Tools, Libraries, Projects, and Books - Rey Bango
Excellent list of web dev tools...I’ve been meaning to do a roll-up of top JavaScript, CSS & HTML development tools that I use or have been recommended to me and after having lunch with my bud Brian Wilpon today, I realized I just needed to do it. He asked me what some of the newer tools are and I think this is the best way to help him (and the community in general). It’s definitely not an all-inclusive list so if you see some that you feel I should add or remove, let me know in the comments.
dev  web  tools  top10  javascript  jquery  css  html 
november 2010 by dstelow
WinPcap - Home
WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packet filtering, a network statistics engine and support for remote packet capture.
computing  security  software  tools  opensource  todo 
october 2010 by dstelow
« earlier      

related tags

accessibility  agile  ai  ajax  analysis  android  app  architecture  aspnet  audio  blogs  build  business  c  c#  c++  cabin  cms  code  codegen  compsci  computers  computing  config  continuousintegration  controls  cooking  crypto  css  current  data  database  debugging  deployment  design  dev  devexpress  devtree  diy  documents  dotnet  dsl  editor  email  energy  environment  equipment  f#  feeds  food  free  gadgets  games  gardening  geo  geotag  gis  git  graphic  graphics  graphs  guidelines  hacking  hardware  hg  home  hosting  howto  html  ie  iis  image  images  in-use  intelligence  internet  java  javascript  jobs  jquery  languages  library  linq  linux  lisp  log  logparser  lua  mac  markdown  markup  math  media  microsoft  mobile  monitoring  msdn  multimedia  music  mvc  network  networks  news  nordev  ocaml  office  online  opensource  orm  os  otnet  outlook  photo  physics  portal  powershell  privacy  programming  proj-mgmt  project  projmgmt  rational  rationalthinker  reference  regex  reporting  requirements  research  review  ria  sample  scheme  science  scite  screencast  screwturn  scripting  search  security  server  services  setup  sharepoint  silverlight  social  software  sourcecode  sourcecontrol  space  sql  sqlserver  statistics  storage  support  svn  tax  tech  templates  testing  text  tfs  tips  todo  tools  top10  toread  tutorial  ui  usb  utilities  validation  video  vim  virus  visualization  visualstudio  vss  wcf  web  webcams  webservices  wiki  windows  windows7  wireless  wishlist  wordpress  workshop  wpf  writing  xaml  xml  xp  _current  _ghe  _whitepine4 

Copy this bookmark:



description:


tags: