Archive for Programming
The Web 2.0 Component
Posted by: | CommentsPart of the contest is adding a Web 2.0 component to your website. Here are three suggestions.
- Create a Twitter Account for your client. Add a Twitter feed to the client’s website and teach them how to update it. It’s a quick way to post updates without knowing any programming.
- Create a Facebook Page for your client. Incorporate the client’s logo and messaging. Add a “Facebook Connect” button to the main website to encourage visitors to connect.
- Do a video tour of the business. Create a youtube account and embed the video tour on the website. Do this for your client’s existing TV commercials.
One note about video and load times:
Stay away from embedding Windows Media. With services like YouTube, there is no reason for you to host or stream media from your server. Upload the video to YouTube and use the embed code to make load times fast and efficient.
Text Editors for your Coding Fun
Posted by: | CommentsMr. Dawe’s favorite editor is PSPad, since it’s free and awesome. Take a look at this post for the 15 Most Popular Text Editors for Developers: http://sixrevisions.com/web-development/the-15-most-popular-text-editors-for-developers/
Thanks to Workforce Development and Human Capital Expert Karla Porter from the Greater Wilkes-Barre Chamber for sharing the link.
Teach yourself to Program at w3schools, csszengarden, and more
Posted by: | Comments
At w3schools.com you’ll find all the web-building tutorials you need, from basic HTML and XHTML, to advanced XML, CSS, and more. You also have access to a “lab” where you can try out different code and see how it will interface online. http://www.w3schools.com
Another great reference for CSS is CSSZenGarden.com.
Now, part of the contest is ensuring your site is programmed using CSS and that CSS is “external.” What does that mean and why does it matter? Read More→