Wednesday, October 25, 2006

How To Fix A Webcam On My Laptop For Oovoo

INFO - Example of a website integrating Lotus Domino and Smooth SlideShow LiteBox among other

After a long absence, I will start quietly through the presentation of a website hosted on Lotus Domino integrates several techniques described here.

The new site of a company spécialiée in instrumentation for measuring and monitoring integrates LiteBox is Smooth Slideshow featured on this blog: Website SolData

Thursday, September 14, 2006

Green Green Episode 13 Uncensored Mp4

GOOGLE API - Google Maps Some additional

I just discovered two new features offered by version 2 of the Google Maps API, geotagging from a postal address and boxes of information among multiple tabs.

Geolocation from a mailing address

I had already proposed a solution to find the location a place from its mailing address in one of the first posts of this blog. The two potential problems with the method described was:
  1. the obligation to separate each component of the address (street, city and country)
  2. using a free service provided continuity
These two problems are solved thanks to the Google Geocoder Maps.

One of the easiest ways to get the coordinates of an address is to send an HTTP request with the following format:
 http://maps.google.com/maps/geo?q=adresse+recherchee&output = csv & key = abcdefg 
Where:
  • q = : enter the desired address in URL format. Example: square + concord + paris + France
  • output = : response format. It may be mentioned xml, kml, json or csv if required. Csv format is the easiest to treat because it returns only four numbers separated by commas in income.
  • key =: key Google Maps
  • your
As indicated, the CSV returns a response in the form of four numbers corresponding to the response status (200 if all goes well), the zoom level, latitude and longitude.

Several tabs in the box details

I presented how quickly add information bubble on the map using GoogleMaps marker.openInfoWindowHtml (bubble); .
To add a dialog box with several tab just use marker.openInfoWindowTabsHtml (Infotab) having previously defined Infotab like this:
  Infotab var = [
new GInfoWindowTab ("Title Tab 1", "Content tab 1"), new
GInfoWindowTab ("Title Tab 2", "Content Tab 2")
]

Sunday, September 10, 2006

Prosti By Aubrey Miles

AJAX - My vacation photos with LightBox

As promised during the presentation of the "Smooth Slideshox " I'll have a second Javascript library for displaying photographs. Library LightBox is increasingly used on the Web. It has the great advantage of a photo enlarge nicely without having to worry about navigation. The library relies on the couple prototype.js / scriptaculous.


How to install LightBox
The installation and use of the library LightBox in a Lotus Domino is similar to other libraries already presented on this blog:
  1. Download the package on http://www.huddletogether.com/projects/lightbox2/
  2. Unzip the ZIP file on the hard disk
  3. Add the prototype.js file, scriptaculous.js, and effect.js lightbox.js lightbox.css and shared resources in the Notes database files
  4. Add close.gif , loading.gif, blank.gif resources in shared images. You can also add other images presented, but it will not be needed in the example described.
How to use the lightbox library
Since the structural element to display images LightBox (mask or page), enter it as "content as HTML"
  "\u0026lt;link rel = \\" stylesheet \\ " 
type = \\ "text / css \\" href = \\ "lightbox.css \\"
media = \\ "screen \\" title = \\ "Normal \\" />
\u0026lt;script src = \\ "script / prototype.js \\ "type = \\" text / javascript \\ ">
\u0026lt;/ script> \u0026lt;script
src=\\"script/scriptaculous.js\\" type=\\"text/javascript\\">
\u0026lt;/ script> ;
\u0026lt;script src=\\"script/lightbox.js\\" type=\\"text/javascript\\">
\u0026lt;/ script> "Add
also on the event" OnLoad ":
  initLightbox ( ) or mask  
Your page is ready.

To report an image or photo to use lightbox must use the following syntax:
  \u0026lt;a href="path_de_l_image_agrandie" rel="lightbox"> 
\u0026lt;img src = "path_de_l_imagette" />
\u0026lt;/ a>
A mini-photo gallery on Lotus Domino download
For the Occasion I created a mini photo gallery under Lotus Notes download. Do not expect a revolution. This application was that the sole purpose of presenting the integration LightBox in a Notes database. By cons, to please Julie, 3 photos are provided as an example ... in color.

Download photo gallery lightbox