|
|
tommykeane
tommykeane
 |
|
Stories kicked by tommykeane
|
|
published 1 year, 10 months ago, submitted by
crpietschmann
1 year, 10 months ago
channel9.msdn.com — 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: Vista | Views: 2
|
|
tags:
GUI, WPF, Vista | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
gavinjoyce
1 year, 10 months ago
smashingmagazine.com — 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: ASP.NET | Views: 2
|
|
tags:
CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
plaudati
1 year, 10 months ago
blogs.msdn.com — 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: ASP.NET | Views: 1
|
|
tags:
HowTo, Links, ASP.NET, Reference | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
prasadgvl
1 year, 10 months ago
dhtmlsite.com — 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: AJAX | Views: 0
|
|
tags:
Dhtml, AJAX, CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
Hopcroft
1 year, 10 months ago
blogs.msdn.com — 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: C# | Views: 5
|
|
tags:
HomeAutomation, RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
erick
1 year, 10 months ago
blogs.msdn.com — 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: CLR | Views: 11
|
|
tags:
BigInteger, Numbers | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
dwahlin
1 year, 10 months ago
weblogs.asp.net — 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: C# | Views: 23
|
|
tags:
Events, Delegates, C#, Video | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
SQL_Menace
1 year, 10 months ago
otherthingsnow.blogspot.com — 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: Other | Views: 1
|
|
tags:
Design, Books, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
kazimanzurrashid
1 year, 10 months ago
geekswithblogs.net — 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: ASP.NET | Views: 5
|
|
tags:
encryption, URL, Security, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
gavinjoyce
1 year, 10 months ago
danbunea.blogspot.com — "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: AJAX | Views: 106
|
|
tags:
MonoRail, Scaffold, RubyOnRails, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
mikeon
1 year, 10 months ago
vaultofthoughts.net — 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: ASP.NET | Views: 0
|
|
tags:
ASP.NET, Mikeon, Tip | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 11 months ago, submitted by
madskristensen
1 year, 11 months ago
madskristensen.dk — 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: ASP.NET | Views: 14
|
|
tags:
ASP.NET, html, RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 11 months ago, submitted by
gavinjoyce
1 year, 11 months ago
weblogs.asp.net — "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...
|
|
tags:
MbUnit, Testing, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 11 months ago, submitted by
jongalloway
1 year, 11 months ago
weblogs.asp.net — 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: C# | Views: 3
|
|
tags:
C#, JonGalloway | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|