coder1.com

  • home
  • drupal articles
  • contact
Home

PHP

Firefox SQLite Manager Addon

Mike Milano — February 23, 2010 - 1:44am

I was looking around for a decent SQLite database manager and came across an addon that works just great!

SQLite Manager by Tarakant Tripathy and Mrinal Kant
https://addons.mozilla.org/en-US/firefox/addon/5817

It supports the SQLite3 format which gives you more robust support from more data types to views and triggers.

  • Firefox
  • PDO
  • PHP
  • SQLite
  • Add new comment
  • Read more

Zend Server CE, Free LAMP Stack for Mac/Linux/Windows

Mike Milano — August 24, 2009 - 8:49am

I recently installed Zend Server CE on my MacBook Pro to check out the performance of the "partial page" caching Zend offers in their platform.

I was pleasantly surprised how simple it was to get up and running. Zend Platform CE installs its own version of Apache, PHP. If you're installing it on Windows or Mac, it will also install MySQL.

Everything is configured and controlled in your zend path. By default on the Mac it is /usr/local/zend.

  • Development
  • Linux
  • Mac
  • MySQL
  • PHP
  • Windows
  • Zend
  • 1 comment
  • Read more

Entertaining Youtube Videos by Appcelerator from ZendCon 08

Mike Milano — October 7, 2008 - 9:27pm

Yes, I read the Zend Newsletter because usually I find something new in it. This issue was no disappointment as they featured some videos put together by Appcelerator, a sponsor at ZendCon 08. They interviewed attendees in a series of 4 topics: Developers LOVE PHP, PHP Developer Gripes, Developers HATE PHP, and The Best PHP Applications.

  • Appcelerator
  • PHP
  • Videos
  • ZendCon 08
  • Add new comment
  • Read more

PHP APC Performance Tests with Apache ab

Mike Milano — September 5, 2008 - 11:00pm

Today I ran some quick tests with PHP APC using Apache's ab benchmarking tool. The goal was to see how much of a performance gain I could see between PHP APC disabled, then enabled.

  • op-code
  • Performance
  • PHP
  • PHP APC
  • Add new comment
  • Read more

Which PHP op-code caches / Accelerators do you prefer?

Mike Milano — August 30, 2008 - 12:25am

  • APC
  • Caching
  • eAccelerator
  • Memcached
  • PHP
  • Zend Platform
  • Add new comment

How to: Namespace in PHP

Mike Milano — July 2, 2008 - 10:37pm

Namespacing has been long awaited to enhance PHP OO development, and it looks like it's finally here. At first, I thought it was going to become available in PHP6, but it has been ported to PHP 5.3.

What is a Namespace?

Namespacing provides you the freedom to name your classes what you want without worrying about any other classes, native to PHP or otherwise, interfering with your names.

  • Namespace
  • OO
  • PHP
  • Add new comment
  • Read more

PHP foreach value by reference

Mike Milano — July 1, 2008 - 10:49pm

[img_assist|nid=9|title=|desc=|link=none|align=right|width=100|height=66] PHP5 added a very subtle yet very handy feature in the foreach Control Structure. It is the ability to access the value in the iteration as a reference to the original array.

The best way to demonstrate this is to establish an objective.

Objective: Write a function to capitalize all elements of an array.

  • Control Structures
  • PHP
  • 2 comments
  • Read more

JQuery Sortables with PHP and MySQL

Mike Milano — June 27, 2008 - 1:00am

[img_assist|nid=10|title=|desc=|link=none|align=right|width=100|height=71]This article will show you how to order a server-side list of fruit from a database using drag and drop behavior and then save them back to the database in order.

I recently worked on a project which required an unordered list to be re-ordered and then saved. I wasn't about to make users enter numbers next to each item so I looked toward JQuery's UI library.

Objective: We will display a list of fruit. The user can then drag the fruit and click a button to save the new order in the database.

  • JQuery
  • JQuery UI
  • MySQL
  • PHP
  • 4 comments
  • Read more
Syndicate content

Poll

Have you used any NoSQL Databases?:

User login

  • Request new password

Navigation

  • Recent posts

  • home
  • drupal articles
  • contact