stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'Gonx URLs' released







PHP Class 'Gonx URLs' released

PHP Class 'Gonx URLs' released 04/26/2004 06:48 PM

This class is meant to generate URLs for accessing application dynamically generated pages based on parameters passed in the URL. The class can optionally generate URLs in the common dynamic page format (http://www.mycompany.com/index?go=home&page=1) or URLs in a format optimized for not preventing search engine crawling (http://www.mycompany.com/index/home/1/). In the later case, the class can also generate scripts that will process requests of pages with this URL format to extract the dynamic parameters from the URLs.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'Gonx URLs' released

Grok Headline matches for PHP Class 'Gonx URLs' released

PHP Class 'Gonx Proxy' released


PHP Class 'Gonx Proxy' released 04/15/2004 06:16 PM
This class is meant to act as an HTTP proxy to serve pages of a remote server as if they were local pages. It fetches remote pages and translates all HTML tags of links and images, background image attributes and external style sheet references to use the URLs based on the current script URL.

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This 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 AM
This 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 PM
Features: 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 PM
You 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 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em português em HTML.

PHP Class 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This 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.

PHP Class 'My Db' released


PHP Class 'My Db' released 06/09/2004 06:55 PM
This 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 'color' released


PHP Class 'color' released 10/15/2002 07:15 AM
These class converts colortypes. It supports the following colors formats and types: - CMYK - RGB - Pantone - HEX Codes for HTML

PHP Class 'DBgrid' released


PHP Class 'DBgrid' released 10/10/2002 09:55 AM
Show the result of a mysql query on HTML table. Easy to use. 1 line code. $grid = new DBgrid($result);

PHP Class 'BaseDB' released


PHP Class 'BaseDB' released 10/11/2002 07:54 AM
Excellent oo base class for mysql interaction. worth looking at. you must use this as a base class and extend your classes which map to a table name. your tables must have a 'id', 'created' and 'modified' field to work properly and the class takes care of the rest. check it out.

PHP Class 'htmldoc' released


PHP Class 'htmldoc' released 10/11/2002 07:54 AM
Object Library for Creation of PDF Documents out of HTML Pages by using htmldoc as conversion facility.

PHP Class 'WebWidgets' released


PHP Class 'WebWidgets' released 10/11/2002 07:54 PM
WebWidgets is a library of classes to produce any HTML(XML) documents, create, validate forms. It allow to create any "complicated" forms easy. Any tag is an object. Your can build tags tree by inserting one tag into another and get its content as HTML. Based upon "Composite" OOP patern. Library is very flexible, so your may derive your own classes. Documentation in html format can be downloaded from here: http://scancode.ru/dev/WebWidgets/webwidgets.08.doc.tar.gz (it is not fine:( )

PHP Class 'bstCountdown' released


PHP Class 'bstCountdown' released 10/15/2002 07:15 AM
Display a list of 'days until' a set of events, includes a simple example and a more complex one as child classes. Could easily be extended to multi-user and notifications via email by adding a user table and owner columns. Written to MySQL but db access is simple enough to adapt.

PHP Class 'rhc' released


PHP Class 'rhc' released 10/15/2002 07:15 AM
RHC is actually a few files which give the user the ability to do custom error handling, debugging, and handle database abstraction (currently only through Informix).

PHP Class 'URLHelper' released


PHP Class 'URLHelper' released 10/15/2002 07:15 AM
This class give you access to the http header information and provides some help for retrieving and parsing urls. FUNCTIONS: function isURLAvailable($url) function isValidURLFormat($url, $strict=false) function addHTTPtoURL($url) function getHTTPStatusCode($url) function getRealURL ($url, $simple = true, $method = "HEAD") function getHTTPHeader($url) function getMD5FromURL($url, $estFilesize=500000) function _openHTTPConnection($url, $method = "HEAD")

PHP Class 'BarcodeI25' released


PHP Class 'BarcodeI25' released 10/15/2002 07:15 AM
HTML Barcode generator for Interleaved 2 of 5 Codes. Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).

PHP Class 'SQLCall' released


PHP Class 'SQLCall' released 09/26/2002 07:29 PM
SQLCall uses PHP's highly dynamic nature to give the calling class unprecedented access to the result set in an intuitive way. It currently only supports connections to mySQL databases. This class is perfect for those who like their results at hand - no hashes or lists to have to walk through.

PHP Class 'CISVC' released


PHP Class 'CISVC' released 01/16/2004 11:05 AM
This class is meant to encapsulate the APIs around the COM object for Microsoft Indexing service (CISVC). The class can perform the search query, output the search results split in multiple pages and also a navigation let the user go back and forth between the presented search results pages.

PHP Class 'phplibTemplateExtention'
released


PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AM
phplib has template.inc - a template class for php to utilize templates. This is an extension to the class Template needing less code by: Automatic detection and declaration of blocks Automatic "blanking" of unused blocks Blocks automatically declaired in proper nested order. All calls to set up template/file/paths/names in the class call. - LGPL / GPL - phplibs license anyway - its their template class - I just extended it to make my life a little easier.

PHP Class 'Spreadsheet_WriteExcel'
released


PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PM
Class for generating Excel files, based on John McNamara's Spreadsheet::WriteExcel from CPAN. It supports all the basic values for cells. It doesn't support URLs, images (working on it) and charts. It has very basic support for formulas.

PHP Class 'morse' released


PHP Class 'morse' released 09/28/2002 07:48 PM
Short class for encoding or decoding morse signs input: this is my 1st morse output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .

PHP Class 'burnauth' released


PHP Class 'burnauth' released 09/29/2002 08:10 PM
Burning Auth is a script to handle user authenticated access to php scripts. The goal is quite simple: protect from unauthorized access those pages who need to be kept under admin control, such as data/content administration and/or members only areas on a website. Security is achieved through a database authentication and mantained with a Session variable set to the authenticated user's name. Every page can be protected including the file 'shield.php'; at the beginning of it.

PHP Class 'mixer' released


PHP Class 'mixer' released 10/01/2002 09:17 AM
color mixer for vga (16 colors) - the class create a form for change backgroundcolor

PHP Class 'Pagination' released


PHP Class 'Pagination' released 01/10/2004 07:54 PM
This package is a set of classes is meant to generate navigation bars to display database query result sets split in multiple pages. The packake is based on the factory design pattern that is used to create objects of specific classes to provide the result set pagination support with different databases.

PHP Class 'numeroaletra' released


PHP Class 'numeroaletra' released 10/01/2002 10:18 AM
Extensión de la clase number2words de Bas Jobsen (bas@startpunt.cc) con la traducción de numeros a letras en español y de numeros a euros

PHP Class 'DCalendar' released


PHP Class 'DCalendar' released 10/08/2002 07:09 AM
Show a calendar with options view year, month and today link. Dynamic events with diferent color

PHP Class 'COutLook' released


PHP Class 'COutLook' released 10/01/2002 10:18 AM
This class reads messages from the Inbox and Oubox of an Outlook local profile through CDO (Colaboration Data Objects). The class only works under Windows.

PHP Class 'ms_dbx_reader' released


PHP Class 'ms_dbx_reader' released 10/01/2002 07:38 PM
Microsoft DBX file reader /such as Outlook Express Mailbox database files/ Author: Zeos

PHP Class 'db_view' released


PHP Class 'db_view' released 10/08/2002 07:08 AM
"db_view" provides: * An abstraction class and helpers for multi-tabled Mysql data. (init, select, select_row, count, insert, update, delete) * Atomic multi-table updates, inserts, deletes eg: update items, month set items.price=month.price where items.id=month.id; Also primitive non-atomic (=insecure) rollbacks. * Functions, Triggers and Defaults per action (select, update, insert, delete; before or after) * Rich logging and debugging facilities.

PHP Class 'MkDir' released


PHP Class 'MkDir' released 05/16/2004 07:21 PM
This 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 'cellroll_lib' released


PHP Class 'cellroll_lib' released 10/15/2002 08:29 PM
Very simple class for faster building of table-rollovers (changing bgcolor for rows or cells) js-scripts

PHP Class 'MyTemplate' released


PHP Class 'MyTemplate' released 10/15/2002 08:29 PM
MyTemplate is very powerful template engine. It allows including a nested template file directly into another template file and automaticaly parse it in any template in set. Working with dinamic blocks is so easy. Only assign block variables and get result. You do not need to parse each block 'manualy'. Automaticaly parses PHP constant and global variables into templates. Supports multiply template directories. You'll like it :) Your code will become shorter :)

PHP Class 'DcSessionManager ' released


PHP Class 'DcSessionManager ' released 05/14/2004 07:21 PM
This class is meant to manage sessions storing the information about their state in a MySQL database table. It generates an hash with 64 characters that is used to identify each session and may be passed between pages using cookies or request variables. This class has security in mind, providing means to prevents session hijack by using 2 hashes (double crypted) in only one "session". You can store more than 5kbytes of data in each session. The class provides other features, like: - Explicitly creating and destroing session - Register and deleting a session value - Check if a session key value is assigned

PHP Class 'page_handle' released


PHP Class 'page_handle' released 10/28/2002 08:29 PM
A template engine geared to be able to display data without much hassle in PHP code, just fetching of data and giving it to the template engine. Create HTML templates with the data's keywords

PHP Class 'mimetype' released


PHP Class 'mimetype' released 10/28/2002 08:29 PM
This class enables PHP scripts to determine the mime type of a file based on file extension, useful for PHP versions without access to other utilities that determine mime type. Built from the Apache mime type file.

PHP Class 'CSQLite' released


PHP Class 'CSQLite' released 05/14/2004 07:21 PM
This 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 'phpsecureweb' released


PHP Class 'phpsecureweb' released 10/29/2002 07:48 PM
Protect your sites or intranet with the power of PHP Secure Web. It is database independent as what adODB supports. You required to have a database of your liking. Simply install the tables, sign on as an Admin, create users and groups, assign users and actions to the groups, and you are almost done. Now write 4-5 lines of code for the pages you want to protect (you can copy it from the examples) and you are done. You will love the powerful and advanced Administration features.

PHP Class 'innodb' released


PHP Class 'innodb' released 01/04/2003 07:10 PM
Class 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.
Grok Description matches for PHP Class 'Gonx URLs' released
GrokA matches for PHP Class 'Gonx URLs' released

Aliencamel.com - The First Commercial
Email Service to Offer Unlimited Storage
for Personal Email, Finest in its Class
with More Features than Gmail, Yahoo!
and Hotmail


Aliencamel.com - The First Commercial
Email Service to Offer Unlimited Storage
for Personal Email, Finest in its Class
with More Features than Gmail, Yahoo!
and Hotmail
08/17/2004 02:00 AM
Aliencamel.com announces that the email-storage-space race is over. This race was started by Google's Gmail service offering 1GB of storage. AlienCamel has gone the final step and is now offering its users unlimited storage. By removing limits on space, users now have a simple, low-cost service which will keep their emails safe, secure and backed up forever. AlienCamel has implemented the most sophisticated anti-spam filtering and email-virus-blocking technology over the last 18 months. Now, AlienCamel is the first independent commercial email service in the world to offer "unlimited storage for personal email". [PRWEB Aug 17, 2004]

Email-Address-1.1


Email-Address-1.1 05/27/2004 12:21 AM

Email-Address-1.3


Email-Address-1.3 08/17/2004 12:15 AM

Who Owns Your Email Address?


Who Owns Your Email Address? 05/19/2004 02:53 PM
While everyone is trying to figure out how to stop spam, a very interesting legal question is being raised: who actually owns your email address? Is it you? Is it whoever owns the domain name (assuming you don't own your own domain name)? Is it the internet as a whole? Since many lawsuits involving email seem to rely on property rights issues, this question may become more important over time - and it's unclear if there's a really good answer.

Email address encoder


Email address encoder 09/07/2004 09:03 AM
From Dan Gillmor comes a link to Enkoder, a site that creates JavaScript you can put on your Web page that will display a link to your email address in a way that spam harvesters can't find it. If it works, you should see the phrase "My email address" expressed as a link here: ...We interrupt this blog entry and remove the script that was here because, although the script worked, it also made my RSS un-parsable. Ack. (Thanks, geodog, for letting me know.)...

urlmatch


urlmatch 08/24/2002 05:58 PM
Looks for any URLs in a string of text and matches each one with a customizable tag. Convenient for parsing user input where users are not expected to write HTML. The class finds URLs starting with 'http|https|ftp|www', ignores HTML tags, supports the addition of properties (such as defining a CSS class), and supports a character limit for the displayed link text. I have tested it with many possibilities but please don't hesitate to report any bugs to my above email address. To-Do: matching email addresses, if the need arises. Currently requires PHP >= 4 (uses foreach() )

Passing Email Address to Mailto


Passing Email Address to Mailto 09/16/2004 09:24 PM

Corporate Email Address Formats


Corporate Email Address Formats 06/13/2004 05:03 PM
"While there is no standard for the formatting of email addresses, there are suggested e-mail name formats that are more professional in presentation. I'm going to list a few of those here along with the pros and cons of each one."

Note to Job Seekers - email address tip


Note to Job Seekers - email address tip 03/06/2004 01:59 AM

If you're applying to a job, please keep the email account you're using to collect responses to your application clean, so you can receive emails from the hiring manager. The fact that I got this message twice from the same candidate's two different yahoo accounts listed in their resume just took that candidate off my list:

Your message was rejected by mx2.mail.yahoo.com for the following reason:
 delivery error: dd Sorry, your message to xxx@yahoo.com cannot be delivered. This account is over quota. - mta118.mail.sc5.yahoo.com

Keep your email account cleaned out when applying for a job.


Outgoing Email Address Aliasing


Outgoing Email Address Aliasing 02/01/2005 09:08 PM

Here's a handy feature idea for an email client: outgoing email address aliasing. This means that whenever I send an email to "deane@workemail.com," that address is substituted with "deane@homeemail.com" as the email is sent.

I have someone who always sends me email at the wrong place. If I'm at home, he sends it to work. If I'm working, he sends it home. He tells me that he just replies to where I send the email from. But it doesn't matter where I send it from, I want all his emails to be sent to the same account.

Wouldn't it be nice if he could create email address substitution lists in his email client? He could list all my various email addresses as aliases of the single address I want all my email to go to. Then, as his client is sending the email, it substitutes all the aliases with the correct email address.

Does this seem like something that would provide value? Or am I way off in left field here?


Control which email address is used by
FileMaker


Control which email address is used by
FileMaker
08/16/2004 10:00 AM
Some time ago, FileMaker added an emailing Scriptmaker step, which eliminated the need to use Applescript to send mail from the program. I was setting up a large script that would take the contents of several fields and mail ...

Bill Joy's email address


Bill Joy's email address 12/22/2003 06:36 PM
Does anyone have Bill Joy's email address? If so, could you please email it to me at self [A T] evident.com? I promise not to spam him. Thank you....

Regexp-Common-Email-Address-1.01


Regexp-Common-Email-Address-1.01 01/06/2005 05:51 PM

World's Longest Email Address


World's Longest Email Address 01/01/2005 11:09 PM
Um…okay… The longest alphabetical email address is now offered to you for free! Look at the features of your mailbox below: Some Webforms Does not work with your email Due to the length of the email address, some webforms are not setup to handle such a long email address, and such as, they may deem your email address as invalid or even fraudulent! This is the only email address that would allow you to fail…

Direct and Related Links for 'World’s Longest Email Address'


Retrieve email information from Address
Book


Retrieve email information from Address
Book
06/11/2004 12:53 PM
Recently, I needed a plaintext list of all emails in my Address Book. Although Address Book has exporting capabilities, it exports all contact information. Needing only email addresses, I did the following: In Mail.app creat...

Email address validation component
2003.12.12


Email address validation component
2003.12.12
12/12/2003 11:40 AM
PHP class to verify if a e-mail address is valid.

Email address validation component
2004-06-16


Email address validation component
2004-06-16
06/16/2004 06:48 AM
PHP class to verify if a e-mail address is valid.

Jon Stewart's (Class of '84)
Commencement Address


Jon Stewart's (Class of '84)
Commencement Address
05/18/2004 04:42 PM
Jon Stewart's William & Mary Commencement Address

XWebServices, Inc. Launches Email
Address Validation Web Service -
XWebEmailValidation


XWebServices, Inc. Launches Email
Address Validation Web Service -
XWebEmailValidation
03/27/2005 01:15 PM
XWebServices, Inc. is proud to announce the official launch of its newest web service, XWebEmailValidation. XWebEmailValidation is an XML SOAP based Web Service which validates Email addresses for client applications. [PRWEB Mar 27, 2005]

Email Address Authentication Released as
an Open Source by Simplicato


Email Address Authentication Released as
an Open Source by Simplicato
03/17/2005 03:03 AM
Simplicato, a business email hosting company, releases a unique open source anti-Spam, anti-Phishing solution. [PRWEB Mar 15, 2005]

Nicholas Cage says hacker stole his
email address, sent sex messages to
friends


Nicholas Cage says hacker stole his
email address, sent sex messages to
friends
06/24/2005 08:28 PM

NetGeo IP address locator service
interface class 2003.12.12


NetGeo IP address locator service
interface class 2003.12.12
12/12/2003 01:53 PM
An interface with NetGeo to work out the geographic location of an IP address.

"Jon Stewart?s Commencement Address to
the 2004 class at William and Mary"


"Jon Stewart?s Commencement Address to
the 2004 class at William and Mary"
05/20/2004 03:58 AM

MIME Email message class 2003.12.09


MIME Email message class 2003.12.09 12/10/2003 10:18 AM
PHP class for composing and sending email messages.

MIME Email message class 2004.07.08


MIME Email message class 2004.07.08 07/08/2004 09:04 AM
PHP class for composing and sending email messages.

Mime Email Message Class was Updated


Mime Email Message Class was Updated 01/24/2003 10:26 AM
Mime Email Message Class was Updated Although I like PHP Mailer a lot, I guess I should check this out: About: The MIME Email message class composes and sends email messages. It features user- definable headers and body parts, MIME encoding of text and HTML body parts with user-defined character encoding using quote-printable, support for attachments with automatic content type detection, support for multipart/alternative and multipart/related messages (for HTML messages with embedded images), encoding of message headers with user-defined character encoding using q-encoding, definition of the error delivery address setting the Return-Path header, and several sub-classes for sending messages by different methods: PHP mail() function, sendmail, qmail, SMTP. It also includes support for sending personalized bulk mail by replacing the message parts that differ for each recipient. Changes: Message bodies are now cached between successive deliveries to halve the time required to bulk-mail. Support was also added for creating and sending persistent bulk mail campaigns (which are stored in disk files). [_Go_] And as good as this looks for legitimate uses, it looks really good for generating spam campaigns. In particular messing with the encoding mechanisms is a good way around spam filters. Sigh.

MIME Email message class 2004.08.16


MIME Email message class 2004.08.16 08/17/2004 11:00 AM
PHP class for composing and sending email messages.

MIME Email message class 2004.07.27


MIME Email message class 2004.07.27 07/27/2004 06:04 AM
PHP class for composing and sending email messages.

MIME Email message class 2003.10.29


MIME Email message class 2003.10.29 10/30/2003 11:32 PM
PHP class for composing and sending email messages.

MIME Email message class 2004.01.27


MIME Email message class 2004.01.27 01/27/2004 08:54 AM
PHP class for composing and sending email messages.

PHP Class 'Gonx URLs' released

The following phrases have been identified by the grok system as matching this entry: class urlmatch email address

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

PHP Class 'Enhanched
UI' released

Senate debates Net
access tax

UK's top diplomat to
Iraq named

EU 'lagging behind'
in competitiveness

White House race
turns to economy

MPs issue warning
over vaccines

Housing curbs for
new EU migrants

Bloomberg Releases
Budget That Foresees
$1.3 Billion Surplus

Non-Existent
Publicist Sends Out
Fake Email To
Promote Dead
Musician

iCoco 1.1.0
Picture in Picture
iMovie Plugin Pack
3.0

iMovie Pop Effects
Plug-in Pack 3.0

Bush, Kerry
Campaigns Exchange
Attacks on Security
(Reuters)

Poll: Olympic
Terrorism Worries
Americans (AP)

Study Finds Seasons
Affect Cholesterol
(AP)

Rhett Butler, the
NFL and Other
Charitable Causes

IBM tweaks partner
program structure

JBoss ponders open
source ESB

Microsoft makes
business
intelligence buy

HP clears desktop
space with blade PCs

FalconStor Unveils
Storage Software for
SMBs

Partners, Rivals
Fall in Line with
Sun's J2EE 1.4

Bush demands
Internet access tax
ban

Net, ATMs used in
bank fraud bids:
regulator

President touts tax
relief, tech changes

Signal integrity
proving a tough nut
to crack at 90nm

Sony debuts blue
laser storage discs

The Google Bubble
Self-replicating Von
Neumann Probes

Apple releases
AirPort Software
3.4.1

Qwest Drops Access
Fees for Internet
Phone Calls
(Reuters)

Changes in Store As
Google's IPO Nears
(AP)

Non-bestseller books
of spring

Pogue, Hubbard to be
ADHOC speakers

Apple updates
AirPort software

iVideo gets new
interface, video
exporting, more

Dog Bites Eyelid,
Surgeon Reattaches
It (AP)

Dog Finds Money
Stuffing in Old
Ottoman (AP)

Premier 100 2004
Conference Coverage

CRM gets strategic
Bush to push
high-speed
Internet-access
agenda

U.K. passport agency
begins trial on
biometric IDs

Microsoft upgrades
partner program

AirPort Update 3.4.1
ADHOC Featured
Speakers Announced!

Colourfull Creations
releases Simple
Weather 1.74 update

Daniel Unified
Non-Profit Admin
Suite

LASANGE - LAN
Managment System

Interactive Fiction
Language

Campaigns Trade
Accusations Over
National Security

what is grok?