News in the Category: Regex Subscribe to the rss of this category.

Total posts: 691 | Sort by Views | Sort by Hits

The Q1 2010 Pre-release Blog Series Starts Today!

the telerik blogs, February 23, 2010
Views: 121 | Hits 6

In the upcoming weeks until the official Q1 2010, well be sharing with you the major highlights of the release one piece at a time. So, stay tuned to this blog, check regularly www.telerik.com and fo...

Tutorial: Expression Web and WordPress a Match Made in Coding Heaven

MSDN: ASP.NET, December 31, 2009
Views: 217 | Hits 34

Web designers are faced with two major challenges: to create a great-looking and highly functional Web site and to fill that site with useful content so that people visit. Learn how WordPress represen...

Take the DotNetNuke Design Challenge!

Joe Brinkman, December 9, 2009
Views: 96 | Hits

  As of Monday, December 14th, well be accepting entries into the DotNetNuke Design Challenge Skinning Contest! Enter and you could win one of 4 Xbox 360s, 5 copies of Microsoft Expression ...

How to read cookie values in JavaScript

Aspects of AJAX, December 5, 2009
Views: 194 | Hits

I recently had some odd effects with some pages that use cookies to store some local information. The bug seems to be widely spread in many web applications so here are my findings: To read the value...

Blend SketchFlow project: from prototype to real screens?

Laurent Duveau, November 12, 2009
Views: 316 | Hits 39

I have been doing many demos of Blend SketchFlow, but never tried the process to go from sketch to real screens when prototyping is finished. After MIX09, my first understanding was that one of the...

Advanced url rewriting for the rest of us - how to create a custom transform in UrlRewriter.net

Run Tings Proper, November 8, 2009
Views: 155 | Hits 6

Introduction At first glance url rewriting can be a daunting task, but today we will see that it doesn't have to be. Every developer desires clean urls for their apps but because its not built into ...

Horizontal Table for your reports

the telerik blogs, October 22, 2009
Views: 390 | Hits 10

An user asked us how to create a table where thetable grows horizontally instead of vertically. After some fiddling around, it proved to be quite easy to go about doing that.I started offusing the cro...

Using the RequiredFieldValidator attribute InitialValue to control valid selections in your DropDownLists

Run Tings Proper, October 19, 2009
Views: 145 | Hits 6

The RequiredFieldValidator is a common utility in the asp.net coders validation toolkit. Its simple to use and probably represents one of the most common requirements for validation - that data must b...

More Fun with Regular Expressions : Word and Paragraph Parsing

Chris Love's Official Blog - Professional ASP.NET, October 13, 2009
Views: 356 | Hits 44

Trolling the ASP.NET forums again this morning, I know I do it a lot, I found a question trying to parse the paragraphs out of a series of text. So I knew I had to answer it. The regular expression ne...

FTW IE6, IE7, IE8, Chrome and Firefox running together on Windows 7 in Windows XP Mode

Nigel Parkers Outside Line, October 13, 2009
Views: 459 | Hits 52

When you buy Windows 7 (pro or ultimate) you get Windows XP "virtualized" for free. What this means that if you are web developer you can finally have IE6, IE7, IE8 all running alongside each oth...

Lookbehind in Regex searches

Rick Strahls WebLog, October 3, 2009
Views: 454 | Hits 38

Ive said it before Regex is not one of my strengths and although I use Regex expression quite frequently in code Im in fear (literally) of using longer Regex expressions, fully expecting to look at m...

Parsing Capital Letters

Chris Love's Official Blog - Professional ASP.NET, October 1, 2009
Views: 325 | Hits 14

I found an intersting question on the ASP.NET forums this morning. How can you get a count of the capital letters in a string? My first thought was, 'This is a Job for Regex!'. If you are not ...

Match Bracelets

Patrick Santrys (aka wwwCoder) Blog, September 22, 2009
Views: 234 | Hits 5

This season, style setters from coast to coast are mixing it up by piling on bunches of bracelets. They are being used to create individual style statements and unique expressions of personality. What...

New Version of Expression Web SuperPreview for Internet Explorer Available

Ajax.NET Professional, September 15, 2009
Views: 385 | Hits 15

There is a new version available for Microsoft Expression SuperPreview for Windows Internet Explorer. Expression Web SuperPreview for Internet Explorer is a visual debugging tool that makes it easier ...

Getting and Setting Query String Values in JavaScript

Rick Strahls WebLog, September 7, 2009
Views: 559 | Hits 58

Lately that Ive been working with ASP.NET MVC Ive been finding myself in a few situations where Ive needed to inject values into existing URLs. For example, when creating paging on a page its often us...

Iterators, Expressions, and LINQ for Euler

Steven Smith, August 27, 2009
Views: 394 | Hits 30

Recently Ive been doing some Project Euler problems as exercises to help improve my coding skills.  We do this internally at NimblePros periodically and also at last weeks Hudson Software Craftsm...

Book Review: Expression Design Step by Step

Guy Barrettes WebLog, August 26, 2009
Views: 412 | Hits 18

At the last MVP Summit, I was looking for some Expression books and I found Expression Design Step by Step at the Microsoft Store.  I bought it because it was dirt cheap and it sat in my bookshel...

Configuring Team build using XUnit [From Client]

Mehfuzs WebLog, August 25, 2009
Views: 402 | Hits 17

Recently, while i was setting up TFS build [to enable CI] for a project at Telerik that i am currently working on, i came across configuring it up with XUnit for doing automated tests every time someo...

More Silverlight application themes and fixes

Method ~ of ~ failed, August 13, 2009
Views: 334 | Hits 14

When Silverlight 3 launched, we also published several additional application themes for the navigation and business application (for .NET RIA Services) templates. I just uploaded two more themes from...

Complete Control Over Your Webforms Output

The Code Project Latest Articles, July 8, 2009
Views: 461 | Hits 35

ASP.NET generates a lot of junk that some developers would like to remove from their page. By overriding the Render method and using some regular expressions a developer can completely transform the o...

RegEx.Split vs. String.Split

DevX: .NET Feed, July 6, 2009
Views: 886 | Hits 74

Use RegExSpllit when the String.Split method isn't flexible enough to meet your needs....

27 Jun 2009

Advogato diary for Ankh, June 27, 2009
Views: 392 | Hits 13

stan, Python already has regular expression support... if you want only ^.*$ then the simplest and most efficient way might be to prefix all others with \ and use the existing regexp support. Most im...

New "How Do I?" Videos for Internet Explorer 8

MSDN: BizTalk Server, June 11, 2009
Views: 460 | Hits 18

Find videos designed to help Web developers and designers of all skill levels experience the power of the Web using Internet Explorer 8. Check back often, as new videos are added regularly....

Regular Expressions Cookbook

Steven Smith, May 28, 2009
Views: 560 | Hits 21

I just received a notice that OReilly is publishing a new Regular Expressions Cookbook.  Its not available yet, so I cant offer a review, but Im certainly a fan of Cookbook style books (like this...

Rewards, loyalty, and simple convenience

Clarity Blogs: ASP.NET, May 14, 2009
Views: 672 | Hits 8

My key chain has more rewards cards on it than it does keys.  Seriously I have 3 keys and 4 rewards cards.  The idea behind these cards is that rewarding my shopping behavior will earn my lo...

Prof. PowerShell: Inspecting the Pipeline's Output

Microsoft Certified Professional Magazine Online | Columns, May 12, 2009
Views: 552 | Hits 33

Like an electron microscope, the OutVariable parameter offers a peek deep into your pipelined PowerShell expressions....

Silverlight Contest app updated with new RadialPanel

Method ~ of ~ failed, May 5, 2009
Views: 506 | Hits 14

Isnt RSS great!? Today I saw something wonderful pop in the feed from Jeff Prosise. One of the problems with the contest wheel app that Arturo and I did, was the CircularPanel we were using really at ...

Validation. Hey! Youre Done!

Jesse Liberty - Silverlight Geek, May 4, 2009
Views: 375 | Hits 7

Towards the end of my Whats New In Silverlight 3 presentation for Tech Ed,  I discuss the (much anticipated) enhanced Data Validation in SL3.  Now, anyone who has been around the block a few...

Five gems of XBLA

More Whidbey stuff, May 3, 2009
Views: 386 | Hits 12

The Maw is a charming and seriously fun game that is going to make you smile from start to finish. Puzzle Quest is one of those just one more time sinks. The improbable mix of puzzle gaming and ...

DNN Team Meeting - April 23, 2009

Shaun Walker, April 24, 2009
Views: 372 | Hits 3

   Just some notes from our regular weekly team meeting.More......

Expression Blend 3 Preview

Somasegars WebLog, April 4, 2009
Views: 858 | Hits 57

Building compelling and usable UI should be easy and fun.  We all can point to our favorite products (either the ones we build or the ones we use) and think about how much better it would be if t...

Preview: Placeholder arguments and custom argument checkers

ISerializable, April 2, 2009
Views: 574 | Hits 13

here is a glimpse of the feature the guys are working on at the moment. I call it Placeholder Arguments. Its a variation of the how do you allow the user to check parameters passed to a method? questi...

Function to Extract a Regular Expression Pattern From a String

DevX: .NET Feed, March 31, 2009
Views: 1,010 | Hits 92

This tip provides a generic function that extracts matches from a string using a regular expression....

Databinding in Silverlight

OdeToCode Latest Articles, March 28, 2009
Views: 732 | Hits 56

This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes....

FOLLOW UP: Developer Dinner on Expression Web and Designing with Standards

Federal Developer Weblog, March 26, 2009
Views: 646 | Hits 12

NOTE: This was cross posted from here Thanks to everyone who attended last night!  You can find the deck and demo code here: Heres the essential links I gave towards the end of the talk: - D...

Internet Explorer 8 Released

Nigel Parkers Outside Line, March 26, 2009
Views: 613 | Hits 18

Do you remember what you were doing when the planes hit the buildings in New York, September 11th 2001? Did you know that two weeks before that event IE6 was released to the web? What else was happ...

Web.UI ASP.NET Grid: Retrieve the filtered set of rows in Client RunningMode

ComponentArt WebLogs, March 19, 2009
Views: 183 | Hits 6

Currently the Grid doesn't expose the filtered set of GridItems after a search/filter action, preventing operations from being applied exclusively to that set of rows. Until Grid provides a metho...

Web.UI ASP.NET Grid: Retrieve the filtered set of rows in Client RunningMode

ComponentArt WebLogs, March 19, 2009
Views: 261 | Hits 7

Currently the Grid doesn't expose the filtered set of GridItems after a search/filter action, preventing operations from being applied exclusively to that set of rows. Until Grid provides a metho...

Web.UI ASP.NET Grid: Retrieve the filtered set of rows in Client RunningMode

ComponentArt WebLogs, March 19, 2009
Views: 422 | Hits 9

Currently the Grid doesn't expose the filtered set of GridItems after a search/filter action, preventing operations from being applied exclusively to that set of rows. Until Grid provides a metho...

Retrieve the filtered set of rows in Client RunningMode

ComponentArt WebLogs, March 19, 2009
Views: 757 | Hits 15

Currently the Grid doesn't expose the filtered set of GridItems after a search/filter action, preventing operations from being applied to that set of rows. Until Grid provides a method to access ...

Working with Property Expressions in SQL Server Integration Services

Simple Talk, March 16, 2009
Views: 398 | Hits 6

Property Expressions in SSIS packages are assigned to a property at run time. This allows parameters to be passed to a package every time they are run, making them far more versatile. Despite their ob...

Blogs are the Most Important Innovation of the 21st Century

Scott on Writing, February 13, 2009
Views: 500 | Hits 8

A case could be made that blogs and blog hosting websites like WordPress and Blogger are, so far,the most important innovation of this century, technological or otherwise. Prior to the advent of blogs...

Background: Extension Methods, Silverlight & Linq

Jesse Liberty - Silverlight Geek, February 7, 2009
Views: 508 | Hits 9

A number of articles I've read recently have mentioned "Extension methods" in passing, yet it is difficult to find out what this is, if you don't already know. A few searches, however, d...

Regx for strong password

RegexLib.com - Recent Patterns, January 28, 2009
Views: 719 | Hits 65

This Expression will allow at least one small letter, one capital and one numeric digit. And length of the password is minimum of 8 and allowed special chars are pre defined(@\$=!:.#%),special chars a...

Get Expression Blend, Expression Web, and Expression Studio at 50% off List Price!

MSDN: BizTalk Server, January 26, 2009
Views: 642 | Hits 26

Don't delay: this limited time offer for Expression Blend 2, Expression Web 2, and Expression Studio 2 ends January 31....

CodeSnip: Adding a ToolTip for Each List Item

ASPAlliance.com - The #1 ASP.NET Community, January 26, 2009
Views: 1,207 | Hits 112

In this code snippet, Abdulla demonstrates how to add a ToolTip for each item in a DropDownList, which the regular DropDownList does not support. After providing a brief introduction, he examines the...

Running a partial SSL website with ASP.NET MVC

Pablo M. Cibraro (aka Cibrax), January 19, 2009
Views: 416 | Hits 9

Keith Brown has just released a helper class (Based on an original implementation made by Dominick Baier) with very useful methods for mixing Http and Https in a regular asp.net application. Before ju...

Running a partial SSL website with ASP.NET MVC

Pablo M. Cibraro (aka Cibrax), January 19, 2009
Views: 982 | Hits 120

Keith Brown has just released a helper class (Based on an original implementation made by Dominick Baier) with very useful methods for mixing Http and Https in a regular asp.net application. Before ju...

DD-MM-YYYY Format Date Validator

RegexLib.com - Recent Patterns, January 9, 2009
Views: 1,498 | Hits 156

This expression can be used to validate any date entered in correct DD-MM-YYYY format. Takes care of Leap Years too.....

Wahlin on .NET: Using the Visual State Manager in Silverlight Templates

FTPOnline .NET Channel, January 8, 2009
Views: 792 | Hits 41

Expression Blend 2 lets you add different effects to your Silverlight apps and enhance users' experience -- and with less code than you might think. All you need is Visual State Manager....

Product Spotlight