Desert Code Camp Wrap Up! by Spike Xavier

Home > Blogs > Web Development

Blogs: Web Development

Desert Code Camp Wrap Up! by Spike Xavier

0 0

Desert Code Camp 2007 was a resounding success!  Congratulations to Lauren and Scott and everyone who helped to make this such a wonderful event! I would like to thank everyone who attended my presentation and as promised, here are my powerpoint slides and code files. You should simply be able to open the folder codecamp2007 as … Continue reading Desert Code Camp Wrap Up! by Spike Xavier

Web Development Blogs

How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

0 0

In a previous post I showed examples of how CSS and JavaScript code could be used to freeze the header row of a GridView control and add scrolling capabilities for Internet Explorer and Firefox. Here’s an example of a GridView with a frozen header: In this post I’m going to discuss how to package up … Continue reading How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin

2 0

ASP.NET 3.5 introduces a new control called the ListView that allows developers to have 100% control over the HTML markup that is generated while still providing paging, inserting, updating, and deleting support. To me the ListView control is a nice blend between the GridView and Repeater controls with new features added. In this video I … Continue reading Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin

Freeze ASP.NET GridView Headers by Creating Client-Side Extenders

1 0

Lately I’ve been working on a pet project where I needed to freeze a GridView header so that it didn’t move while the grid records were scrolled by an end user.  After searching the Web I came across a lot of “pure” CSS ways to freeze a header.  After researching them more they tend to … Continue reading Freeze ASP.NET GridView Headers by Creating Client-Side Extenders

Managing Projects in Visual Studio 2005 & 2008 by Michael Palermo – Interface Technical Training

0 0

One of the first tasks I tried when I installed Visual Studio 2008 was to open a Visual Studio 2005 project.  I was prompted with the following: This concerned me, because I wanted to open the project in Visual Studio 2005 or Visual Studio 2008.  My findings are as follows: Solutions (once converted) can not be … Continue reading Managing Projects in Visual Studio 2005 & 2008 by Michael Palermo – Interface Technical Training

First Look at Visual Studio .NET 2008 and the LinqDataSource

1 0

Visual Studio .NET 2008 provides many new features that will definitely enhance developer productivity.  In this video tutorial I provide an introductory look at VS.NET 2008 and show a few features such as multi-targeting, split view, and the LinqDataSource control.  In the video you'll see how to build an ASP.NET page that retrieves data from … Continue reading First Look at Visual Studio .NET 2008 and the LinqDataSource

How To: Obtain Method Name Programmatically For Tracing – Michael Palermo

0 0

I am not a fan of hard-coding method names in exception or trace messages.  Here is a utility method to allow access to method name at runtime: public static void TraceContext(string messageFormat) { Trace.WriteLine(string.Format(messageFormat, new System.Diagnostics.StackFrame(1).GetMethod().Name)); } If I call the method above from inside another method: protected void Application_AuthorizeRequest(object sender, EventArgs e) { Tools.TraceContext("Inside … Continue reading How To: Obtain Method Name Programmatically For Tracing – Michael Palermo

Workshops / Webinars

Project Management (PMP) for Executives – Introduction

1 96 0

Introduction Project Management (PMP) for Executives is a 9 part video training series developed by Steve Fullmer, PMP, MBA, MCT/CTT+, CDP.  Steven has a global reputation as a project manager, chief technology officer, and computer systems innovator. He has authored more than 100 articles and a dozen courses in the fields of project management, productivity, business … Continue reading Project Management (PMP) for Executives – Introduction

Project Management (PMP) Leadership Skills in the 21st Century … Do you Know Your History? – November 10, 2017

0 99 2

The PMI Leadership triangle touts our need to develop our knowledge and application of leadership. Do you understand the leadership models of the 20th century? The 21st Century? Understanding your predecessors can assist to set your future course. On the matter of history, Mark Twain’s quote “History doesn’t repeat itself, but it does rhyme” is … Continue reading Project Management (PMP) Leadership Skills in the 21st Century … Do you Know Your History? – November 10, 2017

Principles of Decision Tree Design and Analysis in Project Management (PMP)

0 59 0

In this Project Management Professional (PMP) training video, learn how about Decision Trees and how to solve them with Risk Analysis. Existentialism conveys themes like the importance of choice, contingencies, and extreme situations.  How do you choose when the decision is hard? (If the decision is easy, you just choose.) When the decision is hard, we … Continue reading Principles of Decision Tree Design and Analysis in Project Management (PMP)

Understand the Mind to Become a Better Project Manager – February 18, 2015

0 98 2

Our minds all work alike, at least biologically. Yet we are a diverse species with different motivations, opinions, perspectives, and directions. Do you understand how and why the human mind works? What makes you a great project manager? In this recording of our PMP training webinar from February 18, 2015, Steve Fullmer covers some of … Continue reading Understand the Mind to Become a Better Project Manager – February 18, 2015

Windows 10 Security – What’s New and Improved? – December 3, 2015

0 104 1

In this recording of our Windows 10 webinar from December 3, 2015 training,  security expert Mike Danseglio presents the enhanced security features of SmartScreen, Defender and BitLocker in Windows 10 and new features such as Biometric Identification, Microsoft Passport, Device Guard and more.

Windows 10 Managing, Deploying and Configuring – December 2, 2015

0 486 1

In this recorded Windows 10 training webinar from December 2, 2015, Windows Server instructor Rick Trader presents the deployment and management of Windows 10 Enterprise and the new Provisioning capability in Windows 10. Learn how to manage Windows 10 deployments using System Center Configuration Manager, Mobile Device Management and Intune. Also included in his presentation … Continue reading Windows 10 Managing, Deploying and Configuring – December 2, 2015

Videos You May Like

A Simple Introduction to Cisco CML2

0 3902 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

Creating Dynamic DNS in Network Environments

0 646 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader teaches how to create Dynamic DNS zones in Network Environments. Video Transcription: Now that we’ve installed DNS, we’ve created our DNS zones, the next step is now, how do we produce those … Continue reading Creating Dynamic DNS in Network Environments

Cable Testers and How to Use them in Network Environments

0 735 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments