Archive for June, 2005

Saturday, November 29, 2008 10:16

TechEd 2005 – Visual Studio 2005 Team System Presentations

PowerPoint slides from Team System breakout sessions at TechEd 2005
List of PowerPoint slides related to VSTS:

Microsoft Visual Studio 2005 Team System: Managing the Software Lifecycle with Visual Studio 2005 Team System
Microsoft Visual Studio 2005 Team System: Building Robust and Reliable Software
Microsoft Visual Studio 2005 Team [...]

Saturday, November 29, 2008 10:16

YubNub is a command-line for the web

"After setting it up on your browser, you simply type "gim porsche 911" to do a Google ImageSearch for pictures of Porsche 911 sports cars. Type "random 49" to return random numbers between 1 and 49, courtesy of random.org. And best of all, you can make a new command by giving [...]

Saturday, November 29, 2008 10:16

KDiff3 – cool tool

KDiff3 is a program that

Compares or merges two or three text input files or directories
Shows the differences line by line and character by character (!)
provides an automatic merge-facility and an integrated editor for comfortable solving of merge-conflicts
Supports Unicode, UTF-8 and other codecs
Supports KIO on KDE (allows accessing [...]

Saturday, November 29, 2008 10:16

Trackback Spam Blocker for .Text

The interesting solution allowing to stop a spam .In this solution regular expression analyze trackback on occurrence of the certain words characteristic for a spam.
Note: This solution was built to work with version 0.95.2004.0102
Read more
[Via Roy Osherove]

Bookmark It

Hide Sites

$$(‘div.d689′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

ASP.NET Client-side validation Controls that work in Firefox as well as Internet Explorer

ASP.NET Client-side validation controls that work the same as ASP.NET standard validation controls with two important differences. Firstly, the controls will work in Firefox 1.0 and later, as well as Internet Explorer.Secondly, they are fully HTML DOM compliant.
Download the DOMValidators for Firefox and IE here.

Bookmark It

Hide Sites

$$(‘div.d688′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

VB’s "My" for C# Developers

Dan Fernandez has resulted very interesting example of use That in C# 2.0.
As you know for this purpose in VB already there is keyword My.
Using "My", you can write code like this:

Dim contents As String
contents = My.Computer.FileSystem.ReadAllText("c:\mytextfile.txt")

Instead of this
 

Dim contents As String
contents = IO.File.ReadAllText("c:\mytextfile.txt")

Many developers requested similar functionality for C#.
Juval Lowy [...]

Saturday, November 29, 2008 10:16

Browse smarter with tabs

Microsoft has added new functionality(Tabbed browsing) in MSN Search Toolbar.Tabbed browsing makes surfing the web faster and more convenient.Web pages are loaded in "tabs" within the same browser window, making it easy to switch back and forth among multiple web pages.
Get MSN Search Toolbar 1.2

Bookmark It

Hide Sites

$$(‘div.d686′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });