On CBSSports.com: Mike Tyson's daughter dies in accident
459 Resources for

data

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean data management (11,635 results), data center (820 results), data (459 results), data mining (441 results), data protection (329 results)more...
Show Fewer Related Tags Did you mean data management (11,635 results), data center (820 results), data (459 results), data mining (441 results), data protection (329 results), data warehouse (247 results), data access (158 results), Hitachi Ltd. (146 results), data security (125 results), International Data Corp. (90 results), EDI (85 results), Microsoft Data Engine (69 results), Electronic Data Systems Corp. (40 results), data acquisition (34 results), Microsoft Data Access Components (31 results), EVDO (22 results), continuous data protection (17 results), SunGard Data Systems Inc. (12 results), Automatic Data Processing Inc. (9 results), RAD Data Communications Ltd. (9 results), Active Data Recovery Software (8 results), application data (7 results), PC Data Online (6 results), Control Data (6 results), Data Systems Analysts Inc. (3 results), Raining Data Corp. (3 results), Evans Data Corp. (2 results), Microsoft Windows Data Center Server (1 results), Tech Data Corp. (1 results), Constant Data Inc. (1 results), World Data Products Inc. (1 results)fewer...

TechRepublic Resources

How do I... Store application data securely using encrypted DataSets?
Application developers' choices for storing data on the local machine were limited for a long time -- you either used a database or stored the data in flat files. With the advent of XML and the .NET Framework, the possibilities have multiplied. by Zach Smith
Tags: Disk, Application Developer, Data, DataSet, EncryptString, Zach Smith
Blog posts 2008-07-31
Secure your laptops, seriously
Are your users loading laptops with sensitive data? If so, they probably do it without a thought for security. There are alternatives. Don't let your laptops and data become easy prey. by Susan Harkins
Tags: Data, Laptop Computer, Training User, Notebooks, Hardware, Notebooks & Tablets, Susan Harkins
Blog posts 2008-07-16
Download files over the Web with .NET's WebClient class
The System.Net namespace includes the WebClient class for uploading and downloading files via HTTP. You can copy or read files with only a few lines of code. Tony Patton details how the WebClient class helped him solve a recent problem. by Tony Patton
Tags: Web, Namespace, Data, Class, Site, File, Error, WebClient, WebClient Class, System.Net Namespace, Stream, String, imageAddress, currentLine, .Net, Channel Management, Software Development, Software/Web Development, Marketing, Tony Patton
Blog posts 2008-06-27
What does a DBA do all day?
Data integrity is a DBA's number one responsibility, but do you know what else they do all day? Bob Watkins outlines some of the basic duties of a DBA. by Bob Watkins
Tags: Database Administrator, Data Integrity, Data, Storage, Databases, Hardware, Enterprise Software, Software, Data Management, Bob Watkins
Blog posts 2008-06-26
Alpha Five: Data-driven application development done right
Alpha Software specializes in creating tools that let developers easily create data-driven applications. Richard Rabins (Co-Chairman) and his brother Selwyn Rabins CTO showed me the ropes on the latest version of its Alpha Five development package, and I'm pretty impressed. What is Alpha Five? Alpha Five is a...
Tags: Developer, Application Development, Data, Alpha Software, Richard Rabins, Alpha, AJAX, Databases, Storage, Middleware, Internet, Software/Web Development, Web Development, Web 2.0, Enterprise Software, Software, Data Management, Hardware, Justin James
Blog posts 2008-06-05
The "insecure memory" FAQ
There are times when a user of a free and open source operating system like FreeBSD or Debian GNU/Linux might encounter a warning or error message that looks something like this: "Warning: using insecure memory!" A likely moment might be the first time one uses GnuPG, because it's...
Tags: Security, Disk, Window, Problem, Data, Microsoft Corp., RAM, GnuPG, Swapfile, TrueCrypt, Microsoft Windows, Construction, Memory, Operating Systems, Software, Semiconductors, Hardware, Components, Chad Perrin
Blog posts 2008-05-14
Combine decision strategies to maximize results
Organizations have been using Business Intelligence BI, Business Process Management BPM, and Business Rule Engines BREs successfully as standalone technologies for several years. But today a number of factors - including an increased demand for IT to partner with the rest of the business and a need for effectiveness and...
Tags: Process, Business Process, BPM, Compliance, Data, Information, Rule, Technology, Rules, Jim, Operational Planning, Business Process Automation, Pricing, Business Intelligence, Tools & Techniques, Enterprise Software, Databases, Strategy, Business Operations, It Operations, Marketing, Software, Data Management, Management, Jim Wray
Blog posts 2008-05-07
Geek Trivia: Data with destiny
The Swiss are famously neutral on nearly every major public issue of the day, including--apparently--the construction of potential doomsday devices beneath their own soil. Still, don't look for the state of Hawaii to stand idly by and allow the world to collapse into an artificial black hole or convert into...
Tags: Data, Distributed Computing, Grid, LHC@home, Network Technology, Networking, Jay Garmon
Blog posts 2008-04-22
Pros and cons of remote data backup service
Are you frustrated with your backups and tired of hassling with tapes? That's the title of the e-mail I received from a new breed of companies that are jumping onto the bandwagon offering remote data backup and disaster recovery services. The sales guy is aggressive and has...
Tags: Tape, Data, Data Backup, Server, Sales Guy, Backups, Tim Malone
Blog posts 2008-04-15
10 ways to prevent Access database corruption
By Susan Sales Harkins and Gustav Brock Nothing frustrates the full spectrum of Access users -- from casual user to developer -- quite like a corrupted database. With a little know-how, you might get lucky enough to repair the database or at least recover the data. Sometimes,...
Tags: Microsoft Access, Workstation, Network, Data, Susan Sales Harkins, Storage, Databases, Hardware, Enterprise Software, Software, Data Management, Susan Harkins
Blog posts 2008-04-01
How do I... Fill a Word table with Access data?
Almost effortless collaboration is a key selling point for Microsoft Office: If the data already exists in one format, why re-enter it in another. Usually Office delivers nicely on its promise. Word is troublesome, however, because it doesn't offer an import feature. Using the File Open feature, you can specify...
Tags: Microsoft Access, Data, Table, Clipboard, Clipboard Method, Figure C, Figure D Use Word, Figure G, Figure H, Microsoft Word, Word Processors, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Susan Harkins
Blog posts 2008-03-31
The importance of being encrypted
People often complain that using encryption in email is too much work. Sometimes, it can be fraught with difficulty for the encryption novice. Managing public and private keys can be confusing at first, and getting someone at the other end to use encryption as well can sometimes be...
Tags: Data, Server, Encryption, E-mail, Security, Online Communications, Chad Perrin
Blog posts 2008-03-26
Implement custom paging with SQL Server 2005
In previous columns, I covered the basics of using the .NET 3.5 ListView control and explained how to pair it with the DataPager control. Now I'll show you how to use these controls with a SQL Server 2005 backend to implement custom paging, in which only a subset of the...
Tags: Function, Microsoft SQL Server, Data, Paging, Row, Microsoft SQL Server 2005, DataPager, ViewState, GetData Method, ID, newIndex, Servers, Databases, Enterprise Software, Hardware, Software, Data Management, Tony Patton
Blog posts 2008-03-25
Browse ListView data with .NET's DataPager control
Microsoft .NET 3.5 introduces the DataPager control, which delivers a paging interface that is tied to the ListView control. DataPager also communicates with its corresponding ListView control regarding user input. Here's an explanation of how you can use the DataPager control to page through ListView data. DataPager's basic properties...
Tags: Microsoft .NET, Page, Control, Data, Paging, Title, ListView, DataPager, Microsoft .NET 3.5, PagerControlID, PageSize, ID, Site Id, PageSize Property, ButtonType, Button, ShowNextPageButton, ShowPreviousPageButton, NextPreviousPagerField Element, NumericPagerField Element, TemplatePagerField Element, Servers, Hardware, Tony Patton
Blog posts 2008-03-18
How do I... Determine the distance between ZIP codes using C#?
Calculating the distance between ZIP codes has become a common feature in search engines. For instance, if you're searching for restaurants, a Web site will often allow you to enter a ZIP code and display all of the restaurants within X miles of that ZIP code. Here is one way...
Tags: ZIP Code, Data, List, ZIPCode Class, Haversine Formula, Figure D, C#, .Net, Programming Languages, XML, Software Development, Software/Web Development, Web Development, Zach Smith
Blog posts 2008-03-17
Display data with .NET's ListView control
The GridView data control introduced in .NET 2.0 was an improvement over the DataGrid data control in .NET 1.x, but there were still drawbacks, especially with loading and paging through data. Microsoft recognized the shortcomings and addressed them with the introduction of the ListView control in .NET 3.5. With the ListView...
Tags: HTML, Control, Data, Title, ListView, GridView, Templates, ItemTemplate, LayoutTemplate, ID, .Net, Servers, Middleware, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Tony Patton
Blog posts 2008-03-11
Be aware of AJAX's drawbacks
AJAX combines the power of existing Web technologies to build powerful user interfaces that offer benefits often found in desktop applications. Over the past couple of years, Web developers have embraced AJAX in their own development efforts as well as via third-party toolkits. Once you use an...
Tags: Application, Data, Really Simple History, O'Reilly, Security Security, AJAX, Internet, Software/Web Development, Web Development, Web 2.0, Tony Patton
Blog posts 2008-03-10
Make your data self-destruct with BackStopp
If you keep up with the news, then you've surely read case after case about the loss of highly confidential or sensitive data. And not lost by a power failure or poor user judgment, mind you, but by theft. When working at the local coffee shop, airport, or even in...
Tags: Data, File, GSM, BackStopp, RFID, Cellular Phones, Wireless, Security, Biometrics, Consumer Electronics, Personal Technology, Brian Smith
Blog posts 2008-03-05
Security news roundup: February 24
Here’s a collection of recent security vulnerabilities and alerts, which covers Opera releasing an update that patches three security vulnerabilities, multiple flaws found and fixed in EMC RepliStor, Symantec patching Veritas Storage Foundation, the presence of design weaknesses in wireless LAN VoIP handsets, and hard disk enclosures that fails to...
Tags: Opera Software, Hard Drive, VERITAS Software Corp., VERITAS Storage Foundation, Vulnerability, Problem, EMC Corp., Encryption, Authentication, Wireless, Flaw, Data, Badge, Goerge, Security, Storage, Hardware, Paul Mah
Blog posts 2008-02-24
What feeds data into enterprise systems
As the IT industry matures, the value add to data changes. It used to be that having any data was the value proposition. After all, very few organizations had computers, let alone data that could easily be retrieved or searched or that was otherwise useful. As computers became...
Tags: Consumer, Data, RDBMS, Data Consumer, Tools & Techniques, Databases, Enterprise Software, Management, Software, Data Management, Justin James
Blog posts 2008-02-14


IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now

Introducing SmartPlanet