How-to: Create a Contact Form for ASP Using Dreamweaver CS3
NOTE: This form does not have any Form Validation.
Read full article: http://dreamweaverspot.com/adobe-dreamweaver-tutorial-contact-forms-asp/
NOTE: This form does not have any Form Validation.
Read full article: http://dreamweaverspot.com/adobe-dreamweaver-tutorial-contact-forms-asp/
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
21 Stimulating Color Palette Tools For Designers by Alyssa Gregory (SitePoint.com) I’m always excited about the possibilities of a new design. At the very beginning, I never really know where it will end up, and I love that feeling. The whole process of choosing colors and creating a color palette for a site is usually…
Adding a “Home” link to the Pages Menu in WordPress 2.9.2. Example site: http://www.toryclark.com/ One simple change to the header.php file makes the Home page link show up in the Pages Menu. Add the number “1” between the = symbol and the & symbol. See red-colored 1 in the second example below: Find: <?php wp_page_menu(‘show_home=&sort_column=menu_order,…
How to Use Mobile Emulation Mode in Chrome An excellent article written by SitePoint tech blogger Craig Buckler.
I always forget the CSS URL path to background images. Thanks TechGnome from the WordPress.org Support Forums. If the path to CSS (or any file for that matter) leads off with the / that means go to the root and begin look there. A single DOT in front of the slash means look in current dir, and…
By Brian Chau: I was asked today how to create a web page with transparent flash video like that in : http://www.livefaceonweb.com/samples.aspx Use a green/blue screen video with After Effects CS4. Do a chroma key with the Keylight effect. Render the video as flv (On2VP6) and make sure you select the “Encode Alpha Channel” box….
Overview: Custom Sidebar inside a custom Category template. Problem: Client wants an ad to be placed in the sidebar of a specific Category (Wine of the Week). WP Advanced Newspaper theme doesn’t have a category.php file that I can alter. Solution: Create a custom Category template using the archive.php file, and create a custom Sidebar…