Nik's Bookmarks

Here are my latest ma.gnolia bookmarks in chronological order.

Last refreshed: 20 August 2008 @ 13:07 GMT.
Pagination In SQL Server 2005

How to do pagination in T-SQL on SQL Server 2005. Produces similar results to using MySQL LIMIT.

Microsoft IIS 6.0 - Web and Application Server Infrastructure - Performance and Scalability

Review application design, performance perspective, and tuning guidelines in particular usage scenarios for the Windows Server Family Web and application server infrastructure, which is the foundation for all Web sites, Web applications, and Web services in the Microsoft world

IAB - Ad Unit Guidelines

The IAB Ad Unit Guidelines are intended for marketers, agencies and media companies for use in the creating, planning, buying and selling of interactive marketing and advertising.

ยป This is How You Get sIFR to Work | Design Intellection

A simple step-by-step process of how to implement sIFR on your site.

Setting up mod_rewrite in Ubuntu 7.10 Gutsy Gibon

Mod_rewrite is a very important library to enable search engine friendly URLs in apache web server. Almost every framework takes advantage of this mod.

CodeProject: A Grouping Repeater Control for ASP.NET. Free source code and programming help

This custom repeater control can be used to add group headers to your output.

Connecting to the Nike+ API with C#

Details of the Nike+ API and C# classes to query the API

URLrewrite module for IIS7 - BillS IIS Blog

This walkthrough will guide you through how to create and test a set of rewrite rules for the IIS 7 URL rewrite module.

Security Resources

The resources listed below are all either geared towards PHP or useable by PHP developers in some manner.

Mount ISO Files Virtually as CD or DVD device

Mount ISO Files Virtually - Mount ISO images as CD/DVD device virtually.

High quality dynamically resized images with .net

A lot of web sites make use of code which dynamically resizes images. This technique is great for producing thumbnails on the fly. In fact, I used it for the listing pages of this blog. I was a little disappointed with the quality. The image looked blurred and I could often see dithering or compression artefacts. While working on another project I have spent some time researching how you can increase image quality while resizing with .Net.

W3C Log File Analyser - WebLog Expert

WebLog Expert a W3C raw log file analyser, including a free Lite version

Matt Cutts Discusses Google's Knowledge of Spam

At the recent Web 2.0 expo Matt Cutts presented on "what Google knows about spam.

tinyMCE: Replace SELECTED textareas with rich content areas

Put a CSS class on the textarea you don't want to be changed into the editor. Example of usage of the editor_deselector option: CODE tinyMCE.init({ ... editor_deselector : "mceNoEditor" }); Example of usage in the HTML: CODE

Stairlifts and stair lift rental covering London, Kent, Essex and Sussex - T.J.E Lift Services

Stairlift services for Kent, London, Sussex and Essex. We will fit, repair and rent and stair lifts for all types of stairs.

Nutritional Therapy and Weight Loss Clinic - Ruislip, West London

Nutritional Therapy and Weight Loss Clinic based in Ruislip, West London. - Achieve your optimum health, weight and energy.

Redirecting .co.uk to .com

How to use a 301 redirect in .htaccess redirecting .co.uk to .com

Keyframes and Tweening | Flash Tutorial

Keyframes and Tweening, or Five Easy Steps to Making a Photo Fade In and Out

.htaccess, 301 Redirects & SEO

How to clean up the canonicalization problem that arises when the www version of your site gets indexed along with the non-www version (i.e. http://www.seobook.com & http://seobook.com).

SQL to Select a random row from a database table

There are lots of ways to select a random record or row from a database table. Here are some example SQL statements that don't require additional application logic, but each database server requires different SQL syntax.