1.
Calling WCF Services with jQuery…Stripped Down
Years ago, when I created my first ASMX Web Service and called it from an application, it was easy and it was fun. I was able to call functions on a server, from a client, with little effort. What a great and powerful tool!Then WCF came out and was deemed the 'best practice' and the 'preferred' me
(The Code Project Open License (CPOL))
Web Development »
Web Services »
General
|
Steve Wellens
|
Updated: 6 Feb 2013
Rating: 4.00/5
(1 vote)
|
|
2.
CSS3 box-shadow and Visual Studio features
CSS3 box-shadow and Visual Studio features.
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
CSS
|
Steve Wellens
|
Updated: 18 Jan 2013
Rating: 4.67/5
(3 votes)
|
|
3.
Google and Bing Map APIs Compared
At one of the local golf courses I frequent, there is an open grass field next to the course. It is about eight acres in size and mowed regularly. It is permissible to hit golf balls there—you bring and shag our own balls. My golf colleagues and I spend hours there practicing, chatting and in genera
(The Code Project Open License (CPOL))
|
Steve Wellens
|
Updated: 9 Dec 2012
Rating: 4.57/5
(7 votes)
|
|
4.
The Low Down Dirty Azure Blues
Remember the SETI screen savers that used to be on everyone's computer? As far I as know, it was the first bona-fide use of "Cloud" computing…albeit an ad hoc cloud. I still think it was a brilliant leveraging of computing power.My interest in clouds was re-piqued when I went to a technical semina
(The Code Project Open License (CPOL))
Cloud Computing »
Azure »
General
|
Steve Wellens
|
Updated: 1 Nov 2012
Rating: 3.50/5
(2 votes)
|
|
5.
Elegance, thy Name is jQuery
Some interesting things on jQuery.
(The Code Project Open License (CPOL))
Web Development »
Client side scripting »
General
|
Steve Wellens
|
Updated: 7 Apr 2012
Rating: 5.00/5
(1 vote)
|
|
6.
Cool CSS 4 Feature: pointer-events
CSS 4? Really? CSS 3 isn't fully released yet! What on earth is going on here?It all started when I was fooling around with GIMP, the extremely powerful free graphics editor. I took a public domain image, re-sized it, gave it a transparent background and then added a perspective shadow. It is be
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
CSS
|
Steve Wellens
|
Updated: 27 Feb 2012
Rating: 5.00/5
(1 vote)
|
|
7.
log4net: Log to a JavaScript Console
A new appender for the log4net logging tool that sends server logging strings to a JavaScript console.
(The Code Project Open License (CPOL))
Web Development »
Trace and Logs »
Trace / Logs
|
Steve Wellens
|
Updated: 23 Jan 2012
Rating: 4.67/5
(3 votes)
|
|
8.
Goodbye jQuery Templates, Hello JsRender
jQuery Templates have been discontinued. The new pretender to the throne is JsRender.
(The Code Project Open License (CPOL))
Web Development »
Client side scripting »
General
|
Steve Wellens
|
Updated: 30 Nov 2011
Rating:
(0 votes for this Article)
|
|
9.
HTML 5 and jQuery – A Match Made in Heaven
An introduction to HTML 5 Custom Data Attributes.
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
HTML
|
Steve Wellens
|
Updated: 22 Aug 2011
Rating: 4.00/5
(2 votes)
|
|
10.
Five Phases of Developer Maturity
I believe developers go through several learning phases on their way to becoming world class developers. Here are five of them.
(The Code Project Open License (CPOL))
General Reading »
Scrapbook »
General
|
Steve Wellens
|
Updated: 24 Jul 2011
Rating: 5.00/5
(2 votes)
|
|
11.
Can the C# ‘var’ Keyword be Misused?
More and more often I've been seeing C# code like this: var Data = GetData(); What on earth does GetData() return? This code is not as maintainable as it could be and is not as maintainable as it should be. Doesn't explicitly declaring the variable type make the code more readable, understandabl
(The Code Project Open License (CPOL))
|
Steve Wellens
|
Updated: 21 Jul 2011
Rating: 5.00/5
(4 votes)
|
|
12.
Learning to Like LINQ or, Loving the LINQ Loquacious
You can use the LINQ library functions, which are extension methods, without having to delve into Reverse Polish SQL.
(The Code Project Open License (CPOL))
|
Steve Wellens
|
Updated: 30 May 2011
Rating: 3.17/5
(3 votes)
|
|
|
13.
jQuery Selector Tester and Cheat Sheet
|