page-curl

Previewing PDF and PowerPoint files with Silverlight/Flash

I'm looking for code or a good control to preview PDFs and PPTs with Silverlight or Flash. It would be great if it has nice page-curl functionality. We want our customers to be able to have a look at their reports in a spiffy way. ...

How do I create a custom page curl Core Animation?

Hi! I'm trying to create a "page curl" animation of an image in my iPhone application. I t UIViewAnimationTransitionCurlUp, and it's undocumented Core Animation siblings, however the image I need to animate is a transparent PNG, with "uneven" (some alpha pixels) outlines. When using the aforementioned pre-made transition, those alpha pi...

Iphone page curl animation issue.

Hi, I am trying to do a page curl animation which works fine. My issue comes with the fact that I am only animating the subview which is an imageview and the imageview contains an image with a transparent background. When i run the animation, I can see the transparent background of the image being highlighed to black and that creates an ...

Does Core Animation provide public APIs for iBook style page curl page transitions?

Does Core Animation provide public APIs for iBook style page curl page transitions? I have seen this blog post - http://bit.ly/dh5gxX - which is an almost exact re-engineering of iBook page-curl transitions but it relies on private APIs. Is there in fact a public version and if not is there something in open source? Thanks, Doug ...

Horizontal page curl in iPhone - I have - But Valid ?

Hello ! Every one. I was googling for applying horizontal page curl in iPhone. I also tried this, but it wasn't appropriate for me (To change orientation & work in different ori.). I tried to google more. Finally I got a link or link . From Where, I could Understand the horizontal page curl. But when I went to code deeply, I found some...

How to create a public form for other sites in php?

Hi I need a public order form to provide registered users in my site. I can give a link to the users then user can copy paste that link to their own sites. If any person order via from the user site. the details must be saved in my site. How can create that kind of a page. any body can help me please :( ...

File posting using cURL into a secured folder(https://)

The problem is to upload a txt file into a secured folder(https://www.mydomain.com/myfolder/) using cURL. I have a relevant ftp details to connect that folder. here is my code, but it does not getting connected properly... can any one please advise what mistake i did on this code. which returns error_no:7 while uploading file <? if (i...

How to associate full page curl animation for modalviewcontroller ?

Hi all, Currently I am showing a modal view controller for some info . I want to show or hide the modal view controller with full page curl animation . Currently I am showing this modal view controller from one of the view controller of the tab bar controller . I have the option of partialpagecurl in the modalTransitionStyle property...

In the iphone 4 sdk, how can I get TransitionCurlUp to trigger random text?

Hello friends I am trying to put together an app that has a set of text that can be randomized when the user presses the button to flip the page. Basically, pressing the button does two things; flip the page and changes the text to a randomly included phrase. I am trying to implement this by having the page curl into the same XIB file ...