random timing and color actionscripts

Date: 19th October 2007 at 1:45 am | Filed under: actionscript, development | Author: Sam Burdge

Here are the actionscripts used in the {{post id="flash-mousetrails-with-random-flashes" text="example" target="_self"}} swf. First the random timing script:

Read on…

Leave a Comment

Flash mousetrails with random flashes!

Date: 18th October 2007 at 11:55 pm | Filed under: actionscript, development, flash | Author: Sam Burdge

[swf]/wp-content/uploads/2007/10/lazer_grid_306_200.swf,306,200,9,#000000[/swf]

This is an example of the Flash intro I created for lazer's site using a repeat pattern of his logo. It runs a random ActionScript that causes the colors to change and the logos to flicker occasionally. The logos also respond to the mouse creating a trail effect as you move the mouse over them.

Leave a Comment

wp plugin - remove www. from url

Date: 18th October 2007 at 6:11 pm | Filed under: development, plugins, wordpress | Author: Sam Burdge

A slight variation from my previous wordpress plugin 'Force www. in URL'.

This plugin removes the www. from the url regardless of what the user has typed or the link they have followed.This type of redirection is usualy done by altering the .htaccess file, which some Wordpress users may not have access to. Using a plugin to do this is an easy solution for WordPress users as the setup process is simple, and will be familiar to most of you.

Instructions:

  1. Download the plugin file here: Remove www. Plugin (rar) | Remove www. Plugin (zip)
  2. Upload the php file into your plugins folder (/wp-content/plugins/)
  3. Go to your plugins page in WordPress and activate the plugin

Read on…

3 Responses to “wp plugin - remove www. from url”

  • Comment by Wouter
    Date: September 22nd, 2008 at 11:12 am

    Do you know how to undo this plugin? After activating this plugin I can’t login to my wp-admin anymore. I have Wordpress 2.6.2. When I try to go to wp-admin or wp-login.php it redirects me to http://nl../wp-admin instead of http://mydomain/wp-admin

  • Comment by Wouter
    Date: September 22nd, 2008 at 11:20 am

    By deleting the remove-www.php file my wp-admin works again so problem solved ;)

  • Comment by sandrar
    Date: September 10th, 2009 at 9:45 pm

    Hi! I was surfing and found your blog post… nice! I love your blog. :) Cheers! Sandra. R.

Leave a Comment

wp plugin - force www. in url

Date: 12th October 2007 at 6:21 pm | Filed under: development, plugins, wordpress | Author: Sam Burdge

This nifty little WordPress plugin will force the url to include the 'www.' part of the url string. Useful if you want your address to be displayed in a particular way regardless of how the user types it in. To see how it works delete the www. from your address bar (i.e. http://samburdge.co.uk) and press return. This type of redirection is usualy done by altering the .htaccess file, which some Wordpress users may not have access to. Using a plugin to do this is an easy solution for WordPress users as the setup process is simple, and will be familiar to most of you.

Instructions:

  1. Download the plugin file here: URL to Full URL Plugin (rar) | URL to Full URL Plugin (zip)
  2. Upload the php file into your plugins folder (/wp-content/plugins/)
  3. Go to your plugins page in WordPress and activate the plugin

Read on…

7 Responses to “wp plugin - force www. in url”

Leave a Comment