|
Expiration date for PDF documents |
|
|
|
|
Thursday, 28 May 2009 09:45 |
|
Sometimes is necessary to create pdf documents with an expiration date or with a warning after a certain date. Adobe have a professional server solution called 'LiveCycle Rights Management ES', to respond to this requirement and many others. The follow javascript simply test, on the event 'page open', if the current system date is major or equal to a defined date and in this case popup an alert. //---------------------------------------------------------------------- // --- start edit expiration date --- var lastDay=28 var lastMonth=5 var lastYear=2009 // --- end edit expiration date --- var sessione var today=new Date(); var myDate=new Date(); lastMonth=lastMonth-1; myDate.setFullYear(lastYear,lastMonth,lastDay); if (myDate<=today && sessione!=1) { app.alert("The current document may be up to date\r\nverify a new version on http://www.root-path.net", 1, 0, "ALERT"); sessione=1; } //--------------------------------------------------------------------- To set a page action you must have a professional version of Adobe Acrobat and follow this steps: 1) set the appropriate start and end date in the previus script (first three lines) 2) open the pdf document with adobe acrobat professional and go to the first page 3) choose 'Document' menù and then 'set page action' 4) on 'page open' event chooe 'Add' and the JavaScript action 5) modify the javascript copying the previus script 6) save the document |
|
Last Updated ( Saturday, 06 June 2009 18:34 )
|
|
Joomla - modulo Fire Detection |
|
|
|
|
Tuesday, 05 May 2009 00:00 |
|
Module Fire Detection This module is based on meteosat data from EUMETSAT. "The active fire monitoring product (FIR) is a fire detection product indicating the presence of fire within a pixel. The underlying concept of the algorithm takes advantage of the fact that SEVIRI channel IR3.9 is very sensitive to hot spots which are caused by fires. The algorithm distinguishes between potential fire and active fire. Applications and Users: Fire detection and monitoring." This module has two parameters: the size of the control (width and eight) the area of the earth to visualize If you are registred you can download the module at this link. |
|
Last Updated ( Tuesday, 05 May 2009 10:10 )
|
|
Thursday, 12 March 2009 14:22 |
MODULE NAME
| DESCRIPTION | | mod_ebay_editor | eBay editor
| | mod_geo_ip | Geo IP base on Google MAP
| | mod_world_visit | based on widget of who's.amung.us for display a world visitors map
| | mod_counter_visit | based on widget of who's.amung.us for display a visitors counter
| | mod_sunlight_map | earth sunlight map
| | mod_sea_surface_temp | sea surface temperatures
| | mod_3bmeteo_reg | show italian regional weather
| | mod_sdac | last solar images from Solar Data Analysis Center (SDAC)
| | mod_fire_detection | real time detection of fire and flames |
These modules are also publishied on www.joomla.org and are availables, for registered user, in the download section. |
|
Last Updated ( Monday, 11 May 2009 07:04 )
|
|
Microsoft Vista Sidebar Gadget |
|
|
|
|
Tuesday, 25 November 2008 14:22 |
| GADGET | DESCRIPTION | | MyCode@Secure | A simple Windows Vista Sidebar gadget for encryped archiving of user credential. | | IP.mon | Is a network monitoring gadget for the Windows Vista Sidebar. | | onFly.Barcode | A sidebar gadget for barcode creation. |
These gadgets can also be downloaded from Microsoft Live Gallery These gadgets are availables, for registered user, in the download section. |
|
Last Updated ( Wednesday, 06 May 2009 07:41 )
|
|
|