I Have a problem that, I want design a Scroller which contains a dynamic data from Database which is updatable by an administrator of the web site and I want to redirect on diffrent Pages when I Selected one of them,and all the values in the scroller is going to upwards from Bottom. I don't know how to implement that?
PLease suggest me for right answer.
Thanks in advance.
Try this:
http://flowplayer.org/tools/demos/scrollable/vertical.html
combined with using Server Side code to generate the data for the scroller.
Related
I'm adding a new component to a Drupal 6 webform. New 'select options' components are all rendered in the same area, no matter which position they are given in the backend. I've just added 'Area of Interest' as a listbox and as the first item of the webform. Check out where it ends up: [removed]
The site was set up by another development team so I'm not sure what the heck they did to Webform. Anyone know what they could have done? I'm going to have to recreate the webform from scratch otherwise.
Pic of my setup screen:
If you look at the html that your webform is outputting, it starts to make more sense.
The 'city' and 'area of interest' fields are both children of the 'webform-component-city' div, so they appear side-by-side. It's hard to figure out why this is happening without having access to your webform, but I hope it helps you in troubleshooting the issue further.
If you don't have firebug or other web dev tools installed on your browser to help you look at the html of your website, you still may be able to troubleshoot by just viewing the source on your webform....
Let us know if you have any other questions or if you figure it out!
I am adding framed content to a wordpress blog in a membership area. Is there a way that I can prevent that content from being opened in a new window or tab? A plugin or a string of code I can add?
As it is now if someone right clicks on the frames content they can view it in a new window and possibly share that URL rendering the membership site useless in controlling who views....
I would like a block.... If possible...I see other iframes popup an error message when you try and view....
Any help is appreciated!
Thank you for a great place for info
One possible solution I can think of is now to add JavaScript code to prevent right click, but again this is not always going to work because the person can simply disable JavaScript and they can still right click to see the content of the iframe. Not only that there is alway a way to sniff the URL of the iframe by either using some sort of software or even using something like FireBug.
Currently I'm using the md construction 7.x-1.6 theme and I want a form on the right hand side in the limit space of this theme. What I need here is "WebForm" on the right side.
How can I proceed for this? How can I put anything anywhere in my drupal site? Which type of module is required for this?
Go to structure > blocks > and you can configure your blocks in the regions you like. I haven't used the theme you mentioned, but I think it must have the region right side-bar.
ok you can download a module called view and then create a view as place as your need.
I am trying to set up functionality similar to Netflix. Where if you mouseover a movie - you are presented with a window of movie details (all client-side).
At high level, can someone in this forum help by telling me how this should be implemented? I.E., one or more .aspx pages, what would go in code-behind, and .js file, css, etc. Just trying to get an idea on how this would be set up to work.
Basically, when I hover over an item, I need to query for details that belongs for that record being moused-over and display it in the window or div. I also need to have some functionality in that window (i.e. a textbox and button which will end up needing to get saved in a database).
Thanks for any tips and suggestions -
You would want to add an AJAX call to the hover event of the image, that pulls from a webservice/web method.
Here is a good example, you would change some things. However, it should get you started.
http://www.mikesdotnetting.com/Article/96/Handling-JSON-Arrays-returned-from-ASP.NET-Web-Services-with-jQuery
If I understood your question correctly, you should try this excelent jQuery plugin:
http://www.sohtanaka.com/web-design/css-on-hover-image-captions/
Look at the demo here:
http://www.sohtanaka.com/web-design/examples/image-hover/
easy to install and configure and very slick!
Good luck
EDIT: sorry wrong lik the first time
There are certainly many jQuery plugins that will do this for you. jQuery UI may also be of benefit.
Here is one that appears to do something like you are describing:
http://plugins.jquery.com/project/VisualLightbox
I am having an ASPX page and i m trying to using jQuery light box(slimbox).I am able to invoke the Lightbox.Now i want to show the content of another page in this lightbox.Ex : I have a data entry form for user registration(signup.aspx).I want to show this when user clicks on the link (which is now showing image in the light box) .Is this possible, If Yes, Willl the evenet handlers work for that ASP page ? ie ;When user enter the data and clicks on the Button,Will it fire a Server side event ?
Thanks in advance
Slimbox is only for image content. See the FAQ. You'll need to make some changes for it to work with an ASPX page.
Quoting from the FAQ:
Is Slimbox able to display Flash
content (like videos), iFrames or
other content?
No, Slimbox has been designed from the
ground up to display images only, to
be simple and to have the smallest
code. However, some people have
created Slimbox derivatives that
implement these features. Because it's
open source, you are free to modify
the code to fit your needs, as long as
you respect the terms of the licence
and keep the credits.
I haven't used slimbox but if it supports iframe then you should be able to do anything within the box as you can on a regular page.
I don't think SlimBox supports that. There are plenty of other ways to do it. For example using FaceBox: https://github.com/defunkt/facebox