The Flash and PHP Bible has been released! The book can be found on Amazon or wherever fine books are sold in your area.
The Flash and PHP Bible has a forum for quick support.
| Tutorial | Category | Date/Author |
|---|---|---|
| [Snippet] Backup and Restore MySQL from command line How to quickly backup a MySQL database using the command line. |
linux | 10/21/2009 08:35 pm By: mkeefe |
| Restart Linux Server from the Command Line How to quickly restart a server using the command line. |
linux | 10/21/2009 08:32 pm By: mkeefe |
| Configuring MAMP on OS X to use default settings Quickly configure MAMP to use the default MySQL and web directory that s... |
mysql | 08/10/2009 07:34 pm By: mkeefe |
| Dynamic Image RollOver using Classes Learn how to create a dynamic image rollover using classes in AS3. This ... |
as | 07/13/2009 10:03 pm By: mkeefe |
| Basic Timer in AS3 Learn how to create a basic Timer in ActionScript 3. |
as | 06/29/2009 02:39 pm By: mkeefe |
| Duplicating the YouTube April Fools Joke Using Javascript to duplicate the YouTube April Fools Joke. |
js | 04/01/2009 08:11 pm By: mkeefe |
| Building a Smarter Random Image Loader How to build a smarter image loader that only shows an image once. |
php | 03/12/2009 08:10 am By: mkeefe |
| Code Highlighting using GeSHi Learn how to add code highlighting using GeSHi. A PHP script that is use... |
php | 02/02/2009 11:00 pm By: mkeefe |
| Displaying Stock Tickers using AJAX and PHP Learn how to create an interactive stock ticker using AJAX and PHP. |
js | 01/20/2009 06:28 am By: mkeefe |
| Using PHP to add Gravatar support to your web sites Learn how to add Gravatar (global avatar) support to your web sites. |
php | 11/03/2008 09:29 pm By: mkeefe |
| Latest Twitter Update With PHP An alternative way to using Twitter's JavaScript and Flash approaches. |
php | 11/03/2008 08:09 am By: RyanBarr |
| Debugging your PHP Code [Bite-size 1] Finding errors in your code by enabling PHP error reporting. |
php | 10/30/2008 05:48 am By: mkeefe |
| Creating Flash Panels for Photoshop using Flash CS4 Learn how to create a Photoshop CS4 Flash panel using Flash CS4 |
as | 10/14/2008 03:55 am By: mkeefe |
| Flash CS4 and Pixel Bender Overview Learn how to work with Pixel Bender created filters in the all new Adobe... |
as | 09/24/2008 07:45 am By: mkeefe |
| Developing Flash Windows for Photoshop Using Flex Learn how to create Flash windows for Photoshop to build custom function... |
pss | 05/23/2008 09:58 pm By: Jeff Tranberry & mkeefe |
| Viewing All Files in a Directory Learn how to create a simple script to view the contents of a directory. |
php | 05/23/2008 02:04 am By: jhecht |
| Simple Pagination Using PHP Learn how to add pagination to your PHP projects. |
php | 05/23/2008 01:18 am By: jhecht |
| Installing and Using Google Maps in Flex Learn how to build a basic application to display a Google Maps component. |
as | 05/16/2008 11:17 pm By: mkeefe |
| Display Digg Posts Using ActionScript 3 Learn how to build a Digg posts viewer, showing a random post each time ... |
as | 05/14/2008 08:35 am By: mkeefe |
| Intro to Design Pattern and OOP with AS3 Learn the basics of OOP while working with a Design Pattern. |
as | 05/11/2008 09:14 am By: aklement |
| Image RollOver using ActionScript 3 Create an image rollover using ActionScript 3. This effect is popular in... |
as | 05/09/2008 11:01 pm By: mkeefe |
| Opening Url in ActionScript 3 dynamically How to open a URL dynamically using a custom class. |
as | 05/01/2008 10:13 pm By: mkeefe |
| Adobe AIR Now Available Adobe has released AIR in production. Stay tuned for awesome tutorials a... |
air | 02/25/2008 04:20 am By: mkeefe |
| Play Sound Samples From One File Using ActionScript 3 Learn how to write a custom class to play portions of a single media fil... |
as | 02/16/2008 02:52 am By: mkeefe |
| Center a movieclip on stage resize in AS3 Learn how to center a movieclip any time the stage updates. This example... |
as | 01/19/2008 01:42 pm By: mkeefe |
| Detecting Idle User in AIR AIR has the ability to notify when the user is idle (no keyboard or mous... |
air | 12/26/2007 06:44 pm By: mkeefe |
| Create a custom error in ActionScript 3 Here is some simple code to create a custom error. |
as | 11/28/2007 12:47 am By: mkeefe |
| Generate random number in ActionScript 3 Custom function to generate a random number, using a low to high sampling. |
as | 11/28/2007 12:41 am By: mkeefe |
| Drag a MovieClip in ActionScript 3 How to setup a MovieClip so that it can be dragged using Event handlers ... |
as | 11/28/2007 12:26 am By: mkeefe |
| Match content using Regular Expressions Match content in Javascript using Regular Expressions. |
js | 11/19/2007 07:18 am By: mkeefe |
| getURL in Actionscript 3 One of the bigger changes in Actionscript 3 is the way in which you call... |
as | 05/10/2007 08:49 pm By: mkeefe |
| Redirect to new domain How to redirect to a new domain, but preserving the requested page. |
apache | 04/22/2007 07:17 pm By: mkeefe |
| Basics of scripting in Photoshop Part 1 Get started with scripting in Photoshop by learning some of the basics. |
pss | 04/20/2007 04:41 am By: mkeefe |
| Building a Flash Popup Part 2 Part two of a two part series on how to build and implement a basic Flas... |
as | 02/15/2007 06:37 am By: mkeefe |
| Building a Flash Popup Part 1 Part one of a two part series on how to build and implement a basic Flas... |
as | 02/15/2007 06:26 am By: mkeefe |
| Call Javascript in Flash Run Javascript in Flash without the need of extra code in your HTML file. |
as | 11/04/2006 04:21 am By: mkeefe |
| Load Images In Flash From PHP Load images into Flash from variables in a php file. |
as | 10/28/2006 06:26 am By: mkeefe |
| Break to New Line Change a break into a new line. |
php | 08/17/2006 05:23 pm By: mkeefe |
| Get File Extension Get a file extension, very useful for a file uploader. |
php | 08/11/2006 04:52 am By: mkeefe |
| Shorten String for Preview Shorten a string and add '...' to it. Used to display a preview of conte... |
php | 08/11/2006 04:30 am By: mkeefe |
| Pad Number With Zeros Pad a number with zeros. Shows you how to achieve that using a function ... |
php | 08/11/2006 04:08 am By: mkeefe |
| Highlight PHP Code Highlight your PHP code making it easier to read. |
php | 08/11/2006 01:19 am By: mkeefe |
| Loading remote XML in Flash 8 Loading remote XML in Flash 8 for local usage. A common task in developm... |
as | 07/29/2006 05:58 am By: mkeefe |
| Refresh Page Automatically Redirect the page automatically using PHP. Very useful when Javascript m... |
php | 07/19/2006 03:04 pm By: mkeefe |
| Tag Cloud with Database A continuation of the Tag Cloud tutorial using a database instead of a s... |
php | 07/08/2006 05:53 am By: mkeefe |
| Fetch MySQL Row Fetch (retrieve) a specific MySQL row and display it in a simple table. |
php | 05/25/2006 06:31 pm By: mkeefe |
| Simple Banner Rotator PHP powered banner rotator using the power of flat files (txt files). |
php | 05/15/2006 06:00 am By: mkeefe |
| Tag Cloud Build one of those popular tag clouds as found on sites such as: "Flickr... |
php | 04/12/2006 05:12 am By: mkeefe |
| Securing your Flash Work A simple method used to protect your Flash work. Note this is not 100% s... |
as | 04/11/2006 08:31 pm By: mkeefe |
| Simple Way to Validate Links Validate url's before you accept them in your scripts. |
php | 03/31/2006 03:51 am By: mkeefe |
| Custom Error Handler How to create a custom error handler in PHP |
php | 01/17/2006 05:55 pm By: Anonymous |
| Centering sites using CSS Center your site using CSS and drop the "center" tag. |
css | 01/17/2006 04:50 pm By: mkeefe |
| CSS Runaround Use CSS to "flow" text around an image. |
css | 12/30/2005 05:32 am By: pneal |
| Drop Caps in CSS Apply printing styled Drop Caps to your site using CSS. |
css | 12/30/2005 05:07 am By: pneal |
| Remove OBJECT code using PHP Using PHP to remove OBJECT code and replace it. This article uses preg_r... |
php | 12/19/2005 11:39 pm By: mkeefe |
| Printing a MySQL table to a dynamic HTML table with PHP Have you every wanted to print out all the data in a MySQL table to a c... |
php | 12/03/2005 07:36 am By: Syntax-Error |
| Frame Busting A very easy way to ensure your site is not being displayed in a frame. |
js | 11/08/2005 02:55 am By: mkeefe |
| Load XML in Flash This tutorial will teach you how to load XML data into Flash, and displa... |
as | 11/07/2005 06:32 pm By: mkeefe |
| Limit Textfield Input DHTML textfield limiter that uses javascript in an unobstrusive manner. ... |
js | 11/07/2005 06:03 pm By: mkeefe |
| XHTML Character Codes A simple to understand table of xhtml character codes. |
xhtml | 09/05/2005 08:02 pm By: mkeefe |
| Open and Write to File A simple script used to open a file and write to it. |
php | 09/05/2005 06:23 am By: mkeefe |
| Search and Replace a Loaded File A simple to use script for loading a file, search and replacing words, a... |
php | 09/05/2005 05:17 am By: mkeefe |
| Random Image Loader Display a random image via PHP |
php | 08/01/2005 09:35 pm By: mkeefe |
| Basic Emailer with PHP Basic PHP emailer with example form. Makes use of default mail functions... |
php | 08/01/2005 04:06 pm By: mkeefe |
| CSS Rollover Menu Shows a simple CSS-only rollover menu. No javascript required. |
css | 06/30/2005 07:01 pm By: spllogics |
| Introduction to C++ Here is a simple introduction to C++ programming. |
c | 06/28/2005 06:06 pm By: Cory Watkins |
| Error Reporting In PHP Ever want to hide errors on a PHP page or just show really critical ones... |
php | 06/14/2005 08:45 pm By: mkeefe |
| Grab Subdomain From Url Use this block of code to grab the subdomain from the URL. You can then ... |
php | 05/06/2005 05:10 am By: mkeefe |
| PHP Date Function Here is the PHP date() function. It is used to grab all sorts of info re... |
php | 05/05/2005 06:25 am By: mkeefe |
| Show Users IP Here is a simple tutorial to display the visitors IP. You can also captu... |
php | 05/05/2005 06:02 am By: mkeefe |
| Javascript Popup A javascript popup that reuses the popup window once it is opened. |
js | 05/05/2005 05:12 am By: mkeefe |
| Split String Per Character Use this function to split a string per character. The function takes th... |
php | 05/05/2005 04:47 am By: mkeefe |
| Last Modified Info This tutorial will show you how to display the date/time that the file w... |
php | 02/12/2005 08:47 pm By: mkeefe |
| Display W3C Tip Ever want to display the tips from the W3C page? Well now you can! |
php | 01/28/2005 07:57 pm By: mkeefe |
| Backup Database In this tutorial you will learn how to create a backup script for your d... |
php | 01/16/2005 02:14 am By: mkeefe |
| PHP Include Here is a code snippet to include a file in your php page. |
php | 12/22/2004 05:01 am By: mkeefe |
| Table Generator In this tutorial I will show you how you can make a pretty cool html tab... |
php | 12/05/2004 06:37 am By: Albert Gouws |
| Query Strings The following article is an explantion on query strings |
php | 11/17/2004 02:04 am By: mkeefe |
| Text On Image Learn how to display text on an image using the GD Library in PHP. |
php | 11/12/2004 06:02 am By: mkeefe |
| Stock Quotes This tutorial will show you a neat way to get stock data from Yahoo Fina... |
php | 11/09/2004 01:52 am By: mkeefe |
| Alternating Row Color Learn how to make an "alternating row color" script. |
php | 11/02/2004 08:06 pm By: mkeefe |
| Predefined Variables From PHP.net, since they already explained it so well. |
php | 11/02/2004 08:42 am By: mkeefe |
| Visitor Counter How to write a visitor counter in PHP. |
php | 11/02/2004 08:32 am By: mkeefe |
| Search Engine This tutorial will teach you how to write a simple PHP/MySQL Search Engine. |
php | 11/01/2004 11:05 pm By: mkeefe |
| Style Switcher How to write a script that will allow you to easily load another stylesh... |
php | 11/01/2004 08:01 pm By: mkeefe |
| DB Connection The following tutorial will teach you how to connect to a database using... |
php | 10/31/2004 12:00 am By: mkeefe |
| PHP Navigation How to code and understand a more secure navigation script. I am sure yo... |
php | 10/29/2004 12:00 am By: mkeefe |
| Displaying 87 Articles. |
©2004 - 2010 scriptplayground | Privacy Policy | Legal
Validate Site: XHTML CSS | Designed by: Matthew Keefe of mkeefeDESIGN