Skip to content
Help
Sign in
Email

Access your email here.

Sign In
Registered Users

Have an account? Sign in now.

Sign in
New Customer

New to The Host Wiz? Create an account to get started today.

Create my account
 

Customer #: | PIN: View

My Products Account Settings My Renewals Visit My Account Log Out
()
The Host Wiz
The Host Wiz
Providing all your website needs
  • Domains
    • Domain Registration
    • Bulk Registration
    • Domain Transfer
    • Bulk Transfer
    • Domain Backorder
  • Web Hosting
    • CPanel
    • Plesk
    • WordPress
    • Web Hosting Plus
    • VPS
    • Dedicated Server
  • Security
    • Web Site Security
    • SSL
    • Managed SSL Service
    • Web Site Backup
  • Email
    • Professional Email
  • Marketing
    • Email Marketing
    • SEO
  • Build a Website
    • WebSite Builder
    • WordPress

Category: Web Programming

PHP – Passing Array in URL and Retrieve with Get

September 2, 2012 admin Leave a comment

To pass an array in a url use the following: <?php $serialized = rawurlencode(serialize($args)); ?> <a href=”testpage.php?args=”>Test Page</a> To retrieve…

Continue Reading →

Posted in: PHP

What are CSS Sprites and What are their Advantages

February 6, 2012 admin Leave a comment

A CSS Sprite is a single image with all of your web sites images combined into a single image. If…

Continue Reading →

Posted in: CSS

Firebug in Internet Explorer or Opera

admin Leave a comment

Using Firebug in Internet Explorer or Opera is easy. Add the Firebug Lite javascript file to the header of your…

Continue Reading →

Posted in: HTML, Javascript

CSS – Hide Text and display a Image

January 5, 2012 admin Leave a comment

Converting Plain Text The CSS Code span.image { background: url(/images/bamboo.jpg) no-repeat; /* url to image */ width:100px; /* actual image…

Continue Reading →

Posted in: CSS

Why Wont my Facebook Like Button Share Proper Content?

September 12, 2011 admin Leave a comment

I completed the following items and still was having no luck getting my Facebook Like Buttons to display proper content:…

Continue Reading →

Posted in: Facebook, HTML Filed under: Facebook, Facebook Like Button, meta, xmls

Post navigation

Page 1 of 2
1 2 Next →

Recent Posts

  • PHP – Passing Array in URL and Retrieve with Get
  • WordPress – How to integrate a plugin or widget into a theme
  • WordPress – Starter Themes
  • WordPress – Display Custom Post Types (CPTs), Custom Taxonomies and Terms
  • WordPress MultiSite – How to get the Site URL from a Sub Blog
Copyright © 2026 The Host Wiz