On MovieTome: CAPTAIN AMERICA gets a storyline!
1 Resources for

brent sleeper

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

How to prepare for market changes due to Web services technologies
As Web services technologies evolve, consulting firms focused on integration work may need to shift gears. Find out how one industry expert believes the market will change and how your firm can stay ahead of the curve.Cringely's Law, named for former InfoWorld columnist and author Robert X. Cringely, says that...
Tags: Web services, Channel management, Cringely, Beth Blakely, Web service, Brent Sleeper, Web, Web Services Technology
Technical articles 2002-06-28

Additional Resources

Internet graphic novels
Check out Brent V. Friedman and Michael DeCourcey's Afterworld, Stephen King's N, and Watchmen. by Jerry Taylor
Tags: Novel, Graphic Novel, Internet, Jerry Taylor
Blog posts 2008-08-25
Set a window variable to null
If you're working with JavaScript windows, you may need to set a windows variable to null at some point in time. Here's how.By Brent Lee MetcalfeLet's get what may seem like the most trivial tip--but the most important tip overall--out of the way. Before you declare a variable for a...
Tags: Construction, window, Brent Lee Metcalfe
Technical articles 2003-09-30
ERP for a chinese company need help please !
Hi everybody,i am working in a Chinese company and i am in charge of finding an erp software for our company.We are a factory who produce lighting equipment. (Small / medium business).The managing director of the company want to develop by ourself the erp !A short description of our workflow:At...
Tags: ERP, marco7683-info@...
Discussion threads 2007-02-16
Control window focus
Use the focus method to control your window focus. Here's how.By Brent Lee MetcalfeA window that can't focus is like a plane that can't fly: it contains some pretty interesting stuff, but it can't ascend to the heights that it was built for. I've discussed focusing idiosyncrasies, so let's demo...
Tags: Construction, window, Brent Lee Metcalfe
Technical articles 2003-09-30
Open multiple windows
There are times when you'll want to open a second window to display related links or other information. This JavaScript windows tip shows you how.By Brent Lee MetcalfeOften, you want to open a second window to display related links or other information to the user. Use the code in this...
Tags: Construction, window, Brent Lee Metcalfe
Technical articles 2003-09-30
Dream Catcher Clock Screensaver (exe)
The dream catchers originally came to us from Native Americans. They think that Dreams are the messages sent by sacred spirits. According to the legend the Web of dream catcher catches good dreams and they reach the sleeper, while letting bad ones to slip away. The Dream Catcher Clock designed...
Tags: Screensaver, Clock-desktop, Channel Management, Marketing
Software downloads 2008-04-29
Open cascading windows
With JavaScript, you can open more than one window consecutively. Here's how.By Brent Lee MetcalfeIn addition to opening windows simultaneously, you can open more than one window consecutively. Suppose you build a site whose initial HTML file launches two subwindows from the main browser. The first subwindow could function as...
Tags: Construction, window, subwindow, main browser, Brent Lee Metcalfe, Web browser
Technical articles 2003-09-30
WebCab Functions for .NET (Msi)
Add refined numerical procedures to either construct a function of one or two variables from a set of points interpolate, or solve an equation of one variable; to your .NET, COM, and XML Web service Apps. Interpolate using Newton poly., Lagrange's formula, Burlisch-Stoer algorithm, Cubic/Bicubic splines natural and free; Solve...
Tags: Variable, .Net, Application Servers, Middleware, ActiveX/COM/COM+/DCOM, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2005-12-08
Move windows dynamically
Dynamically moving windows let Web builders arrange and rearrange windows to optimize information display. Learn how to dynamically move windows.By Brent Lee MetcalfeWhen all is said and done, windows that move are more practical than cool (but perhaps that's what makes them cool). But, if used with restraint, dynamically moving...
Tags: Construction, window, Brent Lee Metcalfe
Technical articles 2003-09-30
WebCab Functions for Delphi (Msi)
Add refined numerical procedures to either construct a function of one or two variables from a set of points interpolate, or solve an equation of one variable; to your .NET, COM, and XML Web service Apps. Interpolate using Newton poly. Lagrange's formula, Burlisch-Stoer algorithm, Cubic/Bicubic splines natural and free; Solve...
Tags: Borland Delphi, Variable, Lagrange, Programming Languages, Development Tools, ActiveX/COM/COM+/DCOM, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2005-12-08
Gateway OS Image Issue
I own a small repair shop and we have run into a problem which I believe may be part of a much larger issue that could possibly be a sleeper issue for many. This is the second new machine with Vista that we have seen which has a bad...
Tags: clwyattjr@..., Gateway Inc.
Discussion threads 2007-04-20
Personal Assistant (zip)
pAssistant is a time management tool that lets you set up multiple one time or recurrent alarm to prepare your schedule. It also has a unique feature to help hard sleepers to get up from the bed. Unlike many other applications it does not have any limits on how many...
Tags: pAssistant, Time Management, Productivity
Software downloads 2006-02-27
BPEL4WS is a marriage of two rival standards
Is the recently released Business Process Execution Language for Web Services just the latest in a continuing line of proposals, or will it actually become a universal standard? Find out what effect BPEL4WS will have in the Web services arena.Microsoft, IBM, and BEA Systems have released a trio of proposed...
Tags: Business process automation, Web services, Operational planning, Channel management, Beth Blakely, BPEL, Web service, Web, business process
Technical articles 2002-08-29
Get familiar with canvas-mode windows
Learn about canvas-mode windows, which provide a useful environment for slide shows or presentations.By Brent Lee MetcalfeBy canvas mode, I mean a window that occupies the full screen, regardless of monitor size or resolution. Canvas-mode windows provide a useful environment for slide shows or presentations. In such cases, size definitely...
Tags: Construction, window, canvas-mode window, canvas-mode, Brent Lee Metcalfe
Technical articles 2003-09-30
Best downloads of 2005
Well, nobody's asked. And nobody's going to. But I decidedto put together a list anyway. According to my by-no-means statistically accuratereckoning, I published around 225 downloads since joining the Content Team atthe end of February. There were a few article compilations, some revampedresources, problem/solution guides, templates and checklists, sample chapters,...
Tags: Word processors, Microsoft Office, Microsoft Word
Blog posts 2005-12-22
Prevent window orphans
There are times when breaking the object hierarchy is harmless, if not desirable. Here's how to create a transitional pop-up window that automatically closes when it launches a new window.By Brent Lee MetcalfeThis tip is a warning: If you open a secondary window and a tertiary window that is a...
Tags: Construction, Brent Lee Metcalfe, window, secondary window, pop-up window
Technical articles 2003-09-30
Gateway OS Image
I originally posted this in a discussion forum, but was asked to post here as well. I will ask the question: Has anyone else had a problem or opportunity to have to re-image a new Gateway which has the Vista OS? Here is my original post:I own...
Tags: Microsoft Windows Vista (Longhorn), clwyattjr@..., Gateway Inc.
Discussion threads 2007-04-20
Code window-aware behavior
You can set an HTML file to behave a certain way in one environment and differently in another. Here's how.By Brent Lee MetcalfeWouldn't it be great if you could have an HTML file behave a certain way in one environment and differently in another? Well, you can.In the frameset, aware0.html...
Tags: preMpt, glossary, HTML, Brent Lee Metcalfe
Technical articles 2003-09-30
Resize windows dynamically
Once a subwindow is launched, its size doesn't need to remain static. Learn how to resize windows dynamically.By Brent Lee MetcalfeOnce a subwindow is launched, its size doesn't need to remain static.When the onClick event handler fires, the subwindow increases or decreases its width and height by 200 pixels.var x...
Tags: Construction, window, Brent Lee Metcalfe
Technical articles 2003-09-30
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
TechRepublic Power Checklist: Securing Windows XP
If you have just finished installing Windows XP and you think the work is done, you're wrong. Some of the most important steps to getting Windows XP u ...
Buy Now