ASP.NET PayPal Subscriptions IPN
Of course, the glue that holds the entire application together is the IPN class. I had previously used the freely-available IPN class from XDev... more »
0 commentsSave Tags: .net, how-to, microsoft, web design
Code Snippet: Master Page Meta Tags
If you are using master pages, then you won't want to have duplicate content, in the shape of similar meta tag content, all over your site. So, you... more »
0 commentsSave Tags: .net, how-to, microsoft, web design
Microsoft Security Advisory - SQL Injection
Apparently the saga continues; although I don't have exact figures, there was another rise in attacks in May. Suffice to say that Microsoft saw fit to... more »
0 commentsSave Tags: .net, database, microsoft, security
Are you Missing an Assembly Reference?
You've checked your namespaces and references a hundred times but you're still getting this annoying error when accessing code files in a sub-folder?... more »
1 commentsSave Tags: .net, frameworks, groovy, microsoft
SharePoint Development on Vista X86 or X64
Many developers have been complaining at having to install a server on their development machine in order to code against WSS/MOSS. I wouldn't have... more »
0 commentsSave Tags: .net, groovy, humor, microsoft
ASP.NET: Web Site versus Web Application Project
The differences between the two models have been pretty well covered, or at least so I thought.
0 commentsSave Tags: .net, microsoft, opinion, tools
A Silverlight Beginning - The Verdict
Designers can use Expression Blend and Design to create their artifacts and the XAML end result can be handed off to developers. Now, most people have... more »
0 commentsSave Tags: .net, ajax, microsoft, open source
Beginning Silverlight - First Steps
I decided to get adventurous and see what all the fuss was about. So, I'm going to record my experiences as I try to "do something" with Silverlight!... more »
0 commentsSave Tags: microsoft, tools, trends, web design
Microsoft Office Labs - YouTube for Office
For all the people out there with a love-hate relationship of the new Office ribbon, here's something to grab your attention.
0 commentsSave Tags: groovy, humor, microsoft, tools
500,000 SQL Injection Attacks this Week
Apparently there have an estimated half-million attacks on different Web sites this week alone. There seems to have been a rush to judgement in trying... more »
0 commentsSave Tags: .net, microsoft, security, server
What are C# Generics - Part III
Personally, I think I am still in the process of making the final paradigm leap to generics. It will probably be some time yet before I am satisfied... more »
1 commentsSave Tags: .net, frameworks, groovy, microsoft
Online File Storage with Windows Live SkyDrive
I just noticed a new link when checking my hotmail this morning, to "Windows SkyDrive". Microsoft are offering 5GB worth of free online storage. It... more »
0 commentsSave Tags: announcement, groovy, microsoft, news
What are C# Generics - Part II
I'm going to keep this as simple as possible. Your main goal is to gain an appreciation of why we would want to use generics in the first place.
0 commentsSave Tags: .net, c-and-cpp, frameworks, microsoft
What are C# Generics - Part I
They say the best developers are lazy. I used to believe this and would cite code reuse as justification for my inertia! For a long time now, I have... more »
0 commentsSave Tags: c-and-cpp, frameworks, microsoft
Debugging ASP.NET - Irish Style
All the tools and methodologies in existence will not make the slightest bit of difference if your mindset and approach are out of whack for the job... more »
0 commentsSave Tags: .net, humor, methodology, opinion
Integrate PayPal Checkout Button with ASP.NET 2.0
I recently posted a solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Since then,... more »
0 commentsSave Tags: .net, microsoft, open source, web design
Solution to ASP.NET Form - PayPal Problem
They do say it's the simple things that get you stumped. For all of you ASP.NET developers out there who have yet to integrate a site with PayPal,... more »
0 commentsSave Tags: .net, how-to, microsoft, open source
New MSDN Code Gallery
Are you looking for some free code samples? Microsoft has just launched the new MSDN Code Gallery. It differs from the CodePlex site in that it is... more »
0 commentsSave Tags: .net, microsoft, news, open source
ASP.NET 2.0 Guest Book Admin - Part III
As promised, here's the final installment. You can find the download links for the final version of the code at the end of this article. Feel free to... more »
0 commentsSave Tags: .net, database, microsoft, web design
ASP.NET 2.0 Guest Book Admin - Part II
The Guest Book application is written in C# and is pretty straightforward. Here I will walk through the creation of the back-end which will allow the... more »
0 commentsSave Tags: .net, database, microsoft, open source
ASP.NET 2.0 Guest Book - VS 2008 on Vista
I'm going to update the code here and do a quick walkthrough of the steps necessary to get this working in Visual Studio 2008 running on Vista. You... more »
0 commentsSave Tags: .net, database, microsoft, open source
ASP.NET 2.0 Guest Book Application
This is a Web Application project written in C#. There is a data access layer and a business layer. This may appear redundant for such a simple... more »
0 commentsSave Tags: .net, database, microsoft, open source
SharePoint and Stratocasters
SharePoint is one big jigsaw with a couple of pieces missing. The real task is identifying these missing pieces and not blindly trusting the OOTB... more »
0 commentsSave Tags: microsoft
Heart of CSS: The Box Model
The box model is the starting point to understanding positioning in CSS. In fact, every single element in your markup is actually a box. Make this... more »
1 commentsSave Tags: .net, css-html, web 2.0, web design