Active Articles: 2038
Total Categories: 16
Sub Categories:616
PHP 4.0: Dynamic Content for the Web Warrior | ||||||||
PHP 4.0 makes its debut. The author puts PHP 4 through its paces on one of the busiest Web sites around--Linux Today--and what his benchmarking shows will amaze you: PHP 4.0 is an amazingly fast tool that can optimize any Web site. ... learn more
| ||||||||
| ||||||||
Building Modular XHTML Web Pages with PHP | ||||||||
Learn how to use PHP to separate the different elements that make up a well designed and valid Web page into its component parts and have these parts adapt in certain powerful ways. These components correlate almost exactly with the modular design of XHTML itself. Covers the key differences between HTML and XHTML, the HTTP ... learn more
| ||||||||
| ||||||||
Job Costing Software - The Benefits | ||||||||
Job costing software lets you resume your role as project manager, not accountant. Manual methods of job costing simply cannot keep up with a project’s daily changes. ... learn more
| ||||||||
| ||||||||
Tuning Apache and PHP for Speed on Unix | ||||||||
Here is an extensive compilation of tips on how to optimise Apache on Linux and Unix for PHP and CGI programs. The tips can also be applied to Perl and Python. ... learn more
| ||||||||
| ||||||||
PHP and XML, technical or cultural gap? | ||||||||
Classified as "the most popular Apache module" by E-Soft, PHP is one of the least frequently mentioned languages amongst the XML discussion lists. PHP4 brings many enhancements to PHP's object oriented features and should therefore allow a leap forward in the XML direction which PHP3 didn't allow. ... learn more
| ||||||||
| ||||||||
Export MS Excel data to your WEB site directly! | ||||||||
There is a long-time existed obstacle of Microsoft software products usage in Unix/Linux environment. Microsoft Excel is definitely one of the most important programs for a typical user. Hundreds of millions of XLS files with different information exist and millions are created every day. Not only users work with XLS files on their local machines ... learn more
| ||||||||
| ||||||||
Business Process Execution Language | ||||||||
BPEL for Web services, also known as BPELWS or BPEL4WS, is based upon XML standards. It is intended to provide a means to implement task-sharing in a distributed or grid computing environment both within and across multiple organizations. The BPEL acts as a "glue" between various Web services. It is. ... learn more
| ||||||||
| ||||||||
PHP.Pirus | ||||||||
According to Symantec AntiVirus Research Center, "PHP.Pirus is the first virus written in PHP, a server-side scripting language used for dynamic Web page generation. The virus searches for .php and .htm files and inserts code to call itself. The virus executes only on servers with PHP interpreters. This virus cannot be contracted by simply visiting ... learn more
| ||||||||
| ||||||||
ADOdb and Oracle: an advanced tutorial | ||||||||
Covers <ul> <li>Prepare <li>BLOB/CLOB/LOB support <li>Calling storing procedures and PL/SQL <li>Bind parameters, IN and OUT parameters <li>REF CURSORs <li>Error-handling <li>Date and time management </ul> ... learn more
| ||||||||
| ||||||||
Free Software Profile: PHP | ||||||||
This article takes a brief look at PHP4/Zend technology. It discusses such issues as architecture and functionality, PHP3 vs PHP4, pros and cons of PHP, etc. ... learn more
| ||||||||
| ||||||||
Plotting points on a map in PHP | ||||||||
Give code and examples on the basics of plotting geo-coordinates on a raster map of the world using PHP and GD. ... learn more
| ||||||||
| ||||||||
What's New in PHP4? | ||||||||
This article takes a quick look at PHP4's new features. Some of the issues discussed include: the difference between PHP3 and PHP4, Sessions, Output Buffering, COM support on Windows, Java support, and more. ... learn more
| ||||||||
| ||||||||
A free alternative to Cold Fusion or ASP? | ||||||||
Ask most Web application developers their scripting language of choice, and you'll find that most are divided into two camps - the Microsoft Active Server Pages (ASP) folks, and the Cold Fusion users. If you do a little more research however, you'll find there are other options out there, and one of these, PHP 3.0, ... learn more
| ||||||||
| ||||||||
Reliable & free! It has to be Apache! by Nakul Goyal | ||||||||
WEB servers come in various shapes and sizes. They run under a variety of operating systems, have varying levels of power and complexity, and range in price from rather expensive to free. One of them is Apache. ... learn more
| ||||||||
| ||||||||
Advantages of PHP Over Java | ||||||||
This is a brief article on comparison between PHP and Java language. Discussion on history, advantages, and statistics. ... learn more
| ||||||||
| ||||||||
What You Should Know About PHP | ||||||||
PHP can help you look like a web-wunderkid while saving you hours of drudgery. This online article / tutorial presents a little history on PHP, what PHP can do, how to get started with PHP, and more. ... learn more
| ||||||||
| ||||||||
PHP From an IT Manager's Perspective | ||||||||
In this article, Tobias Ratschiller (who runs http://phpwizard.net) explains what PHP is, what it can do, and where it stands compared to other programming and scripting languages. ... learn more
| ||||||||
| ||||||||
SmartPPC Pro FindArticles Plug-In | ||||||||
"FindArticles Plug-In is designed to help your visitors find published articles quick and easy, based on the topics of interest. It searches articles among more than 5.5 million articles from more than 900 magazines and journals, starting from 1998 until present. FindArticles even brings some print-only publications to the Web for the first time. This ... learn more
| ||||||||
| ||||||||
Configuration Management | ||||||||
The mangement of software development projects with respect to issues such as multiple developers working on the same code at the same time, targeting multiple platforms, supporting multiple versions, and controlling the status of code. ... learn more
| ||||||||
| ||||||||
The PHP coder's top 10 mistakes and problems | ||||||||
Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders. ... learn more
| ||||||||
| ||||||||
| Search Engine Optimizing PHP Scripts Author: Dan Zarrella PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here’s an overview of the major issues encountered when trying to optimize PHP script for search engines. While this focuses on PHP much of it is st [Read Full Article] | |
| PHP, SEO, And Spiders - Oh My! Author: Ian Wilson Dynamic database-driven sites have become very popular, and relatively easy to set up and administer, through the use of Content Management Systems (CMS) and PHP server-side scripting. It's also possible to create a fancy-looking site with little actual c [Read Full Article] | |
| PHP, Internet Business Marketing, & Good Web Content Go Hand In Hand Author: Tom Worsley Everyone has heard that content is king when it comes to search engine optimization and just good old plain web site marketing smarts. But how you present that content on your site can also make a world of difference. [Read Full Article] | |
| PHPBB2: All It Can Be? Author: Matthew C. Keegan Please allow me to start off and say that I am very happy to run PHP software on my computer. Specifically, the bulletin boards developed by PHPBB2 [an open source program] works head and shoulders above the EZBoard system I gave up on several months earl [Read Full Article] | |
| Make a Search Engine For Your Website With PHP Author: Rory Canyon This hands on PHP Programming article provides the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above. Making a search engine for your website with PHP is really easy and provides substantial functio [Read Full Article] | |
| Developing a Login System with PHP and MySQL Author: John L This article is written by daBoss. daBoss is the Webmaster of Designer Banners. daBoss can be contacted at sales (at) designerbanners (dot) com. [Read Full Article] | |
| Get PHP pages indexed in the Search engines Author: Michael Medeiros A simple method to convert files from Php to Html Extensions, on an Apache Server [Read Full Article] | |
| PHP and Cookies; a Good Mix! Author: Dennis Pallett Cookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you are completely new to cookies? It doesn't matter, because in this tu [Read Full Article] | |
| PHP On-The-Fly! Author: Dennis Pallett PHP can be used for a lot of different things, and is one of the most powerful scripting languages available on the web. Not to mention it's extremely cheap and widely used. However, one thing that PHP is lacking, and in fact most scripting languages are, [Read Full Article] | |
| Track Your Visitors, Using PHP Author: Dennis Pallett There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within m [Read Full Article] | |
| Developing State-enabled Applications With PHP Author: John L When a user is browsing through a website and is surfing from one web page to another, sometimes the website needs to remember the actions (e.g. choices) performed by the user. For example, in a website that sells DVDs, the user typically browses through [Read Full Article] | |
| PIM Team Case Study: Creating Text Effects With PHP and GD Author: Bobby Handzhiev See how you can create graphic effects on text with PHP and GD - drop shadows, arcs, fonts and colors. [Read Full Article] | |
| Simple Solution for Php Includes - IFrames Author: Michael J Medeiros I have recently created my first Php program. I wanted to share with others some of the problems that I encountered, and how I finally overcame these obstacles. [Read Full Article] | |
| HTACCESS Wrappers with PHP Author: Robert Plank HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding header... [Read Full Article] | |
| Clickbank Security Using PHP Author: Robert Plank Here's a way to protect the products you sell with Clickbank, using their built-in protection and by implementing a 30-day expiration, all without having to worry about managing databases or customer lists. [Read Full Article] | |
| PHP in the Command Line Author: Robert Plank There's a single line you can add to your web host's control panel that will automatically archive your content. [Read Full Article] | |
| PHP programming and the secret of getting a good website developed Author: Kaushal Patel PHP is an open source language used for website development. As it is open source software, it can be freely obtained and used. This is used in the final coding stage of building a website. [Read Full Article] | |

