Where my articles grow up before they go public

Category Your Website

WordPress’ Built-in Plugins

There are actually few built-in shortcodes that you can use in WordPress.org without installing any plugins. They include:

Our 50 Favourite Free WordPress Plugins

Tested and Useful WordPress Plugins Akismet — Prevents spam in visitors comments. AntiVirus — Protects your site from melicious plugins and themes. Black Studio TinyMCE Widget — Adds a WYSIWYG text editor widget. Broken Link Checker — Automatically validates all… Continue Reading →

Splitting a String in Javascript

You can parse out a string to split or extract the information as follows:

Basic HTML Course in 5 Minutes or Less

An HTML file is simply a text file with an HTML filename extension like index.htm or mypage.html. A filename extension and is letters that appears after the rightmost period, in this case .htm or .html. HTML files can be edited… Continue Reading →

Adding a Transparent Caption to Photos

There are times when, instead of placing the caption to your photo below it, you might want to overlay it. You can accomplish this in a relatively simply way by first adding the following to your list of styles: And… Continue Reading →

Securing Your WiFi Router

Here are a few ideas for securing your wireless WiFi router: Changing the SSID on your router — This will make it harder for people to identify your router and any known security issues it may have. Disabling the broadcasting… Continue Reading →

The Process of Developing Content For Your Website

The basic framework of any website includes the following elements: Welcome/Home page — This is the page that creates the connection with your customers. If you fail to capture their attention and make them feel like you understand them, they… Continue Reading →

About Web Hosting Services

Web Hosting Service providers have computers permanently connected to the Internet which stores the files and information. This allows them to make your website available to visitors on the Internet 24 hours a day 365 days per year, even when your… Continue Reading →

Moderating Comments in WordPress

I believe in freedom of speech and will normally allow good and bad comments alike to appear on my blog as long as they are not offensive or abusive. However there are automated computers out there just go around from… Continue Reading →

Changing Your Email Address in WordPress

Want to change your email address in WordPress? There are actually two places you might want to do this: Your Profile and WordPress General Settings Your Personal Profile Login to WordPress as admin Click on Users in the left-hand menu… Continue Reading →

Bullets in IE9 or IE10 Beside Float Left Image

Only in IE9 and IE10 can you find bullets that decide to join the image instead of staying with the text. In some situations, the bullets will even end up under the image leaving you wondering where they went. Cross-browser… Continue Reading →

Enabling [shortcodes] in WordPress Widgets

Some WordPress shortcodes seem to work in Text widgets while others don’t. Here is how to make all your shortcodes work. While installing Ultimate TinyMCE might not be the first thing to come to mind as as the solution, installing  it not… Continue Reading →

Removing Duplicate Home Link in TwentyTen WordPress Theme

Couldn’t be easier. Just add the following to the function.php file locate in the twentyten folder or it’s child theme folder: function removeHome( $args ) {   remove_filter(‘wp_page_menu_args’, ‘twentyten_page_menu_args’);   $args[‘show_home’] = false;    return $args; } add_action( ‘after_setup_theme’, ‘removeHome’ );

Adobe Acrobat Links to Developer Resources

To enable the JavaScript Debugger for LiveCycle Designer ES Inside the Acrobat Javascript SDK (about 1 hour) Javascript for Acrobat Developer Centre Strategies for Debugging PDF Javascript PDFScripting.com AcroDialgs — A better Javascript Dialogue Box Designing Tool

Featured Content Slider

If your website is based on WordPress or any of the other big names in CMS applications, chances are pretty good that you’ll have a healthy choice of content sliders available to you. However if your website is coded in… Continue Reading →

Websites for Public Speakers

My recommendation is that you take a phased approach to the implementation. Otherwise it could be a while before you get everything you want together. The most important pages which should be included in the first phase are: Home |–… Continue Reading →

Protected: Need Corporate Web Hosting Services in Canada?

There is no excerpt because this is a protected post.

Mobile Websites Examples in the Government of Canada

Here is a list of Government of Canada Websites that provide support for mobile devices. There aren’t many and the quality varies considerably. Some are completely different websites, some only contain a subset of the full sites content and others are… Continue Reading →

Some Interesting Web Stats – As of February 2012

I compiled some interesting world stats recently and here is what I found: Most Popular Search Engines For most of the countries on our priority market list, Google is BY FAR the most popular search engine. However there are three… Continue Reading →

Setting up a Website for Educational Purposes

ASP.Net / SQL Server If you are looking for ASP.Net, I’ve heard people recommend ASPSpider. Their services include ASP.net 4.0 and SQL server. Their free accounts limit you to 100 MB of disk space but that should be more than… Continue Reading →

Adding a Language Toggle to qTranslate Plugin for WordPress

IMPORTANT NOTE: If you update qTranslate, these changes will be overwritten and you will need to re-insert this code again in order to restore the functionality. qTranslate is a wonderful plugin that can help you create a multilingual website. If… Continue Reading →

Help! My WordPress Blog/Website is stuck in Maintenance Mode

Do you have a recent backup of your WordPress site including both the database and the files? Hope so because you might need it. Occasionally, a theme or plugin installation/update fails and your site can end up stuck in Maintenance… Continue Reading →

Text between square brackets disappears in WordPress

One of the challenges you may occasionally have is how to make [shortcodes] or other text in square brackets appear in the website. The reason the text doesn’t show up is because WordPress interprets text in square brackets as special… Continue Reading →

Useful WCAG 2.0 Tools and Online Resources

This is a list of free web development tools and resources to help you ensure accessibility on your  website, regardless of whether or not you decide to take it all the way to WCAG 2.0, Section 508 or your countries favourite flavour… Continue Reading →

WCAG 2.0 HTML Tips

Multilingual Website: If your website had content in more than one language, be sure to identify the default language of the page using the HTML tag itself. Example: <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”fr” lang=”fr”> Mixed Language in Same Page: If you have… Continue Reading →

« Older posts Newer posts »

Copyright © 2024 TNG Consulting Inc.

Theme by Anders NorenUp ↑