My Articles
General
Merging pdf files in one line
February 2, 2015

Merging pdf files into a single one   Merging pdf files has never been so simple using Ghostscript from command line in both Linux and OsX. Just open a console and type:   gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=<yourfile.pdf> <your_list_of_pdfs> This command will merge pdf files your_list_of_pdfs into a single file called yourfile.pdf. So easy, […]

General
SEO tools for beginners
January 30, 2015

Online SEO tools Hello folks, I want to share with all of you a couple of SEO tools I started using the past days. Simple and practical stuff available for free. SEO tools list Google Trends: Google Trends is a nice way to find out which are the search volumes for the chosen keywords; it […]

Programming
HTML5 you’re ready!
October 31, 2014

After many years W3C puts its official stamp on HTML5 which has been widely used in these past years by a lot of developers fascinated by its promise of develop once deploy anywhere. In its post about HTML5, W3C says that according to a Vision Mobile Survey, 42% out of 10.000 interviewed developers are using the combination of […]

Linux tips

I wanted to write a small article on how to fix “Shellshock” bug on Apple OSX, but there are many around the net. I found this one on ReadWrite and I think that it’s well written and easy to understand! “Apple is aware of the bash “Shellshock” bug that affects OS X users, and issued […]

OSX

Hi all, My faithful Sony Vaio equipped with Ubuntu 14.04 after some honourable years, stopped working properly; since I’m a developer and I need a computer to work, I decided to move into the Mac world. One of the first things I had to learn, was how to start and stop apache properly and how […]

General
Introductory Linux Course on edX
March 26, 2014

The Linux Foundation announced that it will offer its 60 hours introductory course ( normally charged US$2500) for free on edX platform. The course should start on the 3rd Quarter of 2014, as stated in its page on edX website and it will be available for anyone having an internet connection. More explanations here on […]

Javascript tips

Hello folks, Today I’d like to talk about how I used jQuery , HTML and  CSS  to build a simple slide show. Obviously this is only a wire frame so, it’s up to you making it beautiful!! So, open your favourite editor and let’s start. The problem: At job I had to display a bunch […]

Javascript tips

Hello folks, I know I don’t have a frequent blogging experience, but  my second son just arrived and being a dad is not so easy so, I didn’t have too much time to write. During the small amount of time left , I tried out Node.js a powerful platform built on Chrome JavaScript’s runtime, which […]

Javascript tips

Hello, Today I’d like to show you how to force the download of a file using an ajax request, since I think that this is a common problem. Because of the nature of ajax, it’s not possible to download a file during an asynchronous request. What can be done instead is using a combination of […]

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close