On MovieTome: See the TRAILER for TERMINATOR 4!
1 Resources for

top 40

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Where did the music industry go so wrong?
Terrible MusicThe music industry went "wrong" when the Top 40 turned into synthesized trash. Listen to the Top 40 of 10 years ago and you will find a better set of singles. Lately, since circa 2000, the trend is to put out any trash that catches teeny-boppers ears...
Tags: Digital media, bluemax786@..., Top 40, music
Discussion threads 2007-03-15

Additional Resources

Make text-browsing a snap with 20 keyboard shortcuts for Lynx
This article is also available as a TechRepublic download.Lynx is a full-featuredtext-mode browser, licensed as open source under the GNU General Public LicenseGPL. It is installed by default on most Linux systems and it is fairlypopular among both Web developers and power users, mostly because of its speed andits ability...
Tags: Web browsers, Open source, Linux
Technical articles 2007-05-01
Dell Inspiron 6400
Hi,my laptop is just 40 days old and from yesterday the alphabet p - and : is not working i really dont know what to do about it. Can anyone help me.Warranty repair...40 days old? Contact your support number for a repair.Contact Dell Tech SupportThe unit must be under...
Tags: Notebooks, lpriya2005@..., Dell Computer Corp., Dell Inspiron, keyboard
Discussion threads 2007-10-04
windows explorer problem it opens automatically 40-50 windows
recent time i am facing a problem. when i start my computer it opens 40-50 windows explorer and one thing is when i close the window it comes again exact the same place of desk top and never end even i do nothing this goes on rapidly i can...
Tags: himesh_world@..., window
Discussion threads 2007-03-23
Warhammer 40,000: Dawn of War v1.40 patch (exe)
This massive v1.40 patch introduces a number of gameplay balance tweaks, two new graphics options, several optimizations for lower-end systems, and more.
Tags: THQ Inc., Graphics
Software downloads 2005-09-30
10 useful server variables you should know for creating dynamic Web pages
Every time you request a Web page, an immense amount ofactivity takes place behind the scenes: your request is sent to a DNSserver, an IP address is found, the corresponding Web server is contacted,and the resulting data stream is decoded and rendered by your Web browser as anHTML page. In...
Tags: Contributor Melonfire, IP, IP address, server, server variable, Web, Web server
Technical articles 2006-05-25
Technical Challenges of 40 Gbit/s in WDM Submarine Transmission
There is a growing consensus that 40 Gbits/s channels will be introduced in optical systems in the years to come. This introduction is especially challenging in submarine links, since the distances to be bridged are longer. Major changes will need to be made to repeater technologies, fiber configurations and modulation...
Tags: Alcatel, WDM, Fiber, Knowledge Management, Network Technology, Enterprise Software, Software, Networking
White papers 2005-09-01
Optimize your databases with PostgreSQL data types
Like all database systems, PostgreSQLlets you store data using a variety of different data types. These data typesallow the database engine to optimize its use of memory and storage, and toperform operations on the stored data more efficiently and with fewer errors. Data type selection plays an important role in...
Tags: Contributor Melonfire, data type, database, integer, INTEGER, integer value, PostgreSQL, Storing, Value at Risk
Technical articles 2005-10-24
Warhammer 40,000: Dawn of War v1.40 to v1.41 patch (EXE)
This incremental v1.41 patch for the RTS Dawn of War upgrades the version from 1.40 to 1.41 and includes a long list of tweaks and bug fixes across the board. Please see the included read-me file for more information.
Tags: THQ Inc., Corporate Governance, Patches, Security, Business Operations, Corporate Law
Software downloads 2005-12-07
Sun Ultra 40 M2 Workstation Architecture: Powerful and Expandable Technology for Demanding Technical Applications
The Sun Ultra 40 M2 workstation provides a powerful, innovative, and balanced workstation design that takes advantage of Next-Generation AMD Opteron 2200 Series processors, offers large memory capacity, and provides twice the storage capacity and graphics card support of the previous-generation Sun Ultra 40 workstation. This paper details the properties...
Tags: Sun Microsystems Inc., Workstations
White papers 2007-01-01
8 gb Memory vanished from 40gigs
In my computer i am having p3 intel motherboard and i am using seagate 40 gb harddrive but i can't get 40 gb whole detected it only detects around 32, i tried some sofwares but not working out is there any other idea except bios pgradation which may work...have four...
Tags: GIG Seagate, jumper
Q&A 2005-09-16
Validate data with PHP's character type functions
Almost every PHP application, be it a Web form or a CLIprogram, requires user input. And because users are notoriously fickle, it'simportant to check the data they enter for validity before using it foranything important—for instance, a calculation or a database entry. Fortunately, there's a hidden jewel in the PHP...
Tags: Scripting languages, PHP
Technical articles 2005-10-18
Application Deployment process
I'm looking for some help in figuring out how to deploy a java based website using Resin as an application server. My challenge is that we cannot have any downtime while deploying updates to the website. Our environment is 80 webservers load balanced across 2...
Tags: mcpherson1135@...
Discussion threads 2006-10-26
Kids NetLinks Extreme Web Browser (zip)
Kids NetLinks Extreme Web Browser provides over 40 top kids links to the top sites with 7 tabbed browsing and Web tracks cleaning. With 1 button click access to the top educational, fun and games sites plus 7 tabs to have 7 Web sites open at once. Additionally, you can...
Tags: Web, Web Browser, Kids NetLinks, Kids NetLinks Extreme Web Browser, Channel Management, Web Site Development, Marketing, Internet
Software downloads 2008-10-03
Obtain important file information with these PHP file functions
Asa Web developer, it's common to have to interact with files on disk: check diskusage, read file permissions, find file modification times, and read filecontents. Fortunately PHPcomes with a full-fledged set of file functions for just this purpose and thisdocument lists them all, together with usage examples See Table A....
Tags: Contributor Melonfire, permission, PHP
Technical articles 2006-01-30
Survey: CIOs turn negative, 40 percent are planning budget cuts
In October, CIO Magazine surveyed its small but exclusive group of IT executives for the third time in 2008 and discovered that the outlook of these tech leaders has taken a sharp dive, with 40% now expecting to cut their budgets. by Jason Hiner
Tags: CIO, Survey, Leadership, Marketing Research, Strategy, Management, Marketing, Jason Hiner, Information Technology, Rick Belmonte
Blog posts 2008-11-04
Verizon switches to 40 Gbps on backbone
Verizon switches to 40 Gbps on its major backboneMoving from 10 Gbps to 40 Gbps is a huge increase. The question remains though - is it even adequate to keep up with our ever-increasing appetite for bandwidth? Do you reckon you will even notice the speed boast?As a...
Tags: TELECOMMUNICATIONS, paulmah@..., backbone, Verizon Communications Inc.
Discussion threads 2007-11-15
VB problem
select case texttotal.textcase 40label1.caption="sssxx"case 50label1.caption="sddxx"case elselabel1.caption="ssbhx"end select in this vb prog. in the first time i ictivate the code, it skip the first line (case 40 ). it means suppose texttotal.text was 40, prog. should type in label1 as "sssxx". but at the first time...
Tags: label1.caption, Microsoft Visual Basic, programming, silvamsn@...
Q&A 2006-08-16
install 40 licenses
I need to install win xp pro on 40 computers. We plan to purchase one copy of xp pro with 40 licenses. My question is, how different is it to install licenses? Do I install the licenses on the server or just install windows like normal and...
Tags: byteside@..., computer, Microsoft Corp., Volume License, volume-license, windows
Q&A 2005-11-17
A Comparison of Next-Generation 40-Gbps Technologies
There are many proposed optical transmission systems which offer 40-Gbps/ wavelength capacity. The unbridled adoption of these solutions may well depend on the degree to which they overlay on existing dense WDM 10-Gbps links. This paper provides a description of new 40-Gbps technologies being proposed and reveals their true compatibility...
Tags: Nortel Networks Corp., Optical Networking, Networking
White papers 2007-07-06
  • << Previous
  • page 1 of 1
  • Next >>


Windows Server 2003 Migration Tool Kit
This product sells with B061- Windows Server 2003 Migration Pack and can not be sold separately.
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now