Banner Image
Banner Image
Banner Image

Create a custom directive in Angular JS

Create a custom directive in Angular JS

Angular Js uses MVW(Model View whatever) Architecture. We can create a dynamic pages using Angular Js. We can extend the HTML functionality using Angular JS directive method. We can extend the HTML with four types Element – <my-dir></my-dir> Attribute – <div my-dir=”example”></div> CSS – <div class=”my-dir”></div> Comment $compile method match the directives based on element, […]

Read More

Magento Custom wysiwyg text parse variables on print on screen.

When i was new with magento i was get lot of problem with this wysiwyg text parse. i try to do that manually with php code. But after move inside the magento core function i found that method how simply parse the variable for the wysiwyg text description or custom module text. Magento has the […]

Read More

CSS Clearfix Hack

Clearfix is one type of hack method to force the container’s(which has floating element inside) height based on the floated element. This is also know as Easy Clearing Hack. You can use this below code to avoid that layout issue arise by that floated element on all browsers. [css] .clearfix:after { content: "."; display: block; […]

Read More

WordPress Plugin Polaroid Slider Lite Admin Upload Button Issue – Fixed

Last week i was install this module one of my project. That has issue with Jquery in admin panel upload button. I was get java script error. So i check browser console part. There shows the error on Jquery attirbute select on font.js file. [javascript] Error: Syntax error, unrecognized expression: input[name=*font-weight]:checked [/javascript] Normally that Jquery […]

Read More

Magento upgrade 1.7.0.2 to 1.8.0.0(stable) – FTP

Hi friend, Today i am going to explain the step to upgrade your Magento website with 1.7.0.2 to 1.8.0.0(stable) Latest version. Please follow this below steps to done this upgrade fast and easy. Step 1: You put your website in to Maintenance Mode. On this step you have to create a “maintenance.flag” in your website […]

Read More

Magento Get URL on php and phtml pages -Magento URL Function

With the below code you can get all the Magento URL related methods like Base URL, Skin URL, Unsecure Skin URL, Media URL, Js URL, Store URL, Current URL, Store Page URL, Store Page URL without slash 1. Get Base Url : [sourcecode language=”php”]Mage::getBaseUrl();[/sourcecode] 2. Get Skin Url : [sourcecode language=”php”]Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN);[/sourcecode] (a) Unsecure Skin Url […]

Read More

Magento SetColumnCount Based on layout Selection – PHTML

I was worked lot of project for this layout based columncount on Magento Product listed page. But all time i was used only the XML solution. But that won’t work with multiple layout which is selected by admin on category layout section. Now i can show the simple method to fix that problem on layout […]

Read More

JQuery – $.browser.msie Alternative – Fixed

I was worked for one of the project to fix in Jquery issue. It has problem after updated the Jquery script from 1.6 to 1.9. This Jquery upgrade on that website regarding to add new Sliders plugin for that website. After updated that new Jquery version i got this below error on it. [javascript] $.browser.msie […]

Read More

Stay Ahead in Digital Innovation

Looking for expert tips, industry insights, and strategies to boost your digital presence? Subscribe to Sharesoft Technology’s weekly LinkedIn newsletter!