Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
Navigating Your IT Career A career in information technology usually has its share of ups and downs. Download this Internet.com eBook to learn where the jobs are in IT, how to negotiate a salary, and helpful advice on job security and how to deal with a layoff. »
Inside Spyware: A Guide to Finding, Removing, and Preventing Online Pests
Your organization's computers are possibly being used to send spam, harvest e-mail addresses, make purchases on stolen credit cards or take part in denial of service attacks. Learn how to indentify, avoid, and remove malware from computers and keep your network and machines safe. »
Tips for Selecting Software Vendors IT managers need a proven, steadfast process for sifting through the hundreds of choices available for each enterprise software market segment. There are a series of steps for ensuring a result that will survive the intense, long-term scrutiny this level of investment will certainly attract. »
Storage Basics: A Guide to the World of Storage Technology Regardless of industry, size, or age, businesses are awash in more data than ever before. Federal regulations require that data be stored, protected, and retrievable for a certain amount of time. Storage is also a growing area in IT, which means employment opportunities exist now, and should exist for some time.
»
Building Your Own IP PBX
If you're already into having control of your computing infrastructure, taking charge of your telephone network is a natural progression. Asterisk is an open source PBX that runs on Linux. It can free your organization from expensive commercial PBXs, and gives you complete control over your telephone services »
PHP Oracle Web Development8/28 'PHP Oracle Web Development' is a new book from Packt that helps users combine the power, scalability, and reliability of the Oracle Database with the ease of use, short development time, and high performance of PHP.
Creating a PHP-Based Content Management System7/25 Writing your own content management system can lead to a solution that is better suited to your requirements and better addresses the needs of your users.
AJAX and PHP Part 2: XML Communication/Processing6/28 AJAX and PHP 5 both have powerful features for processing and using an XML document. XML is a method of formatting data, often for communication purposes, between different computer systems. In this article, we will show you how to access an XML document with AJAX!
How To Create Alternating Row Colors in PHP6/20 Almost every database driven Web site uses alternating row
colors when displaying a list of records, a concept used all
over the Internet. In this article you'll learn about the
process and how to implement it.
PHP Tutorial - Databases in PHP, SQL Basics6/14 SQL is used to access a database in a modern database management system (DBMS). It is worthwhile to get an overview of the basic elements of the language and the purpose of those elements, and that's what we're going to do in this article.
Installing Apache and PHP under Win326/08 Dennis Wrenn gives you a complete, easy to follow tutorial on how to install Apache Web Server and PHP on a Win32 Operating System.
Securing Data Sent Via GET Requests5/11 Hillel Aftel shows you how you can use PHP to encode your data for transit. Most importantly, it will be done in a way that makes the data decodable, and therefore much more usable, by the receiving page.
Free PHP Generators released4/27 SQL Maestro Group releases freeware PHP Generators for MySQL, Oracle, PostgreSQL, MS SQL Server, SQLite, Firebird and MaxDB database servers.
More PHP Basics, Part 13/20 The open-source development platform continues to grow, prompting P.G. Daly to reveal more ways to use PHP for common web functions.
Review: Practical PHP and MySQL1/26 Practical PHP and MySQL dives right in with a compact, efficient overview of both the PHP programming language and using a MySQL database, and follows that with some hands-on projects.
Pro PHP Security / Preventing SQL Injection11/01 This article will provide you with the security background every web developer needs, along with PHP-specific knowledge and code that you can use to protect the integrity of your own applications. Find out how you can make your applications secure and safe for your end users in this excerpt from Apress' Pro PHP Security!
Creating a Custom RSS Feed with PHP and MySQL10/25 RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but finding the right audience for your voice is what matters. In this article you'll learn how to syndicate your own custom RSS feeds using PHP and MySQL.