This is a shameless self promoting post on my book from Packt Publishing

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

Magento 1.4 Development Cookbook

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • Identi.ca
  • Posterous
  • Technorati
  • Tumblr
  • Twitter
  • HackerNews
  • LinkedIn
  • Live
  • Netvibes
  • Reddit
  • StumbleUpon
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Related posts:

  1. phpXperts seminar 2010 was a blast, such an amazing crowd!
  2. Here is my 2 cents on Doctrine (ORM)

9 Responses to “This is a shameless self promoting post on my book from Packt Publishing”

  1. Great Job! Bhaiya :)

  2. Ferdous vai! Brilliant. I m proud of u n happy as well :)

  3. Andrew Willshire says:

    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 '

    ’;
    var_export($singleton->debug());
    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

     commands, and got an error with the  export command.  
    
    I am running Magento CE 1.5 - could this be a problem since the book is for 1.4?
    
    Thanks,
    Andrew.
    • Nurul Ferdous says:

      seems echo is syntactically wrong. that should be in one line. please try this:

      < ?php
      $singleton = Mage::getSingleton('catalog/session’);
      var_export($singleton->debug());
      ?>

  4. 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….

Trackbacks/Pingbacks

  1. 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: ...
  2. 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... ...

Leave a Reply