 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
DZone.com: PHP Quick Reference
by Chris Cornutt April 06, 2011 @ 08:34:05
On DZone.com today there's a new post from Chris Shiflett sharing some timeless advice from an older copy of a PHP Quick Reference (published in 2009) about performance and security.
While cleaning out my desk, I found an old copy of a PHP Quick Reference I helped make a few years ago. On the front page are a few performance and security tips that I thought I'd share. (Performance tips are from George Schlossnagle.)
Performance tips include profile early/profile often, cache when possible and don't over-optimize. The security hints include some of the usual suspects - trust nothing, filter input/escape output and use prepared statements.
voice your opinion now!
quick reference advice security performance
DZone.com: Q&A with Jason Gilmore The Zend Framework
by Chris Cornutt March 09, 2010 @ 08:38:11
On DZone.com today there's a new interview by Lyndsey Clevesy with Jason Gilmore looking at the Zend Framework and some of the general things to expect in coming versions.
This week's DZone Refcard is about Getting Started with the Zend Framework. The card introduces you to the basics of the Zend Framework and sets you on the path to creating your first project. I met the author, Jason Gilmore, to find out more about the topic.
They talk about some of what the framework currently has to offer developers, what kind of involvement he's had with it, who it supports as far as advanced PHP features and what's to come in version 2.0. The Zend Framework RefCard mentioned can be viewed or downloaded here - a six-page quick reference for some of the more common Zend Framework tasks.
voice your opinion now!
zendframework refcard quick refernece dzone
Chris Shiflett's Blog: PHP Quick Reference
by Chris Cornutt August 07, 2009 @ 07:57:20
Chris Shiflett, after finding an old reference guide, has decided to share a few helpful hints from the guide to help you in your development.
While cleaning out my desk, I found an old copy of a PHP Quick Reference I helped make a few years ago. On the front page are a few performance and security tips that I thought I'd share. (Performance tips are from George Schlossnagle.)
The tips include topics like caching, using external data sources, filtering input using prepared statements and using pre-existing solutions before just rolling your own.
voice your opinion now!
quick reference book list tip
Bill Staples' Blog: Quick Install of the World's Most Popular Web Applications on IIS7
by Chris Cornutt October 16, 2008 @ 07:54:23
Among other things mentioned in his his latest post Bill Staples talks about a new tool that makes the installation of lots of popular web apps (PHP and not) simpler - the Microsoft Web Application Installer.
The Microsoft Web Application Installer (Web AI) is a companion to Web PI, and provides a super easy way to download, install and configure many popular community and open source applications on IIS7. Available applications include DotNetNuke, Drupal, Gallery, Graffiti, osCommerce, PHPBB, and Wordpress, with more on the way.
You can find out more about this web installer and the Microsoft Platform tools from this page on Microsoft's site or in this Web AI forum (where you can also provide your own feedback).
voice your opinion now!
quick install application wordpress phpbb oscommerce microsoft iis7
DZone.com: PHP RefCardz Released
by Chris Cornutt September 29, 2008 @ 13:17:15
The folks over at DZone have added to their RefCardz selection with a PHP version quick reference card.
PHP is the world's most popular server-side Web scripting language. This reference card was created to help you quickly navigate some of PHP's most commonplace features, including objectoriented programming, array and string manipulation, regular expressions, and MySQL integration.
The card (created by Jason Gilmore) is available for free download (PDF) from the DZone website.
voice your opinion now!
refcardz quick reference download pdf file
Evolt.org: Quick Calendar Using AJAX and PHP
by Chris Cornutt November 14, 2006 @ 10:35:38
Over on Evolt.org today, there's a new tutorial combining two great tastes that taste great together - Ajax and PHP - to create an online calendar system quick and easy.
There are many web calendars in the market but some of them are quite complicated. If we are not able to understand the code, it becomes harder for us to customize the calendar to fit into our existing application. As such, we need to create a calendar that can plug itself into any system seamlessly without problems.
They show the creation of a calendar that can be used by including one line into the app and integrates easily into whatever style the website might be using. They give the code for building the calendar and to add dates to it on the server-side with PHP. The Ajax comes in when they make a call to the script in the background, requesting the next/previous month's output and pushing it into a local div.
voice your opinion now!
tutorial ajax calendar quick include simple event tutorial ajax calendar quick include simple event
Jonathan Snook's Blog: Quick Merge in MySQL
by Chris Cornutt August 22, 2006 @ 15:38:08
Jonathan Snook has a quick tip for PHPers out there using MySQL and looking for an easy way to concatinate a lot of data in your queries.
This is just a quick tip. If you have a bunch of data that you need to concatenate, take a look at MySQL's GROUP_CONCAT function.
For example, way back when, I wrote about (and subsequently weighting those tags) to an application. It was a very simple approach with each record having a tags field. It was just a simple text field and I stored all the tags with spaces. However, to pull out a list of all tags being used in the system, I returned the tags field from all records, looped through each record, exploding the tags onto an array.
Using the group_concat() function already in MySQL, he was able to reduce looping through his data, splitting on the spaces down to a single line call in SQL telling it to concatinate spaces. He includes the code (just a few lines) to get the job done.
voice your opinion now!
quick merge sql group_concat simple quick merge sql group_concat simple
Community News: Canvas for WordPress (Drag and Drop Template Management)
by Chris Cornutt May 27, 2006 @ 12:01:30
WordPress, one of the most popular pieces of PHP-based weblog software out there, has never been famous for it's templating system - specifically, making them. Thankfully, there's a new utility that's looking to make that a thing of the past - Canvas.
It's time you broke the mold. Canvas brings the freedom to express yourself through design without needing to know CSS or PHP. With Canvas and Ink for Wordpress, you can easily rearrange, reconfigure, and colorize your entire blog without ever touching a line of code.
The tool integrates its results with your existing WordPress installation to make for quick and easy layout editing without you having to know a single bit of PHP, HTML, or CSS. The interface allows you to drag and drop elements into place and includes a plugin system to make for easy enhancements down the line.
voice your opinion now!
canvas wordpress dragndrop plugin easy quick canvas wordpress dragndrop plugin easy quick
|
Community Events
Don't see your event here? Let us know!
|