Tell A Friend
Message
Your Name
Email
Friend's Email
Your code
Enter the code above
 
Contact Form
Message
Your Name
Email
Your code
Enter the code above
 
New Links
Enter your email to Receive Free E-mail Updates (New Links)
Add to Google Reader or Homepage Add to My AOL Subscribe in Bloglines
ADD Your Link For FREE

Lunarpages.com Web Hosting Create your own FREE Website
Home >>

New Items

  Links
 ASP.NET Web Hosting
 Budget Web Hosting
 Business Web Hosting
 Dedicated Server
 Domain Registration
 Ecommerce Hosting
 Email Hosting
 Free Hosting
 Managed Hosting
 Online Backup Storage
 Personal Web Hosting
 Reseller Hosting
 Shared Web Hosting
 Small Business Hosting
 UNIX & LINUX Web Hosting
 Virtual Private Server VPS Hosting
 Web Development Resources
 Windows Web Hosting
  News
 PHP
 Web Development General
  Articles
 Ajax
 JavaScript
 PHP
 Web Development General
RSS Feeds - Links
New links
Editor's pick
Popular links
RSS Feeds - Videos
New videos
Editor's pick
Popular videos
RSS Feeds - News
New items
Editor's pick
Popular items
RSS Feeds - Articles
New articles
Editor's pick
Popular articles

New Items
Recording Acceptance Tests
Click here for details, rating, comments and other features
In this conclusion to a three-part article series on acceptance testing with Ruby on Rails you ll learn how to use the Selenium IDE and how and why to record the results of your acceptance tests. This article is excerpted from chapter 11 of the book em Practical Rails Projects em written by Eldon Alameda Apress ISBN 159 597818 .... Recompile one file & boost performance Quickly find & fix hotspots with Intel® Parallel Studio. Get the eval guide.
Continue ...
Created: 30-07-2010.
Readers this month: 4 - Readers total: 4::
Tags:   Recording    Acceptance    Tests
Recording Acceptance Tests
Rating: 0.00 (0 votes) 
In this conclusion to a three-part article series on acceptance testing with Ruby on Rails you ll learn how to use the Selenium IDE and how and why to record the results of your acceptance tests. This article is excerpted from chapter 11 of the book em Practical Rails Projects em written by Eldon Alameda Apress ISBN 159 597818 .... Recompile one file & boost performance Quickly find & fix hotspots with Intel® Parallel Studio. Get the eval guide.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Site News: Blast from the Past - One Year Ago in PHP
Click here for details, rating, comments and other features
Here's what was popular in the PHP community one year ago today:Community News: The DooPHP Framework NETTUTS.com: Using htaccess Files for Pretty URLS PHPBuilder.com: Building a PHP Calendar IT World: How Microsoft Made PHP Suck Less on Windows CatsWhoCode.com: 15 PHP regular expressions for web developers Reinhold Weber's Blog: MVC anatomy for PHP developers Giorgio Sironi's Blog: Never write the same code twice: Dependency Injection NETTUTS.com: How to Create A Simple Web-based Chat Application DevShed: PHP 5 Helpers: Calling Methods Out of Object Scope Sameer Borate's Blog: Top 25 Most Dangerous Programming Errors Symfony Blog: The symfony Reference Guide: The new book about symfony IBM developerWorks: MVC with Agavi - Add forms and database support with Agavi and Doctrine PHPClasses.org: India will become number 1 source of PHP developers soon Kevin van Zonneveld's Blog: Prepare for PHP 5.3 Chris Hartjes' Blog: So You Want To Telecommute? Part 1 - Building Trust
Continue ...
Created: 30-07-2010.
Readers this month: 12 - Readers total: 12::
Tags:   Site    News:    Blast    from    the    Past    One    Year    Ago    PHP
Site News: Blast from the Past - One Year Ago in PHP
Rating: 0.00 (0 votes) 
Here's what was popular in the PHP community one year ago today:Community News: The DooPHP Framework NETTUTS.com: Using htaccess Files for Pretty URLS PHPBuilder.com: Building a PHP Calendar IT World: How Microsoft Made PHP Suck Less on Windows CatsWhoCode.com: 15 PHP regular expressions for web developers Reinhold Weber's Blog: MVC anatomy for PHP developers Giorgio Sironi's Blog: Never write the same code twice: Dependency Injection NETTUTS.com: How to Create A Simple Web-based Chat Application DevShed: PHP 5 Helpers: Calling Methods Out of Object Scope Sameer Borate's Blog: Top 25 Most Dangerous Programming Errors Symfony Blog: The symfony Reference Guide: The new book about symfony IBM developerWorks: MVC with Agavi - Add forms and database support with Agavi and Doctrine PHPClasses.org: India will become number 1 source of PHP developers soon Kevin van Zonneveld's Blog: Prepare for PHP 5.3 Chris Hartjes' Blog: So You Want To Telecommute? Part 1 - Building Trust                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Giorgio Sironi's Blog: Missing the point (OOP in scripting languages)
Click here for details, rating, comments and other features
On his blog today Giorgio Sironi has a response to this post from the I Am Learning PHP blog asking if web scripting languages really need OOP functionality. Yesterday I came across a question: Do Web-Scripting Languages Really Need OOP? Here's my answer: only if you want to do more than an Hello World script (which is paradoxically how old school programmers measure the utility of a language.) I'll express some of my thoughts without compromises, which will be up to you. He opposes the claims of the other post, noting that there's a reason most PHP frameworks are object-oriented and his concern with some of the comments on the post. He also responds to two of the comments on the post - one about the private scope and the other about namespaces.
Continue ...
Created: 30-07-2010.
Readers this month: 4 - Readers total: 4::
Tags:   Giorgio    Sironi's    Blog:    Missing    the    point    (OOP    scripting    languages)
Giorgio Sironi's Blog: Missing the point (OOP in scripting languages)
Rating: 0.00 (0 votes) 
On his blog today Giorgio Sironi has a response to this post from the I Am Learning PHP blog asking if web scripting languages really need OOP functionality. Yesterday I came across a question: Do Web-Scripting Languages Really Need OOP? Here's my answer: only if you want to do more than an Hello World script (which is paradoxically how old school programmers measure the utility of a language.) I'll express some of my thoughts without compromises, which will be up to you. He opposes the claims of the other post, noting that there's a reason most PHP frameworks are object-oriented and his concern with some of the comments on the post. He also responds to two of the comments on the post - one about the private scope and the other about namespaces.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Jani Hartikainen's Blog: The "do X or die()" pattern must die
Click here for details, rating, comments and other features
Jani Hartikainen has a suggestion for all PHP developers out there - stop using die() for handling errors! What's the most common pattern for error handling you see in beginner's PHP code? - That's right, do_X() or die('do_X failed);. That's nice and all, as at least you have some sort of error handling, but I think this way of handling errors must go. There is no place for it in modern PHP code - it's the worst way to handle errors, not much better than not handling them at all. He talks about why die() is so bad and some alternatives to it - trigger_error (with a custom error handler) and exceptions. When used correctly, these two can help your script correctly catch and handle errors without the mess of a die().
Continue ...
Created: 30-07-2010.
Readers this month: 3 - Readers total: 3::
Tags:   Jani    Hartikainen's    Blog:    The    "do    die()"    pattern    must    die
Jani Hartikainen's Blog: The "do X or die()" pattern must die
Rating: 0.00 (0 votes) 
Jani Hartikainen has a suggestion for all PHP developers out there - stop using die() for handling errors! What's the most common pattern for error handling you see in beginner's PHP code? - That's right, do_X() or die('do_X failed);. That's nice and all, as at least you have some sort of error handling, but I think this way of handling errors must go. There is no place for it in modern PHP code - it's the worst way to handle errors, not much better than not handling them at all. He talks about why die() is so bad and some alternatives to it - trigger_error (with a custom error handler) and exceptions. When used correctly, these two can help your script correctly catch and handle errors without the mess of a die().                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

DevShed.com: Asirra Captcha PHP Integration
Click here for details, rating, comments and other features
On DevShed.com today there's a new tutorial about implementing the Asirra CAPTCHA system (from Microsoft) into your application for spam prevention. Unlike other types of captcha that utilize difficult text obfuscation techniques (such as Google reCaptcha), this system utilizes images of dogs and cats, such as those shown in this screenshot. They describe some of the reasons to use the system (hard to break, doesn't use sessions, easy to integrate) and how it works. They show how to implement the system on both the server and client side.
Continue ...
Created: 30-07-2010.
Readers this month: 5 - Readers total: 5::
Tags:   DevShed.com:    Asirra    Captcha    PHP    Integration
DevShed.com: Asirra Captcha PHP Integration
Rating: 0.00 (0 votes) 
On DevShed.com today there's a new tutorial about implementing the Asirra CAPTCHA system (from Microsoft) into your application for spam prevention. Unlike other types of captcha that utilize difficult text obfuscation techniques (such as Google reCaptcha), this system utilizes images of dogs and cats, such as those shown in this screenshot. They describe some of the reasons to use the system (hard to break, doesn't use sessions, easy to integrate) and how it works. They show how to implement the system on both the server and client side.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

TigerFish Interactive: Drupal 6: Posting AJAX callbacks in SimpleTest
Click here for details, rating, comments and other features
On the TigerFish Interactive blog today there's a new post for Drupal-ers out there about using the SimpleTest plugin for Drupal 6 to run automated tests against Ajax callbacks. In Drupal 6's excellent SimpleTest module, a method called drupalPost() allows you to simulate a button press on a form by taking the form's data and using HTTP POST to submit it. But what if you want to POST data to an AJAX callback URL? By default, SimpleTest checks which submit button you have pressed, but of course, when POSTing using AJAX, you probably won't have pressed a button! After doing some searching on a problem he had - submitting a form without the actual form on a page - he decided the best solution was to create a base class that inherits from DrupalWebTestCase. This base class allowed him to make a POST request (via curl) to the page and simulate a form request. The code for the method is included.
Continue ...
Created: 30-07-2010.
Readers this month: 12 - Readers total: 12::
Tags:   TigerFish    Interactive:    Drupal    Posting    AJAX    callbacks    SimpleTest
TigerFish Interactive: Drupal 6: Posting AJAX callbacks in SimpleTest
Rating: 0.00 (0 votes) 
On the TigerFish Interactive blog today there's a new post for Drupal-ers out there about using the SimpleTest plugin for Drupal 6 to run automated tests against Ajax callbacks. In Drupal 6's excellent SimpleTest module, a method called drupalPost() allows you to simulate a button press on a form by taking the form's data and using HTTP POST to submit it. But what if you want to POST data to an AJAX callback URL? By default, SimpleTest checks which submit button you have pressed, but of course, when POSTing using AJAX, you probably won't have pressed a button! After doing some searching on a problem he had - submitting a form without the actual form on a page - he decided the best solution was to create a base class that inherits from DrupalWebTestCase. This base class allowed him to make a POST request (via curl) to the page and simulate a form request. The code for the method is included.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

99Points.info: Youtube Style Share Button With URL Shortening using CURL, jQuery and PHP
Click here for details, rating, comments and other features
In a recent post on the 99Points.info blog Zeeshan Rasool walks you through the steps to create a share button with URL shortening using PHP, jQuery and curl. These days every website must contain a section that is called '?Share This'?. After creating facebook style posting and youtube style rating system I have now come to share button. I have created youtube style share button with url shortening script. Try the demo and use this awesome tutorial on your web pages. His tutorial includes all of the code needed - Javascript, PHP and some CSS - to create a small "share this" button that can be embedded in your site to open pages on the remote sites with the shortened URL for the current page.
Continue ...
Created: 30-07-2010.
Readers this month: 23 - Readers total: 23::
Tags:   99Points.info:    Youtube    Style    Share    Button    With    URL    Shortening    using    CURL    jQuery    and    PHP
99Points.info: Youtube Style Share Button With URL Shortening using CURL, jQuery and PHP
Rating: 0.00 (0 votes) 
In a recent post on the 99Points.info blog Zeeshan Rasool walks you through the steps to create a share button with URL shortening using PHP, jQuery and curl. These days every website must contain a section that is called '?Share This'?. After creating facebook style posting and youtube style rating system I have now come to share button. I have created youtube style share button with url shortening script. Try the demo and use this awesome tutorial on your web pages. His tutorial includes all of the code needed - Javascript, PHP and some CSS - to create a small "share this" button that can be embedded in your site to open pages on the remote sites with the shortened URL for the current page.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Sean Coates' Blog: A Case of Mistaken Iterator
Click here for details, rating, comments and other features
In a new post to his blog today Sean Coates talks about some of his work with Iterators in PHP and how, despite a bad example in the manual, he solved his issue (and updated the PHP manual too). In the back end, we have models that connect to CouchDB. These models implement the Iterator pattern to allow easy traversal of a record's keys. [...] Little did I realize that this implementation is very broken. [...] Over the past few years, I've implemented many iterators in this way, using PHP's implicit array manipulation functions (reset(), current(), key(), next()). He points out some issues with how PHP handles array index tracking and how, in the previous PHP manual example, it incorrectly checked for "false" against the current array value. His updated version doesn't have this issue. You can see it here.
Continue ...
Created: 30-07-2010.
Readers this month: 4 - Readers total: 4::
Tags:   Sean    Coates'    Blog:    Case    Mistaken    Iterator
Sean Coates' Blog: A Case of Mistaken Iterator
Rating: 0.00 (0 votes) 
In a new post to his blog today Sean Coates talks about some of his work with Iterators in PHP and how, despite a bad example in the manual, he solved his issue (and updated the PHP manual too). In the back end, we have models that connect to CouchDB. These models implement the Iterator pattern to allow easy traversal of a record's keys. [...] Little did I realize that this implementation is very broken. [...] Over the past few years, I've implemented many iterators in this way, using PHP's implicit array manipulation functions (reset(), current(), key(), next()). He points out some issues with how PHP handles array index tracking and how, in the previous PHP manual example, it incorrectly checked for "false" against the current array value. His updated version doesn't have this issue. You can see it here.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Commands for Acceptance Testing
Click here for details, rating, comments and other features
In this second part of a three-part article series on acceptance testing with Ruby on Rails you will learn the various commands that are performed during this process and start your first acceptance test. This article is excerpted from chapter 11 of the book em Practical Rails Projects em written by Eldon Alameda Apress ISBN 159 597818 .... Recompile one file & boost performance Quickly find & fix hotspots with Intel® Parallel Studio. Get the eval guide.
Continue ...
Created: 29-07-2010.
Readers this month: 7 - Readers total: 7::
Tags:   Commands    for    Acceptance    Testing
Commands for Acceptance Testing
Rating: 0.00 (0 votes) 
In this second part of a three-part article series on acceptance testing with Ruby on Rails you will learn the various commands that are performed during this process and start your first acceptance test. This article is excerpted from chapter 11 of the book em Practical Rails Projects em written by Eldon Alameda Apress ISBN 159 597818 .... Recompile one file & boost performance Quickly find & fix hotspots with Intel® Parallel Studio. Get the eval guide.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Community News: Latest Releases from PHPClasses.org
Click here for details, rating, comments and other features
D3Ribbon Menu SocketServer Contact Types Gogole helper Cleaner People Advanced User Agent Umar File Upload RSS2 Feed maker cBancoDados RSS 2 Feed maker PHP MySQL Connection Class Simple JSON DB Link converter Mysql Class TKB
Continue ...
Created: 29-07-2010.
Readers this month: 27 - Readers total: 27::
Tags:   Community    News:    Latest    Releases    from    PHPClasses.org
Community News: Latest Releases from PHPClasses.org
Rating: 0.00 (0 votes) 
D3Ribbon Menu SocketServer Contact Types Gogole helper Cleaner People Advanced User Agent Umar File Upload RSS2 Feed maker cBancoDados RSS 2 Feed maker PHP MySQL Connection Class Simple JSON DB Link converter Mysql Class TKB                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Hokuten.net: A WordPress User's Guide to Drupal
Click here for details, rating, comments and other features
If you're a WordPress user and have been wanting to get into Drupal, you should check out this guide on hokuten.net. It gives you information on two main points - installation and theming. Anyone who has worked with both knows that anything you can do in WordPress, you can do in Drupal, and vice versa. It just takes some elbow grease. [Drupal] is a great thing to learn because of its broad market, but WordPress developers might find some difficulty getting acclimated'"Drupal has a much higher learning curve. They mention some of the differences between the installation of the two (creating settings files, making additional directories) and a table showing the correlating theme files between the two.
Continue ...
Created: 29-07-2010.
Readers this month: 7 - Readers total: 7::
Tags:   Hokuten.net:    WordPress    User's    Guide    Drupal
Hokuten.net: A WordPress User's Guide to Drupal
Rating: 0.00 (0 votes) 
If you're a WordPress user and have been wanting to get into Drupal, you should check out this guide on hokuten.net. It gives you information on two main points - installation and theming. Anyone who has worked with both knows that anything you can do in WordPress, you can do in Drupal, and vice versa. It just takes some elbow grease. [Drupal] is a great thing to learn because of its broad market, but WordPress developers might find some difficulty getting acclimated'"Drupal has a much higher learning curve. They mention some of the differences between the installation of the two (creating settings files, making additional directories) and a table showing the correlating theme files between the two.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

WebHostingHero Blog: A Look at the Original PHP Developers
Click here for details, rating, comments and other features
On the WebHostingHero blog today there's a new post going back to the roots of the PHP language and some of the original contributors like Rasmus Lerdorf, Zeev Suraski and Andi Gutmans. When PHP began in 1995, it represented a fork on common object oriented programming languages. Designed to help provide scripting for the web, the language took on a life of its own as it became one of the primary web development standards. Today, PHP is used by millions worldwide and powers a majority of sites. They talk about how some of the original developers are active in helping to better the languages (directly and indirectly) and how the advocacy of the community has helped it grow even stronger over the years. There's also mini-spotlights on each of the three mentioned above.
Continue ...
Created: 29-07-2010.
Readers this month: 5 - Readers total: 5::
Tags:   WebHostingHero    Blog:    Look    the    Original    PHP    Developers
WebHostingHero Blog: A Look at the Original PHP Developers
Rating: 0.00 (0 votes) 
On the WebHostingHero blog today there's a new post going back to the roots of the PHP language and some of the original contributors like Rasmus Lerdorf, Zeev Suraski and Andi Gutmans. When PHP began in 1995, it represented a fork on common object oriented programming languages. Designed to help provide scripting for the web, the language took on a life of its own as it became one of the primary web development standards. Today, PHP is used by millions worldwide and powers a majority of sites. They talk about how some of the original developers are active in helping to better the languages (directly and indirectly) and how the advocacy of the community has helped it grow even stronger over the years. There's also mini-spotlights on each of the three mentioned above.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

IBM developerWorks: Build a web-based notification tool with XMPP
Click here for details, rating, comments and other features
On the IBM developerWorks site there's a recent tutorial about using PHP and Javascript with the XMPP to create a small web-based notification tool (called Pingstream). Real-time web applications are networked applications, with web-based user interfaces, that display Internet information as soon as it's published. Examples include social news aggregators and monitoring tools that continually update themselves with data from an external source. In this tutorial, you will create Pingstream, a small notification tool that uses PHP and JavaScript to communicate over the Extensible Messaging and Presence Protocol (XMPP), a set of XML technologies designed to support presence and real-time-communications functionality. You'll need to already have the usual software installed - PHP, Apache and MySQL - as well as a few others: Openfire, jQuery, Strophe, XMPPHP and LastRSS. They introduce some of the concepts behind real-time messaging, the XAMPP protocol and, of course the code to show how to create their service.
Continue ...
Created: 29-07-2010.
Readers this month: 33 - Readers total: 33::
Tags:   IBM    developerWorks:    Build    web-based    notification    tool    with    XMPP
IBM developerWorks: Build a web-based notification tool with XMPP
Rating: 0.00 (0 votes) 
On the IBM developerWorks site there's a recent tutorial about using PHP and Javascript with the XMPP to create a small web-based notification tool (called Pingstream). Real-time web applications are networked applications, with web-based user interfaces, that display Internet information as soon as it's published. Examples include social news aggregators and monitoring tools that continually update themselves with data from an external source. In this tutorial, you will create Pingstream, a small notification tool that uses PHP and JavaScript to communicate over the Extensible Messaging and Presence Protocol (XMPP), a set of XML technologies designed to support presence and real-time-communications functionality. You'll need to already have the usual software installed - PHP, Apache and MySQL - as well as a few others: Openfire, jQuery, Strophe, XMPPHP and LastRSS. They introduce some of the concepts behind real-time messaging, the XAMPP protocol and, of course the code to show how to create their service.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Gonzalo Ayuso's Blog: Clustering PHP applications. Tips and hints
Click here for details, rating, comments and other features
In a new post to his blog today Gonzalo Ayuso offers some tips for those out there wanting to cluster their PHP applications effectively. Sometimes a web server and a database is fair enough to meet our project requirements. But if the project scales we probably need to think in a clustered solution. This post is an attempt at being an unsorted list of ideas working with clustered PHP applications. Maybe more than a list of ideas is a list of problems that you will face when swapping from a standalone server to a clustered server. He touches on a few different topics you might need to consider: consistency in source code writing to the file systems deployment problems authentication/authorization issues handling sessions/logs/cache files
Continue ...
Created: 29-07-2010.
Readers this month: 8 - Readers total: 8::
Tags:   Gonzalo    Ayuso's    Blog:    Clustering    PHP    applications.    Tips    and    hints
Gonzalo Ayuso's Blog: Clustering PHP applications. Tips and hints
Rating: 0.00 (0 votes) 
In a new post to his blog today Gonzalo Ayuso offers some tips for those out there wanting to cluster their PHP applications effectively. Sometimes a web server and a database is fair enough to meet our project requirements. But if the project scales we probably need to think in a clustered solution. This post is an attempt at being an unsorted list of ideas working with clustered PHP applications. Maybe more than a list of ideas is a list of problems that you will face when swapping from a standalone server to a clustered server. He touches on a few different topics you might need to consider: consistency in source code writing to the file systems deployment problems authentication/authorization issues handling sessions/logs/cache files                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Dynamic Drop-down Menus: Javascript Progressive Enhancement
Click here for details, rating, comments and other features
In this conclusion to a nine-part series on Progressive Enhancement we ll take the drop-down menu that we designed in the previous part and make its behavior dynamic with the addition of jQuery s animate method. Users with JavaScript disabled on their browsers however will still be able to make complete use of the menu.... Recompile one file & boost performance Quickly find & fix hotspots with Intel® Parallel Studio. Get the eval guide.
Continue ...
Created: 28-07-2010.
Readers this month: 8 - Readers total: 8::
Tags:   Dynamic    Drop-down    Menus:    Javascript    Progressive    Enhancement
Dynamic Drop-down Menus: Javascript Progressive Enhancement
Rating: 0.00 (0 votes) 
In this conclusion to a nine-part series on Progressive Enhancement we ll take the drop-down menu that we designed in the previous part and make its behavior dynamic with the addition of jQuery s animate method. Users with JavaScript disabled on their browsers however will still be able to make complete use of the menu.... Recompile one file & boost performance Quickly find & fix hotspots with Intel® Parallel Studio. Get the eval guide.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Community News: Latest PECL Releases for 07.27.2010
Click here for details, rating, comments and other features
Latest PECL Releases: imagick 3.0.0 mysqlnd_qc 1.0.0 gnupg 1.3.2 chdb 0.2.0 ApacheAccessor 0.1.1
Continue ...
Created: 28-07-2010.
Readers this month: 6 - Readers total: 6::
Tags:   Community    News:    Latest    PECL    Releases    for    07.27.2010
Community News: Latest PECL Releases for 07.27.2010
Rating: 0.00 (0 votes) 
Latest PECL Releases: imagick 3.0.0 mysqlnd_qc 1.0.0 gnupg 1.3.2 chdb 0.2.0 ApacheAccessor 0.1.1                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Sebastian Bergmann's Blog: Using HipHop for Static Analysis
Click here for details, rating, comments and other features
In a new blog entry today Sebastian Bergmann quickly shows a method of performing some code analysis on code transformed by HipHop for PHP. HipHop for PHP, the source code transformer that turns PHP code into C++ code that can then be compiled with g++, can also be used for static code analysis to find problems in PHP source code. He includes a script that creates an XML document that both Checkstyle and PHP_CodeSniffer can use to check for a valid format on his sample "CodeErrors.js" file. He includes the script to create this XML file.
Continue ...
Created: 28-07-2010.
Readers this month: 11 - Readers total: 11::
Tags:   Sebastian    Bergmann's    Blog:    Using    HipHop    for    Static    Analysis
Sebastian Bergmann's Blog: Using HipHop for Static Analysis
Rating: 0.00 (0 votes) 
In a new blog entry today Sebastian Bergmann quickly shows a method of performing some code analysis on code transformed by HipHop for PHP. HipHop for PHP, the source code transformer that turns PHP code into C++ code that can then be compiled with g++, can also be used for static code analysis to find problems in PHP source code. He includes a script that creates an XML document that both Checkstyle and PHP_CodeSniffer can use to check for a valid format on his sample "CodeErrors.js" file. He includes the script to create this XML file.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Marco Tabini's Blog: PHP 5.2 support ends just as its adoption begins
Click here for details, rating, comments and other features
In a new post to his blog Marco Tabini has voiced his opinion on the decision made by the PHP development group to set the end of life of the PHP 5.2.x series with the latest release (5.2.14). n case you missed it, the PHP team has just released 5.2.14, which effectively ends active support for the 5.2 branch. [...] The logic behind this decision is...puzzling. He mentions the recent announcements of a few large PHP-based projects to officially support PHP 5.2 and how, because of the large jump in functionality from pre-5.2, it might be a good idea to reconsider this (preemptive?) retirement. He adds that making a move like this without consideration to these larger products could reflect negatively on the language itself. Be sure to check out the comments for more views from other members of the community.
Continue ...
Created: 28-07-2010.
Readers this month: 9 - Readers total: 9::
Tags:   Marco    Tabini's    Blog:    PHP    5.2    support    ends    just    its    adoption    begins
Marco Tabini's Blog: PHP 5.2 support ends just as its adoption begins
Rating: 0.00 (0 votes) 
In a new post to his blog Marco Tabini has voiced his opinion on the decision made by the PHP development group to set the end of life of the PHP 5.2.x series with the latest release (5.2.14). n case you missed it, the PHP team has just released 5.2.14, which effectively ends active support for the 5.2 branch. [...] The logic behind this decision is...puzzling. He mentions the recent announcements of a few large PHP-based projects to officially support PHP 5.2 and how, because of the large jump in functionality from pre-5.2, it might be a good idea to reconsider this (preemptive?) retirement. He adds that making a move like this without consideration to these larger products could reflect negatively on the language itself. Be sure to check out the comments for more views from other members of the community.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

Nick Belhomme's Blog: PHP 5.3.3 Namespaces
Click here for details, rating, comments and other features
In a new post to his blog Nick Belhomme takes a look at namespaces in PHP 5.3 - what they are and how to use them (complete with code snippets of a small sample project). With PHP5.3.3 recently released I really feel it is time that php developers are taking namespaces seriously. If you don't I guarantee you will be out of a job within five years. Namespaces are a fundamental part of the future of PHP. He also makes his sample project available for download so you can follow along a bit better. He shows how to create a namespace, how to use them in both simple and more complex examples.
Continue ...
Created: 28-07-2010.
Readers this month: 7 - Readers total: 7::
Tags:   Nick    Belhomme's    Blog:    PHP    5.3.3    Namespaces
Nick Belhomme's Blog: PHP 5.3.3 Namespaces
Rating: 0.00 (0 votes) 
In a new post to his blog Nick Belhomme takes a look at namespaces in PHP 5.3 - what they are and how to use them (complete with code snippets of a small sample project). With PHP5.3.3 recently released I really feel it is time that php developers are taking namespaces seriously. If you don't I guarantee you will be out of a job within five years. Namespaces are a fundamental part of the future of PHP. He also makes his sample project available for download so you can follow along a bit better. He shows how to create a namespace, how to use them in both simple and more complex examples.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

NETTUTS.com: 20 Steps to a Flexible and Secure WordPress Installation
Click here for details, rating, comments and other features
On NETTUTS.com today there's a new tutorial about installing and configuring a secure WordPress installation for your site. A comprehensive WordPress installation, albeit simple to produce, often requires multiple steps '" many of which can easily be omitted accidentally. How many times have you forgotten to customize your permalink structure? How about adding in a sitemap plugin? What about changing your timezone? If you've installed WordPress more than once, chances are you've missed something. Take the following steps and you'll never miss anything again. Some of the steps are larger - "Get WordPress from SVN", "Add .htaccess Rules", "Apply the 4G Blacklist" - and some are smaller changes like setting up profiles, changing read/write/discussion settings and generating a sitemap. This is a great guide even if you already have WordPress installed.
Continue ...
Created: 28-07-2010.
Readers this month: 7 - Readers total: 7::
Tags:   NETTUTS.com:    Steps    Flexible    and    Secure    WordPress    Installation
NETTUTS.com: 20 Steps to a Flexible and Secure WordPress Installation
Rating: 0.00 (0 votes) 
On NETTUTS.com today there's a new tutorial about installing and configuring a secure WordPress installation for your site. A comprehensive WordPress installation, albeit simple to produce, often requires multiple steps '" many of which can easily be omitted accidentally. How many times have you forgotten to customize your permalink structure? How about adding in a sitemap plugin? What about changing your timezone? If you've installed WordPress more than once, chances are you've missed something. Take the following steps and you'll never miss anything again. Some of the steps are larger - "Get WordPress from SVN", "Add .htaccess Rules", "Apply the 4G Blacklist" - and some are smaller changes like setting up profiles, changing read/write/discussion settings and generating a sitemap. This is a great guide even if you already have WordPress installed.                                                                                                  
Complete article
Details
Tell a friend
PDF
Comments: 0
Enter comment

  Top Tags
Released! Google with Brian PHP Latest Blog: and Week Site jQuery for News: Community Your Developer Releases Zend Web Framework the using Symfony from WordPress
  Top Rated Links
 Open Source Ajax Javacripts Projects
 ClearBudget
 Vaan Web Design
 Spydermate | Seo Analysis Tools
 Web Development And Design - Unmotivated Genius
 JavaScript Html Object Referenceâ„¢ (JSHOR)
 My Library
 Free PHP Contact Form Script
 dirLIST - PHP Directory Lister
 Website Design Perth
  Popular Links
 Free Web Hosting - Free PHP Hosting, MYSQL - Zymic
 Mugshot Maker
 Bluethrust Clan Scripts
 Mentora Group, Inc.
 0fees.net Free Web Hosting
 I12.com
 Polar Design Award Winning Web Design
 Domain Registration, Web Hosting, Web Development And Designing :: Hostings House
 Randal, Allison
 Welcome to DailyRazor Web Hosting - Java Hosting, JSP Hosting ...
  Top Rated Videos
 New in Maya 2009: Preserve UVs.
 Save your style, Brush, Gradient, Shape in the Adobe Photoshop
 Photoshop CS3 Animated Signature Tutorial
 macromedia flash animation tutorial
 Lets make a better sprite comic! (2/3)
 This is a tutorial on how to download Flash 8 pro Dreamweaver 8 pro and fireworks.
 Noah's Tip: How To Make An Adobe Style Icon In Adobe Photoshop 7 And Up
 [HD] Spry Drop Down Menus & CSS Dreamweaver Tutorial
 Optimizing images for the web using Dreamweaver And Fireworks
 The Bulb Web Tutorial Squad Intro.
  Popular Videos
 Photoshop CS3 Animated Signature Tutorial
 [How To] Photoshop CS4 Transparent Background.
 New in Maya 2009: Preserve UVs.
 The Bulb Web Tutorial Squad Intro.
 This is a tutorial on how to download Flash 8 pro Dreamweaver 8 pro and fireworks.
 macromedia flash animation tutorial
 Lets make a better sprite comic! (2/3)
 Noah's Tip: How To Make An Adobe Style Icon In Adobe Photoshop 7 And Up
 [HD] Spry Drop Down Menus & CSS Dreamweaver Tutorial
 Optimizing images for the web using Dreamweaver And Fireworks
  Top Rated News
 php|architect: Ext4Yii, bridging PHP and JavaScript frameworks together
 Basic Tests for Forum Implementation
 Forum Implementation
 Adding an RSS Feed to an Online Book Catalog
 Browsing and Searching an Online Book Catalog
 Building an Online Book Catalog
 Gennady Feldman's Blog: Leveraging Oracle connection metadata functionality
 Keith Casey's Blog: Event Driven Programming
 Brandon Savage's Blog: Revisiting: Why Every Developer Should Write Their Own Framework
 PHPBuilder.com: Use PHPUnit to Implement Unit Testing in Your PHP Development
  Popular News
 Adding an RSS Feed to an Online Book Catalog
 NETTUTS.com: Why you Should be using PHP's PDO for Database Access
 Brandon Savage's Blog: Revisiting: Why Every Developer Should Write Their Own Framework
 PHPBuilder.com: Use PHPUnit to Implement Unit Testing in Your PHP Development
 Site News: Blast from the Past - One Year Ago in PHP
 Keith Casey's Blog: Event Driven Programming
 PHP.net: TestFest 2010
 Ole Markus' Blog: Gentoo Linux and PHP-FPM
 Forum Implementation: Viewing Posts
 Going Global with Multiple Language Support
  Top Rated Articles
 Tips for Speeding Up your PHP Code
 Creating a Multi-File Upload Script in PHP New
 PHP for Beginners by a Beginner: Simple Login, Logout, and Session Handling New
 Regular expressions in JavaScript
  Popular Articles
 PHP for Beginners by a Beginner: Simple Login, Logout, and Session Handling New
 Creating a Multi-File Upload Script in PHP New
 Tips for Speeding Up your PHP Code
 Regular expressions in JavaScript
  In The News
Loading...

 

www.fordevr.com

TOS | Refund Policy