increment decrement in php there 4 types 1)Pre-increment:- ++$my_information means it can be Increments $my_information by one, then returns $my_information. 2)Post-increment $my_information++ means it can be Returns $my_information, then increments $my_information by one.
Layout handles for product grid and list view in MagentoHello Using the handles: catalog_category_default, catalog_category_layered
and catalogsearch_result_index you should be able to change the template
of the products listed.
Your first (with the {{media}} tag) is correct and should work. In the admin go to System > Configuration > Web > Secure and make sure the following are set: Base Link URL - {{secure_base_url}} Base Skin URL - {{secure_base_url}}skin/ Base Media URL - {{secure_base_url}}media/