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.
|
|
continue reading »
Posted in Spotlight Posts, WordPress
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.
|
|
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 »
Posted in Web Page Coding, WordPress
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.
|
|
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 »
Posted in RSS, Web Browsers
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:
|
|
continue reading »
Posted in PHP, Quick Tips, Web Page Coding
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
|
|
Most of the improvements made to the WebCodePro Blog are thanks to Lesterchan's excellent WordPress Plugins. continue reading »
Posted in Uncategorized
June 28th, 2008
Olieng's Photoshop World was created by Olieng Panyanouvong, a very talented Web Developer and Graphic Designer based in Sacramento California. continue reading »
Posted in Photoshop, Spotlight Posts