Tutoriale PHP
  Comunitatea PHP Romania
 

 
Tutoriale PHP

Noutati

0
Vot(uri)
Configuring Load-Balanced Clusters
Sursa: http://www.devshed.com/ | Joi 08 Mai 2008 13:00 | alfahost_ro | 1 accesari

In this conclusion to a two-part series on load-balanced clusters you ll learn how to configure the load balancer and test the system. This article is excerpted from chapter seven of em Linux System Administration em written by Tom Adelstein and Bill Lubanovic O Reilly 2 7 ISBN 596 9526 . Copyright 2 7 O Reilly Media Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O Reilly Media....
Build IT Knowledge with Current & Trusted Content Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
0
Vot(uri)
DevShed: Comparing Files and Databases with PHP Benchmarking Applications
Sursa: http://www.phpdeveloper.org | Joi 08 Mai 2008 12:58 | alfahost_ro | 2 accesari

DevShed is wrapping up their series looking at benchmarking your PHP applications with the third part - a look at comparing execution times of scripts that can either pull from a database or from a flat file.

This large, complex subject offers numerous possibilities for experimentation, which means that you'll surely have tons of fun creating timing systems with PHP. [...] his article, then, will be focused on evaluating different scripts that fetch sets of records, first from a database, and then from flat files.

They use the Timer class they defined in a previous part of the series and wrap it around both a database class (pulling user information from a MySQL database) and a fetch to a flat
Citeste mai mult | Comentarii (0) | Salveaza | DevShed: Comparing Files and Databases with PHP Benchmarking Applications DevShed: Comparing Files and Databases with PHP Benchmarking Applications la Digg.com 

0
Vot(uri)
DevShed: Comparing Files and Databases with PHP Benchmarking Applications
Sursa: http://www.phpdeveloper.org | Joi 08 Mai 2008 12:58 | alfahost_ro | 1 accesari

DevShed is wrapping up their series looking at benchmarking your PHP applications with the third part - a look at comparing execution times of scripts that can either pull from a database or from a flat file.

This large, complex subject offers numerous possibilities for experimentation, which means that you'll surely have tons of fun creating timing systems with PHP. [...] his article, then, will be focused on evaluating different scripts that fetch sets of records, first from a database, and then from flat files.

They use the Timer class they defined in a previous part of the series and wrap it around both a database class (pulling user information from a MySQL database) and a fetch to a flat
Citeste mai mult | Comentarii (0) | Salveaza | DevShed: Comparing Files and Databases with PHP Benchmarking Applications DevShed: Comparing Files and Databases with PHP Benchmarking Applications la Digg.com 

0
Vot(uri)
Site News: Blast from the Past - One Year Ago in PHP
Sursa: http://www.phpdeveloper.org | Joi 08 Mai 2008 12:08 | alfahost_ro | 1 accesari

Here's what was popular in the PHP community one year ago today:
0
Vot(uri)
Site News: Blast from the Past - One Year Ago in PHP
Sursa: http://www.phpdeveloper.org | Joi 08 Mai 2008 12:08 | alfahost_ro | 1 accesari

Here's what was popular in the PHP community one year ago today:
0
Vot(uri)
Animated content navigation effect using jquery
Sursa: http://roshanbh.com.np | Joi 08 Mai 2008 6:58 | alfahost_ro | 1 accesari

var dzone_style="2";I always get bored with the same stuffs. And, I see same kind of content navigation to the different websites. Click a link, let’s the whole web page gets loaded and new page gets displayed. It would be better to show another content in the same page with few animation without loading the whole [...]
0
Vot(uri)
AskAboutPHP.com: First look at CakePHP
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 18:49 | alfahost_ro | 1 accesari

In a recent post to the Ask About PHP blog, there's a quick "first look" at the CakePHP framework from a beginner's perspective.

Finally, I found some time to take CakePHP for a spin. I've heard some really good things about it, and I've been trying to get some time to try it out. I installed the framework and went through the tutorial on building a simple blog application. I have to say I'm quite impressed.

The post briefly introduces the Model-View-Controller method the framework follows and shows some of the features/benefits it brings with it - the low entry level, its speed, and whether or not it ma

0
Vot(uri)
AskAboutPHP.com: First look at CakePHP
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 18:49 | alfahost_ro | 9 accesari

In a recent post to the Ask About PHP blog, there's a quick "first look" at the CakePHP framework from a beginner's perspective.

Finally, I found some time to take CakePHP for a spin. I've heard some really good things about it, and I've been trying to get some time to try it out. I installed the framework and went through the tutorial on building a simple blog application. I have to say I'm quite impressed.

The post briefly introduces the Model-View-Controller method the framework follows and shows some of the features/benefits it brings with it - the low entry level, its speed, and whether or not it ma

0
Vot(uri)
Markus Wolff's Blog: Fulltext search as a webservice
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 17:57 | alfahost_ro | 6 accesari

In a recent blog entry about a fulltext searching solution, Markus Wolff hacked together in a few hours with Zend_Search_Lucene:

While working at some really old code that provided a fulltext search feature, I was at one point incredibly pissed rather unsatisfied due to the fact that said code resisted all attempts to debug it. This lead to the decision to sit down on a rainy weekend to try if I couldn't come up with something more useful, and most importantly, scalable.

His method allowed for separation between the indexing and the main app and how he changes some of his methods when he learned that Solr did something very si

0
Vot(uri)
Markus Wolff's Blog: Fulltext search as a webservice
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 17:57 | alfahost_ro | 5 accesari

In a recent blog entry about a fulltext searching solution, Markus Wolff hacked together in a few hours with Zend_Search_Lucene:

While working at some really old code that provided a fulltext search feature, I was at one point incredibly pissed rather unsatisfied due to the fact that said code resisted all attempts to debug it. This lead to the decision to sit down on a rainy weekend to try if I couldn't come up with something more useful, and most importantly, scalable.

His method allowed for separation between the indexing and the main app and how he changes some of his methods when he learned that Solr did something very si

0
Vot(uri)
Tiffany Brown's Blog: Debugging tip: "Disallowed Key Character" error in CodeIgniter
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 17:09 | alfahost_ro | 0 accesari

CodeIgniter fans might want to take note of this tip from Tiffany Brown concerning "disallowed key character" error messages.

After 6 hours of massive anxiety, stress, near tears, one pound on my desk, and some hair pulling, I tracked down the source of a nagging Disallowed Key Character error that I received while using CodeIgniter: an extra line break.

She eventually figured out that the newline and carriage return characters are not allowed as a part of the framework. Unfortunately, it was a random newline after a controller's code that did it for her.

0
Vot(uri)
Tiffany Brown's Blog: Debugging tip: "Disallowed Key Character" error in CodeIgniter
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 17:09 | alfahost_ro | 0 accesari

CodeIgniter fans might want to take note of this tip from Tiffany Brown concerning "disallowed key character" error messages.

After 6 hours of massive anxiety, stress, near tears, one pound on my desk, and some hair pulling, I tracked down the source of a nagging Disallowed Key Character error that I received while using CodeIgniter: an extra line break.

She eventually figured out that the newline and carriage return characters are not allowed as a part of the framework. Unfortunately, it was a random newline after a controller's code that did it for her.

0
Vot(uri)
Derick Rethans' Blog: Detecting Timezone By IP
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 16:15 | alfahost_ro | 6 accesari

Derick Rethans has posted a method he's come up with to try to figure out the user's timezone based on the IP address they're using:

Through Planet PHP I found an article on Pre-populating forms with the timezone. I'd normally add a comment instead, but the comment would almost be larger then the original post, so I am instead writing up an entry myself. The post describes several ways to obtain the user's timezone and use that to pre-fill a form. None of them are working properly though.

In Derick's method combines a bit of Javascript with some PHP to correctly find the timezone.

0
Vot(uri)
Derick Rethans' Blog: Detecting Timezone By IP
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 16:15 | alfahost_ro | 6 accesari

Derick Rethans has posted a method he's come up with to try to figure out the user's timezone based on the IP address they're using:

Through Planet PHP I found an article on Pre-populating forms with the timezone. I'd normally add a comment instead, but the comment would almost be larger then the original post, so I am instead writing up an entry myself. The post describes several ways to obtain the user's timezone and use that to pre-fill a form. None of them are working properly though.

In Derick's method combines a bit of Javascript with some PHP to correctly find the timezone.

0
Vot(uri)
Debuggable Blog: Unit Testing in CakePHP Part 1 - Introduction to Unit Testing
Sursa: http://www.phpdeveloper.org | Miercuri 07 Mai 2008 15:23 | alfahost_ro | 5 accesari

On the Debuggable blog, Tim Koschutki has posted the first part of a series looking at unit testing the CakePHP framework. This first article introduces you to the idea of unit testing to help lay the foundation for what's to come.

So you want to read up on Unit Testing in CakePHP? That is great, testing can be such a help in finding bugs. [...] Surprisingly, many people do not know yet what unit testing is. In this first part of a whole series you can get a good grasp of what it is and is not.

He goes over the basic concepts behind the testing - setting up test cases, comparing results, automating them and how they related to code coverage. He gets into more detail with a list of the
Citeste mai mult | Comentarii (0) | Salveaza | Debuggable Blog: Unit Testing in CakePHP Part 1 - Introduction to Unit Testing Debuggable Blog: Unit Testing in CakePHP Part 1 - Introduction to Unit Testing la Digg.com 

Ultimele discutii in forum RSS Forum

Ultimele articole Ultimele articole

Top membri

Pirahna Pirahna
acasa , in pat
carco carco
Bucuresti
Birkoff Birkoff
Bucuresti
Mascka Mascka
Braila
raul_ raul_
whooper whooper
Toronto ON
mihaitha mihaitha
Sibiu
gabysolomon gabysolomon
Bacau
oriceon oriceon
Constanta
garlicinicolae garlicinicolae

Newsletter


Email:
 inscriere
 renuntare
 
 Arhiva newsletter

Site-ul lunii

blg
 Blgpunctro

Propune un site

Online

176 utilizatori online

Parteneriat



Copyright © 2001-2008 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 Loans | Die Casting Company | Free Ringtones | Loan Consolidation | Remortgages
Ads: Partener Way2Web Nework: gazduire web | inregistrare domenii | web design | imobiliare | web hosting
Powered by Simplis