How to Unzip TAR GZ Files

October 21st, 2008
 

Most software developers provide several compressed file formats for users to download their programs.

However, you may run across a software program that is only available for download in the .tar.gz file format.

Unfortunately, the Microsoft Windows "Extraction Wizard" can not unzip .tar.gz files. One of the easiest and fastest ways to unzip .tar.gz files is using 7-Zip, a FREE software/open source file archiver.

Unzipping .tar.gz files is quick and easy using 7-Zip:

  1. Create a folder for the .tar.gz file to be extracted into
  2. Select the .tar.gz file and hit "extract"
  3. Double-click the .tar folder
  4. Select the .tar file and hit "extract"
  5. Select the contents folder and Double-click to view the contents

Click on images
for larger views

Select the tar gz file and hit extract
Step 2

Double-click the tar folder
Step 3

Select the tar file and hit extract
Step 4

continue reading »

 

WebCodePro Spotlight: Lester Chan’s WordPress Plugins

September 19th, 2008
 

Recently, the WebCodePro Blog was relaunched with new features and improvements. The new features include installation of these excellent WordPress Plugins created by Lester Chan:

WP-Polls 2.31
Adds an AJAX driven poll system to your WordPress blog. You can easily include a poll in blog posts and/or pages.

Lester Chans WordPress Plugins

continue reading »

 

How to Include “Copy and Paste” Code Examples in Your WordPress Blog Posts

September 10th, 2008
 

One of the hardest parts of writing blog posts for WebCodePro is including "copy and paste" examples of web page code.

If you place a snippet of code into a WordPress blog post, WordPress will erase the code completely when you hit save.

WordPress also does not display quotation marks and apostrophes in a "text" format which is necessary for the code to be read by other programs.

If you want to include code samples in your posts, it is necessary to convert the entire code into numeric character references or character entities.

Adding Code In WordPress Posts

Numeric Character References allow you to insert special characters by using specific unicode numbers. Character Entities work in the same way, except they use descriptive names instead of unicode numbers. continue reading »

 

FireFox 3: How to Change the Default RSS Feed Reader

September 6th, 2008
 

A feed reader (also called a feed aggregator) aggregates syndicated web content such as news headlines and blog articles into a single location for easy viewing.

There are several methods of subscribing to and reading RSS Feeds:

Web Based Aggregators
Some of the more popular web based aggregators are My Yahoo!, Google Reader and Bloglines.

FireFox 3 - How to Change the Default RSS Feed Reader

Client Software
Feed aggregator software that is installed on your local PC or Mac. FeedDemon is an excellent client software type of feed reader. continue reading »

 

WebCodePro Quick Tips: PHP Date & Time Functions

August 27th, 2008
 

Do you have to remind yourself every January 1st to change the copyright year on your web pages?

Use the PHP Date Function to update the copyright year in your web pages automatically every year!

PHP code can be embedded in HTML/XHTML. However, in order for PHP scripts to work, the web page(s) must be saved with a .php extension.

Below are PHP Code Samples showing how the PHP Date Function can be formatted:

PHP Date and Time Functions

continue reading »

 

WebCodePro Blog Relaunched!

August 20th, 2008
 

After a somewhat brief hiatus, the WebCodePro Blog is now BACK with new features and improvements including:

  • Blog Post Ratings System
  • Highest Rated Posts Sidebar Widget
  • Ajax Driven WebCodePro Poll
  • Post Views Tracking System
  • Most Viewed Posts Sidebar Widget
  • Popular Posts Sidebar Widget
  • Printable Version of Posts
  • Technorati Widget - Fav This Blog
  • FireFox Links Sidebar Widget
  • WordPress Links Sidebar Widget

The WebCodePro Blog is Back and Ontrack!

Most of the improvements made to the WebCodePro Blog are thanks to Lesterchan's excellent WordPress Plugins. continue reading »

 

WebCodePro Spotlight: Olieng’s Photoshop World

June 28th, 2008
 

Not too long ago, I wrote a post listing my Favorite Photoshop Tutorial Websites. Recently, I stumbled upon an awesome Photoshop Tutorials website:

Oliengs Photoshop World

Olieng's Photoshop World was created by Olieng Panyanouvong, a very talented Web Developer and Graphic Designer based in Sacramento California. continue reading »