Mobile Device Detection and Redirection Using ASP.NET
This article explains two approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page... more »
Tweet 0 CommentsSave Tags: .net, how-to, web design
Learn to Authenticate and Authorize your website using MODX
In this chapter, readers will learn how to modify their site to have a sign up form and log in form. They will also learn how to enable blogs to be... more »
Tweet 0 CommentsSave Tags: books, frameworks, how-to, open source
Create Language Learning Activities with Moodle 1.9
Moodle 1.9 for Second Language Teaching is new book from Packt that will help readers to create enjoyable and useful language learning activities.... more »
Tweet 0 CommentsSave Tags: books, how-to, open source, web design
Questions on controllers testing
A reader has written to me asking some basic questions about my last post on dropping unit testing for controllers. I am glad to write a less... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, methodology, php
3 Reasons Why I Wouldn't Do Agile Project Management
Agile project management doesn't suit every situation...
Tweet 0 CommentsSave Tags: agile, how-to, methodology, opinion
Updated ClassCleaner and ClassCleaner Refactor!Pro Menu for DXCore 2009.2.8
Its that time again! DevExpress has released an update to their Developer Productivity Tools suite which means that several plugins need to be... more »
Tweet 0 CommentsSave Tags: .net, how-to, tools
Getting Camtasia to work with the E-MU 1616 Sound Card
I just got sound working in my C64 emulator and I wanted to record a short WMV of M.U.L.E. to send to a few friends, but couldn’t figure out how to... more »
Tweet 0 CommentsSave Tags: hardware, how-to, tools
Developing for Windows Mobile – Mobile XAML?
I’ve now included a “first cut” XAML parser (ultra simplistic) within v0.2 of my Mobile UI Framework.
Neat VS10 Feature: Pinning A Debugger Watch
I was stepping through some code in a debugger today and noticed a neat little feature of Visual Studio 2010 that I hadn’t noticed before. When... more »
Tweet 0 CommentsSave Tags: .net, how-to, tools
Using serialized JSON to move complex data to and from the browser
Jarod and I have both been working on a FubuMVC application for one of our Guild 3 clients. It’s been great to have the opportunity to work with a... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, javascript
Detect Recursive Calls in Your .NET Code
Here's a way you can check whether the current method is recursive. The following method returns True when your application is in a recursive method
Tweet 0 CommentsSave Tags: .net, how-to
Quickly Determine Whether a Column Is Fully Visible in a DataGridView
It's easy to determine whether a DataGridView column is invisible—just check its Boolean Displayed property. However, the Displayed property returns... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to
Foreign Key Relationships in the Entity Framework
Last March Alex James posted to our design blog about our plans for adding foreign keys to the entity framework. Since then we’ve pushed forward with... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to
Introduction to Distributed Source Control
Version control systems manage the changes of documents. In software development, their primary purpose is to store the source code for an... more »
Tweet 0 CommentsSave Tags: how-to, tools
50+ Treasured Free Firefox Themes
Firefox is a fastet growing famous web browser, I did research and originate many new really beautiful and professional Firefox themes. I just choose... more »
How to validate IP address with regular expression
IP Address 0-255.0-255.0-255.0-255 , validate with regular expression
Tweet 0 CommentsSave Tags: how-to, java
Using Memcache With PHP
I want to just start this little post with that fact that I don’t know all the ins and outs of using Memcache but I have enough knowledge to just... more »
How to precompile your JSP's in Tomcat
You should precompile your JSP's. If you didn't know how to do this before ... you no longer have that excuse.
Tweet 1 CommentsSave Tags: how-to, java, server
Using URLRewriteFilter to help secure your site.
Sometimes you want to lock down your webapp some more without changing the code. With the Tuckey UrlRewriteFilter and some creativity, you now have... more »
How to validate image file extension with regular expression
Example to show how to validate image file extension with regular expression
Tweet 0 CommentsSave Tags: how-to, java
Simply Scala
I wanted to create an easy way for people to jump in and start learning scala. Lots of examples and immediate feedback on what works and what doesn't.... more »
Tweet 0 CommentsSave Tags: how-to, other languages
Pragmatic Logic Labs: Syntax highlighting your code snippets in Blogger
This post shows how to add syntax highlighting to blogspot.
Tweet 0 CommentsSave Tags: how-to
Moving a process to another terminal
I've always wanted to be able to move a process from one terminal to another. For example if I've started a long-running foreground process (such as... more »
Tweet 0 CommentsSave Tags: how-to
How Do I: Use CollectionViews to Sort and Filter Data (Video)
Like Dataviews, CollectionViews can be used to sort and filter data without having to change the underlying default view of the data. In this video,... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
SublimeSite - Webdesign and Programming
SublimeSite is for anyone interested in web design and programming. Here you can find snippets, articles, freebies, and more.
Tweet 0 CommentsSave Tags: css-html, how-to, javascript, php