Skip to main content

Home/ Groups/ Coders
Joel Bennett

Convert XAML Flow Document to XPS with Style - 0 views

  •  
    WPF has two ways to create documents: XAML Flow documents paginate dynamically and flow into multiple columns at different zoom levels, etc. XPS documents are print ready documents on a fixed page size.  Converting Flow documents to XPS isn't hard, even when you want to take advantage of the extra features like custom pagination, page size, margins, and headers or footers.
Joel Bennett

<oXygen/> XML Editor & XSLT Debugger - 0 views

  •  
    A nice commecrial XML editor that not only has excellent validation, xslt and xpath and xquery, andformatting objects (fo) features, but supports an XML data grid view and XML Diff & Merge!  It even supports generating SVG graphics via XSL transforms on data files, remote editing over FTP or WebDav, and is available as an Eclipse plugin. Only $48 for Academic use.
Joel Bennett

FastStone Screen Capture - The Best Free Screen Capture Software - 0 views

  •  
    Great little app for taking screenshots -- it can even capture a whole scrolling window -- and outputting them in various formats (jpg,png, pdf) etc.  Some good ideas for ShotGlass if I ever get back to that.
Joel Bennett

Zotero - A Web-Generation Research Tool - 0 views

  •  
    Impressive Firefox extension helps you collect bibliographic & research information from sites like Amazon, Library websites, Journal sites, etc.  The ultimate bibliography building tool: you no longer need to copy all this out of books or off web pages ... Zotero can export/import BibTeX, RIS, Refer/BibIX, RDF, MODS, etc. and can even create APA, MLA, or Chicago style citations pages for import (as RTF) into your favorite rich text editor!
  •  
    Imports bibliography data from an astonishing list of sites ( http://www.zotero.org/translators/ ) via RDF and microformats ( http://www.zotero.org/documentation/compatible_standards_and_software ).  It uses the mozStorage API (backed by a SQLite database), and it's all open source ( http://dev.zotero.org/docs/ ).
Joel Bennett

Crossing the Divide - Compile .Net to Java! - 0 views

  •  
    Grasshopper enables .NET developers to cross-compile Microsoft IL (i.e.: the output of any .NET programming language) to Java bytecode, using the open source Mono Project's class libraries.
Joel Bennett

Zend Boosts PHP on Windows - 0 views

  •  
    Zend is claiming improved Windows performance of between 200 percent and 300 percent overall with Zend Core 2.0.
Joel Bennett

Application Development Trends - Sun Provides Early Access to NetBeans Ruby Pack - 0 views

  •  
    The new NetBeans Ruby plugin sounds relly impressive: "features that go beyond basic editing, syntax highlighting, navigation outline, project support and unit test execution" to include extensive code completion, integrated documentation tooltips and even semantic analysis and highlighting!
Joel Bennett

Growl - Why Don't We Make This a Standard? - The Tao of Mac, 2004 - 0 views

  •  
    Growl - why don't we make it a standard?

    Two Part

Joel Bennett

Secure ASP.NET And WCF with Windows CardSpace -- MSDN Magazine, April 2007 - 0 views

  •  
    How to use CardSpace to secure applications...
Joel Bennett

A Brief Introduction to the Standard Annotation Language (SAL) - 0 views

  •  
    Michael Howard's blog post about SAL(Standard Annotation Language) and how you can improve security by annotating your function declarations.  There's some seriously cool stuff here that could really save you some major headaches.
Joel Bennett

Security Development Lifecycle (SDL) Banned Function Calls - 0 views

  •  
    Microsoft's official list of "banned" unsafe function calls. Basically this is a list of all the SafeCRT and StrSafe.h function equivalencies ... along with a short discussion of the relative merits for StrSafe vs. SafeCRT... also includes some *very* useful examples.
Joel Bennett

Tracing in .NET and Implementing Your Own Trace Listeners - 0 views

  • TextWriterTraceListener
  •  
    A good place to start if you want to do trace or debug messages from .NET, this article explains the differences between trace and debug, how you can turn them on and off, and how you can set them to trace to file or event log without recompiling. Excellent.
Joel Bennett

html2wiki.pm - Convert HTML text to wiki markup - live preview - 0 views

  •  
    A Perl Module to convert HTML to any of the many pseudo-markups in use by wiki's and blogs, including Textile (see "Confluence") and Markdown, MediaWiki, UseMod, SnipSnap, MoinMoin, etc.
  •  
    At first I thought this could be the "back" part of TIM, but after trying it out on even simple example text, I'm a bit dissapointed. The nested lists, images, and URLs seem broken (although the links at least, work in Confluence).

    The worst problems are that it has no sense of %{style} span% or footnotes, and no concept AT ALL of tables.  It would be nice to at least get the {style} -- and therefore the spans -- working.
Joel Bennett

Wireshark: The World's Most Popular Network Protocol Analyzer - 0 views

  •  
    The Network Protocol sniffer formerly known as Ethereal. Live capture tool allows offline analysis ad can read data from ethernet, bluetooth, usb, etc ... and supports every protocol I can think of.
Joel Bennett

The ImageX X-Files - 0 views

  •  
    Create Windows PE automated install discs for full system images... use it for backup, mass deployement, whatever.
Joel Bennett

Snoop - 0 views

  •  
    A tool like Spy++ and DOM inspector to simplify visual debugging of WPF applications at runtime.
Joel Bennett

15 Seconds : Creating a Data Access Layer in .NET - Part 2 - 1 views

  • This means the Primary Key will not contain the actual auto-increment from the database until the DataSet is updated. Therefore, the auto-increment value is relative to the DataSet only. For this reason, I have found it wise to set the AutoIncrementSeed to 0 and the AutoIncrementStep to -1.
  •  
    A good tutorial on DataSets - gives a very good suggestion to set
Joel Bennett

CodeSigning in Windows - Unidentifed program wants access - MSDN Forums - 0 views

  •  
    A thread in MSDN on how to do code signing to avoid the horrid "Unidentified program wants access" prompt.
Joel Bennett

Foobr, forever beta - 0 views

  •  
    A good blog on beta tech, javascript, web development and more.
Joel Bennett

Registry Shell Namespace Extension for Vista - CodePlex - 0 views

  •  
    A slick Shell Namespace extension for Windows Vista to allow you to browse and search the registry in Explorer.  Looks really nice - licensed under Ms-PL
« First ‹ Previous 1641 - 1660 of 2062 Next › Last »
Showing 20 items per page