Monday May 21 , 2012
Font Size
   

How to Fix: It seems you arrived at this page from a search engine. To help you find what you were looking for, we've highlighted your search terms

A client of mine was complaining that when people find his website through search engines, the search terms are highlighted, following by this message:

It seems you arrived at this page from a search engine. To help you find what you were looking for, we've highlighted your search terms


This is not an issue or problem. There is a Plugin in your Joomla admin that needs to be disabled.

Just go to your domain/administrator > mouse over the extensions > Click on Plugin Manager

Search for ( filter ) System - Isekeywords and then disable the plugin. Problem solved!

 

How to Track Inventory using Attributes in Virtuemart

Many Joomla, Virtumart users have the question "How to control the inventory using Virtumart?"

It's been said that virtumart doesn't support inventory management using attributes, however here is an easy, step by step solution in order to manage the inventory using virtumart.

Create a product with no attribute

While the product is open click on 'Add Attribute'

Enter the attribute name and save

Open your product again and click on New Item and add the information

On Item Status Page, enter 'In Stock' number and at bottom of page enter your attribute (ie Small, Medium etc) , click 'Save'

To add additional product attributes
1.    Go to 'Product List'
2.    Find the product and click 'Item Information' next to product name
3.    Click the 'Clone Product' icon associated with the existing sub product
4.    On the 'Item Information' tab create a unique sku
5.    On the 'Item Status' tab enter your attribute
6.    Click 'Save'

   

Is There a New Macbook Pro Coming Out in 2012

There has been so many rummers about a new macbook pro coming out April, May or June 2012.

Intel is lunching its new Ivy Bridge with a new 22-nanometer process micro architecture which has 3D transistors. The  new Ivy Bridge Core i7-3820QM is a high performance CPU. Based on Intel, this new CPU will have less power consumption and as a result a longer battery life as well as more CPU power.

However, what most mac lovers want to know is whether the new laptop is thiner, has new features and if apple is going to remove the optical drive from the laptop. Imagine a macbook pro with retina display with real high-resolution. This will be a break point for graphic designers and video games. 

I also heard that Apple's Macbook pro sales is decreasing since most people are expecting a new macbook pro coming out shortly. 

Several websites are claiming that a slimmer 13-Inch and 15-Inch MacBook Pros are in production.

I believe that it would be a huge mistake and loss for apple if MacBook Pro adopt MacBook Air's style. Yes, a less heavy Macbook Pro is favors, but removing the Optical Drive? Not wise! A high performance laptop for $1799 without Optical Drive, and imagine if apple wants to use SSD in new laptops. Currently apple is charging an extra $1100 if you want to adda 500GB SSD on your 15" Macbook pro. There are also rummers that Apple will offer a new 800GB SSD. Who know how much it will cost! That's why I believe a Macbook Air style laptop will only bring low sales volume for Apple.

Based on a report on CNN, New MacBook Pro to feature retina display. This is a great news for graphic designers, since the retina display will give them exceptional display quality.

It is also said that this could be the end of Macbook Pros. Who needs another netbook, without a Optical Drive! Most of us use our laptop to watch movies or listen to music.

My plan is to keep my 17" MAcbook Pro, keep it in good shape, since this could be the end of Macbook Pros!

   

How to Hide the Address Bar in MobileSafari iPhone

Although iPhone's resolution is relatively high, still you might need to hide the address bar in order to show more information to the visitor.

below is a very easy solution:

Add this to Body tag and head


<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(
hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>


<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);"></body>

   

How to remove “View Full-Size Image” text link in Virtuemart product description?

Sometimes you may want to remove the “View Full-Size Image” from beneath the product thumbnail in your product detail page, on your flypage.

All you have to do is the following:

Open the theme.php ocated at:   components/com_virtuemart/themes/your_theme/theme.php

Find the function vmBuildFullImageLink and within that find this line:

$text = ps_product::image_tag($product['product_thumb_image'], $img_attributes, 0)."<br/>".$VM_LANG->_('PHPSHOP_FLYPAGE_ENLARGE_IMAGE');

Change it to:

$text = ps_product::image_tag($product['product_thumb_image'], $img_attributes, 0);

   

Page 1 of 4