Friday, December 20, 2013

Google Code Downloads Download Script

A small script to download all downloads from a given Google Code project: https://bitbucket.org/subwiz/gcode-download/ Since Google turned evil, and deprecated Google Code download service, this script can be used to migrate the downloads to other services.

Saturday, December 7, 2013

Sunday, October 6, 2013

CSV2HTML Tool Project

A new project has been initiated: CSV2HTML. This is a command-line tool to convert from CSV format to HTML table. Download the pre-release version from here: https://bitbucket.org/subwiz/csv2html/downloads.

Saturday, August 31, 2013

3.2.1 Release of WizTools.org RESTClient

The latest version of our flagship product, version 3.2.1 is available for download. The release has two bug fixes: one affecting proxy users in cli tool, and the other affecting people working on IDN URLs. There is one excellent feature improvement that is also implemented: Groovy Test Scripts can now have supporting external Jars. Checkout the release notes for details.

Friday, July 5, 2013

3.0 Release of WizCrypt

Happy to announce the 3.0 release of WizCrypt. WizCrypt is the oldest project from WizTools.org. This is a command-line tool to encrypt files. Originally designed as a cross-platform tool to encrypt my secret files from a shared PC. The algorithm and file-format have been chosen/designed for speed from Desktop user perspective.

Thursday, June 27, 2013

WizTools.org RESTClient Book

Get this Kindle book:

RESTClient Book

RESTClient 3.2 Release

Get the latest and the greatest release of RESTClient. This release supports Internationalized Domain Name (IDN) and history. View detailed Release Notes here.

Sunday, May 12, 2013

PHP OOP Book Updated

New chapter on PHP Functional Programming and few concepts left in the original edition (like Object Cloning) are covered in this update. Get the new edition here: http://www.amazon.com/dp/B00CM4ZECG. Readers who have already bought the book will receive a mail from Amazon detailing how to download this free update.

Wednesday, May 8, 2013

Applying Lean Principles in Publishing

Launch the minimum-viable product. Then keep improving.

Can this be achieved in publishing industry? This is going to be my experiment. Technical books are best suited for this type experiments, considering the rapid innovation in the software field.

Friday, May 3, 2013

PHP OOP: Quick & Dirty for Advanced Learners

Our first book is published:

PHP OOP: Quick & Dirty for Advanced Learners

The book is available for free under a promotion that ends midnight May 4 midnight PST.

Monday, April 22, 2013

Focusing on the Essentials: A way of Learning

There are many things that we do in our life that don't add any value to our life. One such thing is learning the complete detail of a technology. Ever since I started learning programming, I have taken one approach to learn: learn the essentials. Then jump into implementation. The details of the language / software / environment are just a search-term away.

When buying a technical book too, I try to avoid reference books. Most of the information available in the reference books can be fetched quicker by a web-search. What I want a book to be is like a tutor: explain the fundamentals and give enough information to inspire me to explore more.

The same approach will be followed by books published by WizTools.org. The first in the series of books that will be published is under preparation and will be available shortly. The book covers PHP Object Oriented and Modular Programming.