Tuesday, 29 January 2008 | News
Zend technologies have announced that the Zend Framework 1.5.0 Preview Release is now available. This 1.5.0 preview release puts a light on all the feature that will …
Monday, 28 January 2008 | News
Nexenta Core Platform (NexentaCP) has made available the Release Candidate 3. Nexenta is a complete GNU-based operating system built on top of the OpenSolaris kernel and runtime. …
Monday, 28 January 2008 | News
Maarten Balliauw recently posted, in his blog, information about a new library he made. He noticed how ASP.NET has LINQ and decided to write a library for …
Monday, 28 January 2008 | News
Microsoft's schedule for shipping SQL Server 2008 , the upcoming new release of the company's database software, is slipping from June 30 into the third quarter. Microsoft …
Friday, 25 January 2008 | News
PHP developer, Phil Thompson, posted a blog entry about seven functions that saved his life. The functions that he talks about are Number_format, Array_values, Foreach(), Isset(), Substr(), …
Thursday, 24 January 2008 | News
HTML Purifier, a standards-compliant, XSS free HTML filter, has released version 3.0.0. This is the HTML Purifier’s first PHP 5 only release and also the first release …
Wednesday, 23 January 2008 | News
PHP 4.4.8 has been made available by the PHP development team. PHP 4.4.8 continues to improve the security and the stability of the 4.4 branch and the …
Tuesday, 22 January 2008 | News
Evert Pot writes about a library he's creating to integrate WebDAV support with PHP and make things simpler for those needing to access the shares. "I intend …
Tuesday, 22 January 2008 | News
In a recent article, posted on DevShed, Alejandro Gervasio talks about destructors in PHP 5. He says that the destructors are often necessary to help keep applications …
Monday, 21 January 2008 | News
Mantis is a free web-based bug tracking system, which is written in the PHP scripting language and it works with MySQL, MS SQL , and PostgreSQL databases …
Monday, 21 January 2008 | News
phpWebSite provides a complete Web site content management solution. All client output is valid XHTML 1.0 and meets the W3C's Web Accessibility Initiative requirements. Features include articles, …
Monday, 21 January 2008 | News
External Language Stored Procedures for MySQL is a patch for MySQL 6.0 to provide support for stored procedures written in an external languages. Stored procedures are declared …
Friday, 18 January 2008 | News
Contrexx is a new open source community and Web content management system (WCMS) that can create many platforms such as portal, themes, customer platforms at ease.Contrexx web …
Thursday, 17 January 2008 | News
In a surprise move, Sun Microsystems said it's acquiring privately held open source database vendor MySQL AB for approximately USD 1 billion.Called the largest open source software …
Thursday, 17 January 2008 | News
In a new post on 'Making the Web blog', there's a new post that talks about preparing your code for PHP6 when it comes around. "If you …
Thursday, 17 January 2008 | News
The Adventure-(PHP-)Framework is a Web development framework that helps you design and create object oriented and reusable PHP Web applications. It features a unique DOM model, the …
Wednesday, 16 January 2008 | News
phpESP is a set of PHP scripts to let non-technical users create surveys, administer surveys, gather results, and view statistics, all managed online after database initialization. phpESP …
Thursday, 29 November 2007 | News
Rainer Gerhards has written a new paper that describes how to write syslog messages to a MySQL database. "Having syslog messages in a database is often handy, …
Thursday, 29 November 2007 | News
MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries. …
Thursday, 29 November 2007 | News
In a new post to his blog, Travis Swicegood walks you through design patterns, specifically the use of the Repository style in an application: "Josh Eichorn argued …