Secure downloads with SFTP / SCP and Java

I wasn’t able to find a software that permits me to automatize the file transfers from a command line script using SCP or SFTP protocols, so I wrote two small CLI (Command Line Interface) applications in Java language that permit this. Both the applications accept many arguments (host, username, password, remote directory, local directory) on [...]

Read full story Comments { 0 }

Book : CodeIgniter 1.7 Professional Development

Title : CodeIgniter 1.7 Professional Development Authors : Adam Griffiths This books covers both the basic and advanced features of CodeIgniter (MVC PHP development framework). It explains how to use correctly the CodeIgniter (CI) API and libraries and how to build your own plugins and libraries. It covers every aspect of the development with CI [...]

Read full story Comments { 2 }

Book : CodeIgniter 1.7

Title : CodeIgniter 1.7 Authors : Jode Argudo Bianco & David Upton This book explains the benefits of using CodeIgniter as PHP framework for developing PHP web applications. This book isn’t a substitute for the CodeIgniter online user guide, but is very useful to understand the philosophy and the concepts of CI. It covers the [...]

Read full story Comments { 0 }

Localized Paypal payment requests

If you work with customers outside your country and not speaking your mother tongue, it is necessary to send them a payment request in their own language in Paypal, because the default language of Paypal payment requests is the language of the country where you have registered your account. Paypal request money feature doesn’t permit [...]

Read full story Comments { 1 }

Database in Javascript : Taffy DB

If you need to implement a database on client side in Javascript I suggest to consider Taffy DB. Taffy DB is a small library that can simplify the work a lot when you have to deal with many data structure in Javascript : Taffy DB is a free and opensource JavaScript library that acts as [...]

Read full story Comments { 2 }

E-commerce for WordPress

For my last project based on WordPress (I am bambu) I needed an integrated e-commerce solution. After several evaluations of the different available solutions, I decided to use ShopPlugin. ShopPlugin is a powerful WP module that add all the features needed to create an online store. It supports both physical products as well as digital, [...]

Read full story Comments { 1 }