Tuesday, May 20, 2008

Great Font Resources!

Here are some GREAT fonts resources!!

A GREAT RESOURCE FOR ANYTHING WEB DESIGN

You can find SO many web sites here!! This is incredible!! Check out the free CMS at the bottom...

Click HERE

Christian Web Designers

Obviously I added my company www.stepstonedesigns.com to this list, but I was in class the other day (more like 3 weeks ago) and I found a lot of Christian web designers and web design companies so I made a list.... and here it is:

  1. Check out www.church123.com
  2. Christian web desisgn
    1. http://www.lastdaywarriors.com/
    1. http://www.exodusdesign.com/services.htm
    2. http://www.ourchurch.com/ - FREE CHRISTIAN WEB SITE HOSTING
    3. http://www.respiromedia.com/
    4. http://www.christian-web-masters.com/
    5. http://www.christianwebdesign.org/
    6. http://www.webtechdg.com/resources/
    7. http://www.hightechministry.org/
    8. http://www.christian-internet.com/
    9. http://www.arkwebs.com/
    10. http://www.choicemediadesign.com/
    11. http://www.christianpathway.com/
    12. http://www.christiandesigns.org/
    13. http://www.christiantemplatesonline.com/
    14. http://www.hostingtruth.net/ - WEB HOSTING
    15. http://ichthusdesign.com/
    16. http://www.bridgeoutdesign.com/
    17. http://www.alfalogic.com/about-us/
    18. http://www.christian-webdesigns.com/
            1. URBAND.ORG - the crossover church link doesn't work
            2. JUST AN AMAZING MINISTRY - http://www.crossoverchurch.org/
            3. http://www.sanctuarycovenant.org/joomla/
    19. http://www.truthdesign.net/
    20. http://www.crossingtheweb.com/
    21. http://www.christian-web-masters.com/forums/
    22. http://www.radiantd.com/
    23. http://newfreedomtechnologies.com/
    24. http://www.elexio.com/

Flash PHP Email / Contact Form

To get the flash conatct form, please click here to download. After unraring the file, please follow the below instructions.
Installing the contact form

The contact form will help you recieving messages directly from your site. The message is sent by a PHP script so you will need PHP support on your hosting server.

1. Unzip / Unrar the contact form archive. You will find 3 files :

  • contact_form.fla - the contact form source file

  • email.php - the PHP file which will send the message

  • contact_form.swf - the standard contact form

The standard contact form has 3 fields : Name, E-mail, Comments and the send button:

2. Copy those 3 files into your site folder.

3. Edit your site in Macromedia Flash MX or Macromedia Flash MX 2004.

4. Go in the timeline on the contact keyframe.

5. Insert a new empty movie clip : Insert -> New Symbol -> Movie clip. You can name it "contact form".

6. Open the Flash Library ( CTRL+L or Window -> Library ) and drag the "contact form" movie clip symbol into the timeline contact keyframe.

7. Name the "contact form" movie clip symbol : "contact_form"

8. On the timeline click the contact keyframe, open the actions tab ( F9 ) and place the following actions:

_root.contact_form.loadMovie("contact_form.swf");

Now when you will export your movie the contact form will load into the contact keyframe.

9. Now you will have to insert the email address where the messages will arrive. For this you will have to edit the second line : << $destination="email@domain_name.com"; >>. You have to change "email@domain_name.com" with your email.

Now the contact form will work and the messages will arrive on your email address.

Contact Form Customization

The standard contact form has only 3 input text fields, but you can add more fields.

Adding a new text field :

1. Open in Macromedia Flash contact_form.fla

2. Open the Flash Library ( CTRL+L or Window -> Library ) and edit the "form" movie clip symbol.

3. Select the Text Tool (T), from the Properties panel select Input text and draw your new text field..

4. Also in the Properties panel there is the "Var" property where you must enter the name for your new text. Let's name it "new_text_field".

5. Edit the "email.php" file. Right click the file and select : Open With -> Notepad . For the new texfield you must add new lines in the PHP script: and the standard script will be now like this:

$destination="email@domain.com";

$new_text=$_POST['new_text_field'];

$name=$_POST['name'];
$email=$_POST['email'];
$mes=$_POST['comments'];
$subject="Message from $name" ;
$mes="Name : $name\n
Email: $email\n
Comments: $mes\n

New text field : $new_text";

mail($destination,$subject,$mes);

?>

Now the new text field will work.

GOOD LUCK!

Thanks to those that contributed to this tutorial :)

Saturday, May 3, 2008

Free Money Donations from Google for Non-Profits

Google's the man! or da company if you will :)

Check this out if you are a non-profit and would like to receive donations from people for your organization for free!

Check this out: http://checkout.google.com/seller/npo/

The will have this for free until 2009 so take advantage of it!!