473,475 Members | 1,625 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Javascript Programmer Needed

We are looking for a Javascript Programmer who is able to create a
"onmouseover" popup similar to the one used by kontera.com (see
contenlink link on the home page). The popup shall be transparent and
the layer shall be loaded considering link position and browser window.
If interested please email a short resume and a quote
mktgmaker[at]gmail.com

Best Regards,
Max

Nov 23 '06 #1
16 1705
mk*******@gmail.com said the following on 11/23/2006 2:55 AM:
We are looking for a Javascript Programmer who is able to create a
"onmouseover" popup similar to the one used by kontera.com (see
contenlink link on the home page).
Right Click>View source. The code is already there.
The popup shall be transparent and the layer shall be loaded
considering link position and browser window.
Try overlib and make it transparent.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 23 '06 #2
ASM
mk*******@gmail.com a écrit :
We are looking for a Javascript Programmer who is able to create a
"onmouseover" popup similar to the one used by kontera.com (see
contenlink link on the home page).
I've seen no onmouseover popup on this page ... ?!

http://www.walterzorn.com/tooltip/tooltip_e.htm
http://www.bosrup.com/web/overlib/
--
Stephane Moriaux et son (moins) vieux Mac déjà dépassé
Stephane Moriaux and his (less) old Mac already out of date
Nov 23 '06 #3
ASM, do you use adblock, no script on ff, an ad removing proxy or a
decent hosts file? it took me a few moments to disable these so I could
see the pop up too!

Nov 23 '06 #4
ASM
shimmyshack a écrit :
ASM, do you use adblock,
Yes, and ?

I see all the uggly flash files.

What these ones have to do with a 'onmouseover' (in normal html)?

Authorizing popups : no popup fires anywhere :-(

--
Stephane Moriaux et son (moins) vieux Mac déjà dépassé
Stephane Moriaux and his (less) old Mac already out of date
Nov 23 '06 #5
heres a page giving links to an example of whats meant.
I was just making the point that these intrusive ads are easily stopped
by a hosts file, like the one available for years at mvps, or any other
half decent ad blocker.
http://forums.techguy.org/site-comme...-problems.html

Nov 23 '06 #6
ASM
shimmyshack a écrit :
heres a page giving links to an example of whats meant.
thanks for your efforts.

But ... my english is too poor I can follow this kind of forums :-(
(even in french I have a lot of difficulties to follow this exchanges of
messages whom most of them are irrelevant)

All what I retain : this super demo doesn't work in certain configs.

Note :
I tried too with :
- Opera 9 --blocked ! I'd to force to kill it :-(
- IE 5.2 ---xxx errors ---page almost entirely white.
- Safari 1.3.2 : I overed all links found : nothing come up.

Gone :
http://kontera.com/demo.aspx
Where is the demo ?
(it's a flash turning too fast where nothing is in demo I can try)

--
Stephane Moriaux et son (moins) vieux Mac déjà dépassé
Stephane Moriaux and his (less) old Mac already out of date
Nov 23 '06 #7
http://forums.techguy.org/web-develo...s-applets.html

.... to embed in a web page. The ...
========

you need
javascript: on
adblock: off

Nov 23 '06 #8
ASM
shimmyshack a écrit :
http://forums.techguy.org/web-develo...s-applets.html

... to embed in a web page. The ...
========

you need
javascript: on
adblock: off

how do you off adblock ?
Found no button nor menu to do it

Doesn't resolve Opera's crash ... ?

--
Stephane Moriaux and his (less) old Mac already out of date
Nov 23 '06 #9
for me adblock is status bar bottom right,
also
tools,addons,right click adblock, options.

hope that helps.

are you using Opera9 ?

Nov 23 '06 #10
ASM
shimmyshack a écrit :
for me adblock is status bar bottom right,
not for me but finally I've found it in Tools / Extensions
and now off ...
.... nothing much more than before :

always no overing popups :-(

only uggly fhash opened by JS with
flashToShow.push(new Array(" blah

JS disabled ... no more flash ... nor ... menu :-(
(and no more advertising)
Site for the box to idiots.
are you using Opera9 ?
Usually I use Firefox, Opera 9 used only for tests.

--
Stephane Moriaux et son (moins) vieux Mac déjà dépassé
Stephane Moriaux and his (less) old Mac already out of date
Nov 23 '06 #11
Please email directly if you are able to write a custom js script like
that.
mktgmaker[at]gmail.com

Thanks, Max

Nov 24 '06 #12
ASM
mk*******@gmail.com a écrit :
Please email directly if you are able to write a custom js script like
that.
Like what ?

I'm yet waiting an effect of popup when mouse flies over something.

Now, if you speak about to have absolutely JS enabled to visit a site,
sorry it's not my cup of tea.
A site MUST be seen *without* JS. (nor Flash nor plug-in whether it is)

--
Stephane Moriaux et son (moins) vieux Mac déjà dépassé
Stephane Moriaux and his (less) old Mac already out of date
Nov 24 '06 #13
theres nothing special about this "pop up", it just searches the DOM
for all paragraphs, and injects a span around the keywords, css
provides the double underline, with an attached event, then when the
user rolls over it, hey presto it unhides a little div which shows more
info on the keyword. It is unobtrusive js at least but the html that
generates the effect used to be font tags until very recently when they
finally realised the world had moved on and that they might get more
money if they stopped hacked and got someone in to write decent code.
You really dont have to pay someone, just download firebug and see the
code for yourself.

Nov 24 '06 #14
ASM
shimmyshack a écrit :
theres nothing special about this "pop up", it just searches the DOM
for all paragraphs, and injects a span around the keywords, css
provides the double underline, with an attached event, then when the
user rolls over it, hey presto it unhides a little div which shows more
info on the keyword.
Is there somewhere a page where I can see these keywords underlined ?
And if possible their attached bulls info.

It is unobtrusive js at least
Ha, OK.
And AddBlock wouldn't have to block this, no/yes ?

--
Stephane Moriaux and his (less) old Mac already out of date
Nov 24 '06 #15
I don't want to search and underline.
I just need a nice box like that, just to load our "tips".
I need a script that generates layers with that layout, positioned,
draggable, etc. but nothing related to the service they offer.
Onmouseover I should be able to show a unique box (div) anchored to a
specific text. I like the effects, fade in, etc.
If you are able to write it please email a quote. It's urgent :(
Thanks.

notes:
- Onmouseover the javascript shall be executed and load the popup with
a dynamic content, which will be specified through a variable within
the script.

- Content can include html code (images and links)

- Customizazion should be possible through variables to change
background images and as popup size.

- Multiple popups with different contents can be loaded on a single
page

- The popup background and position depend on the element (link)
position in the page (upper lower left right).

- Il will be a cross-browser script

On Nov 24, 9:55 pm, ASM <stephanemoriaux.NoAd...@wanadoo.fr.invalid>
wrote:
shimmyshack a écrit :
theres nothing special about this "pop up", it just searches the DOM
for all paragraphs, and injects a span around the keywords, css
provides the double underline, with an attached event, then when the
user rolls over it, hey presto it unhides a little div which shows more
info on the keyword.Is there somewhere a page where I can see these keywords underlined ?
And if possible their attached bulls info.
It is unobtrusive js at leastHa, OK.
And AddBlock wouldn't have to block this, no/yes ?

--
Stephane Moriaux and his (less) old Mac already out of date
Nov 25 '06 #16
ASM
mk*******@gmail.com a écrit :
I don't want to search and underline.
I just need a nice box like that, just to load our "tips".
I need a script that generates layers with that layout, positioned,
draggable, etc. but nothing related to the service they offer.
Onmouseover I should be able to show a unique box (div) anchored to a
specific text. I like the effects, fade in, etc.
If you are able to write it please email a quote. It's urgent :(
Thanks.
Except fade effect links to javascript about what you want have been given.
http://www.walterzorn.com/tooltip/tooltip_e.htm

--
Stephane Moriaux et son moins vieux Mac déjà dépassé
Stephane Moriaux and his less old Mac already out of date
Nov 28 '06 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John Grogan | last post by:
I have absolutely no experience in Javascript although am a programmer by trade. I have a problem in a third-party system, as follows. The system uses "web" forms to capture and save data. ...
53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
3
by: mbasil7 | last post by:
Hi at all! I want to use a javascript variable in php. The reason is that i want to know the client's screen resolution. Keep in mind that i am not a javascript programmer but php. Here is...
3
by: Wendell III | last post by:
Meetroduction (Meetro) is looking for a full-time JavaScript expert. Chicago-based startup seeks an experienced, dedicated and energetic JavaScript programmer to develop components of a robust,...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
7
by: Oleg Konovalov | last post by:
Hi, I am trying to pass a bunch of checked checkboxes (Javascript array) from page1 to the Java action class on subsequent web page (page2). (on page 1 I have a bunch of DB rows with a checkbox,...
30
by: mistral | last post by:
Neeed good javascript unescape encoder, to protect javascript code. Some advices? Online tool, or ready javascript only. Any opinions about the Javascript Obfuscator:...
3
by: Jim Land | last post by:
Jack Slocum claims here http://www.jackslocum.com/yui/2006/10/02/3-easy-steps-to-avoid-javascript- memory-leaks/ that "almost every site you visit that uses JavaScript is leaking memory". ...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.