Overcoming: Warning: array_keys () [function.array-keys] / widgets.php on line 1045 in wordpress

Posted on May 4th, 2010 in Web Programming

If you are experiencing an error message that appears after adding the top blog on the widget html text on the page that is paired dashboard widget even knows where previously missing. You do not need to worry and panic, here we provide solutions to overcome problems that interfere with the error message on the display of your blog.

Warning: array_keys () [function.array-keys]: The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 10Warning: array_keys () [function.array-keys] The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 1045

Try to follow the following guidelines:

WPAU: The function exec ()

Posted on May 1st, 2010 in Web Programming

Automatic Wordpress Plugin is one of the Wordpress plugin which is currently quite popular because it offers convenience to upgrade WordPress to the latest version automatically.

However, this plugin uses the functions exec () so they can run well. And unfortunately again, when you are on shared hosting, the function exec () into the list disable_function php. So the plugin can not run well.

Tips and Trick to change ‘nofollow’ to ‘DoFollow’ on Blog

Posted on March 10th, 2010 in SEO

Before reviewing much of the function of the two terms above, there is the sense we know him well beforehand. The terms above may not be familiar to fellow bloggers. I previously tried a little to explain what it is nofollow and DoFollow:

nofollow: intended to block access to content or to prevent that content will be indexed by search engines. This is a method to block search engine spiders to access content on web sites or prevent them include the content pages in their index (the Robots Exclusion Standard) / robots.txt to block access and pages designed by our blog or admin so that search engine spiders may or may not be in exploration.

DoFollow: having opposite meanings, in the sense you will get a backlink from comments that you provide on a blog, can be interpreted in broad outline that the spider robot will work without any restriction that tag.

Web Templates Without Table – PHP, JavaScript, and CSS (Part 2)

Posted on February 1st, 2010 in Web Programming

As already mentioned in the previous article, that the website layout without tables, will allow search engines find your website content. Now let’s try to make the website layout without tables that result is the same with the previous website layout using tables.
Here is a sample html code for the layout of the website without tables:

HTML:
<div>

<div>#WEBSITE_TILTLE#</div>

<div>HOME | FAQ | CONTACT | SITEMAP</div>

<div>

<div>#BLOCK_LEFT#</div>

<div>#CONTENT#</div>

<div>#BLOCK_RIGHT#</div>

</div>

<div>© 2006 Web Programmer. All Rights Reserved.</div>

</div>

Web Templates Without Table – PHP, JavaScript, and CSS (Part 1)

Posted on January 10th, 2010 in Web Programming

Web template allows us to create a website with just a few web design layout for a lot of web content display. Why do some layouts for multiple views? This is to facilitate the redesign of the web, so only a few layouts that need to be revamped. Simultaneously with the template mechanism, a website will be easy to learn, because the source code (PHP) web layout and design (HTML, JavaScript, and CSS), separated, or not used as a file or part.

Why without the Table? Usually someone will be easier to load a website layout using tables, for ease in design and management. For example: