Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Test and Quality Assurance - Approaches, Process, Methods - Configuration Management - Measurement - Tools - Open Source - Software Engineering - Humour New Links RSS/Atom
Sponsors




  Main  |  Submit New Article  

  Popular articles (top10)  |  Top rated articles (top10)  |  Category List  |  Randum jump  

Main  arrow  Programming  arrow  PHP  (107)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Articles currently sorted by: Date (Old Links Listed First)


Visit   The CakePHP Framework: Your First Bite    Last Update 2006/7/21 10:33
Category  Programming  arrow  PHP
Description
CakePHP is one of the most popular frameworks for PHP: its modest, yet important goal is to provide an appropriate structure for PHP applications.

Hits: 40   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Using PHP and XSL to Transform XML into Web Content    Last Update 2006/7/28 9:06
Category  Programming  arrow  PHP  :  Programming  arrow  XML
Description
This tutorial looks at taking an XML document and dynamically transforming it into HTML using PHP and XSL.

Hits: 64   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   PHP for Absolute Beginners    Last Update 2006/7/28 9:09
Category  Programming  arrow  PHP
Description
These tutorials build on a previously-published 5-part series which has now been updated and extended to embrace PHP 5, making parts of it suitable for those of you who already have worked with PHP 4 in the past. If you came here to learn about elementary PHP 4 or basic PHP 5, this is for you. Enjoy!


Hits: 29   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Getting Real With Databases in PHP    Last Update 2006/8/1 10:36
Category  Programming  arrow  PHP  :  Database
Description
This article shows how to abstracts database queries into separate objects for each table, adapting the Ruby on Rails to PHP.

Hits: 82   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Essential PHP Security: Chapter 2, Forms and URLs    Last Update 2006/8/3 10:39
Category  Programming  arrow  PHP
Description
This chapter discusses form processing and the most common types of attacks that you need to be aware of when dealing with data from forms and URLs. You will learn about attacks such as cross-site scripting (XSS) and cross-site request forgeries (CSRF), as well as how to spoof forms and raw HTTP requests manually. By the end of the chapter, you will not only see examples of these attacks, but also what practices you can employ to help prevent them.

Hits: 36   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Very Dynamic Web Interfaces    Last Update 2006/10/12 10:25
Category  Programming  arrow  PHP  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server
Description
One of the classic drawbacks to building a web application interface is that once a page has been downloaded to the client, the connection to the server is severed. Any attempt at a dynamic interface involves a full roundtrip of the whole page back to the server for a rebuild--a process which tends to make your web app feel inelegant and unresponsive. In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the XMLHttpRequest object.

Hits: 43   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Creating sortable lists with PHP and AJAX    Last Update 2006/12/1 9:55
Category  Programming  arrow  PHP  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  AJAX
Description
You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books. For whatever reason, you want them ordered in a custom way that can’t be determined automatically (such as alphabetical). This article covers the implementation of a system that lets you easily define the order of such a list.

Hits: 83   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   PHP and RSS: Getting it together    Last Update 2007/1/10 9:49
Category  Programming  arrow  PHP
Description
RSS Syndication is virtually ubiquitous these days, so it's imperative that a PHP developer at least understand RSS and how it works. This article explains the basics of RSS, some of its many uses, how to use PHP to create an RSS feed from a database, and how to use the XML_RSS module to read an existing RSS feed and translate it into HTML.

Hits: 39   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Convert XML to JSON in PHP    Last Update 2007/1/18 9:20
Category  Programming  arrow  PHP  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Ruby  :  Programming  arrow  Platforms  arrow  AJAX
Description
With the growing popularity of Web 2.0, a new data interchange format called JavaScript Object Notation (JSON) is emerging as a useful way to represent data in the business logic running on browsers. Learn how PHP-based server programs can convert XML-formatted enterprise application data into JSON format before sending it to browser applications.

Hits: 55   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Pull parsing XML in PHP    Last Update 2007/2/15 9:43
Category  Programming  arrow  PHP  :  Programming  arrow  XML
Description
PHP 5 introduced XMLReader, a new class for reading Extensible Markup Language (XML). Unlike SimpleXML or the Document Object Model (DOM), XMLReader operates in streaming mode. That is, it reads the document from start to finish. You can begin to work with the content at the beginning before you see the content at the end. This makes it very fast, very efficient, and very parsimonious with memory. The larger the documents you need to process, the more important this is.

Hits: 36   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



(1) 2 3 4 5 6 7 8 9 10 11 » 
Software Development Resources

Load Tester 4: The easiest and most complete load testing software

Oracle Magazine - Technology articles for developers and DBAs and more.

Simply Rails 2: Learn how to be an accomplished Ruby programmer in no time!

The Principles Of Project Management - Deliver projects on time and on budget, again and again

Simply SQL is a practical step-by-step guide to writing SQL.

Practical
RSS 2.0
Twitter
Advertise
Contact
Software Development Jobs
Login
Username:

Password:


Lost Password?

Register now!
THEME_VALIDXHTML
THEME_VALIDCSS
Copyright © 2006-2009 Martinig & Associates

Methods & Tools | SD Tools | SD Directory | SD Videos | SD Jobs | SQA Zone | DevAgile | DevBazar | Ajax Alliance | SD News | SD Conferences
SD Blogs | Forum Logiciel | Software Project Planet | SQA Planet | UML Planet | Cloud Voices | Java TV | .NET TV | Testing TV | TV Agile | RIATube
Java Voices | .NET Voices | PHP Voices | DBA Voices | Agile Voices | Scrum Planet | Ajax Voices | RIA Voices | The Waterfall Manifesto