New Horizons Computer Learning Centers has again earned a spot among the Top 20 Information Technology (IT) educational companies in the world for the fifth straight year since the award was first established in 2008 by the leading website TrainingIndustry.com.
New Horizons Among Top 20 IT Training Companies Worldwide
Posted on 12/21/12 8:48 AM by Get Schooled in Announcements, in Company News, in New Horizons Computer Learning Centers, in News, in top training companies, in trainingindustry.com
Make your XHTML backward-compatible with Appendix C
Posted on 11/28/11 2:41 PM by Get Schooled in html, in New Horizons Computer Learning Center, in New Horizons Computer Learning Centers, in web design, in Tips & Tricks
Adding a Linked Photo to your Signature in Outlook
Posted on 6/16/11 10:18 AM by Get Schooled in Microsoft, in New Horizons, in New Horizons Computer Learning Centers, in adding a picture to signature, in outlook, in outlook signature, in Tips & Tricks
An e-mail signature consists of text and/or pictures that are automatically added to the end of an outgoing e-mail message. You can create custom signatures for different types of audiences. You can use a signature to add "boilerplate" text, such as an explanation of how you want other people to respond to your messages. You can have a different signature for each e-mail account.
By default, when you use the Advanced Edit option, a copy of any picture is included in the signature.
Stop P2P file sharing applications
Posted on 2/7/11 10:34 AM by Get Schooled in ban P2P, in New Horizons Computer Learning Centers, in Peer to Peer, in Tips & Tricks
Generate a new encryption key
Posted on 12/6/10 1:55 PM by Get Schooled in encryption key, in Microsoft, in New Horizons Computer Learning Centers, in server 2003, in Windows XP, in Tips & Tricks
Easily generate a new encryption key to replace one that’s been compromised (Microsoft Windows XP/Server 2003)
Partially optional function parameters in ASP (VBScript 5.0+)
Posted on 12/28/09 11:17 AM by Get Schooled in ASP, in New Horizons Computer Learning Centers, in VBScript, in optional funcation parameters, in Tips & Tricks
Partially optional function parameters in ASP (VBScript 5.0+)
VBScript doesn't support the declaration of optional parameters in subroutines or functions. So, if you have a function declared as: Myfunction(p1,p2,p3), to simulate optional parameters, you'd have to call it like so: