If you've played around with Yahoo's new Beat email interface you'll notice that they now have adjustable columns to reveal the from, subject, date, size information. This is also found in Outlook and all windows OS. Placing your cursor between two columns allows you to move a column left or right to reveal content of each row.
Does anyone know how this is done? I have not seen it anywhere else on the internet, but in Yahoo's beta email.
Cycle and Superfish. I have just tested my site [URL] on IE9beta. and discovered that the superfish dropdown menus are hidden by the cycle slideshow. I clicked the Compatability button - still the same - then clicked it again. Problem has now gone away.
I'm using drupal, and am having trouble to convert a table to a one field two column at code level.Is it possible to manipulate it using jquery using odd and even?
I recently made a simple tool that opens a website in an iFrame and tells the user how long the page took to load. I made it out of a premade stopwatch
When i run the test in most browsers (Chrome, Firefox 3.6 and older, IE) it works fine with the output textbox going from "Please run the test" to "Test Running" to [TIME TAKEN FOR PAGE TO LOAD] but in firefox 3.7 (Minefield) it goes from "Please run the test" to "0" every time and the page in the iFrame doesn't load.
I've read that Firefox 3.7 has a new Javascript Engine
The test is at [URL] and the problem code is on THIS PAGE (Use View Source in your browser)
I've added file upload support to the form plugin and I could use some help testing it out.If this feature interests you then go ahead and grab the beta plugin at:URL...File upload support is baked right into the plugin and there are no external dependencies.The plugin will automatically detect file input elements and use an iframe to submit the form if there are files to be uploaded.No extra coding or metadata is needed to take advantage of this new feature.In addition, even though an iframe is used instead of the XHR object, callbacks and global triggers still work as expected (so any code that you have in place to display activity indicators or blocking elements will still work).However, there are some challenges when using iframes in this manner.For one, it is quite difficult to determine if the submit operation succeeded or failed.The iframe becomes the target of the submit operation and so that is where the server response is written.The form plugin does its best to determine the data type (html, xml, etc),but the status is always 'success' unless an exception is caught during the type determination.URL...
If you use this page for testing *please* be kind to my server and only upload small files! I'd really prefer that you download the plugin and integrate it into your own test environment if possible.I've done some testing on FF, IE and Opera and the results are encouraging. I don't have access to Safari so I'm sure there are issues lurking for that platform.If you're interested in the code you can find it all tucked into the end of the ajaxSubmit method in a function called "fileUpload".
In Yahoo mail, I click the Inbox link and see my messages. If I view source, I don't have HTML which contains the URL of each message. The source HTML contains javascripting and framesets. This is different from what I am seeing.
If I right click on a message link and select "copy shortcut", I can paste this link into my browser. This brings me to my message. If I view source, once again, it is javascript and framesets. How do I get at the HTML that is making all the tables and contains the images I'm seeing?
Accessing IE DOM is a possibility but won't that just give me access to the javascripting and framsets since that is all the client has (remember what is seen in view souce)? I know the HTML has to be accessible somehow. Otherise, you wouldn't see it...right?
Not sure whether this is possible but what i want is to add an "Send To A Friend" button, but i want the button to send an email to an address (Specified by user) from my personal Hotmail or Yahoo account instead of starting the users default email client.
This is a more compact view of the "open ad" code on yahoo.
<pre> <script language=javascript> // these are the two links for opening and closing the ad var lnk1='<a href="#" onclick="moveIt(Ƈ');return false">Open Ad</a>' var lnk2='<a href="#" onclick="moveIt(Ɔ');return false">Close Ad</a>'
// these are the contents of the table, you can put anything in here var ad1='CLOSED STATE' var ad2='OPEN STATE'
// this function actually moves the DIV size function moveIt(status) { var tout=0; if(status == Ƈ') { lnkdiv.innerHTML=lnk2; adstate.innerHTML=ad2; if (document.all.addiv.style.pixelHeight<250) { document.all.addiv.style.pixelHeight=document.all.addiv.style.pixelHeight+5; tout=setTimeout('moveIt('+status+')',1); }
I'm building a web site ala autos.yahoo.com on servicos.mpl.pt/comparador/css1.php I have a sidebar with filtering options grouped in an accordion. The accordion panels get populated via jquery like:
Yahoo mail uses a button that has two functions. If you click on the major portion it will launch your search. If you click on the image that is on the right of the button ( a triangle pointing downward) it will popup a little div menu.
There are tons of lightbox apps out there, but none that I could find that use YUI. I'm sure there are lots of developers out there already using YUI and don't want to have to use another library such as jQuery to get lightbox functionality. I have two demos available from the link below and you can download a zip file of the complete application including the YUI files needed.
Supports 3 modes (LightBox, Overlay and Remote), but many many more configurations...
how the yahoo ad serving script can be used to serve up ads up using JavaScript that isn't inline? I've attempted several things but it just seems like its impossible to do. Essentially, I would like to swap out a new round of ads per AJAX request. Any ideas? I've created a more friendly user interface for a site I'm working on but the thing is that the ads need to change every request since page refreshes are being eliminated. Otherwise, only a single impression may be tracked even though someone has visited essentially 100 pages, which is no good for the ad business.
Also, has anyone had success finding a way to delay the yield manager until the page has fully loaded? Sometimes the yahoo yield manager can take 10+ seconds resulting in a poor user experience and slow load time. Any ideas for that? Essentially, it would be nice to fully load the page than request the ads without using obtrusive JavaScript which seems to be the only way yahoo knows to do things.
Is it possible to submit multiple links all at the same time using Javascript? I check all over the web and can't find any examples anywhere.
I would like to click on a button and submit to google, yahoo, msn, etc all at the same time. Like someone physically click on [url], [url], [url], so on.
how to hide all toolbars like yahoo,google etc onLoad. Actually window.open function cannot be taken into.I need the toolbars to be hidden in the beginning.
Is it possible to submit multiple links all at the same time using Javascript? I check all over the web and can't find any examples anywhere.
I would like to click on a button and submit to google, yahoo, msn, etc all at the same time. Like someone physically click on [url], [url], [url], so on.
I'd like to write a HTML page which can help me directly log in my Yahoo!mail or Gmail account without typing user name and password. Basically, I want to set up a link, click it and pop up the Yahoo/Gmail page.
What technology is most appropriate for this kind of work?
My current solution is not so satisfying: I download Yahoo!Mail page and save it to local file; then using Javascript to load that file and set up user name, password, submit it to Yahoo.
This works with Yahoo, but not Gmail. I haven't got time to investigate why.
The thing I hate about this solution is: for every email provider, I need to download their page and write corresponding page to access/modify it.
I need to build a Tabbed panel similar to yahoo mail (latest version). Means whenever I click on the link the page should be open in new tab, with closing button. Is there any jQuery plugin which provides same functionality.
I've put together a function for screen scraping, just to see if I could do it. Basically, this gets a stock quote from Yahoo! and displays it. It works with no issues in IE7. FF and Chrome, however, it does not work. It will not display anything. Error Console is not returning any errors, and I'm a total novice when it comes to troubleshooting with FireBug.
[Code]....
I'm sure it's something simple, something I've overlooked. I'm beginning to think it might be with the trenary conditional setting the method.
I want to have a script to open a popup on the right bottom of thescreen(like hotmail or yahoo).
I want to write a function that checkes every 10 seconds, if there are new messenges from a database , if CurrCount < NewCount , the check will be made. Can anyone point me in the right direction?
would like to have a form like this one where a user cannot enter gmail, yahoo or hotmail addresses in the email filed.Have managed to make it work using this code:
It seems like determining element position in a web page is a difficult task. In the position reporting source code I've looked at there are special fixes for at least some versions of Safari and Opera. I am doing a lot of dragdrop experimentation and in some situations need a position reporting function. The function doesn't need to report the positions of exotic elements like images in button elements; however, I would like a position reporting function that can at least handle combinations of scrollable elements and tables....