Posted on Oct 21st, 2009 in
Flash Tutorials |
0 comments
In this lesson, I will explain to you how to create clean and advanced flash menu using the action script code and some special flash tips and tricks. Using this lesson, you will also learn how to design menu, how to animate it, apply action script code on it and much much more! You can use this menu for any web site.
Example:
Step 1
Open a new flash document. Select Modify > Document (shortcut key: Ctrl+J )....
Posted on Aug 30th, 2009 in
Php Tutorials |
0 comments
1. Befriend the PHP Manual
If you’re new to PHP, then it’s time to get acquainted with the awesomeness that is the PHP manual. The PHP manual is incredibly thorough and has truly helpful comments following each article. Before asking questions or trying to figure out an issue on your own, save some time and just head straight to the manual. Odds are the answer to your question is already nestled in a...
Posted on Aug 21st, 2009 in
HTML Tutorials |
0 comments
1. Making a basic dropdown that works
Web designers and developers find themselves creating dropdown menus over and over. I’ve drilled dropdown menu production to a science. Seriously. Here’s the benefits of Brian Cray’s basic dropdown menu code:
Can be put anywhere on site in a matter of seconds
Forces no styling on the menu, but adapts to ANY styling
Can handle multiple dropdown levels gracefully
Covers...