473,770 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Page Curl script wanted please

Hi

I'm trying to find a free javascript affect that will make the changes
from one page to another in a browser look like the page is curling
over as if the pages of a book are turning over. Does anyone know of
one please. I have looked on google but the millions of pages that
come up seem void of such a thing :)

--
E-Mail Addy obet(ng)qfy(qbg )cvcrk(qbg)pbz <---Rot13 it
watch out for spam trap in header

http://www.davessite.co.uk
Trike Power the TRUE Trinity
Jul 20 '05 #1
7 6466
On Mon, 26 Jan 2004 02:49:17 +0000, ß Ø ® G <bo**@deadspam. com>
wrote:
Hi

I'm trying to find a free javascript affect that will make the changes
from one page to another in a browser look like the page is curling
over as if the pages of a book are turning over. Does anyone know of
one please. I have looked on google but the millions of pages that
come up seem void of such a thing :)

this might help if you see where I want to use it

http://www.davessite.co.uk\BOOKENTRY.HTM
--
E-Mail Addy obet(ng)qfy(qbg )cvcrk(qbg)pbz <---Rot13 it
watch out for spam trap in header

http://www.davessite.co.uk
Trike Power the TRUE Trinity
Jul 20 '05 #2
On Mon, 26 Jan 2004 02:49:17 +0000, ß Ø ® G <bo**@deadspam. com> wrote:
I'm trying to find a free javascript affect that will make the changes
from one page to another in a browser look like the page is curling
over as if the pages of a book are turning over. Does anyone know of
one please. I have looked on google but the millions of pages that
come up seem void of such a thing :)


Something like Flash would be a better solution for this. JavaScript
wasn't designed for intensive graphic manipulation, and providing a
cross-browser solution will probably be next to impossible.

Mike

--
Michael Winter
M.******@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)
Jul 20 '05 #3
> > I'm trying to find a free javascript affect that will make the changes
from one page to another in a browser look like the page is curling
over as if the pages of a book are turning over. Does anyone know of
one please. I have looked on google but the millions of pages that
come up seem void of such a thing :)
Something like Flash would be a better solution for this. JavaScript
wasn't designed for intensive graphic manipulation, and providing a
cross-browser solution will probably be next to impossible.


Strictly speaking, it is Browsers that were not designed for intensive
graphic manipulation. JavaScript is not the limiting thing here. In fact,
Flash has a dialect of JavaScript in it, which would be used to produce the
effect.

http://www.crockford.com
Jul 20 '05 #4
On Mon, 26 Jan 2004 06:47:57 -0800, "Douglas Crockford"
<no****@covad.n et> wrote:
> I'm trying to find a free javascript affect that will make the changes
> from one page to another in a browser look like the page is curling
> over as if the pages of a book are turning over. Does anyone know of
> one please. I have looked on google but the millions of pages that
> come up seem void of such a thing :)

Something like Flash would be a better solution for this. JavaScript
wasn't designed for intensive graphic manipulation, and providing a
cross-browser solution will probably be next to impossible.


Strictly speaking, it is Browsers that were not designed for intensive
graphic manipulation. JavaScript is not the limiting thing here. In fact,
Flash has a dialect of JavaScript in it, which would be used to produce the
effect.

http://www.crockford.com

never used flash at all so I have no idea if it would be easy to do or
anything.

Thanks for the help. I did find one page transformation script but it
didn't fold, a side peel would be ok though
--
E-Mail Addy obet(ng)qfy(qbg )cvcrk(qbg)pbz <---Rot13 it
watch out for spam trap in header

http://www.davessite.co.uk
Trike Power the TRUE Trinity
Jul 20 '05 #5
On Mon, 26 Jan 2004 06:47:57 -0800, Douglas Crockford <no****@covad.n et>
wrote:
JavaScript wasn't designed for intensive graphic manipulation, and
providing a cross-browser solution will probably be next to impossible.


Strictly speaking, it is Browsers that were not designed for intensive
graphic manipulation. JavaScript is not the limiting thing here. In fact,
Flash has a dialect of JavaScript in it, which would be used to produce
the effect.


I meant JavaScript in the context of browsers. I'm well aware that
JavaScript, or more precisely ECMAScript, has applications beyond that of
client-side web site scripting.

Mike

--
Michael Winter
M.******@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)
Jul 20 '05 #6
> >> JavaScript wasn't designed for intensive graphic manipulation, and
providing a cross-browser solution will probably be next to impossible.
Strictly speaking, it is Browsers that were not designed for intensive
graphic manipulation. JavaScript is not the limiting thing here. In fact, Flash has a dialect of JavaScript in it, which would be used to produce
the effect.
I meant JavaScript in the context of browsers. I'm well aware that
JavaScript, or more precisely ECMAScript, has applications beyond that of
client-side web site scripting.


Of course you were. I pointed it out for the benefit of the underclassmen.

http://www.crockford.com/javascript/javascript.html
Jul 20 '05 #7
On Mon, 26 Jan 2004 13:05:17 GMT, Michael Winter
<M.******@bluey onder.co.invali d> wrote:
On Mon, 26 Jan 2004 02:49:17 +0000, ß Ø ® G <bo**@deadspam. com> wrote:
I'm trying to find a free javascript affect that will make the changes
from one page to another in a browser look like the page is curling
over as if the pages of a book are turning over. Does anyone know of
one please. I have looked on google but the millions of pages that
come up seem void of such a thing :)


Something like Flash would be a better solution for this. JavaScript
wasn't designed for intensive graphic manipulation, and providing a
cross-browser solution will probably be next to impossible.


You could do this in IE4, and probably still can, I even posted the
script once... It was a crap effect then though, and still is now.
Jim.
--
comp.lang.javas cript FAQ - http://jibbering.com/faq/

Jul 20 '05 #8

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

Similar topics

0
2489
by: Phil Powell | last post by:
What is the most standardized method of utilizing the CURL functions in PHP (version 4.3.2) to be able to retrieve the contents of a remote URL that happens to be dependent upon $_SESSION for its content display? I've tried the following class methods for display and I have most everything working until I get to a URL that requires $_SESSION: class Timer extends View {
11
5802
by: typingcat | last post by:
Is it possible to read another web page in PHP? If is ASP.NET, the code would be ------------ WebRequest req=WebRequest.Create("http://www.microsoft.com"); WebResponse res=req.GetResponse(); StreamReader sr = new StreamReader(res.GetResponseStream()); String Output=sr.ReadToEnd(); Response.Write("The content is : " + Output); --------
6
10324
by: Shutdownrunner | last post by:
I want to store result of curl in a variable, which means to store a webpage in a variable in order to parse it later and get our some useful information. But unfortunately I'm not too experienced in C and I'm making some stupid mistake. Could someone help me solve it? #include <string.h> #include <curl/curl.h> size_t write_data(const char *buffer, size_t size, size_t nmemb, char *userp)
6
4349
by: FayeC | last post by:
Here's a question for you: I have a site using a PHP CMS and I need it to use an ASP module from another site but I would like to use a frame so it looks like it is still in the same site. I need to pass a username variable from a form in in the PHP webspace (where the domain is pointing) to a page in an ASP webspace (using a subdomain not related to the main domain). I created a frame page in the php hosting with a 1px top frame and the...
2
6808
by: McKirahan | last post by:
If I have a Web page invoked via http://myDomain.com/What.htm that references an ASP page via the <img> tag's "src=" like this: <html> <head> <title>Page.htm</title> </head> <body> <img src="http://myDomain.com/Page.asp" border="0" width="0" height="0" alt="">
4
12152
by: yawnmoth | last post by:
Is it possible to send http requests with curl but not have curl wait for the response? The reason I ask is because I'd like to code a web app that can sorta start time consuming processes without the user having to wait. I'm doing this (with fsockopen) by sending an http request to a page that does the time consuming stuff and then immediatly closing, without having read any of the response. This way, I don't have to wait for the...
4
5561
by: Terry | last post by:
I'm using curl to invoke a php script on the same site/server. It works great, but if I call it again while it's still running, nothing happens. Why? Can that be fixed? Why use curl? To make it run in the background. My host can't use exec nor flush the output to the browser. But, I can use curl and timeout.
3
3543
by: Matthias Leopold | last post by:
hi i've got problems getting php4 scripts which use curl to work on RHEL4 (Nahant Update 4) and CentOS 4.4. when the script is accessed the browser "hangs", after a couple of minutes i'm prompted to save the php-file, obviously nothing is executed. what i've checked: ..) curl in php works with a selfcompiled php5 binary executed via cgi on the same server
1
3152
LeoTD
by: LeoTD | last post by:
Dear all, I'm a newbiew in Curl functions. I want to transfer Session data from this page to another in difference server. It means: page1 have a link to page 2. When i click to link in page 1, data is saved in Session, Session is transfered to page2, and displayed in page2. Can I use Curl Function to do that ?, If it possible please show me a solution? What mean of the curl_init("url")? Do the curl_init("http://example.com") function...
0
10259
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10101
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9906
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6710
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
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 we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.