Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

James Crowley Profile

photo James Crowley (James Crowley)
07 Dec 2000
London United Kingdom
Student
http://www.jamescrowley.co.uk/
Contact memberContact this Member Edit ProfileEdit my profile

James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.

This user has contributed 98 articles, 164 code samples and posted 2859 messages in our discussion forums.

Technology Interests

    Articles & Tutorials

  • ASP.NET AJAX under the hood secrets

    by James Crowley

    Performance tips and hard-core tricks for ASP.NET AJAX, not for the faint hearted, from Omar Al Zabir, CTO of PageFlakes. . Read full article

  • Windows Vista for Developers

    by James Crowley

    This series covers a wide variety of topics including new user interface features, kernel features, networking features, management features, and more. Most of the samples will be in ATL, but where appropriate I will illustrate how the new Windows Vista functionality can be used by managed code.. Read full article

  • Print from javascript

    by

    You can't actually print a document from javascript, but you can open the print dialog to the user.. Read full article

  • Image previews with DOM JavaScript (and PHP if wanted)

    by Chris Heilmann

    Sometimes we want to offer the visitors a preview of the image a link points to. Depending on PHP and GD availability, this script will offer a preview link showing or creating a thumbnail of the linked image. The visitors can see if the link is worth opening without leaving the current page.. Read full article

  • asdgasdg

    by James Crowley

    asdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasgasdgdasgasg. Read full article

  • Building ASP.NET AJAX Controls

    by James Crowley

    Mike takes an in-depth look at getting to grips with building ASP.NET AJAX controls. Learn about the framework of getting your JavaScript code.. Read full article

  • Tree structures in ASP.NET and SQL Server

    by James Crowley

    Takes a look at how tree structures can be usefully stored in a relational database such as SQL Server, and how to implement web directory-like features such as breadcrumbs.. Read full article

  • Interview with Matthew Reynolds

    by James Crowley

    A technical Interview with Matthew Reynolds, author of Beginning E-Commerce with Visual Basic, ASP, SQL Server 7.0 and MTS. Read full article

  • Have you seen the Silverlight?

    by Dave Wheeler

    So you want fancy, sexy streaming media in the UI? And you want cool animations, fancy glow-in-the-dark buttons and decent, scalable vector graphics? And you want to run your application in a browser on both Windows and Mac OSX? If you’re already reaching for your copy of How to Wow with Flash, stop. There’s a new kid muscling onto the somewhat crowded Rich Interactive Application (RIA) block, and it’s coming from Microsoft.. Read full article

  • Opening the package in OpenXML

    by Tim Anderson

    In the second part in this series on OpenXML, Tim Anderson explains how the new Packaging API helps you work with Office Open XML documents.. Read full article

  • Have you seen the Silverlight? – More Silverlight

    by Dave Wheeler

    Is Silverlight the way to make your browser based applications as rich as a desktop application? Dave Wheeler thinks so and put the case for sophistication in Silverlight. In this second article, we look at events and move rapidly on to animation and other powerful presentation effects.. Read full article

  • Inside ASP.NET AJAX back end services

    by Dino Esposito

    Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection – how exactly does the server provide the data that the client needs? . Read full article

  • Dynamic Search Conditions in T-SQL

    by Erland Sommarskog

    A very common requirement in an information system is to have a function (or several functions) where the users are able to search the data by selecting freely among many possible criterias. In this text I will look at various techniques to solve this problem.. Read full article

  • Ten CSS Tricks You May Not Know

    by Trenton

    Some great tips and tricks using CSS - from applying more than one CSS class to an element, specifying a different style sheet to be used for printing, image replacement techniques and more.. Read full article

  • Visual Basic Tutorial

    by James Crowley

    Completely new to Visual Basic? Overwhelmed with the confusing instructions? Read this tutorial and get a head start - learn what VB is, what you can do with it, how much it costs, and how to get star. Read full article

  • SWT and JFace, Part 1: A gentle introduction

    by Barry Feigenbaum

    In this first article of an SWT and JFace series, find out how to create a simple Standard Widget Toolkit (SWT) application using Java™, Eclipse, and the SWT and JFace libraries. Also learn how to create simple SWT GUIs using basic controls and layouts.. Read full article

  • Web Services Interoperability between J2EE and .NET - Part 3

    by Wangming Ye

    Explore the source of the common interoperability challenges facing Web services integration across platforms. This third part in a series describes how the different naming conventions between J2EE technology and .NET can cause difficulty in Web services interoperability.. Read full article

  • Aspect Oriented Programming using .NET

    by Abhinaba Basu

    Till now we were talking about non-mainstream languages to use Aspect Oriented Programming (AOP). Learn what exactly AOP is, and how you can go about getting this functionality in C#.. Read full article

  • What's new in System.Xml 2.0

    by alexhomer

    Just as XML itself has evolved, so the XML related classes in .NET Framework 2.0 have changed. Alex Homer finds out what's different.. Read full article

  • Using WMI From Managed Code

    by Andriy Klyuchevskyy

    Windows Management Instrumentation (WMI) is Microsoft's implementation of Web-Based Enterprise Management (WBEM) and the Common Information Model (CIM). Although WMI is COM-based, Andriy Klyuchevskyy shows you how you can access it from C# and VB.NET through System.Management, thanks to COM Inter-Op.. Read full article