I got a good news to share with you! You might know that I was writing a book titled Magento 1.4 Development Cookbook from Packt Publishing. My book has been uploaded and available for buying. I am pretty much happy with it!
For those who have no idea what I am talking about: It is a book both on paper back and pdf format available to buy from Packt Publishing, Amazon and book stores. This book has 12 chapters with more than 80 real world recipes to cope with Magento 1.4 development. There are some chapters in it which will guide to optimize your application to it’s extent. There are 332 pages in this book.
I am thankful to all of you guys who has inspired me always. Without further ado here is the details: https://www.packtpub.com/magento-1-4-development-cookbook/book
Related posts:
9 Responses to “This is a shameless self promoting post on my book from Packt Publishing”
Trackbacks/Pingbacks
- Tweets that mention This is a shameless self promoting post on my book from Packt Publishing | Dynamic Guy -- Topsy.com - [...] This post was mentioned on Twitter by Nurul Ferdous and NPND Inc., News Effect 9. News Effect 9 said: ...
- This is a shameless self promoting post on my book from Packt Publishing - [...] uploaded and available for buying. I am pretty much happy with it! For those who have no idea... ...



Great Job! Bhaiya
Ferdous vai! Brilliant. I m proud of u n happy as well
Hi
Really enjoyed the book I have written my review of the book here:
http://philipoakley.org/2011/01/31/books/magento-1-4-developement-cookbook-from-packt-publishing-reviewed/
Many thanks.
Hi Nurul,
Great book so far, but I have found errors with some of the code (maybe). I am in Chapter 7 – Database Design. I’m trying to make the very first change to view.phtml, to allow the printing of data in the product view page, using this code from your book:
<?php
$singleton = Mage::getSingleton('catalog/session’);
echo '
’;
?>
It is pasted into the top of view.phtml as per the instructions. However, as soon as I do this, Magento gives the error: Parse error: syntax error, unexpected ‘>’
It doesn’t seem to recognise the code. I took out the
seems echo is syntactically wrong. that should be in one line. please try this:
< ?php
$singleton = Mage::getSingleton('catalog/session’);
var_export($singleton->debug());
?>
Hi,
I like your book very much. But I couldn’t get tagosphere js in the internet. Can you provide me once. Thank you so much….
hi redzwan, glad you liked it. here is the archive for my jQuery plugin: http://archive.plugins.jquery.com/node/8290 as now jQuery plugins moved to github.