tommykeane

Stories kicked by tommykeane

New Vista GUI Stuff For Devs (channel9.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 4 months ago

Basically, even though Vista looks more or less like good old Windows, a lot has changed, and Kam has the inside story. He even clears up the answer to a question that's been troubling devs for a while now: What is Aero? We've all heard a lot about it, and in many different contexts. As a result, there's some confusion about what it really is. read more...

add a comment |category: |Views: 4

tags: another

53 CSS-Techniques You Couldn’t Live Without(smashingmagazine.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

Over the last few years web-developers have written many articles about CSS and developed many useful techniques, which can save you a lot of time - of course, if you are able to find them in time. Below you’ll find a list of techniques we , as web-architects, really couldn’t live without. They are essential and they indeed make our life easier. Let’s take a look at 53 CSS-based techniques you should always have ready to hand if you develop web-sites. read more...

add a comment |category: |Views: 4

tags: another

ASP.NET "How To" Reference(blogs.msdn.com)

submitted by plaudatiplaudati(570) 5 years, 4 months ago

You've had the ASP.NET overview, now you want to dive a little deeper and know how to do "XYZ", but have a hard time finding the answers on MSDN? Check out this collecetion of reference links. read more...

add a comment |category: |Views: 7

tags: another

Ultimate resource on AJAX/DHTML tutorials and examples(dhtmlsite.com)

submitted by prasadgvlprasadgvl(70) 5 years, 4 months ago

At DHTMLSite, you will find a directory of useful AJAX/DHTML scripts and tutorials. There are loads of cool CSS techniques described by examples, numerous DHTML code snippets, JS functions. I bet you're gonna make it big with the help of these resources. read more...

add a comment |category: |Views: 1

tags: another

Home Automation Part 3 - Using Regular Expressions to Parse Sensor Dat(blogs.msdn.com)

submitted by HopcroftHopcroft(200) 5 years, 4 months ago

Third installment in a series describing a remote temperature logging application. This post gives an in depth explanation of .NET regular expressions and includes an interactive regular expression evaluator application. read more...

add a comment |category: |Views: 18

tags: another

Introducing: System.Numeric.BigInteger(blogs.msdn.com)

submitted by erickerick(230) 5 years, 4 months ago

Have you ever needed a really huge number? So big it just couldn't fit into any other base-type in the framework? Well, no problem anymore, just use the new BigInteger type. You can now have the ability to use integers of any arbitrary size, so they can exponentiate until the cows come home... or memory runs out, whichever comes first :-) read more...

add a comment |category: |Views: 102

tags: another

Video: Creating Custom Events and Delegates with C#(weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 4 months ago

It's no secret that events and delegates play a crucial role in the .NET framework. Without them it would be hard to handle user input or notify other objects when an action occurs. In this video Dan Wahlin outlines the fundamentals of creating a custom class that exposes an event and a delegate. The video also demonstrates how to create a custom EventArgs class and how events can be consumed using C#. read more...

add a comment |category: |Views: 547

tags: another

5 Books Every Developer Should Read(otherthingsnow.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 4 months ago

Which books should you read/buy when you are a programmer? Five books are featured here that should help every developer. The books are not specific to any language so it doesn't matter if you are a Java, Python or .Net programmer read more...

add a comment |category: |Views: 35

tags: another

Secure Url(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 5 years, 4 months ago

NET version 3.0 has been released, but Asp.net still does not have any built-in support for passing querystring in encrypted text. This class will give you the support to pass querystring in encrypted rather than plain. read more...

add a comment |category: |Views: 30

tags: another

The Web Developers List of Resources.(devlisting.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

A nice collection of developer resources read more...

1 comment |category: |Views: 1

tags: another

Ajax Scaffolding with Castle MonoRail and C#(danbunea.blogspot.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

"Let's say we need to write an application very fast, that can do the basic CRUD operations for a Product. Ruby on rails (www.rubyonrails.org) came up with the excellent idea of scaffolding, and the idea was ported into the Castle Monorail project (www.castleproject.org). However, the default generator both in ROR and in MR, do not generate ajax based code. For ROR the solution is at: www.ajaxscaffold.com but nothing so far for MR. So I decided to take matters in my own hands..." read more...

add a comment |category: |Views: 312

tags: another

C# Delegates(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 4 months ago

This post provides introductory information on using delegates. read more...

add a comment |category: |Views: 13

tags: another

Getting The List Of All Pages In The Application(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 4 months ago

A short snippet of code that demonstrates how you can get and display a list of all pages in the ASP.NET web application. Such a list can be used during developement to ease navigation. read more...

2 comments |category: |Views: 8

tags: another

Remove HTML comments at runtime(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 5 months ago

Today I wanted to make a little method that strips HTML comments from an ASP.NET webpage at runtime. The practical use of the exercise is somewhat limited for most developers, but some websites have so many comments that it might just save a decent amount of bytes from the response stream. read more...

2 comments |category: |Views: 59

tags: another

MbUnit 2.3 RTM(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"Tonight MbUnit 2.3 RTM was released, you can download it from the MbUnit site. This release is a big one because this is MbUnits first milestone release since the project was first open sourced some 20 months ago. Many folks gave up their time to make this happen, both helping to make MbUnit work as a OSS project and in fixing bugs and adding new features through beta's and RC's through to todays release. This release has had contributions from Phil Winstanely, Johan Appelgren, Graham Hay, Joey Calisay and Jeff Brown." read more...

add a comment |category: |Views: 6

tags: another

A simple example of a fluent interface(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 5 months ago

A fluent interface can make your code much easier to use by allowing users to write code like this: imageFilter.Rotate(90) .Watermark("Monkey") .RoundCorners(100, Color.Bisque) .Save("test.png"); This article shows how and why you should add fluent interfaces to your toolbelt. read more...

add a comment |category: |Views: 22

tags: another