Andrea Moro's blog
This post has been published on 15 Aug 2011
in Tips
There are so many elements that constitute the WWW: server infrastructure, operating systems, connection type, programming languages and so on. With regards of the programming languages, it is inevitable talking about the HTML, which in any case is the “definitive” language that allows a web page to be laid out. What probably not many programmers or geeks know is that HTML can be pre-saved as a static file, or built on the fly thanks to server-side technologies.
This post has been published on 16 May 2011
in Tips
Working with spreadsheets mean inevitably to face with importing data sooner or later. And blank rows or cells are a common problem, especially if we are going to use the filter to order the items in your list, which definitely don’t love empty cell/rows (well the Windows version of Excel 2010 seems to manage pretty well them, but this is not happening with Excel 2011 for Mac). For what sake should I add an empty row if this creates me trouble? Well, you are probably not adding it if you are aware about this kind of problem, but the problem is the is quite likely that before working on a spreadsheet you will face with the import command to get raw data from somewhere else (like a text file or a CSV file). So, today I will show you a very simple trick to delete blank rows from excel spreadsheets. The method applies to both [...]