Search
-
Categories
- ActionScript (33)
- Adobe (18)
- AIR (3)
- AJAX (12)
- Amazon Web Services (3)
- Android (14)
- Apache Abdera (10)
- Apache Mina (2)
- Apache Tomcat (10)
- App Engine (6)
- ASP.NET (10)
- Atom Hopper (15)
- AtomNuke (3)
- BlazeDS (1)
- C# (15)
- CherryPy (1)
- CoffeeScript (11)
- Comet (3)
- CouchDB (2)
- Design Patterns (4)
- Dojo (1)
- Erlang (1)
- Flash (25)
- Flex (31)
- Go (1)
- GWT (20)
- HTML5 (25)
- iPhone (3)
- Java (74)
- JavaFX (1)
- JavaScript (65)
- JSON Feed Server (1)
- Luvit (1)
- Mobile (19)
- MongoDB (6)
- Netbeans (22)
- Node.js (40)
- Online Games (13)
- Open Source (88)
- OpenStack (4)
- Perl (1)
- PHP (23)
- Python (14)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (34)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Category Archives: PHP
Getting AdSense working with JQuery Mobile and PHP
I’ve been working on a fun little project using JQuery Mobile and PHP in which I wanted to integrate Google’s Adsense as well as Google’s Mobile AdSense (not AdMob) depending on what device was visiting the site. Today I’m going … Continue reading
Posted in JavaScript, Mobile, PHP
1 Comment
Using JQuery, AJAX and JSONP to do cross-domain calls with PHP
If you’ve ever needed to make a cross-domain call via AJAX you’ve probably run into the dreaded same origin policy: The policy permits scripts running on pages originating from the same site to access each other’s methods and properties with … Continue reading
Posted in JavaScript, PHP
8 Comments
Setting up an Ubuntu PHP development environment
Today I’ll show you how to setup a PHP development environment on Ubuntu 10.10 that uses MySQL, phpMyAdmin and Apache2.
Posted in Open Source, PHP, Ubuntu
1 Comment
Using the new JQuery Templates with AJAX and PHP
The JQuery team and Microsoft have been working on adding templates to JQuery. Today I’ll show you how to use the JQuery Templates and load data from PHP via AJAX.
Posted in AJAX, JavaScript, Open Source, PHP
3 Comments
Submit a JQuery Mobile form via AJAX with PHP
I have a previous article on how to use JQuery Mobile (and PHP) to submit some data via AJAX. With a little modification you can take that code and make it so you can submit an entire form. Today I’ll … Continue reading
Posted in AJAX, HTML5, Mobile, PHP
11 Comments
Getting basic error information from PHP PDO
My recent PHP PDO article introduced you to using PHP PDO. One thing I didn’t cover was how to actually get some error information back from PDO if perhaps you had buggy SQL or something.
Posted in PHP
Comments Off
Getting started with CouchDB and PHP 5 on Ubuntu 10.10
CouchDB according to Wikipedia “is an open source document-oriented database written in the Erlang programming language. It borrows from NoSQL and is designed for local replication and to scale horizontally across a wide range of devices”. CouchDB is an Apache … Continue reading
Posted in CouchDB, Open Source, PHP, Ubuntu
2 Comments
A quick intro to using PHP PDO with MySQL
PHP PDO (PHP Data Objects) ship with PHP 5.1 and above and is very easy to work with. Today I’m going to show you one way of performing CRUD actions on a MySQL database using PDO. Keep in mind what … Continue reading
Posted in Open Source, PHP
5 Comments
The two minute tutorial on using the Google URL Shortener API (with PHP)
Google recently introduced an API to use their URL shortening service. Today I’m going to quickly demo how you can use cURL with PHP to call the API. If you read over the getting started document you will see you … Continue reading
Posted in PHP
5 Comments
Install Nginx with PHP 5.3.3 (PHP-FPM) on Ubuntu 10.10
Today I’ll go over the steps of how to get PHP-FPM and Nginx working together on Ubuntu 10.10. I used this article as my starting point and made some minor modifications of my own.
Posted in PHP
7 Comments



