While working on a WordPress website which is hosted on Yahoo, we encountered a strange bug where the SlideDeck function which generates the PATH of SlideDeck style sheet replaces the “/” with the actual WordPress absolute path or site url.

It happens (very rare) because the stylesheet output path does not generate correctly.

Below is the solution you can apply to debug the issue. It should solve the issue. Please let us know if you have additional question regarding this.

We have been working through this and think we have found a solution. If you would be as kind as to replace line 488 in your slidedeck.php file:

$skin_url = str_replace( “\\”, “/”, str_replace( substr( ABSPATH, 0, -1), site_url(), $skin_folder ) );

with the following:

$skin_url = site_url( str_replace( ABSPATH, “”, $skin_folder ) );

{ 0 comments }

With the advent of CMS like WordPress and Drupal, webmasters can now manage websites with little or no web development expertise. These two content management systems are among the best in the industry, but which one is the favorite? [click to continue…]

{ 0 comments }

WordPress as a CMS

by admin July 5, 2010

In the past, building websites required very advanced skills in web technology and different programming languages. Webmasters were supposed to be well-versed in HTML, PHP, CSS, and many other programs, in order to create even a simple website.

Read the full article →

What is WordPress CMS & its features?

by admin July 5, 2010

WordPress is a content management system or CMS. You can manage, store and retrieve data through a computer based manual which is designed to be used for blog publishing application. The system works through a collaborative approach which uses the hypertext Preprocessor scripting language or PHP as well as multi-user data management system, the MySQL. [...]

Read the full article →

Thing to do before Upgrading your WordPress

by admin July 5, 2010

From time to time you may want to update your WordPress installation to the latest version. You might want to do this because you’ve seen a message at the top of your Dashboard telling you that a new release is available, because you’ve been made aware of some useful new functionality, or because a security [...]

Read the full article →

What is Magento shopping cart & its features?

by admin July 5, 2010

Magento is comparatively new open source web application. It was first launched on 31st march 2008. While building the different components of Zend Framework, Magento was created as an ecommerce web application by Varien. The version 1.1.7 was licensed under the Academic Free License version. It is also available in 3.0-version under the Open Software [...]

Read the full article →

How to configure VirtueMart to work with SSL?

by admin July 5, 2010

VirtueMart can use both a private SSL certificate and a shared SSL certificate. Below you will find guidelines how to configure it depending on the certificate you want to use.

Read the full article →

What is Joomla CMS and its features?

by admin July 5, 2010

There are three basic forms of interfaces or platforms on which Joomla can be used. One is the intranet and the other two is the World Wide Web and Model-view-controller. Intranet is basically used to share information between different employees in the organization. People can transfer data and share information through internet protocol technologies. World [...]

Read the full article →

What is AJAX and how does it works

by admin July 5, 2010

What is Ajax? Ajax (Asynchronous JavaScript and XML) is a technology that allows a web page to perform actions or update dynamically, without completely reloading. By using Ajax technology, a web site can be more responsive and interactive than a non-Ajax site. For instance, without Ajax, Google Maps might require you to click a link [...]

Read the full article →

Ajax in WordPress

by admin July 5, 2010

Because of its responsiveness, Ajax technology is being adopted by all sorts of web sites — and WordPress is no exception. Currently, the core of WordPress uses Ajax only in the administration screens. For instance, Ajax is used for instant updates when you are doing comment moderation, and when you are adding and deleting items [...]

Read the full article →