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 | Author |
|---|---|---|
| Generate Random Number Using Random.org How to create a truly random number using the random.org API. |
as | By: mkeefe |
| Get Retweet Count Of URL on Twitter using PHP 100th Tutorial!! Get the retweet count of a URL on Twitter using PHP. |
php | By: mkeefe |
| PHP Based CAPTCHA Using Simple Math Using PHP to create a CAPTCHA based on simple math. |
php | By: mkeefe |
| Getting Started with Blackberry Playbook and AS3 Learn the basics of downloading and configuring your workspace for devel... |
as | By: mkeefe |
| Joining Tables in MySQL Basics of joining tables in MySQL |
php | By: jhecht |
| Utilizing the Clipboard in AS3 A quick look at saving text to the Users clipboard, with their permission. |
as | By: mkeefe |
| Display Last 5 Songs Played On Last.fm Using PHP Learn how to create a simple PHP class to load the last 5 played tracks ... |
php | By: mkeefe |
| Customizable and Flexible jQuery Carousel Rotator Learn how to create a Customizable and Flexible jQuery Carousel Rotator. |
js | By: RyanBarr |
| Quick Look at the Google Font API A quick look at the Google Font API |
css | By: mkeefe |
| Building a Hello World iPhone App Using Flash CS5 Learn how to build a quick "Hello World" iPhone app using Flash CS5. |
as | By: mkeefe |
| Twitter Integration Class Using PHP5 and cURL Learn how to create a Twitter integration Class using PHP5 and cURL. |
php | By: RyanBarr |
| Detecting Leap Year Using PHP A quick snippet of code to detect if a certain date is a leap year or not. |
php | By: mkeefe |
| Verify Server is Online Using PHP Create a simple PHP script to verify a server is online. |
php | By: mkeefe |
| Validating Credit Cards Using PHP Using PHP to validate major credit cards. |
php | By: mkeefe |
| [Snippet] Backup and Restore MySQL from command line How to quickly backup a MySQL database using the command line. |
linux | By: mkeefe |
| Restart Linux Server from the Command Line How to quickly restart a server using the command line. |
linux | 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 | By: mkeefe |
| Dynamic Image RollOver using Classes Learn how to create a dynamic image rollover using classes in AS3. This ... |
as | By: mkeefe |
| Basic Timer in AS3 Learn how to create a basic Timer in ActionScript 3. |
as | By: mkeefe |
| Duplicating the YouTube April Fools Joke Using Javascript to duplicate the YouTube April Fools Joke. |
js | By: mkeefe |
| Building a Smarter Random Image Loader How to build a smarter image loader that only shows an image once. |
php | By: mkeefe |
| Code Highlighting using GeSHi Learn how to add code highlighting using GeSHi. A PHP script that is use... |
php | By: mkeefe |
| Displaying Stock Tickers using AJAX and PHP Learn how to create an interactive stock ticker using AJAX and PHP. |
js | 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 | By: mkeefe |
| Latest Twitter Update With PHP An alternative way to using Twitter's JavaScript and Flash approaches. |
php | By: RyanBarr |
| Debugging your PHP Code [Bite-size 1] Finding errors in your code by enabling PHP error reporting. |
php | By: mkeefe |
| Creating Flash Panels for Photoshop using Flash CS4 Learn how to create a Photoshop CS4 Flash panel using Flash CS4 |
as | By: mkeefe |
| Flash CS4 and Pixel Bender Overview Learn how to work with Pixel Bender created filters in the all new Adobe... |
as | By: mkeefe |
| Developing Flash Windows for Photoshop Using Flex Learn how to create Flash windows for Photoshop to build custom function... |
pss | 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 | By: jhecht |
| Simple Pagination Using PHP Learn how to add pagination to your PHP projects. |
php | By: jhecht |
| Installing and Using Google Maps in Flex Learn how to build a basic application to display a Google Maps component. |
as | By: mkeefe |
| Display Digg Posts Using ActionScript 3 Learn how to build a Digg posts viewer, showing a random post each time ... |
as | By: mkeefe |
| Intro to Design Pattern and OOP with AS3 Learn the basics of OOP while working with a Design Pattern. |
as | By: aklement |
| Image RollOver using ActionScript 3 Create an image rollover using ActionScript 3. This effect is popular in... |
as | By: mkeefe |
| Opening Url in ActionScript 3 dynamically How to open a URL dynamically using a custom class. |
as | By: mkeefe |
| Adobe AIR Now Available Adobe has released AIR in production. Stay tuned for awesome tutorials a... |
air | 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 | By: mkeefe |
| Center a movieclip on stage resize in AS3 Learn how to center a movieclip any time the stage updates. This example... |
as | By: mkeefe |
| Detecting Idle User in AIR AIR has the ability to notify when the user is idle (no keyboard or mous... |
air | By: mkeefe |
| Create a custom error in ActionScript 3 Here is some simple code to create a custom error. |
as | By: mkeefe |
| Generate random number in ActionScript 3 Custom function to generate a random number, using a low to high sampling. |
as | By: mkeefe |
| Drag a MovieClip in ActionScript 3 How to setup a MovieClip so that it can be dragged using Event handlers ... |
as | By: mkeefe |
| Match content using Regular Expressions Match content in Javascript using Regular Expressions. |
js | By: mkeefe |
| getURL in Actionscript 3 One of the bigger changes in Actionscript 3 is the way in which you call... |
as | By: mkeefe |
| Redirect to new domain How to redirect to a new domain, but preserving the requested page. |
apache | By: mkeefe |
| Basics of scripting in Photoshop Part 1 Get started with scripting in Photoshop by learning some of the basics. |
pss | 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 | 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 | By: mkeefe |
| Call Javascript in Flash Run Javascript in Flash without the need of extra code in your HTML file. |
as | By: mkeefe |
| Load Images In Flash From PHP Load images into Flash from variables in a php file. |
as | By: mkeefe |
| Break to New Line Change a break into a new line. |
php | By: mkeefe |
| Get File Extension Get a file extension, very useful for a file uploader. |
php | By: mkeefe |
| Shorten String for Preview Shorten a string and add '...' to it. Used to display a preview of conte... |
php | By: mkeefe |
| Pad Number With Zeros Pad a number with zeros. Shows you how to achieve that using a function ... |
php | By: mkeefe |
| Highlight PHP Code Highlight your PHP code making it easier to read. |
php | By: mkeefe |
| Loading remote XML in Flash 8 Loading remote XML in Flash 8 for local usage. A common task in developm... |
as | By: mkeefe |
| Refresh Page Automatically Redirect the page automatically using PHP. Very useful when Javascript m... |
php | By: mkeefe |
| Tag Cloud with Database A continuation of the Tag Cloud tutorial using a database instead of a s... |
php | By: mkeefe |
| Fetch MySQL Row Fetch (retrieve) a specific MySQL row and display it in a simple table. |
php | By: mkeefe |
| Simple Banner Rotator PHP powered banner rotator using the power of flat files (txt files). |
php | By: mkeefe |
| Tag Cloud Build one of those popular tag clouds as found on sites such as: "Flickr... |
php | By: mkeefe |
| Securing your Flash Work A simple method used to protect your Flash work. Note this is not 100% s... |
as | By: mkeefe |
| Simple Way to Validate Links Validate url's before you accept them in your scripts. |
php | By: mkeefe |
| Custom Error Handler How to create a custom error handler in PHP |
php | By: Anonymous |
| Centering sites using CSS Center your site using CSS and drop the "center" tag. |
css | By: mkeefe |
| CSS Runaround Use CSS to "flow" text around an image. |
css | By: pneal |
| Drop Caps in CSS Apply printing styled Drop Caps to your site using CSS. |
css | By: pneal |
| Remove OBJECT code using PHP Using PHP to remove OBJECT code and replace it. This article uses preg_r... |
php | 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 | By: Syntax-Error |
| Frame Busting A very easy way to ensure your site is not being displayed in a frame. |
js | By: mkeefe |
| Load XML in Flash This tutorial will teach you how to load XML data into Flash, and displa... |
as | By: mkeefe |
| Limit Textfield Input DHTML textfield limiter that uses javascript in an unobstrusive manner. ... |
js | By: mkeefe |
| XHTML Character Codes A simple to understand table of xhtml character codes. |
xhtml | By: mkeefe |
| Open and Write to File A simple script used to open a file and write to it. |
php | By: mkeefe |
| Search and Replace a Loaded File A simple to use script for loading a file, search and replacing words, a... |
php | By: mkeefe |
| Random Image Loader Display a random image via PHP |
php | By: mkeefe |
| Basic Emailer with PHP Basic PHP emailer with example form. Makes use of default mail functions... |
php | By: mkeefe |
| CSS Rollover Menu Shows a simple CSS-only rollover menu. No javascript required. |
css | By: spllogics |
| Introduction to C++ Here is a simple introduction to C++ programming. |
c | By: Cory Watkins |
| Error Reporting In PHP Ever want to hide errors on a PHP page or just show really critical ones... |
php | By: mkeefe |
| Grab Subdomain From Url Use this block of code to grab the subdomain from the URL. You can then ... |
php | By: mkeefe |
| PHP Date Function Here is the PHP date() function. It is used to grab all sorts of info re... |
php | By: mkeefe |
| Show Users IP Here is a simple tutorial to display the visitors IP. You can also captu... |
php | By: mkeefe |
| Javascript Popup A javascript popup that reuses the popup window once it is opened. |
js | By: mkeefe |
| Split String Per Character Use this function to split a string per character. The function takes th... |
php | By: mkeefe |
| Last Modified Info This tutorial will show you how to display the date/time that the file w... |
php | By: mkeefe |
| Display W3C Tip Ever want to display the tips from the W3C page? Well now you can! |
php | By: mkeefe |
| Backup Database In this tutorial you will learn how to create a backup script for your d... |
php | By: mkeefe |
| PHP Include Here is a code snippet to include a file in your php page. |
php | By: mkeefe |
| Table Generator In this tutorial I will show you how you can make a pretty cool html tab... |
php | By: Albert Gouws |
| Query Strings The following article is an explantion on query strings |
php | By: mkeefe |
| Text On Image Learn how to display text on an image using the GD Library in PHP. |
php | By: mkeefe |
| Stock Quotes This tutorial will show you a neat way to get stock data from Yahoo Fina... |
php | By: mkeefe |
| Alternating Row Color Learn how to make an "alternating row color" script. |
php | By: mkeefe |
| Predefined Variables From PHP.net, since they already explained it so well. |
php | By: mkeefe |
| Visitor Counter How to write a visitor counter in PHP. |
php | By: mkeefe |
| Search Engine This tutorial will teach you how to write a simple PHP/MySQL Search Engine. |
php | By: mkeefe |
| Style Switcher How to write a script that will allow you to easily load another stylesh... |
php | By: mkeefe |
| DB Connection The following tutorial will teach you how to connect to a database using... |
php | By: mkeefe |
| PHP Navigation How to code and understand a more secure navigation script. I am sure yo... |
php | By: mkeefe |
| Displaying 101 Articles. |
©2004 - 2012 scriptplayground | Privacy Policy | Legal
Validate Site: XHTML CSS | Designed by: Matthew Keefe of mkeefeDESIGN