kvnglbrtsn + php   112

symfony
Symfony is a full-stack framework, a library of cohesive classes written in PHP.
php  framework 
august 2010 by kvnglbrtsn
Twig
The flexible, fast, and secure template language for PHP
php  templates 
august 2010 by kvnglbrtsn
php-aws
A collection of PHP classes for working with Amazon's web services platform (AWS).
php  aws 
may 2010 by kvnglbrtsn
Letting Go of John Hancock
With some PHP and PDF, you too can create electronic contracts to speed workflow. from a list apart.
php  pdf 
december 2009 by kvnglbrtsn
PHP Function Index for Mac OS X
The PHP Function Index (PHPfi) is a very fast documentation viewer to look up any PHP function.
php  mac  reference 
november 2009 by kvnglbrtsn
phpquery
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.
php  jquery  css3 
november 2009 by kvnglbrtsn
Kohana
Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
php  framework  mvc  oop 
november 2009 by kvnglbrtsn
flogr
Flogr shows your pictures from flickr in a customizable photo portfolio interface
photography  flickr  mysql  php  code 
november 2009 by kvnglbrtsn
Programmer's Reference Guide | Zend Framework Documentation
For files that contain only PHP code, the closing tag ("?>") is never permitted. It is not required by PHP, and omitting it prevents the accidental injection of trailing white space into the response.
php  coding 
october 2009 by kvnglbrtsn
How to Create Bulletproof Sessions
ways to add additional security to the session.
php  session  security 
october 2009 by kvnglbrtsn
Getting Clean With PHP
PHP Filters Extension should do the trick. from nettuts+.
php  validation  filtering  tips 
september 2009 by kvnglbrtsn
TCPDF
TCPDF is an Open Source PHP class for generating PDF documents.
php  pdf 
september 2009 by kvnglbrtsn
FPDF
FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
php  pdf 
september 2009 by kvnglbrtsn
PDF Generation Using Only PHP - Part 2
This tutorial is intended for the PHP programmer who needs to incorporate PDF generation in a script without using external libraries such as PDFlib (often unavailable due to licensing restrictions or lack of funds).
php  tutorial  pdf 
september 2009 by kvnglbrtsn
PDF Generation Using Only PHP - Part 1
This tutorial is intended for the PHP programmer who needs to incorporate PDF generation in a script without using external libraries such as PDFlib (often unavailable due to licensing restrictions or lack of funds).
php  tutorial  pdf 
september 2009 by kvnglbrtsn
Output Buffering for Web Developers, a Beginner’s Guide
If you're not using PHP's output buffering, you should be. And if you are, you may not be using it to its potential.
php  html  performance  tips  howto 
august 2009 by kvnglbrtsn
Propel
Propel is an Object-Relational Mapping (ORM) framework for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.
php  database  api  webdevelopment 
august 2009 by kvnglbrtsn
How to Create A Simple Web-based Chat Application
a simple web-based chat application with PHP and jQuery.
jquery  ajax  php  howto  webdevelopment 
july 2009 by kvnglbrtsn
MVC anatomy for PHP developers
a simplified approach of explaining the MVC.
mvc  oop  patterns  php 
july 2009 by kvnglbrtsn
3 Ways to Speed up Your Site with PHP
css amalgamation, whitespace removal, caching. from nettuts+.
webdevelopment  php  tips  performance 
july 2009 by kvnglbrtsn
How to Debug PHP Using Firefox with FirePHP
the basics of leveraging Firefox in conjunction with Firebug and FirePHP to implement FirePHP libraries on web apps and logging messages in the Firebug console.
php  ajax  firefox  plugin  debug 
july 2009 by kvnglbrtsn
webgrind
a Xdebug profiling web frontend in PHP5.
php  programming  performance 
june 2009 by kvnglbrtsn
Xdebug Extension for PHP
Xdebug's Profiler is a powerful tool that gives you the ability to analyze your PHP code and determine bottlenecks or generally see which parts of your code are slow and could use a speed boost.
php  programming  performance 
june 2009 by kvnglbrtsn
Web Application Component Toolkit
WACT facilitates a modular approach where individual, independent or reusable components may be integrated into a larger web application. WACT assists in implementing the Model View Controller pattern and the related Domain Model, Template View, Front Controller and Application Controller patterns.
php  framework  webdevelopment 
june 2009 by kvnglbrtsn
Using json_encode() and json_decode() in PHP4
A “future-friendly” JSON solution for PHP < 5.2.
php  json  code 
june 2009 by kvnglbrtsn
6 Signs of Adaptive PHP
tips on scalable and adaptive code.
php  tips  code 
february 2009 by kvnglbrtsn
Readfile vs include
when dealing with files with static content.
php  programming  performance 
february 2009 by kvnglbrtsn
50 Extremely Useful PHP Tools
debugging, testing, profiling and code-authoring.
php  resources 
january 2009 by kvnglbrtsn
Learning OOP in PHP ASAP!
objects, attributes, and methods.
php  oop  learning  howto  tutorial 
january 2009 by kvnglbrtsn
Zend Framework
open source, object-oriented web application framework in php.
php  framework 
january 2009 by kvnglbrtsn
Writing Secure PHP
part one of four. from added bytes.
php  security  tips 
november 2008 by kvnglbrtsn
PHP: Filter
this extension serves to validate and filter data coming from some insecure source.
php  filtering  validation 
november 2008 by kvnglbrtsn
Real-World OOP With PHP and MySQL
creating a mysql crud class. from nettuts.
php  oop  mysql  tutorial  howto 
november 2008 by kvnglbrtsn
ffmpeg-php
object-oriented api for accessing and retrieving information from video and audio files.
php  programming  api  video  redesign 
november 2008 by kvnglbrtsn
Getting Started With CakePHP: Part 1
the framework, setup, basic concepts and terminology.
php  framework  tutorial  howto 
november 2008 by kvnglbrtsn
Get Started With SimpleXML in PHP
turning xml into a usable format for programming.
php  xml  programming 
october 2008 by kvnglbrtsn
10 Principles of the PHP Masters
the best principles to follow for high-grade php programming.
php  programming  reference  tips 
september 2008 by kvnglbrtsn
CodeIgniter
open source php web application framework.
webdevelopment  php  framework 
august 2008 by kvnglbrtsn
Extending Smarty with Plugins
version 2.0 introduced the plugin architecture. from smarty.net.
php  programming  templates 
august 2008 by kvnglbrtsn
How To Use Any Font You Wish With FLIR
facelift image replacement (or FLIR), an alternative to sIFR. from nettuts.
webdesign  typography  fonts  js  php  tutorial 
august 2008 by kvnglbrtsn
SimplePie
super-fast, easy-to-use, rss and atom feed parsing in php.
php  rss  atom  code  api  webdevelopment 
august 2008 by kvnglbrtsn
PHP Optimization Tips
data output, loops, variables and functions, etc.
performance  php  tips  programming 
july 2008 by kvnglbrtsn
Dealing with Dependencies
oop and compositional programming style.
php  code  oop  webdevelopment  programming 
february 2008 by kvnglbrtsn
phpMyID
a single user openid server.
openid  php  authentication 
november 2007 by kvnglbrtsn
« earlier      

Copy this bookmark:



description:


tags: