Website Designers and Webmasters

Dedicated to all the tasks Webmasters, Website Developers and Website Designers find themselves facing.

By: Ashton Sanders

Simple PHP Blog

Mar 16 12:58

Filed under: Blogging, PHP, Review

I have already done a lot of ranting and raving about Blogger and Wordpress.

Although I consider these two to be the leaders of the blogging pack (by a large margin), I did run across a blog using Simple PHP Blog, and was impressed. It doesn’t have all the crazy features like the other two, but it does have a feature which really attracted my attention. On the bottom of every post there are five dots, and you can rate the post 1 to 5. This way, people can interact with your posts and website without actually having to write a comment.

Don’t get me wrong, the comment function is still intact, but the percent of comments compared to visitors is tiny, while the percent of “ratings” to visitors is much higher.

Another note: Simple PHP Blog isn’t database driven. You can run it on a server without needing a database!

If anyone ends up using this system, please let me know how it goes.
-Ashton Sanders

By: Ashton Sanders

1 year and 100+ posts!

Mar 15 13:45

Well it has been a year since my first post here on Website Design in a Flash, and this will be my 104th post!

Website Design for 1 year

This was my first blog that really got me started in the world of blogging, and I have learned a lot. I hope that I can continue to provide useful information for people working to tame the Internet. My posting frequency has slowed down over the last couple months, but I will try to pick it up again.

Here’s to another year of Website Design Tips and Tricks!
-Ashton Sanders

By: Ashton Sanders

Flash Random Scene ActionScript

Mar 9 19:35

Filed under: Flash ActionScript

I recently created a Flash Animation that would randomly play one of three different Flash scenes. Then after each scene, it would go back to the beginning and randomly choose another scene to play. This was all programmed in ActionScript in Flash.

I have a feeling that even though this code is very simple, it will save a little bit of time if I have it stored here for the future.

// First Choose a random number
//from 0 to the number of scenes
num = random(3);

//Depending on which random number
//was chosen, go to a flash scene
switch (num)
{
case 0:
gotoAndPlay(”scenename”, 1);
break;
case 1:
gotoAndPlay(”scenename1″, 1);
break;
case 2:
gotoAndPlay(”scenename2″, 1);
break;
default:
trace ( ” no case tested true ” )
}

That’s it!
-Ashton Sanders

(P.S. If this was useful for you, please leave a comment! ;) )

RSS

Where Am I?

You have found the semi-coherent ramblings of Ashton Sanders: a website designer, developer and webmaster. This is primarily Ashton's place to save notes about techniques and things that he learns in his never-ending conquest of the internet. Hopefully it's coherent enough to be useful to you too.

Subscribe:

Enter your email to get automatic emails whenever Ashton posts on the blog.

Email:

Advertisers:

Email Marketing $19/Month! OIOpublisher Learn how to make Money from Blogging Hillarious, High-Quality Shirts for $6/each Great Book Keeping and Invoicing Software Advertiser Here

Tags and Categories

Links

Blog Roll