Find text position - browser

Could you please help me !!!! For example, I load some page into opera/Firefox etc., there is a text on the page (which is a link). What I need is to find position of the text on the screen and send mouse click to that position. Is it possible to do? If you can, give an example please!!!!

Use jquery. Examples on the site as well, for example: http://api.jquery.com/category/events/

You won't need to find the position of the link to click it. If using jQuery, the code would look something like:
$('a#id-of-link').click();

Related

How to create an anchor link inside a single page in Balsamiq?

I have a wireframe in Balsamiq.
I know how to link to another screen.
I would like to click a button and open a popup on the same screen. Is it possible with Balsamiq?
Unfortunately, this is not something you can achieve in our little tool which has low interactivity on purpose, as detailed here: https://blogs.balsamiq.com/ux/2011/06/17/why-we-arent-doing-interaction/
The Linking feature is indeed the best way to achieve this result in Balsamiq Mockups.
Please let us know if you need anything else, we're here to help! (support#balsamiq.com)
-Virgin from Balsamiq

Can I put HTML in chrome extension's icon

Can I put a HTML code in my chrome extension's icon? According to the Google API (setBadgeText) this isn't possible.
Is there any way to put it there?
While .setBadgeText is, as implied by name, text-only, you can draw anything and set that as your icon.
You'll need to draw on a <canvas>, extract image data and use .setIcon({imageData: /*...*/}) to update the icon.
See this question for a brief example, and maybe this article.
It's not quite "using HTML", but with some work you can output anything to your icon.
Badge is plain text only as can be seen in source code. There's no way around.

How to display a pe:timeline in a vertical position

http://www.primefaces.org/showcase-ext/sections/timeline/editClient.jsf
Please refer the link. In the link timeline is displayed in a horizontal way. Is there any possibility to display it vertically?
Sorry, no this is not possible.
See also http://forum.primefaces.org/viewtopic.php?f=3&t=17418
Make google your friend

Domino Print Margins

Is there any way to adjust the top and bottom print margins ?
I have attempted to us #Formula and Lotusscript, without any success. I'm hoping there is some kind of trick that I haven't found to accomplish this.
Unfortunately there's no Print method that lets you specify the margins. You can open the Print dialog automatically using the formula #Command( [FilePageSetup] ).
In the past I've presented a dialog explaining to the user they would need to adjust the margins, and then followed that with the FilePageSetup command to allow them to do so. Not ideal, but it helped the user along.
The form is a document, so the same methods in a document should work.
Select File->Document properties (or application properties). You can assign the header and footer there.
You can get further details from the Infocenter.
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.notes85.help.doc%2Fprt_create_header_footer_t.html

Digg/Stumbleupon Bar

I'm looking to see if it's possible to implement a "bar" like you guys have, along with Digg, Stumble upon and other websites.
I have no idea what it's even called - frameset, iframe of sorts but I can't even think of a proper title to search google..
Can you help?
You can have a normal div tag (or whatever tag you want to use) with CSS position property set to 'fixed'. Then the element can be positioned where ever you want and scrolling the page doesn't affect the position.

Resources