On TV.com: THE GIRLS NEXT DOOR photos
1 Resources for

emily.glew@...

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Problems after Windows Update
Just wondered if anyone else has had these problems or has ideas how to fix them.A couple of weeks ago, I installed some windows updates - after the shut down and restart, I could hear my drive starting but the screen in blank - the monitor light blinks as if...
Tags: Microsoft Windows, Microsoft Windows Update, computer, emily.glew@..., window
Discussion threads 2007-03-03

Additional Resources

Emily Cooperative Telephone Company Paves Way for New Services for End Users in the Midwest
With legacy gear that was being discontinued and a growing demand for converged, high-bandwidth services, Emily Cooperative Telephone Company sought a solution that would avoid a forklift upgrade yet would still provide new services. To address their growing needs, Emily Cooperative Telephone Company deployed a Nortel solution including the Communication...
Tags: Phone, Nortel Networks Corp., Telephony, VOIP, Telecommunications, Networking
Case studies 2008-09-12
Delicious: Emily's Tea Garden (exe)
Join Emily for more fast-paced fun in Delicious Emily's tea garden. After rescuing her family business in Delicious 2 Deluxe, Emily has big plans to open her own tea garden. But in order to make her dreams come true, she's going to have to earn enough money to pay her...
Tags: Tea, SpinTop Games, Games, Personal Technology
Software downloads 2008-10-14
How Emily Tamed the Caml
How does one make a program breach resistant? One promising approach is to apply the Principle of Least Authority at object granularity. The E language has previously demonstrated that object-capability languages turn many of the security requirements for software into emergent properties of traditional object-oriented design and modularity enforcement. Emily...
Tags: Hewlett-Packard Co., Language, Emily, E Language, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2006-08-11
The Treasures Of Montezuma (exe)
The Treasures of Montezuma is as thrilling as an adventure movie and as awe-inspiring as the quest for eternal life. Take the role of the beautiful and intelligent Dr. Emily Jones as she sets out to solve a mystery that reaches across time to transform the world. Join her as...
Tags: Quest
Software downloads 2007-02-08
The Curse Of Montezuma (exe)
What happens when you combine beauty, brains, and a taste for adventure? You get Cathie Jones, world famous archeologist and granddaughter of Emily Jones from The Treasures of Montezuma. In The Curse of Montezuma, Cathie picks up where her grandmother left off and embarks on an amazing match-three journey to...
Tags: alawar entertainment, cyberthreats, viruses and worms, security
Software downloads 2008-08-06
Treasures of Montezuma (exe)
In The Treasures of Montezuma, you'll do more than match ancient artifacts and activate powerful magic totems. You'll also follow the beautiful and clever Dr. Emily Jones as she solves a mystery that can transform the world. The beginning of her quest takes her to the mountains of Mexico, where...
Tags: Artifact, Games, Personal Technology
Software downloads 2007-01-17
Delicious 2 Deluxe (exe)
Emily's back for more delicious fun in this fast-paced sequel! Help Emily rescue her family's finances in five all-new restaurants, each with a unique menu and theme. Use your earnings to purchase decorations sure to make your customers smile. Emily's friends and family are on hand to help, but it's...
Tags: Fun, Emily, Games, Financial Accounting, Personal Technology, Finance
Software downloads 2007-09-07
The beach is Life
blog rootBack to work todayReturned back to work Tuesday. 163 unread e-mails whichWet ThursdayTook Beth to school, No parking spaces in Huyton! Winter solticeOnly one more dark night and then the light nights start coming back!Emily was sick last night, poor little girl. Beth's last day in school for Christmas holsHappy...
Tags: Sales tools, PAUL.SHAW@..., Beth, Happy New Year 2006
Discussion threads 2005-07-20
Disabling Context Menus in Access Forms
Hi There - This is my first time working with VBA for Access, after learning client server applications with sql and c# in school, so bear with me. I'm building a form which will allow a user to enter dates, and wanted to use the calendar control for ease of...
Tags: Microsoft Office, Databases, Programming languages, chuckaduck@..., calendar control, context menu, Microsoft Access
Discussion threads 2007-07-03
Here's what you'll need to run JavaScript code
By Emily A. Vander VeerIf you have a text editor and a 2.0 or later version of Netscape Navigator, or a 3.0 or later version of Microsoft Internet Explorer, you have all you need to view and create JavaScript-enabled Web pages. For example, you should be using at least a...
Tags: Scripting languages, Web browsers, Emily A. Vander Veer, JavaScript, Microsoft Internet Explorer, Netscape Communications Corp., Netscape Navigator
Technical articles 2003-10-01
Get an overview of JavaScript
By Emily A. Vander VeerJavaScript offers a way to add intelligence and interactivity to Web pages. With JavaScript, you can:process data collected in HTML forms right on the user's computer, without involving a server (or a programmer with advanced Perl, C, or other programming language skills)create and store data on...
Tags: Scripting languages, Web browsers, Emily A. Vander Veer, JavaScript, CGI, common gateway interface script, Web
Technical articles 2003-10-01
MostFun Treasures of Montezuma (exe)
You are the beautiful and daring Dr. Emily Jones, whose sole purpose in life is to solve a mystery that will eventually transform the world as we know it. Match artifacts and activate magical totems as you traverse through stunning graphical layouts and 41 adventuresome levels. The Treasures of Montezuma...
Tags: Games, Biotechnology, Mice, Personal Technology, Hardware, Peripherals
Software downloads 2007-07-25
Navigate Flash 8 with confidence: A beginner's tour
Flash 8 provides powerful and flexible tools to create interactive animations, but the accompanying interface (a blank white square and dizzying array of icons, many of which seem to do nothing when clicked) may not offer a particularly intuitive work environment. Animation beginners encountering the interface for the first time...
Tags: Chapter, O'Reilly Media Inc.
Book chapters 2006-06-12
Learn some JavaScript definitions
By Emily A. Vander VeerJavaScript is an object-oriented computer language, so it looks a little different than traditional procedural languages, such as C and Pascal. For starters, programmers describe data and procedures in terms of objects, methods, and properties--not variables, routines, and statements. JavaScript programming uses a number of specialized...
Tags: Scripting languages, Emily A. Vander Veer, JavaScript
Technical articles 2003-10-01
Learn how to validate a whole form
By Emily A. Vander VeerUnlike field-level validation, form-level validation examines a group or all of the values on a form together, as a whole, for consistency. Form-level validation is typically performed just prior to submitting a completed HTML form to a CGI program. We do this to make sure the...
Tags: Scripting languages, Emily A. Vander Veer, fixThis
Technical articles 2003-10-01
Learn how to process form data
By Emily A. Vander VeerOnce you've verified that the user has entered valid data, it's time to do something with it. In JavaScript, that's fairly easy.We'll calculate the total adoption fee with the following function:function calcTotal  document.orderForm.totalPrice.value =    (document.orderForm.numberOrdered.value* 15.99);}Simple, eh? The calcTotal function simply takes the number supplied by the user...
Tags: Scripting languages, Emily A. Vander Veer, calcTotal, orderPlaced, JavaScript
Technical articles 2003-10-01
Learn some hands-on JavaScript
By Emily A. Vander VeerBefore you dive into JavaScript code, you need to know the tags for embedding JavaScript into your pages.<HTML><HEAD>These are the standard tags to start an HTML page. It's good practice to put the JavaScript code between the <HEAD> and </HEAD> tags so that functions don't get...
Tags: Scripting languages, Web browsers, Emily A. Vander Veer, JavaScript, Web browser
Technical articles 2003-10-01
Check for a pattern
By Emily A. Vander VeerNow we get even fancier. You can use JavaScript to determine if a text value conforms to a predefined pattern such as an email address, a social security number, a date, or an account number. We'll create an example that determines if a value looks like...
Tags: Telecom & Utilities, Social Security, phone, closeParen, isANumber, openParen, areaCode
Technical articles 2003-10-01
Find out how to look for a number
By Emily A. Vander VeerNow we know whether the user typed in a character. But did he or she enter numbers or letters? Most of the time, it's not enough to know that the user simply entered a character. Instead, you'll want to know that the user entered the correct...
Tags: Scripting languages, first digit, parseFloat, JavaScript, isANumber, numberOrdered
Technical articles 2003-10-01
  • << Previous
  • page 1 of 1
  • Next >>


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
Software Purchase/Installation Approval Form
Our Software Purchase/Installation Approval Form provides help desk personnel with general user information, the purpose and type of installation, and ...
Buy Now

Fusion