When we have a wordpress or other sites in document root of Magento, we might get some warning like this: Warning: include(file.php):...
Wednesday, August 10, 2016
Show post contents formatted in frontend like in TinyMCE editor
Shyam Krishna Sreekumar
August 10, 2016
Yesterday one of my client ask me they want to show post contents formatted like they added in admin TinyMCE editor with new lines/brea...
Tuesday, July 30, 2013
Its very easy to convert excel data into lower and upper cases. For changing into lowercase, use formula ...
Tuesday, July 23, 2013
Combine two or more column in excel.
Shyam Krishna Sreekumar
July 23, 2013
Combining two or more column in an excel can simply done using the formula =concatenate(a1,b1) .......................................
Sometime our data contain unwanted leading and trailing spaces in excel. But dont be panic. Removing it is very simple. Yuo can use formula...
Monday, July 8, 2013
Sometimes we need to put alternate empty rows in an excel. For this just copy below code and run macro.You are done. Sub InsertAlt...
Friday, June 21, 2013
Sometimes we need to put empty rows in excel for every change in id/values in a column. Below macro helps us to put empty rows for every c...