PHP Class 'ADSI Access' released
Grok Headline matches for PHP Class 'ADSI Access' released
PHP Class 'PHP or Java Class Code
Generator' released
PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AMThis package is meant is automate the generation of classes to access
databases in Java beans style.
It uses the Fast Template engine to process template files that define
the skeleton of functions and variables of classes that store and
retrieve data object property values from a given database table,
getter and setter functions to access those properties and a function
to delete a data object row from the respective database table.
The package comes with templates to generate classes either in PHP or
Java. The PHP template defines code to access data objects in a MySQL
database. The Java template defines code to access data objects in any
database supported by JDBC.
PHP Class 'Convert Class To HTML Table'
released
PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AMThis class is meant to display the structure of any class as an HTML
table.
The class being displayed can have variables that contain objects of
other classes or arrays and treats those variables each accordingly.
PHP Class 'Bs_CsvUtil.class.php'
released
PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PMFeatures:
supports any separator char sequence, default is semicolon ";".
supports separator characters in the values. eg you use a ; as
separator, your line may look like
blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo
as you can see, the values can be in "quotes". if your text uses
quotes itself as in the "string"
example, they are escaped in ms-style with 2 quotes. and by using
quotes we can even have your
separator inside the text (example "foo;bar").
line breaks. a csv line may spread over multiple lines using crlf in a
field value.
see the checkMultiline param and the _checkMultiline() method.
PHP Class 'Bs_StopWatch.class.php'
released
PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PMYou can take times during a code run and at the end get a time table
as HTML or text table. The output will contain total and as delta
between each take in microseconds.
Free Code; This Class is part of the BlueShoes PHP Application
Framework, see blueshoes.org.
PHP Class 'calend.class.php' released
PHP Class 'calend.class.php' released
01/03/2003 07:52 PMThis class generates HTML calendars in the portuguese language.
In portuguese:
Esta classe gera um calendário em português em HTML.
Patients 'prize local GP access'
Patients 'prize local GP access'
04/04/2005 09:05 PMPatients value having a local GP practice above access to a variety of
primary care services, doctors' leaders say.
Indian rail 'to offer net access'
Indian rail 'to offer net access'
06/24/2004 06:49 AMIndian Railways will offer internet access to passengers from the end
of the month, a press report says.
BT's phone network hit by 'illicit
access'
BT's phone network hit by 'illicit
access'
06/24/2004 06:34 AMPunters billed for premium-rate XXX action
PHP Class 'My Db' released
PHP Class 'My Db' released
06/09/2004 06:55 PMThis package is a SQL database wrapper supporting MySQL, Interbase and
MS SQL server.
It can establish database server connections, execute SQL queries,
retrieve query results into arrays and display query results as HTML
tables.
PHP Class 'My DB' released
PHP Class 'My DB' released
02/15/2004 07:40 PMThis class is a simple wrapper around MySQL database acess functions.
It provides wrapper functions around most of the PHP MySQL extension
function like database, connection, queries execution and result data
access, error message retrieval, database creation and locking of
tables.
Draft ICT Bill 'should widen market
access'
Draft ICT Bill 'should widen market
access'
05/01/2004 08:08 PMSunday Times South Africa May 1 2004 11:17PM GMT
PHP Class 'sessid' released
PHP Class 'sessid' released
09/12/2002 07:49 AMCreate your own unique Session Id's.
In this class are 2 Options
1.Normal : for good, but shorter Id's
2.Extreme: for EXTREME Id's
PHP Class 'FormClass' released
PHP Class 'FormClass' released
09/12/2002 08:18 PMMakes user registration object oriented.This is very handy for complex
forms.Also helps u when you make any future modifications of business
logic.You need not make any modifications in insert query at all just
modify some hidden form fields!!.
PHP Class 'wrappedtext' released
PHP Class 'wrappedtext' released
09/10/2002 09:42 PMIf a site uses narrow tables this is a great tool because words that
are longer as the width of a table would enlarge the table and deface
the site layout. using php's wordwrap function has the disadvantage
that the whole text is wrapped which means that short words might also
get cut at a certain position of the line. in addition wordwrap can't
be used if the text that needs to be wrapped contains html tags.
PHP Class 'Session' released
PHP Class 'Session' released
04/11/2004 06:26 PMThis class is meant to provide an API to initialize and manage user
access sessions.
It initializes a session assuring that the session storage directories
exist, closes a session, destroys a session, get the session
identified, add, retrieve, update and delete session variables, check
whether a session is registered and retrieve the count of opened
sessions.
PHP Class 'innodb' released
PHP Class 'innodb' released
01/04/2003 07:10 PMClass to store and retrieve information stored in MySQL innodb tables.
In portuguese:
Classe para banco de dados mysql com algumas funes especificas para
tabelas innodb.
PHP Class 'html_reverse' released
PHP Class 'html_reverse' released
09/09/2002 07:38 PMReverse htmlentities (un_htmlentities), sample: ã = ã
and un_accent, sample: ã = a
PHP Class 'Phptempt' released
PHP Class 'Phptempt' released
01/07/2003 07:52 PMTemplate engine for PHP and Java. Templates are precompiled and then
included to the script/Java program. Templates are organized in
repeating blocks and placeholders, all placed in one single file.
Blocks may be recursive. A version of the engine is available that is
optimized for Java and particularly useful for the creation of code
generators of any kind.
PHP Class 'worldlocator' released
PHP Class 'worldlocator' released
09/04/2002 08:04 PMGiven an IP or a Hostname, it returns information about the country,
latitude and longitude of the geographic location of the host on the
world. It also shows a map image marking the location. This map can ve
viewed perfectly even if your server doesn't have GD.
PHP Class 'MailHeaderClass' released
PHP Class 'MailHeaderClass' released
09/04/2002 08:04 PMphp4-class for parsing emailheaders. It gives you variables with
several header values.
PHP Class 'baaSelect' released
PHP Class 'baaSelect' released
05/17/2004 07:34 PMThis class is meant to generate select form inputs that are linked
dynamically with options populated from values taken from a database.
The class generates the HTML code to output the the linked select
inputs and also the necessary Javascript code to make the options of a
second select input be updated when the user changes the option of the
first select input.
PHP Class 'DBtable2form' released
PHP Class 'DBtable2form' released
09/06/2002 07:41 PMThis class reads a MySQL table and outputs a form using the best input
type for each field. Very easy to get started. Includes basic form
customization methods. It is meant to give you a jumpstart on creating
a custom form and save alot of HTML coding.
PHP Class 'MkDir' released
PHP Class 'MkDir' released
05/16/2004 07:21 PMThis is a simple class for creating directories in the local file
system or in a remote server file system using a FTP connection.
PHP Class 'AzDGOnlineUsers' released
PHP Class 'AzDGOnlineUsers' released
09/06/2002 07:41 PMThis class count online users on the all pages where class-code are
included. It may count:
- Users on all pages (website) or only this page.
- Hits number from last $sec time in the site or only this page.
Uses MySQL.
PHP Class 'MultiCounter' released
PHP Class 'MultiCounter' released
09/07/2002 08:15 PMApart from counting hits to an arbitrary number of pages this class
has the following features: Each IP address is counted only once a day
(however, no cookies are neccessary), the data is stored in a single
text file (no database neccessary) and monthly snapshots of the
counter are saved as well. Comments and examples included in source
file.
PHP Class 'MySQL_Control' released
PHP Class 'MySQL_Control' released
09/07/2002 08:15 PMEasy to use, also has advance features.
MYSQL::Connect() connects. MYSQL::Run() runs a query.
MYSQL::Select($tablename, $fields, $cond) runs a select query,
MYSQL::SelectSet($tablename, $fields, $cond) returns the results as an
array of hashes. MYSQL::Insert($tablename, $var) inserts values in a
hash into the database, or many different records if it is an array of
hashes. MYSQL::What() debugs.
PHP Class 'crumb' released
PHP Class 'crumb' released
01/05/2003 07:15 PMAllows you to save your bread crumbs into a SESSION var and outputs
the trail for you.
PHP Class 'holiday_class' released
PHP Class 'holiday_class' released
09/08/2002 08:08 PMA holiday class providing (selected) U.S., Christian, Jewish, and
Islamic holidays for use on Gregorian calendars. Should be easily
customizable to remove or add holidays of interest. Gregorian,
Hewbrew, and Islamic calendar utility functions are included.
PHP Class 'Storeip' released
PHP Class 'Storeip' released
09/12/2002 08:18 PMTo Store ip-addresses in a database, you will need a field type of
Char(15). This class let's you store the ipnumbers as an integer value
BIGINT(12)
This class has to functions:
1) decode ip->number
2) encode number->ip
Both functions return 0 for empty or wrong ip-numbers.
While using this class you will spare typical 7 bytes for every
ipnumber you store. Char(15) needs 15 Bytes, BIGINT(12) needs 8 Bytes
.
PHP Class 'Quicksort' released
PHP Class 'Quicksort' released
09/13/2002 07:42 PMQuicksort produces a sorted sequence of a array form index $start till
index $end .
function Quick_sort sorted the input array directly.
function QS_get gives a new array with a sorted sequence of the input
array and leave the input array unchanged.
PHP Class 'fileStorage' released
PHP Class 'fileStorage' released
09/18/2002 08:23 AMThis class just reads and writes data from ant to a file. The data is
kept in an asociative array inside the class and serialized for
writing. The class also supports adding variable references in a
storage (so you can register a variable and automatically have the
newest value of it in the storage).
PHP Class 'CSQLite' released
PHP Class 'CSQLite' released
05/14/2004 07:21 PMThis class is a wrapper to access SQLite file databases using SQLite
extension for PHP 5.
The functions are similar to those used to access MySQL databases:
open, query, fetch_row and get_num_rows.
PHP Class 'Numbers2words' released
PHP Class 'Numbers2words' released
09/18/2002 07:33 PMConverts numbers to words.
Numbers range from 0 to 999.999.999.999.999
Note: argument to n2w is a string. Use strings for big number (usually
bigger then 2^32) see example.php
For british (GB) numbers call with a optional second argument = 1.
British (GB)
n2w('1000000000',1) gives "one milliard"
n2w('1000000000000',1) gives "one billion"
American (US/FR)
n2w('1000000000') gives "one billion"
n2w('1000000000000') gives "one trillion"
PHP Class 'DateFormater' released
PHP Class 'DateFormater' released
09/18/2002 07:33 PMDateFormatter is an utility class to convert a timestamp to a date
string using JAVA date pattern format. But you can either use PHP date
pattern format to display too
PHP Class 'Mi Barra' released
PHP Class 'Mi Barra' released
05/13/2004 06:25 PMThis class is meant output a progress bar image using the PHP GD
library.
The generated progress bar image displays a text that represents the
progress reached so far in percentage.
The class can be configured to choose the colors and the TrueType font
used to display the bar image.
PHP Class 'CCounter' released
PHP Class 'CCounter' released
09/19/2002 07:56 PMThis class stores all unique ip's in a simple flat text file and
increments the count for each unique ip's visit. It allows you to
track how many times a single IP has visited your page, how many
unique ip's have visited, and the total visits (sum of all unique
visits) ... along with telling a visitor what there ID is in the text
file (this basically allows you to inform the user that they are
visitor X out of Y)
PHP Class 'ADOXML' released
PHP Class 'ADOXML' released
04/14/2004 06:43 PMThis class is meant to execute a SELECT query on any database table
and generate a XML document from the query results.
The class can also take the resulting XML document and execute an
INSERT or UPDATE SQL query to update any other table.
This class requires the packages ADODB and EZXML that need to be
downloaded separately.
PHP Class 'GRSlideShow' released
PHP Class 'GRSlideShow' released
09/21/2002 08:48 PMGRSlideShow will automatically build for you an index page with
thumbnails of your pictures. clicking on a thumbnail will open the
picture itself, and then you will see the next and previous pictures
as thumbnails near the big picture.
the main feature is the automatic slide show - that will start
changing the pictures at the speed you like (default is 3 seconds).
The best of all - it is Very Very easy to use.
Seeee the demo - in the link below...
PHP Class 'VRML' released
PHP Class 'VRML' released
09/22/2002 08:17 PMProvides basic classes to generate VRML(Virtual Reality Modeling
Language) files. Very basic in comparison with java3D API, just for
learning purpose.
Grok Description matches for PHP Class 'ADSI Access' released
GrokA matches for PHP Class 'ADSI Access' released
ADSI Providers
ADSI Providers
06/17/2005 04:38 PMADSI Code Stops Working on NT 4.0
ADSI Code Stops Working on NT 4.0
06/14/2004 07:01 AMCritical Update for Windows Media Player
(All Versions) for Windows 2000, Windows
XP, and Windows Server 2003 (KB828026)
Critical Update for Windows Media Player
(All Versions) for Windows 2000, Windows
XP, and Windows Server 2003 (KB828026)
02/11/2004 01:19 AMWhen a content owner creates an audio or video stream, they can add
script commands (such as URL script commands and custom script
commands) to be encoded in the stream. When the stream is played back,
the script commands can trigger events in an embedded player program,
or they can open your browser and then navigate to a Web page. This
behavior is by design
Windows Media Player (All Versions) for
Windows 2000, Windows XP, and Windows
Server 2003 (KB832353)
Windows Media Player (All Versions) for
Windows 2000, Windows XP, and Windows
Server 2003 (KB832353)
04/22/2004 01:20 AMAfter applying the Update for Windows Media Player Script Commands
(KB828026), some URL script commands do not fire even though they
would be expected to do so. In addition to the URL script command
issues, this package addresses an issue with the installer that would
cause 100% CPU utilization in certain scenarios.
NTSC-J, PAL, and SECAM TV Tuner Hotfix
for DirectX 9.0b on Windows 2000,
Windows XP, and Windows Server 2003
(KB825116)
NTSC-J, PAL, and SECAM TV Tuner Hotfix
for DirectX 9.0b on Windows 2000,
Windows XP, and Windows Server 2003
(KB825116)
11/04/2003 11:37 PMDirectX 9.0b was released on 7/23/03 to address the MIDI security
issue identified in bulletin MS03-030. A small number of non-security
fixes were also included in the release. One of these fixes caused
several TV Tuner capture card/driver combinations using video formats
other than NTSC (NTSC-J, PAL, SECAM) to no longer initialize correctly
on Windows 2000, Windows XP, and Windows Server 2003. Symptoms include
loss of capture functionality and potential inability to set/retain
device capture settings. This hotfix, documented further in Knowledge
Base article 825116, has been issued to correct the flaw.
11-04-03 update: The English hotfix package has been modified to allow
patching of all language installations supported by the affected
Operating Systems.
Actual Windows Manager v. 2.6 Turns the
Classic Windows Formula Upside-Down and
Offers a Much Better Way of Working with
Windows
Actual Windows Manager v. 2.6 Turns the
Classic Windows Formula Upside-Down and
Offers a Much Better Way of Working with
Windows
05/31/2004 02:00 PMActual Tools announced today the release of version 2.6 of Actual
Windows Manager, a revolutionary windows enhancement application for
Windows 95/98/ME/NT/2000/XP. The program dramatically expands Windows
functionality and introduces a new window control system, more native
to human perception. Actual Tools team of software developers and
cognitive analysts tried to bring to life the alternative desktop
organization and control concept with the ultimate goal of creating a
truly anthropocentric computer environment. [PRWEB May 26, 2004]
Windows Media Player 6.4 for Windows 95,
Windows 98, and Windows NT 4.0
Windows Media Player 6.4 for Windows 95,
Windows 98, and Windows NT 4.0
05/18/2004 01:31 PMWindows Media Player 6.4 delivers high-quality audio and video for
users and organizations running Windows 95, Windows 98, and Windows NT
4.0.
System Services for the Windows Server
2003 Family and Windows XP Operating
Systems
System Services for the Windows Server
2003 Family and Windows XP Operating
Systems
06/14/2004 06:15 PMExecutable to Temporarily Block Delivery
of Windows XP SP2 to a PC Through
Automatic Updates and Windows Update
Executable to Temporarily Block Delivery
of Windows XP SP2 to a PC Through
Automatic Updates and Windows Update
08/11/2004 01:18 AMThis Microsoft signed executable creates the registry value and sets
the associated value that temporarily blocks the delivery Windows XP
SP2 to the system via Automatic Updates (AU) or Windows Update (WU).
The key used is
HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate. The executable
creates the key value name ‘DoNotAllowXPSP2’ and sets its value to
‘1’
Please note that the executable has been tested only as a command-line
tool and not in conjunction with other systems management tools or
remote execution mechanisms.
Troubleshooting Kerberos Delegation in
Windows 2000 and Windows Server 2003
Troubleshooting Kerberos Delegation in
Windows 2000 and Windows Server 2003
04/10/2004 12:43 PMThis white paper explains how to troubleshoot delegation issues that
can arise in Kerberos authentication scenarios. The paper summarizes
required infrastructure and describes Windows authentication
scenarios. The central discussion is organized around four
troubleshooting checklists: one each for Active Directory, client
application, middle tier, and back-end. The appendices detail
diagnostic tools and give examples of how to resolve problems in
typical IIS to SQL delegation scenarios.
Threats and Countermeasures: Security
Settings in Windows Server 2003 and
Windows XP
Threats and Countermeasures: Security
Settings in Windows Server 2003 and
Windows XP
01/29/2004 02:48 AMThe Threats and Countermeasures Guide contains detailed information
about relevant security settings that can be configured on Microsoft
Windows Server 2003 and Windows XP. This guide details the different
threats, potential countermeasures, and the potential impact of
configuring these settings.
Blaster Worm Removal Tool for Windows XP
and Windows 2000 (KB833330)
Blaster Worm Removal Tool for Windows XP
and Windows 2000 (KB833330)
01/07/2004 06:19 PMA situation has been identified where the Blaster worm could have
infected some systems before the application of MS03-026 [KB823980].
This tool will help remove the Blaster worm from these systems. For
systems with MS03-026 [KB823980] or MS03-039 [KB824146] already
installed, no further action is needed once this tool is installed.
Install this tool to help remove this worm from your PC.
Vulns: IBM OEM Microsoft Windows XP And
Windows XP SP1 Default Administration
Account Vulnerability
Vulns: IBM OEM Microsoft Windows XP And
Windows XP SP1 Default Administration
Account Vulnerability
09/18/2004 10:13 PMSecurityFocus Sep 19 2004 2:14AM GMT
Free File: Windows Media Player Bonus
Pack for Windows XP
Free File: Windows Media Player Bonus
Pack for Windows XP
08/03/2004 09:54 PMG4 Tech TV Aug 4 2004 2:15AM GMT
Toolkit to Temporarily Block Delivery of
Windows XP SP2 to a PC Through Automatic
Updates and Windows
Toolkit to Temporarily Block Delivery of
Windows XP SP2 to a PC Through Automatic
Updates and Windows
08/11/2004 01:18 AMWhile recognizing the security benefits of Windows XP SP2, some
organizations have requested the ability to temporarily disable
delivery of this update via Automatic Updates (AU) and Windows Update
(WU). These organizations have populations of PCs, upon which they
have enabled AU. This is done to ensure that these PCs receive all
critical security updates. Since SP2 will start to be delivered to PCs
running Windows XP or Windows XP with SP1 via AU starting on August
16, these customers would like to temporarily block the delivery of
SP2 in order to provide additional time for validation and testing of
the update. In response to these requests, Microsoft is providing this
set of tools.
Please note that the mechanism to temporarily disable delivery of
Windows XP SP2 will be available for a period of 120 days (4 months)
from August 16. At the end of this period, Windows XP SP2 will be
delivered to all Windows XP and Windows XP Service Pack 1 systems.
Executable to Un-block Delivery of
Windows XP SP2 to a PC Through Automatic
Updates and Windows Update
Executable to Un-block Delivery of
Windows XP SP2 to a PC Through Automatic
Updates and Windows Update
08/11/2004 01:18 AMThis Microsoft signed executable removes the previously created
registry value that temporarily blocked the delivery Windows XP SP2 to
the system via Automatic Updates (AU) or Windows Update (WU). If the
value does not exist on the system when it is run, no action is taken.
Please note that the executable has been tested only as a command-line
tool and not in conjunction with other systems management tools or
remote execution mechanisms
Windows 2000 Patch: Offered Driver May
Not Install Using Windows Update
Windows 2000 Patch: Offered Driver May
Not Install Using Windows Update
03/13/2003 10:24 AMDeploying Windows Firewall Settings for
Microsoft Windows XP with Service Pack 2
(v 2)
Deploying Windows Firewall Settings for
Microsoft Windows XP with Service Pack 2
(v 2)
05/07/2004 01:56 AMWindows XP Service Pack 2 (SP2), currently a Release Candidate in Beta
testing, includes significant enhancements to the Windows Firewall
component, previously known as the Internet Connection Firewall (ICF).
Windows Firewall is a stateful host-based firewall that discards
unsolicited incoming traffic, providing a level of protection for
computers against malicious users or programs. To provide better
protection for computers connected to any kind of network (such as the
Internet, a home network, or an organization network), Windows XP SP2
enables Windows Firewall on all network connections by default. This
new behavior can impair some types of communications. This article
describes how to deploy the appropriate configuration settings for
Windows Firewall on an organization network so that it is enabled and
providing protection, and so that communications are not impaired.
Microsoft Announces Availability of
Windows Rights Management Services For
Windows Server 2003
Microsoft Announces Availability of
Windows Rights Management Services For
Windows Server 2003
11/04/2003 10:55 AMMicrosoft Corp. today announced public availability of Windows®
Rights Management Services (RMS), information protection technology
for Windows Server (TM) 2003 that helps enterprises and organizations
safeguard their sensitive digital information from unauthorized use.
RMS allows information workers to distribute information within their
organizations and define how and under what circumstances it can be
used, such as when it expires and who can open, modify, print and
forward it. The ability to express and enforce document-level
protection will allow organizations to internally share information
more broadly, with less risk of inadvertent or intentional misuse.
Microsoft Introduces Windows
Marketplace, Enabling Customers to
Discover A World of Products That Work
With Windows
Microsoft Introduces Windows
Marketplace, Enabling Customers to
Discover A World of Products That Work
With Windows
07/12/2004 09:23 AMToday at its Worldwide Partner Conference, Microsoft Corp. introduced
Windows® Marketplace, an upcoming shopping and downloading site that
will provide customers with one-stop access to software, hardware and
peripherals that work with the Windows platform. This new offering
provides a cost-effective way for participating partners to work with
Microsoft and CNET Networks to gain exposure to millions of potential
customers through online shopping and electronic software distribution
-- all in one place. Windows Marketplace also will make it easy for
customers to navigate, find, try and buy thousands of compelling
products to meet their needs and enhance their Windows computing
experience. Windows Marketplace is scheduled to launch to end-user
customers in the United States this fall, but Microsoft is giving
partners an early opportunity to get their products into the
Marketplace before it becomes available publicly.
Citrine Technologies' SOP Express Passes
Microsoft Platform Test for Windows
Server and Windows Client
Citrine Technologies' SOP Express Passes
Microsoft Platform Test for Windows
Server and Windows Client
02/01/2005 09:17 PMCitrine’s SOP Express Processes Sales Orders with the Speed of
Lightening SOP Express Undergoes Rigorous Testing by VeriTest to
Ensure Interoperability with Microsoft Windows Server 2003. [PRWEB Jan
28, 2005]
Back up System State data in Windows XP
Using Windows Interface
Back up System State data in Windows XP
Using Windows Interface
07/22/2004 06:21 PMSlashdot | Windows 2000 & Windows NT
4 Source Code Leaks
Slashdot | Windows 2000 & Windows NT
4 Source Code Leaks
02/13/2004 07:16 AMSlashdot has a discussion of the topic here .. Microsoft Source Code
Released .. Slashdot, .. Slashdot ..
so
slashdot.org/articles/04/02/12/2114228.shtml?tid=109&tid=187
track
this site | 6 links
HotFix Watch: Windows Installer programs
do not run on Windows NT 4.0 clients
HotFix Watch: Windows Installer programs
do not run on Windows NT 4.0 clients
04/11/2004 10:43 AMUsing the Windows Firewall INF File in
Microsoft Windows XP Service Pack 2
Using the Windows Firewall INF File in
Microsoft Windows XP Service Pack 2
04/12/2004 08:44 AMWindows XP Service Pack 2, Build 2138 on
Windows Update v5
Windows XP Service Pack 2, Build 2138 on
Windows Update v5
06/02/2004 08:28 AMWindows 2000 Server: Windows Operations
Guide Series
Windows 2000 Server: Windows Operations
Guide Series
06/17/2004 08:15 AMInside Update.exe - The Package
Installer for Windows and Windows
Components
Inside Update.exe - The Package
Installer for Windows and Windows
Components
06/28/2004 11:47 AMA Linux Island in a C:\ of Windows: Part
3, Playing in the Windows World
A Linux Island in a C:\ of Windows: Part
3, Playing in the Windows World
03/14/2005 05:25 PMNow that your Linux VM is up, running and connected to the company
network, it's time to move corporate work to the Linux side.
Manually Configuring Windows Firewall in
Windows XP Service Pack 2
Manually Configuring Windows Firewall in
Windows XP Service Pack 2
08/01/2004 11:37 PMDirec
t and Related Links for 'Manually Configuring Windows Firewall in
Windows XP Service Pack 2'
“Windows XP Service Pack 2 (SP2), now in Beta testing,
includes the new Windows Firewall, previously known as the Internet
Connection Firewall (ICF). Windows Firewall is a stateful host-based
firewall that drops all unsolicited incoming traffic that does not
correspond to either traffic sent in response to a request of the
computer (solicited traffic) or unsolicited traffic that has been
specified as allowed (excepted traffic). Windows Firewall provides a
level of protection from malicious users…
PHP Class 'ADSI Access' released