sstrudeau + php   149

iamcal.com - publish
wow -- incredibly detailed breakdown of how to validate an email address for reals
email  php  parse  validate  validation  reference 
august 2008 by sstrudeau
phpquery - Google Code
php lib for jquery-like dom manipulation server-side
dom  jquery  php  library 
july 2008 by sstrudeau
FirePHP - Firebug Extension for AJAX Development
php lib allows you to debug php within Firebug. handy!
via:revgeorge  php  firebug  debug  firefox  library 
july 2008 by sstrudeau
New Google Analytics API / DataSource! » Debuggable Ltd
A php / Cake Model that screen scrapes Google Analytics, API
google  analytics  api  googleanalytics  stats  php  cake 
july 2008 by sstrudeau
Blog Archive » » Getting Entropy PHP to play nice in os x 10.5 Leopard StitchedEyes
magic words to get the entropy.ch php installer to work on leopard: sudo ln -s /etc/apache2 /etc/httpd
apache  osx  php  php5  entropy.ch  howoto  fix  workaround 
june 2008 by sstrudeau
Addslashes(): don't call it a comeback
on protecting against multi-byte mysql injection attacks with php addslashs/addcslashes/...
php  mysql  security  escape  injection  attack  defense  performance 
june 2008 by sstrudeau
The Open Security Model, Drupal and ExpressionEngine on Security | Lullabot
Yes, Drupal has way more security advisories than Expression Engine but that's because EE doesn't report them (and they're easy to find)
drupal  expressionengine  cms  php  security  policy  practice 
june 2008 by sstrudeau
Prepare for PHP 6 - Core PHP
good overview of what's new in php6, which is pending release. Now if people would just stop using php4 ...
php  php6  list  features  overview 
may 2008 by sstrudeau
AES (php and java)
"PHP is using a non-standard 32-byte block size for 256-bit AES encryption" ... damnit this cost me a day...
php  java  aes  256  128  block  blocksize  iv 
april 2008 by sstrudeau
Michael Kimsal’s weblog » Joe Stump @ MySQL
Nice links to Digg_Services, DBSlayer and Gearman; all tools for batching and parallelizing async http-API calls
php  api  blog  post  parallel  asynchronous  rest  http  batch  query  scale 
april 2008 by sstrudeau
Dolphin :: Smart Community Builder :: Free Software
open source (but with attribution license or fee) community platform -- claims to be youtube, flickr, and facebook in a box...
floss  community  software  php  free 
march 2008 by sstrudeau
Official ZF QuickStart - Zend Framework Wiki
Now that I've wrestled with CI for awhile, and looked again at Cake and Symphony, I think Zend looks like it might be most like my brain. Need to take it for a spin
zend  learn  learning  framework  mvc  php  tutorial  quickstart 
march 2008 by sstrudeau
Map and Reduce in PHP - Sebastian Bergmann
learning a new php trick ... array_map, array_reduce
mapreduce  php  map  reduce  functional 
february 2008 by sstrudeau
PHP: create_function - Manual
I've grown accustomed to having closures in javascript; this might be helpful in php in lieu of
php  functional  anonymous  function  lambda 
february 2008 by sstrudeau
» PHP Videos KILLERPHP.COM
Series of screencasts targeting designers who want to learn php. Looking for more examples of free programming/development/software screencasts/podcasts
php  video  screencast  tutorial  free  web  programming  learning 
february 2008 by sstrudeau
Main Page - . .. poMMo .. .
Think phplist or dadalist with fancy javascript UI widgets
php  mail  maillinglist  email  newsletter  broadcast  marketting  list 
february 2008 by sstrudeau
bitlog: a simple bitlog
bitlog is like prologue but not built on WP. A standalone php experiment by John Resig of jQuery fame. Currently in early development and closed. Ask John for a login if you want to play.
php  twitter  clone  open  floss 
february 2008 by sstrudeau
Stray Notes » Blog Archive » Running Kcachegrind on Mac OSX 10.4
this + the Komodo xdebug builds are working. errors now link into Textmate. Now if only the Firefox xdebug extension supported FF3 and/or Textmate supported xdebug interactive debugging...
kcachegrind  profile  php  profiling  osx  mac  kde  debugging  optimization  performance  visualization  x11  xdebug 
january 2008 by sstrudeau
ASPN : Downloads : Komodo
Komodo makes available XDebug binaries for OS X; convenient!
osx  xdebug  binaries  php  debug  profile 
january 2008 by sstrudeau
PHPDeveloper.org: Nick Halstead's Blog: Tweetmeme - building stuff fast in PHP
Why is the fact that tweetmeem consists of "only 20 php files" relevant *at all*?
php  scaling  tweetmeem  twitter  service  php5 
january 2008 by sstrudeau
Michael Kimsal’s weblog » Grails for PHP developers part 1
Michael Kimsal's multi-part series introducing Grails (which is based on Groovy which is a loosely-typed wrapper around Java for web development)
php  grails  groovy  java  web  framework 
january 2008 by sstrudeau
If you want to create AVM2 swfs from PHP
AVM2 == ActionScript3 swfs? not sure what this means but it might be useful someday when I do
flash  swf  avm2  actionscript  actionscript3  php  library 
january 2008 by sstrudeau
Writing Silverlight applications in PHP | Blog | TomasP.Net
Silverlight supports client-side php. Who knew? Wonder if that works cross-platform
php  phpx  silverlight  demo  tutorial  windows 
january 2008 by sstrudeau
Debugging PHP applications with xdebug
I'm about to give up on Eclipse on OSX. Again.
debug  php  xdebug 
january 2008 by sstrudeau
SimplePie: Weblog » ByePie
oh noes! the primary developer of SimplePie is leaving. My favorite php feed parsing utility belt ...
simplepie  php  rss  atom  parse  library 
january 2008 by sstrudeau
Orchid PHP framework for the rest of us
yet another php mvc framework. scheduled for initial release in Jan
mvc  php  framework 
december 2007 by sstrudeau
Michael Kimsal’s weblog » Continued sad state of PHP development
Damn, I'd expect a project as old as php to have better dev process & practices than this. Good suggestions from Kimsal.
php  php5  development  process  software  floss 
december 2007 by sstrudeau
Welcome to Agavi!
php framework -- basically an ORM & template engine agnostic MVC framework
mvc  framework  php 
december 2007 by sstrudeau
aurora - introduction
yet another php mvc frameowork (requries php 5.2). not much documentation yet.
framework  mvc  php5  php 
november 2007 by sstrudeau
Code Igniter Session problem | CodeIgniter Forums
note to self: IE cares about having an accurate time/date on your server when you try to set a cookie
ie  cookie  session  php  time 
november 2007 by sstrudeau
reinholdweber.com
some tips for writing more efficient php -- though I think starting with #41 (profiling your code) is probably the most important tip, so you don't waste time on .001% improvements
php  performance  optimization  tuning  tips  code  web 
november 2007 by sstrudeau
PHP fluent API tips | Alex @ Net
some problems with and techniques for making php syntax a little friendlier...
php  syntax  chaining  object  oo  technique  fluent  api 
october 2007 by sstrudeau
HTML Purifier - Filter your HTML the standards-compliant way!
"HTML Purifier is a standards-compliant HTML filter library written in PHP."
php  html  filter  standards  tidy 
october 2007 by sstrudeau
Junction PHP
php5 object persistence layer
orm  persistence  object  oop  db  database  php  php5 
october 2007 by sstrudeau
Subtraction: Open Design Positions at NYTimes.com
If I had a bit more js experience and solid actionscript/Flash, i'd be gunning for this one. The NYTimes design team are rock stars!
job  jobs  nytimes  design  technology  php  javascript  flash 
october 2007 by sstrudeau
pdt / Zend.com
if I wasn't so hooked on TextMate, I might be excited by this.
php  eclipse  ide  opensource  debug 
october 2007 by sstrudeau
Akelos PHP Framework
yet another php rails clone
php  rails  mvc  framework 
august 2007 by sstrudeau
Template Engines
Yes. "In short, the point of template engines should be to separate your business logic from your presentation logic, not separate your PHP code from your HTML code."
via:revgeorge  php  template  templatengine  engine  mvc  quote 
july 2007 by sstrudeau
GoPHP5.org - helping speed the transition to PHP 5.2 | GoPHP5.org
The organized effort between prominent open source php projects to begin to drop support for php4 in new versions has begun. it's about time!
php  php5  organizing  programmers  opensource  webhosts 
july 2007 by sstrudeau
Nabble - Passing objects to soap server, complexType, classmap
long conversation discussing the classmapping capabilities of php SOAP in WSDL mode ... SOAP is so fucking complicated!
soap  php  wsdl  class  map  datamap  classmap  php5 
june 2007 by sstrudeau
Patch for GET values | CodeIgniter Forums
CodeIgniter is allergic to GET parameters in URLs. weird.
php  codeigniter  mvc  urls  get  request  parameters  url  format 
june 2007 by sstrudeau
Parsing XML With The DOM Library | PHP Coding Practices - Become an expert PHP Programmer
"The PHP 4 DOMXML extension has undergone some serious transformation since PHP5 and is a lot easier to use. Unlike SimpleXML, DOM can, at times, be cumbersome and unwiedly. However, it is often a better choice than SimpleXML"
php  domxml  xml  php5 
june 2007 by sstrudeau
Drupal is Part of the Problem | Nick Lewis: The Blog
Nice argument in favor of moving Drupal to commit to dropping php4 support and organizing other php apps to do the same
via:revgeorge  drupal  php5  php  php4  opensource 
june 2007 by sstrudeau
PHP Security Consortium: PHP Security Guide: Form Processing
Nice overview of safe form handling in php; specifically the last section with example on how to attach unique tokens to form POSTs that must match token in the session
php  security  xss  token  crumb  cookie  example 
may 2007 by sstrudeau
HOWTO:Use curl from PHP: processing response headers - ITtoolbox Wiki
including how to extract the value of Content-Disposition or other headers
curl  header  php  content-disposition 
may 2007 by sstrudeau
What's new in PHP V5.2, Part 5: Tracking file upload progress
how to use new hooks in php 5.2 to show an upload progress bar
php  javascript  progressbar  5.2 
may 2007 by sstrudeau
Joseph Crawford » Blog Archive » CodeIgniter
CodeIgniters biggest weakness: a lame ActiveRecord implementation. I like it though since it's nicely compact php
codeigniter  review  mvc  php 
may 2007 by sstrudeau
PseudoCoder.com » Blog Archive » How To Really Use Xdebug To Speed Up Your App
Rasmus profiled Drupal using calgrind and the result was hot. Some day I need to play more with xdebug and profiling tools more heavily ...
profiling  php  debug  xdebug 
april 2007 by sstrudeau
Parsing XML using PHP4
nice howto for building your own XML parser with php4. God I miss SimpleXML.
php  php4  xml  parse  parsing  howto 
april 2007 by sstrudeau
BlueShoes: PHP Cheat Sheet
nice chart describing the various equality and null / empty / etc comparison operators & functions in php
cheatsheet  php  empty  null  comparison  reference 
march 2007 by sstrudeau
Magpie 2.0-alpha-alpha-alpha - Laughing Meme
new magpie promises to be highly pluggable and flexible. Which is cool except it's in alpha-cubed state right now, so not to be trusted.
rss  atom  parse  parser  php  library 
march 2007 by sstrudeau
PHP: Filter Functions - Manual
Turn on default filters for incoming user data on your web app ... protects against XSS by default. In php 5.2 and in PECL for php 5.1
filter  php  xss  security  php5  oscms2007 
march 2007 by sstrudeau
Xdebug - Debugger and Profiler Tool for PHP
Rasmus recommends using XDebug once you're happy with calgrind profile
php  profiling  performance  debug  apache  drupal  oscms2007 
march 2007 by sstrudeau
Valgrind: Tool Suite
Rasmus recommends "callgrind" to profile web app performance
php  profiling  performance  tool  web 
march 2007 by sstrudeau
Pjq - PHP Jquery helper | Richards Blog
"The goal is to provide a extremely simple way to call php functions from within javascript and either get data back, inject php generated html or call jquery functions from php."
javascript  js  jquery  php 
march 2007 by sstrudeau
iamcal.com - publish
Parsing an email address with php. Thorough.
address  email  php  parse  validation 
march 2007 by sstrudeau
« earlier      

related tags

$_GET  $_POST  5.2  64bit  actionscript  actionscript3  address  aes  agent  ajax  akismet  amazon  analytics  annarbor  anonymous  antispam  apache  apache2  api  applet  article  asynchronous  atom  attack  avm2  bad  badbehavior  bar  barebones  bargraph  batch  binaries  block  blocksize  blog  bridge  broadcast  cache  cake  cast  chaining  chart  cheatsheet  choice  class  classmap  cleanurls  cli  clone  cms  code  codeigniter  community  comparison  conference  content-disposition  cookie  crop  crumb  css  curl  data  database  datamap  db  debug  debugging  defense  demo  design  developer  developers  development  difficulty  digital  discussion  docs  documentation  dom  domxml  download  draganddrop  drupal  easy  ebay  eclipse  ecommerce  email  embeddedimages  empty  enclosure  engine  entropy.ch  escape  event  example  examples  expressionengine  features  feed  filter  firebug  firefox  fix  flash  flex  flickr  floss  fluent  format  forum  framework  free  function  functional  generator  get  gis  globals  google  googleanalytics  grails  graph  graphic  graphics  graphing  graphs  groovy  header  hiring  howoto  howto  html  http  ide  identity  ie  image  images  injection  input  int  integer  interface  interview  ints  inventory  iv  java  javascript  job  jobs  jpgraph  jquery  js  kcachegrind  kde  kohana  lambda  lamp  language  layout  learn  learning  library  lightweight  linegraph  link  linux  list  mac  magpie  mail  maillinglist  mamp  map  mapping  mapreduce  marketting  messaging  mobile  module  mp3  music  mvc  mysql  newsletter  nptech  null  nyc  nytimes  object  oo  oop  open  openid  opensource  optimization  organizing  orm  oscms2007  osx  overview  parallel  parameters  parse  parser  parsing  paypal  performance  perl  persistence  php  php4  php5  php6  phptemplate  phpx  platform  policy  post  practice  preg_match  process  profile  profiling  programmer  programmers  programming  progress  progressbar  python  query  questions  quickstart  quote  rails  reduce  reference  regex  regez  remoting  request  resize  resources  rest  review  revver  ror  rss  rss2.0  ruby  rubyonrails  scale  scaling  screencast  screenscraping  script  security  sell  service  session  silverlight  simple  simplepie  simplexml  slides  sms  snippet  soap  software  spam  sparklines  ssl  standards  statistics  stats  store  swf  switch  syntax  tag  tagging  tags  talk  technique  technology  template  templatengine  test  text  thumbnail  tidy  time  tips  token  tool  toolkit  tools  toread  trickery  trouble  tuning  tutorial  tutorials  tweetmeem  twitter  underscore  upcoming.org  upload  uploader  url  urls  validate  validation  via:revgeorge  video  visualization  volunteer  web  webapp  webhosts  webservices  widget  windows  wordpress  workaround  wrap  wsdl  x11  xdebug  xml  xmlhttprequest  xss  yahoo  youtube  zend  zingermans  zope 

Copy this bookmark:



description:


tags: