 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
WoorkUp.com: How-To Create Your Own Instant Search
by Chris Cornutt September 15, 2010 @ 09:45:12
On the WoorkUp.com blog today Luiz Eduardo has posted a new tutorial about how you can create and add a "Google Instant" type of search to your site. The technique uses a combination of an HTML and Javascript frontend (jQuery) and a PHP backend.
This technology is not available for every webmaster in your own page yet, however, we can get really good results with php and jQuery, allowing everyone to create your own version of instant search.
We are going to create now the simplest code, in order to learn how it works. This way anyone may learn easily and recreate it, fitting it perfectly with your own project.
He includes all of the code you'll need - the HTML frontend form for searching, the javascript to run the search each time a new letter is added or removed, the PHP to pull the results out of a database and even some CSS to help you correctly style the results box to the right place.
voice your opinion now!
instant search tutorial jquery google
Gennady Feldman's Blog: My recent learnings with Oracle Instant Client and OCI8 API
by Chris Cornutt May 14, 2010 @ 09:53:45
Gennady Feldman recently spent some time doing some upgrades on his Oracle servers and, in doing so had a chance to work with the latest release of their Instant Client and how it interacts with the OCI8 extension's API.
I was recently involved in upgrading our Application servers to the latest Oracle Instant Client 11.g (11.2.0.1) including installing the latest PHP OCI8 module (1.4.1). Currently Oracle provides binaries for Linux in RPM and ZIP(?) format. (Side note: It still puzzles me as to why Oracle uses ZIP files for Linux binaries as ZIP is common to Windows and is not always available or generally used on Linux.)
He had everything prepared for the move and thought things would go smoothly during the upgrade but was surprised by a few things - the RPMs that Oracle gives are broken, an issue on the pecl update for the oci8 extension and a problem that came up with dependencies and packages for the Instant Client.
voice your opinion now!
oracle upgrade instant client pecl oci8 api issue
Chris Jones' Blog: Reducing diskspace of your Oracle Instant Client install
by Chris Cornutt April 09, 2009 @ 10:29:16
Chris Jones has a recommendation for those compiling Oracle support into PHP - there's a simple way to reduce the amount of disk space that your Instant Client install uses - a "only what's needed" setup.
Most PHP OCI8 users link PHP with the Oracle Instant Client (IC) libraries that handle the underlying "client" (i.e PHP OCI8 extension) communication with the database. IC is relatively small for the features it gives, and is very easy to install. A ZIP or RPM download unpacks a few libraries. [...] Although IC isn't particularly big - and it's getting relatively smaller all the time - there are two ways to reduce its size.
His two recommendations are to use the lite client version instead of the full-blown one (only has common character sets) or you can just remove the JDBC/ODBC/OCCI libraries from the full install. He lists out the files that are actually needed by the OCI8 extension to compile correctly.
voice your opinion now!
reduce disk space oracle install instant client oci8 compile
NETTUTS.com: Using PayPal's Instant Payment Notification with PHP
by Chris Cornutt March 05, 2009 @ 10:23:27
On NETTUTS.com a recent tutorial has been posted about the integration of your PHP application with PayPal's Instant Payment Notification system.
Today we are going to combine Paypal with PHP to allow for the easy processing of payments on your website.
You'll need a Premier PayPal Account to get it all working as well as already have a server with a working PHP installation (there's no setup and install for that in this tutorial). There's ten different steps in the process and screenshots and code are provided the whole way:
- Creating a PayPal Account
- Enable IPN
- Building a Simple HTML Page
- Building a PayPal Button
- Writing ipn.php
- Creating the Database
- Account Creation
- Emailing the Login Credentials
- Invalid Payment Email
- User Login
voice your opinion now!
paypal instant notification system tutorial ins screenshot
Christopher Jones' Blog: Temporary LOBS in PHP's OCI8 Extension. Instant Client.
by Chris Cornutt January 21, 2008 @ 12:05:00
Christopher Jones talks today on his blog about a bug he's just corrected and integrated into the release of the Oracle Instant Client that lets PHP correctly take advantage of the temporary LOBS functionality.
When PHP is done with the temporary LOB, it needs to tell Oracle to destroy it. If this isn't done, then the temporary LOB will hang around using DB space until the connection is closed. I just merged a fix worked on by Krishna Mohan and myself for bug 43497.
Example code is included showing two instances of its use - a normal use that frees the memory correctly and the other showing how to create the temporary lob to hold the data as needed.
voice your opinion now!
temporary lob patch oci8 extension instant client memory leak
HowToForge.com: Building Apache with PHP,MySQL, OCI8 instant client support
by Chris Cornutt January 03, 2007 @ 07:41:00
The HowToForge has posted a new tutorial that will guide you through the installation of a server with Apache, PHP, MySQL, and OCI8 Instant Client support.
There are many howtos on building Apache with PHP, MYSQL support, but it is very rare to find some document on OCI8 support with Apache Build [...] I was searching some installation document, there are few documents , but most of them are using either RPM version of packages or they are missing some of the essential steps.
He starts with his platform (IBM x system x86_64 bit server with RHEL 4 Update Level 4) and grabs the parts first - the instant client, then Apache, then PHP. MySQL is already installed on the machine and is included in the PHP build via the configure call. They provide all of the shell commands you'll need to get things working as well as any changes that might need to be made to the configuration files in the process.
voice your opinion now!
build apache mysql oci8 instant client support build apache mysql oci8 instant client support
|
Community Events
Don't see your event here? Let us know!
|