Always remain updated about current software development trends

Articles in WEB FRAMEWORKS

Development By The Numbers - Slides

Today, I'm doing a talk at\xa0DrupalCon Portland 2013on Static analysis and code metrics. Here are the slides for that talk. When the videos are posted, I'll make a followup post that links to it. Click through for the slides!Read more \xbb

The holy grail: Automatically diagnose IIS + ASP.NET website hangs

We finally did it. LeanSentry now automatically detects and diagnoses IIS and ASP.NET hangs! Read More......( read more ) Read More......(read more)

Webhooks, upload notifications and background image processing

Web applications and web APIs are usually programmed to perform requests in a synchronous manner. A common web-based access flow will start with a requester accessing a remote service. The remote service in turn will process the request and quickly return...

Building a Scalable Queueing System With PHP

Building a scalable queueing system with PHP.

Server controls in separete assembly

In my project I wanted to create text box control with bultin configurable validation. ASP.NET definition in .aspx or .ascx file would get validation function by name. But I do not wanted to create just .ascx file with text box. I could not then reuse that...

Single Notification of Multiple Messages using GCM, if Device Idle

How to send Single Notification of multiple messages using GCM, if device is Idle in ASP.NET

The powerful .NETMF on your wrist! Meet the Agent

So if you've been under a rock lately, you might have missed this little phenom known as KickStarter. Well today you're going to want to check it out. Secret Labs, the folks who brought you Netduino (hey, I'm wearing a Netduino t-shirt today, what a coincidence)...

ASP.NET: Tooltip in Datalist

How to add Tooltip in datalist

Tricky issue with HTML5 drag and drop

Recently a reader asked about a tricky issue with HTML5 drag and drop. The issue is this:HTML5 supports native drag and drop through draggable property and several events such as dragstart, drag, dragenter, dragleave, dragover and drop. Normally dragstart...