Tutoriale PHP
  Comunitatea PHP Romania

 
Tutoriale PHP

Noutati

0
Vot(uri)
PHPFreaks.com: Protecting php applications with PHPIDS
Sursa: http://www.phpdeveloper.org | Luni 22 Decembrie 2008 14:49 | alfahost_ro | 6 accesari

On the PHPFreaks.com website there's a new article looking at one way to help protect your website from those evil doers out there looking to cause you and your data harm - PHP-IDS.

PHPIDS (PHP-Intrusion Detection System) is a simple to use,well structured, fast and state-of-the-art security layerfor your PHP based web application. The IDS neither strips,sanitizes nor filters any malicious input, it simplyrecognizes when an attacker tries to break your site andreacts in exactly the way you want it to. [...] In a nutshell PHPIDS is an advanced intrusion detection system written with performance on a large scale in mind. The basic installation and configuration is pretty straight forward.

They (briefly) step you through the

0
Vot(uri)
PHPFreaks.com: Protecting php applications with PHPIDS
Sursa: http://www.phpdeveloper.org | Luni 22 Decembrie 2008 14:49 | alfahost_ro | 11 accesari

On the PHPFreaks.com website there's a new article looking at one way to help protect your website from those evil doers out there looking to cause you and your data harm - PHP-IDS.

PHPIDS (PHP-Intrusion Detection System) is a simple to use,well structured, fast and state-of-the-art security layerfor your PHP based web application. The IDS neither strips,sanitizes nor filters any malicious input, it simplyrecognizes when an attacker tries to break your site andreacts in exactly the way you want it to. [...] In a nutshell PHPIDS is an advanced intrusion detection system written with performance on a large scale in mind. The basic installation and configuration is pretty straight forward.

They (briefly) step you through the

0
Vot(uri)
How to Replace an Invalid Windows XP Installation with Ubuntu
Sursa: http://www.devshed.com/ | Luni 22 Decembrie 2008 14:00 | alfahost_ro | 7 accesari

Let us assume that you do not love your invalid Windows XP anymore can t afford to buy a license and have some important files on it that you can just transfer to a flash drive or Windows Sky drive a free online hard drive service by Windows . Then the best solution is to replace your computer s operating system with Linux Ubuntu. Keep reading and we ll show you how and why....
Microsoft SQL Server 2008 Express - FREE Edition Build Rich Desktop and Web Applications and Deploy to Most Versions of SQL Server.
0
Vot(uri)
Community News: Latest PEAR Releases for 12.22.2008
Sursa: http://www.phpdeveloper.org | Luni 22 Decembrie 2008 13:02 | alfahost_ro | 5 accesari

Latest PEAR Releases:
0
Vot(uri)
Community News: Latest PEAR Releases for 12.22.2008
Sursa: http://www.phpdeveloper.org | Luni 22 Decembrie 2008 13:02 | alfahost_ro | 9 accesari

Latest PEAR Releases:
0
Vot(uri)
SVG Is The Future Of Application Development
Sursa: http://www.sitepoint.com | 21 Decembrie 2008 23:30 | alfahost_ro | 12 accesari

The support for SVG in browsers is slowly gaining momentum, to the point where fully fledged SVG applications with rich interfaces akin to desktop applications are just around the corner. With the ability to integrate semantic markup languages like HTML and RDFa, argues Meitar, why wouldn't we use SVG for application development?

0
Vot(uri)
Using Zend_Acl with CodeIgniter
Sursa: http://www.zend.com | 21 Decembrie 2008 9:41 | alfahost_ro | 19 accesari

Matt Stone has written a tutorialon how to use the Zend_Acl componentwithin a CodeIgniter application. His tutorial, which contains the code and database tables needed to build a simple access control system, provides a good example of how Zend Framework's loose couplingallows it to be easily integrated with other applications. However, there's always more than one way to skin a cat, so if this is interesting to you, also look at another recent blog post on the same topic.



0
Vot(uri)
Protecting php applications with PHPIDS
Sursa: http://www.phpfreaks.com | 21 Decembrie 2008 0:33 | alfahost_ro | 11 accesari

Introduction

PHPIDS (PHP-Intrusion Detection System) is a simple to use,well structured, fast and state-of-the-art security layerfor your PHP based web application. The IDS neither strips,sanitizes nor filters any malicious input, it simplyrecognizes when an attacker tries to break your site andreacts in exactly the way you want it to. Based on a set ofapproved and heavily tested filter rules any attack is givena numerical impact rating which makes it easy to decide whatkind of action should follow the hacking attempt. This couldrange from simple logging to sending out an emergency mailto the development team, displaying a warning message forthe attacker or even ending the user's session

In a nutshell PHPIDS is an advanced intrusion detection system written with performance on a large scale in mind. The basic installation and configuration is pretty

0
Vot(uri)
Method Chaining in Zend Framework
Sursa: http://www.zend.com | Sambata 20 Decembrie 2008 21:36 | alfahost_ro | 11 accesari

Chris Hope has a brief blog postexplaining how to use method chaining in Zend Framework. He provides a basic example of how method chaining works using the Zend_Mail component, and offers the following simple rule to help readers understand the concept: "If you then had foo(), bar(), baz(), and bat() methods you could then do this:$myobject->foo()->bar()->baz()->bat();



0
Vot(uri)
PHP in Paris
Sursa: http://www.zend.com | Sambata 20 Decembrie 2008 21:31 | alfahost_ro | 9 accesari

The AFUP (L'Association Francaise des Utilisateurs de PHP)recently organized the Forum PHP 2008conference in Paris on Dec 7-8 2008. By all accounts, the event was a great success, with a keynote address by Zak Greantand sessions by Lukas Smith, Zeev Suraski, David Sklarand others. Zak Greant has posted a brief summary(and slides of his keynote) on his blog, and you'll also find links to other presentationson the MagicalTux blog.



0
Vot(uri)
Speaking The Same Language
Sursa: http://www.zend.com | Sambata 20 Decembrie 2008 21:31 | alfahost_ro | 13 accesari

Gabi Solomon has put together a brief tutorialdiscussing how to use the language component in Zend Framework. His approach makes use of a controller pluginthat allows easy generation of language-specific URLs. He says: "We need to make the url to allow us to change the language. And to do that i added a new rule in the bootstrap file [...] This rule will produce urls with the language in the url". If handling multiple languages in your ZF application is keeping you up at night, Gabi's post might help you some up with some new ideas. Take a look!



0
Vot(uri)
So Who Needs Frameworks Anyway?
Sursa: http://www.zend.com | Sambata 20 Decembrie 2008 21:29 | alfahost_ro | 12 accesari

Douglas Brown has discussed the advantages of using a PHP frameworkin his blog. If you're new to the world of PHP frameworks, his post provides a concise list of the benefits you will gain. One of the key benefits he finds is: "MVC or Model- View- Controller is a well-known design pattern that demarcates the database and business logic from the presentation layer. This results in simple, clean and understandable code". Of course, not everyone agrees! A spirited discussion is currently under way in the comments section of his post. Take a look, and put in your $0.02!



0
Vot(uri)
Alvaro's Blog: Symfony Design Patterns
Sursa: http://www.phpdeveloper.org | Vineri 19 Decembrie 2008 20:27 | alfahost_ro | 20 accesari

Alvaro has put together a post that lays out some of the design patterns that the Symfony framework uses to get the job done:

Much has been said this days about how modern web frameworks interpret the MVC architectural pattern. I'm my case those articles made me rethink how I use a framework, specially Symfony. This lead me to start a study on which patterns come into play while we develop a Symfony application. So while adding new features or refactoring existing ones I will know which class is in charge off doing the job.

Some of the design patter

0
Vot(uri)
Alvaro's Blog: Symfony Design Patterns
Sursa: http://www.phpdeveloper.org | Vineri 19 Decembrie 2008 20:27 | alfahost_ro | 19 accesari

Alvaro has put together a post that lays out some of the design patterns that the Symfony framework uses to get the job done:

Much has been said this days about how modern web frameworks interpret the MVC architectural pattern. I'm my case those articles made me rethink how I use a framework, specially Symfony. This lead me to start a study on which patterns come into play while we develop a Symfony application. So while adding new features or refactoring existing ones I will know which class is in charge off doing the job.

Some of the design patter

0
Vot(uri)
Sankho Mallik's Blog: Tutorial: Using Zend_Captcha_Image
Sursa: http://www.phpdeveloper.org | Vineri 19 Decembrie 2008 19:36 | alfahost_ro | 21 accesari

In a recent post to his blog Sankho Mallik has posted a quick tutorial on using the Zend_Captcha component of the Zend Framework in your forms.

Zend Framework has a set of great classes included to take away a lot of the headaches involved with setting up a CAPTCHA system. The one I use is Zend_Captcha_Image, which creates an image for you and sets up a Session so you will be able to validate all information appropriately. Problem is, there's little documentation out there on this. [...] I'll show you everything you need to know to use Zend_Captcha_Image WITHOUT Zend_Form! If you'd like to learn the implementation using Zend_Form, please visit Robert Basic's Blog.

He follows the steps you'll need to get the component set up - checking for GD installation, making the CAPTCHA image folder - and in

Ultimele discutii in forum RSS Forum

Ultimele articole Ultimele articole

Top membri

Pirahna Pirahna
la birou
carco carco
Bucuresti
Birkoff Birkoff
Bucuresti
mihaitha mihaitha
Sibiu
Mascka Mascka
Braila
gabysolomon gabysolomon
Bacau
whooper whooper
Toronto ON
raul_ raul_
dechim dechim
Drobeta Turnu Severin
Amenthes Amenthes

Newsletter


Email:
 inscriere
 renuntare
 
 Arhiva newsletter

Site-ul lunii

blg
 Blgpunctro

Propune un site

Online

228 utilizatori online

Parteneriat



Copyright © 2001-2009 PHP Romania Add PHPRomania to Google Add PHPRomania to Del.icio.us Add PHPRomania to Stumbleupon Add PHPRomania to Yahoo! Add PHPRomania to Digg Add PHPRomania to Blink Auto Insurance | Hypotheek Berekenen | Mortgage Calculator | Buy Anything On eBay | Credit Counseling
Ads: Partener Way2Web Nework: gazduire web | inregistrare domenii | web design | imobiliare | web hosting
Powered by Simplis