<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>Developer Toolz.com</title>
    <description>Developer Tools</description>
    <link>http://www.developertoolz.com/</link>
    <lastBuildDate>Fri, 17 Nov 2006 15:26:03 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>RSS.NET: http://www.rssdotnet.com/</generator>
    <item>
      <title>LogicGem</title>
      <description>For programmers and analysts, LogicGem proves logic and processes by finding missing rules, ambiguities, contradictions and redundancies. They're displayed visually and include are tools to automatically correct errors. LogicGem provides the means to prototype a procedural concept, work it through analysis and design phases, then generates documentation and programming source code for various programming languages</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=417</link>
      <pubDate>Fri, 17 Nov 2006 15:26:03 GMT</pubDate>
    </item>
    <item>
      <title>Kazaml - XAML Editor</title>
      <description>Robby Ingebretsen (ex-MS WPF PM) from notstatic.com released his new XAML editor today - Kazaml.&lt;br /&gt;Unlike XAMLPad which, other than displaying a given XAML, had no helpful features, this new editors features:&lt;br /&gt;&lt;br /&gt;File operations (New, Open, Save, etc.) &lt;br /&gt;Find / Replace / Goto Line &lt;br /&gt;XAML Snippets (Awesome!) &lt;br /&gt;An extensible Plugin Model &lt;br /&gt;A color picker plugin &lt;br /&gt;Full-screen mode &lt;br /&gt;Configurable settings for: parsing timeout, backup, editor placement, editor font &lt;br /&gt;A snazzy dual-chromatic UI</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=416</link>
      <pubDate>Tue, 24 Oct 2006 13:59:03 GMT</pubDate>
    </item>
    <item>
      <title>RLPack</title>
      <description>Reversing Labs Packer (RLPack) is a small open source .exe packing project written in MASM. It is designed to pack all common compiler executables (tested with VC++, VB, Delphi, MASM,...). Please note that RLPack is a packer and will not protect executables from cracking since it doesn`t use any anti* tricks. &lt;br /&gt;&lt;br /&gt;Features:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Packs sections (ratio goes upto 70%) &lt;br /&gt;Packs resources &lt;br /&gt;Strips relocations &lt;br /&gt;Preserves main icon and manifest &lt;br /&gt;Packs import table &lt;br /&gt;Preserves TLS (optional stripping) &lt;br /&gt;Now support overlays! &lt;br /&gt;Now support .exe files with export tables!</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=415</link>
      <pubDate>Sun, 22 Oct 2006 16:53:41 GMT</pubDate>
    </item>
    <item>
      <title>CC386 - C Compiler</title>
      <description>CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions; one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=414</link>
      <pubDate>Fri, 20 Oct 2006 12:40:42 GMT</pubDate>
    </item>
    <item>
      <title>.NET Flash SWF Library</title>
      <description>ActiveFlash is a .NET component that provides plug-and-play Macromedia Flash support in any .NET-compatible application. ActiveFlash's easy-to-use classes provides full Flash support for all common functions including creating real SWF (Flash) files, shapes, buttons, text, text edits and sprites on-the-fly, monitoring and respond to application triggers and events, and adding full streaming MP3 and sound effect support</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=413</link>
      <pubDate>Fri, 20 Oct 2006 12:22:06 GMT</pubDate>
    </item>
    <item>
      <title>Natural Docs</title>
      <description>Natural Docs is an open-source, extensible, multi-language documentation generator.  You document your code in a natural syntax that reads like plain English.  Natural Docs then scans your code and builds high-quality HTML documentation from it.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=412</link>
      <pubDate>Tue, 17 Oct 2006 02:32:43 GMT</pubDate>
    </item>
    <item>
      <title>FolderShare</title>
      <description>FolderShareTM allows you to create a private peer-to-peer network that will help you to synchronize files across multiple devices and access or share files with colleagues and friends. You no longer need to send large files via email, burn them to CDs/DVDs and mail them, or upload them to a website. FolderShare allows you to share and sync important information instantly with anyone you invite, making it the perfect solution for personal or small business use.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=410</link>
      <pubDate>Thu, 12 Oct 2006 08:54:56 GMT</pubDate>
    </item>
    <item>
      <title>Blender</title>
      <description>Blender is the open source software for 3D modeling, animation, rendering, post-production, interactive creation and playback. Available for all major operating systems under the GNU General Public License.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=409</link>
      <pubDate>Thu, 12 Oct 2006 06:55:05 GMT</pubDate>
    </item>
    <item>
      <title>SQLyog</title>
      <description>SQLyog MySQL GUI is the most powerful MySQL Manager and MySQL Admin Tool, combining the features of MySQL Query Browser, phpMyAdmin and various other MySQL Front Ends and MySQL Clients in a single intuitive interface.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=408</link>
      <pubDate>Tue, 10 Oct 2006 07:52:45 GMT</pubDate>
    </item>
    <item>
      <title>Blinq</title>
      <description>Blinq is a tool for generating ASP.NET websites for displaying, creating, and manipulating data based on database schema. Just point Blinq at a SQL database and it will create a website with pages that display sorted and paged data, allow you to update or delete records, create new records, and follow relationships between tables in your database. You don't need to write SQL queries to use Blinq; LINQ will generate optimized queries for you that request just the data you want to show. Blinq uses the May LINQ Community Tech Preview to access data. The code Blinq creates is simple and easy to customize to fit your needs. Everything in the website Blinq creates is meant as a starting point for a website that meets your needs perfectly, so have fun customizing the pages, experimenting with the code, and making it yours!</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=407</link>
      <pubDate>Tue, 10 Oct 2006 07:49:06 GMT</pubDate>
    </item>
    <item>
      <title>Game Maker</title>
      <description>Do you want to develop computer games without spending countless hours learning how to become a programmer?  Game Maker allows you to make exciting computer games, without the need to write a single line of code. Making games with Game Maker is a lot of fun.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=406</link>
      <pubDate>Mon, 09 Oct 2006 18:32:17 GMT</pubDate>
    </item>
    <item>
      <title>NetPing</title>
      <description>Multi-threaded pinger that includes features like right-click and launch Remote Desktop. Great for administration of small networks.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=405</link>
      <pubDate>Sat, 07 Oct 2006 21:49:57 GMT</pubDate>
    </item>
    <item>
      <title>RealVNC</title>
      <description>VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet. VNC software is cross-platform, allowing remote control between different types of computer. For ultimate simplicity, there is even a Java viewer, so that any desktop can be controlled remotely from within a browser without having to install software.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=404</link>
      <pubDate>Sat, 07 Oct 2006 21:47:58 GMT</pubDate>
    </item>
    <item>
      <title>Console</title>
      <description>Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=403</link>
      <pubDate>Sat, 07 Oct 2006 21:45:51 GMT</pubDate>
    </item>
    <item>
      <title>Tail for Win32</title>
      <description>This is the homepage of Tail for Win32 - the Windows version of the UNIX 'tail -f' command.&lt;br /&gt;&lt;br /&gt;Tail for Win32 is used to monitor changes to files; displaying the changed lines in realtime. This makes Tail ideal for watching log files.&lt;br /&gt;&lt;br /&gt;Tail has a plugin architecture, which allows notifications to occur when certain keywords are detected in monitored files. At the moment a MAPI plugin is available, and work is in progress on an SMTP version.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=402</link>
      <pubDate>Sat, 07 Oct 2006 21:45:05 GMT</pubDate>
    </item>
    <item>
      <title>Web Developer Extension</title>
      <description>The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla  and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS  X and Linux.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=401</link>
      <pubDate>Sat, 07 Oct 2006 21:43:50 GMT</pubDate>
    </item>
    <item>
      <title>URLKicker</title>
      <description>UrlKicker is a little executable that will sit in the Notification Area. If you mouse over it, it will only show the Date and time. However if you right - click it to get the Context Menu, if offers some really useful choices (That little green arrow in the Notification Area is the UrlKicker icon):&lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;If you have an HTTP or FTP URL you have copied to the Clipboard, even if it is a "wrapped" URL that has line breaks in it, you can choose any of the above options and UrlKicker will open IE in a new process and take you there. However, if you have copied text to the clipboard (a search phrase) that does not contain "http://" or "ftp://", you can choose Dictionary, Google, Google Groups, Google News, MSN Search, or VS.NET 2005 and UrlKicker will take you to your choice with an appropriately constructed search query. Neat! You can also clear the clipboard by choosing "Clear Clipboard" and of course, you can ask UrlKicker to go away by choosing "Exit".</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=399</link>
      <pubDate>Sat, 07 Oct 2006 21:42:10 GMT</pubDate>
    </item>
    <item>
      <title>Urlograph</title>
      <description>Urlograph, an Internet Explorer toolbar button, cleans up URLs it knows about and places the result on the clipboard. If you attempt to use it on a URL it doesn't recognize, it will just skip the cleaning and copy the URL un-adorned. See below for a screenshot (url/o icon - new icon submissions welcome!)</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=398</link>
      <pubDate>Sat, 07 Oct 2006 21:41:06 GMT</pubDate>
    </item>
    <item>
      <title>MySQL Tools for Visual Studio</title>
      <description>MySQL Tools for Visual Studio is a package that integrates seamlessly into Visual Studio 2005. This package is currently available under a commercial, no-charge binary license but we are planning to release the source code under an approved open source license within the next few weeks.&lt;br /&gt;&lt;br /&gt;The package provides the following features:&lt;br /&gt;&lt;br /&gt;DDEX capability &lt;br /&gt;Database object manipulation (tables, stored procedures, etc)</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=397</link>
      <pubDate>Fri, 06 Oct 2006 13:51:52 GMT</pubDate>
    </item>
    <item>
      <title>Visual Subst</title>
      <description>Visual Subst is a small tool which allows you to associate the most accessed directories with virtual drives. It uses the same API like console 'subst' utility, but makes it easier to create and remove virtual drives in a GUI way.</description>
      <link>http://www.developertoolz.com/Details.aspx?LinkID=396</link>
      <pubDate>Thu, 05 Oct 2006 00:32:42 GMT</pubDate>
    </item>
  </channel>
</rss>