«
5 items tagged "php"
Related tags:
zend [+],
xml [+],
web [+],
javascript [+],
integration [+],
html [+],
embedded [+],
dynamic [+],
diy [+],
css [+],
calender [+],
XHTML [+]
-
Posted: April 28th, 2007, 9:14am MDT
HateML Pro is an advanced PHP/HTML editor with integrated PHP IDE and extended support for XHTML and CSS coding. It offers syntax highlighting (PHP, XHTML, CSS, XML, JavaScript, VBScript and SQL), P....
-
Posted: March 22nd, 2007, 7:05pm MDT
PHP is a server-side, cross-platform, HTML embedded scripting language. With PHP you create dynamic web pages. PHP-enabled web pages are treated just like regular HTML pages and you can create and ed....
-
Large development projects can be difficult to manage. With multiple developers committing source code to one source tree, there are going to be times when code breaks and will not work. Running automated builds and tests on code can drastically reduce the time and effort developers spend fixing issues by catching them early. This process is called continuous integration. This article provides an overview of how to implement continuous integration in a PHP project using tools written in PHP.
-
Looking for an integrated development environment (IDE) for your PHP coding? Zend Studio, which launched its latest version 5.5 in December, offers an impressive feature list that can increase the productivity of even novice programmers.
-
As a former ASP.Net coder, I've missed the convenience of Microsoft's built-in Calendar Control since I switched to doing Web site development in PHP. On a recent project I needed the ability to display a calendar with dates serving as hyperlinks to selected database items. I decided to use the opportunity to write some portable PHP code that I could use in other projects.