Flash

FREE THOUGHT · FREE SOFTWARE · FREE WORLD

Posts Tagged ‘Flash’



HTTP Status Codes and .htaccess ErrorDocuments

Monday, January 4th, 2010

There are a total of 57 HTTP Status Codes recognized by the Apache Web Server. Wouldn’t you like to see what all those headers and their output, ErrorDocuments look like?





Preloading .flv and .mp3 files with Flash

Tuesday, August 5th, 2008

Preload/Cache .mp3 .flv files with Flash ActionscriptIf you want to pre-load .flv / .mp3 files into a visitors browser cache using flash, here’s the actionscript I use to do it, and some ideas behind a good javascript implementation using swfobject or ufo.



Blocking Bad Bots and Scrapers with .htaccess

Tuesday, April 8th, 2008

Block Bad RobotWant to block a bad robot or web scraper using .htaccess files? Here are 2 methods that illustrate blocking 436 various user-agents.


.htaccess mod_rewrite rewrite examples

Saturday, February 9th, 2008

A hit-list of some of my favorite mod_rewrite code snippets for .htaccess files


Preload flash .flv files into browser cache

Monday, February 4th, 2008

How I was able to preload many flash flv and swf files on one of my clients sites that has a lot of online video and relatively small traffic. Their site visitors would usually watch 3-10 videos per visit and so to make the videos load almost instantly on every page I came up with a way to preload the top 10 .flv files and the swf flv player files as soon as the visitor successfully started watching the 1st video. Of course I also setup .htaccess caching on the server so that once they downloaded the files into their cache they would never request them from the server again. I was having fun with this so its pretty funky and uses some really cool combinations of javascript, swf preloader from xml, css classes to help automate it all..


Skeleton .htaccess file for Powweb Hosting

Friday, January 11th, 2008

Powweb Web HostingIf you have a Powweb Webhosting account, you will appreciate this simple skeleton .htaccess file for use on their systems.


Custom Boot Menu in Windows XP

Thursday, January 10th, 2008

Advanced XP Boot MenuOne of the first things that I do upon receiving a new Windows computer is immediately create a poweruser-style customized boot menu. Then every time I boot I can choose Safe Mode, Recovery Console, Debug, whatever I want! It’s quick and easy to set-up and everyone should have one, soo sweet!


Awk Tutorial and Introduction

Monday, November 12th, 2007

While researching a unix/linux tool awk I came upon one of the most thorough and helpful tutorials I’ve ever seen devoted to a particular topic. It’s old-school just the way I like it. I contacted the author, Bruce Barnett because I just HAD to have this article for my readers, who are predominantly running solaris/unix/bsd/linux and he kindly gave permission.


The Song from the Ask.com commercial

Friday, November 2nd, 2007

KT Tunstall- Drastic Fantastic Album CoverAsk.com started going after Google with a TV commercial highlighting all the extra content-rich features available in the Ask.com search results.

The commercial is a very effective piece of marketing, and the song is pretty good too!


The Diary of An American Witchdoctor

Tuesday, October 30th, 2007

Just wanted some bandwidth-free music for the home page~



Getting flash to show up in front of content

Sunday, October 7th, 2007

Adobe Flash PositioningI used to have a problem of controlling flash elements on my sites.. On one site we have 6 different flash flv movies that are all the same size and are in the same position on the page. But only 1 is displayed at a time based on what the user wants to watch. So the selected flash movie needs to have the highest stacking order/zIndex.


Speed Tips: Use Multiple SubDomains

Monday, September 17th, 2007

To make your site even faster, serve certain content from different subdomains. The reason this works is amazingly cool!


Speed Tips: Add Future Expires Headers

Monday, September 10th, 2007

With Expires HeaderA first-time visitor to your page will make several HTTP requests to download all your sites files, but using the Expires header you make those files cacheable. This avoids unnecessary HTTP requests on subsequent page views.



It's very simple - you read the protocol and write the code. -Bill Joy

HTML | DCMI | GRDDL | XOXO | XDMP | XFN | DOM | XML | XHTML 1.1 Strict | CSS 2.1 | W3C

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License, just credit with a link.
This site is not supported or endorsed by The Apache Software Foundation (ASF). All software and documentation produced by The ASF is licensed. "Apache" is a trademark of The ASF. NCSA HTTPd.
UNIX ® is a registered Trademark of The Open Group. POSIX ® is a registered Trademark of The IEEE.

Site Map | Contact Webmaster | Glossary | License and Disclaimer | Terms of Service

↑ TOP
Main