You are not logged in [login] | [register]
RSS MAD is both an RSS feed archive and online feed reader.
You can browse our categories, search for a feed, or if you already have a URL, use our online feed reader.
Simply start browsing the site, and if you find some feeds you like, register to view them on your own personalized page!
you are here: home » blogs (technical) » languages & databases
Searching 190508 articles in 8938 feeds.
Do you like RSS MAD? Why not spread the news and tell a friend about it - it's as easy as filling out this form!
added: Wed, 21st September 2005 | 1558 views | 1x in favourites
feed url: http://devintelligence.com/blog/Rss.aspx
In .Net we trust
The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application.
This suite includes the following tools:
The screeshot below is presenting how to Visual Profiler tool looks like:
Download WPF Performance Suite (x86 version)
This is second part of a two-part article about free online editors.The first part of article can be found here
widgEditor
widgEditor is an easily installed, easily customizable WYSIWYG editor for simple content. It replaces existing textareas with an improved editing pane using JavaScript .
JWYSIWYG
This plugin is an inline content editor to allow editing rich HTML content on the fly.
NicEdit
NicEdit is a Lightweight, Cross Platform, Inline Content Editor to allow easy editing of web site content on the fly in the browser.NicEdit Javascript integrates into any site in seconds to make any element/div editable or convert standard textareas to rich text editing.
Whizzywig
It allows to create rich, formatted text through a web form. It actually creates HTML (or xhtml, if you prefer) .Whizzywig is cross-browser: it is written in Javascript, which will run in nearly all web browsers.
Yahoo! UI Text Editor
The Rich Text Editor is a UI control that replaces a standard HTML textarea. It allows for the rich formatting of text content, including common structural treatments like lists, formatting treatments like bold and italic text, and drag-and-drop inclusion and sizing of images. The Rich Text Editor's Toolbar is extensible via a plugin architecture so that advanced implementations can achieve a high degree of customization.
Download Yahoo!UI Text EditormarkItUp!
markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.
Use the built-in browser to navigate to a web page. Silverlight Spy will automatically pick up any Silverlight application embedded in the page and display it in the XAML Explorer. The XAML Explorer presents the UI element structure of a Silverlight application. Explore the structure and view and edit the details of the selected UI element in the Details pane.
Features
Note: You must download and register(regsvr32) csexwb2 component before installing Silverlight Spy 2
Tag property is very often used to store a data associated with an object. The simple way to add support for Tag property is to create a base class with the Tag property .I don’t like this solution – the reason is simple .Sometimes I want to inherit from an existing class that doesn’t have the Tag property and I can’t change its source code .In WPF we have dependency properties that can help us in this case.
MyControl cnt = new MyControl(); cnt.SetValue(FrameworkElement.TagProperty, new Info() );
One problem – we still need to inherit from DependecyObject class.
The helper class below uses extension methods – to provide the tag functionality for your classes.
Of course, for better performance, you may change the dictionary(and methods) to be more type specific .
/// <summary> /// Implements tag functionality /// </summary> static class TagHelper { /// <summary> /// Adds the tag. /// </summary> /// <param name="element">The element.</param> /// <param name="tag">The tag.</param> public static void AddTag(this object element, object tag) { if (!tags.ContainsKey(element)) { tags.Add(element, tag); } } /// <summary> /// Removes the tag for the specified element. /// </summary> /// <param name="element">The element.</param> public static void RemoveTag(this object element ) { tags.Remove(element); } /// <summary> /// Clears the tags. /// </summary> public static void ClearTags() { tags.Clear(); } /// <summary> /// Gets the tag for the specified element. /// </summary> /// <param name="element">The element.</param> /// <returns></returns> public static object Get(this object element) { object tag; tags.TryGetValue(element, out tag); return tag; } private static Dictionary<object, object> tags = new Dictionary<object, object>(); }
NetFXHarmonics DevServer is a web server hosting environment built on .NET 3.5 using WPF, WCF, and LINQ technologies that allows multiple instances of VS-like web servers to run in parallel. NetFXHarmonics DevServer also includes tracing capabilities for monitoring view status code, date/time, URL, POST data , response data, request headers, response headers, as well as parsed ViewState and Control state for both the request and response, visually enhanced HTTP status codes, IP binding modes for both local-only as well as remote access, and easy to use XML configuration. You can trace text specific files like HTML, CSS, JavaScript, JSON, XAML, Text, and SOAP and their content.
Download NetFXHarmonics DevServer
DevServer Announcement and Overview
[Via David Bet'z Blog]
FCKeditor this HTML text editor brings to the web much of the power of desktop editors like MS Word.
Damn Small Rich Text Editor - very small text editor.Built on top of well known JQuery library.
Download Damn Small Rich Text Editor
TinyMCE -Cross platform HTML WYSIWYG text editor .Supports templates, easy localizable and can be extended using plugins
HotEditor - browser-based rich text editor that provides an advantage in simplifying the workload and providing options for integration to forum software
WYMeditor - simple cross platform XHTML web editor
SPAW Editor is a web based in-browser WYSIWYG editor control enabling web site developers to replace a standard textarea html control with full-featured, fully customizable, multilingual, skinable web based WYSIWYG editor.
My coworker wrote a interesting silverlight tool ,which allows to you test and play with string formatting syntax.
Or you can use it as a interactive online reference when you deal with strings and localization.
StickyNotes is a Visual Studio Addin that provides sticky notes capabilities to project and project items inside VS 2008 IDE.
PowerCommands is an addin for Visual Studio 2008 that contains additional command menu functions for the IDE that most developers would use regularly.
The PowerCommands Addin is available along with source code and documentation.
Below is a list of the features that you will currently find on in PowerCommands Addin for Visual Studio 2008.
Download PowerCommands for Visual Studio 2008
SourceMonitor measures and records source code metrics. SourceMonitor parses ASCII source code looking for countable metrics items. As these items are identified, their counts are accumulated for each source code file, and within each function or method. These metrics are then accumulated into summary metrics for all files in each checkpoint.If you develop software with Visual Studio, you can add items to your tools menu in Visual Studio that invoke SourceMonitor. You can also operate SourceMonitor from a batch file using commands stored in a text file. SourceMonitor measures metrics for source code written in C++, C, C#, VB.NET, Java, Delphi, Visual Basic (VB6) or HTML.Exports metrics to XML or CSV for further processing with other tools.
C# Metrics
MS has released the .NET Reference Source Code, you can only get it one file at a time while you’re debugging. If you’d like to populate the cache, you’d may use Mass Downloader For .Net Framework which allows you do download .Net Framework source code in batch.The Mass Downloader For .Net Framework enables offline debugging of .Net Framework in Visual Studio 2008/2005(including Express Editions).
For configuration details you can check out the article in codeproject.com
Download The Mass Downloader For .Net Framework
DataGridView Extension is a free component that extends the standard DataGridView control, provided with .NET 2.0 Framework.
Features
DataGridView Extension Downloads
Cake3 library supports compressing and extracting files to/from different archive formats .The library can be easily integrated to your projects .
Usage of Cake3 library:
Compress
Cakdir3 cdir3 = new Cakdir3(@"c:\temp\arch.lha"); cdir3.AddOptions.addFolder = AddOptions.folderMode.relative; cdir3.AddOptions.baseFolder = @"c:\temp\"; //Mask not supported in Cake3. cdir3.AddOptions.addFile = new String[2] {@"c:\temp\arch.zip", @"C:\temp\test\image.bmp"}; cdir3.Add();
Decompress
Cakdir3 cdir = new Cakdir3(@"c:\temp\test.lha"); cdir.ExtractOptions.extractItem = new String[1] {cdir.Archive_Contents[0].fileName}; cdir.ExtractOptions.extractFolder = Utils.GetTempPath() + "qztemp"; cdir.ExtractOptions.allowFolder = true; cdir.ExtractOptions.allowOverwrite = true; if (cdir.Extract()) Console.WriteLine("Success");
Supported Archives(compress)
Supported Archives(extract only)
Pex (Program EXploration) is an assistant to the programmer.Pex takes test-driven development to the next level. Pex analyzes .NET programs. From a parameterized unit test, it automatically generates unit tests cases with high code coverage. In addition,when a generated test fails, it suggests to the developer how to fix the bugs.
Features
» more
» more
Is RSS MAD missing something? Tell us about new feeds here.