Как называется дистр Domino 8.5 под Redhat5 64бита, который тоже 64бита? Есть Домино для zSeries 8.5, но при установке он говорит что не расчитан на текущую систему
Мне нужно получить значения полей в документах базы names.nsf и некоторую информацию, например об ACL и файлах ID. Для всего этого достаточно С API? Точнее чего нельзя узнать с помощью С API?
Although I really like Google Maps I've always found the need to use a per-domain key a bit of a bind. If, say, you have a site that's accessible via "www.mysite.com" and "mysite.com" while you develop and test at "mysite.local" then you need to store three different keys and add the code to manage these at "run time".
It seems they've done away with the need for keys in Version 3 of Google Maps, but that's still in beta and there's no Flash/Flex version available yet, so we're stuck with version 2 and the need for keys.
To manage multiple keys in Flex I add two global variable, like so:
private var mapsKeys:Object ={'www.jakehowlett.com':'ABQIAAAA.. ..R_BRL55wf4H9siydaLHHktow8PWLQvQ', 'jakehowlett.com':'ABQIAAAA.. ..Tasst5HHy_Bty7uIkasd4rtW23fggf', 'jakehowlett.local':'ABQIAAAA.. ..4jBTDQNoR7luYGeXHMFr5rVxi2XcSjA'}; [Bindable]
public var mapKey:String;
The first object stores each key I might need. The second variable gets assigned the right key once the app has loaded, by using an "init" event:
protected function init(event:FlexEvent):void{if (loaderInfo){ //make sure init is called from applicationComplete method!var url:String = loaderInfo.url; var bits:Array = url.split("//"); mapKey = mapsKeys[String(bits[1].substring(0, bits[1].toString().indexOf("/")))]; }}
Then in the MXML I add the Google Maps component and bind its key property to this variable we set.
Further to today's earlier post on using Google Maps with Flex, here's an example of it in use:
What you're seeing is a simple "admin area" I knocked together for Grouplets.co.uk - a site I'm building which lists large group holiday cottages in the UK. In the grab above I am editing a "region". In this case the Peak District Region. I've defined a region as a simple "square", which keeps it nice and simple. All it does it record the latitude and longitude of the SW and NE corners of the region. The SQL can then easily find all properties within those boundaries using the individual coordinates of each property. Doing it this way means I don't have to tie a property to any one region and can easily extend a region to include more properties and have a property in many regions.
Anyway, it's just an example of it in use. In this case it works by drawing a visible rectangle between the two movable markers. An example I took from here.
Using the Google Maps with Flex is actually a lot nicer than with JavaScript as you don't have to guess at the API. Type-ahead coding is there to help you.
STRUGGLING WITH EXPORTING NOTES DATA TO SPREADSHEETS? NO MORE! Try IntelliPRINT, The world's leading Reporting, Dashboards, and Analysis solution for Notes & Domino
Don't spend unproductive time maintaining different versions of the same spreadsheet
Preserve data integrity and security in multi-user environments
Create reports in minutes INSIDE Notes
Get freedom from iterative report requests, deliver self-serve capabilities
Experience Reporting, Dashboards, and Analysis INSIDE Notes!
Because of the Googling I've been of late relating to the building of a playhouse I've noticed a lot of targeted ads. Here's an example of a website I visited which had two related ads on it.
The shedstore lady has been staring at me from just about every Google-ad-using site I've visited over the last couple of weeks. Quite an apt image when you think about it. I am literally being watched. It's scary but impressive at the same.
The playhouse is finished by the way and I'll post an updated on it later on...
Finally. After way, way longer than I'd anticipated the playhouse is finished.
Well, I say finished, but there's still loads to do. At least it's at the point where I can walk away (it's weatherproof) and finish off at my leisure.
I was lamenting with Karen the other day about how my inability to do things by half is something of a curse. Why can't I just be happy with knocking something passable together and have done with it!? Oh no, it has to have cedar wood shingles and a working doorbell.
In the end it cost us about 450 pounds (if you don't count the true cost of the couple of days I took off work during the week). It cost more than I'd thought it would, but isn't that always the case. Here's the cost breakdown.
Item
Cost
Astroturf
174
Cladding
95
Plywood
52
Paint
8
Cedar Shingles
55
Beading
40
Felt
14
Total
438
Anything not listed above was given to me. It's amazing what you can get if you scrounge enough and ask around. The Perspex for the windows for example, was donated by Pete next door after a chance conversation over the wall about it.
Still, it was a lot cheaper than an equivalent from a maker of custom playhouses. Ten times less in fact. It's easy to look at the cost of custom builds and say "Four grand! For that!!" but having now built one myself, I think that's a reasonable price. If you were to ask me to build one for you then it would have to cost thousands. Especially if it's being erected remotely.
While working on it I did find myself dreaming of taking it up as an alternate profession. Been feeling more and more disillusioned with IT of recent. As they say though, the grass is always greener. I won't give up the day job just yet.
More photos here. Right. That's it. No more talk of the playhouse. Promise.
it should be easier to open an application in a browser, if the database is web-enabled.
For example whenever there is a launch property defined for the web browser, this should already be available from the right menu (see image).
I think it is a bit stupid to have to open the database first to be able to launch any preview in web browser option OR that a developer has to create an action button somewhere that does the trick.
Add the Facebook Like (iFrame-version) to Wiki Post footers to allow readers to click-to-share useful articles and help promote contributions beyond the typical reach of the "yellow bubble".
Add the Facebook Like (iFrame-version) to Wiki Post footers to allow readers to click-to-share useful articles and help promote contributions beyond the typical reach of the "yellow bubble".
You are using Lotus Notes 8.0.1 and go into your Calendar to set up a meeting. When you click New->Meeting you notice strange times in the Start and End boxes. For example, you expect the time to show the nearest half hour but it instead shows the current minute. Why does this happen?
Hi, Recently ,every time i forward an email, in the forwarded email, the forward icon no longer appears. This may seem like insignificant problem but it's not, without this i don't know witch messages where forwarded or not. See a print screen in the attachement, all of those mails were ...
Overview I created this article to capture the configurations used to make an Ubuntu reverse proxy load balancer in front of an iNotes 8.5.x cluster. http:connections.vssinc.comblogsaskgreensteinentryusingubuntuasaninotesreverseproxyandbalancer?langenusHere is a link to ...