Archive

Archive for the ‘Tools and Resources’ Category

Text Editors for your Coding Fun

December 26th, 2009

Mr. 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.

Programming, Tools and Resources

What’s your E-mail address?

January 25th, 2009

E-mail marketing is a powerful tool that allows you to keep in touch with customers, drive repeat business and reinforce a brand. But it’s more than simply typing up a quick letter. There’s technique, best practice guidelines, regulatory compliance, look, feel and other aspects that go into sending a successful, well-received e-mail.

Your sites could collect e-mail addresses through a web form and your community partners then can e-mail them (making sure to use a good e-mail marketing software like Vertical Response to comply with e-mail privacy regulations.)

At any rate, no matter how you manage it collecting e-mail addresses is a great way to build loyalty.

Speaking of which, use the links on the left navigation to sign up for the contest e-mail lists.

General, Marketing, Tools and Resources

Collaborate using Google Docs & Apps

January 23rd, 2009

If you’re looking for a way for team members and  your community partner to collaborate on plans, site content, and more – try using Google Docs.  (http://docs.google.com) or the more robust and collaborative Google Apps (http://www.google.com/a).

Don’t worry about the “Premium” version of Google Apps… the Standard free edition should be just fine for almost any project.

Project Management, Tools and Resources

Video on your Site

January 23rd, 2009

youtube_logoYouTube, Vimeo, and Hulu. Are they just buzz words that have become part of our daily vocabulary or are they related to a better marketing opportunity? We’ve all hopped on the web video train in the past few years, but there are doubts about whether or not e-commerce sites been making the most of it. New studies and recent reports indicate that adding video to your site can boost conversions, increase customer trust levels, and differentiate your e-commerce site from the competition. Read more…

Marketing, Programming, Tools and Resources

Editing Images

January 23rd, 2009

Part of good web design is having the resources to effectively edit images.

photoshop

The industry standard is Adobe Photoshop, however it is a very expensive program.  Nevertheless, Adobe provides a “Try It” download version.  You can install and use it without limitation for 30 days.  The same is true for Dreamweaver.  You can get both at http://www.adobe.com/download.

A free open-source editor that is similar to Photoshop is GIMP: http://www.gimp.org

Design, Tools and Resources

Common Navigation Element

January 21st, 2009

One of the contest criteria is a common navigation element, but what exactly does that mean?

From a design standpoint, it means that your site’s visitors will see the same navigational element on every single page.   This is most often done via a top or side nav.  For example, this website uses a right-side common navigational element  that is the exact same thing no matter what page you’re on.   There is also a less prominent TOP navigational element that exists for the homepage and About pages.

From a programming standpoint, it means that if possible, the same file should be used on every page Read more…

General, Load Time, Marketing, Programming, Tools and Resources

Social Media and “Web 2.0″

January 21st, 2009

Social Media and “Web 2.0″ is quickly becoming a very relevant part of any business who wants to compete in 2009.   Learn more here:  http://www.ebizinsider.com/2008/09/03/using-social-media-optimization-smo-to-drive-traffic-to-your-e-commerce-site/

Some easy-to-integrate social media and web 2.0 applications include: Read more…

Marketing, Tools and Resources

Cross Browser Compatibility

January 21st, 2009

One of the criteria for the technology portion of the contest is ensuring your website is compatible in multiple browsers.

Here is a neat program that will allow you to see how your site will render in different versions of Microsoft Internet Explorer.   Beginning with IE 5.5 Microsoft browsers began rendering what I would consider “modern” web standards including CSS.  When developing a website in 2009, you really don’t need to worry about programming for browsers before 6.0 in the IE platform.

IE Tester: http://www.my-debugbar.com/wiki/IETester/HomePage

You should also be testing all your sites in:

Mozilla Firefox: http://www.getfirefox.com

Apple Safari: http://www.apple.com/safari

You might also want to… test your sites in Google Chrome (http://www.google.com/chrome) and even in mobile browsers since more and more people are surfing the web using their Windows Mobile browsers, iPhones, and Blackberry.

Solid Cactus Senior Project Manager Matt Kresge provides this article on Browser Compatibility Issues: http://www.ebizinsider.com/2008/07/17/testing-1234567-testing-1234567/

Programming, Tools and Resources