Pages

Monday, April 25, 2016

Tested the Libre Office software.

Today I tested Libre Office suite. The last version is 5.1.2.2 and has many features.
I like to used because I can export my work under Microsoft Office and also to open document.
You can download it from libreoffice official page.
This software can be used with many ope systems, like:
You have LibreOffice come with Impress, Calc , Writer, Math and Draw to deal with any type of issue.  I don't like for example the way to rename the macro. You need to go to : Tools -Macros -Organize Macros -LibreOffice Basic.. the Organizer button and finally double click to the name of the macros , rename and close. I think this come from permisions of the macros.
Also You can deal with macros what do you want. For example in this example I delete some fields from one document - one matrix make from A3 to B10.
  Dim myDoc As Object
  Dim mySheet As Object
  Dim myCell As Object
  Dim myRange As Object
  Dim myFlags As Long
 
  myDoc = ThisComponent
  mySheet = myDoc.Sheets(0) ' Refers to Sheet1 as in 0, 1, 2 etc
  myRange = mySheet.getCellRangeByName("A3:B10")
 
  myFlags = com.sun.star.sheet.CellFlags.VALUE + _
      com.sun.star.sheet.CellFlags.DATETIME + _
      com.sun.star.sheet.CellFlags.STRING + _
      com.sun.star.sheet.CellFlags.ANNOTATION + _
      com.sun.star.sheet.CellFlags.FORMULA + _
      com.sun.star.sheet.CellFlags.HARDATTR + _
      com.sun.star.sheet.CellFlags.STYLES + _
      com.sun.star.sheet.CellFlags.OBJECTS + _
      com.sun.star.sheet.CellFlags.EDITATTR
 
  myRange.clearContents(myFlags)
This is a simple type of macro using LibreOffice Basic language. You can also use Python , BeanShell, JavaScript.
So if you like this software and you want to survive this software, you can make a donation of at least 5 USD.

LibreOffice is Free Software and is made available free of charge. Your donation, which is purely optional, supports our worldwide community.If you like the software, please consider a donation.

Sunday, April 24, 2016

Today ...

I wrote about one game to another blog here.
My concern for today is about that blogspot and how to improve it.
Maybe will need to make some changes because I have just one subscriber :) .
I will try to make more good  for subscribers or maybe to promote over internet.
Also I don't waht to delete the blogspot because has some great posts.

If you have some ideas to improve that blog just comment bellow.
Thank you. Regards.


Simple animated clock with SVG file.

Today I make a simple clock using animated svg file. I make also one tutorial to show you how is working. Just take a look at Make clock with animated SVG file. Clock with SVG - free-tutorials.org

Thursday, April 21, 2016

Blender 3D new tutorial - hologram effect.

I make today a new tutorial about Blender 3D version 2.77a - the last version of Blender software. Is a simple tutorial with a cube and one plane but with some nodes and Cycles render engine. The result is a beautiful result of hologram effect. So you can take a look here.

Tuesday, April 19, 2016

News: The skin display.


I don't like to post about hardware, but this news is great. I hope will see soon into the market.
The news comes from the University of Tokyo's Graduate School of Engineering developed a mechanical flexible and stretchable "e-skin" film through the use of an organic light-emitting diode display.
The total thickness of the devices, including the substrate and encapsulation layer, is 3 microns, or three-thousandths of a millimeter.
You can read the full article.

Saturday, February 13, 2016

Deal with highmaps.js - javascript library.

Another tutorial I make today about highmaps.js.
This simple example just allow us to understanding how this library working.
The tutorial can be found here.
This is result of the html5 files:


Tuesday, February 9, 2016

Google celebrate Safer Internet Day 2016 with one great gift.

All you have to do is check your secure account.
After that will see this message: To help celebrate Safer Internet Day 2016, we added 2 GB of free Drive storage to your Google account because you completed the Security Checkup.